header{width: 100%;height: 96px; background-color: #FFF;position: fixed;top: 0;z-index: 9999;}
.head{width: 90%;height: 96px;margin: auto;display: flex;align-items: center;justify-content: space-between;}
.head .h-two{position: fixed;left: 45%;top: 32px;}
.head .h-three ul{display: flex;}
.head .h-three ul li{margin-left:20px;}
.head .h-three ul a{color: #2B2B2B;letter-spacing: 1px;font-size: 16px;}

.iactive{font-weight: bold;}
.banner{width: 90%;margin: auto; margin-top: 96px;}
.banner .banner-swiper{width: 100%;margin: auto;}
.banner .banner-swiper .swiper {width: 100%;height: 100%;}
.banner .banner-swiper .swiper-slide {
text-align: center;
font-size: 18px;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.banner .banner-swiper .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.banner .banner-swiper .swiper-button-next{color: #FFF;width: 24px;height: 53px;}
.banner .banner-swiper .swiper-button-next, .swiper-rtl .swiper-button-prev{right: 80px;outline: none;}
.banner .banner-swiper .swiper-button-prev{color: #FFF;width: 24px;height: 53px;}
.banner .banner-swiper .swiper-button-prev, .swiper-rtl .swiper-button-prev{left: 80px;outline: none;}
.banner .banner-swiper  .swiper-button-next, .swiper-button-prev{
    --swiper-theme-color: #FFF;/* 设置Swiper风格 */
    --swiper-navigation-color: #FFF;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 默认是44px */
  }
.banner .banner-swiper .swiper-pagination-bullet{background-color: #FFF;}
.banner .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display: none;}
.banner .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}
.index-product{width: 100%;padding-top: 125px;}
.index-product .product-all{width: 90%;margin: auto;border-bottom:1px solid #E0E0E0;}
.index-product .product-all h2{color: #2B2B2B;font-weight: bold;font-size: 48px;}
.index-product .product-all .go-product{display: flex;align-items: center; margin-top: 32px;}
.index-product .product-all .go-product img{width: 18px;height: 24px;margin-right: 8px;}
.index-product .product-all .go-product span{font-size: 18px;letter-spacing: 1px;color: #2B2B2B;}
.index-product .product-all .go-product:hover{width: 150px;height: 50px;border-radius: 50px;justify-content: center;background-color:#feda1c;}
.product-s{margin-top: 72px;}
.product-s .swiper {
        width: 100%;
		padding-bottom: 208px;
      }

.product-s .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
      }

.product-s .swiper-slide img {
        display: block;
        width: 100%;
        object-fit: cover;
      }
.product-s .swiper-slide h2{font-size: 18px;text-align: left;margin-top: 32px;}
.product-s .swiper-slide {
        width: 30%;
      }

.product-s .swiper-slide:nth-child(2n) {
        width: 30%;
      }

.product-s .swiper-slide:nth-child(3n) {
        width: 30%;
      }
.product-s .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 144px;display: flex;align-items: center;}

.product-s .swiper-pagination-bullet{opacity:1;background: var(--swiper-pagination-bullet-inactive-color,#666);}
.product-s .swiper-pagination-bullet-active{border:2px solid #FEDA1C;background-color: #FFF;outline: none;}

.index-d{width: 100%;padding-top: 144px;}
.index-d .index-yt{width: 90%;margin: auto;display: flex;}
.index-d .index-yt .yt-i{width: 60%;}
.index-d .index-yt .yt-t{width: 40%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.index-d .index-yt .yt-t h3{width: 80%;font-size: 22px;font-weight: 600;color: #2B2B2B;}
.index-d .index-yt .yt-t h2{width: 80%;margin-top: 64px;font-size: 40px;font-weight: bold;color: #2B2B2B;}
.index-d .index-yt .yt-t a{width: 80%;}
.index-d .index-yt .yt-t a button{width: 165px;height: 48px;cursor: pointer;margin-top: 64px;  border: 1px solid #2B2B2B;border-radius: 47px;display: flex;align-items: center;justify-content: center;background-color: #FFF;}
.index-d .index-yt .yt-t a button img{width: 18px;height: 24px;margin-right: 8px;}
.index-d .index-yt .yt-t a button span{color: #2B2B2B;letter-spacing: 1px;font-size: 18px;}
.index-d .index-yt .yt-t a button:hover{background-color:#FEDA1C;border:none;}

.index-n-button button{width: 165px;height: 48px;cursor: pointer;margin-top: 64px;outline: none;  border: 1px solid #2B2B2B;border-radius: 47px;display: flex;align-items: center;justify-content: center;background-color: #FFF;}
.index-n-button button img{width: 18px;height: 24px;margin-right: 8px;}
.index-n-button button span{color: #2B2B2B;letter-spacing: 1px;font-size: 18px;}
.index-n-button button:hover{background-color:#FEDA1C;border:none;}


.index-fh{width: 100%;margin-top: 64px;}
.index-fh .index-z{width: 90%;margin: auto;position: relative;}
.index-fh .index-z button{width: 165px;height: 48px;cursor: pointer;border-radius: 47px;display: flex;align-items: center;justify-content: center;background-color: #FFF;border: none;position: absolute;bottom: 64px;left: 102px;}
.index-fh .index-z button img{width: 18px;height: 24px;margin-right: 8px;}
.index-fh .index-z button span{color: #2B2B2B;letter-spacing: 1px;font-size: 18px;}
.index-fh .index-z button:hover{background-color:#FEDA1C;border:none;}


.index-pd{width: 100%;margin-top: 64px;padding-bottom: 144px;}
.index-pd-all{width: 90%;margin: auto;display: flex;justify-content: space-between;border-bottom: 1px solid #E0E0E0;padding-bottom: 152px;}
.index-pd-all .index-pd-one{width: 46%;}
.index-pd-all .index-pd-one h2{font-size: 40px;color: #2B2B2B;font-weight: bold;margin-top: 32px;}
.index-pd-all .index-pd-one h3{font-size: 16px;letter-spacing: 1px;color: #2B2B2B;font-weight: 400;margin-top: 16px;}
.index-pd-all .index-pd-one .pd-more{display: flex;align-items: center;margin-top: 40px;}
.index-pd-all .index-pd-one .pd-more img{width: 18px;height: 24px;margin-right: 8px;}
.index-pd-all .index-pd-one .pd-more span{font-size: 18px;letter-spacing: 1px;color: #2B2B2B;}
.index-pd-all .index-pd-one .pd-more:hover span{color:#FEDA1C;}


.index-j{width: 100%;padding-top: 96px;padding-bottom: 96px;background: linear-gradient(252.31deg, #ECEAF1 0%, #FCFAF4 99.39%);}
.index-j-all{width: 90%;margin: auto;display: flex;}
.index-j-all .index-j-one{width: 60%;}
.index-j-all .index-j-two{width: 40%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.index-j-all .index-j-two h2{width: 70%;font-size: 40px;color: #2B2B2B;font-weight:bold;}
.index-j-all .index-j-two p{width: 70%;font-size: 16px;line-height: 24px;text-align: justify;color: #2B2B2B;margin-top: 32px;}
.index-j-all .index-j-two a{width: 70%;}
.index-j-all .index-j-two a button{width: 165px;height: 48px;cursor: pointer;margin-top: 32px;outline: none;  border: 1px solid #2B2B2B;border-radius: 47px;display: flex;align-items: center;justify-content: center;background-color: transparent;}
.index-j-all .index-j-two a button img{width: 18px;height: 24px;margin-right: 8px;}
.index-j-all .index-j-two a button span{color: #2B2B2B;letter-spacing: 1px;font-size: 18px;}
.index-j-all .index-j-two a button:hover{background-color:#FEDA1C;border:none;}



.index-n{width: 100%;padding-top: 144px;padding-bottom: 144px;}
.index-n-all{width: 90%;margin: auto;}
.index-n-all h2{font-weight: bold;font-size: 40px;color: #2B2B2B;}
.index-n-all .index-n-one{margin-top: 64px;}
.index-n-all .index-n-one ul{display: flex;justify-content: space-between;}
.index-n-all .index-n-one ul a{width: 24%;} 
.index-n-all .index-n-one ul li .time{font-size: 12px;color: #2B2B2B;margin-top: 32px;}
.index-n-all .index-n-one ul li h3{width: 80%; font-weight: bold;font-size: 18px;margin-top: 16px;color: #2B2B2B;}
.index-n-all .index-n-one ul li .index-n-more{display: flex;margin-top: 40px;align-items: center;}
.index-n-all .index-n-one ul li .index-n-more img{width: 18px;height: 24px;margin-right: 8px;}
.index-n-all .index-n-one ul li span{font-size: 18px;letter-spacing: 1px;color: #2B2B2B;}

footer{width: 100%;background-color: #feda1c;padding-top: 60px;padding-bottom: 40px;}
.foot{width: 100%;}
.foot .foot-top{width: 90%;height: 235px;margin: auto;display: flex;}
.foot .foot-x{width: 100%;height: 2px;background-color:#e6cf67;}
.foot .foot-top .foot-top-one{width: 25%;position: relative;}
.foot .foot-top .foot-top-one h2{font-size: 18px;font-weight: bold;}
.foot .foot-top .foot-top-one .foot-top-m{width: 170px;display: flex;justify-content: space-between;margin-top: 20px;}
.foot .foot-top .foot-top-one .foot-top-m img{width: 46px;height: 46px;}
.foot .foot-top .foot-top-two{width: 62.5%;}
.foot .foot-top .foot-top-two h2{font-size: 18px;font-weight: bold;margin-bottom: 8px;}
.foot .foot-top .foot-top-two p{margin-top: 16px;}
.foot-bottom{width: 90%;margin: auto;margin-top: 20px;}
.foot-bottom p{color: #000;font-weight: bold;font-size: 12px;margin-top: 8px;}
.foot-bottom p a{color: #000;font-weight: bold;font-size: 12px;}

.brand-banner{width: 100%;margin-top: 96px;}
.brand-title{width: 100%;padding-top: 110px;padding-bottom: 110px;}
.brand-title .brand-title-all{width: 80%;margin: auto;}
.brand-title .brand-title-all h2{font-size: 70px;}
.brand-title .brand-title-all p{font-size: 20px;color: #2b2b2b;margin-top: 50px;}
.brand-nav{width: 100%;padding-top: 40px;}
.brand-nav .brand-nav-all{width: 80%;margin: auto;}
.brand-nav .brand-nav-all ul{width: 60%;height: 60px; margin: auto; display: flex;justify-content: space-around;}
.brand-nav .brand-nav-all ul li{color: #2b2b2b;font-size: 20px;}
.brand-nav .brand-nav-all ul .active{border-bottom: 4px solid #feda1c;padding-bottom: 10px;font-weight: bold;}

.service-nav{width: 100%;padding-top: 40px;}
.service-nav .service-nav-all{width: 80%;margin: auto;}
.service-nav .service-nav-all ul{width: 30%;height: 60px; margin: auto; display: flex;justify-content: space-around;}
.service-nav .service-nav-all ul li{color: #2b2b2b;font-size: 20px;}
.service-nav .service-nav-all ul .active{border-bottom: 4px solid #feda1c;padding-bottom: 10px;font-weight: bold;}





.brand-jj{width: 100%;padding-top: 150px;padding-bottom: 150px;}
.brand-jj .brand-jj-all{width: 80%;margin: auto;display: flex;justify-content: space-between;align-items: center;}
.brand-jj .brand-jj-all .brand-jj-one{width: 80%;}
.brand-jj .brand-jj-all .brand-jj-one img{width: auto; text-align: center;}
.brand-jj .brand-jj-all .brand-jj-one h3{font-size: 20px;color: #2b2b2b;font-weight: 400;}
.brand-jj .brand-jj-all .brand-jj-one h2{font-size: 44px;color: #2b2b2b;margin-top: 50px;}

.brand-jj .brand-jj-all .brand-jj-one p{margin-top: 40px;text-align: justify;font-size: 16px;line-height: 24px;}
.brand-p{display: none;}
.brand-jj .brand-jj-all .brand-jj-one .button-two{display: none;}
.brand-jj .brand-jj-all .brand-jj-one button{width: 165px;height: 48px;border: 1px solid #2B2B2B;border-radius: 47px;display: flex;align-items: center;justify-content: center;background-color: transparent;margin-top: 64px;}
.brand-jj .brand-jj-all .brand-jj-one button:hover{background-color: #feda1c;}
.brand-jj .brand-jj-all .brand-jj-one button img{width: 16px;height: 19px;margin-right: 8px;}
.brand-jj .brand-jj-all .brand-jj-two{width: 35%;}

.brand-rq{width: 100%;padding-top: 150px;padding-bottom: 150px;}
.brand-rq .brand-rq-all{width: 80%;margin: auto;}
.brand-rq .brand-rq-all h2{font-size: 40px;color: #2B2B2B;text-align: center;}
.brand-rq .brand-rq-all p{font-size: 20px;color: #2B2B2B;text-align: center;margin-top: 50px;}
.brand-rq .brand-rq-all .brand-rq-one{width: 100%;display: flex;justify-content: space-between;margin-top: 100px;}
.brand-rq .brand-rq-all .brand-rq-one .brand-rq-one-o{width: 33%;}
.brand-rq .brand-rq-all .brand-rq-one .brand-rq-one-o .brand-rq-one-n{width: 90%;}
.brand-rq .brand-rq-all .brand-rq-one .brand-rq-one-o .brand-rq-one-n h3{font-size: 16px;color: #2B2B2B;margin-bottom:45px;}
.brand-rq .brand-rq-all .brand-rq-one .duo{border-left:2px solid #f4f4f4;border-right: 2px solid #f4f4f4;display: flex;justify-content: center;padding-left: 1.8%;padding-right: 1.8%;}
.brand-rq .brand-rq-all .brand-rq-one .r{display: flex;justify-content: end;}
.brand-gjc{width:100%;padding-top: 190px;}
.brand-gjc h2{font-size: 40px;color: #2b2b2b;text-align: center;}
.brand-gjc p{font-size: 20px;color: #2b2b2b;margin-top: 50px;text-align: center;margin-bottom: 80px;}
.brand-wh{width: 100%;padding-top: 100px;padding-bottom: 150px;}
.brand-wh .brand-wh-all{width: 80%;margin: auto;}
.brand-wh .brand-wh-all h2{font-size: 40px;color: #2b2b2b;text-align: center;}
.brand-wh .brand-wh-all p{font-size: 20px;color: #2b2b2b;text-align: center;margin-top: 58px;}
.brand-wh .brand-wh-all .brand-wh-one{margin-top: 110px;}
.brand-wh .brand-wh-all .brand-wh-one ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.brand-wh .brand-wh-all .brand-wh-one ul li{width:49.1%;position: relative;margin-top: 20px;}
.brand-wh .brand-wh-all .brand-wh-one ul li .zhezao{position: absolute;top: 0;width: 100%;height: 100%;background-color: rgba(0,0, 0, 0.4);display: flex;flex-direction: column;align-items: center;justify-content: center;}
.brand-wh .brand-wh-all .brand-wh-one ul li .zhezao h3{font-size: 30px;color: #FFF;}
.brand-wh .brand-wh-all .brand-wh-one ul li .zhezao .wh-xian{width: 50px;height: 2px;background-color:#feda1c;margin-top: 10px;}
.brand-wh .brand-wh-all .brand-wh-one ul li .zhezao p{color: #FFF;font-size: 24px;margin-top:10px;}

.course-all{position: relative;height: 3974px;}
.course-all img{width: 100%;height: 100%;}
.course-all .course-all-one{position: absolute;top:14.7%;width: 80%;left: 10%;display: flex;}
.course-all .course-all-one .one{width: 50%;}
.course-all .course-all-one .one li{width: 100%;height: 295px; text-align: right;color: #FFF;}
.course-all .course-all-one .one li h2{font-size: 30px;padding-right: 50px;}
.course-all .course-all-one .one li p{font-size: 18px;margin-top: 20px;padding-right: 50px;}
.course-all .course-all-one .two{width: 50%;margin-top: 140px;}
.course-all .course-all-one .two li{width: 100%;height: 295px; text-align: left;color: #FFF;}
.course-all .course-all-one .two li h2{font-size: 30px;padding-left: 50px;}
.course-all .course-all-one .two li p{font-size: 18px;margin-top: 20px;padding-left: 50px;}

.int-s{width: 100%;padding-top: 80px;}
.int-s .int-s-all h2{text-align: center;font-size: 40px;color: #2b2b2b;}
.int-s .int-s-all p{text-align: center;font-size: 20px;color: #2b2b2b;margin-top: 50px;line-height: 32px;}

.int-s .int-s-all .int-s-one{margin-top: 90px;}
.int-s .int-s-all .int-s-one ul{display: flex;}
.int-s .int-s-all .int-s-one ul li{width:33.33%;position: relative;}
.int-s .int-s-all .int-s-one ul li .int-zhezao{position: absolute;top: 0;width: 100%;height: 100%;background-color: rgba(255,255,255, 0.73);display: none;flex-direction: column;align-items: center;justify-content: center;}
.int-s .int-s-all .int-s-one ul li .int-zhezao h3{font-size: 30px;color: #2B2B2B;}
.int-s .int-s-all .int-s-one ul li .int-zhezao .wh-xian{font-size: 34px;color: #2B2B2B;margin-top: 10px;}
.int-s .int-s-all .int-s-one ul li .int-zhezao p{color: #2b2b2b;font-size: 18px;margin-top:8px;}
.int-s .int-s-all .int-s-one ul li:hover .int-zhezao{display: flex;}
.int-s .int-img{display: flex;}
.int-s .int-img .int-img-o{width: 25%;}
.int-bg{width: 100%;padding-top: 100px;background-color: #ffffff;}
.int-bg .int-bg-all h2{text-align: center;font-size: 40px;color: #2B2B2B;}
.int-bg .int-bg-all p{text-align: center;font-size: 20px;color: #2B2B2B;line-height: 32px;margin-top: 40px;margin-bottom: 50px;}

.int-sdkx{width: 100%;padding-top: 197px;}
.int-sdkx h2{font-size: 40px;color: #2b2b2b;text-align: center;}
.int-sdkx p{font-size: 20px;color: #2b2b2b;line-height: 28px;text-align: center;margin-top: 50px;}
.int-sdkx-one{width: 80%;margin: auto;margin-top: 80px;}
.int-sdkx-one ul{width: 70%;margin: auto;display: flex;justify-content: space-between;}
.int-sdkx-one ul li{width: 180px;height: 140px;display: flex;flex-direction: column;align-items: center;justify-content: flex-end;;margin-bottom: 135px;}
.int-sdkx-one ul li .int-sdkx-o{width: 79px;height: 102px;}
.int-sdkx-one ul li .int-sdkx-t{width: 121px;height: 76px;}
.int-sdkx-one ul li .int-sdkx-p{width: 39px;height: 103px;}
.int-sdkx-one ul li h3{font-size: 22px;color: #2b2b2b;margin-top: 40px;}
.int-sdkx-i-one{display: flex;width: 100%;}
.int-sdkx-i-one img{width: 100%;}
.int-sdkx-img{width: 100%;display: flex;flex-wrap: wrap;}
.int-sdkx-img img{width: 50%;} 

.int-gsb{width: 100%;padding-top: 150px;padding-bottom: 150px;background-color:#f6f6f6;}
.int-gsb h2{font-size: 40px;color: #2b2b2b;text-align: center;}
.int-gsb p{font-size: 20px;color: #2b2b2b;line-height: 32px;text-align: center;margin-top: 50px;}
.int-gsb-one{width: 70%;margin: auto;display: flex;flex-wrap: wrap;margin-top: 110px;}
.int-gsb-one img{width: 50%;display: block;}

.cabinet-yth{width: 100%;padding-top: 80px;padding-bottom: 144px;}
.cabinet-yth h2{text-align: center;font-size: 40px;color: #2B2B2B;}
.cabinet-yth p{text-align: center;font-size: 18px;color: #2B2B2B;margin-top: 32px;letter-spacing: 1px;line-height: 28px;}
.cabinet-yth .cabinet-yth-all{width:80%;margin: auto;margin-top: 96px;}
.cabinet-yth .cabinet-yth-all ul{display: flex;justify-content: space-between;}
.cabinet-yth .cabinet-yth-all ul li{width: 25%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.cabinet-yth .cabinet-yth-all ul li h3{font-size: 20px;font-weight: 350;color: #2B2B2B;}
.cabinet-yth .cabinet-yth-all ul li p{margin-top: 8px;font-size: 12px;color: #707070;}
.cabinet-dyh{width: 100%;padding-top: 144px;padding-bottom: 144px;background: linear-gradient(252.31deg, #ECEAF1 0%, #FCFAF4 99.39%);}
.cabinet-dyh h2{font-size: 40px;color: #2B2B2B;text-align: center;}
.cabinet-dyh p{font-size: 36px;color: #2B2B2B;text-align: center;font-weight: 200;}
.cabinet-dyh-one{width: 100%;margin-top: 64px;}
.cabinet-dyh-one ul{display: flex;justify-content: space-between;}
.cabinet-dyh-one ul li{width: 32%;}
.cabinet-dyh-one ul li h3{text-align: center;margin-top: 39px;font-size: 14px;color: #2B2B2B;letter-spacing: 1px;line-height: 24px;}
.cabinet-dyh-one ul li .cabinet-dyh-one-img{width:92px;margin: auto; display: flex;align-items: center;margin-top: 16px;}
.cabinet-dyh-one ul li .cabinet-dyh-one-img img{width:18px;height: 24px;margin-right: 8px;}
.cabinet-dyh-one ul li .cabinet-dyh-one-img span{font-size: 16px;color: #2B2B2B;}
.cabinet-pl{width: 100%;padding-top: 144px;padding-bottom: 144px;}
.cabinet-pl .cabinet-pl-all{width: 90%;margin: auto;color: #2B2B2B;text-align: center;}
.cabinet-pl .cabinet-pl-all h2{font-size: 40px;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one{width: 100%;margin-top: 64px;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul{display: flex;justify-content: space-between;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul a{width:32%;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul li{width: 100%;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul li h3{text-align: center;margin-top: 39px;font-size: 20px;color: #2B2B2B;letter-spacing: 1px;line-height: 24px;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul li .cabinet-pl-one-img{width:92px;margin: auto; display: flex;align-items: center;margin-top: 16px;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul li .cabinet-pl-one-img img{width:18px;height: 24px;margin-right: 8px;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul li .cabinet-pl-one-img span{font-size: 16px;color: #2B2B2B;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul li .cabinet-pl-o{position: relative;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul li .pl-zz{position: absolute;top: 0;width: 100%;height: 100%;display: none;align-items: center;justify-content: center;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul li .pl-zz img{width: 50%;}
.cabinet-pl .cabinet-pl-all .cabinet-pl-one ul li:hover .pl-zz{display: flex;}

.att-banner{width: 100%;margin-top: 96px;}
.att-one{width: 100%;padding-bottom: 175px;}
.att-one .att-one-all{width: 90%;margin: auto;}
.att-one .att-one-all h2{font-size: 48px;color:#2b2b2b;text-align: center;}
.att-one .att-one-all .att-one-o{display: flex;justify-content: space-between;margin-top: 130px;}
.att-one .att-one-all .att-one-o .att-one-o-img{width: 50%;}
.att-one .att-one-all .att-one-o .att-one-o-t{width: 50%;display: flex;flex-direction: column;justify-content: center;}
.att-one .att-one-all .att-one-o .att-one-o-t .att-one-h{width: 70%;margin: auto;}
.att-one .att-one-all .att-one-o .att-one-o-t .att-one-h h3{font-size: 30px;color: #2b2b2b;}
.att-one .att-one-all .att-one-o .att-one-o-t .att-one-h ul{display: flex;justify-content: space-between;margin-top: 85px;}
.att-one .att-one-all .att-one-o .att-one-o-t .att-one-h ul li{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.att-one .att-one-all .att-one-o .att-one-o-t .att-one-h ul li img{width:65px;height: 65px;}
.att-one .att-one-all .att-one-o .att-one-o-t .att-one-h ul li h4{font-size: 20px;font-weight: 400;color: #2b2b2b;margin-top: 10px;}

.att-one .att-one-all .att-one-o-two{display: flex;justify-content: space-between;margin-top: 130px;}
.att-one .att-one-all .att-one-o-two .att-one-o-img{width: 50%;}
.att-one .att-one-all .att-one-o-two .att-one-o-t{width: 50%;display: flex;flex-direction: column;justify-content: center;}
.att-one .att-one-all .att-one-o-two .att-one-o-t .att-one-h{width: 75%;margin: auto;}
.att-one .att-one-all .att-one-o-two .att-one-o-t .att-one-h h3{font-size: 30px;color: #2b2b2b;}
.att-one .att-one-all .att-one-o-two .att-one-o-t .att-one-h .ul-one{display: flex;margin-top: 85px;}
.att-one .att-one-all .att-one-o-two .att-one-o-t .att-one-h .ul-two{display: flex;margin-top: 85px;}
.att-one .att-one-all .att-one-o-two .att-one-o-t .att-one-h ul li{display: flex;flex-direction: column;align-items: center;justify-content: center;margin-left: 15px;}
.att-one .att-one-all .att-one-o-two .att-one-o-t .att-one-h ul li img{width:65px;height: 65px;}
.att-one .att-one-all .att-one-o-two .att-one-o-t .att-one-h ul li h4{font-size: 20px;font-weight: 400;color: #2b2b2b;margin-top: 10px;}

.att-two{width: 100%;padding-top: 185px;padding-bottom: 145px;background-color: #f6f6f6;}
.att-two .att-two-all{width: 100%;margin: auto;}
.att-two .att-two-all h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.att-two .att-two-all .att-two-one{width: 1280px;margin: auto; margin-top: 40px;}
.att-two .att-two-all .att-two-one ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.att-two .att-two-all .att-two-one ul li{width:290px;margin-left: 20px;  display: flex;justify-content: center;align-items: center;background-color:#e9e9e9;border-radius:80px;padding-top: 10px;padding-bottom: 10px;margin-top: 60px;}
.att-two .att-two-all .att-two-one ul li img{width:80px;height: 80px;}
.att-two .att-two-all .att-two-one ul li h3{margin-left: 8px;font-size: 18px;color: #2b2b2b;}
.att-two .att-two-all .att-two-two{width: 80%;margin: auto; margin-top: 110px;}
.att-two .att-two-all .att-two-two ul{display: flex;flex-wrap: wrap;}
.att-two .att-two-all .att-two-two ul li{width: 25%;}

.att-three{width: 100%;padding-top: 150px;padding-bottom: 300px;background-image: linear-gradient(to top,rgba(254,222,53,1) 0%, rgba(255,255,255,0) 40%);}
.att-three .att-three-all{width: 80%;margin: auto;}
.att-three .att-three-all h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.att-three .att-three-all .att-three-one{margin-top: 100px;}
.att-three .att-three-all .att-three-one ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.att-three .att-three-all .att-three-one ul li{width:200px;height: 200px; border:5px solid #feda1c;border-radius: 50%;display: flex;justify-content: center;align-items: center;text-align: center;font-size: 24px;color: #2b2b2b;font-weight: 600;}

.att-four{width: 100%;padding-top: 130px;padding-bottom: 180px;}
.att-four .att-four-all{width: 80%;margin: auto;}
.att-four .att-four-all h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.att-four .att-four-all p{text-align: center;font-size: 20px;color: #2b2b2b;margin-top: 30px;}
.att-four .att-four-all .att-four-one{margin-top: 70px;}
.att-four .att-four-all .att-four-one .att-four-o{display: flex;}
.att-four .att-four-all .att-four-one .att-four-o .att-four-o-one{width: 75%;}
.att-four .att-four-all .att-four-one .att-four-o .att-four-o-two{width: 25%;background-color:#feda1c;}
.att-four .att-four-all .att-four-one .att-four-o .att-four-o-two .att-four-t{margin-left: 40px;margin-top: 60%;}
.att-four .att-four-all .att-four-one .att-four-o .att-four-o-two .att-four-t h3{font-size: 30px;color: #2b2b2b;}
.att-four .att-four-all .att-four-one .att-four-o .att-four-o-two .att-four-t button{width: 150px;height: 50px;outline: none; border: none;background-color:#FFF;display: flex;align-items: center;justify-content: center;border-radius: 50px;margin-top: 60px;}
.att-four .att-four-all .att-four-one .att-four-o .att-four-o-two .att-four-t button img{width:18px;height: 24px;margin-right: 8px;}
.att-four .att-four-all .att-four-one .att-four-o .att-four-o-two .att-four-t button span{font-size: 18px;}
.att-four .att-four-all .att-four-one .att-four-d{width: 100%;background-color: #fafafa;border-bottom:3px solid #feda1c;padding-top: 85px;padding-bottom: 120px;display: none;} 
.att-four .att-four-all .att-four-one .att-four-d .att-four-d-all{width: 80%;margin: auto;display: flex;justify-content: space-between;}
.att-four .att-four-all .att-four-one .att-four-d .att-four-d-all .att-four-d-all-one{width: 45%;}
.att-four .att-four-all .att-four-one .att-four-d .att-four-d-all h4{width: 100%; font-size: 24px; border-bottom: 1px solid #717171;padding-bottom: 18px;}
.att-four .att-four-all .att-four-one .att-four-d .att-four-d-all ul{margin-top: 20px;}
.att-four .att-four-all .att-four-one .att-four-d .att-four-d-all  .d-xian{width: 50px;height: 2px;background-color:#717171;}
.att-four .att-four-all .att-four-one .att-four-d .att-four-d-all ul li{font-size: 16px;margin-top: 8px;}
.att-four .att-four-all .att-four-one .att-four-d .att-four-d-all  .ul-two-d{display: flex;justify-content: space-between;}
.att-five{width: 100%;background-color: #f6f6f6;padding-top:200px;padding-bottom: 200px;}
.att-five .att-five-all{width: 90%;margin: auto;} 
.att-five .att-five-all .att-five-one h2{font-size: 44px;text-align: center;}
.att-five .att-five-all .att-five-one ul{width: 80%;margin: auto;display: flex;justify-content: space-between;margin-top: 80px;}
.att-five .att-five-all .att-five-one ul li{width: 300px;height: 300px;text-align: center;   display: flex;align-items: center;justify-content: center;border: 10px solid #feda1c;border-radius: 50%;font-size: 34px;font-weight: bold;}
.att-five .att-five-all .att-five-two{margin-top: 150px;}
.att-five .att-five-all .att-five-two h3{font-size: 26px;text-align: center;}
.att-five .att-five-all .att-five-two p{font-size: 20px;text-align: center;margin-top: 15px;}
.att-five .att-five-all .att-five-two ul{display: flex;flex-wrap: wrap;margin-top: 80px;}
.att-five .att-five-all .att-five-two ul li{width: 33.33%;}
.att-jm-x{width: 50px;height: 1px;background-color: #2b2b2b;margin-bottom: 30px;}



.zhanhuiswiper{margin-top: 100px;}
.zhanhuiswiper .swiper {width: 100%;height: 100%;}
.zhanhuiswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
.zhanhuiswiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
.zhanhuiswiper .swiper-button-next{color: #FFF;width: 36px;height: 69px;}
.zhanhuiswiper .swiper-button-next, .swiper-rtl .swiper-button-prev{outline: none;}
.zhanhuiswiper .swiper-button-prev{color: #FFF;width: 36px;height: 69px;}
.zhanhuiswiper .swiper-button-prev, .swiper-rtl .swiper-button-prev{outline: none;}
.zhanhuiswiper  .swiper-button-next, .swiper-button-prev{
    --swiper-theme-color: #FFF;/* 设置Swiper风格 */
    --swiper-navigation-color: #FFF;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 默认是44px */
  }
.zhanhuiswiper .swiper-pagination-bullet{background-color: #FFF;}
.zhanhuiswiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display: none;}
.zhanhuiswiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}
.zhanhuiswiper .swiper-slide .mess h2{font-size: 26px;}
.zhanhuiswiper .swiper-slide .mess h3{font-size: 20px;font-weight: 400;}
.zhanhuiswiper .swiper-slide .mess button{font-size: 20px;background-color: transparent;border: none;margin-top: 50px;padding: 6px 20px 6px 20px;}
.zhanhuiswiper .swiper-slide .mess button:hover{background-color:#feda1c;}
.att-five .att-five-all .att-five-two .att-five-t-ul li{width: 33.33%;}

.att-jm{width: 100%;padding-top: 110px;padding-bottom: 120px;}
.att-jm .att-jm-all{width: 80%;margin: auto;}
.att-jm .att-jm-all h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.att-jm .att-jm-all ul{display: flex;justify-content: space-between;align-items: center;margin-top: 70px;}
.att-jm .att-jm-all ul li {display: flex;flex-direction: column;align-items: center;justify-content: center;}
.att-jm .att-jm-all ul li .jm-img{width: 60px;height: 60px;}
.att-jm .att-jm-all ul li .jm-img img{width: 100%;height: 100%;}
.att-jm .att-jm-all ul li h3{font-size: 18px;font-weight: 400;margin-top: 20px;}

.message{width:60%;margin: auto;margin-top: 150px;}
.message h4{font-size: 48px;text-align: center;color: #2b2b2b;}
.message .m-p-one{text-align: center;color: #2b2b2b;font-size: 18px;margin-top: 40px;}
.message .m-p-two{text-align: center;color: #2b2b2b;font-size: 18px;margin-top: 40px;margin-bottom: 25px;}
.message input{width: 100%;border: 1px solid #999;height: 50px;border-radius: 50px;margin-top: 25px;padding-left: 20px;font-size: 18px;outline: none;}
.message textarea{width: 100%;border: 1px solid #999;margin-top: 25px;border-radius: 25px;height: 100px;padding-left: 20px;font-size: 20px;outline: none;padding-top: 10px;color: #666;}
.message button{width: 160px;height: 42px;line-height: 42px;  margin: auto;display: flex;justify-content: center;border-radius: 50px;border: 1px solid #000;align-items: center;background-color: transparent;margin-top: 65px;}
.message:hover button{background-color:#feda1c;}
.message button img{width: 16px;margin-left: 8px;}
.message button span{font-size: 16px;letter-spacing: 4px;}

.service-one{width: 100%;}
.service-one .service-one-all{width: 90%;margin: auto;border-bottom: 1px solid #afafaf;padding-bottom: 140px;}
.service-one .service-one-all h2{font-size: 48px;text-align: center;}
.service-one .service-one-all p{font-size: 20px;text-align: center;margin-top: 45px;}
.service-one .service-one-all ul{width: 90%;margin: auto;margin-top: 80px;}
.service-one .service-one-all ul .ul-one-ser{display: flex;justify-content: center;}
.service-one .service-one-all ul li{width: 360px;height: 270px;box-shadow: 0 0 16px  rgba(4, 0, 0, 0.13);position: relative;margin-left: 15px;margin-top: 15px;}
.service-one .service-one-all ul li .service-one-li{height: 100%; display: flex;flex-direction: column;align-items: center;justify-content: center;}
.service-one .service-one-all ul li .service-one-li img{width: 80px;height: 80px;}
.service-one .service-one-all ul li .service-one-li h3{font-size: 32px;margin-top: 20px;color: #2b2b2b;}
.service-one .service-one-all ul li .service-one-li-z{position: absolute;top: 0;width: 100%;height: 100%;display: none;align-items: center;justify-content: center;text-align: center;background-color:#feda1c;font-size: 18px;color: #2b2b2b;}
.service-one .service-one-all ul li:hover .service-one-li-z{display: flex;}

.service-two{width: 100%;margin-top: 125px;}
.service-two .service-two-all{width: 90%;margin: auto;}
.service-two .service-two-all h2{text-align: center;font-size: 48px;}
.service-two .service-two-all p{margin-top: 45px;text-align: center;font-size: 18px;}
.service-two .service-two-all ul{margin-top: 90px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.service-two .service-two-all ul li{width: 24.5%;background-color:#fafafa;padding:20px;box-sizing: border-box;margin-top: 10px;}
.service-two .service-two-all ul li h3{color: #2b2b2b;font-size: 18px;margin-top: 20px;}

.service-three{width: 100%;padding-top: 150px;padding-bottom: 180px;background-image: linear-gradient(to top,rgba(254,222,53,1) 0%, rgba(255,255,255,0) 40%);}
.service-three .service-three-all{width: 70%;margin: auto;}
.service-three .service-three-all h2{text-align: center;font-size: 48px;}
.service-three .service-three-all .service-three-one{margin-top: 60px;}
.service-three .service-three-all .service-three-one ul{display: flex;justify-content: center;}
.service-three .service-three-all .service-three-one ul li{width: 33.33%;border-right:1px solid #2b2b2b;padding-top: 35px;padding-bottom: 50px;}
.service-three .service-three-all .service-three-one ul li:last-child{border-right:none;}
.service-three .service-three-all .service-three-one ul li h4{width: 36px;margin: auto; text-align: center;color:#feda1c;border-bottom: 1px solid #feda1c;font-size: 32px;font-weight: 400;}
.service-three .service-three-all .service-three-one ul li h3{text-align: center;margin-top: 20px;font-size: 24px;}
.service-three .service-three-all .service-three-one ul li p{width: 88%;margin: auto;margin-top: 25px;font-size: 16px;text-align: center;}
.service-three .service-three-all .service-three-two{border-top:1px solid #2b2b2b;;}
.service-three .service-three-all .service-three-two ul{display: flex;justify-content: center;}
.service-three .service-three-all .service-three-two ul li{width:50%;border-right:1px solid #2b2b2b;padding-top: 35px;padding-bottom: 50px;}
.service-three .service-three-all .service-three-two ul li:last-child{border-right:none;}
.service-three .service-three-all .service-three-two ul li h4{width: 36px;margin: auto; text-align: center;color:#feda1c;border-bottom: 1px solid #feda1c;font-size: 32px;font-weight: 400;}
.service-three .service-three-all .service-three-two ul li h3{text-align: center;margin-top: 20px;font-size: 24px;}
.service-three .service-three-all .service-three-two ul li p{width: 88%;margin: auto;margin-top: 25px;font-size: 16px;text-align: center;}

.window-slider{width: 100%;padding-top:115px;padding-bottom: 150px;}
.window-slider h2{text-align: center;font-size: 48px;color: #2b2b2b;margin-bottom: 80px;}
.window-slider #gdtw1{margin-top: 10px;}
.window-slider ul li{margin-left: 10px;}
.window-slider #gdtw2{margin-top: 10px;}
.window-slider #gdtw3{margin-top: 10px;}

.service-four{width: 100%;padding-bottom: 100px;}
.service-four .service-four-all{width: 40%;margin: auto;}
.service-four .service-four-all h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.service-four .service-four-all p{text-align: center;font-size: 18px;color: #2b2b2b;margin-top: 50px;margin-bottom: 40px;}
.service-four .service-four-all input{width: 100%;border: 1px solid #999;height: 50px;border-radius: 50px;margin-top: 25px;padding-left: 20px;font-size: 18px;outline: none;}
.service-four .service-four-all textarea{width: 100%;font-family: 'OPPOSansr';border: 1px solid #999;margin-top: 25px;border-radius: 25px;height: 100px;padding-left: 20px;font-size: 18px;outline: none;padding-top: 10px;color: #666;}
.service-four .service-four-all button{width: 160px;height: 42px;line-height: 42px;  margin: auto;display: flex;justify-content: center;border-radius: 50px;border:1px solid #feda1c;align-items: center;background-color: #FFF;margin-top: 65px;}
.service-four .service-four-all:hover button{background-color:#feda1c;}
.service-four .service-four-all button img{width: 16px;margin-right: 8px;}
.service-four .service-four-all button span{font-size: 16px;letter-spacing: 4px;}

.service-five{width: 100%;padding-top: 40px;padding-bottom: 135px;}
.service-five .service-five-all{width: 90%;margin: auto;}
.service-five .service-five-all h2{font-size: 48px;text-align: center;color: #2b2b2b;}
.service-five .service-five-all ul{display: flex;justify-content: space-between;margin-top: 60px;}
.service-five .service-five-all ul li{width: 24%;}
.service-five .service-five-all ul li h3{text-align: center;margin-top: 30px;font-size: 18px;color: #2b2b2b;}
.service-five .service-five-all ul li .cabinet-pl-o{position: relative;}
.service-five .service-five-all ul li .pl-zz{position: absolute;top: 0;width: 100%;height: 100%;display: none;align-items: center;justify-content: center;}
.service-five .service-five-all ul li .pl-zz img{width: 50%;}
.service-five .service-five-all ul li:hover .pl-zz{display: flex;}



.m2jmCon5{ padding: 5.2vw 0px; }
.m2jmc5box{ margin-top:30px; height:372px; position:relative;}
.m2jmc5line{ background: url(../images/m2jm_c5line.png) repeat-x left center; height: 2px; left:75px; right:75px; margin-top: -1px; position: absolute; top: 50%; }
.m2jmc5line i{ transition:all 0.5s ease-in-out; height:2px; width:0%; background:#feda1c; position:absolute; left:0; top:0;}
.m2jmc5ul{ overflow:hidden;}
.m2jmc5ul li{ height:372px; width:11.111%; float:left; text-align:center; position:relative;}
.m2jmc5ul li:before{ content: ""; background: url(../images/m2jm_c4bk1.png) no-repeat center center; height: 34px; width: 34px; margin-top: -17px; margin-left: -17px; position: absolute; left: 50%; top: 50%; transition:all 0.5s ease-in-out;}
.m2jmc5ul li:after{content:""; background: url(../images/m2jm_c4bk1a.png) no-repeat center center; height: 34px; width: 34px; margin-top: -17px; margin-left: -17px; position: absolute; left: 50%; top: 50%; transition:all 0.5s ease-in-out; opacity:0}
.m2jmc5ico{ display:inline-block; width:50px; height:50px; position:absolute; left:50%; margin-left:-23px; top:56px;}
.m2jmc5ico img{ position:absolute; left:0; top:0; transition:all 0.5s ease-in-out;}
.m2jmc5ico img:nth-child(2){ opacity:0;}
.m2jmc5des{ white-space:nowrap; position: absolute; left: 50%; top: 7px; transform:translateX(-50%);}
.m2jmc5des strong{ font-size: 20px; font-weight: normal; letter-spacing: 1px; line-height: 30px; }
.m2jmc5des p{ font-size: 12px; color: #bfbfbf; line-height: 16px; }
.m2jmc5ul li.on{}
.m2jmc5ul li.on:before{content:""; opacity:0;}
.m2jmc5ul li.on:after{content:""; opacity:1}
.m2jmc5ul li.on .m2jmc5ico img{ opacity:0}
.m2jmc5ul li.on .m2jmc5ico img:nth-child(2){ opacity:1;}
.m2jmc5ul li:nth-child(2n) .m2jmc5ico{ top:240px;}
.m2jmc5ul li:nth-child(2n) .m2jmc5des{ top:320px;}

.m2jmCon5 h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.m2jmCon5 p{text-align: center;font-size: 18px;color: #2b2b2b;margin-top: 50px;}
.m2jmCon5 .container{margin-top: 100px;}
.m2jmCon5 .container h3{font-size: 30px;text-align: center;color: #2b2b2b;margin-bottom: 20px;}

.m2jmCon5_two{ padding: 5.2vw 0px; }
.m2jmCon5_two .m2jmc5box_two{ margin-top:30px; height:372px; position:relative;}
.m2jmCon5_two .m2jmc5line_two{ background: url(../images/m2jm_c5line.png) repeat-x left center; height: 2px; left:75px; right:75px; margin-top: -1px; position: absolute; top: 50%; }
.m2jmCon5_two .m2jmc5line_two i{ transition:all 0.5s ease-in-out; height:2px; width:0%; background:#feda1c; position:absolute; left:0; top:0;}
.m2jmCon5_two .m2jmc5ul_two{ overflow:hidden;}
.m2jmCon5_two .m2jmc5ul_two li{ height:372px; width:11.111%; float:left; text-align:center; position:relative;}
.m2jmCon5_two .m2jmc5ul_two li:before{ content: ""; background: url(../images/m2jm_c4bk1.png) no-repeat center center; height: 34px; width: 34px; margin-top: -17px; margin-left: -17px; position: absolute; left: 50%; top: 50%; transition:all 0.5s ease-in-out;}
.m2jmCon5_two .m2jmc5ul_two li:after{content:""; background: url(../images/m2jm_c4bk1a.png) no-repeat center center; height: 34px; width: 34px; margin-top: -17px; margin-left: -17px; position: absolute; left: 50%; top: 50%; transition:all 0.5s ease-in-out; opacity:0}
.m2jmCon5_two .m2jmc5ico{ display:inline-block; width:50px; height:50px; position:absolute; left:50%; margin-left:-23px; top:56px;}
.m2jmCon5_two .m2jmc5ico img{ position:absolute; left:0; top:0; transition:all 0.5s ease-in-out;}
.m2jmCon5_two .m2jmc5ico img:nth-child(2){ opacity:0;}
.m2jmCon5_two .m2jmc5des{ white-space:nowrap; position: absolute; left: 50%; top: 7px; transform:translateX(-50%);}
.m2jmCon5_two .m2jmc5des strong{ font-size: 20px; font-weight: normal; letter-spacing: 1px; line-height: 30px; }
.m2jmCon5_two .m2jmc5des p{ font-size: 12px; color: #bfbfbf; line-height: 16px; }
.m2jmCon5_two .m2jmc5ul_two li.on{}
.m2jmCon5_two .m2jmc5ul_two li.on:before{content:""; opacity:0;}
.m2jmCon5_two .m2jmc5ul_two li.on:after{content:""; opacity:1}
.m2jmCon5_two .m2jmc5ul_two li.on .m2jmc5ico img{ opacity:0}
.m2jmCon5_two .m2jmc5ul_two li.on .m2jmc5ico img:nth-child(2){ opacity:1;}
.m2jmCon5_two .m2jmc5ul_two li:nth-child(2n) .m2jmc5ico{ top:240px;}
.m2jmCon5_two .m2jmc5ul_two li:nth-child(2n) .m2jmc5des{ top:320px;}
.m2jmCon5_two .container_two h3{font-size: 30px;text-align: center;color: #2b2b2b;margin-bottom: 20px;}



.gervice-one{width: 100%;}
.gervice-one .gervice-one-all{width: 80%;margin: auto;border-bottom: 1px solid #afafaf;padding-bottom: 125px;}
.gervice-one .gervice-one-all h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.gervice-one .gervice-one-all ul{display: flex;justify-content: space-between;margin-top: 120px;}
.gervice-one .gervice-one-all ul li{width: 25%;display: flex;flex-direction: column;justify-content: center;align-items: center;border-right: 1px solid #aaaaaa;}
.gervice-one .gervice-one-all ul li:last-child{border-right:none;}
.gervice-one .gervice-one-all ul li .li-one{font-size: 64px;font-weight: bold;color: #2b2b2b;font-family:"Microsoft YaHei";}
.gervice-one .gervice-one-all ul li .li-two{font-size: 14px;font-weight: bold;position: absolute;top: 8px;color: #2b2b2b;}
.gervice-one .gervice-one-all ul li .li-all{position: relative;}
.gervice-one .gervice-one-all ul li span{font-size: 18px;}
.gervice-one .gervice-one-all p{width: 85%;margin: auto; font-size: 18px;margin-top: 40px;text-align: justify;color: #2b2b2b;line-height: 32px;}

.gervice-two{width: 100%;padding-top:140px;padding-bottom: 100px;}
.gervice-two h2{font-size: 48px;text-align: center;color: #2b2b2b;}
.gervice-two p{font-size: 18px;text-align: center;color: #2b2b2b;margin-top: 50px;line-height: 32px;}
.gervice-two ul{display: flex;justify-content: space-between;margin-top: 100px;}
.gervice-two ul li{width: 32%;}

.gser{width: 100%;padding-top: 125px;}
.gser .gser-all{width: 90%;margin: auto;border-bottom:1px solid #E0E0E0;}
.gser .gser-all h2{color: #2B2B2B;font-weight: bold;font-size: 48px;text-align: center;}
.gser-s{margin-top: 72px;}
.gser-s .swiper {
        width: 100%;
		padding-bottom: 208px;
      }

.gser-s .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
      }

.gser-s .swiper-slide img {
        display: block;
        width: 100%;
        object-fit: cover;
      }
.gser-s .swiper-slide h2{font-size: 18px;text-align: left;margin-top: 32px;}
.gser-s .swiper-slide {
        width: 30%;
      }

.gser-s .swiper-slide:nth-child(2n) {
        width: 30%;
      }

.gser-s .swiper-slide:nth-child(3n) {
        width: 30%;
      }
.gser-s .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 144px;display: flex;align-items: center;}

.gser-s .swiper-pagination-bullet{opacity:1;background: var(--swiper-pagination-bullet-inactive-color,#666);}
.gser-s .swiper-pagination-bullet-active{border:2px solid #FEDA1C;background-color: #FFF;}
.gser-s .gser-side{position: relative;}
.gser-s .gser-side .gser-z{position: absolute;top: 0;width: 100%;height: 100%;background-color:rgba(0,0, 0, 0.67);display: flex;justify-content: center;align-items: center;flex-direction: column;}
.gser-s .gser-side .gser-z h3{color: #FFF;font-size: 24px;}
.gser-s .gser-side .gser-z .gser-x{width: 50px;height: 4px;background-color: #feda1c;margin-top: 5px;}
.gser-s .gser-side .gser-z p{color: #FFF;font-size: 16px;margin-top: 5px;}

.gser-gc{width: 100%;padding-top: 148px;padding-bottom: 100px;}
.gser-gc .gser-gc-all{width: 90%;margin: auto;}
.gser-gc .gser-gc-all h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.gser-gc .gser-gc-all ul{display: flex;justify-content: space-between;margin-top:115px;flex-wrap: wrap;}
.gser-gc .gser-gc-all ul li{width: 24%;position: relative;margin-top: 20px;}
.gser-gc .gser-gc-all ul li .gser-gc-z{position: absolute;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background-color: rgba(0,0, 0, 0.5);color: #FFF;font-size: 44px;font-weight: bold;}
.gser-gc .gser-gc-all ul li:hover .gser-gc-z{display: none;}


.retail-one{width: 100%;padding-top: 130px;}
.retail-one .retail-one-all{width: 85%;margin: auto;}
.retail-one .retail-one-all h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.retail-one .retail-one-all p{text-align: center;font-size: 18px;color: #2b2b2b;margin-top: 25px;}
.retail-one .retail-one-all .retail-one-o{width: 100%;margin-top: 110px;display: flex;justify-content: space-between;}
.retail-one .retail-one-all .retail-one-o .retail-one-w{width: 43%;display: flex;flex-direction: column;justify-content: center;}
.retail-one .retail-one-all .retail-one-o .retail-one-w h3{padding-bottom: 35px;}
.retail-one .retail-one-all .retail-one-o .retail-one-w h3 span{font-size: 33px;border-bottom: 1px solid #0d0d0d;padding-bottom: 35px;}
.retail-one .retail-one-all .retail-one-o .retail-one-w .retail-x{width: 80px;height: 2px;background-color:#0d0d0d;}
.retail-one .retail-one-all .retail-one-o .retail-one-w p{text-align: left;line-height: 32px;}
.retail-one .retail-one-all .retail-one-o .retail-one-i{width: 54%;}
.retail-one .retail-bx{width: 95%;margin: auto;border-bottom: 1px solid #afafaf;padding-bottom: 150px;}

.retail-two{width: 100%;padding-top: 150px;padding-bottom: 200px;background-image: linear-gradient(to top,rgba(254,222,53,1) 0%, rgba(255,255,255,0) 40%);}
.retail-two .retail-two-all{width: 70%;margin: auto;}
.retail-two .retail-two-all h2{font-size: 48px;text-align: center;color: #2b2b2b;}
.retail-two .retail-two-all p{font-size: 18px;text-align: center;color: #2b2b2b;line-height: 32px;margin-top: 40px;}
.retail-two .retail-two-all ul{margin-top: 100px;display: flex;justify-content: space-between;}
.retail-two .retail-two-all .retail-two-img{width: 38.45%;}
.retail-two .retail-two-all .retail-two-imgt{width: 60%;}

.retail-three{width: 100%;padding-top: 200px;padding-bottom: 150px;}
.retail-three .retail-three-all{width: 70%;margin: auto;}
.retail-three .retail-three-all h2{font-size: 48px;text-align: center;color: #2b2b2b;}
.retail-three .retail-three-all p{font-size: 18px;text-align: center;color: #2b2b2b;line-height: 32px;margin-top: 40px;}
.retail-three .retail-three-all ul{margin-top: 100px;display: flex;justify-content: space-between;}
.retail-three .retail-three-all .retail-three-img{width: 48.45%;}
.retail-three .retail-three-all .retail-three-imgt{width: 25%;}
.retail-three .retail-three-all .retail-three-imgo{width: 24.45%;}

.cont{width: 100%;padding-top: 75px;padding-bottom:145px;}
.cont .cont-all{width: 70%;margin: auto;background-color:#f6f6f6;padding: 60px 40px 60px 40px;display: flex;justify-content: space-between;}
.cont .cont-all .cont-all-one{width: 50%;}
.cont .cont-all .cont-all-two{width: 50%;}
.cont .cont-all .cont-all-one .cont-all-one-all{width: 80%;margin: auto;}
.cont .cont-all .cont-all-one .cont-all-one-all h2{font-size: 28px;}
.cont .cont-all .cont-all-one .cont-all-one-all .cont-p{margin-top: 45px;font-size: 18px;}
.cont .cont-all .cont-all-one .cont-all-one-all .cont-d{display: flex;font-size: 18px;margin-top: 20px;}
.cont .cont-all .cont-all-one .cont-all-one-all .cont-z{font-size: 18px;margin-top: 20px;border-bottom: 1px solid #cdcdcd; padding-bottom: 20px;}
.cont .cont-all .cont-all-one .cont-er{display: flex;margin-top: 45px;}
.cont .cont-all .cont-all-one .cont-er .cont-er-t{width: 120px;margin-left: 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.cont .cont-all .cont-all-one .cont-er .cont-er-t span{font-size:14px;padding-top: 10px;}
.cont .cont-all .cont-all-one .cont-er .cont-er-te{width: 120px;margin-left: 100px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.cont .cont-all .cont-all-one .cont-er .cont-er-te span{font-size:14px;padding-top: 10px;}

.latest-one{width: 100%;padding-top: 100px;}
.latest-one .latest-one-o{width: 60%;margin: auto;padding: 20px;box-sizing: border-box;border-bottom: 1px solid #aaaaaa;}
.latest-one .latest-one-o .latest-t{width: 100%;display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 30px;}
.latest-one .latest-one-o .latest-t h2{font-size: 20px;font-weight: 400;width: 80%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #2b2b2b;}
.latest-one .latest-one-o .latest-t span{font-size: 12px;color: #666666;}
.latest-one .latest-one-o p{font-size: 14px;color: #666666;margin-top: 25px;}
.latest-one .latest-one-o .latest-more{font-size: 14px;color: #feda1c;margin-top: 25px;}

.latest-one .latest-one-t{width: 60%;margin: auto;}
.latest-one .latest-one-t ul a{width: 100%;}
.latest-one .latest-one-t ul li{width: 100%;display: flex;justify-content: space-between;padding: 20px;box-sizing: border-box;border-bottom: 1px solid #aaaaaa;}
.latest-one .latest-one-t ul li .latest-img{width: 29%;}
.latest-one .latest-one-t ul li .latest-ti{width: 69%;}
.latest-one .latest-one-t ul li .latest-ti .latest-ti-h{ display: flex;justify-content: space-between;align-items: flex-end;}
.latest-one .latest-one-t ul li .latest-ti .latest-ti-h h2{width: 88%;color: #2b2b2b;font-size: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.latest-one .latest-one-t ul li .latest-ti .latest-ti-h span{font-size: 12px;color: #666666;}
.latest-one .latest-one-t ul li .latest-ti p{font-size: 14px;color: #666666;margin-top: 25px;}
.latest-one .latest-one-t ul li .latest-ti .latest-ti-more{font-size: 14px;color: #feda1c;margin-top: 25px;}


.marketing-one{width: 100%;padding-top: 100px;}
.marketing-one .marketing-one-o{width: 60%;margin: auto;padding-bottom: 45px;  box-sizing: border-box;border-bottom: 1px solid #aaaaaa;}
.marketing-one .marketing-one-o .marketing-t{width: 100%;height: 65px; display: flex;align-items:center;justify-content: space-between;border-top: 1px solid #aaaaaa;border-right: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;padding-left: 20px;padding-right: 20px;box-sizing: border-box;}
.marketing-one .marketing-one-o .marketing-t h2{font-size: 20px;font-weight: 400;width: 80%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #2b2b2b;}
.marketing-one .marketing-one-o .marketing-t span{font-size: 12px;color: #666666;}
.marketing-two{width: 60%;margin: auto;margin-top: 10px;margin-bottom: 95px;}
.marketing-two ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.marketing-two ul a{width: 49%;}
.marketing-two ul li{width: 100%;margin-top: 36px; }
.marketing-two ul li .marketing-li-all{height: 106px; display: flex;flex-direction: column;justify-content: center;border-bottom: 1px solid #aaaaaa;border-right: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;padding-left: 15px;padding-right: 15px;box-sizing: border-box;}
.marketing-two ul li .marketing-li-all .marketing-li{display: flex;justify-content: space-between;}
.marketing-two ul li .marketing-li-all .marketing-li h2{font-size: 18px;font-weight: 400;}
.marketing-two ul li .marketing-li-all .marketing-li span{font-size: 14px;color: #feda1c;}
.marketing-two ul li .marketing-li-all .tt{font-size: 12px;margin-top: 20px;}

.star{width: 100%;padding-bottom: 140px;}
.star .star-all{width: 60%;margin: auto;}
.star .star-all h2{text-align: center;font-size: 48px;color: #2b2b2b;}
.star .star-all p{text-align: center;font-size: 20px;color: #2b2b2b;margin-top: 60px;line-height: 32px;margin-bottom: 70px;}
.star .star-all .star-one{margin-top: 40px;}
.star .star-all .star-one ul li{margin-top:40px;position: relative;}
.star .star-all .star-one ul li button{width: 150px;height: 50px;cursor: pointer;display: flex;align-items: center;justify-content: center;border-radius: 50px;background-color: #FFF;border: none;position: absolute;right: 40px;bottom: 25px;}
.star .star-all .star-one ul li button img{width: 18px;height: 24px;}
.star .star-all .star-one ul li button span{font-size: 18px;color: #2b2b2b;margin-left: 8px;}
.star .star-all .star-one ul li button:hover{background-color:#feda1c;}


.product{width: 100%;padding-bottom: 120px;}
.product .product-g{width: 96%;margin: auto;}
.product .product-g ul{display: flex;flex-wrap: wrap;}
.product .product-g ul a{width: 32%;}
.product .product-g ul li{margin-left: 35px;margin-top: 110px;}
.product .product-g ul li h2{text-align: center;font-size: 24px;color: #2b2b2b;margin-top: 30px;}
.product .product-g ul li p{text-align: center;font-size: 14px;color: #2b2b2b;margin-top: 8px;}

.p-more{width: 150px;margin: auto;margin-top: 108px;border-radius: 50px;background-color: #feda1c;}
.p-more li{height: 48px;line-height: 40px;text-align: center;width: 100%;color: #000;display: flex;align-items: center;justify-content: center;}
.p-more li img{width:16px;height: 19px;margin-right: 8px;}
.p-more li span{font-size: 18px;}

.product-list{width: 90%;margin: auto;margin-top: 80px;  padding-top:80px;display: flex;justify-content: space-between;padding-bottom: 100px;}
.product-list .product-list-one{width: 65%;}
.product-list .product-list-two{width: 32%;}
.product-list .product-list-two h3{font-size: 18px;color: #2b2b2b;font-weight: 400;}
.product-list .product-list-two h2{font-size: 38px;color: #2b2b2b;margin-top: 8px;}
.product-list .product-list-two h4{font-size:20px;color: #2b2b2b;margin-top: 30px;margin-bottom: 30px;}
.product-list .product-list-two p{font-size: 18px;color: #333;margin-top: 8px;display: flex;}
.product-list .product-list-two p img{width: 60%;}

.one-dy{width: 130px;position: absolute;top: 90px;left: 18px;display: none;}
.one-wx{width: 130px;position: absolute;top: 90px;left: -45px;display: none;}
.one-tm{width: 130px;position: absolute;top: 90px;left: 80px;display: none;}

.product-list-g ul li{margin-top: 10px;}

@media (min-width: 1200px)and (max-width: 1380px) {
	.head .h-three ul li{margin-left:16px;}
}
@media (min-width: 1480px)and (max-width: 1700px) {
	
}
/*默认*/
@media (min-width: 980px){}
 
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
	
}
 
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
	
}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {}






























