html{width: 100%;font-size: 10px;scroll-behavior: smooth;}
@media screen and (max-width:1720px) {html{font-size: 9px;}}
@media screen and (max-width:1520px) {html{font-size: 8px;}}
@media screen and (max-width:1320px) {html{font-size: 7px;}}
@media screen and (max-width:1199px) {html{font-size: 8px;}}

html{width: 100%;scroll-behavior: smooth;}
body{font-size: 1.6rem; background: #fff; font-family: "Arial","Microsoft Yahei"; line-height: 1.5; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body{overflow-x:hidden;position: relative;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;pointer-events: none;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 8rem;}
.pd50{padding: 0 5rem;}
.w1520{position: relative;width: 1520px;margin: 0 auto;}
.container{position: relative;width: 1520px;margin: 0 auto;}
.layui-layer-video{max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}
.h50{display: block;height: 5rem;}
.loadImg{display: none!important;}

@font-face {
	font-family: DIN;
	src: url(../fonts/DIN-BOLD.OTF);
}
@keyframes upDown{
	0%{transform: translateY(1rem);}
	50%{transform: translateY(-1.5rem);}
	100%{transform: translateY(1rem);}
}


.h-nav .h-subnav {width:35rem;background:#ffffff;font-size:1.6rem;text-align:left;position:absolute;left:50%;transform: translateX(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 1.6rem -4px rgba(0,0,0,.3);margin-top:2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.h-nav .h-subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .h-subnav a {transition: .3s; padding: 0 0.1rem;box-sizing: border-box; width: 100%; display:block;height:5rem;line-height:5rem;color:#333;font-size: 1.6rem;text-align: center;font-weight: normal;}
.h-nav .h-subnav a:hover {background:#0068B7;color:#fff!important;}
.h-nav .li:hover .h-subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}





.h-header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: .3s;border-bottom: 1px solid rgba(255,255,255,.5);}
.h-header>div{display: flex;align-items: center;min-height: 10rem;transition: .45s;}
.h-header.active>div{min-height: 8rem;}
.h-logo{display: block;margin-right: auto;}
.h-logo img{display: block;height: 7rem;}
.h-nav{display: flex;}
.h-nav .li{position: relative;margin-right: 6rem;}
.h-nav .li>a{display: block;line-height: 10rem;border-radius: 2rem;font-size: 1.8rem;color: #333333;}
.h-nav .li.active>a,.h-nav .li:hover>a{color: #0068B7;}
.h-lang{display: flex;align-items: center;justify-content: center;height: 4rem;border-radius: 4rem;border: 1px solid #FFFFFF;padding: 0 1rem;min-width: 9rem;}
.h-lang i{display: block;width: 2rem;height: 2rem;background-image: url(../images/langIcon1.png);background-size: 100%;margin-right: 0.5rem;transition: .3s;}
.h-lang span{display: block;font-size: 2rem;color: #FFFFFF;line-height: 1;transition: .3s;}
.h-lang:hover{border-color: #0068B7;background-color: #0068B7;}
.h-search{display: flex;align-items: center;justify-content: center;border: 1px solid #FFFFFF;width: 4rem;height: 4rem;border-radius: 4rem;margin-left: 3rem;transition: .3s;cursor: pointer;}
.h-search i{display: block;width: 2rem;height: 2rem;background-image: url(../images/searchIcon1.png);background-size: 100%;transition: .3s;}
.h-search:hover{border-color: #0068B7;background-color: #0068B7;}
.h-header.active .li>a{line-height: 8rem;}
.h-header.active,.h-header.white{background: #fff;box-shadow: 0px 0px 0.5rem 0 #cecece;}
.h-header.active .h-lang,.h-header.white .h-lang{border-color: #333;}
.h-header.active .h-lang i,.h-header.white .h-lang i{background-image: url(../images/langIcon2.png);}
.h-header.active .h-lang span,.h-header.white .h-lang span{color: #333;}
.h-header.active .h-lang:hover,.h-header.white .h-lang:hover{border-color: #fff;}
.h-header.active .h-lang:hover i,.h-header.white .h-lang:hover i{background-image: url(../images/langIcon1.png);}
.h-header.active .h-lang:hover span,.h-header.white .h-lang:hover span{color: #fff;}
.h-header.active .h-search,.h-header.white .h-search{border-color: #333;}
.h-header.active .h-search i,.h-header.white .h-search i{background-image: url(../images/searchIcon2.png);}
.h-header.active .h-search:hover,.h-header.white .h-search:hover{border-color: #fff;}
.h-header.active .h-search:hover i,.h-header.white .h-search:hover i{background-image: url(../images/searchIcon1.png);}


.wap_header{width: 100%; height: 7rem; padding: 0 1.2rem; display: none; justify-content: space-between; align-items: center; position: fixed; left: 0; top: 0; z-index: 9999;box-sizing: border-box;background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);}
.wap_header .toggle{display: block; width: 3rem; height: 2.4rem; position: relative; z-index: 6;margin-left: 2rem;}
.wap_header .toggle i{display: block; width: 3rem; height: 0.2rem; background: #FFFFFF; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 1rem;}
.wap_header .toggle i:nth-of-type(3){top: 2rem;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 0.8rem; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 0.8rem; transform: rotate(-45deg);}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 30rem; background: #fff; height: 100vh; padding: 5.6rem 0 2rem 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 7rem);width: 100%; margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 2rem; line-height: 4rem; font-size: 1.8rem; position: relative;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 7rem; line-height: 7rem; display: block; padding-right: 3rem; font-size: 1.8rem; color: #333;}
.wap_header .nav ul li a:active  {color: #0068B7 !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 3rem; height: 7rem; font-size: 1.6rem; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #0068B7; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 2rem !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 6rem; line-height: 6rem; font-size: 1.6rem;}
.wap_header .nav ul li ul li i{top: -1rem;}
.wap_header .logo{position: relative;height: 4rem;margin-right: auto;z-index: 999;}
.wap_header .logo img{height: 100%;}


.search-bg {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f5f5f5;display: none;z-index: 9999;}
.search-alert {position: fixed;z-index: 100;background: rgba(0,0,0,.7);left: 0;top: 0;width: 100%;height: 100%;opacity: 1;z-index: 9999;}
.search-alert input::-webkit-input-placeholder {color: #fff !important;}
.search-alert input::-moz-placeholder {/* Mozilla Firefox 19+ */color: #fff !important;}
.search-alert input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #fff !important;}
.search-alert input:-ms-input-placeholder {/* Internet Explorer 10-11 */color: #fff !important;}
.search-alert .cent-form {opacity: 0;-webkit-transform: translate(0, 4rem);-ms-transform: translate(0, 4rem);transform: translate(0, 4rem);-webkit-transition: all .5s;transition: all .5s;}
.search-alert .close {width: 3rem;height: 3rem;position: absolute;top: 3.8rem;right: 2.6%;cursor: pointer;background: url(../images/colse.png) no-repeat center;background-size: 1.8rem auto;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.search-alert .cent-form {position: absolute;width: 94.8%;left: 2.6%;top: 50%;height: 6rem;margin-top: -6.3rem;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.search-alert .cent-form:before {content: "";color: #fff;font-size: 3rem;position: absolute;left: 0;height: 5rem;width: 5rem;top: 50%;margin-top: -2.5rem;background: url(../images/z_img9.png) no-repeat center;background-size: 2.8rem auto;}
.search-alert .cent-form .tex {border: none;font-size: 4rem;height: 5rem;line-height: 5rem;text-align: center;width: 100%;color: #fff;background: none;padding-left: 10rem;padding-right: 14rem;box-sizing: border-box;}
.search-alert .cent-form .sub-butn {border: none;height: 5rem;font-size: 8rem;line-height: 5rem;color: #fff;text-align: right;background: none;position: absolute;right: 0;top: 0;width: 12rem;text-align: center;font-size: 2.6rem;cursor: pointer;}
.search-alert {-webkit-transform-origin: bottom center;-ms-transform-origin: bottom center;transform-origin: bottom center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s .5s;transition: transform .3s .5s;}
.search-alert.active {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.search-alert.active .cent-form {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .5s .3s;transition: all .5s .3s;}



.mySwiperBannerPC{display: block;}
.mySwiperBannerWAP{display: none;}
.mySwiperBanner{position: relative;overflow: hidden;width: 100%;height: 100%;}
.mySwiperBanner .img{display: block;width: 100%;height: 100%;}
.mySwiperBanner .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bannerTab{position: absolute;bottom: 5rem;left:0%;width: 100%;z-index: 99;}
.bannerTab>div{display: flex;}
.bannerTab .swiper-pagination{position: relative;top: 0;margin: 0!important;display: flex;}
.bannerTab .swiper-pagination .swiper-pagination-bullet{display: flex;align-items: center;justify-content: center;width: auto;height: auto;background: none;font-family: DIN;font-weight: bold;font-size: 1.4rem;color: #FFFFFF;transition: .3s;opacity: 0.5;margin-right: 1.8rem;}
.bannerTab .swiper-pagination .swiper-pagination-bullet::after{content: "";display: block;width: 1rem;height: 1px;background: #FFFFFF;transition: .3s;margin-left: 0.5rem;}
.bannerTab .swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}
.bannerTab .swiper-pagination .swiper-pagination-bullet-active::after{width: 1rem;}
.bannerMouse{margin: 0 auto;width: 22px;animation: upDown 1.5s infinite;}
.bannerMouse img{display: block;width: 100%;}
.bannePN{display: flex;align-items: center;justify-content: center;}

.zdyPrev,.zdyNext{display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;border-radius: 100%;border: 1px solid #fff;position: relative;overflow: hidden;cursor: pointer;z-index: 9;}
.zdyPrev i,.zdyNext i{display: block;width: 8px;height: 13px;background-image: url(../images/iconRight1.png);background-size: 100%;position: relative;z-index: 9;}
.zdyPrev{margin-right: 2rem;}
.zdyPrev i{transform: rotate(180deg);}
.zdyPrev::after,.zdyNext::after{content: "";display: block;width: 100%;height: 100%;background: #0068B7;position: absolute;left: 0%;top: 0;opacity: 0;transition: .3s;}
.zdyPrev:hover::after,.zdyNext:hover::after{opacity: 1;}




.indTitle{display: flex;flex-direction: column;align-items: flex-start;white-space: nowrap;}
.indTitle .atit{display: block;font-weight: bold;font-size: 2rem;color: #009F41;line-height:1.3;background: linear-gradient(-90deg, #A6CC0B 0%, #009944 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.indTitle .btit{display: block;font-weight: bold;font-size: 3rem;color: #0068B7;line-height:1;margin-top: 1rem;}
.indTitle.white .btit{color: #fff;}
.indTitle.ct{text-align: center;align-items: center;}

.flexTit{display: flex;position: relative;z-index: 999;}
.titSelList{display: flex;margin-left: auto;margin-top:auto;margin-bottom: -1rem;}
.titSel{display: flex;align-items: center;justify-content: center;background: #FFFFFF;box-shadow: 0px 0.2rem 1rem 0px rgba(0,0,0,0.1);border-radius: 2.5rem;padding:0 1rem;min-width: 15rem;height: 5rem;margin: 1rem;color: #000000;font-size: 1.8rem;line-height:1;overflow: hidden;position: relative;}
.titSel span{position: relative;z-index: 9;}
.titSel::after{content: "";display: block;width: 100%;height: 100%;background: linear-gradient(90deg, #00CCFF, #005EB8);position: absolute;top: 0;left: 0;z-index: 1;opacity:0;transition: .3s;}
.titSel.active,.titSel:hover,.swiper-slide-thumb-active .titSel{color: #fff;}
.titSel.active::after,.titSel:hover::after,.swiper-slide-thumb-active .titSel::after{opacity: 1;}

.indA{display: flex;align-items: center;color: #0068B7;cursor: pointer;transition: .3s;}
.indA span{display: block;line-height: 1;}
.indA i{display: block;width: 4rem;height: 4rem;border-radius: 50%;border: 1px solid #0068B7;background-image: url(../images/iconRight2.png);background-repeat: no-repeat;background-size: 2rem;background-position: center;margin-left: 1.2rem;transition: .3s;}
.indA:hover i{margin-left: 2rem;background-image: url(../images/iconRight3.png);background-color: #0068B7;}
.indA.white{color: #FFF;}
.indA.white i{border-color:#fff;background-image: url(../images/iconRight3.png);}
.indA.grey{color: #A9A9A9;}
.indA.grey i{border-color:#A9A9A9;background-image: url(../images/iconRight4.png);}
.indA.grey:hover{color: #0068B7;}
.indA.grey:hover i{border-color:#0068B7;background-image: url(../images/iconRight3.png);}



.sec1{background: url(../images/sec1Bg.jpg) center/cover;}
.indHongtu{display: flex;align-items: center;}
.htDesc{width: 50%;}
.htDesc .htCt{font-size: 1.6rem;color: #555555;line-height: 2.6rem;margin-bottom: 5rem;}
.htImg{width: 50%;position: relative;}
.htImg img{width: 100%;}
.aboutNumer{display: flex;justify-content: space-between;/* margin-top: 8rem; */}
.abNumItem{display: flex;flex-direction: column;align-items: center;}
.abNumItem p{display: block;font-size: 6rem;color: #000000;line-height: 1;font-family: DIN;font-weight: bold;background: linear-gradient(-90deg, #00CCFF 0%, #005EB8 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.abNumItem span{display: block;font-size: 1.8rem;color: #000000;line-height: 1;margin-top: 1.5rem;}


/* .sec2{background-image: url(../images/sec2Bg.png);background-repeat: no-repeat;background-size: auto 100%;background-position: 67%;} */
.sec2{overflow: hidden;}
.mySwiperProSel{position: relative;overflow: hidden;margin-left: 5rem;}
.mySwiperProSel .swiper-slide{width: auto;}

.mySwiperProDesc{position: relative;overflow: hidden;}
.mySwiperProImg{position: relative;overflow: hidden;}
.indProBox{display: flex;align-items: center;padding-left: calc((100% - 1520px)/2);margin-top: 3rem;}
.proLine{width: 200px;position: relative;}
.proLine .proShadow{width: 130px;height: 1050px;background-image: url(../images/sec2Bg.png);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.proLine .indProBtn{display: block;width: 4rem;height: 4rem;border-radius: 50%;background-image: url(../images/iconRight3.png);background-color: #0068B7;background-repeat: no-repeat;background-size: 2rem;background-position: center;transition: .3s;margin-left: 50px;position: relative;z-index: 9;cursor: pointer;}
.proLine .indProBtn:hover{box-shadow: 0px 0px 10px 0 rgba(0,94,184,.5);}

.proDesc{width: calc(60% - 100px);}
.proImg{width: calc(40% - 100px);}
.proDescItem{display: flex;align-items: center;}
.proDescItem .pdd{width: 46%;padding-right: 4rem;}
.proDescItem .pdd .atit{font-size: 3.6rem;color: #000000;line-height: 1.2;font-weight: bold;}
.proDescItem .pdd .btit{font-size: 1.6rem;color: #666666;line-height: 1.65;margin: 3.5rem 0;}
.proDescItem .pdd .ctit{font-size: 1.6rem;color: #000000;line-height: 1.65;}
.proDescItem .pdd .ctit p{display: flex;}
.proDescItem .pdd .ctit p+p{margin-top: 1rem;}
.proDescItem .pdd .ctit p:before{content: "";display: block;width: 2rem;height: 2rem;background: url(../images/yesIcon1.png);background-size: 100%;flex-shrink: 0;margin: 0.3rem 0.8rem 0 0;}
.proDescItem .pdd .dtit{margin-top: 6rem;}
.proDescItem .pdi{width: 54%;padding: 5rem 0;position: relative;}
.proDescItem .pdi .img{width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;overflow: hidden;position: relative;background:linear-gradient(0deg, #ebebeb, #eaebee);} 
.proDescItem .pdi .img img{display: block;width: 100%;position: absolute;top: 0;left: 0;transition: .3s;}
.proDescItem .pdi .img:hover img{transform: scale(1.04);}
.proDescItem .pdi p{position: absolute;bottom: 0;left: 0;width: 100%;font-size: 1.8rem;color: #666666;line-height: 1.65;text-align: center;}

.proImg{padding-right:10rem;0position: relative;}
.proDescImg{padding: 5rem 0;max-width: 43rem;margin: 0 auto;}
.proDescImg .img{width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;overflow: hidden;position: relative;background:linear-gradient(0deg, #d9d9d9, #f5f5f5);} 
.proDescImg .img img{display: block;width: 100%;position: absolute;top: 0;left: 0;transition: .3s;}
.proDescImg .img:hover img{transform: scale(1.04);}
.proDescImg p{position: absolute;bottom: 0;left: 0;width: 100%;font-size: 1.8rem;color: #666666;line-height: 1.65;text-align: center;}




.sec3{position: relative;}
.sec3 .indTitle{position: absolute;top: 12rem;left: 0;width: 100%;z-index: 99;pointer-events: none;}
.ysBox{display: flex;height: 100%;transition: .3s;background-position: center;background-size: cover;}
.ysItem{display: flex;width: 100%;flex-direction: column;justify-content: flex-end;align-items: center;text-align: center;padding: 20rem 5rem 10rem;position: relative;}
.ysItem::after{content: "";opacity: 0;display: block;width: 100%;height: 100%;background: linear-gradient(0deg, #0068B7 0%, rgba(0,104,183,0) 100%);transition: .3s;position:absolute;top: 0;left: 0;}
.ysItem+.ysItem:before{content: "";display: block;width: 1px;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(0deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 50%);}
.ysItem .atit{width: 6rem;margin: 0 auto;position: relative;z-index: 9;}
.ysItem .atit img{width: 100%;display: block;}
.ysItem .btit{font-size: 2.4rem;color: #FFFFFF;line-height:1.35;font-weight: bold;margin: 5rem 0 4rem;position: relative;z-index: 9;}
.ysItem .ctit{font-size: 1.6rem;color: #FFFFFF;line-height: 2.5rem;height: 0;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;transition: .3s;position: relative;z-index: 9;}
.ysItem .dtit{transition: .3s;position: relative;z-index: 9;}
.ysItem .indA i{margin-left: 0;}
.ysItem.active .ctit{height: 12.5rem;}
.ysItem.active::after{opacity: 1;}



.indAboutBox{display: flex;height: 100%;}
.iabDesc{display: flex;flex-direction: column;justify-content: center;width: 50%;padding-left: calc((100% - 1520px)/2);padding-top: 8rem;position: relative;z-index: 99; background-color: #f5f5f5;}
.iabDesc .indTitle{margin-top: auto;}
.iabBtit{font-size: 1.6rem;color: #666666;line-height: 1.65;padding-right: 10rem;}
.iabBtit p+p{margin-top: 1rem;}
.iabCtit{margin: 5rem 0 2rem;}

.indNumBox{width: 133.3%;display: flex;margin: auto 0;}
.indNumItem{width: 100%;padding: 2.5rem 1rem 2.5rem 3rem;background: #0068B7;}
.indNumItem+.indNumItem{margin-left: 1px;}
.indNumItem .atit{}
.indNumItem .btit{display: flex;align-items: center;font-size: 4.8rem;line-height:1;font-weight: bold;color: #FFFFFF;fill: #FFFFFF;font-family: DIN;margin: 0.5rem 0 1rem;}
.indNumItem .btit i{font-size: 3.6rem;}
.indNumItem .ctit{font-size: 1.6rem;line-height:1;color: #FFFFFF;opacity: 0.7;}

.iabImg{width: 50%;display: block;position: relative;}
.iabImg>img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.videoPlay{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 16rem;cursor: pointer;}
.videoPlay .img2{position: absolute;top: 0;left: 0;animation: circle 4s infinite linear;}
@keyframes circle{0%{transform: rotate(0deg);}100%{transform: rotate(365deg);}}



.sec5{background: url(../images/sec5Bg.jpg) center/cover;}
.indNewsBox{display: flex;}
.indNewsLeft{width: calc(50% - 2.5rem);}
.mySwiperIndNews{position: relative;overflow: hidden;}
.mySwiperIndNews .swiper-pagination{top: 42rem;bottom: auto;display: flex;justify-content: flex-end;padding: 0 3rem;}
.mySwiperIndNews .swiper-pagination-bullet{display: block;width: 20px;height: 4px;background: #F9F9F9;border-radius: 0;opacity: 1;transition: .3s;}
.mySwiperIndNews .swiper-pagination-bullet-active{background: #0068B7;}
.indNewsItem1{display: block;width: 100%;}
.indNewsItem1 .img{display: block;overflow: hidden;border-radius: 2rem;height: 45rem;}
.indNewsItem1 .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.indNewsItem1 .desc{display: flex;flex-direction: column;}
.indNewsItem1 .desc .atit{font-size: 1.8rem;line-height: 3rem;font-weight: bold;color: #FFFFFF;background: linear-gradient(0deg, #00CCFF 0%, #005EB8 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin: 3rem 0 .8rem;}
.indNewsItem1 .desc .btit{font-size: 2.4rem;line-height: 3.4rem;height: 3.4rem;color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indNewsItem1 .desc .ctit{font-size: 1.6rem;line-height: 3.4rem;height: 3.4rem;color: #999999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin: 1rem 0 2rem;}
.indNewsItem1 .desc .dtit{}
.indNewsItem1:hover .img img{transform: scale(1.04);}
.indNewsItem1:hover .desc .btit{color: #0068B7;}
.indNewsRight{width: calc(50% - 2.5rem);border-top: 1px solid #ccc;margin-left: auto;}
.indNewsItem2{display: flex;align-items: center;height: 33.333%;padding: 2rem 0;border-bottom: 1px solid #ccc;}
.indNewsItem2 .date{width:14rem;padding-right: 5rem;text-align: center;transition: .3s;}
.indNewsItem2 .date p{display: block;font-size: 8rem;color: #FFFFFF;line-height: 1;font-weight: bold;background: linear-gradient(90deg, #00CCFF 0%, #005EB8 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.indNewsItem2 .date span{display: block;font-size: 2rem;color: #FFFFFF;line-height: 1;font-weight: bold;background: linear-gradient(90deg, #00CCFF 0%, #005EB8 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.indNewsItem2 .desc{width: calc(100% - 14rem);transition: .3s;}
.indNewsItem2 .desc p{display: block;font-size: 2.4rem;line-height: 3.2rem;height: 3.2rem;color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indNewsItem2 .desc span{display: block;font-size: 1.6rem;line-height: 2.5rem;height: 5rem;color: #999999;margin-top: 1.5rem;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.indNewsItem2:hover .date{transform: translateY(-1rem);}
.indNewsItem2:hover .desc{transform: translateY(-1rem);}




.autofooter,.autofooter .fp-tableCell{height: auto!important;}
.h-footer{background: url(../images/footerBg.jpg) center/cover;}
.h-footer:before{content: "";display: block;width: 100%;height: 0.8rem;background: linear-gradient(90deg, #A6CC0B, #009944);}
.foot1{padding: 10rem 0 5rem;}
.f-logo{display:block;margin-bottom: 3rem;}
.f-nav{display:flex;justify-content: space-between;}
.f-nav .dt a,.f-nav .dt span{display:block;font-weight: bold;font-size: 1.8rem;color: #FFFFFF;line-height: 1;}
.f-nav .dt::after{content: "";display: block;width: 3rem;height: 0.2rem;margin: 2rem 0 1.8rem;background: linear-gradient(90deg, #A6CC0B, #009944);}
.f-nav .dd{margin-bottom: 1.4rem;display: flex;align-items: flex-start;}
.f-nav .dd>img{margin: 3rem 1rem 0 0;width: 15px;}
.f-nav .dd i{display:block;font-size: 1.6rem;color: #FFFFFF;line-height: 1.4;}
.f-nav .dd a,.f-nav .dd span{display:block;font-size: 1.6rem;color: #ffffff;line-height: 1.4;opacity: .8;}
.f-nav .dd strong{display: block;color: #FFFFFF;font-weight: bold;font-size: 4rem;font-family: DIN;line-height: 1;}
.ewmBox{width: 150px;}
.ewmBox .img{background: #fff;border-radius: 10px;padding: 7.5px;}
.ewmBox .img img{display: none;width: 100%;}
.ewmBox .img img.active{display: block;}
.ewmSelList{display: flex;justify-content: space-between;margin-top: 1rem;}
.ewmSel{display: flex;align-items: center;justify-content: center;border: 1px solid #fff;width: 40px;height: 40px;border-radius: 50%;overflow: hidden;transition: .3s;cursor: pointer;}
.ewmSel .icon{display: block;width: 20px;height: 20px;background-image: url(../images/ewmIcon1.png);background-repeat: no-repeat;transition: .3s;}
.ewmSel .icon.wechat{background-position: 0px 0px;}
.ewmSel .icon.tiktok{background-position: -77px 0px;}
.ewmSel .icon.gzh{background-position: -155px 0px;}
.ewmSel.active{background-color: #fff;}
.ewmSel.active .icon{background-image: url(../images/ewmIcon2.png);}

.foot2{padding: 1.5rem 0;border-top: 1px solid rgba(255,255,255,.1);}
.foot2>div{display: flex;align-items: center;}
.foot2 .f2l{}
.foot2 .f2r{margin-left: auto;}
.foot2 a,.foot2 span{font-size: 1.6rem;color: #ffffff;line-height: 3.2rem;opacity: 0.8;}
.foot2 span a{opacity: 1;}
.yqlj_box{position: relative;display: block;}
.yqlj{display: flex;flex-direction: row-reverse;background: #00559B;}
.yqlj span{display: block;height: 5rem;line-height: 4.8rem;color: #ffffff;border: 1px solid #005EB8;box-sizing: border-box;padding: 0 1.8rem 0 5rem;background: url(../images/yqlj.png) no-repeat;background-position: 1.5rem 1.4rem;font-size: 1.6rem;opacity: .7;}
.yqlj i.jt{display:block;height: 5rem;width: 5rem;margin: 0;background: url(../images/downjt.png) no-repeat #005EB8;background-position: center !important;cursor: pointer;transition: .3s;overflow: hidden;}
.yqlj_list{display: none;position: absolute;width: 100%;bottom: 5.1rem;left: 0;background: #00559B;text-align: center;}
.yqlj_list a{display: block;color: #fff;height: 5rem;line-height: 5rem;opacity: 0.8;}
.yqlj_list a:hover{color: #fff;opacity: 1;}
.h-footer a:hover{color: #fff;opacity: 1;}






@media screen and (max-width:1720px) {
	.w1520{width: 1320px;}
	.container{width: 1320px;}
	.indProBox{padding-left: calc((100% - 1320px)/2);}
	.iabDesc{padding-left: calc((100% - 1320px)/2);}
	
}
@media screen and (max-width:1520px) {
	.w1520{width: 1120px;}
	.container{width: 1120px;}
	.indProBox{padding-left: calc((100% - 1120px)/2);}
	.iabDesc{padding-left: calc((100% - 1120px)/2);}
	
	.indNewsItem1 .img{height: 40rem;}
	.mySwiperIndNews .swiper-pagination{top: 37rem;}
	
}
@media screen and (max-width:1320px) {
	.w1520{width: 1020px;}
	.container{width: 1020px;}
	.indProBox{padding-left: calc((100% - 1020px)/2);}
	.iabDesc{padding-left: calc((100% - 1020px)/2);}
	
}
@media screen and (max-width:1199px) {
	.w1520{width: 100%;padding: 0 2rem;}
	.container{width: 100%;padding: 0 2rem;}
	
	.h-header{display: none;}
	.wap_header{display: flex;}
	.content_box{padding-top: 7rem;}
	
	.search-alert .cent-form{height: 5rem;}
	.search-alert .cent-form:before{zoom: .8;margin-top: -0.3rem;}
	.search-alert .cent-form .tex{padding: 0 6rem 0 4rem;font-size: 1.8rem;}
	.search-alert .cent-form .sub-butn{font-size: 1.6rem;width: 6rem;}
	.search-alert .cent-form:before{zoom: .8;margin-top: -3rem;}
	.search-alert .cent-form .tex{padding: 0 6rem 0 4rem;font-size: 18px;}
	.search-alert .cent-form .sub-butn{font-size: 1.6rem;width: 6rem;}
	
	.bannerTab{bottom: 2rem;}
	.bannePN{margin-left: auto;}
	
	.mySwiperBannerPC{display: none;}
	.mySwiperBannerWAP{display: block;}
	
	.h-search{margin-left: 2rem;}
	
	.videoPlay{zoom: .75;}
	.aboutNumer{display: none;}
	
	.flexTit{justify-content: center;flex-wrap: wrap;}
	.flexTit .indTitle{align-items: center;}
	.titSelList{margin: 1rem -0.5rem -0.5rem;width: 100%;justify-content: center;}
	.mySwiperProSel{margin-left: 0;}
	.indProBox{padding: 0 2rem;}
	.proDescItem .pdd{width: calc(100% - 50rem);}
	.proDescItem .pdi{width: 50rem;}
	.proDesc{width: 100%;}
	.proLine{display: none;}
	.proImg{display: none;}
	
	.iabDesc{padding-left: 2rem;}
	.indNumItem{padding: 2.5rem 1rem 2.5rem 2rem;}
	.indNumItem .btit{font-size: 3.8rem;}
	.indNumItem .btit i{font-size: 3rem;}
	
	.foot1{padding: 8rem 0 4rem;}
	.dl.w{display: none;}
	.foot2 .f2r{display: none;}
	
	
	
	
}
@media screen and (max-width:780px) {
	.w1520{padding: 0 1.5rem;}
	.container{padding: 0 1.5rem;}
	
	.zdyPrev, .zdyNext{zoom: .75;}

	.f-logo{zoom: .75;}
	.f-nav{flex-wrap: wrap;}
	.f-nav .dl .dt{display: none;}
	.f-nav .dl+.dl{margin-top:2rem;}
	.foot1 {padding: 6rem 0 4rem;}
	.foot2 .f2l{text-align: center;}
	.foot2 a, .foot2 span{display: inline-block;line-height: 1.2;}
	
	.h50{height: 4rem;}
	.indTitle .btit{font-size: 3.6rem;margin-top: 0.5rem;line-height: 1.2;}
	
	.indHongtu{flex-wrap: wrap;}
	.htDesc{width: 100%;}
	.htImg{width: 100%;margin-top: 2rem;}
	.htDesc .htCt{max-height:15.6rem;margin-bottom:3rem;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;}
	
	.titSelList{flex-wrap: wrap;justify-content: center;margin: 1rem -0.5rem 1.5rem;}
	.titSel{margin: 0.3rem;min-width: 13rem;box-shadow: 0px 0.1rem .5rem 0px rgba(0, 0, 0, 0.1);}
	
	
	.proDescItem{flex-wrap: wrap;}
	.proDescItem .pdd{width: 100%;}
	.proDescItem .pdd .btit{margin: 1rem 0;}
	.proDescItem .pdd .ctit{display: none;}
	.proDescItem .pdi{width: 100%;max-width: 30rem;margin: 0 auto;padding: 0;}
	.proDescItem .pdi p{position: relative;margin-top: 1rem;}
	.proDescItem .pdd .dtit {margin-top: 0rem;}
	
	
	.sec3 .indTitle{top: 10rem;}
	.ysItem{width: 10%;padding: 18rem 1rem 5rem;justify-content: center;}
	.ysItem .atit{max-width: 100%;}
	.ysItem .btit{font-size: 2rem;transition: .3s;}
	.ysItem .indA i{zoom: .75;}
	.ysItem.active{width: 70%;}
	.ysItem.active .indA i{zoom: 1;}
	.ysItem.active .btit{font-size: 3rem;}

	
	.indAboutBox{flex-direction: column;}
	.iabDesc{width: 100%;flex: 1;}
	.iabBtit{padding-right: 2rem;}
	.iabBtit p{display: none;}
	.iabBtit p:nth-of-type(1){display: block;}
	.iabBtit p:nth-of-type(2){display: block;}
	.iabImg{width: 100%;max-height: 30vh;}
	.indNumBox{width: calc(100% + 4rem);margin-left: -2rem;display: none;}
	.iabCtit {margin: 3rem 0 3rem;}
	
	.indNewsLeft{width: 100%;}
	.indNewsRight{display: none;}
	.indNewsItem1 .img{height: auto;max-height: 40vh;}
	
	.mySwiperIndNews .swiper-pagination{position: relative;top: auto;justify-content: center;margin-top: 2rem;}
	.mySwiperIndNews .swiper-pagination-bullet{background: #CCC;}
	.mySwiperIndNews .swiper-pagination-bullet-active{background: #0068B7;}
	
	.dl.e{margin: 0 auto;}
	
	.indTitle{white-space: pre-wrap;text-align: center;}
	
}


















.nyBanner{position: relative;}
.nyBanner .bg{height: 70rem;}
.nyBanner .bg img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.nyBanner .desc{position: absolute;top: 50%;left: 0;width:100%;transform: translateY(-50%);text-align: center;}
.nyBanner .desc .atit{font-size: 4.8rem;color: #FFFFFF;font-weight: bold;line-height: 8rem;}
.nyBanner .desc .btit{font-size: 2.4rem;color: #FFFFFF;line-height: 3.4rem;}
.nyBanner .desc .line{display: block;width: 6rem;height: 0.3rem;background: #FFFFFF;margin: 2.8rem auto 3.5rem;}
.nyBanner .bannerBar{position: absolute;left:0;bottom: 0;width:100%;border-top: 1px solid rgba(255,255,255,.2);background-color: rgba(0,0,0,.2);}
.nyBanner .bannerBar>div{min-height: 8rem;display: flex;align-items: center;}
.barNav{display: flex;}
.barNav a{display: flex;align-items: center;justify-content: center;font-size: 1.8rem;color: #FFFFFF;height: 8rem;min-width: 25rem;border-right: 1px solid rgba(255,255,255,0.2);border-left: 1px solid rgba(255,255,255,0.2);}
.barNav a+a{margin-left: -1px;}
.barNav a i{display: block;width: 0.5rem;height: 0.5rem;background: #FFFFFF;margin-right: 1rem;}
.barNav a.active,.barNav a:hover{background: #004EA2;border-color: #004EA2;color: #fff;}
.barNav a.active+a,.barNav a:hover+a{border-left-color: #004EA2;}
.mbx{display: flex;align-items: center;justify-content: center;margin: auto 0 auto auto;}
.mbx img{margin-left: 2rem;}
.mbx span,.mbx a{display: block;font-size: 1.6rem;color: #FFFFFF;line-height: 1.2;margin-left: 2rem;}
.mbx a:hover{opacity: .8;}

.nyTit{text-align: center;padding: 9rem 0 5rem;}
.nyTit .atit{font-size: 4rem;color: #111111;line-height: 1.2;font-weight: bold;}
.nyTit .line{display: block;width: 35px;height: 2px;background: linear-gradient(90deg, #A6CC0B, #009944);margin: 1.5rem auto 0;}




.coopSec1{padding-bottom: 10rem;}
.yqjj{display: flex;background: #F5F5F5;}
.yqjj .yqDesc{width:50%;display: flex;flex-direction: column;align-items: flex-start;padding: 5rem 5rem;}
.yqjj .yqDesc .atit{font-size: 3.4rem;color: #004EA2;font-weight: bold;line-height:1.2;background: linear-gradient(-90deg, #00CCFF 0%, #005EB8 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.yqjj .yqDesc .line{display: block;width: 6.5rem;height: 2px;background: linear-gradient(90deg, #A6CC0B, #009944);margin: 2.5rem 0 2.5rem;}
.yqjj .yqDesc .btit{font-size: 1.8rem;color: #666666;line-height: 2.8rem;}
.yqjj .yqDesc .btit p+p{margin-top: 1rem;}
.yqjj .yqDesc .ctit{margin-top: 2.5rem;}
.yqjj .yqImg{position: relative;width:50%;}
.yqjj .yqImg img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}

.yqNumber{display:flex;margin-top: 8rem;}
.yqNum{width:25%;padding: 5rem 0;text-align: center;box-shadow: 0px 0px 3rem 0px rgba(0,77,161,0.1);background: #FFFFFF;}
.yqNum .atit{display: flex;align-items: center;justify-content: center;font-weight: bold;font-family: DIN;font-size: 6rem;color: #333333;line-height: 1;background: linear-gradient(-90deg, #00CCFF 0%, #005EB8 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.yqNum .atit span{font-size: 4.4rem;}
.yqNum .btit{display: flex;justify-content: center;align-items: center;margin-top: 2rem;font-size: 1.6rem;color: #666666;line-height: 0;}
.yqNum .btit img{margin-right: 0.5rem;}



.coopSec2{background: #F5F5F5;padding-bottom: 10rem;}
.coopTable{}
.coopTable table{background: #fff;width: 100%;text-align: center;}
.coopTable table tr{border-bottom: 1px solid #E1E1E1;}
.coopTable table th{min-width:10rem;background: #0068B6;font-size: 1.6rem;color: #FFFFFF;line-height: 1.65;padding: 2.6rem 1rem;}
.coopTable table th+th{border-left: 1px solid #fff;}
.coopTable table td{background: #ffffff;font-size: 1.6rem;color: #333333;line-height: 1.65;padding: 2.6rem 1rem;border-left: 1px solid #E1E1E1;}
.coopTable table td:last-child{border-right: 1px solid #E1E1E1;}



.coopSec3{padding-bottom: 10rem;}
.yqAdvList{display: flex;flex-wrap: wrap;margin: -2.5rem;}
.yqAdvItem{width: calc(50% - 5rem);margin: 2.5rem;background: #004EA2;}
.yqAdvItem .img{position: relative;overflow: hidden;}
.yqAdvItem .img::after{content: attr(data-text);display: block;font-family: DIN;font-weight: bold;font-size: 20rem;color: #004EA2;line-height: 1;position: absolute;right: 0;top: 100%;margin-top: -11rem;}
.yqAdvItem .img img{display: block;width: 100%;}
.yqAdvItem .desc{position: relative;overflow: hidden;padding: 4.5rem 5rem;}
.yqAdvItem .desc::after{content: attr(data-text);display: block;font-family: DIN;font-weight: bold;font-size: 20rem;color: #ffffff;line-height: 1;position: absolute;right: 0;bottom: 100%;margin-bottom: -9rem;}
.yqAdvItem .desc .atit{font-size: 2.4rem;color: #FFFFFF;font-weight: bold;}
.yqAdvItem .desc .btit{font-size: 1.6rem;color: #FFFFFF;line-height: 1.65;opacity: 0.5;}
.yqAdvItem .desc .line{display: block;width: 3.5rem;height: 2px;background: linear-gradient(-90deg, #A6CC0B, #009944);margin: 1.2rem 0;}



.coopSec4{background: #F5F5F5;padding-bottom: 10rem;}
.swiperYQ{position: relative;overflow: hidden;padding-bottom: 8rem;}
.swiperYQ .swiper-slide{height: auto;}
.swiperYQ .swiper-pagination-bullet {width: 1.6rem;height: 1.6rem;opacity: 1;background: rgba(0, 0, 0, 0.2);}
.swiperYQ .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #0068B7;}
.yqList{display: flex;flex-wrap: wrap;}
.yqItem{display: block;width: 100%;background: #fff;}
.yqItem .img{position: relative;overflow: hidden;}
.yqItem .img img{display: block;width: 100%;transition: .3s;}
.yqItem p{display: block;height: 5rem;line-height: 5rem;font-size: 1.8rem;color: #333333;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.yqItem:hover .img img{transform: scale(1.05);}
.yqItem:hover p{background: #004EA2;color: #fff;}

.coopSec5{padding-bottom: 10rem;}
.formTable{display: flex;flex-wrap: wrap;margin: -1.5rem;}
.formTable .int{margin: 1.5rem;display: block;border: 1px solid #E1E1E1;background: #FFFFFF;height: 8rem;padding: 0 3rem;font-size: 1.8rem;color: #333;}
.formTable .int33{width: calc(33.333% - 3rem);}
.formTable .int50{width: calc(50% - 3rem);}
.formTable .textarea{display: block;margin: 1.5rem;width:100%;height: 16rem;background: #FFFFFF;border: 1px solid #E1E1E1;padding: 2rem 3rem;font-size: 1.8rem;color: #333;}
.formTable .subBtn{margin: 3.5rem auto 1.5rem;cursor: pointer;display: flex;align-items: center;justify-content: center;width: 25rem;height: 8rem;background: linear-gradient(-90deg, #00CCFF, #005EB8);border-radius: 4rem;font-size: 2.4rem;color: #FFFFFF;transition: .3s;}
.formTable .subBtn:hover{transform: translateY(-1rem);box-shadow: 0 0 1rem 0 #ccc;}




.nyProSelList{background: #FFFFFF;border-bottom: 1px solid #EEEEEE;}
.nyProSelList>div{display: flex;border-left: 1px solid #eee;border-right: 1px solid #eee;}
.nyProSel{width: 100%;padding: 4rem 0 2.5rem;position: relative;}
.nyProSel::after{content: "";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;background: linear-gradient(-45deg, #00CCFF, #005EB8);opacity: 0;transition: .3s;}
.nyProSel+.nyProSel{border-left: 1px solid #eee;}
.nyProSel .icon{display: block;position: relative;z-index: 9;width: 4rem;height: 4rem;background-size: 100% auto;background-repeat: no-repeat;margin: 0 auto;}
.nyProSel p{display: block;;position: relative;z-index: 9;text-align: center;font-size: 1.6rem;color: #000000;line-height: 1.5;margin-top: 1.2rem;padding: 0 1rem;}
.nyProSel:hover::after,.nyProSel.active::after{opacity: 1;}
.nyProSel:hover .icon,.nyProSel.active .icon{background-position: 0 -8rem;}
.nyProSel:hover p,.nyProSel.active p{color: #fff;}


.nyProList{display: flex;flex-wrap: wrap;margin: -1.5rem;margin-top: 3.5rem;}
.nyProItem{display: block;width: calc(25% - 3rem);margin: 1.5rem;border: 1px solid #EEEEEE;background: #fff;}
.nyProItem .img{background: linear-gradient(-55deg, #E4F7FF 0%, #FFFFFF 100%);overflow: hidden;}
.nyProItem .img img{display: block;width: 100%;transition: .3s;}
.nyProItem .desc{position: relative;padding: 2rem 2rem 3.5rem;border-top: 1px solid #eee;transition: .3s;}
.nyProItem .desc::after{content: "";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;background: linear-gradient(-45deg, #00CCFF, #005EB8);opacity: 0;transition: .3s;}
.nyProItem .desc .atit{position: relative;z-index: 9;font-size: 1.8rem;color: #000000;font-weight:bold;line-height: 3.4rem;height: 3.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.nyProItem .desc .btit{position: relative;z-index: 9;font-size: 1.6rem;color: #999999;margin-top:0.6rem;line-height: 2.5rem;height: 5rem;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition: .3s;}
.nyProItem:hover .img img{transform: scale(1.05);}
.nyProItem:hover .desc::after{opacity: 1;}
.nyProItem:hover .desc .atit{color: #fff;}
.nyProItem:hover .desc .btit{color: #fff;}

.pagesDiv{margin: 5rem 0;}
.pagination{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin: -0.5rem;}
.pagination li{display: block;margin: 0.5rem;}
.pagination li span,.pagination li a{display: flex;align-items: center;justify-content: center;font-size: 1.8rem;font-weight: bold;width: 4rem;height: 4rem;background: #EFEFEF;border-radius: 50%;}
.pagination li a:hover{background: #0068B7;color: #fff;}
.pagination li.active span{background: #0068B7;color: #fff;}
.pagination li.disabled span{color: #666;cursor: no-drop;}



.productBox{background: url(../images/proDetailBg.jpg) center/cover;padding: 18rem 0 8rem;}
.proDetail{display: flex;flex-wrap: wrap;}
.proDetail .imgs{width: calc(50% - 5rem);margin-right: auto;}
.proDetail .imgs .img{padding:7.5%;position: relative;background: linear-gradient(-55deg, #E4F7FF 0%, #FCFCFC 100%);}
.proDetail .imgs .img img{display: block;width: 100%;pointer-events: auto;}
.mySwiperPro{position: relative;overflow: hidden;background: #FFFFFF;border-radius: 2rem;}
.fdj{position: absolute;right: 5rem;bottom: 5rem;}
.mySwiperPro .swiper-pagination{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;bottom: 2rem;}
.mySwiperPro .swiper-pagination-bullet{display: block;width: 1rem;height: 1rem;margin:0.5rem!important;background: #CCCCCC;border-radius: 50%;opacity: 1;}
.mySwiperPro .swiper-pagination-bullet-active{background: #0068B7;}
.proDetail .desc{width: calc(50% - 5rem);}
.proDetail .desc .atit{font-size: 4rem;color: #000000;font-weight: bold;line-height: 1.2;margin: 4rem 0 2rem;}
.proDetail .desc .btit{font-size: 1.8rem;color: #333333;line-height: 1.55;}
.proDetail .desc .ctit{font-size: 2rem;color: #000000;font-weight: bold;line-height: 1.2;margin: 7.5rem 0 2.5rem;}
.proDetail .desc .dtit{font-size: 1.8rem;color: #333333;line-height: 1.55;}
.proDetail .desc .dtit p:before{content: "●";color: #0068B6;margin-right: 0.8rem;opacity: 0.8;}
.proDetail .desc .dtit p+p{margin-top: 1.1rem;}
.proDetail .desc .etit{margin: 7.5rem 0 3rem;display: flex;flex-wrap: wrap;}
.proDetail .desc .etit .btn{display: flex;align-items: center;justify-content: center;background: linear-gradient(90deg, #00CCFF, #005EB8);border-radius: 1rem 3rem 3rem 1rem;width: 20rem;height: 6rem;transition: .3s;}
.proDetail .desc .etit .btn span{display: block;font-size: 1.8rem;color: #FFFFFF;line-height: 1.5;margin-right: 1.8rem;}
.proDetail .desc .etit .btn img{display: block;}
.proDetail .desc .etit .btn.phone{background: linear-gradient(90deg, #A6CC0B, #009944);font-family: DIN;font-weight: bold;width: auto;padding: 0 3rem;}
.proDetail .desc .etit .btn.phone span{font-size: 2.4rem;color: #FFFFFF;margin-left: 0.5rem;}
.proDetail .desc .etit .btn:hover{transform: translateY(-0.5rem);}
.proDetail .desc .etit .btn+.btn{margin-left: 2rem;}

.ZoomContainer{z-index: 999;pointer-events: none;}
.zoomWindowContainer>div{border: 1px solid #eee!important;margin:-9% 0 0 9%;border-radius: 2rem;}



.ptList{display: flex;flex-wrap: wrap;margin: -1.5rem;}
.ptItem{position: relative;overflow:hidden;width: calc(25% - 3rem);margin: 1.5rem;padding: 6rem;background: #FFFFFF;box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.05);border-radius: 2rem;}
.ptItem::after{content: "";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;background: linear-gradient(-45deg, #00CCFF, #005EB8);opacity: 0;transition: .3s;}
.ptItem .img{position: relative;z-index: 9;margin:0 auto 2.5rem;display: flex;align-items: center;justify-content: center;width: 10rem;height: 10rem;background-color: #0068B7;border-radius: 50%;transition: .3s;}
.ptItem .img .icon{display: block;width: 5rem;height: 5rem;background-repeat: no-repeat;background-size: 100% auto;background-position: 0 -10rem;}
.ptItem p{position: relative;z-index: 9;display: block;font-size: 1.8rem;color: #000000;line-height: 2.8rem;text-align: center;transition: .3s;}
.ptItem:hover .img{background: #fff;}
.ptItem:hover .img .icon{background-position: 0 0;}
.ptItem:hover p{color: #fff;}
.ptItem:hover::after{opacity: 1;}


.proCpList{display: flex;flex-wrap: wrap;margin: -2rem;}
.proCpItem{position: relative;overflow: hidden;width:calc(50% - 4rem);border-radius: 2rem;margin: 2rem;}
.proCpItem img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}


.proDetails{font-size: 1.6rem;color: #333;line-height: 1.6;}
.proDetails img{display: block;margin: 0 auto;max-width: 100%;}
.proContent .nyProList{margin-top: 0!important;}

.h100{display:block;width: 100%;height: 10rem;}


@media screen and (max-width:1720px) {
	.proDetail .desc .ctit{margin: 4rem 0 2rem;}
	.proDetail .desc .etit{margin: 4rem 0 2rem;}
	
	.ptItem{padding: 6rem 3rem;}
}
@media screen and (max-width:1199px){
	
	.nyBanner .bg{height: 60rem;}
	.nyBanner .desc .atit{font-size: 5rem}
	.nyBanner .desc .btit{font-size: 2rem;}
	.nyBanner .desc .line{margin: 1.2rem auto 2rem;}
	
	.nyTit{padding: 7rem 0 4rem;}
	.yqNumber{margin-top: 5rem;}
	.yqNum .atit{font-size: 5rem;}
	.yqNum .atit span{font-size: 4rem;}
	.yqNum .btit{margin-top: 1rem;}
	
	.coopTable table th{line-height: 1.35;min-width: auto;padding: 2rem 0.5rem;}
	.coopTable table td{line-height: 1.35;padding: 1.5rem 0.5rem;}
	
	.coopSec1 {padding-bottom: 8rem;}
	.coopSec2 {padding-bottom: 8rem;}
	.coopSec3 {padding-bottom: 8rem;}
	.coopSec4 {padding-bottom: 8rem;}
	.coopSec5 {padding-bottom: 8rem;}
	
	.yqAdvList{margin: -1.5rem;}
	.yqAdvItem {width: calc(50% - 3rem);margin: 1.5rem;}
	.yqAdvItem .desc{padding: 4rem 2rem;}
	.yqAdvItem .img::after{font-size: 10rem;margin-top: -6rem;}
	.yqAdvItem .desc::after{font-size: 10rem;margin-bottom: -4rem;}
	
	
	.formTable{margin: -1rem;}
	.formTable .int {margin: 1rem;height: 7rem;padding: 0px 2rem;}
	.formTable .int33 {width: calc(33.333% - 2rem);}
	.formTable .int50 {width: calc(50% - 2rem);}
	.formTable .textarea{margin: 1rem;padding: 2rem 2rem;}
	.formTable .subBtn{margin: 2rem auto 1rem;width: 20rem;height: 7rem;font-size: 2rem;}
	
	
	.nyProSelList>div{padding: 0;}
	.nyProList{margin: -1rem;margin-top: 4rem;}
	.nyProItem{width: calc(33.333% - 2rem);margin: 1rem;}
	
	.proContent .nyProList .nyProItem:nth-of-type(4){display: none;}
	
	.proDetail .imgs{width: calc(50% - 1rem);}
	.proType{justify-content: center;}
	.mbx{display: none;}
	.proDetail .desc .ftit{display: none;}
	.proDetail .desc .etit .btn{width: 18rem;}
	.proDetail .desc .etit .btn img{zoom: .75;}
	.proDetail .desc .etit .btn.phone{padding: 0 2rem;}
	
	.productBox {padding: 10rem 0 4rem;}
	
	.ZoomContainer,.ZoomContainer{display: none!important;}
	
	.nyBanner .bannerBar>div{min-height: auto;}
	.barNav a {min-width: 15rem;height: 7rem;}
	
}

@media screen and (max-width:780px){
	.nyBanner .bg {height: 60vh;}
	.nyBanner .desc .atit {font-size: 4rem;line-height: 1.5;}
	.nyBanner .mbx>div{min-height: 7rem;}
	
	
	.yqjj{flex-wrap: wrap;}
	.yqjj .yqDesc{width: 100%;padding: 4rem 2rem;}
	.yqjj .yqImg{width: 100%;}
	.yqNumber{flex-wrap: wrap;}
	.yqNum{width: 50%;padding: 3rem 0;}
	.yqNum .atit {font-size: 4rem;}
	.yqNum .atit span {font-size: 3.4rem;}
	
	.coopTable{overflow: auto;}
	.coopTable table th{min-width: 10rem;}
	
	
	.yqAdvList{margin: 0;}
	.yqAdvItem{width: 100%;margin: 0;}
	.yqAdvItem+.yqAdvItem{margin-top: 2rem;}
	
	
	.formTable{margin: -0.5rem;}
	.formTable .int {margin: 0.5rem;}
	.formTable .int33 {width: calc(33.333% - 1rem);}
	.formTable .int50 {width: calc(50% - 1rem);}
	.formTable .textarea{margin: 0.5rem;}
	
	
	.nyProSelList>div{overflow: scroll;}
	.nyProSel{width: auto;flex-shrink: 0;padding: 3rem 0 2rem;}
	.nyProSel p{white-space: nowrap;}
	
	.nyProItem{width: calc(50% - 2rem);}
	.nyProItem .desc{padding: 2rem 1rem 2rem;}
	.nyProItem .desc .atit{font-size: 2rem;}
	.proContent .nyProList .nyProItem:nth-of-type(4){display: block;}
	
	.proDetail .imgs{width: 100%;}
	.proDetail .desc{width: 100%;}
	.proDetail .desc .btit{font-size: 2rem;}
	.proDetail .desc .ctit{font-size: 2.2rem;}
	.proDetail .desc .dtit{font-size: 2rem;}
	
	.proDetail .desc .etit .btn{height: 6.5rem;width: 20rem;border-radius: 2rem 5rem 5rem 2rem;}
	.proDetail .desc .etit .btn span{margin-right: 1rem;font-size: 2.2rem;}
	.proDetail .desc .etit .btn img{zoom: .75;}
	.proDetail .desc .etit .btn.phone{padding: 0 2rem;}
	.proDetail .desc .etit .btn.phone img{zoom: 1;}
	
	
	.ptList{margin: -0.5rem;}
	.ptItem{width: calc(50% - 1rem);margin: 0.5rem;padding: 3rem 2rem;}
	.proCpList{margin: 0;}
	.proCpItem{width: 100%;margin: 0;}
	.proCpItem+.proCpItem{margin-top: 2rem;}
	
	.barNav a {min-width: 12rem;}
	
	.productBox{background: url(../images/proDetailBg2.jpg) center / cover;}
	
}
