@import url("fonts/fonts.css");

body { font-family: 'SYH'; font-weight: normal; --hover-color:#288c29; --hover-color2:#f90300; --white:#fff; --black:#000; --grey:#333; --grey2:#666; --grey3:#999;--rgb-white:255,255,255;--rgb-black:0,0,0; font-size: var(--font-size16);--rgb-hover:40,140,41; --rgb-hover2:249,3,0; --radius: .1rem; scroll-padding-top: 1.4rem;}

a:hover{color:var(--hover-color); }



/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;transition: all ease 0.3s;}

.itemhover{transition: all ease 0.3s;}
.activehover{box-shadow: 0px 3px 18px 0px rgba(var(--rgb-hover),0.2) !important;-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);}

.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;left: 0;}
.main{/* background: #030c18; */}

.scroll{overflow: auto;}
.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 0.04rem; height:0.04rem;-webkit-overflow-scrolling : touch;background-color: #eff5ef;}
.scroll::-webkit-scrollbar-track{background-color: #eff5ef;}
.scroll::-webkit-scrollbar-thumb{border-radius: 2px;background-color: var(--hover-color);}
.scroll::-webkit-scrollbar-button{height: 0px;background-color: var(--hover-color);}


.Hometitle {margin-bottom: 0.4rem;position: relative;z-index: 1;line-height: 1;}
.Hometitle .cn{display: inline-block;font-size: var(--font-size48);color: var(--black);font-weight: bold; position: relative;}
.Hometitle .en{font-size:var(--font-size20); text-transform: uppercase; margin-bottom:0.16rem; color: var(--hover-color);}
.Hometitle.white .cn{ color: #fff;}
.Hometitle.center{ text-align: center;}
.Hometitle.white .cn:before{ border-color: var(--white);}

.Homemore a,
.Homemore span{display: flex;align-items: center;width: 1.5rem;height: .5rem;border-radius: 0.5rem; border: 0.01rem solid var(--hover-color); color:var(--hover-color);justify-content: center;transition: .5s all;overflow:hidden;position: relative; z-index: 5;}
.Homemore a::after,
.Homemore span::after{display: inline-block;content: '';width: 0.1rem;height: 0.1rem;transform: rotate(45deg);border-top: 0.02rem solid var(--hover-color);border-right: 0.02rem solid var(--hover-color);margin-left: 0.1rem;vertical-align: middle;}
.Homemore.white a{border: 0.01rem solid var(--white); color:var(--hover-color); background: var(--white);}
.Homemore.white a::after{border-color: var(--hover-color);}
.Homemore a:hover,
.Homemore:hover span{ color: #fff; background-color: var(--hover-color); border-color: var(--hover-color);}
.Homemore a:hover::after,
.Homemore:hover span::after{ border-color: #fff;}


@media(max-width: 1024px) {
.Hometitle {margin-bottom: 0.3rem;}
.Hometitle .cn{font-size: var(--font-size40);}
.Hometitle .en {font-size: var(--font-size18);}
}


/*Top003156 */
.Top003156 {position: fixed;z-index: 100;left: 0;top: 0;width: 100%;border-bottom: 1px solid rgba(255,255,255,0.15); transition: background-color 0.3s,transform 1s;}
/* .Top003156::after{position: absolute;content: '';left: 0;bottom: 0;width: 100%;height: 100%;background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) ,rgba(0,0,0,0));z-index: -1;} */
.Top003156 .auto { position: relative; z-index: 3; }
.Top003156 .logo { display: table; }
.Top003156 .logo a { display: table-cell; vertical-align: middle; }
.Top003156 .top-right { position: absolute; right: 0; top: 0; display: table; }
.Top003156 .top-right > * { display: table-cell; vertical-align: middle; }
.Top003156 .open-search { cursor: pointer; display: block; width: 0.22rem; height: 0.22rem; background: url(../images/search_white.svg) no-repeat center center; background-size: 0.18rem auto;  }
.Top003156 .open-search.on:before, .Top003156 .open-search.on:after { background-color: var(--hover-color); }
.Top003156 .top-search { position: absolute; right: 0; top: 100%; z-index: 100; background-color: #fff; box-shadow: 0 0 0.05rem rgba(0,0,0,0.3); border-radius: 0.05rem; }
.Top003156 .top-search .text { width: 100%; height: 0.5rem; line-height: 0.5rem;; padding: 0 0.5rem 0 0.15rem;border-radius: 0.05rem; }
.Top003156 .top-search .btn { position: absolute; right: 0; top: 0; width: 0.5rem;; height: 100%; background: url(../images/search.svg) no-repeat center center; background-size: auto 0.18rem; }
.Top003156 .top-right .lang{position: relative;z-index: 100; padding-right: 0.2rem;}
.Top003156 .top-right .lang::before{position:absolute;right: 0; top: 50%; width: 0.01rem; height:.16rem; content: ''; background: rgba(var(--rgb-white), 0.3); transform: translateY(-50%);}
.Top003156 .top-right .lang .icon{ display:block;background:url(../images/lang_white.svg) no-repeat left center; padding:0 0.2rem 0 0.3rem; cursor:pointer; position: relative; z-index: 1;  background-size: auto 0.22rem; color: #fff; font-size: var(--font-size16);}
.Top003156 .top-right .lang .icon:after {position: absolute;width:0.08rem;height: 0.08rem;content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(135deg);border-top: 1px solid #fff;border-right: 1px solid #fff;right: 0;top: 50%;margin-top: -0.02rem;}
.Top003156 .top-right .lang .lang_box{position: absolute; left: 50%; width: 1.2rem;margin-left: -0.6rem; z-index: 100;background: #fff;border-radius: 0 0 6px 6px; top: 100%; padding: 10px 0;display: none;}
.Top003156 .top-right .lang .lang_box a{display: block;line-height: 30px;text-align: center;}
.Top003156 menu li span, .Top003156 menu li span a { display: block; }
.Top003156 menu li span { position: relative; z-index: 2; }
.Top003156 menu li span:after { position: absolute; content: ''; left: 50%; height: 2px; background-color: var(--white); transform: translateX(-50%); transition: 0.3s; bottom: -1px; width: 0; }
.Top003156 menu li span a:hover, 
.Top003156 menu li.aon span a { color: #fff; }
.Top003156 menu li:hover span:after, 
.Top003156 menu li.aon span:after { width: 100%; }

.Top003156 menu li span a{color: #fff;}

.Top003156.hover::after,
.Top003156.fixed::after{background-image: none;}
.Top003156 .logo .red{display: none;}
.Top003156 .logo .white{display: block;}
.Top003156.hover .logo .white,
.Top003156.fixed .logo .white{display: none;}
.Top003156.hover .logo .red,
.Top003156.fixed .logo .red{display: block;}
.Top003156.hover menu li span a,
.Top003156.fixed menu li span a{color: var(--black);}
.Top003156.hover menu li span a:hover, 
.Top003156.fixed menu li span a:hover, 
.Top003156.hover menu li.aon span a,
.Top003156.fixed menu li.aon span a { color: var(--hover-color); }
.Top003156.hover menu li span:after,
.Top003156.fixed menu li span:after{ background-color: var(--hover-color);}
.Top003156.hover,
.Top003156.fixed{background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); position: fixed;}
.Top003156.hover menu li span:after,
.Top003156.fixed menu li span:after{background-color: var(--hover-color);}
.Top003156.hover menu li a:hover,
.Top003156.hover menu li.aon span a,
.Top003156.fixed menu li a:hover,
.Top003156.fixed menu li.aon span a{color: var(--hover-color);}
.Top003156.hover .top-right .lang .icon,
.Top003156.fixed .top-right .lang .icon{background-image:url(../images/lang.svg); color: #333;}
.Top003156.hover .top-right .lang .icon:after,
.Top003156.fixed .top-right .lang .icon:after{ border-color: #333;}
.Top003156.hover .top-right .lang::before,
.Top003156.fixed .top-right .lang::before{background: rgba(var(--rgb-black), 0.3);}
.Top003156.hover .open-search,
.Top003156.fixed .open-search{background: url(../images/search.svg) no-repeat center center;background-size: 0.17rem auto; }
.Top003156.hover .open-search.on:before, 
.Top003156.hover .open-search.on:after,
.Top003156.fixed .open-search.on:before, 
.Top003156.fixed .open-search.on:after { background-color: var(--hover-color); }


@media (min-width:1025px) {
.Top003156 header { padding: 0 2rem 0 0%; }
.Top003156 menu { /* margin: 0 auto; display: table; */ float: right; }
.Top003156 .top-right{float: right;}
.Top003156 .top-right{float: right;margin-left: calc(30 / 1920* 100vw);}
.Top003156 menu li { float: left; }
.Top003156 menu li + li { margin-left: calc(65 / 1920 * 100vw); }
.Top003156 menu li span a { line-height:0.9rem; font-size: var(--font-size18);}
.Top003156 .logo { height: 0.9rem;  float: left;}
.Top003156 .logo img { max-height: 0.45rem; }
.Top003156 .top-right { height:0.9rem; }
.Top003156 .top-right dd a { margin-right: 0.1rem; }
.Top003156 .top-right dt:nth-child(2n){padding-left: 0.16rem;}
.top-search { width: 20em; }
.Top003156 menu li .sub{position: absolute; top: 100%; background-color: #fff;border-radius: 0 0 5px 5px;width:1.8rem;  margin-left: -0.9rem; overflow: hidden;}
.Top003156 menu li .sub dt a:hover{color:var(--hover-color);}
}

@media (max-width:1024px) {
.Top003156 menu { position: absolute; right: 0; top: 100%;width: 240px; padding: 0.24rem; background: #fff;  visibility: hidden; transform: translateY(5em); transition: 0.3s; opacity: 0; }
.menu-show .Top003156 menu { transform: translateY(0); opacity: 1; visibility: inherit; }
.Top003156 menu li {border-bottom: 1px dotted #eee;}
.Top003156 menu li span{line-height: 0.5rem; }
.Top003156 menu li span a {   color: var(--grey); font-size:var(--font-size18); }
.Top003156 menu li a:hover, 
.Top003156 menu li.aon span a{color: var(--hover-color);}
.Top003156.hover menu li span:after,
.Top003156.fixed menu li span:after{ display: none;}
.Top003156 .logo { max-width: 40%; height: 0.6rem; }
.Top003156 .logo img { max-height: 0.45rem; }
.Top003156 .top-right { height: 0.6rem; }
.Top003156 .top-right dd { font-size: 0.16rem; }
.Top003156 .top-right dd a { margin-left: 0.16rem; }
.Top003156 .top-right dt { padding-left:0.16rem; }
.Top003156 .open-menu { display: block; width: 0.3rem; height: 0.3rem; }
.Top003156 .open-menu i { background-color: #fff; }
.Top003156 menu li.has-sub span .op:before, 
.Top003156 menu li.has-sub span .op:after{background-color: var(--hover-color);}
.top-search { width: 100%; }
.Top003156.hover .open-menu i,
.Top003156.fixed .open-menu i { background-color:#333; }
.Top003156 menu li .sub {background-color: #f8f9fa;}
.Top003156 .top-right .lang .lang_box{width: 60px; margin-left: -30px;}
}



.Banner003223{position:relative;z-index:1; }
.Banner003223 .swiper-wrapper{height: auto;}
.Banner003223 .txt{position: absolute;width:100%;left:0;bottom:15%;transform: translateY(-15%);color:#fff; z-index: 20; }
.Banner003223 .txt :where(.tit,.desc){opacity:0;transform:translateY(2rem);transition:0.8s}
.Banner003223 .txt .tit {font-size: var(--font-size52);line-height: 1.2;   font-weight: 700; margin-bottom: 0.2rem;text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.8);}
.Banner003223 .txt .desc{font-size: var(--font-size20); line-height: 1.7;text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.8);}

.Banner003223 .controls-page{ bottom:6.06826802%;position: absolute;z-index: 10;text-align: center;display: flex; align-items: center;justify-content: center; }
.Banner003223 .controls-page span{width: 0.14rem;height: 0.14rem; margin:0 .12rem !important;  background:var(--white);display: block; border-radius:  0.5rem;opacity: 1; }
.Banner003223 .controls-page span.swiper-pagination-bullet-active {background:var(--hover-color);width:0.35rem;}
.Banner003223 .swiper-slide-active .txt :where(.tit,.desc){opacity:1;transform:translateY(0)}

@media (min-width:1025px) {
.Banner003223 .wap{display: none;} 
.Banner003223 .pc {}
.Banner003223 .text{ /* max-width: 85%; */}
}
@media (max-width:1024px) {
.Banner003223 .pc{display: none;} 
.Banner003223 .txt .tit {font-size: var(--font-size30); margin-bottom: 0.1rem;}
.Banner003223 .txt .desc{font-size: var(--font-size16); }
.Banner003223 .root-swiperVideo .video-inner {z-index: 50;}
.Banner003223 .root-swiperVideo .open-video{width: 0.45rem; height: 0.45rem; top: auto; bottom: 0.15rem;left: 0.16rem; background-size: contain;}
}



.HomePro{ padding:var(--padMar100) 0;}
.HomePro ul{ display: flex; flex-wrap: wrap; gap: 0.2rem; }
.HomePro li{ float: left; padding: 0.4rem 0 0.3rem 0.3rem; background: linear-gradient(135deg, rgb(228, 232, 235) -3.43%, rgb(247, 248, 249) 48.77%, rgb(238, 240, 242) 100.97%); border-radius: var(--radius); position: relative;overflow: hidden;}
.HomePro li a{ display: flex; justify-content: space-between;}
.HomePro li .txt{width: 40%; }
.HomePro li .img{width: 58%; }
.HomePro li .img img{width: 100%;display: block;}
.HomePro li .tit{margin-bottom: .16rem; font-size: var(--font-size26); color: var(--black); line-height: 1.2; font-weight: 500;}
.HomePro li .desc{font-size: var(--font-size16); line-height: 1.8;color: var(--grey2);}
.HomePro li .Homemore{margin-top:0.4rem;}
.HomePro li:hover .tit{ color: var(--hover-color);}
@media (min-width:1025px) {
.HomePro li{width: calc((100% - 0.2rem * 2) / 3);}
.HomePro li:nth-child(1),
.HomePro li:nth-child(2){ width: calc((100% - 0.2rem * 1) / 2); }
.HomePro li:nth-child(1) .txt,
.HomePro li:nth-child(2) .txt{margin-top: 0.4rem;width: 35%;}
}
@media (max-width:1024px) {
.HomePro li{padding: 0.3rem 0 0.24rem 0.24rem;}
.HomePro li .tit{font-size: var(--font-size24);}
}




.HomeSolu{padding:var(--padMar100) 0; position: relative; overflow: hidden;background: url(../images/HomeSolu-bg.jpg) no-repeat center;background-size: cover; /* background: linear-gradient(180deg, #f4f6f7 -3.43%, #f0f5f8 48.77%, #e8f1f7 100%); */  }
.HomeSolu .flexbox{background-color: #fff;border-radius: var(--radius);padding: 3% 0;position: relative;display: flex; justify-content: space-between; overflow: hidden;}
.HomeSolu .flexbox::before {content: '';position: absolute;left: 0;top: 0;width: calc(450 / 1400 * 100%);height: 100%;background-image: linear-gradient(90deg, #fafff9  , #fff);}
.HomeSolu .left {width: calc(320 / 1440 * 100%);position: relative;}
.HomeSolu .left .swiper {height: 5rem;}
.HomeSolu .left li {padding-left: calc(24 / 320 * 100%);}
.HomeSolu .left .box {display: flex;width: 100%;height: 100%;align-items: center;padding: 0 calc(30 / 280 * 100%);font-size: var(--font-size20);color: var(--grey);cursor: pointer;border-radius: 0.5rem;}
.HomeSolu .left .icon {flex-shrink: 0;margin-right: 0.15rem;text-align: center;filter: grayscale(100) opacity(0.9);}
.HomeSolu .left .icon img{max-width: 0.36rem;}
.HomeSolu .left li:hover .box,
.HomeSolu .left li.active .box {background-image: linear-gradient(90deg, #fff 60%, rgba(255, 255, 255, 0));color: var(--hover-color);}
.HomeSolu .left li:hover .icon,
.HomeSolu .left li.active .icon {filter: none;}
.HomeSolu .right {flex: 1;min-width: 0;padding-right: calc(32 / 1080 * 100%);}
.HomeSolu .topbox {position: relative;}
.HomeSolu .topbox .pic {position: relative;width: 100%;height: 100%;overflow: hidden;border-radius: var(--radius);}
.HomeSolu .topbox .pic::before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: linear-gradient(to top, rgba(var(--rgb-black), 0.6), rgba(var(--rgb-black), 0));z-index: 2;}
.HomeSolu .topbox .pic img{ width: 100%;}
.HomeSolu .topbox .pic .imgbox{padding-top: 47%;overflow: hidden;  transition: 0.3s;}
.HomeSolu .topbox .textwarp {position: absolute;left: 0;bottom: 0;width: 100%;z-index: 3;color: #fff;padding: calc(50 / 1080 * 100%);display: flex;align-items: flex-end; }
.HomeSolu .topbox .tit {font-size: var(--font-size30); margin-bottom: 0.15rem; font-weight: 500;}
.HomeSolu .topbox .desc {font-size: var(--font-size16);line-height: 1.875;}

.HomeSolu .topbox .more{width: 0.5rem;height: 0.5rem;border-radius: 50%;background: var(--hover-color2); display: flex;align-items: center;justify-content: center;flex-shrink: 0; margin-left: 0.5rem;}
.HomeSolu .topbox .more::after{display: inline-block;content: '';width: 0.5em;height: 0.5em;transform: rotate(45deg);border-top: 0.02rem solid #fff;border-right: 0.02rem solid #fff;vertical-align: middle;}
.HomeSolu .topbox .more:hover{ background-color: var(--hover-color);}


@media screen and (max-width: 1024px) {
.HomeSolu .flexbox {flex-wrap: wrap;padding-left: 10px;padding-right: 10px;display: block;}
.HomeSolu .left,
.HomeSolu .right {width: 100%;}
.HomeSolu .right {padding-right: 0;}
.HomeSolu .left {margin-bottom: 5%;}
.HomeSolu .left .swiper {height: auto;}
.HomeSolu .left li {padding-left: 0;}
.HomeSolu .left .box {padding: 0.16rem;}
.HomeSolu .topbox .textwarp {position: relative;padding: 0.2rem 0.1rem;color: #333;}
.HomeSolu .topbox .textwarp .tit {font-size: var(--font-size24);}
.HomeSolu .topbox .more{margin-left: 0.2rem;}

}



.HomeWhy{position: relative;}
.HomeWhy .bg{position: relative;}
.HomeWhy .bg .Ispic{height: 7.8rem; position: relative; z-index: 1; background-attachment: fixed;}
.HomeWhy .bg .Ispic::before{position:absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background: rgba(var(--rgb-black), 0.5);}
.HomeWhy .video{position: relative; overflow: hidden;max-height: 8rem;}
.HomeWhy .video::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(var(--rgb-black), 0.6);z-index: 2;}
.HomeWhy video{ object-fit: cover;width: 100%;}
.HomeWhy .txt{width:100%;position: absolute;z-index: 5;left:0;top:50%;transform: translateY(-50%);color:var(--white); text-align: center; display: flex;align-items: center;justify-content: center; }
.HomeWhy .txt .tit{font-size: var(--font-size24);line-height: 1.4; margin-bottom: 0.18rem; }
.HomeWhy .txt .subtit{font-size: var(--font-size46);font-weight: 500;line-height: 1.5; margin-bottom: 0.24rem;}
.HomeWhy .txt .desc{font-size: var(--font-size18);line-height: 1.8; color: rgb(255, 255, 255,0.8);}

.HomeWhy  .Homemore{display: flex ; justify-content: center; margin-top: 0.5rem;}

@media (min-width:1025px) {
.HomeWhy .text{ max-width: 80%; margin: 0 auto;}   
}
@media (max-width: 1024px) {
.HomeWhy .bg .Ispic{height: 5.8rem;}
.HomeWhy .txt .subtit{font-size: var(--font-size32);}
.HomeWhy .Homemore{margin-top: 0.3rem;}
}

@media (max-width: 640px) {
.HomeWhy .bg .Ispic{height: 4.2rem;}
.HomeWhy .txt .tit{font-size: var(--font-size20);}
.HomeWhy .txt .subtit{font-size: var(--font-size30);}
}

.HomeNew{padding:var(--padMar100) 0; background: url(../images/HomeNew-bg.jpg) no-repeat center;background-size: cover; /* background: linear-gradient(180deg, #eff1f6 0%, #eef0f5 48.77%, #eceef3 100%); */ }
.HomeNew .left{background: var(--white);border-radius: var(--radius);overflow: hidden;}
.HomeNew .left .swiper-txt{ }
.HomeNew .list label{position: absolute; left: 0; top: 0; z-index: 5; font-size: var(--font-size16); background-color: rgba(var(--rgb-hover),0.85); color: var(--white); line-height: 1.2;padding: .08rem 0.15rem;display: inline-block;transition: 0.3s;}
.HomeNew .list .tit{font-size: var(--font-size22);color: var(--grey); margin-bottom: .16rem; }
.HomeNew .list .txt {  padding: 0.24rem;}
.HomeNew .list .txt .desc{color: var(--grey2);font-size: var(--font-size16);line-height: 1.8;}
.HomeNew .left .swiper-txt .tit{line-height: 1.6;}
.HomeNew .list time{display: block; color: var(--grey3);  }
.HomeNew .left .swiper-txt time{margin-top: 0.2rem;}
.HomeNew .left .swiper-img .pic{overflow: hidden; position: relative; }
.HomeNew .left .swiper-img .imgbox{padding-bottom: 62%;transition: 0.3s ease-out;}
.HomeNew .list a:hover .imgbox img{transform: scale(1.1);}
.HomeNew .list a:hover .tit{ color: var(--hover-color);}

.HomeNew .swiper-img{position: relative;z-index: 2;overflow: hidden;}
.HomeNew .swiper-img .pages{position: absolute; right: 0;height:  9.375em;width:  9.375em;display: flex;justify-content: flex-end; align-items: flex-end; bottom: 0rem;z-index: 10; left: auto; padding-bottom: 0.625em; padding-right:0.625em;}
.HomeNew .swiper-img .pages:after{content:'';position: absolute; width:100%;height: 100%;display: block;background:var(--hover-color);z-index: -1;right:-3.125em;bottom:-5em;border-radius: 50%;}
.HomeNew .swiper-img .pages span{display: block;width: 1em; height: 1em; border: solid 2px transparent; position: relative;border-radius: 50%; transition: 0.3s; cursor: pointer;}
.HomeNew .swiper-img .pages span + span{margin-left: 0.05rem;}
.HomeNew .swiper-img .pages span:after{position: absolute; content: '';left: 50%;top: 50%;border-radius: 50%;width: 0.5em; height: 0.5em; transform: translate(-50%,-50%);opacity: 0.5; background-color: var(--white); transition: 0.3s;}
.HomeNew .swiper-img .pages span.active{border-color: var(--white);}
.HomeNew .swiper-img .pages span.active:after{opacity: 1;}


.HomeNew .list ul{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.2rem;}
.HomeNew .right li{border-radius: var(--radius);overflow: hidden; position: relative;  background: var(--white);}
.HomeNew .right li .imgbox{padding-bottom: 50%;transition: 0.3s ease-out;}
.HomeNew .right li .txt{padding: 0.18rem;}
.HomeNew .right li .tit{font-size: var(--font-size18);margin-bottom: .12rem; line-height: 1.5; height: 3em;}
@media (min-width:1025px) {
.HomeNew .list{position: relative;z-index: 1;}
.HomeNew .list .left{float: left;width:47%;}
.HomeNew .list .right{float: right;width: 50%; }
.HomeNew .list .right li{width: calc((100% - 0.2rem * 1) / 2);}
.HomeNew .left ol{height: 6.2rem;}
.HomeNew .list .right li {height: 3rem;}

}
@media (max-width:1024px) {
.HomeNew .left{margin-bottom: 0.24rem;}
.HomeNew .list li{ width: 100%;}
.HomeNew .right li .tit{ height: auto;}
}




/*Bottom002900 */
.Bottom002900{padding: var(--padMar80) 0 0 0; position: relative; z-index: 2;background:#030f1e; background-size: 32% auto;}
.Bottom002900,
.Bottom002900 a{color: rgba(255,255,255,.6);}
.Bottom002900 .f-top{padding-bottom: 0.4rem;margin-bottom: .4rem; border-bottom: 1px solid rgba(255,255,255,.2)}
@media(min-width:1025px){
.Bottom002900 .contact{width: 30%;max-width: 4rem;}
.Bottom002900 .b_nav{max-width: 9.6rem;width: 58%;}
}

.Bottom002900 .b_nav nav{}
.Bottom002900 .b_nav nav dl{float: left; max-width: 1.8rem;}
.Bottom002900 .b_nav nav dt { margin-bottom: 0.2rem;}
.Bottom002900 .b_nav nav dt a{font-size: var(--font-size18); color: var(--white); position: relative; }
.Bottom002900 .b_nav nav dd{line-height: 0.24rem;padding: 0.08rem 0;}
.Bottom002900 .b_nav nav dd a{font-size: var(--font-size16);}
@media(max-width:1024px){
 .Bottom002900 .b_nav nav{display: none;}
}
.Bottom002900 .copyright{line-height: 2;border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 0.24rem 0 ;margin-top: 0.3rem;font-size: var(--font-size14); }
.Bottom002900 .copyright .fr a:not(:last-child):after{display: inline-block;content: '';width: 1px;height: 0.12rem;background: rgba(255,255,255,0.2);margin: 0 0.15rem;vertical-align: middle;}

.Bottom002900 a:hover{color: var(--hover-color);opacity: 1!important;}
.Bottom002900 .logo img{max-height:0.45rem;}
.Bottom002900 .contact{text-align: right;}
.Bottom002900 .contact .hotline .tit{color: rgba(255, 255, 255, 0.8);display: flex;align-items: center;justify-content: flex-end;}
.Bottom002900 .contact .hotline .tit::before{content: '';width:0.2rem;height: 0.2rem;  background: url(../images/icon_call.svg) no-repeat left center; background-size: 0.2rem auto;margin-right: 0.1rem}
.Bottom002900 .contact .num{font-size: var(--font-size26); font-weight: bold; margin-bottom: 0.12rem;line-height: 1;color: var(--hover-color2);}
.Bottom002900 .contact .hotline p{display: block; margin: 0.06rem 0; line-height: 1.6; padding-left:0.26rem;background-position: left top 3px;background-repeat: no-repeat; background-size: 0.18rem auto; color: var(--white); opacity: 0.8; }
.Bottom002900 .contact .hotline p+p{margin-top:0.1rem;}
.Bottom002900 .contact .code{display: inline-block; text-align: center; margin-top: 0.16rem; }
.Bottom002900 .contact .code img{ max-width:1.25rem;background-color: var(--white);padding: 0.05rem;border-radius: 0.05rem;display: inline-block;}
.Bottom002900 .contact .code aside{padding-top: 0.08rem;}
.Bottom002900 .select{position: relative;z-index: 20; margin-top: 0.2rem; max-width: 2.5rem; margin-left: auto;}
.Bottom002900 .select ol,
.Bottom002900 .select ul{text-align: left;}
.Bottom002900 .select ol{line-height: 0.4rem;color: #fff; border: 0.01rem solid var(--white); border-radius: 0.05rem; padding-left: 0.16rem;position: relative;  cursor: pointer;}
.Bottom002900 .select ol:after{position: absolute; content: '';right: 0.2rem; width: 0.1rem; height: 0.1rem; top: 50%; border-bottom: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); margin-top: -0.08rem;}
.Bottom002900 .select ul{padding: 0.13rem; position: absolute; left: 0; width: 100%; bottom: 100%;background: #fff;display: none;}
.Bottom002900 .select li{line-height: 0.35rem;}
.Bottom002900 .select li a{ color: var(--grey);}
.Bottom002900 .select li:not(:last-child){border-bottom: 1px solid #eee;}


.Bottom002900 .share li{float: left;position: relative;}
.Bottom002900 .share li figure{position: absolute; left: 0; bottom: 100%; width: 1.3rem; padding: 0.05rem;background: #fff; margin-bottom: 0.1rem;border-radius: 0.1rem;display: none;}
.Bottom002900 .share li figure img{display: block;width: 100%;}
.Bottom002900 .share li figure:before{position: absolute; content: '';border:5px solid transparent; left: 20px; top: 100%;border-top-color: #fff;}
.Bottom002900 .share li:not(:last-child){margin-right: 0.15rem;}
.Bottom002900 .share li a{display: block;background: rgba(255,255,255,0.1); width: 0.5rem; height: 0.5rem;background-position: center center;background-repeat: no-repeat; background-size: 0.24rem auto; border-radius: 50%; cursor: pointer;}
.Bottom002900 .share li a:hover{background-color: var(--hover-color);}

@media(min-width:1025px){
.Bottom002900 .contact .tit{padding-bottom: 0.16rem;}
}

@media(max-width:1024px){
.Bottom002900{text-align: center;}
.Bottom002900 .f-top{padding-bottom: 0.3rem; margin-bottom: .3rem;}
.Bottom002900 .logo{padding: 0 0% 0.24rem;}
.Bottom002900 .contact{ text-align: center;}
.Bottom002900 .contact .hotline .tit{justify-content: center; margin-bottom: 0.2rem;}
.Bottom002900 .share ul{margin: 0 auto;display: table;}
.Bottom002900 .select{margin: 0 auto; margin-top: 0.2rem;}
}



.FloatBox{position: fixed;z-index:99;right:0.1rem;top:50%;transform: translateY(-50%);}
.FloatBox li{margin-bottom:0.05rem;position: relative;}
.FloatBox li>a{width:0.55rem;height:0.55rem;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 0.5rem;background: var(--hover-color);font-weight: lighter;color:#fff;font-size: var(--font-size14);}
.FloatBox li .icon{display: flex;align-items: center;justify-content: center;}
.FloatBox li .icon img{ max-width: 0.3rem;}
.FloatBox li:hover>a{background: var(--hover-color);}
.FloatBox li .tcbox{min-height:100%;min-width:1.5rem;right:108%;border-radius: 0.05rem;background: var(--hover-color);position: absolute;color:#fff;text-align: center;top:0%; padding:0.12rem;display: flex;align-items: center;flex-direction: column;white-space: nowrap;justify-content: center;display: none;}
.FloatBox li .tcbox p{ margin: 0; line-height: 1.5; }
.FloatBox li .tcbox p b{ font-size: var(--font-size20);}
.FloatBox li .tcbox img{ margin-bottom: 0.08rem;}
.FloatBox li:hover .tcbox{display: flex;}
.FloatBox li.gotop{opacity: 0;visibility: hidden;transition: all .5s;}
.FloatBox li.gotop a{background:var(--hover-color);}
.FloatBox li.gotop .icon img{ max-width: 0.16rem;}
.FloatBox li.gotop.on{opacity: 1;visibility: visible;}


.cbanner{position: relative; background-color: #fff;}
.cbanner::after{position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0);z-index: 1;}
.cbanner .txt{width:100%;position: absolute;z-index: 2;left:0;top:50%;transform: translateY(-50%);color:var(--white); display: flex;align-items: center;justify-content: center; }
.cbanner .txt .text{ }
.cbanner .txt .tit{font-size: var(--font-size50);font-weight: bold;line-height: 1.4; }
.cbanner .txt .desc{font-size: var(--font-size24);color: var(--white);line-height: 1.75; }
@media (min-width:1025px) {
.cbanner .wap{display: none;}   
}
@media (max-width:1024px) {
.cbanner .pc{display: none;}  
.cbanner .txt .tit{font-size: var(--font-size32);}  
.cbanner .txt .desc{font-size: var(--font-size18);}
}


/*Menu003135 */
.Menu003135{position: relative;z-index: 3; border-bottom: 1px solid rgba(0,0,0,0.1);}
.Menu003135 .current{font-size:var(--font-size16); padding-left:.25rem;background: url(../images/Menu003135-icon.svg) no-repeat left center; background-size:.16rem auto; line-height:.8rem; font-weight: lighter;}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: var(--grey3); }
.Menu003135 .current i {display: inline-flex;margin: 0 0.1rem;}
.Menu003135 .nav-menu li{float: left;font-size:var(--font-size18);line-height:.8rem;}
.Menu003135 .nav-menu li:not(:last-child){margin-right: calc(50 / 1920 * 100vw);}
.Menu003135 .nav-menu li a{display: block;position: relative; color: #333; }
.Menu003135 .nav-menu li a:after{position:absolute;left: 50%;transform: translateX(-50%);bottom:0;content:'';height:0.02rem;width:0;background:var(--hover-color); transition: 0.3s;}
.Menu003135 .nav-menu li.aon a,
.Menu003135 .nav-menu li:hover a{color:var(--hover-color);}
.Menu003135 .nav-menu li.aon a:after,
.Menu003135 .nav-menu li:hover a:after{width: 100%;}
@media (max-width:1024px) {
.Menu003135 .current{display: none;}  
.Menu003135 .nav-menu li{line-height: 0.7rem;font-size: 0.18rem;} 
}



.lm-title{margin-bottom:0.4rem; line-height: 1;}
.lm-title.center{text-align: center;}
.lm-title .cn{font-size:var(--font-size42);color: var(--black);font-weight: 600;}
.lm-title .en{font-size:var(--font-size20); color: var(--grey3); margin-bottom: 0.12rem;}
.lm-title .cn::after{content:''; width:0.5rem; height:.04rem; background-color:var(--hover-color); display: block; margin:.2rem 0 auto; border-radius: 0.05rem; }
.lm-title.center .cn::after{margin: .2rem auto 0 ;}
.lm-title.white .cn {color: #fff;}
.lm-title.white .cn::after{ background-color: #fff;}
@media(max-width:1024px){
.lm-title{margin-bottom:0.3rem;}
.lm-title .cn{font-size:var(--font-size32);}
.lm-title .desc{font-size:var(--font-size16);}
}


.ProCate{padding:var(--padMar50) 0; background-color: #f8f9fa;}
.ProCate .intro{ margin: 0 auto;width: 100%;text-align: center; }
.ProCate .intro .catetit{ font-size: var(--font-size40); color: var(--grey); font-weight: 500; line-height:1.2;margin-bottom: 0.24rem;}
.ProCate .intro .info{ font-size: var(--font-size18); color: var(--grey2);  line-height:1.875;}
.ProCate .intro .info p{ margin: 0;}

@media(max-width:1024px){
.ProCate .intro .catetit{font-size:var(--font-size32);}
}


.Prolist{padding:var(--padMar100) 0;}
.Prolist ul{ display: flex; flex-wrap: wrap; justify-content: space-between;  }
.Prolist li{ float: left; padding: 0.4rem 0 0.3rem 0.3rem; background: #fff; margin-bottom: 2%; border: 1px solid #eee; border-radius: var(--radius); position: relative;overflow: hidden; transition: 0.3s;}
.Prolist li .inner{ display: flex; justify-content: space-between;}
.Prolist li .txt{width: 43%; }
.Prolist li .img{width: 53%; max-height: 2.5rem; }
.Prolist li .img img{width: 100%;height: 100%;display: block; object-fit: contain;}
.Prolist li .tit{ font-size: var(--font-size24); color: var(--black); line-height: 1.5; font-weight: 500; margin-bottom: 0.24rem;}
.Prolist li .desc{font-size: var(--font-size16); line-height: 1.8;color: var(--grey2);}
.Prolist li .desc p{position: relative;padding-left: 0.15rem; margin: 0.05rem 0;}
.Prolist li .desc p:before{position: absolute; content: ''; width: 0.05rem; height: 0.05rem; border-radius: 0.05rem;background: var(--hover-color); left: 0; top: 0.12rem;}
.Prolist li .btn{ display: flex; margin-top:0.2rem;}
.Prolist li .btn div:not(:last-child){ margin-right: 0.12rem;}
.Prolist li .btn .zixun a{display: flex;align-items: center;width: 1.4rem;height: .5rem;border-radius: 0.5rem;background:var(--hover-color);color: var(--white);justify-content: center;transition: .5s all;overflow: hidden;position: relative;z-index: 5;}
.Prolist li .btn .zixun a:before {display: inline-block;vertical-align: top;content: '';background-image: url(../images/icon-kefu.svg);background-size: contain;background-position: center;background-repeat: no-repeat;width: 0.22rem;height: 0.5rem;margin-right: 0.08rem;}

.Prolist li:hover{ border-color: var(--hover-color);}
.Prolist li:hover .tit{ color: var(--hover-color);}
@media (min-width:1025px) {
.Prolist li{width: 49%;}
}
@media (max-width:1024px) {
.Prolist li{padding: 0.2rem 0 0.2rem 0.2rem;}
.Prolist li .tit{font-size: var(--font-size20);}
}


.ProDetail{ padding: var(--padMar100) 0;position: relative; }
@media (min-width:1025px) {
.ProDetail .flex{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.ProDetail .left{width:2.6rem; }
.ProDetail .right{flex:1;padding-left:0.3rem;width: calc(100% - 2.6rem);}
.ProDetail .left {position: sticky;top:1rem; }
}


.Menu{border-radius: var(--radius); background: #fff;}
.Menu .side-title{font-size: var(--font-size32) ; color: var(--black); font-weight: 500; margin-bottom: 0.2rem;}
.Menu li a {display: inline-block;line-height: 1.6;font-size: var(--font-size18) ;color: var(--grey); padding: 0.12rem 0;position: relative;font-size: var(--font-size18);color: var(--grey);position: relative; cursor: pointer;}
.Menu li a::before{content:'';position:absolute;width:0%;border-bottom:2px solid var(--hover-color);left:0%;bottom:0%;transition: all 1s ease-out;}
.Menu li.active a,
.Menu li a:hover{ color: var(--hover-color);}
.Menu li.active a::before,
.Menu li a:hover::before{width:100%;transition: all 0.3s ease-out; }

@media (max-width:1024px) {
.Menu{display: none;}
}

.RighInfo003134{}
.RighInfo003134 .img-side{border: solid 1px #eee; border-radius: var(--radius); overflow: hidden;  margin-bottom: 0.5rem;}
.RighInfo003134 .img-side{ border-radius: var(--radius); overflow: hidden;  }
.RighInfo003134 .swiper{margin:0;}
.RighInfo003134 .img-group{display: flex;justify-content: space-between;}
.RighInfo003134 .img-group .imgbox{ padding-bottom:100%;background-color: #fff; border-radius: var(--radius);}
.RighInfo003134 .img-group .imgbox img{object-fit: contain;}


.RighInfo003134 .big{width:81%;}
.RighInfo003134 .small{width:15%;position:relative; }
/* .RighInfo003134 .small:after{display:block;content:'';padding-bottom:75%;} */
.RighInfo003134 .small .swiper{height:100%;position:absolute;left:0;top:0;width:100%;}
.RighInfo003134 .small .swiper-slide{cursor:pointer;}
.RighInfo003134 .small .imgbox:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:var(--radius);border:solid 0.02rem #eee;z-index:5;transition:all 0.3s;}
.RighInfo003134 .small .swiper-slide-thumb-active .imgbox:before{border-color: var(--hover-color);}

.RighInfo003134 .arrow{width:0.15rem;height:0.08rem;background:no-repeat center center;background-size:contain;position:absolute;left:50%;transform:translateX(-50%);cursor:pointer;z-index:5;}
.RighInfo003134 .prev{top:1.66666667%;background-image:url(../images/swiper_prev.svg);}
.RighInfo003134 .next{background-image:url(../images/swiper_next.svg);bottom:1.66666667%;}


.RighInfo003134 .img-side .txt{text-align: left;vertical-align: top; }
.RighInfo003134 .img-side .tit{ font-size:var(--font-size32);color: var(--black); font-weight: 500; margin-bottom: 0.25rem; padding-bottom:0.2rem ; border-bottom: 1px solid #eee;}
.RighInfo003134 .img-side .line{width: 0.2rem; height: 2px; background-color: var(--hover-color);display: block;margin: 0 auto;}
.RighInfo003134 .img-side .model{color: #222; font-size:var(--font-size20);margin-bottom: 0.12rem;}
.RighInfo003134 .img-side .text{ line-height:1.875; color: #666; font-size: var(--font-size16); margin-top: 0.24rem; }
.RighInfo003134 .img-side .text p{position: relative;padding-left: 0.16rem; line-height: 1.875; margin: 0.06rem 0;}
.RighInfo003134 .img-side .text p:before{position: absolute; content: ''; width: 0.05rem; height: 0.05rem; border-radius: 50%;background: var(--hover-color); left: 0; top: 13px;}
.RighInfo003134 .img-side .btn{ margin-top: 0.4rem;}
.RighInfo003134 .img-side .btn a{display: inline-block;font-size: var(--font-size16);color: #fff;box-shadow: 0px 0.05rem 0.2rem rgba(var(--rgb-hover), 0.08);border-radius: 0.5rem; min-width:1.5rem;text-align: center; line-height: 0.5rem;padding: 0 0.24rem; cursor: pointer;}
.RighInfo003134 .img-side .btn a:not(:last-child){ margin-right: 0.1rem;}
.RighInfo003134 .img-side .btn a.back{background-color: var(--hover-color);}
.RighInfo003134 .img-side .btn a.zixun{background-color: var(--hover-color2);}
.RighInfo003134 .img-side .btn a:hover{background-color: var(--hover-color2);}
.RighInfo003134 .img-side .btn a:before{display: inline-block; vertical-align: top;content: '';background-size: contain;background-position: center; background-repeat: no-repeat; width: 1.3888em;height: 0.52rem;margin-right: 0.1rem;}
.RighInfo003134 .img-side .btn a.back:before{background-image: url(../images/icon-back.svg);}
.RighInfo003134 .img-side .btn a.zixun:before{background-image: url(../images/icon-kefu.svg);}

.RighInfo003134 .prod-intro{ }

.RighInfo003134 .tab .h1_tab{margin:0;margin-bottom:0.3rem;border-bottom:1px solid #eee;overflow:hidden;font-weight:normal;color:#333;}
.RighInfo003134 .tab .h1_tab span{float:left; margin-right: 0.05rem; padding:0 0.3rem;line-height:0.6rem;background-color:#f5f5f5;font-size:var(--font-size18); font-weight: 500; cursor:pointer;border-radius: 0.1rem 0.1rem 0 0; }
.RighInfo003134 .tab .h1_tab span.on{background-color:var(--hover-color);color:#fff; }

.RighInfo003134 .prod-intro .name{border-bottom: 1px solid #efefef;font-size:var(--font-size28); color: var(--black); font-weight: 500; line-height: 1.5;position: relative; margin-bottom: 0.3rem;}
.RighInfo003134 .prod-intro .name:after {content: '';width: 0.58rem;height: 0.03rem;background: var(--hover-color);display: block;margin-top: 0.16rem;}
.RighInfo003134 .prod-intro .singlePage{line-height: 2; margin: 0.32rem 0 0.8rem 0; color: #333; font-size: var(--font-size16);}
.RighInfo003134 .prod-intro .singlePage p{ margin: 0.1rem 0;}
.RighInfo003134 .prod-intro .singlePage h4{ text-align: center;font-size: var(--font-size24); line-height: 1.2; margin: 0; margin-bottom: 0.15rem;}

.RighInfo003134 .table_1 th {font-weight: normal;}
.RighInfo003134 .table_1 th,
.RighInfo003134 .table_1 td{ text-align:left; border:1px solid #eee; border-collapse:collapse; line-height:1.7; padding:0.12rem 0.15rem;font-size:var(--font-size16);}
.RighInfo003134 .table_1 .th_1{ background:var(--hover-color);color: #fff}
.RighInfo003134 .table_1 tr:nth-child(2n+1){ background: #f8f8f8;}
.RighInfo003134 .table_1 tr th{ background:var(--hover-color);color: #fff;font-size:var(--font-size18);}


.TextList001398{ background: #f7f9fb; padding: 0.3rem;border-radius: var(--radius);}
.TextList001398 li{padding: 0.15rem 0.18rem;line-height: 0.32rem; background: var(--white);  border: 1px solid #eee; border-radius: var(--radius);  position:relative; margin-top: 0.16rem;}
.TextList001398 li a{display:block; padding: 0 0.7rem 0 0rem; font-size: var(--font-size20); color: #333;}
.TextList001398 li a:hover{color: var(--hover-color);}
.TextList001398 li .btn{width: 0.72rem; height: 0.62rem; position: absolute; top: 0; right: 0; background: url(../images/icon_pdf.svg) 50% 50% no-repeat;background-size: 0.35rem auto;}
.TextList001398_zip li .btn{background-image: url(../images/zip.svg);}

@media (min-width:1025px) {
.RighInfo003134 .img-side{ display: flex; justify-content: space-between;align-items: center;}
.RighInfo003134 .img-side .img-group{width: 54%;}
.RighInfo003134 .img-side .txt{width: 46%;}
	
	
.RighInfo003134 .img-group{border-right: solid 1px #f2f2f2;}
.RighInfo003134 .img-side .img-group{padding:0.42rem;}
.RighInfo003134 .img-side .txt{padding:0.3rem 0.6rem;} 


}
@media (max-width:1024px) {
.RighInfo003134 .img-side{ padding: 0.2rem;}
.RighInfo003134 .img-group{ padding-bottom: 0.3rem;}
.RighInfo003134 .img-side .btn a{padding: 0;}
.RighInfo003134 .img-side .txt{ background: #fff;}
.RighInfo003134 .img-side .btn{margin-top:0.3rem;}
.RighInfo003134 .img-side .tit{font-size: var(--font-size30);}
.RighInfo003134 .prod-intro .name{font-size: var(--font-size26);}
.RighInfo003134 .prod-intro .singlePage{margin: 0.24rem 0 0.4rem 0;}
}

.RecPro{}
.RecPro .slick-track{ display: flex;}
.RecPro .slider{margin: 0 -0.1rem;}
.RecPro .slider li{margin: 0 0.1rem; }
.RecPro li{ transition: all .5s;overflow: hidden;  border-radius: var(--radius); border: 1px solid #eee;}
.RecPro li a{display: block;position: relative;}
.RecPro li .pic{}
.RecPro li .pic .imgbox{padding-top:68.7%;transition: 0.3s; }
.RecPro li a:hover .imgbox img{transform: scale(1.1);}
.RecPro li .txt{padding:0.2rem 0.12rem; text-align: center;}
.RecPro li .txt .tit{font-size:var(--font-size18);color:var(--black);line-height: 1.2; font-weight: 500; }
.RecPro li .txt .desc{font-size:var(--font-size16);color:var(--grey);line-height: 1.8; }
.RecPro li a:hover .txt .tit{color:var(--hover-color);}

.RecPro .slick-arrow{width: 0.5rem; height: 0.5rem;  border-radius: 0.5rem; z-index: 22;border:1px solid var(--hover-color); background: var(--white);  position: static;top: 50%; padding: 0;right: 0;text-indent: -9999em;transition: 0.5s; transform: translate(0, -50%);position: absolute;}
.RecPro .slick-arrow:before{position: absolute; content: ''; width: 20%; height: 20%;border-left: 2px solid var(--hover-color);border-top: 2px solid var(--hover-color); transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); left: 40%; top: 40%;}
.RecPro .slick-next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.RecPro .slick-arrow:hover {background-color: var(--hover-color);border-color: var(--hover-color);}
.RecPro .slick-arrow:hover:before{ border-color: #fff;}
.RecPro .slick-prev{left:0.1rem;}
.RecPro .slick-next{right:0.1rem;}

@media(min-width:1025px){
.RecPro .slick-prev{left:-0.6rem;}
.RecPro .slick-next{right:-0.6rem;}
}


.RecAppli{}
.RecAppli .slick-track{ display: flex;}
.RecAppli .slider{margin: 0 -0.1rem;}
.RecAppli .slider li{margin: 0 0.1rem; }
.RecAppli li{ border-bottom: 1px solid #eee; padding-bottom: 0.25rem; position: relative; z-index: 2; }
.RecAppli li:after {content: "";position: absolute; width: 0; height: 1px; background: #eee;left: 0;bottom: 0;transition: all .5s;}
.RecAppli li a{display: block;position: relative;}
.RecAppli li .pic{overflow: hidden; margin-bottom: 0.2rem; border-radius: var(--radius);}
.RecAppli li .pic .imgbox{padding-top:65.063%;transition: 0.3s; }
.RecAppli li a:hover .imgbox img{transform: scale(1.1);}
.RecAppli li .txt{overflow: hidden; text-align: center;}
.RecAppli li .txt .tit{font-size:var(--font-size16);color:var(--black);line-height: 1.2; font-weight: 500; }
.RecAppli li a:hover .txt .tit{color:var(--hover-color);}

.RecAppli .slick-arrow{width: 0.5rem; height: 0.5rem;  border-radius: 0.5rem; z-index: 22;border:1px solid var(--hover-color); background: var(--white);  position: static;top: 50%; padding: 0;right: 0;text-indent: -9999em;transition: 0.5s; transform: translate(0, -50%);position: absolute;}
.RecAppli .slick-arrow:before{position: absolute; content: ''; width: 20%; height: 20%;border-left: 2px solid var(--hover-color);border-top: 2px solid var(--hover-color); transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); left: 40%; top: 40%;}
.RecAppli .slick-next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.RecAppli .slick-arrow:hover {background-color: var(--hover-color);border-color: var(--hover-color);}
.RecAppli .slick-arrow:hover:before{ border-color: #fff;}
.RecAppli .slick-prev{left:0.1rem;}
.RecAppli .slick-next{right:0.1rem;}

@media(min-width:1025px){
.RecAppli .slick-prev{left:-0.6rem;}
.RecAppli .slick-next{right:-0.6rem;}
}


.RecHonor{}
.RecHonor .slick-track{ display: flex;}
.RecHonor .slider{margin: 0 -0.1rem;}
.RecHonor .slider li{margin: 0 0.1rem; }
.RecHonor li .tit{text-align: center;margin:0.16rem 0 0rem 0;font-size: var(--font-size18); line-height: 1.6;}
.RecHonor li .img{background: url(../images/honor-bg.jpg) no-repeat bottom center;background-size: 100% 100%;height:3.6rem;box-sizing: border-box;padding:0.3rem 0;border-radius: var(--radius);transition: all .5s;}
.RecHonor li .img .imgbox{padding-top:3rem;}
.RecHonor li .img .imgbox img{padding:0.12rem;background: url(../images/honor-kuang.png) no-repeat center center;background-size: 100% 100%;object-fit: contain;max-width:80% !important;max-height:3.2rem;width:80%;margin:0 auto;height:auto;position: relative;z-index:9;}
.RecHonor li .img .imgbox .box{position: relative;text-align: center;width:100%;}
.RecHonor li .img:hover .img span{transform: scale(1.05);}


.RecHonor .slick-arrow{width: 0.5rem; height: 0.5rem;  border-radius: 0.5rem; z-index: 22;border:1px solid var(--hover-color); background: var(--white);  position: static;top: 50%; padding: 0;right: 0;text-indent: -9999em;transition: 0.5s; transform: translate(0, -50%);position: absolute;}
.RecHonor .slick-arrow:before{position: absolute; content: ''; width: 20%; height: 20%;border-left: 2px solid var(--hover-color);border-top: 2px solid var(--hover-color); transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); left: 40%; top: 40%;}
.RecHonor .slick-next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.RecHonor .slick-arrow:hover {background-color: var(--hover-color);border-color: var(--hover-color);}
.RecHonor .slick-arrow:hover:before{ border-color: #fff;}
.RecHonor .slick-prev{left:0.1rem;}
.RecHonor .slick-next{right:0.1rem;}

@media(min-width:1025px){
.RecHonor .slick-prev{left:-0.6rem;}
.RecHonor .slick-next{right:-0.6rem;}
}



.Solution{padding:var(--padMar80) 0; background-color: #f8f9fa;}
.Solution .intro{  }
.Solution .intro .catetit{ font-size: var(--font-size40); color: var(--grey); font-weight: 500; line-height:1.6;margin-bottom: 0.26rem;}
.Solution .intro .info{ font-size: var(--font-size18); color: var(--grey2);  line-height:2;}
.Solution .img img{width: 100%; border-radius: var(--radius);}
@media (min-width:1025px) {
.Solution .intro{ display: flex;justify-content: space-between; align-items: center; }
.Solution .left{width: 45%;} 
.Solution .right {width: 48%;}
}
@media(max-width:1024px){
.Solution .intro .catetit{font-size: var(--font-size32);}
.Solution .left{ margin-bottom: 0.3rem;}
}





.SoluCate{padding:var(--padMar100) 0;}
.SoluCate ul{ display: flex; flex-wrap: wrap;}
.SoluCate li { float: left; margin-bottom: 2% ; margin-right:2%; border-bottom: 1px solid #eee; padding-bottom: 0.25rem; position: relative; z-index: 2;   }
.SoluCate li:after {content: "";position: absolute; width: 0; height: 1px; background: #eee;left: 0;bottom: 0;transition: all .5s;}
.SoluCate li:hover:after{background: var(--hover-color);width: 100%;height: 2px;}
.SoluCate li .pic{overflow: hidden; margin-bottom: 0.2rem; border-radius: var(--radius);}
.SoluCate li .pic .imgbox{padding-top:65.063%;transition: 0.3s; }
.SoluCate li a:hover .imgbox img{transform: scale(1.1);}
.SoluCate li .txt{  overflow: hidden; text-align: center;}
.SoluCate li .txt .tit{font-size:var(--font-size18);color:var(--grey); line-height: 1.4; }
.SoluCate li a:hover .txt .tit{color:var(--hover-color);}
@media (min-width:1025px) {
.SoluCate li{width: 32%;}
.SoluCate li:nth-child(3n){margin-right: 0;}
}
@media(max-width:1024px){
.SoluCate li{width: 48.5%;}
.SoluCate li:nth-child(2n){margin-right: 0;}
}

@media(max-width:640px){
.SoluCate li{width: 100%;margin-right: 0;}
}


.SoluInfo{padding:var(--padMar100) 0; position: relative;z-index: 2;overflow: hidden;background: url(../images/SoluInfo-bg.jpg) no-repeat top center;background-size: cover;}
.SoluInfo .title{font-size: var(--font-size32);color: var(--grey); font-weight: 500; line-height:1.2; margin-bottom: 0.24rem;}
.SoluInfo .edit_info {font-size: var(--font-size16);color: var(--grey2); line-height:1.875;}
.SoluInfo .edit_info p{ margin: 0.1rem 0;}
.SoluInfo .pic img{width: 100%; border-radius: var(--radius);}
@media (min-width:1025px) {
.SoluInfo .intro{ display: flex;justify-content: space-between; }
.SoluInfo .left{width: 47%;} 
.SoluInfo .right {width: 48%;}
}
@media(max-width:1024px){
.SoluInfo .left{ margin-bottom: 0.3rem;}
.SoluInfo .title{font-size: var(--font-size30);}
}


.Solulist{padding:var(--padMar100) 0; position: relative; overflow: hidden; background: #f7f9fb; /* background-image: linear-gradient(-180deg, #fbfdfd 0%, #f2f6f8 100%); */ }
.Solulist .tab-nav ul{display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 0.4rem;}
.Solulist .tab-nav li{margin-right: .2rem; margin-bottom: 0.05rem; display: flex;justify-content: center;align-items: center;padding: 0.12rem 0.4rem; border: 1px solid var(--hover-color);border-radius: .5rem;cursor: pointer;font-size: var(--font-size18);color: var(--grey);cursor: pointer;}
.Solulist .tab-nav li:last-child{margin-right: 0;}
.Solulist .tab-nav li.on{background-color: var(--hover-color);border-color: var(--hover-color);color: var(--white)}

.Solulist .tablist{ background: #fff; padding: 0.4rem;border-radius: var(--radius);}
.Solulist .tit{font-size: var(--font-size32);color: var(--grey); font-weight: 500; line-height:1.2; margin-bottom: 0.24rem;}
.Solulist .edit_info {font-size: var(--font-size16);color: var(--grey2); line-height:1.875;}
.Solulist .edit_info p{ margin: 0.1rem 0;}
.Solulist .Homemore{ margin-top: 0.32rem;}

@media (min-width:1025px) {
.Solulist .box{ display: flex;justify-content: space-between; }
.Solulist .left{width: 50%;} 
.Solulist .right {width: 45%;}
}
@media(max-width:1024px){
.Solulist .left{ margin-bottom: 0.3rem;}
.Solulist .tab-nav li{margin-right: .1rem;padding: 0.1rem 0.2rem;}
.Solulist .tablist{padding: 0.24rem;}

}


.Cooperate{padding:var(--padMar100) 0;}
.Cooperate .btn{ margin-top: 0.4rem;}
.Cooperate li { background: #fff; overflow: hidden;border-bottom: 1px solid #eee; padding-bottom:0.24rem; margin-bottom: 0.24rem;  }
.Cooperate li .pic{ overflow: hidden;}
.Cooperate li .pic .imgbox{padding-top:60.23%;transition: 0.3s; border-radius: var(--radius);}
.Cooperate li a:hover .imgbox img{transform: scale(1.1);}
.Cooperate li .txt{  overflow: hidden; }
.Cooperate li .txt .tit{font-size:var(--font-size22);color:var(--grey);margin-bottom:0.15rem; line-height: 1.4;}
.Cooperate li .txt .desc{font-size:var(--font-size16);line-height:1.8;color:var(--grey3);  }
.Cooperate li:hover{ border-color:var(--hover-color) ;}
.Cooperate li a:hover .txt .tit{color:var(--hover-color);}

@media (min-width:1025px) {
.Cooperate ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.Cooperate li{ width: 48.5%;}
.Cooperate li a{display: flex; justify-content: space-between; align-items: center;}
.Cooperate .pic{width: 30%;}
.Cooperate .txt{width: 66%;}
}

@media(max-width:1024px){
	
}


.FAQ{padding: var(--padMar100) 0; background: #f4f6f9;}
.FAQ li { background: var(--white); overflow: hidden;  padding: 0.2rem; border-radius: var(--radius); margin-bottom: 0.24rem; transition: 0.3s; position: relative; z-index: 2;}
.FAQ li .date{color: var(--grey3);flex: 0 0 auto;font-size:var(--font-size16);}
.FAQ li .date span{ font-size:var(--font-size32);color:var(--hover-color); line-height: 1; font-weight: 500; margin-bottom: 0.05rem;}
.FAQ li .txt{ flex: 1 1 auto;  overflow: hidden;position: relative;}
.FAQ li .txt .tit{font-size:var(--font-size22);color:var(--grey);margin-bottom:0.12rem; line-height: 1.2;display: flex; align-items: center;}
.FAQ li .txt .t{ display: flex; justify-content: center; align-items: center;width:0.32rem; height: 0.32rem; background:var(--hover-color);color:#fff;border-radius:0.05rem;font-size:var(--font-size16);margin-right: 0.15rem; flex-shrink: 0;}
.FAQ li .txt .text .t{background: #ccc;}
.FAQ li .txt .text {display: flex; align-items: flex-start;}
.FAQ li .txt .desc{font-size:var(--font-size16);line-height:1.75;color:var(--grey3);  }
.FAQ li:hover .tit{ color: var(--hover-color);}

@media (min-width:1025px) {
.FAQ li a{display: flex; justify-content: space-between; align-items: center;}
.FAQ li .info{width: 100%; display: flex; justify-content: space-between;align-items: center;}
.FAQ ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.FAQ li{ width: 48.5%;}
}

@media (max-width:1024px) {
.FAQ li .txt{padding-left: 0rem;}
.FAQ li .txt::before{ display: none;}
.FAQ li .date{ margin-bottom: 0.1rem;}
.FAQ li .date span{ font-size:var(--font-size32); margin-bottom: 0; margin-right: 0.1rem;}
.FAQ li .more{ margin-top: 0.2rem;}
}







.Solu_detail{padding:var(--padMar100) 0;}
.Solu_detail .Solu_info .title { text-align: center; padding-bottom: 0.2rem; border-bottom: 1px solid #eee; margin-bottom: 0.3rem; }
.Solu_detail .Solu_info .title h1 { margin: 0;  font-size: var(--font-size32); font-weight: 500;  color: var(--black); }
.Solu_detail .Solu_info img {margin: 1% auto; /* margin: 2% auto; max-width: 50%; */ text-align: center }
.Solu_detail .info { line-height: 2; color: #333; font-size: var(--font-size16); }
.Solu_detail .info p{margin:0.1rem 0;}
.Solu_detail .info h2{ font-size: var(--font-size20); margin: 0; line-height: 1.5; margin-bottom: 0.12rem;}
@media(max-width:1024px) {
.Solu_detail .news_info .title h1 { font-size: var(--font-size28); }
.Solu_detail .info img{width: 100% !important; height: 100% !important;}
}

.AboutInfo{padding:var(--padMar100) 0; position: relative; overflow: hidden; }
.AboutInfo .edit_info {font-size: var(--font-size16);color: var(--grey2); line-height:2;}
.AboutInfo .edit_info p{ margin: 0.1rem 0;}
.AboutInfo .pic{ position: relative; }
.AboutInfo .pic img{width: 100%; border-radius: var(--radius);}

.AboutInfo .number{ padding-top: var(--padMar80);}
.AboutInfo .number ul {display: flex;flex-wrap: wrap;justify-content: center;justify-content: space-between;overflow: hidden;}
.AboutInfo .number li{float: left;width: 18%; margin: 0 1%;position: relative; display: flex;align-items: center; text-align: center; }
.AboutInfo .number li .icon{width: 0.8rem;height: 0.8rem;border-radius: 50%;background:rgba(var(--rgb-hover),0.05);display: flex;justify-content: center;align-items: center;margin-right: 0.24rem;}
.AboutInfo .number li .icon img{max-width: 0.42rem;}
.AboutInfo .number li .Con{flex: 1;}
.AboutInfo .number li aside{display: inline-block;position: relative;line-height: 1;}
.AboutInfo .number li aside b{font-size: var(--font-size56);color: var(--black);display: block;  font-weight: 500; }
.AboutInfo .number li aside sub{position: absolute;left: 100%;word-break: keep-all;bottom: 20%;font-size: var(--font-size20);margin-left: 0.1rem;color: var(--grey2); }
.AboutInfo .number li aside sup{position: absolute;left: 100%;word-break: keep-all;top: 10%;font-size: var(--font-size20);margin-left: 0.1rem;color: var(--grey2);}
.AboutInfo .number li p{font-size: var(--font-size18);color: var(--grey2); margin: 0;line-height: 1.5;margin-top:0.12rem; }


@media (min-width:1025px) {
.AboutInfo .intro{ display: flex;justify-content: space-between; align-items: center;}
.AboutInfo .info{width: 48%;} 
.AboutInfo .pic {width: 47%;}
}
@media(max-width:1024px){
.AboutInfo .info{ margin-bottom: 0.3rem;}
.AboutInfo .pic img{border-radius: var(--radius);}
.AboutInfo .number li{width: 48%;margin: 0 0%;  margin-bottom: 0.24rem;text-align: left;}
.AboutInfo .number li .icon{width: 0.7rem;height: 0.7rem;margin-right: 0.12rem;}
.AboutInfo .number li .icon img{max-width: 0.32rem;}
.AboutInfo .number li aside b{font-size: var(--font-size36);}
.AboutInfo .number li aside sub,
.AboutInfo .number li aside sup{font-size: var(--font-size18);}
.AboutInfo .number li p{font-size: var(--font-size16);margin-top: 0.05rem;}
}


/*Floor003236 */
.Floor003236{background: url(../images/Floor003236-bg.jpg) no-repeat center bottom;background-size: cover; overflow: hidden;padding: var(--padMar120) 0;}
.Floor003236 .splide__arrow{width: 0.5rem; height: 0.5rem; background-color: var(--hover-color); opacity: 1; background-position: center center;background-repeat: no-repeat; background-size: auto 0.18rem;}
.Floor003236 .splide__arrow svg{opacity: 0;}
.Floor003236 .splide__arrow--prev{ left: 0;}
.Floor003236 .splide__arrow--next{right: 0;}
.Floor003236 .splide__arrow:disabled{cursor: default;background-color: #f8f9fa; opacity: 1;}

.Floor003236 .splide:before{position: absolute; content: ''; height: 1px;width: 100vw; left: 50%;margin-left: -50vw;background-color: #d8e1eb; top: 50%;}
.Floor003236 .splide__list{height: auto;}
.Floor003236 .splide__slider{position: relative;z-index: 4;}
.Floor003236 .splide__slide{display: flex;flex-direction: column;position: relative;}
.Floor003236 .splide__slide:after{position: absolute; content: ''; height: 1px;top: 50%;width: 0;transform: translateX(-50%);background-color: var(--hover-color); left: 50%; transition: 0.3s 0.3s;z-index: 3;}
.Floor003236 .splide__slide.is-active:after{width: 100%;}

.Floor003236 .splide__slide:before{position: absolute; content: ''; width:100%; height:0;border-radius: var(--radius); left:0;z-index: 1; transition: 0.5s; top: 0;background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0) 100%);}
.Floor003236 .splide__slide.is-active:before{height: 100%;}

.Floor003236 .opacity:before,
.Floor003236 .opacity:after{position: absolute; content: '';width: 2.78rem; height: 100%; top: 0;}
.Floor003236 .opacity:before{left: 0;}
.Floor003236 .opacity:after{right:0}

.Floor003236 .splide__slide > div{height: 2.2rem;position: relative; z-index: 5;}
.Floor003236 .txt{padding: 0.3rem 0.32rem 0 0.32rem;}
.Floor003236 .txt pre{line-height: 1.8; font-size: var(--font-size16);color: var(--grey2);text-align: center;}
.Floor003236 .year{text-align: center;   padding: 0.4rem; }
.Floor003236 .year h3{font-size: var(--font-size36);margin: 0; transition: 0.3s;}
.Floor003236 .splide__slide.is-active .year h3{font-size: var(--font-size50);color: var(--hover-color); }
.Floor003236 .icon-dot{position: absolute; width: 0.2rem; height: 0.2rem;background-color: var(--white);border-radius: 50%; left: 50%;margin-left: -0.1rem; transition: 0.3s;top: -0.1rem;}
.Floor003236 .icon-dot::before,
.Floor003236 .icon-dot:after{position: absolute; content: '';left: 50%; transition: 0.3s;}
.Floor003236 .icon-dot::before{width: 1px; height: 0.4rem; background-color: #d8e1eb; margin-left: -0.5px; top: -0.46rem;}
.Floor003236 .icon-dot:after{border-radius: 50%; width: 0.09rem; height: 0.09rem; top: 50%;margin: -0.045rem 0 0 -0.045rem; background-color: var(--hover-color);}
.Floor003236 .splide__slide.is-active .icon-dot{background-color: rgba(var(--rgb-hover), 0.3); width: 0.25rem; height: 0.25rem; margin-left: -0.125rem;top: -0.125rem;}
.Floor003236 .splide__slide.is-active .icon-dot:before{background-color: var(--hover-color); height: 0.75rem;top: -0.64rem;}
.Floor003236 .splide__arrow{background-color: var(--white); transition: 0.3s;}
.Floor003236 .splide__arrow:before{position: absolute; content: ''; width: 20%; height: 20%;border-left: 2px solid var(--hover-color);border-top: 2px solid var(--hover-color); transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); left: 40%; top: 40%;}
.Floor003236 .splide__arrow:hover{opacity: 1; background-color: var(--hover-color);}
.Floor003236 .splide__arrow--next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}

.Floor003236 .splide__arrow:hover:before{ border-color: #fff;}
@media (min-width:641px) {
.Floor003236 .splide__slide:nth-child(2n):before{top:auto; bottom: 0;background: linear-gradient(to bottom,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 100%);}
.Floor003236 .splide__slide:nth-child(2n){flex-direction: column-reverse; }
.Floor003236 .splide__slide:nth-child(2n) .year{display: flex;align-items:flex-end; justify-content: center;}
.Floor003236 .splide__slide:nth-child(2n) .txt{padding-top: 1.02rem;}
.Floor003236 .splide__slide:nth-child(2n) .icon-dot{bottom: -0.1rem; top: auto;}
.Floor003236 .splide__slide:nth-child(2n) .icon-dot:before{top: 0.44rem;}
.Floor003236 .splide__slide:nth-child(2n).is-active .icon-dot{bottom: -0.125rem; top:  auto;}
.Floor003236 .splide__slide:nth-child(2n).is-active .icon-dot:before{top: 0.125rem;}
}
@media (min-width:1025px) {
.Floor003236 .splide__slide.is-visible .year h3,
.Floor003236 .splide__slide.is-visible pre{ background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%,  rgba(0, 0, 0, 0.3) 100%);-webkit-background-clip: text; color: transparent;}
.Floor003236 .splide__slide.is-visible ~ .splide__slide.is-visible .year h3{color: #333;}
.Floor003236 .splide__slide.is-visible ~ .splide__slide.is-visible pre{color: #666;}
.Floor003236 .splide__slide.is-next ~ .splide__slide.is-visible .year h3,
.Floor003236 .splide__slide.is-next ~ .splide__slide.is-visible pre{ background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);-webkit-background-clip: text; color: transparent;}  
}

@media (max-width:1024px) {
.Floor003236 .splide__slide:before{width: auto; left: 0.1rem; right: 0.1rem;}
.Floor003236 .splide__slide.is-active:after{width: calc(100% - 0.2rem);}
.Floor003236 .index-name{font-size: var(--font-size32); }
.Floor003236 .txt{padding: 0.2rem;}
.Floor003236 .txt pre{font-size: var(--font-size12);}
.Floor003236 .year{padding: 0.2rem;}
.Floor003236 .year h3{font-size: var(--font-size26);}
.Floor003236 .splide__slide.is-active .year h3{font-size: var(--font-size32);}
.Floor003236 .splide__slide > div{height: 1.6rem;}
.Floor003236 .splide__slide:nth-child(2n) .txt{padding-top: 0.3rem;}
.Floor003236 .icon-dot::before{height: 0.1rem;}
.Floor003236 .icon-dot::before{top: -0.1rem;}
.Floor003236 .splide__slide.is-active .icon-dot:before{height: 0.2rem;}
}
@media (max-width:640px) {
.Floor003236{--lr:14vw}
.Floor003236 .splide__slide:before{left: var(--lr); right: var(--lr);}
.Floor003236 .txt{padding-left: calc(var(--lr) + 0.2rem);padding-right: calc(var(--lr) + 0.2rem);}
.Floor003236 .splide__slide.is-active .icon-dot:before{top: -0.1rem;}
.Floor003236 .txt pre{font-size: var(--font-size14);}
}


.Honor{padding:var(--padMar100) 0;  background-size: cover;}
.Honor .item .tit{text-align: center;margin:0.18rem 0 0.1rem 0;font-size: var(--font-size18); line-height: 1.6;}
.Honor .item .img{background: url(../images/honor-bg.jpg) no-repeat bottom center;background-size: 100% 100%;height:3.9rem;box-sizing: border-box;padding:0.35rem 0;border-radius: var(--radius);transition: all .5s;}
.Honor .item .img .imgbox{padding-top:3.2rem;}
.Honor .item .img .imgbox img{padding:0.12rem;background: url(../images/honor-kuang.png) no-repeat center center;background-size: 100% 100%;object-fit: contain;max-width:80% !important;max-height:3.2rem;width:80%;margin:0 auto;height:auto;position: relative;z-index:9;}
.Honor .item .img .imgbox .box{position: relative;text-align: center;width:100%;}
.Honor .item .img:hover .img span{transform: scale(1.05);}

.Honor .controls{display: flex;align-items: center; margin-top: 0.4rem; }
.Honor .controls .pages{flex: 1;height:.04rem;background-color: rgba(var(--rgb-black), 0.1);border-radius: .02rem; position: relative;}
.Honor .controls .pages span{height:.04rem;top:0;background-color: var(--hover-color);border-radius:.04rem;}
.Honor .controls .arrows{display: flex;align-items: center;justify-content: flex-end;width:1.5rem;}
.Honor .controls .arrows a{display: block;width: 0.5rem; height: 0.5rem;border-radius: 50%;border: solid 1px var(--hover-color); cursor: pointer; transition: 0.3s; background-color: var(--white); position: relative;  }
.Honor .controls .arrows a:before{position: absolute; content: ''; width: 20%; height: 20%;border-left: 2px solid var(--hover-color);border-top: 2px solid var(--hover-color); transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); left: 40%; top: 40%;}
.Honor .controls .arrows a + a{margin-left: 0.2rem;}
.Honor .controls .arrows a.prev{left: auto; }
.Honor .controls .arrows a.next{right: auto;}
.Honor .controls .arrows a.next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.Honor .controls .arrows a:hover{background-color: var(--hover-color); border-color: var(--hover-color);}
.Honor .controls .arrows a:hover:before{ border-color: var(--white);}





.Factory{padding:var(--padMar100) 0; overflow: hidden; /* background-image: linear-gradient(to bottom,#f2f2f2,#fff); */  }
.Factory .slick-slider{margin:0 -0.1rem; }
.Factory .slick-list{overflow: inherit}
.Factory .slick-slide {padding: 0.1rem;position: relative;}
.Factory li .pic{position: relative;z-index: 5;overflow: hidden;}
.Factory li .open-video{position: absolute;left: 50%;top: 50%; cursor: pointer; z-index: 10;transform: translate(-50%,-50%);bottom: auto;}
.Factory li .open-video i{display: block;width: 0.6rem; height: 0.6rem; border-radius: 50%; background: url(../images/play.png) no-repeat center center; background-size: 0.18rem auto; position: relative; z-index: 4; background-color: var(--hover-color);}
.Factory li .pic video{position: absolute;left: 0; top: 0;  z-index: 20;background: #000;}
.Factory li .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 30;width: 0.3rem;height: 0.3rem;border-radius: 50%;background-color: var(--hover-color);cursor: pointer;}
.Factory li .video_files .close::before,
.Factory li .video_files .close::after{ position:absolute; content:''; width:0.03rem; height:70%; border-radius:0.05rem; background-color:#fff; left:0.13rem; top:0.05rem;}
.Factory li .video_files .close::before{ transform:rotate(45deg);}
.Factory li .video_files .close::after{ transform:rotate(-45deg);}

.Factory li .imgbox {padding-top: 65.716%;transition: 0.3s;border-radius: var(--radius);}
.Factory li .txt{ text-align: center; padding: 0.15rem 0;}
.Factory li .txt .tit{ font-size:var(--font-size18); line-height: 1.8; color: var(--grey); }
.Factory .slick-slide:not(.slick-active) .pic .imgbox{opacity: 0.3}
.Factory .slick-slide:not(.slick-active) .txt .tit{opacity: 0}
.Factory .slick-arrow { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--hover-color); z-index: 2; position: absolute; top: 50%; transform: translateY(-50%);text-indent: -999em;overflow: hidden; margin-top: -0.25rem;}
.Factory .slick-arrow:before { position: absolute; content: ''; width: 20%; height: 20%; border-left: 2px solid #fff; border-top: 2px solid #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); left: 40%; top: 40%; }
.Factory .slick-next:before { transform: rotate(135deg); -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); }
.Factory .slick-prev { left: 0.1rem; }
.Factory .slick-next:before { transform: rotate(135deg); -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); }
.Factory .slick-next { right: 0.1rem; }
.Factory .slick-arrow:hover:before{ border-color: #fff;}

@media(min-width:1025px){
.Factory  .slick-prev{left:-0.3rem;}
.Factory  .slick-next{right:-0.3rem;}
}
@media(max-width:1400px){
.Factory .slick-slider{padding-left: 10%; padding-right: 10%;}
}



.Strength .item{padding: var(--padMar100) 0; background: #f8f9fa;}
.Strength .item:nth-child(2n){background: #fff;}
.Strength .Homemore{margin-top: 0.3rem;}
.Strength .edit_info {font-size: var(--font-size16);color: var(--grey); line-height:2;}
.Strength .edit_info p{ margin: 0.1rem 0;}
.Strength .pic{ position: relative; overflow: hidden;border-radius: var(--radius); }
.Strength .pic img{width: 100%; transition: 0.3s;}
.Strength .pic a:hover img {transform: scale(1.1);}
.Strength .pic{position: relative;z-index: 5;overflow: hidden;}
.Strength .open-video{position: absolute;left: 50%;top: 50%; cursor: pointer; z-index: 8;transform: translate(-50%,-50%);bottom: auto;}
.Strength .open-video i{display: block;width: 0.6rem; height: 0.6rem; border-radius: 50%; background: url(../images/play.png) no-repeat center center; background-size: 0.18rem auto; position: relative; z-index: 4; background-color: var(--hover-color);}
.Strength .right .pic video{position: absolute;left: 0; top: 0;  z-index: 20;background: #000;}

.Strength .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:20;}
.Strength .video_files video{width:100%; height:100%; background-color:#000;}
.Strength .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 30;width: 0.3rem;height: 0.3rem;border-radius: 50%;background-color: var(--hover-color);cursor: pointer;}
.Strength .video_files .close::before,
.Strength .video_files .close::after{ position:absolute; content:''; width:0.03rem; height:70%; border-radius:0.05rem; background-color:#fff; left:0.13rem; top:0.05rem;}
.Strength .video_files .close::before{ transform:rotate(45deg);}
.Strength .video_files .close::after{ transform:rotate(-45deg);}

@media (min-width:1025px) {
.Strength .item .intro{ display: flex;justify-content: space-between; align-items: center;}
.Strength .item:nth-child(2n) .intro{ flex-direction: row-reverse;}
.Strength .info{width: 45%;} 
.Strength .pic {width: 51%;}
}
@media(max-width:1024px){
.Strength .pic{ margin-bottom: 0.24rem;}
}



.StrCate{padding:var(--padMar50) 0; background-color: #f8f9fa;}
.StrCate .intro{ margin: 0 auto;width: 100%;text-align: center; }
.StrCate .intro .catetit{ font-size: var(--font-size40); color: var(--grey); font-weight: 500; line-height:1.2;margin-bottom: 0.24rem;}
.StrCate .intro .info{ font-size: var(--font-size16); color: var(--grey2);  line-height:1.875;}
.StrCate .intro .info p{ margin: 0;}

@media(max-width:1024px){
.StrCate .intro .catetit{font-size:var(--font-size32);}
}



.Strlist{padding:var(--padMar100) 0;}
.Strlist ul{ display: flex; flex-wrap: wrap;}
.Strlist li { float: left; margin-bottom: 2% ; margin-right:2%;  position: relative; z-index: 2;   }
.Strlist li .pic{overflow: hidden; margin-bottom: 0.18rem; border-radius: var(--radius);}
.Strlist li .pic .imgbox{padding-top:66.906%;transition: 0.3s; }
.Strlist li a:hover .imgbox img{transform: scale(1.1);}
.Strlist li .txt{  overflow: hidden; text-align: center;}
.Strlist li .txt .tit{font-size:var(--font-size16);color:var(--grey); line-height: 1.5; }
.Strlist li a:hover .txt .tit{color:var(--hover-color);}
@media (min-width:1025px) {
.Strlist li{width: 23.5%;}
.Strlist li:nth-child(4n){margin-right: 0;}
}
@media(max-width:1024px){
.Strlist li{width: 49%;}
.Strlist li:nth-child(2n){margin-right: 0;}
}




.Control{padding: var(--padMar100) 0;}
.Control .edit_info {font-size: var(--font-size16);color: var(--grey); line-height:2;}
.Control .edit_info p{ margin: 0.1rem 0;}
.Control .pic{ position: relative; }
.Control .pic img{width: 100%; border-radius: var(--radius);}
@media (min-width:1025px) {
.Control .intro{ display: flex;justify-content: space-between; align-items: center;}
.Control .info{width: 47%;} 
.Control .pic {width: 47%;}
}
@media(max-width:1024px){
.Control .info{ margin-bottom: 0.24rem;}
}



.Clientlist{padding: var(--padMar100) 0;}
.Clientlist li { background: #fff; overflow: hidden;border-bottom: 1px solid #eee; padding-bottom:0.24rem; margin-bottom: 0.24rem;  }
.Clientlist li .pic{}
.Clientlist li .pic .imgbox{padding-top:60.23%;transition: 0.3s; border-radius: var(--radius);}
.Clientlist li a:hover .imgbox img{transform: scale(1.1);}
.Clientlist li .txt{  overflow: hidden; }
.Clientlist li .txt .tit{font-size:var(--font-size24);color:var(--grey);margin-bottom:0.15rem; line-height: 1.4;}
.Clientlist li .txt .desc{font-size:var(--font-size16);line-height:1.8;color:var(--grey3);  }
.Clientlist li:hover{ border-color:var(--hover-color) ;}
.Clientlist li a:hover .txt .tit{color:var(--hover-color);}

@media (min-width:1025px) {
.Clientlist li a{display: flex; justify-content: space-between; align-items: center;}
.Clientlist .pic{width: 22%;}
.Clientlist .txt{width: 74%;}
}

@media(max-width:1024px){
.Clientlist li .pic{ margin-bottom: 0.2rem;}
.Clientlist li .n_more{ margin-top: 0.2rem;}
}




.Newlist{padding: var(--padMar100) 0;}
.Newlist li {background: #fff; overflow: hidden;border-bottom: 1px solid #f3f3f3; padding-bottom:0.28rem; margin-bottom: 0.28rem; }
.Newlist li .pic{}
.Newlist li .pic .imgbox{padding-top:62%;transition: 0.3s; border-radius: var(--radius);}
.Newlist li a:hover .imgbox img{transform: scale(1.1);}
.Newlist li time{ display: block; font-size: var(--font-size16);color:var(--grey3);  margin-top: 0.2rem;padding-left: 0.24rem; background: url(../images/icon-time.svg) no-repeat left center; background-size: 0.16rem auto; font-weight: lighter;}
.Newlist li .txt{  overflow: hidden;}
.Newlist li .txt .tit{font-size:var(--font-size22);color:var(--grey);margin-bottom:0.15rem; line-height: 1.4;}
.Newlist li .txt .desc{font-size:var(--font-size16);line-height:1.8;color:var(--grey3);  }
.Newlist li a:hover .txt .tit{color:var(--hover-color);}
@media (min-width:1025px) {
.Newlist li a{display: flex; justify-content: space-between; align-items: center;}
.Newlist .pic{width: 23%;}
.Newlist .txt{width: 74%;}
}

@media(max-width:1024px){
.Newlist li .pic{ margin-bottom: 0.2rem;}
.Newlist li .n_more{ margin-top: 0.2rem;}
}

.Menu003070{padding: var(--padMar50) 0 0 0;}
.Menu003070 .nav ul{display: flex; flex-wrap: wrap; justify-content: center; }
.Menu003070 .nav li{margin-right: .2rem; margin-bottom: 0.05rem; display: flex;justify-content: center;align-items: center; padding: 0.12rem 0.32rem; border: 1px solid var(--hover-color);border-radius: .55rem;cursor: pointer;}
.Menu003070 .nav li a{font-size: var(--font-size18);color: var(--grey);}
.Menu003070 .nav li:last-child{margin-right: 0;}
.Menu003070 .nav li:hover,
.Menu003070 .nav li.on{background-color: var(--hover-color);border-color: var(--hover-color);}
.Menu003070 .nav li:hover a,
.Menu003070 .nav li.on a{color: var(--white)}

@media(max-width:1024px){
.Menu003070 .nav li{padding: 0.1rem 0.16rem;margin-right: .1rem;}
}

.Knowlist{padding:var(--padMar100) 0 ;}
.Knowlist li {background: #fff; overflow: hidden;border-bottom: 1px solid #f3f3f3; padding-bottom: 0.3rem; margin-bottom: 0.3rem; transition: 0.3s; position: relative; z-index: 2;}
.Knowlist li .date{color: var(--grey3);flex: 0 0 auto;}
.Knowlist li .date span{ font-size:var(--font-size42);color:var(--hover-color); font-weight: 500; margin-bottom: 0.05rem;}
.Knowlist li .txt{ flex: 1 1 auto;  overflow: hidden;position: relative;padding-left: 0.5rem;}
.Knowlist li .txt::before{ position:absolute; content:''; width:1px; height:80%; top:10%; background-color:rgba(0, 0, 0, 0.08); left:0;}
.Knowlist li .txt .tit{font-size:var(--font-size22);color:var(--grey);margin-bottom:0.12rem; line-height: 1.2;}
.Knowlist li .txt .desc{font-size:var(--font-size16);line-height:1.875;color:var(--grey3);  }
.Knowlist li .more{width: 0.5rem; height: 0.5rem;border: 0.01rem solid var(--hover-color);  border-radius: 50%; position: relative;transition: 0.3s;display: flex;align-items: center;justify-content: center; }
.Knowlist li .more:before{display: inline-block;content: '';width: 0.1rem;height: 0.1rem;transform: rotate(45deg);border-top: 0.02rem solid var(--hover-color);border-right: 0.02rem solid var(--hover-color);vertical-align: middle;}
.Knowlist li:hover .more{background: var(--hover-color); border-color: var(--white);}
.Knowlist li:hover .more:before{ border-color: var(--white);}
.Knowlist li:hover .tit{ color: var(--hover-color);}
.Knowlist li:hover .more .icon{ background-color: var(--hover-color); border-color: var(--hover-color);}
.Knowlist li:hover .more .icon:before{ background-image:url(../images/more-w.svg) ;}

@media (min-width:1025px) {
.Knowlist li a{display: flex; justify-content: space-between; align-items: center;}
.Knowlist li .info{width: calc(100% - 1.5rem); display: flex; justify-content: space-between;align-items: center;}
.Knowlist li .date{width: 14%;display: flex;flex-wrap: wrap; justify-content: center; flex-direction: column; align-items: center;}
}

@media (max-width:1024px) {
.Knowlist li .txt{padding-left: 0rem;}
.Knowlist li .txt::before{ display: none;}
.Knowlist li .date{ margin-bottom: 0.12rem;}
.Knowlist li .date span{font-size: var(--font-size32); margin-right: 0.03rem;}
.Knowlist li .more{ margin-top: 0.2rem;}
}




.News_detail {padding: var(--padMar100) 0; }
.News_detail .news_info {}
.News_detail .news_info .title { text-align: center; padding-bottom: 0.2rem; border-bottom: 1px solid #eee; margin-bottom: 0.3rem; }
.News_detail .news_info .title h1 { margin: 0; padding-bottom: 0.15rem; font-size: var(--font-size30); font-weight: 500;  color: var(--black); }
.News_detail .news_info .title time {display: inline-block;color: #999; font-weight: lighter; font-size: var(--font-size16);padding-left: 0.3rem;background: url(../images/icon-time.svg) no-repeat left center;background-size: auto 0.18rem;line-height: 1.6}
.News_detail .news_info img {margin: 1% auto; /* margin: 2% auto; max-width: 50%; */ text-align: center }
.News_detail .info { line-height: 2; color: #333; font-size: var(--font-size16); }
.News_detail .info p{margin:0.1rem 0;}
.News_detail .bot { position: relative; margin-top: 0.4rem; padding-top: 0.32rem; border-top: 1px dashed #eee }
.News_detail .info_back { text-align: center; clear: both; position: absolute; right: 0; bottom: 0 }
.News_detail .info_back a { position: relative; color: #fff; display: block; width: 1.7rem; line-height: 0.5rem; border-radius: 0.5rem; background: var(--hover-color); }
.News_detail .info_back a:before{display: inline-block; vertical-align: top;content: '';background-image: url(../images/icon-back.svg);background-size: contain;background-position: center; background-repeat: no-repeat; width: 0.24rem;height: 0.5rem;margin-right: 0.1rem;}
.News_detail .info_back a:hover{ background: var(--hover-color2);}
.News_detail .info_pn span { display: block;  margin: 1% 0; }
.News_detail .info_pn span a { color: #666;  font-weight: lighter;}
.News_detail .info_pn span a:hover { color: var(--hover-color); }


@media (min-width:1025px) {

}

@media(max-width:1024px) {
.News_detail .bot{margin-top: 0.3rem;padding-top: 0.3rem;}
.News_detail .info_back { position: relative; margin-bottom: 1em;}
.News_detail .news_info .title h1 { font-size: var(--font-size28); }
.News_detail .info_back a{ text-align: center; display: table;margin: 0 auto; }
.News_detail .info_pn span {  margin: 2% 0; }
.News_detail .info img{width: 100% !important; height: 100% !important;}
}


/*Page002623 */
.Page002623{padding: var(--padMar60) 0 0% 0 ; text-align: center;font-size: var(--font-size18);}
.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages > span:not(.p_page){display: none;}
.Page002623 .Pages em{float: left;margin: 0 0.2rem; font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{float: left;line-height: 0.5rem; width: 0.5rem; margin: 0 0.05rem; border: 1px solid #ededed; border-radius: 0.6rem;background: #fff;}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color: #fff;background: var(--hover-color); }
.Page002623 .Pages .p_page > a{font-size: 0;height: 0.5rem;position: relative; }
.Page002623 .Pages .p_page > a:before{position: absolute;content: '';border-top: 0.02rem solid #999;border-right: 0.02rem solid #999;left: 50%;top: 50%;width: 0.1rem;height: 0.1rem;transform: rotate(45deg);margin: -0.05rem 0 0 -0.05rem;}
.Page002623 .Pages .p_page > a.a_prev:before{transform: rotate(-135deg);}
.Page002623 .Pages a.a_prev:hover:before{border-color: #fff;}
.Page002623 .Pages a.a_next:hover:before{border-color: #fff;}
@media(max-width:640px){
.Page002623 .Pages em{display: none;}
}



.ContactInfo{padding:  var(--padMar100) 0; }
.ContactInfo .name{font-size: var(--font-size36); line-height: 1.4; color: #333; font-weight: 500; margin: 0;margin-bottom: 0.2rem; }
.ContactInfo .Contact li{display: flex;flex-wrap: wrap;border-bottom: 1px dashed #e6e6e6; padding:0.24rem 0 ;}
.ContactInfo .Contact li .icon{width: 0.42rem;}
.ContactInfo .Contact li .icon img{max-width: 0.26rem;}
.ContactInfo .Contact li .txt{font-size: var(--font-size16);color: var(--grey);  width: calc(100% - 0.42rem);}
.ContactInfo .Contact li .txt .tit{color: var(--grey2); margin-bottom: 0.08rem; }
.ContactInfo .Contact li .txt p{ margin: 0; line-height: 1.5;font-size: var(--font-size20); }
.ContactInfo .Contact li .txt p b{font-size: var(--font-size32);  color: var(--hover-color); font-weight: 500;}
.ContactInfo .pic img{ border-radius: var(--radius);}
@media (min-width:1025px) { 
.ContactInfo .box{display: flex; align-items: center; justify-content: space-between;  }
.ContactInfo .Contact{width:48%;}
.ContactInfo .pic{width:48%;}
}
@media (max-width:1024px) {
.ContactInfo .Contact{ margin-bottom: 0.24rem;}
.ContactInfo .name{font-size: var(--font-size32);}
}


.FormInfo{padding:  var(--padMar100) 0; background: linear-gradient(90deg, rgb(228, 232, 235) -3.43%, rgb(247, 248, 249) 48.77%, rgb(238, 240, 242) 100.97%);}
.FormInfo .form-ul{padding: 0.5rem;background: rgba(255, 255, 255, 0.8);border-radius:var(--radius); }
.FormInfo .form-ul li{margin-bottom: 0.15rem;position: relative;}
.FormInfo .form-ul li .tit{position: absolute; left: 0.2rem; top: 0;font-size: var(--font-size16);  line-height: 0.55rem;color: var(--grey3);display: block; }
.FormInfo .form-ul li select,
.FormInfo .form-ul li .text{width: 100%;border-radius: 0.05rem;border: solid 1px #ededed;font-size: var(--font-size16);line-height: 0.55rem;height: 0.55rem;background: rgba(255, 255, 255, 0.7);color: var(--grey);padding: 0 0.2rem;}
.FormInfo .form-ul li select.focus,
.FormInfo .form-ul li .text.focus{border-color: var(--hover-color); color: var(--grey); box-shadow: 0 0px 0.1rem rgba(0, 0, 0, 0.08);}
.FormInfo .form-ul li textarea.text{height: 1.2rem; line-height: 1.6; padding: 0.1rem;}
.FormInfo .btn{width: 1.6rem;background: var(--hover-color);border-radius: 0.5rem;font-size: var(--font-size16);height:0.55rem;color: #fff;cursor: pointer;border: 0; margin:.2rem auto 0;display: block;}
.FormInfo .btn:hover{ background-color: var(--hover-color2);}
@media (min-width:1025px) { 
.FormInfo .form-ul .row2 li{float: left;width: calc(50% - 0.15rem);}
.FormInfo .form-ul .row2 li:nth-child(2n){float: right;}
.FormInfo .form-ul .row3 li{float: left; width: 32%; margin-right: 2%;}
.FormInfo .form-ul .row3 li:nth-child(3n){ margin-right: 0;}
}
@media (max-width:1024px) {
.FormInfo .form-ul{padding: 0.2rem;}
}



.Consult{position: relative;padding: var(--padMar100) 0;background-size:cover;background-repeat:no-repeat;background-position:top center;}
.Consult .txt{text-align: center;color: #fff;}
.Consult .txt .desc{font-size: var(--font-size18); line-height: 1.8; max-width: 10rem; width: 100%; margin: 0 auto; }
.Consult .txt .Homemore{display: flex;justify-content: center;margin-top: 0.4rem;}

@media (max-width:1024px) {
.Consult .Hometitle{line-height: 1.4;}
.Consult .Hometitle.white .cn{font-size: var(--font-size30);}
}

.SingleInfo{padding:var(--padMar100) 0;}
.SingleInfo .edit_info{line-height:1.875; color: #333333;font-size: var(--font-size16);  }
.SingleInfo .edit_info p{ margin: 0.1rem 0;}

.Sitemap{ padding:var(--padMar100) 0;}
.Sitemap li{ padding: 0.2rem 0; border-bottom: solid 1px #eee}
.Sitemap li span a{display: block;font-size: var(--font-size20); color: var(--black); font-weight: 500; margin-bottom: 0.12rem;}
.Sitemap .sub a{display: inline-block;padding-right:0.2rem;font-size: var(--font-size16);margin-bottom: 0.1rem; color: var(--grey2);  }
.Sitemap .sub a:hover{color: var(--hover-color);}