@import url(base.css);
.w1200{max-width: 12rem;}
@media (max-width:1240px){
  .w1200{max-width: 94%}
}
.w1400{max-width: 14rem;}
@media (max-width:1440px){
	.w1400{max-width: 94%}
}
.w1600{max-width: 16rem;}
@media (max-width:1640px){
  .w1600{max-width: 94%}
}
html,body{font-family: 'HmR';}
::selection {
    color: #ffffff;
    background: #11824e;
}
.tac{text-align: center;}
/* 按钮 */
.rightMenuBtn {display: none;position: relative;margin-left: .1rem;width:40px; height:40px; background-color: transparent; z-index:350;cursor:pointer;border: 0;}
.rightMenuBtn span { display:block; height:3px; background-color:#ed6e51; position:absolute; top:20px; transition:0.5s; }
.rightMenuBtn img { display:block; position:absolute; bottom:5px; left: 5px; transition:0.5s; width:30px; height:auto; }
.rightMenuBtn .openMenu { width:30px; left:5px; }
.rightMenuBtn .closeMenu { left:25px; width:0; }
.rightMenuBtn span:active { width:0; }
.rightMenuBtn span:before,.rightMenuBtn span:after { content:""; display:block; width:30px; height:3px; background-color:#ed6e51; position:absolute; transition:0.4s; }
.rightMenuBtn .openMenu:before { top:-10px; left:-0; }
.rightMenuBtn .openMenu:after { top:10px; left:-0; }
.rightMenuBtn .closeMenu:before { top:0px; left:-20px; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); }
.rightMenuBtn .closeMenu:after { top:0px; left:-20px; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); }
/*pages*/
.pages{ margin-top: 4.57%; font-size: 0; text-align: center;font-family: 'HmL';display: flex;align-items: center;justify-content: center}
.pages a{ display: inline-block; width: .5rem; height: .5rem; line-height: .5rem;font-size: .14rem; color: #333333;transition: 0.4s ease;box-sizing: border-box;}
.pages a.a_first{ margin-right: .1rem; }
.pages a.a_end{ margin-left: .1rem; }
.pages a.anum{ font-family: 'Arial'; }
.pages .nums a.acur,.pages .nums a:hover{color: #ed6e51;}
.pages .nums{ display: inline-block; margin: 0 .2rem; }
.pages .nums .anum{ margin-right: .2rem; }
.pages .nums .anum:last-child{ margin-right: 0; }
.pages .nums a{}
.pages .f1{ font-size: 16px; margin: 0 .1rem; color: #555555; line-height: 42px;font-weight: normal;}
.pages .i_text{ display: inline-block; height: .5rem; width: .5rem; border: 1px solid #9dadd1; vertical-align: middle; background-color: transparent;}
.pages .i_button{ margin-left: .1rem;font-size: .16rem; color: #4780ff; width: .5rem;height: .5rem;background-color: #dfe7fb;border: 0;border-radius: .05rem;cursor: pointer;}
.pages .a_prev,.pages .a_next{position: relative; color: #ed6e51;font-size: .16rem;font-family: 'HmM';z-index: 2;}
.pages .a_prev:after,.pages .a_next:after{display: block;content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 90%;height: 100%;border: 1px solid #ed6e51;background-color: #fff;transform: skewX(-10deg);border-radius: .05rem;z-index: -1;}
.pages .a_prev:hover:after,.pages .a_next:hover:after{background-color: #ed6e51;}
.pages .a_prev:hover,.pages .a_next:hover{color: #fff;}
.pages .p_jump{display: flex;align-items: center}
.prew{}
.prew div{display: flex;align-items: center;margin-bottom: .2rem;font-size: .16rem;color: #333333;font-family: HmL;}
.prew div:last-child{margin-bottom: 0rem;}
.prew div a{color: #333333;}
.prew div:hover a{color: #497ff8;}
.prew div:after{display: block;content: '';margin-left: .2rem;width: .15rem;height: .05rem;background-image: url('../images/Business-more.png');background-size: 100%;}
.Return{margin-left: .3rem;}
.Return a{display: flex;align-items: center;font-size: .16rem;color: #333;}
.Return a:before{display: block;content: '';margin-right: .15rem;width: .16rem;height: .17rem;background-image: url('../images/return.png');background-size: 100%;}
@media ( max-width:480px){
	.pages a{width: 0.35rem;height: 0.35rem;line-height: 0.35rem;}
  .pages .i_text{height: .35rem}
  .pages .i_button{width: .35rem;height: .35rem}
}
body{padding-top: .92rem;}
/*pages end*/
header{padding: .2rem 0;position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;z-index: 100;box-shadow: 0 0 .1rem rgba(0, 0, 0, .18);}
header .logo img{max-width: 1.6rem;}
header nav{margin-right: .6rem;}
header nav ul{display: flex;align-items: center;}
header nav ul li{margin-right: .8rem;text-align: center;}
header nav ul li:last-child{ margin-right: 0; }
header nav ul li>a span{font-size: .16rem;color: #333333;font-family: 'HmM';display: block;}
header nav ul li:hover>a span{color: #ed6e51;}
header nav ul li>a .icon{margin: 0 auto .1rem;display: flex;align-items: end;justify-content: center;height: .25rem;width: .19rem;}
header .language{position: relative;}
header .language .name{display: flex;align-items: center;font-size: .16rem;color: #333333;cursor: pointer;}
header .language .name:before{display: block;content: '';width: .2rem;height: .2rem;margin-right: .1rem;background-image: url('../images/language.png');background-size: cover;}
header .language .name:after{display: block;content: '';width: .05rem;height: .09rem;margin-left: .1rem;background-image: url('../images/language-jt.png');background-size: cover;}
header .language .down{display: none;position: absolute;left: 0;top: 100%;width: 100%;padding-top: .36rem;z-index: 3;}
header .language .down dl{padding: .2rem .1rem;background-color: #fff;border-top: .02rem solid #ed6e51;}
header .language .down dl dd{margin-bottom: .15rem;padding-bottom: .15rem;border-bottom: 1px solid #ccc;text-align: center;}
header .language .down dl dd a{font-size: .16rem;color: #333;}
header .language .down dl dd:hover a{color: #ed6e51;}
header .language .down dl dd:last-child{margin-bottom: 0;border-bottom: 0;padding-bottom: 0;}
header .language:hover .down{display: block;}
header nav ul li .down{display: none;}
header nav ul li:hover .down{display: block;}
@media (min-width:1200px){
  header nav ul li .down{position: absolute;left: 0;top: .7rem;padding-top: .2rem;width: 100%;z-index: 3;text-align: left;}
  header nav ul li .down .box{background-color: #fff;padding: .4rem;border-top: 2px solid #ed6e51;box-shadow: 0 .15rem .15rem rgba(0, 0, 0, .18)}
  header nav ul li .down .box .auto{display: flex;justify-content: space-between;flex-wrap: wrap;}
  header nav ul li .down .more{width: 2rem;padding-top: .3rem;}
  header nav ul li .down .more a{font-size: .18rem;color: #222;}
  header nav ul li .down .more a:hover{color: #ed6e51;}
  header nav ul li .down .img{width: 40%;border-radius: .2rem;overflow: hidden;}
  header nav ul li .down .img img{width: 100%;}
  header nav ul li .down dl{width: calc(60% - 2rem);padding: .3rem 0;padding-left: 1rem;border-left: 1px solid #ddd;box-sizing: border-box;}
  header nav ul li .down dl dd{margin-bottom: .3rem;}
  header nav ul li .down dl dd:last-child{margin-bottom: 0;}
  header nav ul li .down dl dd a{font-size: .16rem;color: #222;}
  header nav ul li .down dl dd:hover a{color: #ed6e51;}
}
footer:before{display: block;content: '';width: 100%;padding-bottom: 8.38%;background-image: url('../images/footer-bg.png');background-size: cover;background-repeat: repeat-x;background-position: center;}
footer .bg{padding-bottom: .5rem;background-color: #118852}
footer .foot-img{max-width: 2.31rem;}
footer .foot-img img{width: 100%;}
footer .foot-share{margin-top: .4rem;}
footer .foot-share ul{margin: -.08rem;}
footer .foot-share ul li{position: relative;margin: .08rem;}
footer .foot-share ul li a img{max-height: .23rem;}
footer .foot-share ul li .ewm{display: none;position: absolute;bottom: calc(100% + .15rem);left: 50%;width: 1.4rem;background-color: #fff;padding: .15rem;box-sizing: border-box;transform: translate(-50%);z-index: 3;}
footer .foot-share ul li .ewm img{width: 100%;}
footer .foot-share ul li:hover .ewm{display: block;}
footer .foot-contact ul li{position: relative;padding-left: .65rem;margin-bottom: .25rem;}
footer .foot-contact ul li:last-child{margin-bottom: 0;}
footer .foot-contact ul li:before{display: block;content: '';width: .5rem;height: .5rem;position: absolute;left: 0;top: 0;bottom: 0;margin: auto 0;background-size: cover;z-index: 2;}
footer .foot-contact ul li:nth-of-type(1):before{background-image: url('../images/footer-contact-icon1.png')}
footer .foot-contact ul li:nth-of-type(2):before{background-image: url('../images/footer-contact-icon2.png')}
footer .foot-contact ul li:nth-of-type(3):before{background-image: url('../images/footer-contact-icon3.png')}
footer .foot-contact ul li .name{font-size: .14rem;color: #fff;}
footer .foot-contact ul li .text{margin-top: .15rem;font-size: .22rem;color: #fff;font-family: 'HmB';}
footer .foot-contact ul li .text.fn{font-size: .16rem;font-family: 'HmR';}
footer .foot-nav ul li{margin-right: .6rem;text-align: center;}
footer .foot-nav ul li:last-child{margin-right: 0;}
footer .foot-nav ul li>a{font-size: .18rem;color: #fff;font-family: 'HmM';}
footer .foot-nav ul li dl{margin-top: .2rem;}
footer .foot-nav ul li dl dd{position: relative;margin-bottom: .1rem;padding-left: .05rem;text-align: left;}
footer .foot-nav ul li dl dd:last-child{margin-bottom: 0;}
footer .foot-nav ul li dl dd:before{position: absolute;display: block;content: '';width: .02rem;height: .02rem;top: 0;left: 0;bottom: 0;margin: auto 0;background-color: #fff;z-index: 1;}
footer .foot-nav ul li dl dd a{font-size: .14rem;color: #fff;}
footer .icp{margin-top: .8rem;font-size: .16rem;color: rgba(255, 255, 255, .6);text-align: center;}
footer .icp a{color: rgba(255, 255, 255, .6);}
.column-banner{position: relative;}
.column-banner img{width: 100%;}
.column-banner .pc{display: block;}
.column-banner .media{display: none;}
.column-banner .box{position: absolute;left: 0;bottom: .6rem;width: 100%;z-index: 3;}
.column-banner .box .title{font-size: .4rem;color: #fff;font-family: 'HmB';}
.column-banner .box .btn{display: flex;align-items: center}
.column-banner .box .download{display: flex;align-items: center;justify-content: center;width: 1.6rem;height: .55rem;font-size: .16rem;color: #11824e;background-color: #fff;border-radius: .05rem;}
.column-banner .box .download:after{display: block;content: '';margin-left: .2rem;width: .08rem;height: .13rem;background-image: url('../images/more-g.png');background-size: 100%;}
.column-banner .box .quote{margin-left: .1rem;}
.column-banner .box .quote{display: flex;align-items: center;justify-content: center;width: 1.2rem;height: .55rem;font-size: .16rem;color: #fff;background-color: #ed6e51;border-radius: .05rem;}
.column-banner .box .quote:after{display: block;content: '';margin-left: .15rem;width: .18rem;height: .16rem;background-image: url('../images/quote.png');background-size: 100%;}
.public-more a{width: 1.6rem;height: .55rem;display: flex;align-items: center;justify-content: center;font-size: .16rem;color: #fff;background-color: #ed6e51;border-radius: .05rem;box-sizing: border-box;}
.public-more a:after{display: block;content: '';width: .07rem;height: .14rem;margin-left: .1rem;background-image: url('../images/more.png');background-size: 100%;}
.public-load{width: 1.6rem;height: .55rem;display: flex;align-items: center;justify-content: center;font-size: .16rem;color: #11824e;border: 1px solid #11824e;border-radius: .05rem;box-sizing: border-box;cursor: pointer;}
.public-load:after{display: block;content: '';width: .18rem;height: .18rem;margin-left: .1rem;background-image: url('../images/load.png');background-size: cover;}
.index-title .title{font-size: .4rem;color: #333;font-family: 'HmB';}
.index-title .name{margin-top: .25rem;font-size: .16rem;color: #666;}
.Index .banner{position: relative;}
.Index .banner img{width: 100%;}
.Index .banner img.pc{display: block;}
.Index .banner img.wap{display: none;}
.Index .banner .swiper-slide{position: relative;}
.Index .banner .swiper-slide .play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: .92rem;height: .92rem;background-image: url('../images/play.png');background-size: cover;cursor: pointer;z-index: 5;}
.Index .banner .swiper-slide .video{display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.Index .banner .swiper-slide .video video{display: block;width: 100%;height: 100%;object-fit: cover;}
.Index .banner .swiper-pagination{bottom: .6rem;display: flex;align-items: center;justify-content: center}
.Index .banner .swiper-pagination .swiper-pagination-bullet{margin: 0 .1rem;width: .08rem;height: .08rem;opacity: 1;background-color: rgba(255, 255, 255, .4)}
.Index .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: .16rem;height: .16rem;background-color: #fff}
.Index .module{padding: 1rem 0;}
.Index .module .text{font-size: .24rem;color: #333333;line-height: 1.8;text-align: center;}
.Index .module .text:before{display: inline-block;margin-right: .05rem;content: '';width: .31rem;height: .32rem;background-image: url('../images/index-module-icon.png');background-size: cover;transform: translateY(-.1rem)}
.Index .start .list{margin-top: .5rem;}
.Index .start .list ul{margin: -2%;}
.Index .start .list ul li{width: 46%;margin: 2%;position: relative;}
.Index .start .list ul li a{position: absolute;display: block;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;}
.Index .start .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Index .start .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Index .start .list ul li:hover .img img{transform: scale(1.1)}
.Index .start .list ul li .box{margin-top: .2rem;}
.Index .start .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Index .start .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Index .start .mylist{margin-top: .6rem;}
.Index .start .mylist .left-box{width: 19.3%;}
.Index .start .mylist .left-box .text{font-size: .2rem;color: #333333;font-family: 'HmM';line-height: 1.6;}
.Index .start .mylist .right-box{position: relative;width: 78.3%;}
.Index .start .mylist .right-box .img{border-radius: .2rem;overflow: hidden;}
.Index .start .mylist .right-box .img img{width: 100%;transition: 0.8s ease;}
.Index .start .mylist .right-box .swiper-slide:hover .img img{transform: scale(1.1)}
.Index .start .mylist .right-box .title{margin-top: .15rem;font-size: .16rem;color: #333;text-align: center;}
.Index .start .mylist .swiper-button-prev{left: -.25rem;width: .5rem;height: .5rem;background-color: #ed6e51;border-radius: .5rem;color: #fff;}
.Index .start .mylist .swiper-button-prev:after{--swiper-navigation-size: .18rem;}
.Index .start .mylist .swiper-button-next{right: -.25rem;width: .5rem;height: .5rem;background-color: #ed6e51;border-radius: .5rem;color: #fff;}
.Index .start .mylist .swiper-button-next:after{--swiper-navigation-size: .18rem;}
.Index .reference{padding: 1rem 0;}
.Index .reference .list{margin-top: .4rem;}
.Index .reference .list ul{margin: -1%;}
.Index .reference .list ul li{position: relative;width: 31.33%;margin: 1%;}
.Index .reference .list ul li a{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;z-index: 10;}
.Index .reference .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Index .reference .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Index .reference .list ul li:hover .img img{transform: scale(1.1)}
.Index .reference .list ul li .box{margin-top: .3rem;}
.Index .reference .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Index .reference .list ul li .box .more{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Index .reference .list .btn{margin: 0 -.075rem;margin-top: .45rem;}
.Index .reference .list .btn *{margin: 0 .075rem;}
.Index .reference .list1{margin-top: .45rem;}
.Index .reference .list1 ul{margin: -.05rem;}
.Index .reference .list1 ul li{position: relative;padding: .5rem .3rem .3rem;width: calc(25% - .1rem);margin: .05rem;background-color: #f5f5f5;border-radius: .15rem;box-sizing: border-box}
.Index .reference .list1 ul li a{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;z-index: 10;}
.Index .reference .list1 ul li .img{display: flex;justify-content: center;align-items: center;width: 100%;height: 2.4rem;overflow: hidden;}
.Index .reference .list1 ul li .img img{max-height: 100%;max-width: 100%;transition: 0.8s ease;}
.Index .reference .list1 ul li:hover .img img{transform: scale(1.1)}
.Index .reference .list1 ul li .title{margin-top: .2rem;font-size: .16rem;color: #333333;}
.Index .reference .list1 .btn{margin: 0 -.075rem;margin-top: .45rem;}
.Index .reference .list1 .btn *{margin: 0 .075rem;}
.Index .goal .left-box{width: 37.5%;}
.Index .goal .left-box .title{line-height: 1.4;}
.Index .goal .right-box{width: 56.66%;}
.Index .goal .right-box .text{font-size: .14rem;color: #666666;line-height: 2;}
.Index .goal .right-box .text .img{width: 1.2rem;float: right;margin-bottom: .2rem;margin-left: .2rem;}
.Index .goal .right-box .text .img img{width: 100%;}
.Index .step{padding: .4rem 0 1rem;}
.Index .step .list{margin-top: .5rem;}
.Index .step .list ul{margin: -1%;}
.Index .step .list ul li{position: relative;width: 48%;margin: 1%;}
.Index .step .list ul li .img{position: relative;overflow: hidden;border-radius: .2rem;}
.Index .step .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Index .step .list ul li .img:after{display: block;content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0, 0, 0, .21), transparent);z-index: 1;}
.Index .step .list ul li:hover .img img{transform: scale(1.1)}
.Index .step .list ul li .title{margin-bottom: .3rem;font-size: .24rem;color: #333333;font-family: 'HmM';}
.Index .step .list ul li .por{position: relative;}
.Index .step .list ul li .por .box{position: absolute;left: 0;bottom: 0;width: 100%;padding: .3rem;z-index: 1;box-sizing: border-box}
.Index .step .list ul li .por .box .type dl{display: flex;flex-wrap: wrap;margin: -.25rem;}
.Index .step .list ul li .por .box .type dl dd{margin: .25rem;display: flex;align-items: center;font-size: .14rem;color: #fff;}
.Index .step .list ul li .por .box .type dl dd .icon{margin-right: .1rem;}
.Index .step .list ul li .por .box .type dl dd .icon img{width: .4rem;}
.Index .step .list ul li .por .box .text{display: none;margin-top: .15rem;font-size: .14rem;color: #fff;line-height: 1.6;}
.Index .step .list ul li:hover .por .box .text{display: block;}
@media (min-width:768px){
  .Index .step .list ul li:nth-of-type(3){transform: translateY(-13%);}
}
.Index .step .bottom-box{margin-top: .4rem;}
.Index .step .bottom-box .text{width: 48.33%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Index .step .bottom-box .list2{width: 41.66%;}
.Index .step .bottom-box .list2 dl{display: flex;flex-wrap: wrap;margin: -.075rem;}
.Index .step .bottom-box .list2 dl dd{width: calc(50% - .15rem);margin: .075rem;padding: .8rem 0;text-align: center;}
.Index .step .bottom-box .list2 dl dd:nth-of-type(odd){border-radius: 0 .35rem 0 .35rem;background-color: #f5f5f5}
.Index .step .bottom-box .list2 dl dd:nth-of-type(even){border-radius: .35rem 0 .35rem 0;background-color: #11824e}
.Index .step .bottom-box .list2 dl dd .value{font-size: .3rem;color: #11824e;font-family: 'HmB';}
.Index .step .bottom-box .list2 dl dd .value span{font-size: .56rem;}
.Index .step .bottom-box .list2 dl dd .name{font-size: .18rem;color: #333333;margin-top: .1rem;}
.Index .step .bottom-box .list2 dl dd:nth-of-type(even) .value{color: #fff;}
.Index .step .bottom-box .list2 dl dd:nth-of-type(even) .name{color: #fff;}
.Index .demand{padding-bottom: 1.3rem;}
.Index .demand .list{margin-top: .5rem;}
.Index .demand .list ul{margin: -.05rem;}
.Index .demand .list ul li{margin: .05rem;width: calc(25% - .1rem);position: relative;}
.Index .demand .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 1;}
.Index .demand .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Index .demand .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Index .demand .list ul li:hover .img img{transform: scale(1.1)}
.Index .demand .list ul li .box{margin-top: .2rem;}
.Index .demand .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Index .demand .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666;}
.grid-layout{--gap: .2rem;--cols: 2;display: grid;grid-template-columns: repeat(var(--cols), 1fr);gap: var(--gap);}
.Location{padding: .5rem 0;font-size: .16rem;color: #333333;}
.Location a{color: #333333;}
.Location span{color: #ed6e51;}
.column-banner + .Location{padding-top: .3rem;}
.public-title{font-size: .4rem;color: #333333;font-family: 'HmB';line-height: 1.3;}
.public-title1{font-size: .36rem;color: #333333;font-family: 'HmB';line-height: 1.3;}
.Catalog{padding-bottom: .9rem;}
.Catalog .land .top-box .public-title1{width: 27.5%}
.Catalog .land .top-box .text{width: 57.5%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Catalog .land .list{margin-top: .75rem;}
.Catalog .land .list ul{margin: -.3rem -1.45%;}
.Catalog .land .list ul li{position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;width: calc(33.33% - 2.9%);margin: .3rem 1.45%;}
.Catalog .land .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 3;}
.Catalog .land .list ul li .img{width: 40%;border-radius: .1rem;overflow: hidden;}
.Catalog .land .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Catalog .land .list ul li .box{position: relative;width: 53.2%;padding: .08rem 0;}
.Catalog .land .list ul li .box .title{font-size: .16rem;color: #333333;font-family: 'HmB';line-height: 1.5;}
.Catalog .land .list ul li .box .text{height: .96rem;margin-top: .1rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Catalog .land .list ul li .box .more{position: absolute;left: 0;bottom: .08rem;width: 100%;display: flex;align-items: center;padding-top: .1rem;font-size: .16rem;color: #666666;border-top: 1px solid #e8e8e8;z-index: 1;}
.Catalog .land .list ul li .box .more:after{display: block;content: '';width: .06rem;height: .11rem;margin-left: .1rem;background-image: url('../images/moreb.png');background-size: 100%;}
.Catalog .land .list ul li:hover .img img{transform: scale(1.1)}
.Catalog .land .list ul li:hover .title{color: #ed6e51;}
.Catalog .land .list ul li:hover .more{color: #ed6e51;}
.Catalog .land .list ul li:hover .more:after{background-image: url('../images/more-hoverr.png');}
.Catalog .directory{margin-top: .9rem;}
.Catalog .directory .left-box{width: 33.33%;padding: .3rem 0;}
.Catalog .directory .left-box .name{margin-bottom: .3rem;font-size: .16rem;color: #333333;}
.Catalog .directory .left-box .public-title{margin-bottom: .25rem;}
.Catalog .directory .left-box .text{font-size: .16rem;color: #666666;line-height: 1.6;}
.Catalog .directory .left-box dl{margin: .5rem 0 .5rem .35rem;padding-left: .2rem;border-left: 1px solid #e2e2e2;}
.Catalog .directory .left-box dl dd{position: relative;padding-left: .15rem;margin-bottom: .2rem;font-size: .16rem;color: #333333;}
.Catalog .directory .left-box dl dd:last-child{margin-right: 0;}
.Catalog .directory .left-box dl dd:before{position: absolute;left: 0;top: 0;bottom: 0;display: block;content: '';margin: auto 0;width: .04rem;height: .04rem;background-color: #333333;border-radius: .04rem;z-index: 1;}
.Catalog .directory .left-box .btn{margin-top: .25rem;display: flex;align-items: center;}
.Catalog .directory .left-box .btn a{margin-right: .1rem;display: flex;justify-content: center;align-items: center;height: .54rem;font-size: .16rem;border-radius: .04rem;box-sizing: border-box}
.Catalog .directory .left-box .btn a:last-child{margin-right: 0;}
.Catalog .directory .left-box .btn a:after{display: block;content: '';width: .07rem;height: .14rem;margin-left: .2rem;background-size: cover;}
.Catalog .directory .left-box .btn a:nth-of-type(1){width: 57.5%;color: #fff;background-color: #ed6e51}
.Catalog .directory .left-box .btn a:nth-of-type(1):after{background-image: url('../images/btn-w.png')}
.Catalog .directory .left-box .btn a:nth-of-type(2){width: calc(42.5% - .1rem);color: #333333;background-color: #fff;border: 1px solid #ededed;}
.Catalog .directory .left-box .btn a:nth-of-type(2):after{background-image: url('../images/btn-b.png')}
.Catalog .directory .right-box{width: 56.66%;}
.Catalog .directory .right-box .img{border-radius: .2rem;overflow: hidden;}
.Catalog .directory .right-box .img img{width: 100%;}
.Message{margin-top: 1rem;}
.Message .left-box{width: 35%;position: relative;padding-top: .15rem;}
.Message .left-box .img{position: absolute;left: 65%;top: 0;width: .52rem;z-index: 3;}
.Message .left-box .img img{width: 100%;}
.Message .left-box .text{margin-top: .2rem;font-size: .16rem;color: #666666;line-height: 1.7;}
.Message .right-box{width: 57.5%;}
.Message .right-box .from ul li{margin-bottom: .15rem;position: relative;overflow: hidden;}
.Message .right-box .from ul li:last-child{margin-bottom: 0;}
.Message .right-box .from ul li .text{width: 100%;height: .6rem;padding: 0 .15rem;font-size: .16rem;background-color: #f8f8f8;border: 1px solid #e8e8e8;border-radius: .05rem;box-sizing: border-box}
.Message .right-box .from ul li textarea{width: 100%;height: 1.8rem;padding: .15rem;font-size: .16rem;background-color: #f8f8f8;border: 1px solid #e8e8e8;border-radius: .05rem;box-sizing: border-box}
.Message .right-box .from ul li .checkbox{display: flex;align-items: center;font-size: .16rem;color: #666666;line-height: 1.6;}
.Message .right-box .from ul li label{position: absolute;left: 0;width: 100%;padding:  .2rem .15rem;top: 0;width: 100%;font-size: .16rem;color: #999999;z-index: 3;transition: 0.8s ease;}
.Message .right-box .from ul li label span{color: red;}
.Message .right-box .from ul li.on label{top: -.6rem;}
.Message .right-box .from .submit{margin-top: .3rem;display: flex;align-items: center;justify-content: center;width: 1.2rem;height: .55rem;color: #fff;background-color: #ed6e51;border-radius: .05rem;cursor: pointer;}
.Upscale{padding-bottom: .9rem;}
.Upscale .personal .main-text{margin-top: .25rem;font-size: .16rem;color: #666666;}
.Upscale .personal .list{margin-top: .45rem;}
.Upscale .personal .list ul{margin: -.15rem;}
.Upscale .personal .list ul li{position: relative;width: calc(25% - .3rem);margin: .15rem;padding-top: .2rem;}
.Upscale .personal .list ul li .box{position: relative;padding: .5rem .20rem .3rem;z-index: 3;}
.Upscale .personal .list ul li .box .icon{width: .55rem;height: .5rem;display: flex;align-items: center;justify-content: center}
.Upscale .personal .list ul li .box .icon img{max-width: 100%;max-height: 100%;width: auto;height: auto;}
.Upscale .personal .list ul li .box .title{margin-top: .65rem;font-size: .24rem;color: #333333;font-family: 'HmB';}
.Upscale .personal .list ul li .box .text{margin-top: .25rem;padding-left: .1rem;font-size: .14rem;color: #666666;line-height: 1.7;border-left: 1px solid #dedede;}
.Upscale .personal .list ul li:after{display: block;content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: calc(100% - .2rem);background-color: rgba(245, 245, 245, .7);border-radius: .25rem;z-index: 2;backdrop-filter: blur(8px);}
.Upscale .personal .list ul li .num{position: absolute;right: .2rem;top: -.1rem;font-size: .8rem;font-family: 'HmB';-webkit-text-stroke: 1px #ed6e51;color: transparent;}
.Upscale .personal .list ul li:hover .box .icon img{filter: brightness(0) invert(1);}
.Upscale .personal .list ul li:hover:after{background-color: rgba(17, 130, 78, .9)}
.Upscale .personal .list ul li:hover .title{color: #fff;}
.Upscale .personal .list ul li:hover .text{color: #fff;border-left: 1px solid rgba(255, 255, 255, .3);}
.Upscale .explore-site{margin-top: 1rem;}
.Upscale .explore-site .select{margin-top: .35rem;display: flex;align-items: center}
.Upscale .explore-site .select .item{width: 2rem;margin-right: .1rem;}
.Upscale .explore-site .select .item:last-child{margin-right: 0;}
.Upscale .explore-site .select .item select{width: 100%;padding: 0 .2rem;font-size: .16rem;color: #333333;}
.Upscale .explore-site .list{margin-top: .3rem;}
.Upscale .explore-site .list ul{margin: 0 -.15rem;}
.Upscale .explore-site .list ul li{position: relative;width: calc(33.33% - .3rem);margin: 0 .15rem;}
.Upscale .explore-site .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 3;}
.Upscale .explore-site .list ul li .img{height: 4.13rem;border-radius: .2rem;overflow: hidden;}
.Upscale .explore-site .list ul li .img img{width: 100%;height: 100%;transition: 0.8s ease;object-fit: cover;}
.Upscale .explore-site .list ul li .box{margin-top: .3rem;}
.Upscale .explore-site .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Upscale .explore-site .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Upscale .explore-site .list ul li:hover .img img{transform: scale(1.1)}
@media (min-width:768px){
  .Upscale .explore-site .list ul li:nth-of-type(2) .img,
  .Upscale .explore-site .list ul li:nth-of-type(4) .img,
  .Upscale .explore-site .list ul li:nth-of-type(6) .img{height: 4.63rem;}
  .Upscale .explore-site .list ul li:nth-of-type(5){margin-top: .5rem;}
}
.Upscale .explore-site .public-more{margin-top: .5rem;}
.Upscale .explore-goods{margin-top: 1rem;}
.Upscale .explore-goods .list{margin-top: .45rem;}
.Upscale .explore-goods .list ul{margin: -.15rem;}
.Upscale .explore-goods .list ul li{position: relative;width: calc(33.33% - .3rem);margin: .15rem;}
.Upscale .explore-goods .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 3;}
.Upscale .explore-goods .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Upscale .explore-goods .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Upscale .explore-goods .list ul li:hover .img img{transform: scale(1.1)}
.Upscale .explore-goods .list ul li .box{margin-top: .3rem;}
.Upscale .explore-goods .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Upscale .explore-goods .list ul li .box .more{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Floating{position: fixed;right: 2.6%;top: 50%;width: 2.27rem;height: 1.79rem;background-image: url('../images/Floating.png');background-size: cover;transform: translateY(-50%);z-index: 3;}
.Floating a{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;z-index: 3;}
.Floating .text{position: absolute;right: .25rem;bottom: .15rem;font-size: .16rem;color: #fff;font-family: 'HmM';line-height: 1.6;}
.Floating .more{position: absolute;right: .65rem;top: .12rem;font-size: .14rem;color: #666666;line-height: 1.1;}
.Municipal .explore-goods{margin-top: 1rem;}
.Municipal .explore-goods .list{margin-top: .45rem;}
.Municipal .explore-goods .list ul{margin: -.15rem;}
.Municipal .explore-goods .list ul li{position: relative;width: calc(33.33% - .3rem);margin: .15rem;}
.Municipal .explore-goods .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 3;}
.Municipal .explore-goods .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Municipal .explore-goods .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Municipal .explore-goods .list ul li:hover .img img{transform: scale(1.1)}
.Municipal .explore-goods .list ul li .box{margin-top: .3rem;}
.Municipal .explore-goods .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Municipal .explore-goods .list ul li .box .more{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Municipal{padding-bottom: .9rem;}
.Municipal .case .top-box{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.Municipal .case .top-box .select{display: flex;align-items: center;}
.Municipal .case .top-box .select .name{margin-right: .05rem;font-size: .16rem;color: #333333;white-space: nowrap;}
.Municipal .case .top-box .select select{width: 2rem;padding: 0 .2rem;font-size: .16rem;color: #333333;}
.Municipal .case .list{margin-top: .5rem;}
.Municipal .case .list ul{margin: 0 -.15rem;}
.Municipal .case .list ul li{position: relative;width: calc(33.33% - .3rem);margin: 0 .15rem;}
.Municipal .case .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 3;}
.Municipal .case .list ul li .img{height: 4.12rem;border-radius: .2rem;overflow: hidden;}
.Municipal .case .list ul li .img img{width: 100%;height: 100%;transition: 0.8s ease;object-fit: cover;}
.Municipal .case .list ul li:nth-of-type(2) .img,
.Municipal .case .list ul li:nth-of-type(4) .img,
.Municipal .case .list ul li:nth-of-type(6) .img{height: 4.62rem;}
.Municipal .case .list ul li .box{margin-top: .3rem;}
.Municipal .case .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Municipal .case .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Municipal .case .list ul li:nth-of-type(5){margin-top: .5rem;}
.Municipal .case .list ul li:hover .img img{transform: scale(1.1)}
.Municipal .case .public-more{margin-top: .5rem;}
.Municipal .process{position: relative;margin-top: 1rem;border-radius: .2rem;overflow: hidden;}
.Municipal .process img{width: 100%;}
.Municipal .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Municipal .process .box .public-title{color: #fff;}
.Municipal .process .box .public-more{margin-top: .2rem;}
.Info{padding-bottom: .9rem;}
.Info .case .list{width: 57%}
.Info .case .list ul{margin: -.3rem -.1rem;}
.Info .case .list ul li{margin: .3rem .1rem;}
.Info .case .list ul li .name{font-size: .14rem;color: #666666;}
.Info .case .list ul li .text{margin-top: .2rem;font-size: .18rem;color: #333333;font-family: 'HmM';line-height: 1.6;}
@media (min-width:768px){
  .Info .case .list ul li:nth-of-type(1),
  .Info .case .list ul li:nth-of-type(2),
  .Info .case .list ul li:nth-of-type(4),
  .Info .case .list ul li:nth-of-type(5){width: calc(28% - .2rem);}
  .Info .case .list ul li:nth-of-type(3),
  .Info .case .list ul li:nth-of-type(6){width: calc(44% - .2rem);}
}
.Info .park{margin-top: .8rem;}
.Info .park .top-box .text{width: 57%;font-size: .14rem;color: #666666;line-height: 1.6;}
.Info .park .video{position: relative;margin-top: .5rem;}
.Info .park .video:after{display: block;content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .15);z-index: 2;}
.Info .park .video img{width: 100%;}
.Info .park .video .play{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;width: .6rem;height: .6rem;background-image: url('../images/play.png');background-size: cover;cursor: pointer;z-index: 5;}
.Info .park .image{margin-top: .5rem;}
.Info .park .image .swiper-slide{width: 22.9%;overflow: hidden;border-radius: .2rem;}
.Info .park .image .swiper-slide.swiper-slide-active{width: 51%;}
.Info .park .image .swiper-slide img{height: 4.06rem;object-fit: cover;}
.Info .park .image .swiper-slide a{position: relative;display: block;}
.Info .park .image .swiper-slide a:after{display: block;content: '';position: absolute;right: .2rem;top: .2rem;width: .21rem;height: .23rem;background-image: url('../images/zoom.png');background-size: cover;z-index: 2;}
.Info .park .image .bottom{margin-top: .5rem;padding-top: .3rem;border-top: 1px solid #eeeeee;}
.Info .park .image .bottom .total{font-size: .16rem;color: #666;}
.Info .park .image .bottom .btn{display: flex;align-items: center;}
.Info .park .image .bottom .btn .swiper-button-prev,
.Info .park .image .bottom .btn .swiper-button-next{position: initial;margin: 0;width: .5rem;height: .5rem;border: 1px solid #dfdfdf;border-radius: .5rem;--swiper-navigation-size: .14rem;color: #dfdfdf;}
.Info .park .image .bottom .btn .swiper-button-prev:hover,
.Info .park .image .bottom .btn .swiper-button-next:hover{color: #fff;border: 1px solid #ed6e51;background-color: #ed6e51}
.Info .park .image .bottom .btn .swiper-button-next{margin-left: .15rem;}
.Info .process{position: relative;margin-top: .4rem;border-radius: .2rem;overflow: hidden;}
.Info .process img{width: 100%;}
.Info .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Info .process .box .public-title{color: #fff;}
.Info .process .box .public-more{margin-top: .2rem;}
.Info .more-case{margin-top: 1rem;}
.Info .more-case .list{margin-top: .5rem;}
.Info .more-case .swiper-slide{position: relative;}
.Info .more-case .swiper-slide a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;display: block;}
.Info .more-case .swiper-slide .img{border-radius: .2rem;overflow: hidden;}
.Info .more-case .swiper-slide .img img{width: 100%;}
.Info .more-case .swiper-slide .box{margin-top: .3rem;}
.Info .more-case .swiper-slide .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Info .more-case .swiper-slide .box .more{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Info .more-case .bottom{margin-top: .5rem;padding-top: .3rem;border-top: 1px solid #eeeeee;}
.Info .more-case .bottom .total{font-size: .16rem;color: #666;}
.Info .more-case .bottom .btn{display: flex;align-items: center;}
.Info .more-case .bottom .btn .swiper-button-prev,
.Info .more-case .bottom .btn .swiper-button-next{position: initial;margin: 0;width: .5rem;height: .5rem;border: 1px solid #dfdfdf;border-radius: .5rem;--swiper-navigation-size: .14rem;color: #dfdfdf;}
.Info .more-case .bottom .btn .swiper-button-prev:hover,
.Info .more-case .bottom .btn .swiper-button-next:hover{color: #fff;border: 1px solid #ed6e51;background-color: #ed6e51}
.Info .more-case .bottom .btn .swiper-button-next{margin-left: .15rem;}
.Intelligent{padding-bottom: .9rem;}
.Intelligent .personal .main-text{margin-top: .25rem;font-size: .16rem;color: #666666;}
.Intelligent .personal .list{margin-top: .45rem;}
.Intelligent .personal .list ul{margin: -.15rem;}
.Intelligent .personal .list ul li{position: relative;width: calc(25% - .3rem);margin: .15rem;padding-top: .2rem;}
.Intelligent .personal .list ul li .box{position: relative;padding: .5rem .3rem .3rem;z-index: 3;}
.Intelligent .personal .list ul li .box .icon{width: .55rem;height: .5rem;display: flex;align-items: center;justify-content: center}
.Intelligent .personal .list ul li .box .icon img{max-width: 100%;max-height: 100%;width: auto;height: auto;}
.Intelligent .personal .list ul li .box .title{margin-top: .45rem;font-size: .24rem;color: #333333;font-family: 'HmB';}
.Intelligent .personal .list ul li .box .text{margin-top: .25rem;padding-left: .1rem;font-size: .14rem;color: #666666;line-height: 1.7;border-left: 1px solid #dedede;}
.Intelligent .personal .list ul li:after{display: block;content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: calc(100% - .2rem);background-color: rgba(245, 245, 245, .7);border-radius: .25rem;z-index: 2;backdrop-filter: blur(8px);}
.Intelligent .personal .list ul li .num{position: absolute;right: .2rem;top: -.1rem;font-size: .8rem;font-family: 'HmB';-webkit-text-stroke: 1px #ed6e51;color: transparent;}
.Intelligent .personal .list ul li:hover .box .icon img{filter: brightness(0) invert(1);}
.Intelligent .personal .list ul li:hover:after{background-color: rgba(17, 130, 78, .9)}
.Intelligent .personal .list ul li:hover .title{color: #fff;}
.Intelligent .personal .list ul li:hover .text{color: #fff;border-left: 1px solid rgba(255, 255, 255, .3);}
.Intelligent .explore{margin-top: 1rem;}
.Intelligent .explore .list{margin-top: .5rem;}
.Intelligent .explore .list ul{margin: -.1rem;}
.Intelligent .explore .list ul li{position: relative;width: calc(25% - .2rem);margin: .1rem;}
.Intelligent .explore .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 3;}
.Intelligent .explore .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Intelligent .explore .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Intelligent .explore .list ul li:hover .img img{transform: scale(1.1)}
.Intelligent .explore .list ul li .box{margin-top: .3rem;}
.Intelligent .explore .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Intelligent .explore .list ul li .box .more{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Intelligent .explore-goods{margin-top: 1rem;}
.Intelligent .explore-goods .selection{margin-top: .3rem;display: flex;align-items: center}
.Intelligent .explore-goods .selection div{display: flex;align-items: center;justify-content: center;font-size: .16rem;color: #333333;height: .5rem;border: 1px solid #ebebeb;border-radius: .05rem;cursor: pointer;}
.Intelligent .explore-goods .selection .contain{width: .8rem;}
.Intelligent .explore-goods .selection .filter{width: 2rem;margin-left: .1rem;}
.Intelligent .explore-goods .selection .filter:after{display: block;content: '';margin-left: .65rem;width: .16rem;height: .15rem;background-image: url('../images/filter.png');background-size: cover;}
.Intelligent .explore-goods .list{margin-top: .5rem;}
.Intelligent .explore-goods .list ul{margin: -.05rem;}
.Intelligent .explore-goods .list ul li{position: relative;padding: .5rem .3rem .3rem;width: calc(25% - .1rem);margin: .05rem;background-color: #f5f5f5;border-radius: .15rem;box-sizing: border-box}
.Intelligent .explore-goods .list ul li a{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;z-index: 10;}
.Intelligent .explore-goods .list ul li .img{display: flex;justify-content: center;align-items: center;width: 100%;height: 2.4rem;overflow: hidden;}
.Intelligent .explore-goods .list ul li .img img{max-height: 100%;max-width: 100%;transition: 0.8s ease;}
.Intelligent .explore-goods .list ul li:hover .img img{transform: scale(1.1)}
.Intelligent .explore-goods .list ul li .title{margin-top: .2rem;font-size: .16rem;color: #333333;}
.Intelligent .explore-goods .btn{margin-top: .5rem;}
.Intelligent .explore-goods .btn .public-more{margin-left: .15rem;}
.Intelligent .process{position: relative;margin-top: 1rem;border-radius: .2rem;overflow: hidden;}
.Intelligent .process img{width: 100%;}
.Intelligent .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Intelligent .process .box .public-title{color: #fff;}
.Intelligent .process .box .public-more{margin-top: .2rem;}
.Intelligent .reading{margin-top: 1rem;}
.Intelligent .reading .img{width: 50%;border-radius: .2rem;overflow: hidden;}
.Intelligent .reading .img img{width: 100%;}
.Intelligent .reading .box{width: 50%;text-align: center;}
.Intelligent .reading .box .name{font-size: .2rem;color: #333333;}
.Intelligent .reading .box .public-title{margin-top: .3rem;}
.Intelligent .reading .box .public-more{margin-top: .8rem;}
.Intelligent .reading .box .public-more a{margin: 0 auto;}
.Intelligent .reading .box .public-more a:after{margin-left: .4rem;}
.Intelligent .depicted .text{width: 57%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Info1{padding-bottom: .9rem;}
.Info1 .details .text{font-size: .14rem;color: #666666;line-height: 1.7;}
.Info1 .details .img{margin-top: .4rem;}
.Info1 .details .img img{width: 100%;}
.Info1 .worth{margin-top: 1rem;}
.Info1 .worth .top-box .text{width: 57.5%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Info1 .worth .list{margin-top: .45rem;}
.Info1 .worth .list ul{margin: -.05rem;}
.Info1 .worth .list ul li{width: calc(25% - .1rem);margin: .05rem;}
.Info1 .worth .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Info1 .worth .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Info1 .worth .list ul li:hover .img img{transform: scale(1.1)}
.Info1 .worth .image{margin-top: .9rem;text-align: center;}
.Info1 .worth .image img{max-width: 100%;}
.Info1 .specs{margin-top: .8rem;}
.Info1 .specs .list{width: 75%;}
.Info1 .specs .list ul{border-top: 1px solid #e8e8e8;}
.Info1 .specs .list ul li{display: flex;align-items: center;justify-content: space-between;padding: .2rem 0;border-bottom: 1px solid #e8e8e8;}
.Info1 .specs .list ul li .name{font-size: .16rem;color: #333333;}
.Info1 .specs .list ul li .text{font-size: .18rem;color: #333333;font-family: 'HmB';}
.Info1 .reading{margin-top: 1rem;}
.Info1 .reading .img{width: 50%;border-radius: .2rem;overflow: hidden;}
.Info1 .reading .img img{width: 100%;}
.Info1 .reading .box{width: 50%;text-align: center;}
.Info1 .reading .box .name{font-size: .2rem;color: #333333;}
.Info1 .reading .box .public-title{margin-top: .3rem;}
.Info1 .reading .box .public-more{margin-top: .8rem;}
.Info1 .reading .box .public-more a{margin: 0 auto;}
.Info1 .reading .box .public-more a:after{margin-left: .4rem;}
.Info1 .explore{margin-top: 1rem;}
.Info1 .explore .list{margin-top: .5rem;}
.Info1 .explore .list ul{margin: -.1rem;}
.Info1 .explore .list ul li{position: relative;width: calc(25% - .2rem);margin: .1rem;}
.Info1 .explore .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 3;}
.Info1 .explore .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Info1 .explore .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Info1 .explore .list ul li:hover .img img{transform: scale(1.1)}
.Info1 .explore .list ul li .box{margin-top: .3rem;}
.Info1 .explore .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Info1 .explore .list ul li .box .more{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Info1 .product{margin-top: .9rem;}
.Info1 .product .list{width: 75%;}
.Info1 .product .list ul{margin: -.2rem -.15rem;}
.Info1 .product .list ul li{width: calc(50% - .3rem);margin: .2rem .15rem;}
.Info1 .product .list ul li .img{border-radius: .25rem;overflow: hidden;}
.Info1 .product .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Info1 .product .list ul li:hover .img img{transform: scale(1.1)}
.Info1 .product .list ul li .text{margin-top: .2rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Technology{padding-bottom: .9rem;}
.Technology .personal .list{margin-top: .45rem;}
.Technology .personal .list ul{margin: -.15rem;}
.Technology .personal .list ul li{position: relative;width: calc(33.33% - .3rem);margin: .15rem;padding-top: .2rem;}
.Technology .personal .list ul li .box{position: relative;padding: .5rem .20rem .3rem;z-index: 3;}
.Technology .personal .list ul li .box .icon{width: .55rem;height: .5rem;display: flex;align-items: center;justify-content: center}
.Technology .personal .list ul li .box .icon img{max-width: 100%;max-height: 100%;width: auto;height: auto;}
.Technology .personal .list ul li .box .title{margin-top: .65rem;font-size: .24rem;color: #333333;font-family: 'HmB';}
.Technology .personal .list ul li .box .text{margin-top: .25rem;padding-left: .1rem;font-size: .14rem;color: #666666;line-height: 1.7;border-left: 1px solid #dedede;}
.Technology .personal .list ul li:after{display: block;content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: calc(100% - .2rem);background-color: rgba(245, 245, 245, .7);border-radius: .25rem;z-index: 2;backdrop-filter: blur(8px);}
.Technology .personal .list ul li .num{position: absolute;right: .2rem;top: -.1rem;font-size: .8rem;font-family: 'HmB';-webkit-text-stroke: 1px #ed6e51;color: transparent;}
.Technology .personal .list ul li:hover .box .icon img{filter: brightness(0) invert(1);}
.Technology .personal .list ul li:hover:after{background-color: rgba(17, 130, 78, .9)}
.Technology .personal .list ul li:hover .title{color: #fff;}
.Technology .personal .list ul li:hover .text{color: #fff;border-left: 1px solid rgba(255, 255, 255, .3);}
.Technology .explore-site{margin-top: 1rem;}
.Technology .explore-site .select{margin-top: .35rem;display: flex;align-items: center}
.Technology .explore-site .select .item{width: 2rem;margin-right: .1rem;}
.Technology .explore-site .select .item:last-child{margin-right: 0;}
.Technology .explore-site .select .item select{width: 100%;padding: 0 .2rem;font-size: .16rem;color: #333333;}
.Technology .explore-site .list{margin-top: .3rem;}
.Technology .explore-site .list ul{margin: 0 -.15rem;}
.Technology .explore-site .list ul li{position: relative;width: calc(33.33% - .3rem);margin: 0 .15rem;}
.Technology .explore-site .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 3;}
.Technology .explore-site .list ul li .img{height: 4.13rem;border-radius: .2rem;overflow: hidden;}
.Technology .explore-site .list ul li .img img{width: 100%;height: 100%;transition: 0.8s ease;object-fit: cover;}
.Technology .explore-site .list ul li:nth-of-type(2) .img,
.Technology .explore-site .list ul li:nth-of-type(4) .img,
.Technology .explore-site .list ul li:nth-of-type(6) .img{height: 4.63rem;}
.Technology .explore-site .list ul li .box{margin-top: .3rem;}
.Technology .explore-site .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Technology .explore-site .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Technology .explore-site .list ul li:nth-of-type(5){margin-top: .5rem;}
.Technology .explore-site .list ul li:hover .img img{transform: scale(1.1)}
.Technology .explore-site .public-more{margin-top: .5rem;}
.Technology .explore-goods{margin-top: 1rem;}
.Technology .explore-goods .list{margin-top: .45rem;}
.Technology .explore-goods .list ul{margin: -.15rem;}
.Technology .explore-goods .list ul li{position: relative;width: calc(33.33% - .3rem);margin: .15rem;}
.Technology .explore-goods .list ul li a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 3;}
.Technology .explore-goods .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Technology .explore-goods .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Technology .explore-goods .list ul li:hover .img img{transform: scale(1.1)}
.Technology .explore-goods .list ul li .box{margin-top: .3rem;}
.Technology .explore-goods .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Technology .explore-goods .list ul li .box .more{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Technology .process{position: relative;margin-top: 1rem;border-radius: .2rem;overflow: hidden;}
.Technology .process img{width: 100%;}
.Technology .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Technology .process .box .public-title{color: #fff;}
.Technology .process .box .public-more{margin-top: .2rem;}
.Process{padding-bottom: .9rem;}
.Process .design .top-box .text{width: 57%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Process .design .center-box{margin-top: .9rem;}
.Process .design .center-box .video{position: relative;width: 50%;border-radius: .2rem;overflow: hidden;}
.Process .design .center-box .video img{width: 100%;}
.Process .design .center-box .video:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: '';background-color: rgba(0, 0, 0, .2);z-index: 1;}
.Process .design .center-box .video .play{position: absolute;left: 50%;top: 50%;font-size: .24rem;color: #fff;text-align: center;cursor: pointer;z-index: 2;transform: translate(-50%, -50%);}
.Process .design .center-box .video .play:before{display: block;content: '';width: .42rem;height: .42rem;margin: 0 auto .2rem;background-image: url('../images/play.png');background-size: cover;}
.Process .design .center-box .box{width: 43.33%;}
.Process .design .center-box .box .title{font-size: .24rem;color: #333333;font-family: 'HmB';}
.Process .design .center-box .box .text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Process .design .center-box .box .public-more{margin-top: .45rem;}
.Process .design .center-box .box .public-more a{width: 2.7rem;}
.Process .design .image{margin-top: .9rem;}
.Process .design .image .swiper-slide{position: relative;}
.Process .design .image .swiper-slide a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;display: block;}
.Process .design .image .swiper-slide .img{border-radius: .2rem;overflow: hidden;}
.Process .design .image .swiper-slide .img img{width: 100%;}
.Process .design .image .swiper-slide .title{margin-top: .3rem;font-size: .24rem;color: #333333;}
.Process .design .image .bottom{margin-top: .5rem;padding-top: .3rem;border-top: 1px solid #eeeeee;}
.Process .design .image .bottom .total{font-size: .16rem;color: #666;}
.Process .design .image .bottom .btn{display: flex;align-items: center;}
.Process .design .image .bottom .btn .swiper-button-prev,
.Process .design .image .bottom .btn .swiper-button-next{position: initial;margin: 0;width: .5rem;height: .5rem;border: 1px solid #dfdfdf;border-radius: .5rem;--swiper-navigation-size: .14rem;color: #dfdfdf;}
.Process .design .image .bottom .btn .swiper-button-prev:hover,
.Process .design .image .bottom .btn .swiper-button-next:hover{color: #fff;border: 1px solid #ed6e51;background-color: #ed6e51}
.Process .design .image .bottom .btn .swiper-button-next{margin-left: .15rem;}
.Process .design .text2{margin-top: .9rem;margin-left: auto;width: 57%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Process .design .process{position: relative;margin-top: .45rem;border-radius: .2rem;overflow: hidden;}
.Process .design .process img{width: 100%;}
.Process .design .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Process .design .process .box .public-title{color: #fff;}
.Process .design .process .box .public-more{margin-top: .2rem;}
.Process .design .bottom-box{margin-top: 1rem;}
.Process .design .bottom-box .video{position: relative;width: 50%;border-radius: .2rem;overflow: hidden;}
.Process .design .bottom-box .video img{width: 100%;}
.Process .design .bottom-box .video:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: '';background-color: rgba(0, 0, 0, .2);z-index: 1;}
.Process .design .bottom-box .video .play{position: absolute;left: 50%;top: 50%;font-size: .24rem;color: #fff;text-align: center;cursor: pointer;z-index: 2;transform: translate(-50%, -50%);}
.Process .design .bottom-box .video .play:before{display: block;content: '';width: .42rem;height: .42rem;margin: 0 auto .2rem;background-image: url('../images/play.png');background-size: cover;}
.Process .design .bottom-box .box{width: 43.33%;}
.Process .design .bottom-box .box .title{font-size: .24rem;color: #333333;font-family: 'HmB';}
.Process .design .bottom-box .box .text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Process .concept{margin-top: 1rem;padding: 1rem 0;background-color: #f5f5f5}
.Process .concept .main-text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Process .concept .list{margin-top: .5rem;}
.Process .concept .list ul{margin: -.2rem;}
.Process .concept .list ul li{width: calc(50% - .4rem);margin: .2rem;}
.Process .concept .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Process .concept .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Process .concept .list ul li:hover .img img{transform: scale(1.1)}
.Process .concept .list ul li .box{margin-top: .3rem;}
.Process .concept .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Process .concept .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Scene{padding-bottom: .9rem;}
.Scene .solution .top-box .public-title{max-width: 3.6rem}
.Scene .solution .top-box .text{width: 57%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Scene .solution .list{margin-top: .3rem;}
.Scene .solution .list ul{margin: 0 -.1rem;}
.Scene .solution .list ul li{width: calc(25% - .2rem);margin: 0 .1rem;}
.Scene .solution .list ul li .img{height: 3.09rem;border-radius: .2rem;overflow: hidden;}
.Scene .solution .list ul li .img  img{width: 100%;height: 100%;transition: 0.8s ease;object-fit: cover;}
.Scene .solution .list ul li:hover .img img{transform: scale(1.1)}
.Scene .solution .list ul li .title{margin-top: .3rem;font-size: .24rem;color: #333333;font-family: 'HmM';}
.Scene .solution .process{position: relative;margin-top: 1rem;border-radius: .2rem;overflow: hidden;}
.Scene .solution .process img{width: 100%;}
.Scene .solution .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Scene .solution .process .box .public-title{color: #fff;}
.Scene .solution .process .box .public-more{margin-top: .2rem;}
.Scene .solution .bottom-box{margin-top: 1rem;}
.Scene .solution .bottom-box .video{position: relative;width: 50%;border-radius: .2rem;overflow: hidden;}
.Scene .solution .bottom-box .video img{width: 100%;}
.Scene .solution .bottom-box .video:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: '';background-color: rgba(0, 0, 0, .2);z-index: 1;}
.Scene .solution .bottom-box .video .play{position: absolute;left: 50%;top: 50%;font-size: .24rem;color: #fff;text-align: center;cursor: pointer;z-index: 2;transform: translate(-50%, -50%);}
.Scene .solution .bottom-box .video .play:before{display: block;content: '';width: .42rem;height: .42rem;margin: 0 auto .2rem;background-image: url('../images/play.png');background-size: cover;}
.Scene .solution .bottom-box .box{width: 43.33%;}
.Scene .solution .bottom-box .box .title{font-size: .24rem;color: #333333;font-family: 'HmB';}
.Scene .solution .bottom-box .box .text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Scene .concept{margin-top: 1rem;padding: 1rem 0;background-color: #f5f5f5}
.Scene .concept .main-text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Scene .concept .list{margin-top: .5rem;}
.Scene .concept .list ul{margin: -.2rem;}
.Scene .concept .list ul li{width: calc(50% - .4rem);margin: .2rem;}
.Scene .concept .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Scene .concept .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Scene .concept .list ul li:hover .img img{transform: scale(1.1)}
.Scene .concept .list ul li .box{margin-top: .3rem;}
.Scene .concept .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Scene .concept .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
@media (min-width:768px){
  .Scene .solution .list ul li:nth-of-type(2) .img,
  .Scene .solution .list ul li:nth-of-type(4) .img,
  .Scene .solution .list ul li:nth-of-type(5) .img,
  .Scene .solution .list ul li:nth-of-type(7) .img{height: 3.47rem;}
  .Scene .solution .list ul li:nth-of-type(6),
  .Scene .solution .list ul li:nth-of-type(8){margin-top: .4rem;}
}
.Adapt{padding-bottom: .9rem;}
.Adapt .design .top-box .public-title{max-width: 4rem}
.Adapt .design .top-box .text{width: 57%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Adapt .textarea.one{margin-top: .4rem;}
.Adapt .textarea .top .box{width: 33%;}
.Adapt .textarea .top .box .title{font-size: .4rem;font-family: 'HmB';}
.Adapt .textarea .top .box .name{margin-top: .3rem;font-size: .18rem;}
.Adapt .textarea .top .box .text{margin-top: .35rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Adapt .textarea .top .box .public-more{margin-top: .55rem;}
.Adapt .textarea .top .box .public-more a{width: 2.7rem;}
.Adapt .textarea .top .img{width: 57%;border-radius: .2rem;overflow: hidden;}
.Adapt .textarea .top .img img{width: 100%;}
.Adapt .textarea.one .top .box .title{color: #11824e;}
.Adapt .textarea.one .top .box .name{color: #11824e;}
.Adapt .textarea .image{margin-top: .5rem;}
.Adapt .textarea .image .swiper-slide{position: relative;}
.Adapt .textarea .image .swiper-slide a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;display: block;}
.Adapt .textarea .image .swiper-slide .img{border-radius: .2rem;overflow: hidden;}
.Adapt .textarea .image .swiper-slide .img img{width: 100%;}
.Adapt .textarea .image .swiper-slide .title{position: absolute;left: 0;bottom: 0;padding: .3rem;font-size: .16rem;color: #333333;z-index: 3;}
.Adapt .textarea .image .bottom{margin-top: .5rem;padding-top: .3rem;border-top: 1px solid #eeeeee;}
.Adapt .textarea .image .bottom .total{font-size: .16rem;color: #666;}
.Adapt .textarea .image .bottom .btn{display: flex;align-items: center;}
.Adapt .textarea .image .bottom .btn .swiper-button-prev,
.Adapt .textarea .image .bottom .btn .swiper-button-next{position: initial;margin: 0;width: .5rem;height: .5rem;border: 1px solid #dfdfdf;border-radius: .5rem;--swiper-navigation-size: .14rem;color: #dfdfdf;}
.Adapt .textarea .image .bottom .btn .swiper-button-prev:hover,
.Adapt .textarea .image .bottom .btn .swiper-button-next:hover{color: #fff;border: 1px solid #ed6e51;background-color: #ed6e51}
.Adapt .textarea .image .bottom .btn .swiper-button-next{margin-left: .15rem;}
.Adapt .textarea.two{padding: 1rem 0;margin-top: 1rem;background-color: #f5f5f5}
.Adapt .textarea.two .top .box .title{color: #e268a2;}
.Adapt .textarea.two .top .box .name{color: #e268a2;}
.Adapt .textarea.two .public-title1{margin-bottom: .3rem;}
.Adapt .process{position: relative;margin-top: 1rem;border-radius: .2rem;overflow: hidden;}
.Adapt .process img{width: 100%;}
.Adapt .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Adapt .process .box .public-title{color: #fff;}
.Adapt .process .box .public-more{margin-top: .2rem;}
.Adapt .bottom-box{margin-top: 1rem;}
.Adapt .bottom-box .video{position: relative;width: 57%;border-radius: .2rem;overflow: hidden;}
.Adapt .bottom-box .video img{width: 100%;}
.Adapt .bottom-box .video:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: '';background-color: rgba(0, 0, 0, .2);z-index: 1;}
.Adapt .bottom-box .video .play{position: absolute;left: 50%;top: 50%;font-size: .24rem;color: #fff;text-align: center;cursor: pointer;z-index: 2;transform: translate(-50%, -50%);}
.Adapt .bottom-box .video .play:before{display: block;content: '';width: .42rem;height: .42rem;margin: 0 auto .2rem;background-image: url('../images/play.png');background-size: cover;}
.Adapt .bottom-box .box{width: 34.1%;}
.Adapt .bottom-box .box .title{font-size: .24rem;color: #333333;font-family: 'HmB';}
.Adapt .bottom-box .box .text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Adapt .concept{margin-top: 1rem;padding: 1rem 0;background-color: #f5f5f5}
.Adapt .concept .main-text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Adapt .concept .list{margin-top: .5rem;}
.Adapt .concept .list ul{margin: -.2rem;}
.Adapt .concept .list ul li{width: calc(50% - .4rem);margin: .2rem;}
.Adapt .concept .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Adapt .concept .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Adapt .concept .list ul li:hover .img img{transform: scale(1.1)}
.Adapt .concept .list ul li .box{margin-top: .3rem;}
.Adapt .concept .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Adapt .concept .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Worth{padding-bottom: .9rem;}
.Worth .design .top-box .public-title{max-width: 4rem}
.Worth .design .top-box .text{width: 57%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Worth .system{margin-top: .9rem;}
.Worth .system .main-text{margin-top: .25rem;max-width: 66.25%;font-size: .16rem;color: #666666;line-height: 1.7;}
.Worth .system .table{margin-top: .45rem;border-radius: .15rem;overflow: hidden;}
.Worth .system .table .head ul{display: flex;}
.Worth .system .table .head ul li{flex: 1;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.Worth .system .table .head ul li .icon{width: 100%;display: flex;align-items: center;justify-content: center;height: .7rem;}
.Worth .system .table .head ul li .icon img{max-width: 100%;}
.Worth .system .table .head ul li:not(:nth-of-type(1)) .name{display: flex;align-items: center;justify-content: center;height: .7rem;}
.Worth .system .table .head ul li .name{width: 100%;font-size: .18rem;line-height: 1.2;font-family: 'HmM';}
.Worth .system .table .head ul li:nth-of-type(1){background-color: #fbebe7}
.Worth .system .table .head ul li:nth-of-type(1) .name{color: #333333;width: auto;}
.Worth .system .table .head ul li:nth-of-type(2) .icon{background-color: #da3615}
.Worth .system .table .head ul li:nth-of-type(2) .name{background-color: #f8d7d0;color: #da3615;}
.Worth .system .table .head ul li:nth-of-type(3) .icon{background-color: #e78c21}
.Worth .system .table .head ul li:nth-of-type(3) .name{background-color: #fae8d3;color: #e78c21;}
.Worth .system .table .head ul li:nth-of-type(4) .icon{background-color: #52a535}
.Worth .system .table .head ul li:nth-of-type(4) .name{background-color: #dcedd7;color: #52a535;}
.Worth .system .table .head ul li:nth-of-type(5) .icon{background-color: #389dd0}
.Worth .system .table .head ul li:nth-of-type(5) .name{background-color: #d7ebf6;color: #389dd0;}
.Worth .system .table .head ul li:nth-of-type(6) .icon{background-color: #888988}
.Worth .system .table .head ul li:nth-of-type(6) .name{background-color: #e7e7e7;color: #888988;}
.Worth .system .table .head ul li:nth-of-type(7) .icon{background-color: #af3785}
.Worth .system .table .head ul li:nth-of-type(7) .name{background-color: #efd7e7;color: #af3785;}
.Worth .system .table .list{border: 1px solid #e5e5e5;border-top: 0;padding-bottom: .5rem;border-radius: 0 0 .15rem .15rem;}
.Worth .system .table .list ul li{display: flex;align-items: center;flex-wrap: wrap;}
.Worth .system .table .list ul li .left{width: 14.285%;}
.Worth .system .table .list ul li .left .title{font-size: .36rem;color: #000;font-family: 'HmB';text-align: center;}
.Worth .system .table .list ul li .right{width: 85.715%;padding: .25rem 0;}
.Worth .system .table .list ul li .right dl{display: flex;flex-wrap: wrap;width: 100%;}
.Worth .system .table .list ul li .right dl dt{flex: 1;padding: 0 .15rem;font-size: .14rem;color: #333333;line-height: 1.6;}
.Worth .system .table .list ul li .right .name{margin-bottom: .2rem;padding-bottom: .15rem;font-size: .18rem;color: #000000;font-family: 'HmM';border-bottom: 1px solid #e5e5e5;}
.Worth .system .table .list ul li .right dl dd{flex: 1;display: flex;align-items: center;justify-content: center}
.Worth .system .table .list ul li .right dl dd i{display: block;width: .18rem;height: .16rem;margin: 0 .05rem;background-image: url('../images/x.png');background-size: 100%;}
.Worth .inclusion{margin-top: 1rem;}
.Worth .inclusion .top-box .public-title1{margin-bottom: .2rem;}
.Worth .inclusion .top-box .text{max-width: 65.4%;font-size: .16rem;color: #666666;line-height: 1.7;}
.Worth .inclusion .top-box .public-more a{width: 2.7rem;}
.Worth .inclusion .list{margin-top: .5rem;}
.Worth .inclusion .list ul{margin: -.25rem -.15rem;}
.Worth .inclusion .list ul li{width: calc(33.33% - .3rem);margin: .25rem .15rem;}
.Worth .inclusion .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Worth .inclusion .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Worth .inclusion .list ul li:hover .img img{transform: scale(1.1)}
.Worth .inclusion .list ul li .box{margin-top: .25rem;}
.Worth .inclusion .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Worth .inclusion .list ul li .box .text{margin-top: .15rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Worth .why{margin-top: .9rem;}
.Worth .why .top-box .public-title{max-width: 4rem}
.Worth .why .top-box .box{width: 57%;}
.Worth .why .top-box .box .name{font-size: .16rem;color: #333333;font-family: 'HmB';}
.Worth .why .top-box .box .text{margin-top: .1rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Worth .why .process{position: relative;margin-top: 1rem;border-radius: .2rem;overflow: hidden;}
.Worth .why .process img{width: 100%;}
.Worth .why .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Worth .why .process .box .public-title{color: #fff;}
.Worth .why .process .box .public-more{margin-top: .2rem;}
.Worth .why .bottom-box{margin-top: 1rem;}
.Worth .why .bottom-box .video{position: relative;width: 57%;border-radius: .2rem;overflow: hidden;}
.Worth .why .bottom-box .video img{width: 100%;}
.Worth .why .bottom-box .video:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: '';background-color: rgba(0, 0, 0, .2);z-index: 1;}
.Worth .why .bottom-box .video .play{position: absolute;left: 50%;top: 50%;font-size: .24rem;color: #fff;text-align: center;cursor: pointer;z-index: 2;transform: translate(-50%, -50%);}
.Worth .why .bottom-box .video .play:before{display: block;content: '';width: .42rem;height: .42rem;margin: 0 auto .2rem;background-image: url('../images/play.png');background-size: cover;}
.Worth .why .bottom-box .box{width: 34.1%;}
.Worth .why .bottom-box .box .title{font-size: .24rem;color: #333333;font-family: 'HmB';}
.Worth .why .bottom-box .box .text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Worth .concept{margin-top: 1rem;padding: 1rem 0;background-color: #f5f5f5}
.Worth .concept .main-text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Worth .concept .list{margin-top: .5rem;}
.Worth .concept .list ul{margin: -.2rem;}
.Worth .concept .list ul li{width: calc(50% - .4rem);margin: .2rem;}
.Worth .concept .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Worth .concept .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Worth .concept .list ul li:hover .img img{transform: scale(1.1)}
.Worth .concept .list ul li .box{margin-top: .3rem;}
.Worth .concept .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Worth .concept .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Aftermarket{padding-bottom: .9rem;}
.Aftermarket .time .top-box .public-title{max-width: 4rem}
.Aftermarket .time .top-box .text{width: 57%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Aftermarket .time .install{margin-top: .9rem;}
.Aftermarket .time .install .video{position: relative;margin-top: .45rem;border-radius: .2rem;overflow: hidden;}
.Aftermarket .time .install .video img{width: 100%;}
.Aftermarket .time .install .video:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: '';background-color: rgba(0, 0, 0, .2);z-index: 1;}
.Aftermarket .time .install .video .play{position: absolute;left: 50%;top: 50%;font-size: .24rem;color: #fff;text-align: center;cursor: pointer;z-index: 2;transform: translate(-50%, -50%);}
.Aftermarket .time .install .video .play:before{display: block;content: '';width: .42rem;height: .42rem;margin: 0 auto .2rem;background-image: url('../images/play.png');background-size: cover;}
.Aftermarket .time .stage{margin-top: 1rem;}
.Aftermarket .time .stage .top .public-title1{margin-bottom: .2rem;}
.Aftermarket .time .stage .top .text{font-size: .16rem;color: #666666;line-height: 1.7;}
.Aftermarket .time .stage .top .public-more a{width: 2.7rem;}
.Aftermarket .time .stage .list{margin-top: .5rem;}
.Aftermarket .time .stage .list ul{margin: -.25rem -.15rem;}
.Aftermarket .time .stage .list ul li{width: calc(33.33% - .3rem);margin: .25rem .15rem;}
.Aftermarket .time .stage .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Aftermarket .time .stage .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Aftermarket .time .stage .list ul li:hover .img img{transform: scale(1.1)}
.Aftermarket .time .stage .list ul li .box{margin-top: .25rem;}
.Aftermarket .time .stage .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Aftermarket .time .stage .list ul li .box .text{margin-top: .15rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Aftermarket .time .promise{margin-top: .9rem;}
.Aftermarket .time .promise .top .public-title1{margin-bottom: .2rem;}
.Aftermarket .time .promise .top .text{font-size: .16rem;color: #666666;line-height: 1.7;}
.Aftermarket .time .promise .image{margin-top: .45rem;}
.Aftermarket .time .promise .swiper-slide{position: relative;}
.Aftermarket .time .promise .swiper-slide a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;display: block;}
.Aftermarket .time .promise .swiper-slide .img{border-radius: .2rem;overflow: hidden;}
.Aftermarket .time .promise .swiper-slide .img img{width: 100%;}
.Aftermarket .time .promise .swiper-slide .title{margin-top: .3rem;font-size: .24rem;color: #333333;}
.Aftermarket .time .promise .image.sw2 .swiper-slide .title{margin-top: 0;text-align: center;}
.Aftermarket .time .promise .bottom{margin-top: .5rem;padding-top: .3rem;border-top: 1px solid #eeeeee;}
.Aftermarket .time .promise .bottom .total{font-size: .16rem;color: #666;}
.Aftermarket .time .promise .bottom .btn{display: flex;align-items: center;}
.Aftermarket .time .promise .bottom .btn .swiper-button-prev,
.Aftermarket .time .promise .bottom .btn .swiper-button-next{position: initial;margin: 0;width: .5rem;height: .5rem;border: 1px solid #dfdfdf;border-radius: .5rem;--swiper-navigation-size: .14rem;color: #dfdfdf;}
.Aftermarket .time .promise .bottom .btn .swiper-button-prev:hover,
.Aftermarket .time .promise .bottom .btn .swiper-button-next:hover{color: #fff;border: 1px solid #ed6e51;background-color: #ed6e51}
.Aftermarket .time .promise .bottom .btn .swiper-button-next{margin-left: .15rem;}
.Aftermarket .time .promise .main-img{margin-top: .6rem;}
.Aftermarket .time .promise .main-img img{width: 100%;}
.Aftermarket .ensure{margin-top: 1rem;}
.Aftermarket .ensure .process{position: relative;margin-top: 1rem;border-radius: .2rem;overflow: hidden;}
.Aftermarket .ensure .process img{width: 100%;}
.Aftermarket .ensure .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Aftermarket .ensure .process .box .public-title{color: #fff;}
.Aftermarket .ensure .process .box .public-more{margin-top: .2rem;}
.Aftermarket .ensure .bottom-box{margin-top: 1rem;}
.Aftermarket .ensure .bottom-box .video{position: relative;width: 57%;border-radius: .2rem;overflow: hidden;}
.Aftermarket .ensure .bottom-box .video img{width: 100%;}
.Aftermarket .ensure .bottom-box .video:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: '';background-color: rgba(0, 0, 0, .2);z-index: 1;}
.Aftermarket .ensure .bottom-box .video .play{position: absolute;left: 50%;top: 50%;font-size: .24rem;color: #fff;text-align: center;cursor: pointer;z-index: 2;transform: translate(-50%, -50%);}
.Aftermarket .ensure .bottom-box .video .play:before{display: block;content: '';width: .42rem;height: .42rem;margin: 0 auto .2rem;background-image: url('../images/play.png');background-size: cover;}
.Aftermarket .ensure .bottom-box .box{width: 34.1%;}
.Aftermarket .ensure .bottom-box .box .title{font-size: .24rem;color: #333333;font-family: 'HmB';}
.Aftermarket .ensure .bottom-box .box .text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Aftermarket .ensure .top .text{margin-top: .15rem;font-size: .16rem;color: #666666;line-height: 1.7;}
.Aftermarket .ensure .list{margin-top: .45rem;}
.Aftermarket .ensure .list ul{margin: -.15rem;}
.Aftermarket .ensure .list ul li{position: relative;width: calc(33.33% - .3rem);margin: .15rem;padding: .5rem .4rem .35rem;background-color: #f5f5f5;border-radius: .2rem;overflow: hidden;box-sizing: border-box;z-index: 2;}
.Aftermarket .ensure .list ul li .icon{width: .9rem;}
.Aftermarket .ensure .list ul li .icon img{width: 100%;}
.Aftermarket .ensure .list ul li .title{margin-top: .5rem;font-size: .26rem;color: #11824e;font-family: 'HmB';}
.Aftermarket .ensure .list ul li .text{margin-top: .2rem;}
.Aftermarket .ensure .list ul li .text dl dd{position: relative;padding-left: .2rem;font-size: .14rem;color: #333333;line-height: 1.7;}
.Aftermarket .ensure .list ul li .text dl dd:before{position: absolute;display: block;content: '';top: .05rem;left: 0;width: .11rem;height: .11rem;border: .03rem solid #ed6e51;border-radius: 50%;box-sizing: border-box;z-index: 1;}
.Aftermarket .ensure .list ul li:after{position: absolute;right: -10%;top: -12%;display: block;content: '';background-size: cover;z-index: 1;}
.Aftermarket .ensure .list ul li:nth-of-type(1):after{background-image: url('../images/Aftermarket-ensure-bg1.png');width: 1.79rem;height: 2.15rem;}
.Aftermarket .ensure .list ul li:nth-of-type(2):after{background-image: url('../images/Aftermarket-ensure-bg2.png');width: 1.92rem;height: 1.95rem;}
.Aftermarket .ensure .list ul li:nth-of-type(3):after{background-image: url('../images/Aftermarket-ensure-bg3.png');width: 1.76rem;height: 2.11rem;}
.Aftermarket .ensure .guiding{margin-top: .8rem;}
.Aftermarket .ensure .guiding .img{width: 57%;border-radius: .2rem;overflow: hidden;}
.Aftermarket .ensure .guiding .img img{width: 100%;}
.Aftermarket .ensure .guiding .box{width: 35.8%;}
.Aftermarket .ensure .guiding .box .text{margin-top: .4rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Aftermarket .concept{margin-top: 1rem;padding: 1rem 0;background-color: #f5f5f5}
.Aftermarket .concept .main-text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Aftermarket .concept .list{margin-top: .5rem;}
.Aftermarket .concept .list ul{margin: -.2rem;}
.Aftermarket .concept .list ul li{width: calc(50% - .4rem);margin: .2rem;}
.Aftermarket .concept .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Aftermarket .concept .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Aftermarket .concept .list ul li:hover .img img{transform: scale(1.1)}
.Aftermarket .concept .list ul li .box{margin-top: .3rem;}
.Aftermarket .concept .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Aftermarket .concept .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.News{padding-bottom: .9rem;}
.News .top-box .public-title{max-width: 3.8rem}
.News .top-box .text{width: 56.25%;font-size: .14rem;color: #666666;line-height: 1.7;}
.News .list{margin-top: .9rem;}
.News .list ul{margin: -.4rem -.15rem}
.News .list ul li{width: calc(33.33% - .3rem);margin: .4rem .15rem;position: relative;}
.News .list ul li a{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;z-index: 3;}
.News .list ul li .img{border-radius: .2rem;overflow: hidden;}
.News .list ul li .img img{width: 100%;transition: 0.8s ease;}
.News .list ul li:hover .img img{transform: scale(1.1)}
.News .list ul li .box{margin-top: .3rem;}
.News .list ul li .box .time{font-size: .14rem;color: #999999;}
.News .list ul li .box .title{margin-top: .25rem;font-size: .2rem;color: #333333;font-family: 'HmM';}
.News .list ul li .box .text{margin-top: .2rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.News .list ul li .box .more{margin-top: .25rem;font-size: .16rem;color: #666666;}
.News .list .public-load{margin-top: .5rem;}
.About{padding-bottom: .9rem;}
.About .synopsis .public-title{max-width: 4rem}
.About .synopsis .text{width: 56.25%;font-size: .14rem;color: #666666;line-height: 1.7;}
.About .synopsis .img{margin-top: .4rem;border-radius: .2rem;overflow: hidden;}
.About .synopsis .img img{width: 100%;}
.About .operating{margin-top: 1rem;}
.About .operating .list{margin-top: .45rem;}
.About .operating .list ul{margin: -.05rem;}
.About .operating .list ul li{width: calc(12.5% - .1rem);margin: .05rem;padding: .5rem .2rem .55rem;text-align: center;background-color: #f1f8f5;border-radius: .2rem;box-sizing: border-box}
.About .operating .list ul li .icon{display: flex;align-items: center;justify-content: center;height: .41rem;}
.About .operating .list ul li .icon img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.About .operating .list ul li .title{margin-top: .25rem;font-size: .18rem;color: #333333;font-family: 'HmB';}
.About .operating .list ul li .name{margin-top: .1rem;color: #333;font-size: .18rem;}
.About .operating .img{margin-top: 1rem;border-radius: .2rem;overflow: hidden;}
.About .operating .img img{width: 100%;}
.About .team{margin-top: .35rem;}
.About .team .left{width: 32%;padding-top: .5rem;}
.About .team .left .text{margin-top: .35rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.About .team .right{width: 62.5%;}
.About .team .right .list ul{margin: -.05rem;}
.About .team .right .list ul li{width: calc(25% - .1rem);margin: .05rem;}
.About .team .right .list ul li .img{border-radius: .1rem;overflow: hidden;}
.About .team .right .list ul li .img img{width: 100%;}
.About .team .right .list ul li .box{margin-top: .2rem;}
.About .team .right .list ul li .box .title{font-size: .18rem;color: #333333;font-family: 'HmB';}
.About .team .right .list ul li .box .text{margin-top: .1rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.About .environment{margin-top: .9rem;}
.About .environment .list{margin-top: .5rem;}
.About .environment .list1{margin-top: .7rem;}
.About .environment .swiper-slide{position: relative;}
.About .environment .swiper-slide a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;display: block;}
.About .environment .swiper-slide .img{border-radius: .2rem;overflow: hidden;}
.About .environment .swiper-slide .img img{width: 100%;}
.About .environment .bottom{margin-top: .5rem;padding-top: .3rem;border-top: 1px solid #eeeeee;}
.About .environment .bottom .total{font-size: .16rem;color: #666;}
.About .environment .bottom .btn{display: flex;align-items: center;}
.About .environment .bottom .btn .swiper-button-prev,
.About .environment .bottom .btn .swiper-button-next{position: initial;margin: 0;width: .5rem;height: .5rem;border: 1px solid #dfdfdf;border-radius: .5rem;--swiper-navigation-size: .14rem;color: #dfdfdf;}
.About .environment .bottom .btn .swiper-button-prev:hover,
.About .environment .bottom .btn .swiper-button-next:hover{color: #fff;border: 1px solid #ed6e51;background-color: #ed6e51}
.About .environment .bottom .btn .swiper-button-next{margin-left: .15rem;}
.About .environment .main-text{max-width: 56.66%;margin-left: auto;margin-top: .7rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Concept{padding-bottom: .9rem;}
.Concept .info .top-box .text{width: 57%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Concept .info .video{position: relative;margin-top: .3rem;padding-top: .5rem;padding-right: 1.4rem;z-index: 2;}
.Concept .info .video .img{position: relative;border-radius: .2rem;overflow: hidden;}
.Concept .info .video .img img{width: 100%;}
.Concept .info .video .img:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: '';background-color: rgba(0, 0, 0, .2);z-index: 1;}
.Concept .info .video .img .play{position: absolute;left: 50%;top: 50%;cursor: pointer;z-index: 2;transform: translate(-50%, -50%);}
.Concept .info .video .img .play:before{display: block;content: '';width: .6rem;height: .6rem;margin: 0 auto .2rem;background-image: url('../images/play.png');background-size: cover;}
.Concept .info .video .icon1{position: absolute;top: 0;right: 0;width: 3.01rem;z-index: 2;}
.Concept .info .video .icon1 img{width: 100%;}
.Concept .info .video .icon2{position: absolute;bottom: 0;right: 0;width: 1.69rem;z-index: 2;}
.Concept .info .video .icon2 img{width: 100%;}
.Culture{padding-bottom: .9rem;}
.Culture .concept{margin-top: 1rem;padding: 1rem 0;background-color: #f5f5f5}
.Culture .concept .main-text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Culture .concept .list{margin-top: .5rem;}
.Culture .concept .list ul{margin: -.2rem;}
.Culture .concept .list ul li{width: calc(50% - .4rem);margin: .2rem;}
.Culture .concept .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Culture .concept .list ul li .img img{width: 100%;transition: 0.8s ease;}
.Culture .concept .list ul li:hover .img img{transform: scale(1.1)}
.Culture .concept .list ul li .box{margin-top: .3rem;}
.Culture .concept .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmM';}
.Culture .concept .list ul li .box .text{margin-top: .2rem;font-size: .16rem;color: #666666;}
.Culture .process{position: relative;margin-top: 1rem;border-radius: .2rem;overflow: hidden;}
.Culture .process img{width: 100%;}
.Culture .process .box{position: absolute;left: .4rem;bottom: .4rem;z-index: 3;}
.Culture .process .box .public-title{color: #fff;}
.Culture .process .box .public-more{margin-top: .2rem;}
.Culture .bottom-box{margin-top: 1rem;}
.Culture .bottom-box .video{position: relative;width: 57%;border-radius: .2rem;overflow: hidden;}
.Culture .bottom-box .video img{width: 100%;}
.Culture .bottom-box .video:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;content: '';background-color: rgba(0, 0, 0, .2);z-index: 1;}
.Culture .bottom-box .video .play{position: absolute;left: 50%;top: 50%;font-size: .24rem;color: #fff;text-align: center;cursor: pointer;z-index: 2;transform: translate(-50%, -50%);}
.Culture .bottom-box .video .play:before{display: block;content: '';width: .42rem;height: .42rem;margin: 0 auto .2rem;background-image: url('../images/play.png');background-size: cover;}
.Culture .bottom-box .box{width: 34.1%;}
.Culture .bottom-box .box .title{font-size: .24rem;color: #333333;font-family: 'HmB';}
.Culture .bottom-box .box .text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Culture .info .list ul{margin: -.05rem;}
.Culture .info .list ul li{position: relative;flex: 1;margin: .05rem;text-align: center;color: #fff;transition: 0.8s ease;}
.Culture .info .list ul li .img{position: relative;border-radius: .2rem;overflow: hidden;height: 4.57rem;}
.Culture .info .list ul li .img img{position: absolute;left: 50%;top: 0;height: 100%;max-width: none;display: block;z-index: 1;transform: translateX(-50%)}
.Culture .info .list ul li .img:after{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: '';background-color: rgba(0, 0, 0, .4);z-index: 2;}
.Culture .info .list ul li .box{position: absolute;bottom: 50%;left: 0;width: 100%;z-index: 3;transform: translateY(50%);transition: 0.8s ease;box-sizing: border-box}
.Culture .info .list ul li .box .icon{display: flex;align-items: center;justify-content: center;width: .6rem;height: .6rem;margin: 0 auto;background-color: #11824e;border-radius: .6rem;}
.Culture .info .list ul li .box .title{margin-top: .4rem;font-size: .24rem;font-family: 'HmM';}
.Culture .info .list ul li .box .text{margin-top: .2rem;font-size: .14rem;}
.Culture .info .list ul li:hover{flex: 2.7;text-align: left;}
.Culture .info .list ul li:hover .box{top: auto;bottom: 0;padding: .4rem;transform: translateY(0%);}
.Culture .info .list ul li:hover .box .icon{background-color: #ed6e51;margin-left: 0;}
.Culture .info .list ul li:hover .box .title{margin-top: .6rem;font-size: .36rem;}
.Culture .info .list ul li:hover .img:after{background-color: transparent;background-image: linear-gradient(to top right, rgba(0, 0, 0, .6), transparent);}
.Culture .info .list1{margin-top: .8rem;}
.Culture .info .list1 ul{justify-content: space-between}
.Culture .info .list1 ul li{position: relative;text-align: center;}
.Culture .info .list1 ul li .value{display: flex;align-items: end;font-size: .3rem;color: #11824e;font-family: 'HmB';}
.Culture .info .list1 ul li .value .counter{font-size: .48rem;}
.Culture .info .list1 ul li .name{margin-top: .15rem;font-size: .14rem;color: #333333;}
.Culture .info .list1 ul i{display: block;width: 1px;height: .71rem;background-color: #ebebeb}
.Culture .info .list1 ul li:nth-of-type(5) + i{display: none;}
.Honor{padding-bottom: .9rem;}
.Honor .mileage .top-box .text{width: 57%;font-size: .14rem;color: #666666;line-height: 1.7;}
.Honor .mileage .list{position: relative;margin-top: 1rem;z-index: 2;}
.Honor .mileage .list .swiper-button-prev,
.Honor .mileage .list .swiper-button-next{top: .38rem;width: .5rem;height: .5rem;border: 1px solid #dfdfdf;border-radius: .5rem;--swiper-navigation-size: .14rem;color: #dfdfdf;}
.Honor .mileage .list .swiper-button-prev:hover,
.Honor .mileage .list .swiper-button-next:hover{color: #fff;border: 1px solid #ed6e51;background-color: #ed6e51}
.Honor .mileage .list .swiper-button-next{right: -.5rem;}
.Honor .mileage .list .swiper-button-prev{left: -.5rem;}
.Honor .mileage .list:before{display: block;content: '';position: absolute;left: 0;top: .5rem;width: 100%;height: .1rem;background-image: url('../images/Honor-mileage-bg.png');background-repeat: repeat-y;background-size: 100%;z-index: -1;}
.Honor .mileage .list .swiper-slide{padding: 0 .2rem 0 .25rem;box-sizing: border-box}
.Honor .mileage .list .time{font-size: .24rem;color: #333333;font-family: 'HmB';line-height: .36rem;}
.Honor .mileage .list .box{width: 96%;position: relative;margin: .1rem auto 0;padding-left: .25rem;}
.Honor .mileage .list .box .text{padding-top: .4rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Honor .mileage .list .box:before{display: block;content: '';position: absolute;left: 0;top: 0;width: .18rem;height: .18rem;background-color: #fff;border: .04rem solid #11824e;box-sizing: border-box;z-index: 2;border-radius: .18rem}
.Honor .mileage .list .box:after{display: block;content: '';position: absolute;left: .09rem;top: 0;width: 1px;height: 100%;background-color:#11824e;z-index: 1;}
.Honor .mileage .list .swiper-slide-active .time{font-size: .36rem;color: #11824e;}
.Honor .certificate{margin-top: 1rem;position: relative;}
.Honor .certificate .top{position: absolute;left: 0;top: 1rem;width: 100%;z-index: 3;}
.Honor .certificate .img img{width: 100%;}
.Honor .certificate .btn{display: flex;align-items: center;margin-top: .25rem;}
.Honor .certificate .btn .swiper-button-prev,
.Honor .certificate .btn .swiper-button-next{position: initial;margin: 0;width: .5rem;height: .5rem;border: 1px solid #dfdfdf;border-radius: .5rem;--swiper-navigation-size: .14rem;color: #dfdfdf;}
.Honor .certificate .btn .swiper-button-prev:hover,
.Honor .certificate .btn .swiper-button-next:hover{color: #fff;border: 1px solid #ed6e51;background-color: #ed6e51}
.Honor .certificate .btn .swiper-button-next{margin-left: .15rem;}
.Strategy{padding-bottom: .9rem;}
.Strategy .ecosystem .list{margin-top: .45rem;}
.Strategy .ecosystem .list ul{margin: -.1rem;}
.Strategy .ecosystem .list ul li{width: calc(25% - .2rem);margin: .1rem;padding: .6rem .3rem;border-radius: .25rem;background-color: #f5f5f5;box-sizing: border-box}
.Strategy .ecosystem .list ul li .title{font-size: .24rem;color: #333333;font-family: 'HmB';}
.Strategy .ecosystem .list ul li .title:after{display: block;content: '';margin-top: .15rem;width: .2rem;height: .04rem;background-color: #11824e}
.Strategy .ecosystem .list ul li .text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Strategy .ecosystem .list ul li .text b{color: #333;}
.Strategy .ecosystem .list ul li:hover .title{color: #fff;}
.Strategy .ecosystem .list ul li:hover .title:after{background-color: #ed6e51}
.Strategy .ecosystem .list ul li:hover .text{color: #fff;}
.Strategy .ecosystem .list ul li:hover .text b{color: #fff;}
.Strategy .ecosystem .list ul li:hover{background-color: #11824e;}
.Strategy .ecosystem .img{margin-top: .8rem;}
.Strategy .ecosystem .img img{width: 100%;}
.Strategy .development{margin-top: 1rem;}
.Strategy .development .main-text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Strategy .development .list{margin-top: .5rem;}
.Strategy .development .list ul{margin: -.15rem;}
.Strategy .development .list ul li{width: calc(33.33% - .3rem);margin: .15rem;}
.Strategy .development .list ul li .img{border-radius: .2rem;overflow: hidden;}
.Strategy .development .list ul li .img img{width: 100%;}
.Strategy .development .list ul li .box{margin-top: .25rem;}
.Strategy .development .list ul li .box .title{font-size: .24rem;color: #333;font-family: 'HmM';}
.Strategy .development .list ul li .box .text{margin-top: .15rem;font-size: .14rem;color: #666;line-height: 1.7;}
.Strategy .describes{margin-top: 1rem;}
.Strategy .describes .main-text{margin-top: .15rem;font-size: .18rem;color: #11824e;}
.Strategy .describes .bottom{margin-top: .05rem;}
.Strategy .describes .bottom .text{max-width: 4.8rem;font-size: .24rem;color: #333333;line-height: 1.4;font-family: 'HmM';}
.Strategy .describes .bottom .list ul li .value{display: flex;align-items: flex-end;font-size: .14rem;color: #333333;}
.Strategy .describes .bottom .list ul li .value span{color: #11824e;font-size: .9rem;font-family: 'HmB';line-height: .8;}
.Strategy .describes .bottom .list ul li .name{margin-top: .2rem;font-size: .14rem;color: #333;}
.Strategy .describes .bottom .list ul i{display: block;margin: 0 .6rem;width: 1px;height: 1rem;background-color: #ebebeb}
.Strategy .describes .img{margin-top: .5rem;}
.Strategy .describes .img img{width: 100%;}
.Strategy .business{margin-top: 1rem;}
.Strategy .business .public-title{text-align: center;}
.Strategy .business .list{margin-top: .5rem;}
.Strategy .business .list .img{border-radius: .15rem;overflow: hidden;}
.Strategy .business .list .img img{width: 100%;}
.Strategy .business .bottom{margin-top: .5rem;padding-top: .3rem;border-top: 1px solid #eeeeee;}
.Strategy .business .bottom .total{font-size: .16rem;color: #666;}
.Strategy .business .bottom .btn{display: flex;align-items: center;}
.Strategy .business .bottom .btn .swiper-button-prev,
.Strategy .business .bottom .btn .swiper-button-next{position: initial;margin: 0;width: .5rem;height: .5rem;border: 1px solid #dfdfdf;border-radius: .5rem;--swiper-navigation-size: .14rem;color: #dfdfdf;}
.Strategy .business .bottom .btn .swiper-button-prev:hover,
.Strategy .business .bottom .btn .swiper-button-next:hover{color: #fff;border: 1px solid #ed6e51;background-color: #ed6e51}
.Strategy .business .bottom .btn .swiper-button-next{margin-left: .15rem;}
.Merchants{padding-bottom: .9rem;}
.Merchants .worth .main-text{margin-top: .25rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Merchants .worth .list{margin-top: .45rem;}
.Merchants .worth .list ul{margin: -.25rem;}
.Merchants .worth .list ul li{width: calc(25% - .5rem);margin: .25rem;display: flex;flex-wrap: wrap;border: 1px solid #bde4d2;border-radius: 2.6rem}
.Merchants .worth .list ul li .img{width: 100%;}
.Merchants .worth .list ul li .img img{width: 100%;}
.Merchants .worth .list ul li .box{width: 100%;text-align: center;}
.Merchants .worth .list ul li:nth-of-type(even){flex-flow: column-reverse;}
.Merchants .worth .list ul li:nth-of-type(odd) .box{padding: .5rem 0 .15rem;}
.Merchants .worth .list ul li:nth-of-type(even) .box{padding: .15rem 0 .5rem;}
.Merchants .worth .list ul li .box .title{font-size: .24rem;color: #333333;font-family: 'HmB';}
.Merchants .worth .list ul li .box .title:after{display: block;content: '';width: 1px;height: .12rem;margin: .1rem auto 0;background-color: #11824e}
.Merchants .worth .list ul li .box .text{margin-top: .05rem;font-size: .14rem;color: #666666;line-height: 1.7;}
.Merchants .worth .list ul li:hover{background-color: #11824e;border: 1px solid #11824e;}
.Merchants .worth .list ul li:hover .box .title{color: #fff;}
.Merchants .worth .list ul li:hover .box .title:after{background-color: #fff}
.Merchants .worth .list ul li:hover .box .text{color: #fff;}
.Merchants .request{margin-top: 1rem;padding: 1rem 0;background-color: #f5f5f5}
.Merchants .request .list{margin-top: .5rem;}
.Merchants .request .list ul{margin: -.15rem;}
.Merchants .request .list ul li{width: calc(33% - .3rem);margin: .15rem;background-color: #fff;border-radius: .2rem;position: relative;padding: .85rem .3rem .55rem;box-sizing: border-box}
.Merchants .request .list ul li .title{position: absolute;left: 0;top: 0;right: 0;margin: 0 auto;width: 2rem;height: .5rem;display: flex;align-items: center;justify-content: center;font-size: .24rem;color: #fff;font-family: 'HmB';background-color: #11824e;border-radius: 0 0 .25rem .25rem}
.Merchants .request .list ul li .text p{position: relative;padding-left: .17rem;margin-bottom: .15rem;font-size: .14rem;color: #666;line-height: 1.7;}
.Merchants .request .list ul li .text p:last-child{margin-bottom: 0;}
.Merchants .request .list ul li .text p:before{display: block;content: '';position: absolute;left: 0;top: .07rem;width: .08rem;height: .08rem;border: 1px solid #ed6e51;border-radius: .08rem;box-sizing: border-box}
.Merchants .collaborate{padding: 1rem 0;}
.Merchants .collaborate .list{margin-top: .6rem;position: relative;z-index: 2;}
.Merchants .collaborate .list ul li{position: relative;width: 2.4rem;height: 2.4rem;margin: .2rem .3rem;padding-top: .5rem;text-align: center;background-color: #f5f5f5;border-radius: 2.4rem;box-sizing: border-box;}
.Merchants .collaborate .list ul li .icon{display: flex;align-items: center;justify-content: center;height: .33rem;}
.Merchants .collaborate .list ul li .title{margin-top: .25rem;font-size: .24rem;color: #333333;font-family: 'HmB';}
.Merchants .collaborate .list ul li .text{margin-top: .2rem;font-size: .14rem;color: #666666;}
.Merchants .collaborate .list ul li .num{position: absolute;left: 0;bottom: .2rem;width: 100%;text-align: center;font-size: .14rem;color: rgba(102, 102, 102, .6);z-index: 2;}
.Merchants .collaborate .list:after{display: block;content: '';position: absolute;left: 0;top: 50%;width: 100%;padding-top: 24.97%;background-image: url('../images/Merchants-collaborate-img.png');background-size: cover;z-index: -1;transform: translateY(-50%)}
.Merchants .collaborate .list ul li:hover{background-color: #11824e;}
.Merchants .collaborate .list ul li:hover .icon img{filter: brightness(0) invert(1);}
.Merchants .collaborate .list ul li:hover .title{color: #fff;}
.Merchants .collaborate .list ul li:hover .text{color: #fff;}
.Merchants .collaborate .list ul li:hover .num{color: #ed6e51;}
.Merchants .permissions{padding: 1rem 0 .8rem;background-color: #f5f5f5;}
.Merchants .permissions .list{margin-top: .5rem;}
.Merchants .permissions .list ul{margin: -.15rem;}
.Merchants .permissions .list ul li{width: calc(25% - .3rem);margin:.15rem;padding: .5rem .3rem .3rem;background-color: #fff;border-radius: .2rem;overflow: hidden;}
.Merchants .permissions .list ul li .icon{display: flex;align-items: center;height: .53rem;}
.Merchants .permissions .list ul li .title{margin-top: .75rem;font-size: .24rem;color: #333333;font-family: 'HmB';}
.Merchants .permissions .list ul li .text{margin-top: .25rem;}
.Merchants .permissions .list ul li .text p{position: relative;padding-left: .17rem;margin-bottom: .1rem;font-size: .14rem;color: #666;line-height: 1.7;}
.Merchants .permissions .list ul li .text p:last-child{margin-bottom: 0;}
.Merchants .permissions .list ul li .text p:before{display: block;content: '';position: absolute;left: 0;top: .07rem;width: .08rem;height: .08rem;border: 1px solid #ed6e51;border-radius: .08rem;box-sizing: border-box}
.Merchants .permissions .list ul li:hover .icon img{filter: brightness(0) invert(1);}
.Merchants .permissions .list ul li:hover .title{color: #fff;}
.Merchants .permissions .list ul li:hover .text p{color: #fff;}
.Merchants .permissions .list ul li:hover{background-color: #11824e;}














@media (max-width:1200px){
  .column-banner .pc{display: none;}
  .column-banner .media{display: block;height: 35vh;object-fit: cover;}
  .Index .banner img.pc{display: none;}
  .Index .banner img.wap{display: block;height: 50vh;object-fit: cover;}
  body{padding-top: .75rem;}
  .rightMenuBtn{ display: block;}
  header{position: fixed;top: 0;left: 0;width: 100%;padding: .15rem 0;z-index: 199;background-color: #fff;border-bottom: 1px solid #ed6e51;}
  header .logo img{max-width: 1.5rem;}
  header .right-box nav ul{display: block;}
  header nav ul li>a span{color: #fff;}
  header .right-box nav{display: block;position: fixed;padding: .3rem .2rem .3rem .2rem;top: .75rem;right: 0;margin-right: 0;width: 300px;background-color: #bbcf50;overflow: unset;box-sizing: border-box;overflow-x: hidden;transform: matrix(1, 0, 0, 1, 300, 0);z-index: 300;}
  header .right-box .search{margin-left: 0;}
  header .right-box nav ul li{margin-right: 0;margin-bottom: .2rem;width: 100%;}
  header .right-box nav ul li a span{font-size: .2rem;}
  header nav ul li .down .more{margin-bottom: .15rem;}
  header nav ul li .down .more a{font-size: .16rem;color: #fff;}
  header nav ul li .down .img{display: none;}
  header .right-box nav ul li .down{position: initial;width: 100%;padding-top: .2rem;}
  header .right-box nav ul li .down dl{}
  header .right-box nav ul li .down dl dd{margin-bottom: .15rem;}
  header .right-box nav ul li .down dl dd a{color: #fff;}
  footer .bg{padding-bottom: .3rem;}
  footer .left-box{width: 100%;}
  footer .foot-img{margin: 0 auto;max-width: 1.6rem}
  footer .foot-nav{display: none;}
  footer .foot-contact{margin-top: .2rem;width: 100%;}
  footer .foot-share{margin-top: .2rem;width: 100%;}
  footer .foot-share ul{justify-content: center}
  footer .icp{margin-top: .2rem;}
  /* footer:before{height: .8rem;} */
}
@media (max-width:1024px){
  .index-title .title{font-size: .28rem;}
  .public-title{font-size: .28rem;}
  .public-title1{font-size: .26rem;}
  .column-banner .box .title{font-size: .28rem;}
  .Index .module{padding: .4rem 0;}
  .Index .reference{padding: .4rem 0;}
  .Index .step{padding: .4rem 0;}
  .Index .demand{padding-bottom: .4rem;}
  .Location{padding: .3rem 0;}
  .Catalog .directory{margin-top: .4rem;}
  .Message{margin-top: .4rem;}
  .Catalog{padding-bottom: .4rem;}
  .Upscale .explore-goods{margin-top: .4rem;}
  .Upscale{padding-bottom: .4rem;}
  .Municipal{padding-bottom: .4rem;}
  .Municipal .process{margin-top: .4rem;}
  .Municipal .explore-goods{margin-top: .4rem;}
  .Info{padding-bottom: .4rem;}
  .Info .park{margin-top: .4rem;}
  .Info .more-case{margin-top: .4rem;}
  .Info1{padding-bottom: .4rem;}
  .Info1 .worth{margin-top: .4rem;}
  .Info1 .worth .image{margin-top: .4rem;}
  .Info1 .specs{margin-top: .4rem;}
  .Info1 .product{margin-top: .4rem;}
  .Info1 .explore{margin-top: .4rem;}
  .Info1 .reading{margin-top: .4rem;}
  .Intelligent{padding-bottom: .4rem;}
  .Intelligent .explore{margin-top: .4rem;}
  .Intelligent .explore-goods{margin-top: .4rem;}
  .Intelligent .process{margin-top: .4rem;}
  .Intelligent .reading{margin-top: .4rem;}
  .Technology{padding-bottom: .4rem;}
  .Technology .explore-site{margin-top: .4rem;}
  .Technology .process{margin-top: .4rem;}
  .Technology .explore-goods{margin-top: .4rem;}
  .Aftermarket{padding-bottom: .4rem;}
  .Aftermarket .time .install{margin-top: .4rem;}
  .Aftermarket .time .stage{margin-top: .4rem;}
  .Aftermarket .time .promise{margin-top: .4rem;}
  .Aftermarket .ensure{margin-top: .4rem;}
  .Aftermarket .ensure .guiding{margin-top: .4rem;}
  .Aftermarket .ensure .process{margin-top: .4rem;}
  .Aftermarket .ensure .bottom-box{margin-top: .4rem;}
  .Aftermarket .concept{margin-top: .4rem;padding: .4rem 0;}
  .Adapt{padding-bottom: .4rem;}
  .Adapt .textarea.two{margin-top: .4rem;padding: .4rem 0;}
  .Adapt .process{margin-top: .4rem;}
  .Adapt .bottom-box{margin-top: .4rem;}
  .Adapt .concept{margin-top: .4rem;padding: .4rem 0;}
  .Process{padding-bottom: .4rem;}
  .Process .design .center-box{margin-top: .4rem;}
  .Process .design .text2{margin-top: .4rem;}
  .Process .design .bottom-box{margin-top: .4rem;}
  .Process .concept{margin-top: .4rem;padding: .4rem 0;}
  .Worth{padding-bottom: .4rem;}
  .Worth .system{margin-top: .4rem;}
  .Worth .inclusion{margin-top: .4rem;}
  .Worth .why{margin-top: .4rem;}
  .Worth .why .process{margin-top: .4rem;}
  .Worth .why .bottom-box{margin-top: .4rem;}
  .Worth .concept{margin-top: .4rem;padding: .4rem 0;}
  .Scene{padding-bottom: .4rem;}
  .Scene .solution .process{margin-top: .4rem;}
  .Scene .solution .bottom-box{margin-top: .4rem;}
  .Scene .concept{margin-top: .4rem;padding: .4rem 0;}
  .News{padding-bottom: .4rem;}
  .News .list{margin-top: .4rem;}
  .Honor{padding-bottom: .4rem;}
  .Honor .mileage .list{margin-top: .4rem;}
  .Honor .certificate .top{top: .4rem;}
  .Honor .certificate{margin-top: .4rem;}
  .About{padding-bottom: .4rem;}
  .About .operating{margin-top: .4rem;}
  .About .operating .img{margin-top: .4rem;}
  .About .environment{margin-top: .4rem;}
  .About .environment .main-text{margin-top: .3rem;}
  .About .environment .list1{margin-top: .3rem;}
  .Concept{padding-bottom: .4rem;}
  .Culture{padding-bottom: .4rem;}
  .Culture .process{margin-top: .4rem;}
  .Culture .info .list1{margin-top: .4rem;}
  .Culture .bottom-box{margin-top: .4rem;}
  .Culture .concept{margin-top: .4rem;padding: .4rem 0;}
  .Strategy{padding-bottom: .4rem;}
  .Strategy .ecosystem .img{margin-top: .4rem;}
  .Strategy .development{margin-top: .4rem;}
  .Strategy .describes{margin-top: .4rem;}
  .Strategy .business{margin-top: .4rem;}
  .Merchants{padding-bottom: .4rem;}
  .Merchants .request{margin-top: .4rem;padding: .4rem 0;}
  .Merchants .collaborate{padding: .4rem 0;}
  .Merchants .permissions{padding: .4rem 0;}
}
@media (max-width:640px){
  footer .foot-contact ul li .name{font-size: .18rem;}
  footer .icp{font-size: .16rem;line-height: 1.5;}
  .index-title .name{margin-top: .2rem;font-size: .18rem;line-height: 1.4;}
  .Index .start .list{margin-top: .3rem;}
  .Index .start .mylist{margin-top: .3rem;}
  .Index .start .mylist .left-box{width: 100%;}
  .Index .start .mylist .right-box{width: 100%;margin-top: .2rem;}
  .Index .start .mylist .swiper-button-next{right: 0;}
  .Index .start .mylist .swiper-button-prev{left: 0;}
  .Index .reference .list ul li{width: 98%;}
  .Index .reference .list ul li .box{margin-top: .2rem;}
  .Index .reference .list .btn{margin-top: .3rem;}
  .Index .reference .list1 ul li{width: calc(50% - .1rem);padding: .2rem;}
  .Index .goal .left-box{width: 100%;}
  .Index .goal .right-box{width: 100%;margin-top: .2rem;}
  .Index .goal .right-box .text{font-size: .16rem;}
  .Index .step .list{margin-top: .3rem;}
  .Index .step .list ul li{width: 98%;margin-bottom: .2rem;}
  .Index .step .list ul li .title{margin-bottom: .2rem;}
  .Index .step .list ul li .por .box .type dl dd{font-size: .16rem;}
  .Index .step .list ul li .por .box .text{font-size: .16rem;}
  .Index .step .bottom-box{margin-top: .3rem;}
  .Index .step .bottom-box .text{width: 100%;font-size: .16rem;}
  .Index .step .bottom-box .list2{width: 100%;margin-top: .2rem;}
  .Index .step .bottom-box .list2 dl dd .value span{font-size: .36rem;}
  .Index .demand .list{margin-top: .3rem;}
  .Index .demand .list ul li{width: calc(50% - .1rem);}
  .Index .module .text{font-size: .2rem;}
  .Catalog .land .top-box .public-title1{width: 100%;}
  .Catalog .land .top-box .text{margin-top: .3rem;font-size: .16rem;width: 100%;}
  .Catalog .land .list{margin-top: .3rem;}
  .Catalog .land .list ul{margin: -1%;}
  .Catalog .land .list ul li{width: 48%;margin: 1%;}
  .Catalog .land .list ul li .img{width: 100%;}
  .Catalog .land .list ul li .box{width: 100%;}
  .Catalog .land .list ul li .box .text{font-size: .16rem;height: 1rem;}
  .Catalog .land .list ul li .box .more{position: initial;margin-top: .2rem;}
  .Catalog .land .list ul li .box .title{height: .43rem;}
  .Catalog .directory .left-box{width: 100%;padding: 0;}
  .Catalog .directory .right-box{width: 100%;margin-top: .2rem;}
  .Catalog .directory .left-box .name{margin-bottom: .2rem;}
  .Catalog .directory .left-box .public-title{margin-bottom: .2rem;}
  .Catalog .directory .left-box dl{margin: .2rem 0;}
  .Message .left-box{width: 100%;}
  .Message .right-box{width: 100%;margin-top: .2rem;}
  .Message .right-box .from ul li .checkbox .tip{width: calc(100% - .2rem);}
  .Upscale .personal .main-text{margin-top: .2rem;line-height: 1.5;}
  .Upscale .personal .list ul{margin: -1%;}
  .Upscale .personal .list ul li{width: 48%;margin: 1%;padding: .2rem 0;}
  .Upscale .personal .list ul li .box .title{margin-top: .3rem;}
  .Upscale .personal .list ul li .box{padding: .2rem;}
  .Upscale .personal .list ul li .box .text{margin-top: .2rem;font-size: .16rem;}
  .Upscale .explore-site .list ul{margin: -1%;}
  .Upscale .explore-site .list ul li{width: 48%;margin: 1%;}
  .Upscale .explore-site .list ul li .img{height: 3rem;}
  .Upscale .explore-site .list ul li .box{margin-top: .2rem;}
  .Upscale .explore-site .public-more{margin-top: .3rem;}
  .Upscale .explore-goods .list ul{margin: -1%;}
  .Upscale .explore-goods .list ul li{width: 48%;margin: 1%;}
  .Upscale .explore-goods .list ul li .box{margin-top: .2rem;}
  .Municipal .case .list ul{margin: -1%;}
  .Municipal .case .list ul li{width: 48%;margin: 1% !important;}
  .Municipal .case .list ul li .img{height: 3rem !important;}
  .Municipal .case .public-more{margin-top: .3rem;}
  .Municipal .process img{height: 3rem;object-fit: cover;}
  .Municipal .explore-goods .list{margin-top: .3rem;}
  .Municipal .explore-goods .list ul{margin: -1%;}
  .Municipal .explore-goods .list ul li{width: 48%;margin: 1%;}
  .Info .case .list{width: 100%;margin-top: .2rem;}
  .Info .case .list ul li .name{font-size: .16rem;}
  .Info .case .list ul{margin: -.1rem;}
  .Info .case .list ul li{margin: .1rem;width: calc(33.33% - .2rem);}
  .Info .park .top-box .text{width: 100%;margin-top: .2rem;font-size: .16rem;}
  .Info .park .video{margin-top: .3rem;}
  .Info .park .image .swiper-slide img{height: 3rem;}
  .Info .park .image .swiper-slide{width: 100%;}
  .Info .park .image .swiper-slide.swiper-slide-active{width: 100%;}
  .Info .process  img{height: 3rem;object-fit: cover;}
  .Info .more-case .list{margin-top: .3rem;}
  .Info .more-case .bottom{margin-top: .3rem;}
  .column-banner .box .btn{margin-top: .2rem;}
  .Info1 .details .text{font-size: .16rem;}
  .Info1 .worth .top-box .text{width: 100%;font-size: .16rem;margin-top: .2rem;}
  .Info1 .worth .list{margin-top: .2rem;}
  .Info1 .worth .list ul{margin: -1%;}
  .Info1 .worth .list ul li{width: 48%;margin: 1%;}
  .Info1 .product .list{width: 100%;margin-top: .2rem;}
  .Info1 .product .list ul{margin: -1%;}
  .Info1 .product .list ul li{width: 48%;margin: 1%;}
  .Info1 .product .list ul li .text{font-size: .16rem;}
  .Info1 .explore .list{margin-top: .3rem;}
  .Info1 .explore .list ul{margin: -1%;}
  .Info1 .explore .list ul li{width: 48%;margin: 1%;}
  .Info1 .reading .img{width: 100%;}
  .Info1 .reading .box{width: 100%;margin-top: .2rem;}
  .Info1 .reading .box .public-more{margin-top: .3rem;}
  .Intelligent .personal .main-text{margin-top: .3rem;font-size: .16rem;line-height: 1.7;}
  .Intelligent .personal .list{margin-top: .3rem;}
  .Intelligent .personal .list ul{margin: -1%;}
  .Intelligent .personal .list ul li{width: 48%;margin: 1%;}
  .Intelligent .personal .list ul li .box{padding: .2rem;}
  .Intelligent .personal .list ul li .box .title{margin-top: .2rem;}
  .Intelligent .personal .list ul li .box .text{margin-top: .2rem;font-size: .16rem;}
  .Intelligent .explore .list{margin-top: .3rem;}
  .Intelligent .explore .list ul{margin: -1%;}
  .Intelligent .explore .list ul li{width: 48%;margin: 1%;}
  .Intelligent .explore .list ul li .box{margin-top: .2rem;}
  .Intelligent .explore-goods .list{margin-top: .3rem;}
  .Intelligent .explore-goods .list ul{margin: -1%;}
  .Intelligent .explore-goods .list ul li{width: 48%;margin: 1%;padding: .2rem;}
  .Intelligent .process img{height: 3rem;object-fit: cover;}
  .Intelligent .reading .img{width: 100%;}
  .Intelligent .reading .box{width: 100%;margin-top: .2rem;}
  .Intelligent .reading .box .public-more{margin-top: .3rem;}
  .Intelligent .depicted .text{width: 100%;margin-top: .3rem;font-size: .16rem;}
  .Technology .personal .list{margin-top: .3rem;}
  .Technology .personal .list ul{margin: -1%;}
  .Technology .personal .list ul li{width: 48%;margin: 1%;padding: .2rem 0;}
  .Technology .personal .list ul li .box{padding: .2rem;}
  .Technology .personal .list ul li .box .title{margin-top: .2rem;}
  .Technology .explore-site .list ul{margin: -1%;}
  .Technology .explore-site .list ul li{width: 48%;margin: 1% !important;}
  .Technology .explore-site .list ul li .img{height: 3rem !important;}
  .Technology .explore-site .public-more{margin-top: .3rem;}
  .Technology .process img{height: 3rem;object-fit: cover;}
  .Technology .explore-goods .list{margin-top: .3rem;}
  .Technology .explore-goods .list ul{margin: -1%;}
  .Technology .explore-goods .list ul li{width: 48%;margin: 1%;}
  .Technology .explore-goods .list ul li .box{margin-top: .2rem;}
  .Municipal .explore-goods .list ul li .box{margin-top: .2rem;}
  .Municipal .case .list{margin-top: .4rem;}
  .Municipal .case .list ul li .box{margin-top: .2rem;}
  .Aftermarket .time .top-box .text{margin-top: .3rem;width: 100%;font-size: .16rem;}
  .Aftermarket .time .install .video{margin-top: .3rem;}
  .Aftermarket .time .stage .top .public-more{margin-top: .2rem;}
  .Aftermarket .time .stage .list{margin-top: .3rem;}
  .Aftermarket .time .stage .list ul{margin: 0;}
  .Aftermarket .time .stage .list ul li{width: 100%;margin: 0;margin-bottom: .2rem;}
  .Aftermarket .time .stage .list ul li .box .text{font-size: .16rem;}
  .Aftermarket .time .promise .image{margin-top: .2rem;}
  .Aftermarket .time .promise .bottom{margin-top: .3rem;}
  .Aftermarket .time .promise .main-img{margin-top: .3rem;}
  .Aftermarket .ensure .list{margin-top: .3rem;}
  .Aftermarket .ensure .list ul{margin: 0;}
  .Aftermarket .ensure .list ul li{width: 100%;margin: 0;margin-bottom: .2rem;padding: .2rem;}
  .Aftermarket .ensure .list ul li .title{margin-top: .2rem;}
  .Aftermarket .ensure .list ul li .text dl dd{font-size: .16rem;}
  .Aftermarket .ensure .guiding .img{width: 100%;}
  .Aftermarket .ensure .guiding .box{width: 100%;margin-top: .2rem;}
  .Aftermarket .ensure .guiding .box .text{margin-top: .2rem;font-size: .16rem;}
  .Aftermarket .ensure .process img{height: 3rem;object-fit: cover;}
  .Aftermarket .ensure .bottom-box .box{width: 100%;}
  .Aftermarket .ensure .bottom-box .box .text{font-size: .16rem;}
  .Aftermarket .ensure .bottom-box .video{margin-top: .2rem;width: 100%;}
  .Aftermarket .concept .list{margin-top: .3rem;}
  .Aftermarket .concept .list ul{margin: -1%;}
  .Aftermarket .concept .list ul li{width: 48%;margin: 1%;}
  .Aftermarket .concept .list ul li .box{margin-top: .2rem;}
  .Adapt .design .top-box .text{width: 100%;font-size: .16rem;margin-top: .3rem;}
  .Adapt .textarea .top .box{width: 100%;}
  .Adapt .textarea .top .img{width: 100%;margin-bottom: .2rem;}
  .Adapt .textarea .top .box .title{font-size: .28rem;}
  .Adapt .textarea .top .box .name{margin-top: .15rem;}
  .Adapt .textarea .top .box .text{margin-top: .2rem;font-size: .16rem;}
  .Adapt .textarea .top .box .public-more{margin-top: .3rem;}
  .Adapt .textarea .image .bottom{margin-top: .3rem;}
  .Adapt .textarea.one .top{flex-flow: column-reverse;}
  .Adapt .textarea .image{margin-top: .3rem;}
  .Adapt .process img{height: 3rem;object-fit: cover;}
  .Adapt .bottom-box .box{width: 100%;}
  .Adapt .bottom-box .box .text{font-size: .16rem;}
  .Adapt .bottom-box .video{margin-top: .2rem;width: 100%;}
  .Adapt .concept .list{margin-top: .3rem;}
  .Adapt .concept .list ul{margin: -1%;}
  .Adapt .concept .list ul li{width: 48%;margin: 1%;}
  .Adapt .concept .list ul li .box{margin-top: .2rem;}
  .Process .design .top-box .text{width: 100%;margin-top: .25rem;font-size: .16rem;}
  .Process .design .center-box .video{width: 100%;}
  .Process .design .center-box .box{width: 100%;margin-top: .2rem;}
  .Process .design .center-box .box .text{font-size: .16rem;}
  .Process .design .center-box .box .public-more{margin-top: .3rem;}
  .Process .design .image{margin-top: .3rem;}
  .Process .design .image .bottom{margin-top: .3rem;}
  .Process .design .text2{width: 100%;font-size: .16rem;}
  .Process .design .process{margin-top: .4rem;}
  .Process .design .process img{height: 3rem;object-fit: cover;}
  .Process .design .bottom-box .box{width: 100%;}
  .Process .design .bottom-box .box .text{font-size: .16rem;}
  .Process .design .bottom-box .video{margin-top: .2rem;width: 100%;}
  .Process .concept .list{margin-top: .3rem;}
  .Process .concept .list ul{margin: -1%;}
  .Process .concept .list ul li{width: 48%;margin: 1%;}
  .Process .concept .list ul li .box{margin-top: .2rem;}
  .Worth .design .top-box .text{margin-top: .25rem;font-size: .16rem;width: 100%;}
  .Worth .system .main-text{max-width: 100%;}
  .Worth .system .table{margin-top: .3rem;        overflow: initial;overflow-y: hidden;}
  .Worth .system .table .head{width: 10rem;}
  .Worth .system .table .list{width: 10rem;}
  .Worth .system .table .list ul li .right dl dt{font-size: .16rem;}
  .Worth .system .table .list ul li .right{padding: .1rem 0;}
  .Worth .system .table .list ul li .left .title{font-size: .26rem;}
  .Worth .inclusion .top-box .text{max-width: 100%;}
  .Worth .inclusion .top-box .public-more{margin-top: .3rem;}
  .Worth .inclusion .list ul{margin: 0;}
  .Worth .inclusion .list ul li{width: 100%;margin: 0;margin-bottom: .2rem;}
  .Worth .inclusion .list ul li .box .text{font-size: .16rem;}
  .Worth .why .top-box .box{width: 100%;margin-top: .25rem;}
  .Worth .why .top-box .box .text{font-size: .16rem;}
  .Worth .why .top-box .box .name{font-size: .2rem;}
  .Worth .why .process img{height: 3rem;object-fit: cover;}
  .Worth .why .bottom-box .box{width: 100%;}
  .Worth .why .bottom-box .box .text{font-size: .16rem;}
  .Worth .why .bottom-box .video{margin-top: .2rem;width: 100%;}
  .Worth .concept .list{margin-top: .3rem;}
  .Worth .concept .list ul{margin: -1%;}
  .Worth .concept .list ul li{width: 48%;margin: 1%;}
  .Worth .concept .list ul li .box{margin-top: .2rem;}
  .Scene .solution .top-box .text{width: 100%;font-size: .16rem;margin-top: .25rem;}
  .Scene .solution .list ul{margin: -1%;}
  .Scene .solution .list ul li{width: 48%;margin: 1%;}
  .Scene .solution .list ul li .title{margin-top: .2rem;}
  .Scene .solution .list ul li .img{height: 2.5rem;}
  .Scene .solution .process  img{height: 3rem;object-fit: cover;}
  .Scene .solution .bottom-box .box{width: 100%;}
  .Scene .solution .bottom-box .box .text{font-size: .16rem;}
  .Scene .solution .bottom-box .video{margin-top: .2rem;width: 100%;}
  .Scene .concept .list{margin-top: .3rem;}
  .Scene .concept .list ul{margin: -1%;}
  .Scene .concept .list ul li{width: 48%;margin: 1%;}
  .Scene .concept .list ul li .box{margin-top: .2rem;}
  .News .top-box .text{width: 100%;margin-top: .25rem;font-size: .16rem;}
  .News .list ul{margin: -1%;}
  .News .list ul li{width: 48%;margin: 1%;}
  .News .list ul li .box{margin-top: .2rem;}
  .News .list ul li .box .title{margin-top: .2rem;}
  .News .list ul li .box .text{font-size: .16rem;}
  .News .list ul li .box .more{margin-top: .2rem;}
  .Honor .certificate .btn{margin-top: 0;}
  .Honor .mileage .top-box .text{width: 100%;font-size: .16rem;margin-top: .25rem;}
  .Honor .mileage .list:before{display: none;}
  .Honor .mileage .list .box .text{font-size: .16rem;}
  .Honor .mileage .list .swiper-button-next{right: 0;}
  .Honor .mileage .list .swiper-button-prev{left: 0;}
  .About .synopsis .text{font-size: .16rem;width: 100%;margin-top: .25rem;}
  .About .synopsis .img{margin-top: .3rem;}
  .About .operating .list ul{margin: -1%;}
  .About .operating .list ul li{width: 48%;margin: 1%;}
  .About .team .left{width: 100%;padding-top: 0;}
  .About .team .left .text{margin-top: .25rem;font-size: .16rem;}
  .About .team .right{width: 100%;}
  .About .team .right .list ul{margin: -1%;}
  .About .team .right .list ul li{width: 48%;margin: 1%;}
  .About .team .right .list ul li .box .text{font-size: .16rem;}
  .About .environment .list{margin-top: .3rem;}
  .About .environment .bottom{margin-top: .3rem;}
  .About .environment .main-text{max-width: 100%;font-size: .16rem;}
  .Concept .info .top-box .text{width: 100%;margin-top: .25rem;font-size: .16rem;}
  .Culture .info .list ul{margin: 0;display: block;}
  .Culture .info .list ul li{width: 100%;}
  .Culture .info .list ul li .box .text{font-size: .16rem;}
  .Culture .info .list1 ul li{width: 50%;margin: .1rem 0;}
  .Culture .info .list1 ul i{display: none;}
  .Culture .info .list1 ul li .value{justify-content: center}
  .Culture .info .list1 ul li .value .counter{font-size: .32rem;}
  .Culture .info .list1 ul li .name{font-size: .16rem;}
  .Culture .process img{height: 3rem;object-fit: cover;}
  .Culture .bottom-box .box{width: 100%;}
  .Culture .bottom-box .box .text{font-size: .16rem;}
  .Culture .bottom-box .video{width: 100%;margin-top: .2rem;}
  .Culture .concept .list{margin-top: .3rem;}
  .Culture .concept .list ul{margin: -1%;}
  .Culture .concept .list ul li{width: 48%;margin: 1%;}
  .Culture .concept .list ul li .box{margin-top: .2rem;}
  .Strategy .ecosystem .list ul{margin: -1%;}
  .Strategy .ecosystem .list ul li{width: 48%;margin: 1%;padding: .2rem;}
  .Strategy .ecosystem .list ul li .text{margin-top: .2rem;font-size: .16rem;}
  .Strategy .development .list{margin-top: .3rem;}
  .Strategy .development .list ul{margin: 0;}
  .Strategy .development .list ul li{width: 100%;margin-bottom: .2rem;}
  .Strategy .development .list ul li .box .text{font-size: .16rem;}
  .Strategy .describes .bottom .text{max-width: 100%;width: 100%;}
  .Strategy .describes .bottom .list{width: 100%;margin-top: .2rem;}
  .Strategy .describes .bottom{display: block;margin-top: .3rem;}
  .Strategy .describes .bottom .list ul{justify-content: space-between}
  .Strategy .describes .bottom .list ul li .value span{font-size: .42rem;}
  .Strategy .describes .bottom .list ul li .value{font-size: .16rem;}
  .Strategy .describes .bottom .list ul li .name{font-size: .16rem;}
  .Strategy .describes .bottom .list ul i{display: none;}
  .Strategy .describes .img{margin-top: .3rem;}
  .Strategy .business .list{margin-top: .3rem;}
  .Strategy .business .bottom{margin-top: .3rem;}
  .Merchants .worth .main-text{font-size: .16rem;}
  .Merchants .worth .list{margin-top: .3rem;}
  .Merchants .worth .list ul{margin: -1%;}
  .Merchants .worth .list ul li{width: 48%;margin: 1%;}
  .Merchants .worth .list ul li .box .text{font-size: .16rem;}
  .Merchants .request .list{margin-top: .3rem;}
  .Merchants .request .list ul{margin: 0;}
  .Merchants .request .list ul li{width: 100%;margin: 0;margin-bottom: .2rem;}
  .Merchants .request .list ul li .text p{font-size: .16rem;}
  .Merchants .collaborate .list ul{margin: -1%;justify-content: center}
  .Merchants .collaborate .list ul li .text{font-size: .16rem;line-height: 1.6;}
  .Merchants .collaborate .list ul li{width: 48%;margin: 1%;padding: .2rem;height: auto;border-radius: 0}
  .Merchants .collaborate .list:after{display: none;}
  .Merchants .collaborate .list ul li .num{position: initial;margin-top: .2rem;}
  .Merchants .permissions .list{margin-top: .3rem;}
  .Merchants .permissions .list ul{margin: -1%;}
  .Merchants .permissions .list ul li{width: 48%;margin: 1%;padding: .2rem;}
  .Merchants .permissions .list ul li .title{margin-top: .2rem;}
  .Merchants .permissions .list ul li .text{margin-top: .2rem;}
  .Merchants .permissions .list ul li .text p{font-size: .16rem;}
}

