@import url("../fonts/fonts.css");
*{padding: 0; margin: 0;}
body {font-family: 'plus-jakarta-sans'; font-weight: 200; --hover-color:#005dad; --green:#7bbe42; --white:#fff; --black:#000;--black3:#021424; --grey:#021424; --grey2:#666; --grey3:#999; --grey6:#666; --grey9:#999;--greyc:#ccc; font-size: var(--font-size16);--bg:#f5f5f5;--bg2:#f9f9f9; --rgb-white:255,255,255;--rgb-black:0,0,0; font-size: var(--font-size16);--rgb-hover:7,41,219; --rgb-green:123,190,66;  --radius: .1rem;}

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;}


.Hometitle {margin-bottom: 0.4rem;position: relative;z-index: 1;line-height: 1;}
.Hometitle .en{display: inline-block;font-size: var(--font-size56);color: var(--black);font-weight: 500; position: relative;}
.Hometitle.white .en{ color: #fff;}
.Hometitle.center{ text-align: center;}


.columntitle{margin-bottom: .5rem; text-align: center;}
.columntitle.lf{text-align: left;}
.columntitle span{display:inline-block;font-size:var(--font-size22);background:url(../images/columntitle_logo.png) no-repeat right top;padding-top:0.09rem;padding-right:.2rem;background-size:auto .14rem;color:var(--hover-color2);line-height:1;padding-bottom: .1rem;}
.columntitle .name{font-size: var(--font-size46);color: var(--black);font-weight: normal;line-height:1;}
.columntitle.white .name{color: var(--white);}
.columntitle .sub{font-size: var(--font-size24); color: var(--hover-color); padding: 0; line-height: 1.2;padding-top: .14rem;}
.columntitle .sub2{font-size:var(--font-size18);max-width:49%;margin: 0 auto; line-height: 1.6; padding-top: .2rem; color: var(--black3);}
.columntitle .sub2.lf{text-align: left;}



.Homemore a {position: relative; z-index: 2; padding-right: 0.3rem;display: inline-flex;justify-content: center;align-items: center; }
.Homemore a::before {content: "";position: absolute;top: 0;left: 0;z-index: -1;width: 0.5rem;height: 0.5rem;border-radius: 0.5rem;background: var(--hover-color);transition: all 0.4s;}
.Homemore span { display: inline-block;font-size: var(--font-size18);color: var(--black); }
.Homemore .icon {width: 0.5rem;height: 0.5rem; border-radius: 50%; position: relative; margin-right:0.1rem;overflow: hidden;background: var(--hover-color); transition: 0.3s;display: flex;align-items: center;justify-content: center;}
.Homemore .icon:before { display: inline-block;content: '';width: 0.12rem;height: 0.12rem;transform: rotate(45deg);border-top: 0.02rem solid #fff;border-right: 0.02rem solid #fff;margin-left: -0.05rem; }
.Homemore a:hover span{color: var(--white);}
.Homemore a:hover::before {width: 100%;}
.Homemore.white span{color: var(--white);}
.Homemore.white .icon{background: var(--white);}
.Homemore.white .icon:before { border-color: var(--hover-color);}
.Homemore.white a::before{background: var(--white);}
.Homemore.white a:hover span{color: var(--hover-color);}


@media(max-width: 1024px) {
.Hometitle .en {font-size: var(--font-size32);}
}


/*Top003156 */
.Top003156 {position: fixed;z-index: 100;left: 0;top: 0;width: 100%;background-color: #fff; transition: background-color 0.3s,transform 1s; border-bottom: 0.01rem solid rgba(0, 0, 0, 0.05);}
.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.svg) no-repeat center center; background-size: 0.19rem 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.18rem;}
.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.svg) no-repeat left 0.12rem center; padding:0.05rem 0.32rem 0.05rem 0.4rem; cursor:pointer; position: relative; z-index: 1;  background-size: auto 0.22rem; color: var(--grey); font-size: var(--font-size16);border: 0.01rem #eee solid; border-radius: 0.5rem;}
.Top003156 .top-right .lang .icon:after {position: absolute;width:0.08rem;height: 0.08rem;content: '';transform: rotate(135deg);border-top: 1px solid var(--grey);border-right: 1px solid var(--grey);right: 0.12rem;top: 50%;margin-top: -0.06rem;}
.Top003156 .top-right .lang .lang_box{position: absolute; left: 50%; width: 100px;margin-left: -50px; 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(--hover-color); transform: translateX(-50%); transition: 0.3s; bottom: -1px; width: 0; }
.Top003156 menu li span a:hover, 
.Top003156 menu li.aon span a { color: var(--hover-color); font-weight: 500;}
.Top003156 menu li:hover span:after, 
.Top003156 menu li.aon span:after { width: 100%; }
.Top003156 menu li span a{color: var(--black); }
.Top003156 menu li .sub{display: 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: #021424;}
.Top003156.hover .top-right .lang .icon:after,
.Top003156.fixed .top-right .lang .icon:after{ border-color: #021424;}
.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 1.68rem 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(46 / 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: 0rem;}
.top-search { width: 20em; }
.Top003156 menu li .sub{position: absolute; top: 100%; background-color:  var(--white);border-radius: 0 0 0.05rem 0.05rem;width: 2.6rem;  margin-left: -1.3rem; padding: 0.1rem 0;}
.Top003156 menu li .sub dl{ padding: 0rem;}
.Top003156 menu li .sub dt {line-height: 0.26rem; padding: 0.05rem 0.1rem; text-align: center; position: initial;}
.Top003156 menu li .sub dt a:hover{color:var(--hover-color);}
.Top003156 menu li .sub .hierarchy{ background-color: var(--white);border-radius: 0 0 0.05rem 0.05rem; padding: 0.1rem;}
.Top003156 menu li .sub .hierarchy ol{line-height: 0.26rem; padding: 0.05rem 0; text-align: center;}
}

@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.fixed menu li span:after{ display: none;}
.Top003156 .logo {  height: 0.6rem; }
.Top003156 .logo img { max-height: 0.5rem; }
.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: var(--grey); }
.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.fixed .open-menu i { background-color:#021424; }
.Top003156 menu li .sub {background-color: #f8f9fa;}
.Top003156 menu li .sub dl{ padding: 0.12rem;}
.Top003156 menu li .sub dt{line-height: 0.3rem; padding: 0.05rem 0; text-align: center; }
.Top003156, .Top003156.hover, .Top003156.fixed{position: relative;}
.Top003156 header{display:flex; flex-direction:column;}
.Top003156 .header-right{order:-1; float:none;}
.Top003156 .top-right{position:static; display:flex; justify-content:flex-end; align-items:center;}
}




.Banner003223{position:relative;z-index:1; }
.Banner003223 .swiper-wrapper{height: auto;}
.Banner003223 .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);color:#fff; z-index: 20; }
.Banner003223 .txt :where(.tit,.desc,.Homemore){opacity:0;transform:translateY(2rem);transition:0.5s}
.Banner003223 .txt .tit {font-size: var(--font-size54);line-height: 1.2;   font-weight: 600; margin-bottom: 0.16rem;}
.Banner003223 .txt .desc{font-size: var(--font-size20); line-height: 1.33;}
.Banner003223 .txt .Homemore{margin-top:0.5rem;}

.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,.Homemore){opacity:1;transform:translateY(0)}

@media (min-width:1025px) {
.Banner003223 .wap{display: none;} 
.Banner003223 .text{width: 60%;}

}
@media (max-width:1024px) {
.Banner003223 .pc{display: none;} 
.Banner003223 .txt .desc{display: none;}
.Banner003223 .txt .tit {font-size: var(--font-size30); margin-bottom: 0.1rem;}
}



