@charset 'utf-8';

.banner {
    width: 100%;
}
.banner .banner-img {
    width: 100%;

}
.banner .banner-img>img{
    width: 100%;
}
.web{
    display: none;
}
.container .about{
    display: flex;
    justify-content: space-between;
    padding: 97px 0 82px 0;
}
.container .about .about-img {
    width: 434px;
    height: 434px;
}
.container .about .about-desc {
    padding-top: 13px;
    margin-left: 86px;
    width: 650px;
}
.container .about .about-desc .desc-title {
    font-size:40px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    line-height:70px;
    margin-bottom: 18px;
}
.container .about .about-desc .desc-p{
    font-size:23px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(35,24,22,1);
}
.container .about .about-desc .desc-p2 {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(35,24,22,1);
    line-height:26px;
    /*margin-top: 18px;*/

    /*font-size:18px;*/
    /*font-family:Microsoft YaHei;*/
    /*font-weight:300;*/
    /*color:rgba(35,24,22,1);*/
    /*line-height:35px;*/
}
.container .about .about-desc .desc-p2:first-of-type{
    margin-top: 30px;
}

/*about-----------------*/
.container .service {

}
.container .service .service-title {
    font-size:40px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    text-align: center;
    margin-bottom: 47px;
}
.container .service .service-content{
    box-sizing: border-box;
    margin-top: 54px;
}
.container .service .service-content .item{
    width: 31%;
    height: 477px;
    padding-bottom: 30px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 30px 0px rgba(231,231,231,0.5);
}
.container .service .service-content .item>.item-img {
    /* z-index: 10; */
    position: relative;
}
.container .service .service-content .item>.item-img>img{
    width: 100%;
}
.container .service .service-content .item > .item-desc {
    /* width: 80%; */
    /*height: 320px;*/
    padding: 0px 40px;
    /* background: rgba(255,255,255,1); */
    /* box-shadow: 0px 2px 30px 0px rgba(231,231,231,0.5); */
    border-radius: 2px;
    margin-top: 46px;
    /* margin-left: 39px; */
    /* z-index: 99999; */
    position: relative;
    /* text-align: center; */
}
.container .service .service-content .item>.item-desc .desc-h3{
    font-size:22px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    line-height:40px;
    margin:0 auto;
    text-align: center;
}
.container .service .service-content .item>.item-desc .desc-p {
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(101,101,101,1);
    line-height:32px;
    margin-top: 15px;
}
.container .service .service-content .item>.item-desc .desc-price {
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#ff6e2c;
    line-height:32px;
    margin-top: 15px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    bottom: 65px;
    left: 0;
    right: 0;
}
.container .service .service-content .item>.item-desc .desc-btn {
    width: 142px;
    height: 52px;
    background:#F4A436;
    box-shadow:0px 2px 20px 0px rgba(190,190,190,0.5);
    border-radius:3px;
    box-sizing: border-box;
    position: absolute;
    /*color:#ffffff;*/
    /*right: -35px;*/
    margin: 0 auto;
    bottom: 10px;
    left: 0;
    right: 0;

}
.container .service .service-content .item>.item-desc .desc-btn:hover{
    background:#F8C63A;
}
.container .service .service-content .item>.item-desc .desc-btn .btn1{
    display: block;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:#ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
}
/*swiper-----------------*/
.swiper{
    /* padding: 0 0 208px 0; */
    /*margin: 0 170px;*/
    background-size: 100% 100%;

}
.swiper .swiper-top {
    /*padding: 93px 0 67px 0;*/
    margin-top: 86px;
}
.swiper .swiper-top>h3{
    font-size:50px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    line-height:35px;
    text-align: center;
    margin-bottom: 48px;
}
.swiper .swiper-top>p {
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(101,101,101,1);
    line-height:40px;
    text-align: center;
}
.swiper .container {

}
.swiper .swiper-list .swiper-container {
    width: 100%;
    /* height: 430px; */
    padding-top: 10px;
    position: relative;
    padding-bottom: 170px;
  }

  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide {
    /* width: 385px!important; */
    height: 430px;
    background: #fff;
    transition: 300ms;
    /* box-shadow:0px 15px 30px 0px rgba(165,165,165,0.37); */
    border-radius:6px;
    padding: 70px 30px 0 30px;
    text-align: center;

  }
.swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide p{
    /* width: 385px!important; */
    font-size:6px;
    text-align: left;

}
  @media (max-width: 1322px) {
    .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide{
        padding: 50px 40px 0 40px;
    }
  }
  @media (max-width: 1203px) {
    .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide{
        padding: 30px 20px 0 20px;
    }
  }
  @media (max-width: 1082px) {
    .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide{
        padding: 20px 10px 0 10px;
    }
  }
  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide .slide-img{
      width: 70px;
      height: 70px;
  }
  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide>h4{
    font-size:32px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    margin: 10px 0 42px 0;
  }
  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide>p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(74,74,74,1);
    line-height:32px;
  }

  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide-active {
    /* transform: translateY(-10px); */
  }
  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    /* width: 360px!important; */
    box-shadow:none;
  }
  .swiper-list {
      position: relative;

  }

  /*btn----------*/
  .swiper .container .prev{
      width: 60px;
      height: 60px;
      background:#fff;
      border-radius: 50%;
      border:1px solid rgba(229,229,229,1);
      position: relative;
      position: absolute;
      top: 32%;
      left: -120px;
  }
  .swiper .container .prev>img{
    width:35px;
    height:35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .swiper .container .next{
    width: 60px;
    height: 60px;
    background:#fff;
    border-radius: 50%;
    border:1px solid rgba(229,229,229,1);
    position: relative;
    position: absolute;
    top: 32%;
    right: -120px;
}
.swiper .container .next>img{
  width:35px;
  height:35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.swiper .container .prev:hover,
.swiper .container .next:hover {
    background:#E6E8EB;
}

@media (max-width: 760px) and (min-width: 320px) {
    .swiper-container {
        width: 100%;
    }
    .banner .banner-img {
        width: 100%;
    }
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.main2 {
    display: none;
}
.ser{
    display: none;
}

/*ipad*/
@media (max-width: 1024px) and (min-width: 768px) {
    .swiper-container {
        width: 100%;
    }
    .banner .banner-img {
        width: 100%;
    }

    .container .about{
        display: flex;
        justify-content: space-between;
        padding: 50px 0 82px 0;
    }
    .container .about .about-img {
        width: 335px;
        height: 312px;
    }
    .container .about .about-desc {
        padding-top: 20px;
        margin-left: 50px;

    }
    .container .about .about-desc .desc-title {
        font-size:36px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(35,24,22,1);
        line-height:70px;
        margin-bottom: 18px;
    }
    .container .about .about-desc .desc-p{
        font-size:18px;
        font-family:Microsoft YaHei;
        font-weight:300;
        color:rgba(35,24,22,1);
    }
    .container .about .about-desc .desc-p2 {
        font-size:14px;
        font-family:Microsoft YaHei;
        font-weight:300;
        color:rgba(35,24,22,1);
        line-height:26px;
        margin-top: 18px;
    }




    .container .service .service-title {
        font-size:36px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(35,24,22,1);
        text-align: center;
        margin-bottom: 47px;
    }
    .container .service .service-content{
        box-sizing: border-box;
        margin-bottom: 50px;
    }
    .container .service .service-content .item{
        width: 30%;
        padding-bottom: 30px;
    }
    .container .service .service-content .item>.item-img {
        /* z-index: 10; */
        position: relative;
    }
    .container .service .service-content .item>.item-img>img{
        width: 100%;
    }
    .container .service .service-content .item>.item-desc {
        width: 80%;
        height: 280px;
        padding: 22px 16px;
        background:rgba(255,255,255,1);
        box-shadow:0px 2px 30px 0px rgba(231,231,231,0.5);
        border-radius:2px;
        margin-top: -45px;
        margin-left: 22px;
        /* z-index: 99999; */
        position: relative;
    }
    .container .service .service-content .item>.item-desc .desc-h3{
        font-size:20px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(35,24,22,1);
        line-height:40px;
    }
    .container .service .service-content .item>.item-desc .desc-p {
        font-size:14px;
        font-family:Microsoft YaHei;
        font-weight:300;
        color:rgba(101,101,101,1);
        line-height:26px;
    }
    .container .service .service-content .item>.item-desc .desc-btn {
        width: 110px;
        height:40px;
        background:rgba(253,208,4,1);
        box-shadow:0px 2px 20px 0px rgba(190,190,190,0.5);
        border-radius:3px;
        padding: 0;
        box-sizing: border-box;
        position: absolute;
        right: -35px;
        bottom: -25px;
        text-align: center;
    }
    .container .service .service-content .item>.item-desc .desc-btn .btn1{
        font-size:14px;
        font-family:Microsoft YaHei;
        font-weight:300;
        color:rgba(35,24,22,1);
        line-height:40px;
        padding: 0;
    }

    /*swiper-----------------*/
.swiper{
    /* padding: 0 0 208px 0; */
    margin: 0;
    background-size: 100% 100%;

}
.swiper .swiper-top {
    padding: 50px 0 30px 0;
}
.swiper .swiper-top>h3{
    font-size:36px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    line-height:35px;
    text-align: center;
    margin-bottom: 48px;
}
.swiper .swiper-top>p {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(101,101,101,1);
    line-height:40px;
    text-align: center;
}
.swiper .container {

}
.swiper .container .swiper-list .swiper-container {
    width: 100%;
    /* height: 430px; */
    padding-top: 10px;
    position: relative;
    padding-bottom: 32px;
  }

  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide {
    /* width: 385px!important; */
    height: 320px;
    background: #fff;
    transition: 300ms;
    box-shadow:0px 15px 30px 0px rgba(165,165,165,0.37);
    border-radius:6px;
    padding: 20px 20px 0 20px;
  }
  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide .slide-img{
      width: 50px;
      height: 50px;
  }
  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide>h4{
    font-size:20px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    margin: 5px 0 15px 0;
  }
  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide>p{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(74,74,74,1);
    line-height:25px;
  }

  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide-active {
    transform: translateY(-10px);
  }
  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    /* width: 360px!important; */
    box-shadow:none;
  }
  .swiper .container .swiper-list {
      position: relative;

  }

  /*btn----------*/
  .swiper .container .prev{
      width: 60px;
      height: 60px;
      background:#fff;
      border-radius: 50%;
      border:1px solid rgba(229,229,229,1);
      position: relative;
      position: absolute;
      top: 32%;
      left: -120px;
      display: none;
  }
  .swiper .container .prev>img{
    width:35px;
    height:35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .swiper .container .next{
    width: 60px;
    height: 60px;
    background:#fff;
    border-radius: 50%;
    border:1px solid rgba(229,229,229,1);
    position: relative;
    position: absolute;
    top: 32%;
    right: -120px;
    display: none;
}
.swiper .container .next>img{
  width:35px;
  height:35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.swiper .container .prev:hover,
.swiper .container .next:hover {
    background:#E6E8EB;
}
.main2 {
    display: none;
}
.ser{
    display: none;
}
}

/*mobile*/
@media (max-width: 767px) and (min-width: 320px) {

    .banner .banner-img {
        width: 100%;
    }
    .pc{
        display: none;
    }
    .web{
        display: block;
    }
    .container .about{
        display: flex;
        flex-direction:column-reverse;
        padding: 0 20px;
    }
    .container .about .about-img {
        width: 100%;
        height: 312px;
    }
    .container .about .about-desc {
        padding:0;
        margin: 0;
    }
    .container .about .about-desc .desc-title {
        font-size:18px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:#231816;
        line-height:50px;
        margin-bottom: 0;
    }
    .container .about .about-desc .desc-p{
        font-size:13px;
        font-family:Microsoft YaHei;
        font-weight:300;
        color:rgba(101,101,101,1);
        margin: 0;
        line-height: 28px;
    }
    .container .about .about-desc .desc-p2 {
        font-size:13px;
        font-family:Microsoft YaHei;
        font-weight:300;
        color:rgba(101,101,101,1);
        margin: 0 0 20px 0;
        line-height: 28px;
    }
    .container .ser {
        padding: 20px 20px;
        display: block;
    }
    .container .ser .ser-item {

    }
    .container .ser .ser-item .title{
        font-size:18px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:#231816;
    }
    .container .ser .ser-item .desc {
        font-size:13px;
        font-family:Microsoft YaHei;
        font-weight:300;
        color:rgba(101,101,101,1);
        line-height: 24px;
    }
    .container .ser>img{
        width: 100%;
        /* height: 266px; */
    }


    .main2 {
        display: block;
    }
    .main2 .main2-top {
        padding: 0 20px;
    }
    .main2 .main2-top .top-title {
        font-size:18px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:#231816;
    }
    .main2 .main2-top .top-desc {
        font-size:13px;
        font-family:Microsoft YaHei;
        font-weight:300;
        color:rgba(101,101,101,1);
        line-height:24px;
    }


    /*----------------------------*/
    .main2 .main2-swiper {

    }
    .main2 .main2-swiper .swiper2-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 10px 20px 30px 20px;
      }
      .main2 .main2-swiper .swiper2-container .swiper-wrapper {

      }
      .main2 .main2-swiper .swiper2-container .swiper-slide {
        background: #fff;
        width: 254px;
        height: 283px;
        background:#FFFFFF;
        box-shadow:0px 5px 20px 0px rgba(165,165,165,0.37);
        border-radius:6px;
        padding: 35px 27px 0 27px;
      }
      .main2 .main2-swiper .swiper2-container .swiper-slide .slide-img {
          width: 35px;
          height: 35px;
      }
      .main2 .main2-swiper .swiper2-container .swiper-slide>h4{
        font-size:18px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:#231816;
        margin: 26px 0;
      }
      .main2 .main2-swiper .swiper2-container .swiper-slide>p{
        font-size:12px;
        font-family:Microsoft YaHei;
        font-weight:300;
        color:rgba(74,74,74,1);
        line-height:24px;
      }
      /*------------------------*/
    .container .service {
        display: none;
    }
    .main {
        display: none;
    }


}



.fl {
    float: left;
}
.mr28 {
    margin-right: 28px;
}
.mb40 {
    margin-bottom: 30px;
}



.about-desc .desc-p{

}
.left{
     line-height: 30px;
     font-size:200px;
}
.xuu {
    position: relative;
    display: inline-block;
    /*background-color: #FFD45D;*/
    z-index: 0;
}
.xuu::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 14px;
    width: 100%;
    height: 19px;
    background-color: #FFD45D;
    display: inline-block;
    z-index: -1;
}
.baozhang-item{
    width: 31%;
    padding: 57px 33px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 30px 0px rgba(231,231,231,0.5);

    height: 359px;
    background: #fff;
    transition: 300ms;
    /* box-shadow:0px 15px 30px 0px rgba(165,165,165,0.37); */
    border-radius:6px;
    padding: 70px 30px 0 30px;
    text-align: center;

    /*float: left;*/
}

.baozhang-item p{
    /* width: 385px!important; */
    font-size:17px;
    text-align: left;

}
.baozhang-container{
     /*box-sizing: border-box;*/
     margin-top: 49px;
 }
.baozhang-title{
    /*box-sizing: border-box;*/
    font-size:22px;
    font-weight: 400;
    margin-top: 43px;
}
.baozhang-content{
    /*box-sizing: border-box;*/
    margin-top: 23px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(101,101,101,1);
    line-height: 32px;
    text-align: left;
    display: inline-block;
}
.star-container{
    padding:80px 220px;
    background-color:#f5f9fd;
}