/*Floor003170 */
.Floor003170{position: relative;z-index: 1;padding:.8rem 0;}
.Floor003170 .right-con{ padding-top: 1vw;color: #021424;}
.homeAbout{padding:25px 0;}
.Floor003170 .right-con .tit1{color:var(--hover-color);font-size:var(--font-size40); font-weight: bold; }
.Floor003170 .right-con .tit2{font-size:.3rem;color: #021424;padding: .15rem 0 .4rem;font-weight: bold; line-height:1.5;}
.Floor003170 .right-con p{line-height:1.4;color:var(--grey); font-size: .18rem;}

.Floor003170 .right-con .h-more{margin-top:0.5rem;}
.Floor003170 .pic::before{border-radius:.1rem;content: "";position: absolute;right: -3%;bottom: -4%;width: 90%;top: 0.7rem;background: var(--hover-color);z-index: -1; opacity:1;}
@media (min-width:1025px) {
.Floor003170 .pic{width: 47%; position: relative;}  
.Floor003170 .pic img{border-radius:.1rem}
.Floor003170 .right-con{width:45%;} 
}
@media (max-width:1024px) {
.Floor003170{padding-bottom: 2vw;}
.Floor003170 .info-num li .icon img{margin-bottom: .2rem;}
.Floor003170 .en-title{font-size: 3em;} 
.Floor003170::before{height: 40%; width: 51%;}
.Floor003170 .right-con pre{margin-bottom: 4em;} 
}
.Floor003170 .number{margin-top:5vw;}
.Floor003170 .info-num li{position: relative;}
.Floor003170 .info-num li:after{content:'';width:1px;height: 100%;border-right:1px dashed #d8d8d8;display: block;position: absolute;right:-2.5vw;top:0;}
.Floor003170 .info-num li:nth-child(4n):after{display: none;}
.Floor003170 .pic video.img-block {
    width: 100%;
    height: auto;
    display: block;
    border-radius: .1rem;
    object-fit: cover;
}
@media(min-width:641px){
.Floor003170 .info-num li{float: left;width: 20.5%;margin-right:6%; border-left:0;padding-left: 0;}
.Floor003170 .info-num li:nth-child(4n){margin-right:0;}
.Floor003170 .pic video.img-block{min-height:400px;}
}
.Floor003170 .info-num li .icon{float:right;}
.Floor003170 .info-num li .icon img{height: 0.4rem}
.Floor003170 .info-num li aside{display: inline-block;position: relative;line-height: 1;}
.Floor003170 .info-num li aside b{font-size: 0.54rem;color:#222;display: block;}
.Floor003170 .info-num li aside sup{position: absolute; left: 100%; word-break: keep-all; bottom: 15%;font-size:.18rem;margin-left:.15rem;color:#021424; width:100%;}
.Floor003170 .info-num li p{font-size: 0.18rem;color: #021424; margin-bottom: 0;margin-top:.15rem;}

@media(min-width:1025px) and (max-width:1200px){
.Floor003170 .info-num li aside b{font-size:.6rem;}
}
@media(min-width:641px) and (max-width:769px){
.Floor003170 .info-num li aside b{font-size:.6rem;}
}
@media(max-width:640px){
.Floor003170 .info-num li{text-align: center;}
.Floor003170 .info-num li:not(:last-child){margin-bottom: 20px;}
}
@media(max-width:480px){
.Floor003170 .info-num li aside b{font-size:.6rem;}
}


.HomePro{ padding: var(--padMar100) 0;position: relative;z-index: 2; overflow: hidden;  background: url(../images/HomePro-bg.jpg) no-repeat top center; background-size: cover;}
.HomePro .Tabtitle{display: flex; justify-content: space-between;align-items: center; margin-bottom: 0.4rem;}
.HomePro .TabNav li {font-size: var(--font-size22); font-weight: 500;text-align: center;cursor: pointer;transition: all 0.5s;color:var(--grey2);border-bottom: solid .02rem transparent;padding-bottom: .1rem;}
.HomePro .TabNav li:not(:last-child) {margin-right: 0.3rem;}
.HomePro .TabNav li:hover,
.HomePro .TabNav li.on {color: var(--hover-color);border-color: var(--hover-color);}
.HomePro .TabNav li:nth-child(n+4){display:none !important;}
.HomePro .list .TabCon:nth-child(n+4){display:none !important;}
.HomePro .list {position: relative;}

.HomePro .list .item{background: #fff; text-align: center;border-radius: var(--radius); overflow: hidden;}
.HomePro .item .imgbox{padding-top: 75.145%;overflow: hidden;  transition: 0.3s;}
.HomePro .item:hover .imgbox img{transform: scale(1.1);}
.HomePro .item .info{ padding: 0.2rem;}
.HomePro .item .tit{font-size: var(--font-size20);color: var(--grey);}
.HomePro .item:hover .tit{ color: var(--hover-color);}


.HomePro .controls{display: flex;align-items: center;justify-content: space-between; margin-top: var(--padMar50); }
.HomePro .controls .pages{display: block;width: calc( 100% - 1.5rem);height:.04rem;background-color: rgba(var(--rgb-black), 0.1);border-radius: .02rem; position: relative;}
.HomePro .controls .pages span{height:.04rem;top:0;background-color: var(--hover-color);border-radius:.04rem;}
.HomePro .controls .arrows{display: flex;align-items: center;justify-content: flex-end;width:1.5rem;}
.HomePro .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;position: relative;  }
.HomePro .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%;}
.HomePro .controls .arrows a + a{margin-left: 0.2rem;}
.HomePro .controls .arrows a.prev{left: auto; }
.HomePro .controls .arrows a.next{right: auto;}
.HomePro .controls .arrows a.next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.HomePro .controls .arrows a:hover{background-color: var(--hover-color); border-color: var(--hover-color);}
.HomePro .controls .arrows a:hover:before{ border-color: #fff;}

@media(max-width:1024px){
.HomePro .slick-arrow{width:0.5rem;height:0.5rem;}
.HomePro .slick-prev{left:0.1rem;}
.HomePro .slick-next{right:0.1rem;}
}




/*Floor003220 */
.Floor003220{padding: var(--padMar100) 0; overflow: hidden;}
.Floor003220 .Homemore{position: absolute;top: 50%;right: 0; transform: translateY(-50%);}
.Floor003220 .Hometit{text-align: center;}
.Floor003220 .swiper{overflow: hidden;}
.Floor003220 .swiper-wrapper{height: auto;}
.Floor003220 .swiper-slide {padding-top: 0.24rem}
.Floor003220 .swiper-slide a{display: block;background-color: #f7f8ff;padding: 0 0.24rem 0.24rem;border-radius:var(--radius);}
.Floor003220 .pic{overflow: hidden;border-radius:var(--radius);position: relative;top: -0.24rem;}
.Floor003220 .pic .imgbox{padding-top: 65.075%;overflow: hidden;  transition: 0.3s;}
.Floor003220 .swiper-slide a:hover .imgbox img{transform: scale(1.1);}
.Floor003220 .swiper-slide .tit{font-size: var(--font-size20);    color: var(--grey);margin-bottom: 0.12rem;  line-height: 1.2; height:calc(1.2em * 2);}
.Floor003220 .swiper-slide .desc{color: var(--grey3); line-height:1.33; margin-bottom:0.2rem;}
.Floor003220 .swiper-slide a:hover .tit{color: var(--hover-color); }

.Floor003220 .swiper-slide time{font-size: var(--font-size16);color: var(--grey2); font-weight: lighter; }
.Floor003220 .swiper-slide .line{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:0.2rem}
.Floor003220 .swiper-slide .line::before,
.Floor003220 .swiper-slide .line::after{display:block;content:''}
.Floor003220 .swiper-slide .line::before{flex-shrink:0;width:0.07rem;height:0.07rem;border-radius:50%;background-color:var(--hover-color)}
.Floor003220 .swiper-slide .line:after{flex:1;height:1px;background-color:rgba(0,32,91,0.08)}


.Floor003220 .controls{display: flex;align-items: center; justify-content: space-between; margin-top: var(--padMar50); }
.Floor003220 .controls .pages{display: block; width: calc(100% - 1.5rem);flex: 1;height:.04rem;background-color: rgba(var(--rgb-black), 0.1);border-radius: .02rem; position: relative;}
.Floor003220 .controls .pages span{height:.04rem;top:0;background-color: var(--hover-color);border-radius:.04rem;}
.Floor003220 .controls .arrows{display: flex;align-items: center;justify-content: flex-end;width:1.5rem;}
.Floor003220 .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;  }
.Floor003220 .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%;}
.Floor003220 .controls .arrows a + a{margin-left: 0.2rem;}
.Floor003220 .controls .arrows a.prev{left: auto; }
.Floor003220 .controls .arrows a.next{right: auto;}
.Floor003220 .controls .arrows a.next:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.Floor003220 .controls .arrows a:hover{background-color: var(--hover-color); border-color: var(--hover-color);}
.Floor003220 .controls .arrows a:hover:before{ border-color: #fff;}
@media (min-width:1025px) {

}
@media (max-width:1024px) {
.Floor003220 .swiperCon{padding: 0  var(--padMar160)}
.Floor003220 .swiperCon:before{width:var(--padMar160);}
.Floor003220 .swiperCon:after{width:var(--padMar160);}
}

/* ===== index.shtml 响应式适配 1280/1024/768/640 ===== */
@media (min-width:1025px) and (max-width:1280px) {
.Banner003223 .txt .tit{font-size: var(--font-size32);}
.Floor003170 .right-con .tit1{font-size: var(--font-size28);}
}
@media (max-width:1024px) {
html, body{overflow-x: hidden;}
.Floor003170 .right-con{padding-top: 0;margin-bottom: 0.4rem;}
.Floor003170 .pic::before{display: none;}
.Floor003170 .info-num li{float: left;width: 48%;margin-right: 4%;margin-bottom: 0.4rem;}
.Floor003170 .info-num li:nth-child(2n){margin-right: 0;}
.Floor003170 .info-num li:nth-child(2n):after{display: none;}
.HomePro .Tabtitle{flex-wrap: wrap;row-gap: 0.2rem;}
}
@media (max-width:768px) {
.Banner003223 .txt .desc{font-size: var(--font-size18);}
.Floor003220 .swiper-slide time{font-size: var(--font-size18);}
.HomePro .TabNav li{font-size: var(--font-size18);}
}
@media (max-width:640px) {
.Floor003170 .info-num li{float: none;width: 100%;margin-right: 0;text-align: center;}
.Floor003170 .info-num li:after{display: none;}
.Floor003170 .info-num li:not(:last-child){margin-bottom: 0.45rem;}
.Floor003170 .info-num li .icon{float: none;}
.Floor003220 .swiper-slide .tit{font-size: var(--font-size22);}
.Floor003220 .swiper-slide .desc{font-size: var(--font-size18);}
.HomePro .Tabtitle{flex-direction: column;align-items: center;}
.HomePro .TabNav li:not(:last-child){margin-right: 0.25rem;}
.HomePro .controls .arrows a{width: 0.4rem;height: 0.4rem;}
}



/*Bottom003207 */
.Bottom003207{background: #232830; background-size: cover; padding-top: var(--padMar60); padding-bottom:0;--white:#fff;--white-rgb:255,255,255;--white-opacity-10:rgba(var(--white-rgb),0.1);--white-opacity-30:rgba(var(--white-rgb),0.3);--white-opacity-50:rgba(var(--white-rgb),0.5);}
.Bottom003207,
.Bottom003207 a:not(:hover){color:var(--white);}

.Bottom003207 .logo{max-width: 6rem;}
.Bottom003207 .logo img{max-height:45px}

.Bottom003207 .f-top{margin-bottom: 0.4rem; border-bottom: 1px solid var(--white-opacity-10); padding-bottom: .3rem;}
.Bottom003207 .f-mid{margin-bottom: 0.4rem;}
.Bottom003207 .f-bottom{padding: 0.3rem 0; font-size: var(--font-size14);}
.Bottom003207 .f-bottom,
.Bottom003207 .f-bottom a:not(:hover){color: var(--white-opacity-30);}

.Bottom003207 .follow-us li{position: relative;z-index: 10}
.Bottom003207 .follow-us li +li{margin-left: 0.2rem;}
.Bottom003207 .follow-us li a{display: flex; border-radius: 50%;background-color: #40464f; width:.5rem; height:.5rem; align-items:center; justify-content: center; transition: 0.3s; cursor: pointer;}
.Bottom003207 .follow-us li a:hover{background-color: var(--hover-color);}
.Bottom003207 .follow-us li a{background-position: center center; background-repeat: no-repeat; background-size:0.25rem 0.25rem; opacity:0.7;transition: 0.3s; content: '';display: block;}
.Bottom003207 .follow-us li a:hover:after{opacity: 1;}
.Bottom003207 .follow-us li.li-wb a:after{background-image: url(../images/icon-facebook.svg);} 
.Bottom003207 .follow-us li.li-douyin a:after{background-image: url(../images/icon-youtube.svg);} 
.Bottom003207 .follow-us li.li-ytb a:after{background-image: url(../images/icon-tw.svg);} 
.Bottom003207 .follow-us li.li-tw a:after{background-image: url(../images/Bottom003207-tw.svg);} 
.Bottom003207 .follow-us li.li-wx a:after{background-image: url(../images/icon-wx.svg);} 
.Bottom003207 .follow-us li.li-qq a:after{background-image: url(../images/icon-tw.svg);} 
.Bottom003207 .follow-us li .hover{position: absolute; left: 50%;bottom: calc(100% + 0.12rem); background-color: var(--white); width: 1.5rem; margin-left: -0.75rem; border-radius: 0.04rem;display: flex;align-items: center; justify-content: center; height: 1.5rem; transform: translateY(-0.3rem); opacity: 0;visibility: hidden; transition: 0.3s;} 
.Bottom003207 .follow-us li.show .hover{ transform: translateY(0); opacity: 1; visibility: visible;}
.Bottom003207 .follow-us li .hover:after{position: absolute; content: ''; top: 100%;left: 50%;border: 9px solid transparent; border-top-color: var(--white); margin-left: -9px;}

.Bottom003207 .contact .name{font-weight: 500; margin-bottom: 0.2rem;}
.Bottom003207 .contact dd{line-height: 1.6;}
.Bottom003207 .contact .flex{display:flex;}
.Bottom003207 .contact dd span{flex-shrink: 0; text-align: left; opacity: 0.8;}
.Bottom003207 .contact dd .tel{font-size: var(--font-size24); font-weight: bold;}
.Bottom003207 .contact dd div{flex: 1;line-height:1.33}
.Bottom003207 .contact dd + dd{margin-top: 0.1rem;}

.Bottom003207 nav dd{font-weight: 100;}
.Bottom003207 nav dt{  position: relative; font-weight: 500;}
.Bottom003207 nav dd{line-height:1.5; padding-bottom: 3px;}
.Bottom003207 nav dd a:not(:hover){color: var(--white-opacity-50);}

.Bottom003207 .Ewm p{margin-bottom: .15rem;font-size: .18rem;}
.Bottom003207 .Ewm img{max-width: 1.3rem;}

.Bottom003207 .icp a{display: flex;}
@media (min-width:1025px) {
.Bottom003207 .f-bottom{border-top: 1px solid var(--white-opacity-10); }
.Bottom003207 .contact{width: calc(430 / 1460 * 100%);}
.Bottom003207 nav{width: calc(850 / 1460 * 100%);}
.Bottom003207 nav dt{margin-bottom:.15rem; font-size: .18rem;}
.Bottom003207 nav dd{display: block!important;}
}
@media (max-width:1024px) {
.Bottom003207 .logo{margin: 0 auto 0.2rem;}   
.Bottom003207 .follow-us{justify-content: center;}
.Bottom003207 .contact{margin-bottom: 0.3rem;}
.Bottom003207 nav{border-top: 1px solid var(--white-opacity-10);}
.Bottom003207 nav dl{border-bottom: 1px solid var(--white-opacity-10);transition: 0.3s;}
.Bottom003207 nav dt{overflow: hidden;padding: 0.1rem 0;}
.Bottom003207 nav dd{display: none;}
.Bottom003207 .wap-b-op{position: absolute;right: 0;top: 0;width: 0.3rem;height: 100%; top: 0;background: url(../images/Bottom003207-open.svg) no-repeat center center / 50% auto; transition: 0.3s;}
.Bottom003207 dl.active{padding-bottom: 0.2rem;}
.Bottom003207 .active .wap-b-op{transform: rotate(45deg);}
.Bottom003207 .f-bottom{text-align: center;}
.Bottom003207 .icp{margin-top: 0.1rem;}
.Bottom003207 .icp a{display: inline-flex;}
}


.FloatBox{position: fixed;z-index:999;right:0.2rem;top:50%;transform: translateY(-50%);}
.FloatBox li{margin-bottom:0.02rem;position: relative; list-style: none;}
.FloatBox li>a{width:.74rem;height:.68rem;display: flex;flex-direction: column;align-items: center;justify-content: center;background: var(--hover-color);color:#fff;font-size: var(--font-size14); border-radius: 5px;}
.FloatBox li .icon{display: flex;align-items: center;justify-content: center; padding-bottom: .05rem;}
.FloatBox li .icon img{ max-width: 0.25rem;}
.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: visible;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;}

@media (max-width:1024px) {
    .FloatBox{display: none;}
}



.cbanner{position: relative; z-index: 1;}
.cbanner .Ispic{height:4.5rem;}
.cbanner .txt{position: absolute; left: 0; top:40%; width: 100%; z-index: 10;color: #fff;  text-align: left;}
.cbanner .txt .cn{font-size:var(--font-size50); font-weight: bold;}
@media(max-width:640px){
.cbanner .Ispic{height: 28vw;}
.cbanner .txt{font-size: 6vw;}
.columntitle .name{font-size: 0.3rem; white-space: nowrap;}
}

/*Menu002147 */
.Menu002147{ background:#f8f8f8;}
.Menu002147 ul{ display:table; margin:0 auto;}
.Menu002147 li{ float:left; padding:0 .4rem;position:relative;}
.Menu002147 li:after{ position:absolute; content:''; width:1px; right:0; top:50%; height:14px; margin-top:-7px; background:#dfdfdf;}
.Menu002147 li.end:after{ display:none;}
.Menu002147 li a{ display:block;font-size:var(--font-size18); position:relative; overflow:hidden; line-height:.85rem;height:.85rem;}
.Menu002147 li a:after{ position:absolute; left:0; bottom:0;content:''; height:2px; width:100%;}
.Menu002147 li.aon a,
.Menu002147 li:hover a{ color:var(--hover-color);}
.Menu002147 li.aon a:after,
.Menu002147 li:hover a:after{ background:var(--hover-color);}
@media(max-width:1024px){
.Menu002147 li{ padding:0 20px;}
.Menu002147 li a{ line-height:.5rem;height:.5rem;}
}
@media(max-width:768px){
.Menu002147 ul{ display:block;}
.Menu002147 li{ float:left; width:25%; text-align:center; padding:0;}
}
@media(max-width:768px) and (min-width:481px){
.Menu002147 li:nth-child(4n):after{ display:none;}
}
@media(max-width:480px){
.Menu002147 li{ width:33.33333333333%}
.Menu002147 li:nth-child(3n):after{ display:none;}
}
@media(max-width:375px){
.Menu002147 li a{ font-size:var(--font-size14);}
}


.columntit{font-weight:600; font-size: var(--font-size42); margin-bottom: .5rem; color: #222;}
.columntit.center{text-align: center;}

/* 
.Company{padding:.8rem 0;}
.Company .columntitle{text-align: left;margin-bottom: 0;}
.Company .name{font-size: var(--font-size42); color: var(--black); font-weight: bold;}
.Company .sub{font-size: .3rem; color: var(--hover-color); font-weight: bold; line-height: 1.2;}
.Company .text{padding-top: .5rem;}
.Company .text p{font-size: var(--font-size18);color:var(--grey); line-height:1.33;margin-bottom:20px;}
.Company .intro .info p{padding-top: .3rem;font-size: var(--font-size18);color:var(--grey); line-height:1.33;}
.Company .intro .text{ padding-bottom: .15rem;font-size: var(--font-size18);color:var(--grey2); line-height:2;}
.Company .intro .img{position: relative;}
.Company .intro .img img{border-radius: .1rem;}
.Company.Company .intro .img::after{border-radius: .1rem;content: "";position: absolute;right:-6%;bottom:-6%;width:90%; top: 0.7rem;background: var(--hover-color);z-index: -1;}
@media (min-width:1025px) {
.Company .intro .img{width:40%;}
.Company .intro .info{padding-right:8%;}  
}
@media (max-width:1024px) {
.Company{padding: 2em 0;}
.Company .intro .img{margin-bottom: 2em;}
} */
.Company{padding:.8rem 0;}
.Company .columntitle{text-align: left;margin-bottom: 0;}
.Company .name{font-size: var(--font-size42); color: var(--black); font-weight: bold;}
.Company .sub{font-size: .3rem; color: var(--hover-color); font-weight: bold; line-height: 1.2;padding-bottom: .2rem;}
.Company .intro { overflow: hidden; }
.Company .intro .img { float: right;  position: relative; width: 40%; margin-left: 3%;  margin-bottom:.6rem;}
.Company .intro .img img { border-radius: .1rem; display: block; width: 97%;  height: auto;}
.Company .intro .img::after { border-radius: .1rem; content: ""; position: absolute; right: -6%; bottom: -6%; width: 90%; top: 0.7rem; background: var(--hover-color); z-index: -1;}
.Company .content-area .text p,
.Company .content-area .info p { font-size: var(--font-size18); color: var(--grey); line-height: 1.5; margin-bottom: 20px;}
.Company .content-area .columntitle { padding-top: .3rem;}
.Company .content-area .text { padding-bottom: .15rem;}

@media (min-width:1025px) {
    .Company .intro .img { width: 38%;  margin-left:4.5%; }
    .Company .intro .info { padding-right: 2%; }
}

@media (max-width:1024px) {
    .Company{padding: 2em 0;}
    .Company .intro .img { float: none; width: 100%; margin-left: 0;  margin-bottom: 2em;}
    .Company .content-area .text p,
    .Company .content-area .info p {font-size: var(--font-size16);}
}


.Company02{padding:.8rem 0;}
.Company02 .columntitle{text-align: left;margin-bottom: 0;}
.Company02 .name{font-size: var(--font-size32); color: var(--black); font-weight: bold;}
.Company02 .sub{font-size: .3rem; color: var(--hover-color); font-weight: bold; line-height: 1.2;padding-bottom: .2rem;}
.Company02 .intro{padding-top: .1rem;}
.Company02 .intro .box1{margin-bottom:0.2rem;}
.Company02 .intro p { font-size: var(--font-size18); color: var(--grey); line-height: 1.4; margin-bottom: 0.1rem;}
.Company02 .intro img{margin: 0 0; border-radius: .1rem;}

@media(min-width:1024px){
	.Company02 .intro .box1{display: flex;justify-content: space-between;}
	.Company02 .intro .text{width:48%;}
	.Company02 .intro .pic{width:48%;}
}

.news-box{ padding:var(--padMar100) 0;}
.news-box .pinned-box{ padding-bottom:1rem;}
.news-box .pinned-box .item .pic{ width:43.75%; border-radius:.1rem; overflow:hidden;}
.news-box .pinned-box .item .pic img{ width:100%; transition:all .5s;}
.news-box .pinned-box .item .text{ padding-left:.6rem; width:56.2222%;}
.news-box .pinned-box .item .time{ font-size:var(--font-size20);  color:var(--hover-color); margin-top:0;}
.news-box .pinned-box .item .tit{ font-size:var(--font-size28); margin:.2rem 0 .4rem; color: var(--black);line-height:1.2}
.news-box .pinned-box .item:hover .tit{color: var(--hover-color);}
.news-box .pinned-box .item .des{ line-height:1.33; font-size:var(--font-size16); color: var(--grey6);}
.news-box .pinned-box .item .more{ margin-top:.45rem;}
.news-box .pinned-box .item .more span{ display:-webkit-flex; display:flex; align-items:center; justify-content:center; width:.5rem; height:.5rem; color:var(--white); font-size:.2rem; border:solid 1px var(--grey9); border-radius:50%;}
.news-box .pinned-box .item .more i{display:block; width:.25rem; height:.25rem; background:url(../images/arrow3.svg) no-repeat; background-size:.25rem;}
.news-box .pinned-box .item .more:hover span{border:solid 1px var(--hover-color);}
.news-box .pinned-box .item .more:hover i{background:url(../images/arrow2.svg) no-repeat; background-size:.25rem;}
.news-box .pinned-box .item:hover .pic img{ transform:scale(1.1);}
.news-box .pinned-box .aniu-box{  position:absolute; right:0; bottom:0; width:52%;}
.news-box .pinned-box .aniu-box .swiper-but{ left:auto; right:auto; top:auto; bottom:auto; margin:0; margin-right:.2rem; width:.5rem; height:.5rem; border:solid 1px var(--hover-color); position:relative; border-radius:50%; background:var(--white);}
.news-box .pinned-box .aniu-box .swiper-but:last-child{ margin-right:0;}
.news-box .pinned-box .aniu-box .swiper-but:after{ font-size:var(--font-size16); font-weight:bold;}
.news-box .pinned-box .aniu-box .swiper-pagination{ height:2px; width:calc(100% - 2rem); position:relative;}
.news-box .pinned-box .aniu-box .swiper-but:hover{ color:var(--white); background:var(--hover-color);}

.news-list .item{ border-top:solid 1px var(--bg); padding:.45rem 0;}
.news-list .item .pic{ width:30%; border-radius:.12rem; overflow:hidden;}
.news-list .item .pic img{ width:100%; transition:all .5s;}
.news-list .item .text{ padding-left:.7rem; width:70%;}
.news-list .item .text .tit{ font-size:var(--font-size24); color:var(--black); line-height: 1.2;}
.news-list .item:hover .text .tit{color: var(--hover-color);}
.news-list .item .text .des{ font-size:var(--font-size16);line-height:1.33; margin:.24rem 0 .3rem; color: var(--grey6);}
.news-list .item .text .time{ color:var(--grey9); background: url(../images/new_time.png) no-repeat left center; background-size: 1em; padding-left: .25rem; line-height: 1;}
.news-list .item:hover .pic img{ transform:scale(1.1);}

@media(max-width:1024px){
.news-box .pinned-box .item .pic img{ height:100%; object-fit:cover;}
.news-box .pinned-box .item .tit{ margin:.15rem 0; font-size:var(--font-size20);}
.news-box .pinned-box .item .more{ margin-top:.1rem;}
.news-list .item .text .tit{ font-size:var(--font-size22);}
}
@media(max-width:640px){
.news-box .pinned-box .item .pic{ width:100%;}
.news-box .pinned-box .item .text{ width:100%; padding:.2rem 0;}
.news-box .pinned-box .item .des{ font-size:var(--font-size24);display:-webkit-box; display:box; overflow:hidden; text-overflow:ellipsis; word-break: break-word; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news-box .pinned-box .item .time{ font-size:var(--font-size24);}
.news-box .pinned-box .item .tit{ font-size:var(--font-size28);}
.news-box .pinned-box .aniu-box{ width:100%; position:relative;}
.news-list .item .pic{ width:100%;}
.news-list .item .text{ width:100%; padding:.2rem 0;}
.news-list .item .text .tit{ font-size:var(--font-size28);}
.news-list .item .text .des{ font-size:var(--font-size24);display:-webkit-box; display:box; overflow:hidden; text-overflow:ellipsis; word-break: break-word; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
}
.Page002623{padding: var(--padMar60) 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 3vw; font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{float: left;line-height: .5rem; width: .5rem; margin: 0 1px;}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color: var(--white);background: var(--hover-color);}
.Page002623 .Pages .p_page > a{font-size: 0;height: .5rem;position: relative;}
.Page002623 .Pages .p_page > a:before{position: absolute; content: '';border:5px solid transparent; left: 50%; top: 50%; margin: -5px 0 0 -10px;}
.Page002623 .Pages .p_page > a.a_prev:before{border-right-color: var(--black);border-right-width: .08rem;}
.Page002623 .Pages .p_page > a.a_next:before{border-left-color: var(--black);border-left-width: .08rem; margin-left: -4px;}
.Page002623 .Pages a.a_prev:hover:before{border-right-color: var(--white);}
.Page002623 .Pages a.a_next:hover:before{border-left-color: var(--white);}
@media(max-width:640px){
.Page002623{padding: 6vw 0 8vw 0;}
.Page002623 .Pages em{display: none;}
.Page002623 .Pages a{background-color: #eee;}
}


.Info{padding:var(--padMar100) 0;}
.Info .infoTit {width:100%;margin:0 auto;margin-bottom:.4rem;padding-bottom:.4rem;  border-bottom:1px solid #f2f2f2;}
.Info .infoTit h1{font-size:var(--font-size28);line-height: 1.2;color: var(--black); margin: 0;}
.Info .infoTit h1.h_tit{text-transform: none;}
.Info .infoTit .time{font-size:var(--font-size16);color:var(--grey6);margin-top:1.25em;}
.Info .InfoCon{ font-size:var(--font-size16); line-height:1.8;color:var(--grey2);}
.Info .InfoCon p{margin: 0;}
.Info .InfoCon img{max-width:100%; margin:2% auto 1% auto; display: block; }
.Info .InfoPage{padding-top:2.5em;margin-top:3.125em;border-top:1px solid #e6e6e6;position: relative;}
.Info .InfoPage .goback{position: absolute;right:0;top:3.125em;line-height:3;background: var(--hover-color);}
.Info .InfoPage .goback a{display: block;padding:0 .3rem;color:var(--white);font-size:var(--font-size16);}
.Info .InfoPage .goback img{display: inline-block;margin-left:.1rem; max-width:.18rem;}
.Info .InfoPage dl{max-width: 75%;}
.Info .InfoPage dl dd{font-size:var(--font-size16);line-height:2.5;}
.Info .InfoPage dl dd a{color:var(--grey9);}
.Info .InfoPage dl dd span{color:var(--black);}
.Info .InfoPage dl dd a:hover{color:var(--hover-color);}
@media(max-width:1024px){
.Info .infoTit{max-width:100%;}
.Info .infoTit h1{font-size:var(--font-size16);}
.Info .infoTit .time{font-size: var(--font-size14);margin-top:.1rem;}
.Info .InfoPage .goback{position: static;width:1rem;line-height:.32rem;font-size: var(--font-size14);box-sizing: border-box;padding:0;text-align: center;margin-bottom:.1rem;}
.Info .InfoPage .goback a{font-size: var(--font-size14);padding:0;}
.Info .InfoPage .goback img{max-height:.1rem;}
.Info .InfoPage dl dd{font-size: var(--font-size14);line-height:.3rem;}
}


.Form002802{ padding:var(--padMar100) 0; }
.Form002802 .title{ font-size:var(--font-size40); color: var(--black);}
.Form002802 .title:after{display: block; content: '';width: calc(25 / 32 *1em);height: 3px;background-color: var(--hover-color);margin:.15rem 0  .4rem;}
.Form002802 .txt{margin-bottom:.25rem; line-height: 1.33; color: var(--grey9); font-size: var(--font-size15);}
.Form002802 .from li{position:relative; }
.Form002802 .from li:not(.btn){border-bottom:1px solid #ddd; padding:.15rem .15rem .15rem .4rem; background-size: auto .2rem; background-repeat: no-repeat; background-position:left center;}
.Form002802 .from li:nth-child(1){background-image: url(../images/Form002802-icon.svg);}
.Form002802 .from li:nth-child(2){background-image: url(../images/Form002802-icon2.svg);}
.Form002802 .from li:nth-child(3){background-image: url(../images/Form002802-icon3.svg);}
.Form002802 .from li:nth-child(4){background-image: url(../images/Form002802-icon4.svg);}
.Form002802 .from li:nth-child(5){background-image: url(../images/Form002802-icon4.svg); background-position:left .2rem;}
.Form002802 .from label{ position:absolute; left:.4rem; top:0; font-size:var(--font-size16); line-height:.6rem; color:var(--grey9);}
.Form002802 .from .text{ width:100%; height:.3rem; line-height:.3rem; border:none; background:none; font-size:1em;}
.Form002802 .from textarea.text{ height:70px;}
.Form002802 .from .btn input{ background:var(--hover-color); cursor:pointer; padding:0; border:none; width:2rem; height:.5rem; font-size:var(--font-size16); color:var(--white);border-radius:.6rem;}
.Form002802 .address dd p{ padding-left:calc(40 / 18 *1em);  line-height: 1.33; margin: 0; background-size:auto calc(18 / 18 * 1em); background-repeat: no-repeat;color:var(--grey2);
background-position: left calc(2vw + (4/ 18 * 1em)); font-size: var(--font-size20); letter-spacing: 0; }
.Form002802 .address dd p+p{ margin-top: 2vw;padding-top: 2vw; border-top:1px dashed #ddd; }
.Form002802 .address dd p span{display: block; color: var(--grey9); margin-bottom: .1rem;  font-size:var(--font-size16); }
.Form002802 .address dd p b{font-size: calc(34 / 18 * 1em);  color:var(--hover-color); line-height: 1;}
.Form002802 .address dd p:first-child{background-position: left calc(4/ 18 * 1em);}
.Form002802 .address dd p.tel{background-image:url(../images/Form002802-tel.svg); }
.Form002802 .address dd p.Email{background-image:url(../images/Form002802-mail.svg); }
.Form002802 .address dd p.Address{background-image:url(../images/Form002802-add.svg); }
.Form002802 .img{margin-top:4vw;}
@media(min-width:1025px){
.Form002802 .from{ width:60%; padding-left: 4vw;}
.Form002802 .address { width:40%; padding-right:4vw; border-right: 1px solid #ddd; vertical-align: top;}
.Form002802 .from li{float: left; width: 48%; }
.Form002802 .from li:nth-child(2n){float:right; }
.Form002802 .from li:nth-child(2n) ~ li{margin-top: 4%;}
.Form002802 .from .li{width: 100%;}
}
@media (max-width:768px) {
.Form002802{padding:.5rem 0;}
.Form002802 .ytable{display: block;}
.Form002802 .ytable-cell{display: block;}
.Form002802 .title{font-size: var(--font-size30);}
.Form002802 .title:after{height: .02rem;}
.Form002802 .from{margin-top:.6rem;}
.Form002802 .address dd p+p{padding-top: 3vw;}
.Form002802 .address dd p{ background-size: auto .18rem;}
.Form002802 .address dd p span{margin-bottom: 0;}
.Form002802 .from .btn input{margin-top:.3rem;}
}
.w75{padding-bottom: 0rem;}


.Menu002518{background-color: var(--white); overflow: hidden;padding:0.3rem 0.3rem 0.3rem 0.3rem;}
.side-open_menu{font-size: var(--font-size32);color: var(--hover-color);padding-bottom: 0.2rem;position: relative;display: none;}
.side-open_menu::after{content: "";display: block;width: 90%;height: 1px;background-color: #dcdcdc;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
.side-open_menu span{display: block;font-size: var(--font-size18);color:var(--grey6);}
/* .Menu002518 .side-menu{margin-top: 0.2rem;} */
.Menu002518 .side-menu li a{display:block; position:relative; color:var(--black0);}
.Menu002518 .side-menu li a i{ position:absolute; top:50%;}
.Menu002518 .side-menu li a i::before,
.Menu002518 .side-menu li a i::after{ position:absolute; content:''; background:var(--grey6);}
.Menu002518 .side-menu li a i::before{ left:20%; height:.02rem; width:60%; top:50%; margin-top:-.01rem;}
.Menu002518 .side-menu li a i::after{ left:50%; width:.02rem; margin-left:-.01rem; top:20%; height:60%;}
.Menu002518 .side-menu .one > li > a{ line-height:.5rem;font-size:var(--font-size18);}
.Menu002518 .side-menu .one > li > a i{right:.2rem; margin-top:-.1rem; width:.2rem; height:.2rem;}
.Menu002518 .side-menu .one > li > a em{font-style: normal;display: inline-block;width: 0.25rem;height: 0.25rem;background-position: center 10%;background-repeat: no-repeat;background-size: 0.2rem;vertical-align: middle;margin-right: 0.05rem;}
.Menu002518 .side-menu .one > li > a .on1{display: inline-block;}
.Menu002518 .side-menu .one > li > a .off1{display: none;}
.Menu002518 .side-menu .one > li ul{ display:none; padding: 1em 0 1em .35rem;position: relative;}
.Menu002518 .side-menu .one > li ul::after{content: "";display: block;width: 1px;height: 90%;background: #ddd;position: absolute;top: 50%;transform: translateY(-50%);left: 0.1rem;}
.Menu002518 .side-menu .two > li.aon a,.Menu002518 .side-menu .two > li a:hover{color: var(--hover-color);font-size: var(--font-size18); font-family: 'hmb';}
.Menu002518 .side-menu .one > li > a:hover,
.Menu002518 .side-menu .one > li.aon > a{ color:var(--hover-color); font-family: 'hmb';}
.Menu002518 .side-menu .one > li > a:hover > i::before,
.Menu002518 .side-menu .one > li.aon > a > i::before{ background:var(--grey6);}
.Menu002518 .side-menu .one > li > a:hover > i::after,
.Menu002518 .side-menu .one > li.aon > a > i::after{ display:none;}
.Menu002518 .side-menu .one > li > a:hover .off1,.Menu002518 .side-menu .one > li.aon > a .off1{display: inline-block;}
.Menu002518 .side-menu .one > li > a:hover .on1,.Menu002518 .side-menu .one > li.aon > a .on1{display: none;}
/* .Menu002518 .side-menu .one > li.aon > a > i::before{background:var(--white);} */
.Menu002518 .side-menu .two > li > a{ line-height:.5rem;  position:relative;background-color:rgba(49, 81, 144, 0.04);border-radius: 0.1rem;padding-left: 0.2rem;padding-right:0.2rem; margin-bottom: 0.1rem;font-size: var(--font-size18);color: var(--black3);}
.Menu002518 .side-menu .two > li > a i{right:.2rem; margin-top:-.1rem; width:.2rem; height:.2rem;}
/* .Menu002518 .side-menu .two > li > a::after{ position:absolute; content:''; opacity:0; border-color:transparent; border-width:.05rem 0 .05rem .06rem; border-style:solid; border-left-color:var(--hover-color); left:-.2rem; top:50%; margin-top:-.06rem;} */
.Menu002518 .side-menu .two > li > a:hover::after,
.Menu002518 .side-menu .two > li.aon > a::after{ opacity:1;}
.Menu002518 .side-menu .two > li > a:hover > i::before,
.Menu002518 .side-menu .two > li.aon > a > i::before{ background:var(--black);}
.Menu002518 .side-menu .two > li > a:hover > i::after,
.Menu002518 .side-menu .two > li.aon > a > i::after{ display:none;}

.Menu002518 .side-menu .three{ position: relative; z-index: 2; padding-top:0.1rem !important; padding-bottom: 0.2rem !important;}
.Menu002518 .side-menu .three::after{display: none !important;}
.Menu002518 .side-menu .three > li{line-height:.3rem; }
.Menu002518 .side-menu .three > li > a{color:var(--grey2);}
.Menu002518 .side-menu .three > li > a::after{ position:absolute; content:''; opacity:0; border-color:transparent; border-width:.05rem 0 .05rem .06rem; border-style:solid; border-left-color:var(--black); left:-.2rem; top:50%; margin-top:-.06rem;}
.Menu002518 .side-menu .three > li > a:hover::after,
.Menu002518 .side-menu .three > li.aon > a::after{ opacity:1;}
.Menu002518 .side-menu li a:hover,
.Menu002518 .side-menu li.aon > a{ color:var(--black);}
@media(min-width:1025px){
}
@media(max-width:1024px){
.Menu002518{ position:relative; z-index:10;}
.Menu002518 .side-menu{ display:none;}
.Menu002518 .side-open_menu{ position:relative; background:rgba(var(--rgb-hover), 0.1); border:.03rem solid var(--white);border-radius:.06rem; padding:.1rem .2rem; font-size:var(--font-size18); box-shadow:0 .03rem 0 var(--hover-color);white-space:nowrap; text-overflow:ellipsis; overflow:hidden;display: block;}
.Menu002518 .side-open_menu::before{ position:absolute; content:''; border:.05rem solid transparent; border-top-color:var(--hover-color); right:.2rem; top:50%; margin-top:-.02rem;}
.Menu002518{padding: 0.2rem;margin-bottom: 0.2rem;}
}



/* solutionList */
.solutionList{background:var(--bg);padding:var(--padMar100) 0;}
.solutionList .ul{align-items:flex-start}
.solutionList .ul .item{width:32%;margin-right:2%;margin-bottom:4%;background:var(--white);border-radius:0;padding:0 0 .3rem 0;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;border-radius:0;overflow: hidden;}
.solutionList .ul .item:nth-child(3n){margin-right:0}
.solutionList .ul .item .itemCon{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}
.solutionList .ul .item .itemCon .imgbox{padding-top:0;width:100%;display:flex;justify-content:center;align-items:center;padding:2.4rem .5rem .2rem;}
.solutionList .ul .item .itemCon .imgbox img{object-fit:cover;border-radius: 0.12rem 0.12rem 0 0;}
.solutionList .ul .item .title{line-height:1.4;margin-top:.2rem;text-align: center; font-size: var(--font-size20); color: var(--black0);}
.solutionList .ul .item .submitBtn{margin-top:0.2rem;background-color:transparent;color:var(--grey6);border-color:transparent;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease}
.solutionList .ul .item .submitBtn::after{display:none}
.solutionList .ul .item:hover{box-shadow:0px 0px 35px 0px rgba(33,74,154,0.07);transform: translateY(-.1rem);}
.solutionList .ul .item:hover .submitBtn{background-color:var(--hover-color);border-color:var(--hover-color);color:var(--white)}
.solutionList .ul .item:hover .submitBtn::after{display:block}

@media screen and (max-width:1024px){
.solutionList .ul .item{width:calc(100% / 3 - 0.12rem);margin-right:0.18rem}
/* .solutionList .ul .item .itemCon .imgbox{padding: 0.2rem;} */
.solutionList .ul .item .itemCon .imgbox img{height:100%;}
.solutionList .ul .item .title{margin-top: 0;}
}
@media screen and (max-width:768px){
.solutionList .ul .item .submitBtn{margin-top:0.2rem}
.solutionList .ul{justify-content:space-between}
.solutionList .ul .item{width:calc(100% / 2 - 0.1rem);margin-right:0;margin-bottom:0.2rem}
.solutionList .ul .item:hover{margin-top:0}
.solutionList .ul .item .itemCon .imgbox img{height: 1.25rem;}
}


.submitBtn{width:1.6rem;height:0.5rem;border-radius:0.08rem;border:1px solid var(--hover-color);-webkit-border-radius:0.5rem;-moz-border-radius:0.08rem;-ms-border-radius:0.08rem;-o-border-radius:0.08rem;display:inline-flex;align-items:center;justify-content:center;color:var(--white);font-size: var(--font-size16);}
.submitBtn a:hover{color:var(--white)}
.submitBtn::after{background-repeat: no-repeat; content:'';display:block;width:0.16rem;height:0.14rem;background-image:url(../images/submitArrow.png);background-size:0.16rem 0.14rem;margin-left:0.1rem;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease}
.submitBtn:hover::after{margin-left:0.2rem}
.submitBtn.watchMore{color:var(--hover-color);}
.submitBtn.watchMore::after{background-image: url(../images/arrowRed.png); background-size: 0.14rem; background-position: center;}
.submitBtn.white{border: 1px solid var(--white);}
.submitBtn.watchMore.white{color:var(--white);}
.submitBtn.watchMore.white::after{background-image: url(../images/submitArrow.png);}

.submitBtn2{width:1.6rem;height:0.5rem;border-radius:0.08rem;border:1px solid var(--hover-color);-webkit-border-radius:0.5rem;-moz-border-radius:0.08rem;-ms-border-radius:0.08rem;-o-border-radius:0.08rem;display:inline-flex;align-items:center;justify-content:center;color:var(--hover-color);font-size: var(--font-size16);}
.submitBtn2:hover{background: var(--hover-color);color:var(--white);}
.submitBtn2::after{content:'';display:block;width:0.16rem;height:0.14rem;background:url(../images/submitArrow-on.png) no-repeat;background-size:0.16rem 0.14rem;margin-left:0.1rem;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease}
.submitBtn2:hover::after{background:url(../images/submitArrow.png) no-repeat;}


.Location003131{background: var(--hover-color);}
.Location003131 .current{float: left;padding:.2rem 0; font-size:var(--font-size16); padding-left:.25rem;background: url(../images/Location003131-icon.svg) no-repeat left center;background-size: 1em auto; color: var(--white); font-family: 'hml';}
.Location003131 .current,
.Location003131 .current a:not(:hover){color:rgba(255, 255, 255, 0.7);}
.Location003131 .current span{color:var(--white);}



.Case{padding:.8rem 0; background: url(../images/logo_bg.png) no-repeat right -2% bottom -5%; background-size:22%;}
.Case .intro .info .titl{font-size: var(--font-size36); color: var(--black3); padding-bottom: .3rem; font-family: hmm; line-height: 1.1;}
.Case .intro .info p{font-size: var(--font-size18); color: var(--black3); line-height:1.5;}
.Case .intro .img{position: relative;}
.Case .intro .img img{border-radius: 0.12rem;}
.Case .intro .img .proSlide{position: relative;}
.Case .intro .img .proSlide-track{position: relative;}
.Case .intro .img .proSlide-track::after{border-radius: 0.12rem;content: "";position: absolute;left:-5%;bottom:-12%;width:94%; top: 0.7rem;background: var(--hover-color);z-index: -1;}
.Case .intro .img .proSlide-item{display: none;}
.Case .intro .img .proSlide-item.on{display: block;}
.Case .intro .img .proSlide-dots{display: flex;justify-content: center;gap: .1rem;margin-top: .2rem;}
.Case .intro .img .proSlide-dots .dot{width: 8px;height: 8px;border-radius: 50%;background: #999;cursor: pointer;}
.Case .intro .img .proSlide-dots .dot.on{background: var(--white);}
@media (min-width:1025px) {
.Case .intro .img{width:40%; }
.Case .intro .info{padding-left:10%;}  
}
@media (max-width:1024px) {
.Case{padding: 2em 0;}
.Case .intro .img{margin-bottom: 2em;}
}


.RighInfo0023777{ background: var(--bg);padding:.8rem 0;}
.RighInfo0023777 .cert-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;}
.RighInfo0023777 .cert-item{flex:0 1 18%;}
.RighInfo0023777 .cert-item img{border-radius:.1rem;}
@media(max-width:767px){
.RighInfo0023777 .cert-item{flex:0 1 45%;}
}


/*RighInfo002554 */
.RighInfo002554{ padding:var(--padMar80) 0;}
.table-content{ 
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 严格三等分 */
    gap: 20px;
}

.table-content table,table{
	color:#021424;
    width:100%;
    max-width:1440px;
    border-collapse: collapse;
    border: 1px solid #005dad;
    box-sizing: border-box;
}
.table-content table th,table th {
    background-color: #005dad;
    color: #fff;
    padding:12px 8px;
    text-align:center;
    border:1px solid #005dad;
    word-break: break-word;
}
.table-content table td,table td {
    border:1px solid #ccc;
    padding:10px 8px;
    word-break: break-word;
}
.table-content table td:first-child{font-weight:bold;}
.table-content table tr.firstRow th {
    font-size:16px;
    font-weight:bold;
}

/* 移动端：单列堆叠 */
@media screen and (max-width:1200px){
    .table-content {
        grid-template-columns: 1fr;
    }
}




.RighInfo002363{ background: #f9f9f9; padding:.8rem 0;}
.pro_yingyong li{float:left;width: 14.28%;text-align: center; position:relative;}
.pro_yingyong li figure img{ width:100%; max-width:.9rem;-webkit-transition:all ease 0.5s;transition:all ease 0.5s; position: relative; top: 0; border: 2px solid #ccc; padding: .25rem; border-radius:.1rem;}
.pro_yingyong li:hover figure img{top: -.1rem;}
.pro_yingyong li h3{font-size:var(--font-size18); color:var(--black3); margin:.1rem 0 0 0; font-weight: normal;}
.pro_yingyong li:hover h3{color: var(--hover-color);}
@media(max-width:767px){
.RighInfo002363{padding:.2rem 0;}	
.pro_yingyong li{ width:50%; margin-bottom:2%;}
.pro_yingyong li{ border-left:1px solid #f4f4f4;}
.pro_yingyong li:nth-child(2n){ border-left:1px solid #fff;}
}

.RighInfo003148{padding:.8rem 0;background: var(--bg);}
.RighInfo003148 .box-rows{margin-top:.9rem;}
.RighInfo003148 .box-rows .title{margin-bottom: 3.95833em;}
.RighInfo003148 .box-rows dd{box-shadow: 0px .1rem .5rem rgba(0, 0, 0, 0.06);text-align: center; transition: 0.3s all;}
.RighInfo003148 .box-rows dd:hover{transform: translateY(-8px);transition: 0.3s all;}
.RighInfo003148 .box-rows dd .ding{width:.86rem; height:.86rem; display: block;margin: -.43rem auto 0; line-height:.86rem; text-align: center;color: #fff; background: var(--hover-color); border-radius: 50%;background: var(--hover-color);position: relative;}
.RighInfo003148 .box-rows dd .ding img{max-width: .45rem;transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s;}
.RighInfo003148 .box-rows dd .ding:after{position: absolute;content: '';background-color: var(--hover-color);width: 1.06rem;height: 1.06rem;left: 50%;top: 50%;margin: -0.53rem 0 0 -0.53rem;border-radius: 50%;z-index:-1; opacity: 0.08;}
.RighInfo003148 .box-rows dd:hover .ding img{transform: rotateY(360deg);}
.RighInfo003148 .box-rows dd aside{color:var(--black3);font-size:var(--font-size24);font-family: 'hmm'; margin:.4rem 0 .2rem 0;line-height:1.2;}
.RighInfo003148 .box-rows dd p{min-height: .8rem;padding:0 10px;}
.RighInfo003148 .box-rows dd:hover aside{color: var(--hover-color);}
.RighInfo003148 .box-rows dd:hover li{text-decoration: underline;}
.RighInfo003148 .box-rows ul{min-height: 1.55rem;}
.RighInfo003148 .box-rows li{color:var(--black3); width:100%; margin: auto; list-style: none; padding-bottom: .1rem; font-family: 'hml';}
.box-rows{margin-top:.9rem;}
.box-rows .title{margin-bottom: 3.95833em;}
.box-rows dd{box-shadow: 0px .1rem .5rem rgba(0, 0, 0, 0.06);text-align: center; transition: 0.3s all;}
.box-rows dd:hover{transform: translateY(-8px);transition: 0.3s all;}
.box-rows dd .ding{width:.86rem; height:.86rem; display: block;margin: -.43rem auto 0; line-height:.86rem; text-align: center;color: #fff; background: var(--hover-color); border-radius: 50%;background: var(--hover-color);position: relative;}
.box-rows dd .ding img{max-width: .45rem;transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s;}
.box-rows dd .ding:after{position: absolute;content: '';background-color: var(--hover-color);width: 1.06rem;height: 1.06rem;left: 50%;top: 50%;margin: -0.53rem 0 0 -0.53rem;border-radius: 50%;z-index:-1; opacity: 0.08;}
.box-rows dd:hover .ding img{transform: rotateY(360deg);}
.box-rows dd aside{color:var(--black3);font-size:var(--font-size24);font-family: 'hmm'; margin:.4rem 0 .2rem 0;line-height:1.2;}
.box-rows dd p{min-height: .8rem;padding:0 10px;}
.box-rows dd:hover aside{color: var(--hover-color);}
.box-rows dd:hover li{text-decoration: underline;}
.box-rows ul{min-height: 1.55rem;}
.box-rows li{color:var(--black3); width:100%; margin: auto; list-style: none; padding-bottom: .1rem; font-family: 'hml';}

@media (min-width:1025px) { 
.RighInfo003148 .box-rows dd{float: left;width:22.375%;border-radius: 0.12rem;}  
.RighInfo003148 .box-rows dd:not(:last-child){ margin-right:3.5%;}
.box-rows dd{float: left;width:22.375%;border-radius: 0.12rem;}  
.box-rows dd:not(:last-child){ margin-right:3.5%;}
}
@media (max-width:1024px) { 
.RighInfo003148 .box-rows dd{padding-bottom: 3em; margin-bottom: 4em;}
.RighInfo003148 .box-rows dd p{ width:90%;}
.box-rows dd{padding-bottom: 3em; margin-bottom: 4em;}
.box-rows dd p{ width:90%;}
}

.Culture_box{padding:.8rem 0;}
.Culture_box .desc{color: #021424;line-height: 2;text-align: center;padding-bottom:.5rem;}
.Culture_box .flex .left{background:url(../images/culture-bg.png)no-repeat center bottom -3rem rgba(49,81,144,0.03);background-size: 100% auto; padding:.6rem .8rem;border-radius: .1rem;}
.Culture_box .flex .left .con{font-size:.26rem;color: #021424;padding-top:.2rem;padding-bottom:.4rem;padding-left:.8rem;background: url(../images/culture-icon.png) no-repeat top left; font-family: hmm;}
.Culture_box .flex .left p{line-height: 1.66;color: #021424}
.Culture_box .flex .left p:not(:last-child){padding-bottom:.28rem;font-size:.18rem; border-bottom: 1px dashed #ccc; margin-bottom: .2rem; border-radius: .1rem;}
.Culture_box .flex .left p span{color: #315190;font-size:.18rem;}
.Culture_box .flex .right img{border-radius: .1rem;}
@media(min-width:1025px){
.Culture_box .flex{display: flex;justify-content: space-between;align-items: center}
.Culture_box .flex .left{width: 50%;}
.Culture_box .flex .right{width: 50%}
.Culture_box .flex .right img{max-height:460px;object-fit:cover;width:100%;}
}



.RighInfo002810{padding:var(--padMar100) 0;}
.RighInfo002810 .columntitle{margin-bottom: .7rem;}
.RighInfo002810 .txt-list .box{display: flex; justify-content: space-between; align-items: center;background: url(../images/yin.png) no-repeat right bottom;}
.RighInfo002810 .txt-list .box:nth-child(2n){background: url(../images/yin3.png) no-repeat left bottom;}
.RighInfo002810 .txt-list .box{margin-bottom: 8%;}

.RighInfo002810 .txt-list h3{color:var(--hover-color);font-size:var(--font-size44); font-weight: normal;}
.RighInfo002810 .txt-list span{color: var(--grey6); font-size: var(--font-size24); font-weight: normal; padding-left: .14rem;}
.RighInfo002810 .txt-list .duan{font-size: var(--font-size18); color: var(--black3); line-height:1.33; padding: .2rem 0 .6rem 0; }
.RighInfo002810 .txt-list .pic{position: relative;}
.RighInfo002810 .txt-list .pic::before{content: "";display: inline-block;width: 25.1643vw;height:2rem;position: absolute;right: -1.4588vw;bottom: -.4rem; z-index: 1;background: rgba(0 93 173 / 10%); border-radius: .1rem;}

.RighInfo002810 .txt-list .pic{width:50%;}
.RighInfo002810 .txt-list .info{width:45%;}
.RighInfo002810 .txt-list .pic img{max-width:100%; z-index: 6; position: relative; border-radius: .1rem;}
.RighInfo002810 .txt-list .box:nth-child(2n) .pic{text-align: right;}

@media (max-width:1024px){
.RighInfo002810 .ytable,
.RighInfo002810 .ytable-cell{display: block;}
.RighInfo002810 .txt-list .pic img{display: block;width: 100%;}
.RighInfo002810 .txt-list .duan{padding: .1rem 0 .1rem 0;}
}


.PicList1234{padding:var(--padMar100) 0;}
.PicList1234 li{float:left;margin-bottom:.6rem;}
.PicList1234 li .txt{box-shadow:0px 0.625em 4.375em rgba(0,0,0,0.05);padding:1.875em;border-radius:0 0 .1rem .1rem;}
.PicList1234 li .tit{font-size:var(--font-size20);color:var(--black3);text-align: center;}
.PicList1234 li:hover .tit{color:#002FA7;}
.PicList1234 li .pic{overflow:hidden;border-radius: .1rem .1rem 0 0;}
.PicList1234 li .Ispic{padding-bottom:65%;transition:0.3s;}
.PicList1234 li a:hover .Ispic{transform:scale(1.08);transition:0.3s;}
.PicList1234 li time{color:#666;display:block;background:url(../images/more-right.png) no-repeat right center;font-size:var(--font-size__18);background-size:.16rem;}
.PicList1234 li a:hover time{background-image:url(../images/more-right-on.png);}
@media (min-width:1025px){.PicList1234 li{width:32.143%;}
.PicList1234 li:not(:nth-child(3n)){margin-right:1.7855%;}
.PicList1234 li:nth-child(3n+1){clear:left;}
}
@media (min-width:769px) and (max-width:1024px){.PicList1234 li{width:48%;margin-right:4%;margin-bottom:0.4rem;}
.PicList1234 li:nth-child(2n){margin-right:0;}
.PicList1234 li:nth-child(2n+1){clear:left;}
}
@media (max-width:768px){.PicList1234 li{width:100%;margin-bottom:0.25rem;}
.PicList1234 li:not(:nth-child(2n)){margin-right:0;}
.PicList1234 li:nth-child(2n+1){clear:left;}
.PicList1234 li .tit{font-size:var(--font-size__20);min-height:auto;}
.PicList1234 li .txt{padding:1em;}
}

/* ===== 全局子页面响应式适配 1280/1024/768/640 ===== */

/* ---- cbanner 通用 Banner ---- */
@media (min-width:1025px) and (max-width:1280px){
.cbanner .txt .cn{font-size:var(--font-size46);}
}
@media (max-width:1024px){
.cbanner .txt .cn{font-size:var(--font-size36);}
}
@media (max-width:768px){
.cbanner .txt{top:32%;}
.cbanner .txt .cn{font-size:var(--font-size30);}
}
@media (max-width:640px){
.cbanner .txt .cn{font-size:var(--font-size26);}
}

/* ---- Menu002147 通用二级导航 ---- */
@media (max-width:768px){
.Menu002147 li{width:50%;}
.Menu002147 li:nth-child(4n):after{display:block;}
.Menu002147 li:nth-child(2n):after{display:none;}
}
@media (max-width:640px){
.Menu002147 li a{font-size:var(--font-size16);}
}

/* ---- 02_About Company 图文介绍 ---- */
@media (min-width:1025px) and (max-width:1280px){
.Company .intro .text{font-size:var(--font-size16);line-height:1.9;}
.Company .intro .info p{font-size:var(--font-size16);line-height:1.9;}
}
@media (max-width:1024px){
.Company .intro .info{padding-right:4%;}
.Company.Company .intro .img::after{width:88%;right:-5%;top:.5rem;}
}
@media (max-width:640px){
.Company.Company .intro .img::after{display:none;}
.Company .intro .text{font-size:var(--font-size16);line-height:1.8;}
.Company .intro .info p{font-size:var(--font-size16);line-height:1.8;}
}

/* ---- 02_Culture 企业文化 RighInfo002810 ---- */
@media (min-width:1025px) and (max-width:1280px){
.RighInfo002810 .txt-list h3{font-size:var(--font-size36);}
.RighInfo002810 .txt-list span{font-size:var(--font-size20);}
.RighInfo002810 .txt-list .duan{font-size:var(--font-size16);}
}
@media (max-width:1024px){
.RighInfo002810 .txt-list .pic::before{display:none;}
.RighInfo002810 .txt-list h3{font-size:var(--font-size30);}
.RighInfo002810 .txt-list span{font-size:var(--font-size18);}
.RighInfo002810 .txt-list .duan{font-size:var(--font-size16);}
}
@media (max-width:768px){
.RighInfo002810 .txt-list .box{flex-direction:column;row-gap:.2rem;}
.RighInfo002810 .txt-list .box:nth-child(2n){flex-direction:column;}
.RighInfo002810 .txt-list .pic{width:100%;}
.RighInfo002810 .txt-list .info{width:100%;}
.RighInfo002810 .txt-list .box:nth-child(2n) .pic{text-align:left;}
}
@media (max-width:640px){
.RighInfo002810 .txt-list h3{font-size:var(--font-size26);}
.RighInfo002810 .txt-list .duan{font-size:var(--font-size16);line-height:1.8;}
}

/* ---- 03_Products 产品列表 solutionList + Menu002518 ---- */
@media (max-width:1024px){
.solutionList .ul .item{width:calc(50% - .15rem);margin-right:0;margin-bottom:.3rem;}
.solutionList .ul .item:nth-child(2n){margin-left:auto;}
.solutionList .ul .item .title{font-size:var(--font-size18);}
}
@media (max-width:640px){
.solutionList .ul .item{width:100%;margin-bottom:.3rem;}
.Menu002518 .side-menu .one > li > a{font-size:var(--font-size16);}
.Menu002518 .side-menu .two > li > a{font-size:var(--font-size16);}
}

/* ---- 03_Products_detail 产品详情 Case.intro / ytable / RighInfo2554 / RighInfo2363 ---- */
@media (min-width:1025px) and (max-width:1280px){
.Case .intro .info .titl{font-size:var(--font-size32);}
.Case .intro .info p{font-size:var(--font-size16);}
}
@media (max-width:1024px){
.Case .intro .img .proSlide-track::after{display:none;}
.Case .intro .info{padding-left:0;padding-top:.3rem;}
.Case .intro .info .titl{font-size:var(--font-size28);padding-bottom:.2rem;}
.Case .intro .info p{font-size:var(--font-size16);}
.RighInfo002363 li{width:25%;margin-bottom:.3rem;border-left:none;}
.RighInfo002363 li:nth-child(2n){border-left:none;}
.RighInfo002363 li figure img{max-width:.8rem;padding:.2rem;}
}
@media (max-width:768px){
.RighInfo002363 li{width:33.333%;}
}
@media (max-width:640px){
.Case .intro .info .titl{font-size:var(--font-size24);}
.RighInfo002363 li{width:50%;}
.RighInfo002554 .table_1 th,
.RighInfo002554 .table_1 td{font-size:var(--font-size14);padding:.15rem;line-height:1.6;}
.RighInfo002554 .table_1 .th_1,
.RighInfo002554 .table_1 .th_2,
.RighInfo002554 .table_1 .th_3,
.RighInfo002554 .table_1 .th_4{font-size:var(--font-size16);line-height:1.6;}
}

/* ---- 04_News 新闻列表 news-box / news-list ---- */
@media (min-width:1025px) and (max-width:1280px){
.news-box .pinned-box .item .tit{font-size:var(--font-size24);}
.news-box .pinned-box .item .des{font-size:var(--font-size14);}
.news-box .pinned-box .item .time{font-size:var(--font-size16);}
.news-list .item .text .tit{font-size:var(--font-size22);}
.news-list .item .text .des{font-size:var(--font-size14);}
}
@media (max-width:640px){
.news-box .pinned-box .item .des{font-size:var(--font-size16);line-height:1.8;-webkit-line-clamp:4;}
.news-list .item .text .tit{font-size:var(--font-size22);}
.news-list .item .text .des{font-size:var(--font-size16);line-height:1.8;-webkit-line-clamp:4;}
}

/* ---- 04_News_detail / 05_Case_detail 详情 Info + InfoPage ---- */
@media (max-width:768px){
.Info .infoTit h1{font-size:var(--font-size24);}
.Info .infoTit .time{font-size:var(--font-size14);margin-top:.8em;}
.Info .InfoCon{font-size:var(--font-size16);line-height:1.9;}
}
@media (max-width:640px){
.Info .infoTit{padding-bottom:.25rem;margin-bottom:.25rem;}
.Info .infoTit h1{font-size:var(--font-size22);line-height:1.4;}
.Info .InfoCon{font-size:var(--font-size16);line-height:1.8;}
.Info .InfoPage{margin-top:1em;padding-top:1em;}
.Info .InfoPage dl{max-width:100%;}
.Info .InfoPage .goback{position:static;width:100%;line-height:.4rem;text-align:center;margin-top:.15rem;}
.Info .InfoPage .goback a{font-size:var(--font-size14);}
.Info .InfoPage dl dd{font-size:var(--font-size14);line-height:2;}
}

/* ---- 06_Contact 联系我们 Form002802 ---- */
@media (min-width:1025px) and (max-width:1280px){
.Form002802 .title{font-size:var(--font-size34);}
.Form002802 .address dd p b{font-size:calc(30 / 18 * 1em);}
}
@media (max-width:1024px){
.Form002802 .from{width:100%;padding-left:0;margin-top:.4rem;}
.Form002802 .address{width:100%;padding-right:0;border-right:none;padding-bottom:.4rem;border-bottom:1px dashed #ddd;}
.Form002802 .title{font-size:var(--font-size28);}
.Form002802 .title:after{height:.02rem;}
}
@media (max-width:768px){
.Form002802 .from li{float:none;width:100%;}
.Form002802 .from li:nth-child(2n){float:none;}
.Form002802 .from li:nth-child(2n) ~ li{margin-top:.2rem;}
.Form002802 .from li{margin-bottom:.2rem;}
}
@media (max-width:640px){
.Form002802{padding:.35rem 0;}
.Form002802 .title{font-size:var(--font-size26);}
.Form002802 .txt{font-size:var(--font-size14);}
.Form002802 .from label{font-size:var(--font-size14);line-height:.5rem;}
.Form002802 .from .btn input{width:100%;height:.44rem;font-size:var(--font-size16);}
.Form002802 .address dd p span{font-size:var(--font-size14);}
.Form002802 .address dd p b{font-size:calc(26 / 18 * 1em);}
}

/* ---- Page002623 通用分页 ---- */
@media (max-width:768px){
.Page002623{padding:0.4rem 0 0;}
.Page002623 .Pages a{line-height:.42rem;width:.42rem;font-size:var(--font-size16);}
.Page002623 .Pages .p_page > a{height:.42rem;}
}
@media (max-width:640px){
.Page002623{font-size:var(--font-size16);}
.Page002623 .Pages a{line-height:.4rem;width:.4rem;margin:0 2px;font-size:var(--font-size14);}
.Page002623 .Pages .p_page > a{height:.4rem;}
}

/*PicList002854 */
.PicList002854{padding: var(--padMar100) 0;}
.PicList002854 li{float: left;margin-bottom:3%;}
.PicList002854 li a{display: block;border: solid 3px #f5f5f5;position: relative;padding: 2vw 1vw 4vw; transition: 0.3s;}
.PicList002854 li aside{font-size: 18px; line-height: 28px; height: 56px; text-align: center; margin-bottom: 1vw;color: #021424;}
.PicList002854 li .Ispic{background-size: contain;padding-bottom: 56.565%;}
.PicList002854 li a:hover{border-color:var(--hover-color);}

@media(min-width:769px){
.PicList002854 li{width:22.75%; }
.PicList002854 li:not(:nth-child(4n)){margin-right:3%;}
}
@media(max-width:768px){
.PicList002854 li{width: 48%; }
.PicList002854 li:not(:nth-child(2n)){margin-right: 4%;}
.PicList002854 li aside{font-size: 16px;}
.PicList002854 li a:after{width: 7vw;height: 7vw;background-size: auto 50%;}
}
@media(max-width:480px){
.PicList002854 li aside{font-size: 14px;line-height: 20px; height: 40px;}
}


/*Floor002658 */
.Floor002658{ overflow:hidden; padding: var(--padMar100) 0;color: #021424;background:url(../images/Floor003236_bg.jpg) no-repeat center;}

/*slick Basic*/
.Floor002658 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.Floor002658 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Floor002658 .slick-list:focus {outline: none}
.Floor002658 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Floor002658 .slick-slider .slick-track, 
.Floor002658 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.Floor002658 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Floor002658 .slick-track:before, 
.Floor002658 .slick-track:after{display: table; content: '';}
.Floor002658 .slick-track:after{ clear: both;}
.Floor002658 .slick-loading .slick-track { visibility: hidden;}
.Floor002658 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Floor002658 .slick-slide .slick-loading img { display: none;}
.Floor002658 .slick-slide .dragging img { pointer-events: none;}
.Floor002658 .slick-initialized .slick-slide { display: block;}
.Floor002658 .slick-loading .slick-slide { visibility: hidden;}
.Floor002658 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Floor002658 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.Floor002658 .slider > ul{margin-bottom: 42px;}
.Floor002658 li.slick-slide{ position:relative;transform:scale(0.8); transition:0.5s 0.3s;padding:0.12rem 0;}
.Floor002658 li.slick-slide:before{ position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:#fff; opacity:0.7;transition:0.5s 0.3s; z-index: 10;}
.Floor002658 li.slick-current{ transform:scale(1);}
.Floor002658 li.slick-current::before{opacity: 0;z-index: 1;}
.Floor002658 li.slick-slide .files,
.Floor002658 li.slick-slide a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index: 4;}
.Floor002658 li.slick-slide .txt{padding:0.3rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);background-color:#fff;font-size: var(--font-size18);border-radius: 5px;}
.Floor002658 li.slick-slide .txt h3{font-size: var(--font-size20);color: var(--hover-color);margin:0.2rem 0 0.1rem;}
.Floor002658 li.slick-slide .files{ background:#000; display:none; z-index: 7;}
.Floor002658 li.slick-slide aside{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:18px; color:#fff;}
.Floor002658 li.slick-slide aside span{ display:block; border-radius:50%; width:85px; height:85px; border:3px solid #fff; background:rgba(255,255,255,0.16);  position:relative; margin:0 auto 10px;}
.Floor002658 li.slick-slide aside span::before{ position:absolute; content:''; border:12px solid transparent; border-left-color:#fff;left:50%; top:50%; margin-left:-6px; margin-top:-12px;}

.Floor002658 .slick-dots{ text-align:center;position: absolute; left: 0; width: 100%; bottom:-20%; margin: .4rem 0; }
.Floor002658 .slick-dots::before{position: absolute; content: ''; height:.02rem;width: 100vw; left: 50%;margin-left: -50vw; top:50%; border-bottom:2px solid #e5e5e5; margin-top: -5px;}
.Floor002658 .slick-dots li{ display:inline-block; margin:0 .1rem;border:1px solid transparent; border-radius:50%; width:.2rem; height:.2rem; position:relative;}
.Floor002658 .slick-dots li:before{ position:absolute; content:''; left:3px; top:3px; right:3px; bottom:3px; border-radius:50%; background:#ccc;}
.Floor002658 .slick-dots li.slick-active{ border-color:var(--hover-color);}
.Floor002658 .slick-dots li.slick-active:before{ background:var(--hover-color);}
.Floor002658 .slick-dots li button{display: none;}


.Floor002658 .slick-arrow{width:.55rem;height:.55rem;border-radius:0 8px 0 8px;border:1px solid var(--hover-color);top:42%;z-index:3;transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);
  -ms-transform:translate(0,0);-o-transform:translate(0,0);background-size:.2rem;background-position: center; background-repeat: no-repeat; position: absolute;}
.Floor002658 .slick-arrow.slick-next{right:-3%}
.Floor002658 .slick-arrow.slick-prev{left:-3%; background-image:url(../images/arrow.svg);transform: rotate(180deg);}
.Floor002658 .slick-arrow.slick-next{background-image:url(../images/arrow.svg)}
.Floor002658 .slick-arrow:hover{background-color: var(--hover-color);border-color: var(--hover-color);}
.Floor002658 .slick-arrow.slick-prev:hover{background-image:url(../images/arrow_w.svg);transform: rotate(180deg);}
.Floor002658 .slick-arrow.slick-next:hover{background-image:url(../images/arrow_w.svg)}

@media(max-width:640px){
.Floor002658 li.slick-slide{ transform:scale(1);}
.Floor002658 .slick-prev{left:3%; margin-left:0;}
.Floor002658 .slick-next{right:3%; margin-right:0;}
/*.Floor002658 li.slick-slide:before{ display:none;}*/
}
@media(max-width:480px){
.Floor002658 li.slick-slide aside span{ width:50px; height:50px;}
}


.search_list li{display:flex; justify-content:space-between; align-items:center; padding: 1.5% 0; border-bottom: solid 1px #ecedee}
.search_list li a{width: 80%;}
.search_list li time{color: var(--greyc)}
.search_list li span{color: #cc0000;}
.RighInfo002810.search{padding: 25px 0 0 0;}
.RighInfo002810.search .text{margin-bottom: 2%;}



/* ========== Version 2: Modern Card Layout ========== */
.sec { padding:2% 0 3% 0; }
.sec-alt { background: #f7f9fc; }

.container { max-width: 1440px; margin: 0 auto;width:86%}

/* Section heading */
.sec-heading { text-align: center; margin-bottom: 50px; }
.sec-heading .label {
    display: block; font-size: 13px; font-weight: 600; letter-spacing: 3px;
    color: #005dad; text-transform: uppercase; margin-bottom: 12px;display: none;
}
.sec-heading h2 {
    font-size: 36px; color: #1a1a1a; font-weight: 500; margin: 0;
    position: relative; display: inline-block; padding-bottom: 18px;
}
.sec-heading h2::after {
    content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 50px; height: 3px; background: linear-gradient(90deg, #005dad, #4da3ff);
    border-radius: 2px;
}

/* ========== 1. Product Overview ========== */
.overview { padding: 60px 0; background: #fff; }
.overview-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.overview-slider.ovSlider-h500 .proSlide { aspect-ratio: 5/3.5; height: auto; position: relative; overflow: hidden; }
.overview-slider.ovSlider-h500 .proSlide-track { position: absolute; inset: 0; }
.overview-slider.ovSlider-h500 .proSlide-item { position: absolute; inset: 0; overflow: hidden; }
.overview-slider.ovSlider-h500 .proSlide-item.on { display: block; }
.d3CoverImg {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center center;
}
.overview-slider { position: relative; }
.overview-slider .proSlide { position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.12); }
.overview-slider .proSlide-item { display: none; }
.overview-slider .proSlide-item.on { display: block; }
.overview-slider .proSlide-item img { width: 100%; display: block; }
.overview-dots {
    display: flex; justify-content: center; gap: 8px; margin-top: 20px;
}
.overview-dots .dot {
    width: 10px; height: 10px; border-radius: 50%; background: #ddd;
    cursor: pointer; transition: all 0.3s;
}
.overview-dots .dot:hover { background: #005dad; }
.overview-dots .dot.on { background: #005dad; width: 28px; border-radius: 5px; }
.overview-info .product-title {
    font-size: 14px; font-weight: 600; letter-spacing: 2px; color: #005dad;
    text-transform: uppercase; margin-bottom: 16px;
}
.overview-info h1 {
    font-size: 38px; color: #1a1a1a; font-weight: 600; line-height: 1.2; margin: 0 0 24px;
}
.overview-info .desc {
    font-size: .16rem; color: #021424; line-height:1.33; margin: 0;
}
.overview-info .desc + .desc { margin-top: 12px; }

/* ========== 2. Key Features (merged) ========== */
.features { background: #f7f9fc; }
.features-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 60px;
}
.feature-card {
    background: #fff; border-radius: 12px; padding: 36px 28px; text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04); transition: all 0.4s ease;
    border: 1px solid rgba(0,93,173,0.08);
}
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,93,173,0.12);
    border-color: rgba(0,93,173,0.3);
}
.feature-card .icon-wrap {
    width: 64px; height: 64px; border-radius: 50%; background:linear-gradient(135deg, #47aaff, #005dad);
    display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
}
.feature-card .icon-wrap img { width: 32px; height: 32px; }
.feature-card h3 {
    font-size: .16rem; color: #1a1a1a; font-weight: 600; margin: 0 0 10px;
    letter-spacing: 0.5px;
}
.feature-card p {
    font-size: 14px; color: #777; line-height: 1.33; margin: 0;
}

/* Bottom features row: left list + right image */
.features-detail {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
    background: #fff; border-radius: 16px; padding: 50px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.06);
}
.features-detail ul { list-style: none; padding: 0; margin: 0; }
.features-detail li {
    position: relative; padding-left: 32px; margin-bottom: 20px;
    font-size: 16px; color: #021424; line-height: 1.6;
}
.features-detail li::before {
    content: ''; position: absolute; left: 0; top:3px;
    width: 18px; height: 18px; border-radius: 50%;
    background: linear-gradient(135deg, #005dad, #4da3ff);
    box-shadow: 0 2px 8px rgba(0,93,173,0.3);
}
.features-detail li::after {
    content: '✓'; position: absolute; left: 4px; top: 3px;
    color: #fff; font-size: 12px; font-weight: bold;
}
.features-detail .img-wrap {
    border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.features-detail .img-wrap img { width: 100%; display: block; transition: transform 0.5s;max-height:5rem;overflow:hidden;object-fit:cover;}
.features-detail .img-wrap:hover img { transform: scale(1.03); }
/* ========== 3. Product Compliance (Table) ========== */
.compliance { background: #fff; }
.spec-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border-bottom: none !important;
    box-shadow: 0 4px 30px rgba(0,0,0,0.06);
}
.spec-table {
    width: 100%;
    border-collapse: collapse;
    /* 表格整体外边框全部清除 */
    border: none !important;
}
.spec-table thead th {
    background: linear-gradient(135deg, #005dad, #0077cc);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 24px;
    text-align: left;
    letter-spacing: 0.5px;
    /* 重点：删除表头所有垂直竖线，不要border-left / border-right */
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important; /* 表头底部蓝线彻底清除 */
}
.spec-table thead th:first-child { width: 180px; }

.spec-table tbody td {
    padding: 18px 24px;
    font-size: 14px;
    color: #444;
    line-height: 1.33;
    /* 只保留水平底部分隔线，垂直左右边框全部干掉 */
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #eef2f7;
    vertical-align: top;
}
.spec-table tbody td:first-child {
    font-weight: 600;
    color: #005dad;
    background: #f7f9fc;
    white-space: nowrap;
}
.spec-table tbody tr:hover td { background: #f0f6ff; }
/* 最后一行单元格移除底部横线，消除表格最底下线条 */
.spec-table tbody tr:last-child td {
    border-bottom: none !important;
}
.spec-table thead tr:first-child th[rowspan="2"] { text-align: center; }
.spec-table thead tr:last-child th { background: #e8f1fb !important; color: #005dad; }
.spec-table tbody td:first-child { text-align: center; padding: 14px 10px; }
.spec-table tbody td:first-child img { width: 44px; display: block; margin: 0 auto 6px; }
.spec-table tbody td { padding: 14px 10px; line-height: 1.5; font-size: 13px; }
.spec-table tfoot td { padding: 12px 18px; background: #f7f9fc; color: #999; font-size: 12px; border-top: 1px solid #eef2f7; text-align: center; }

/* ========== 4. Applications ========== */
.applications { background: #f7f9fc; }
 .app-grid {
    display: grid; grid-template-columns: repeat(7, 1fr); gap: 20px;
}
 .app-grid:has(.app-item:nth-child(5)):not(:has(.app-item:nth-child(6))) {
    grid-template-columns: repeat(5, 1fr);
}
 .app-grid:has(.app-item:nth-child(6)):not(:has(.app-item:nth-child(7))) {
    grid-template-columns: repeat(6, 1fr);
}
 .app-item {
    background: #fff; border-radius: 12px; padding: 30px 16px; text-align: center;
    transition: all 0.4s ease; border: 1px solid rgba(0,0,0,0.04);
}
 .app-item:hover {
    transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,93,173,0.15);
    border-color: rgba(0,93,173,0.2);
}
 .app-item .icon {
    width: 56px; height: 56px; margin: 0 auto 14px;
    background: linear-gradient(135deg, #e8f1fb, #d0e3f7);
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
}
 .app-item .icon img { width: 30px; height: 30px; }
 .app-item h4 {
    font-size: 14px; color: #021424; font-weight: 600; margin: 0; line-height: 1.4;
}

/* ========== 5. Certifications ========== */
.certs { background: #fff; }
.cert-grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px;
   margin: 0 auto;
}
.cert-grid:has(.cert-item:nth-child(4)) {
    grid-template-columns: repeat(5, 1fr); 
}
.cert-item {
    background: #fff; border-radius: 12px; text-align: center;
    border: 2px solid #eef2f7; transition: all 0.4s ease;
}
.cert-item:hover {
    border-color: #005dad; box-shadow: 0 12px 40px rgba(0,93,173,0.12);
    transform: translateY(-4px);
}
.cert-item img {margin: 0 auto; display: block;border-radius: 12px; }

/* Responsive */
@media (max-width: 1024px) {
    .overview-grid { grid-template-columns: 1fr; gap: 40px; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .features-detail { grid-template-columns: 1fr; padding: 30px; }
    .app-grid { grid-template-columns: repeat(4, 1fr); }
    .cert-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .sec { padding: 50px 0; }
    .overview-info h1 { font-size: 28px; }
}
@media (max-width: 768px) {
    .features-grid { grid-template-columns: 1fr; }
    .app-grid { grid-template-columns: repeat(3, 1fr); }
    .cert-grid { grid-template-columns: 1fr; }
    .spec-table thead th,
    .spec-table tbody td { padding: 12px; font-size: 12px; }
}


/* ===== 合规板块 3 卡片 ===== */
.compliance-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 30px rgba(0,0,0,0.06); }
.compliance-cards .cp-card { border-right: 1px solid #eef2f7; padding: 28px 32px; }
.compliance-cards .cp-card:last-child { border-right: none; }
.compliance-cards .cp-title { font-size: 16px; font-weight: 600; color: #005dad; padding-bottom: 14px; border-bottom: 2px solid #005dad; margin-bottom: 20px; }
.compliance-cards .std-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
.compliance-cards .std-row:last-child { margin-bottom: 0; }
.compliance-cards .std-logo { width: 64px; height: 64px; flex-shrink: 0; }
.compliance-cards .std-meta { font-size: 14px; color: #021424; line-height: 1.6; }
.compliance-cards .std-meta strong { color: #005dad; display: block; font-size: 15px; margin-bottom: 2px; }
.compliance-cards .kv-row { display: flex; padding: 10px 0; border-bottom: 1px solid #f0f3f6; font-size: 13px; line-height: 1.5; }
.compliance-cards .kv-row:last-child { border-bottom: none; }
.compliance-cards .kv-row .k { width: 40%; color: #666; font-weight: 500; }
.compliance-cards .kv-row .v { width: 60%; color: #1a1a1a; }
.compliance-cards .prop-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.compliance-cards .prop-table th { background: #e8f1fb; color: #005dad; font-size: 12px; padding: 10px 12px; text-align: left; font-weight: 600; }
.compliance-cards .prop-table td { padding: 10px 12px; border-bottom: 1px solid #f0f3f6; color: #021424; }
.compliance-cards .prop-table tr:last-child td { border-bottom: none; }
@media (max-width: 1024px) { .compliance-cards { grid-template-columns: 1fr; } .compliance-cards .cp-card { border-right: none; border-bottom: 1px solid #eef2f7; } .compliance-cards .cp-card:last-child { border-bottom: none; } }
