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;}
.flexBox {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;}
.pdl1520{padding-left: calc((100% - 1520px)/2);}
.layui-layer-video{max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}
.h50{display: block;height: 5rem;}
.h80{display: block;height: 8rem;}
.loadImg{display: none!important;}

@font-face {
	font-family: DIN;
	src: url(../fonts/DIN-BOLD.OTF);
}
@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Medium-12.ttf);
}
@keyframes upDown{
	0%{transform: translateY(1rem);}
	50%{transform: translateY(-1.5rem);}
	100%{transform: translateY(1rem);}
}
.h-nav .h-subnav {width:20rem;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:9999;}
.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: 9999;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-logo{display: block;margin-right: auto;width: 16rem;height: 7rem;background-image: url(../images/logo.png);background-size: 100% 100%;}
.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-lang{display: flex;align-items: center;justify-content: center;height: 4rem;border-radius: 4rem;padding: 0 1rem;min-width: 9rem;background: #fff;}
.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: #333;line-height: 1;transition: .3s;}
.h-menu{display: flex;align-items: center;justify-content: center;background: #005EB8;width: 4rem;height: 4rem;border-radius: 4rem;margin-left: 3rem;transition: .3s;cursor: pointer;}
.h-menu i{display: block;width: 2rem;height: 2rem;background-image: url(../images/moreIcon1.png);background-size: 100%;transition: .3s;}

@media screen and (min-width:1199px){
	.h-header.ny .h-logo{background-image: url(../images/logo2.png);}
	.h-header.ny .h-nav .li>a{color: #fff;}
	.h-header.ny .h-lang{background: none;border: 1px solid #fff;}
	.h-header.ny .h-lang i{background-image: url(../images/langIcon2.png);}
	.h-header.ny .h-lang span{color: #FFFFFF;}
}

.h-header.active{background: #fff;box-shadow: 0px 0px 0.5rem 0 #cecece;}
.h-header.active>div{min-height: 8rem;}
.h-header.active .h-logo{background-image: url(../images/logo.png);}
.h-header.active .h-nav .li>a{color: #333;line-height: 8rem;}
.h-header.active .h-lang{border: 1px solid #cecece;}
.h-header.active .h-lang i{background-image: url(../images/langIcon1.png);}
.h-header.active .h-lang span{color: #333;}

.h-header .h-nav .li.active>a,.h-nav .li:hover>a{color: #005EB8!important;}
.h-header .h-lang:hover{background-color: #005EB8!important;}
.h-header .h-lang:hover i{background-image: url(../images/langIcon2.png)!important;}
.h-header .h-lang:hover span{color: #FFFFFF!important;}
.h-header .h-menu:hover{background-color: #005EB8!important;}


.in-nav {width: 100%;height: 100%;background-image: url(../images/nav_bg.jpg);background-size: cover;background-position: center;overflow: hidden;position: fixed;top: 0;left: 0;z-index: 99999;padding: 10rem 15rem 8rem;-webkit-clip-path: circle(0% at 100% 0px);clip-path: circle(0% at 100% 0px);transition: -webkit-clip-path 1.5s;transition: clip-path 1.5s;transition: clip-path 1.5s, -webkit-clip-path 1.5s;background-color: #fff;z-index: 99999;}
.in-nav.open {-webkit-clip-path: circle(150% at 100% 0px);clip-path: circle(150% at 100% 0px)}
.in-nav .close {position: absolute;top: 3%;right: 3%;color: #fff;background: #005EB8;transition: transform .6s;width:5rem;height: 5rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;overflow: hidden;transition:ease .8s; cursor: pointer;outline: none;}
.in-nav .close .iconfont{ font-size: 2rem; font-weight: bold; display: inline-block;}
.in-nav .close:hover {transform: rotate(180deg)}
.in-nav .con{display:flex;flex-direction:column;height:100%}
.in-nav ul{display:flex;justify-content:space-between;flex:1;border-bottom:1px solid #9aa1a8;line-height:1}
.in-nav ul .link{font-size:1.5rem;line-height: 1.2;color:#26272a;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:block;}
.in-nav ul .link::after{content:"";display:block;width:100%;height:1px;background:#005EB8;margin-top:0.4rem;opacity:0;transition:opacity .5s}
.in-nav ul .link:hover{color:#005EB8 !important}
.in-nav ul .link:hover::after{opacity:1}
.in-nav ul .link:first-child{font-size:2rem;color:#000;margin-bottom:2rem;font-weight:bold}
.in-nav ul .link:not(:last-child){margin-bottom:1rem}
.in-nav .info{display:flex;justify-content:space-between;margin-top:3.5rem;color:#3f4247;font-size:1.4rem}
.in-nav .info .item{margin-top:1rem}
.in-nav .info .item.tel{margin-top: 0;}
.in-nav .info .item span:first-child{margin-right:.5rem}
.in-nav .info .tel span:last-child{font-size:2.4rem;color:#005EB8}
.in-nav .info .email span:last-child{border-bottom:1px solid}
.in-nav .qrs{display:flex}
.in-nav .qrs .qr-box{text-align:center;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;color:#000;margin:0;margin-left:2rem;line-height:2.5}
.in-nav .qrs .qr-box .qr{margin:0 auto;max-width:15rem;/* padding:10px; */background:#fff}
.qr-box .qr img{display:block;width: 100%;}



.indA{display: flex;align-items: center;color: #005EB8;cursor: pointer;transition: .3s;}
.indA span{display: block;line-height: 1;font-size: 1.6rem;}
.indA i{display: block;width: 4rem;height: 4rem;border-radius: 50%;border: 1px solid #005EB8;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: #005EB8;}
.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: #005EB8;}
.indA.grey:hover i{border-color:#005EB8;background-image: url(../images/iconRight3.png);}
.indA.whiteBg{background: #fff;padding: 0.5rem;border-radius: 4rem;padding-left: 3rem;}


.indTit{position: relative;}
.indTit .atit{font-size: 4.8rem;color: #000000;font-weight: bold;line-height: 1;position: relative;z-index: 9;}
.indTit .btit{margin-bottom: -2.5rem;}
.indTit .btit img{display:block;height: 5rem;}
.indTit.white .atit{color: #ffffff;}
.indTit.ct{text-align: center;}
.indTit.ct .btit img{margin: 0 auto;}

.flexTit{display: flex;align-items: center;position: relative;z-index: 999;}
.titSelList{display: flex;margin: -0.5rem;margin-left: auto;}
.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;white-space: nowrap;height: 5rem;margin: 1rem;color: #000000;font-size: 1.8rem;line-height:1;overflow: hidden;position: relative;text-align: center;}
.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{color: #fff;}
.titSel.active::after,.titSel:hover::after{opacity: 1;}
.swiper-slide-active .titSel{color: #fff;}
.swiper-slide-active .titSel::after{opacity: 1;}


.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: 5rem;height: 5rem;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: #005EB8;position: absolute;left: 0%;top: 0;opacity: 0;transition: .3s;}
.zdyPrev:hover::after,.zdyNext:hover::after{opacity: 1;}





.indAbout{display: flex;height: 100%;}
.iabLeft{width: 63%;padding-top: 8rem;padding-right: 10rem;background: linear-gradient(-55deg, #C8D7E9 0%, #F2F8FE 100%);display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}
.iabLeft .indTit{margin-top: auto;}
.iabLeft .iabDesc{font-size: 1.6rem;color: #666666;line-height: 1.65;margin-bottom: 5rem;}
.iabNumList{width:100%;display: flex;justify-content: space-between;margin: auto 0;}
.iabNumItem{display: flex;flex-direction: column;}
.iabNumItem .atit{}
.iabNumItem .btit{font-size: 6rem;line-height: 1;font-weight: bold;font-family: DIN;color: #333;background: linear-gradient(90deg, #00CCFF 0%, #005EB8 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.iabNumItem .ctit{font-size: 1.8rem;line-height: 1.5;color: #000000;margin-top: 1rem;}
.iabRight{width: 37%;position: relative;}
.iabRight 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);}}
.videoOpen{cursor: pointer;}




.sec2{overflow: hidden;}
.sec2 .indTit{position: absolute;top: 0;left: 0;}
.sec2 .titSelList{margin-right: auto;padding-left: 45rem;width: 100%;}

.mySwiperProSel{position: relative;overflow: hidden;}
.mySwiperProSel .swiper-slide{width: auto;}

.mySwiperProDesc{position: relative;overflow: hidden;}
.mySwiperProImg{position: relative;overflow: hidden;}
.indProBox{display: none;}
.indProBox .flex{display: flex;align-items: center;}
.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(63% - 140px);}
.proImg{width: calc(37% - 60px);}
.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.5;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%;position: relative;}
.proDescItem .pdi .img{width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;overflow: hidden;position: relative;} 
.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{width: 100%;font-size: 1.8rem;color: #666666;line-height: 1.65;text-align: center;margin-top: 3rem;}

.proImg{padding-right:10rem;0position: relative;}
.proDescImg{max-width: 43rem;margin: 0 auto;}
.proDescImg .img{width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;overflow: hidden;position: relative;} 
.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{width: 100%;font-size: 1.8rem;color: #666666;line-height: 1.65;text-align: center;margin-top: 2rem;}



.sec3{position: relative;}
.sec3 .indTit{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: center;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, #0060B9 0%, rgba(0,202,254,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) 100%);}
.ysItem .atit{width: 9rem;height: 10rem;background-image: url(../images/ysIconBg1.png);background-size: 100% 100%;display: flex;align-items: center;justify-content: center;margin: 0 auto;position: relative;z-index: 9;transition: .3s;}
.ysItem .atit img{width: 4rem;display: block;position: relative;z-index: 9;}
.ysItem .btit{font-size: 2.4rem;color: #FFFFFF;line-height:1.35;margin: 3.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;opacity: 0;}
.ysItem.active .atit{background-image: url(../images/ysIconBg2.png);}
.ysItem.active .ctit{height: 12.5rem;}
.ysItem.active .dtit{opacity: 1;margin-top: 8rem;}
.ysItem.active::after{opacity: 1;}


.indNewsBox{display: none;}
.inbLeft{width: calc(50% - 2.5rem);}
.inbRight{width: calc(50% - 2.5rem);margin-left: auto;display: flex;flex-direction: column;justify-content: space-between;}
.indNewsItem{display: flex;flex-direction: column;}
.indNewsLine{display: block;width: 100%;height: 0;border-top: 1px solid #CCCCCC;}
.indNewsItem .img{position: relative;overflow: hidden;border-radius: 2rem;height: 45rem;margin-bottom: 3.5rem;}
.indNewsItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.indNewsItem .desc{display: flex;flex-direction: column;align-items: flex-start;}
.indNewsItem .desc .atit{font-size: 1.8rem;color: #FFFFFF;line-height: 2.4rem;margin: 0 0 1rem;font-weight: bold;background: linear-gradient(90deg, #00CCFF 0%, #005EB8 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.indNewsItem .desc .btit{width:100%;font-size: 2.4rem;color: #000000;line-height: 3.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indNewsItem .desc .ctit{width:100%;font-size: 1.6rem;color: #999999;line-height: 3.4rem;margin: 1rem 0 2.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indNewsItem:hover .img img{transform: scale(1.05);}
.indNewsItem:hover .desc .btit{color: #0062B8;}


.indFooter{display: flex;flex-direction: column;height: 100%;}
.fFunList{flex: 1;display: flex;padding-top: 8rem;overflow: hidden;}
.fFunItem{position: relative;display: block;width: 50%;background-size: cover;background-position: center;display: flex;align-items: center;padding: 5rem 10rem;}
.fFunItem::after{content: "";display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #222;opacity: 0;transition: .3s;}
.fFunItem .desc{width: calc(100% - 15rem);position: relative;z-index: 9;}
.fFunItem .desc .atit{font-size: 3rem;font-weight: bold;color: #FFFFFF;}
.fFunItem .desc .btit{font-size: 1.8rem;color: #FFFFFF;line-height: 2.8rem;margin-top: 0.5rem;}
.fFunItem .more{width: 6rem;margin-left: auto;position: relative;z-index: 9;}
.fFunItem .more img{display: -moz-box;max-width: 100%;transition: .3s;}
.fFunItem:hover::after{opacity: .3;}
.fFunItem:hover .more img{transform: translateX(1rem);}

.h-footer{background: url(../images/footerBg.jpg) center/cover;}
.foot1{padding: 8rem 0 4rem;}
.f-logo{display:block;margin-bottom: 2.5rem;}
.f-nav{display:flex;justify-content: space-between;}
.f-nav .dl.i{max-width: 35rem;}
.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: #fff;}
.f-nav .dd{margin-bottom: 1.75rem;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: .7;}
.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;overflow: hidden;}
.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: -110px 0px;}
.ewmSel .icon.gzh{background-position: -55px 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;}
	.pdl1520{padding-left: calc((100% - 1320px)/2);}
	
	.h-nav .li{margin-right: 5rem;}
}
@media screen and (max-width:1520px) {
	.w1520{width: 1120px;}
	.pdl1520{padding-left: calc((100% - 1120px)/2);}
	
	.indNewsItem .img{height: 40rem;}
	
	.h-nav .li{margin-right: 4rem;}
}
@media screen and (max-width:1320px) {
	.w1520{width: 1020px;}
	.pdl1520{padding-left: calc((100% - 1020px)/2);}

}
@media screen and (max-width:1199px) {
	.w1520{width: 100%;padding: 0 2rem;}
	.pdl1520{padding-left: 2rem;}
	.content_box{padding-top: 7rem;}
	
	.bannerTab{bottom: 2rem;}
	.bannePN{margin-left: auto;}
	
	.mySwiperBannerPC{display: none;}
	.mySwiperBannerWAP{display: block;}
	
	.sec2 .titSelList{padding-left: 0;}
	.indTit .atit{text-align: center;}
	.flexTit{justify-content: center;flex-wrap: wrap;flex-direction: column;}
	.flexTit .indTitle{align-items: center;}
	.titSelList{margin: 1rem -0.5rem -0.5rem;}
	.indProBox{padding: 0 2rem;}
	.proDescItem .pdd{width: calc(100% - 50rem);}
	.proDescItem .pdi{width: 50rem;}
	.proDesc{width: 100%;}
	.proLine{display: none;}
	.proImg{display: none;}
	
	.h-header>div{min-height: 7rem;}
	.h-logo img{height: 5rem;}
	.h-nav{display: none;}
	.h-menu{margin-left: 1.5rem;}
	
	.h-lang{background: #005EB8;}
	.h-lang i{background-image: url(../images/langIcon2.png);}
	.h-lang span{color: #fff;}
	
	.in-nav {padding: 10rem 3rem 3rem;}
	
	.iabLeft{width: 55%;padding-right: 5rem;}
	.iabRight{width: 45%;}
	
	.iabLeft .iabDesc{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;}
	.iabNumItem .btit{font-size: 5rem;}
	.iabNumItem .ctit{font-size: 1.6rem;}
	
	.sec2 .indTit{position: relative;}
	.sec2 .titSelList{margin-right: 0;margin-left: auto;}
	
	.ysItem{padding: 20rem 2rem 10rem;}
	
	.fFunItem{padding: 2rem 4rem;}
	.fFunItem .desc{width: calc(100% - 8rem);}
	.fFunItem .more{width: 4rem;}
	.fFunItem .more img{width: 100%;}
	.f-nav .dl.i {max-width: 30rem;}
	.ewmBox {width: 120px;}
	.ewmSel{width: 35px;height: 35px;}
	
	.videoPlay{zoom: .75;}
	
	.h-logo{background-image: url(../images/logo.png)!important;zoom: 0.75;}
	.h-header.active .h-lang i{background-image: url(../images/langIcon2.png);}
	.h-header.active .h-lang span {color: #fff;}
	
}
@media screen and (max-width:780px) {
	.w1520{width: 100%;padding: 0 1.5rem;}
	.pdl1520{padding-left: 1.5rem;}
	
	
	.zdyPrev, .zdyNext{zoom: .75;}
	
	.in-nav{padding: 7rem 2rem 2rem;overflow-y: auto;}
	.in-nav ul{flex-wrap: wrap;align-items: flex-start;align-content: flex-start;justify-content: flex-start;}
	.in-nav ul li{padding: 0 2rem 3rem;min-width: 33.333%;}
	.in-nav ul .link:not(:last-child){margin-bottom: 1rem;}
	.in-nav .info .item{line-height: 1.5;}
	
	
	.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;}
	
	.in-nav .info{flex-direction: column;}
	.in-nav .qrs{margin: 0 auto;}
	.in-nav .qrs .qr-box{margin: 1rem 0 0.5rem;}
	
	
	.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;}
	
	
	.indTit{text-align: center;}
	.indTit .atit{font-size: 4rem;}
	.h50{height: 3rem;}
	.h80{height: 6rem;}
	
	.indAbout{flex-direction: column;}
	.iabLeft{width: 100%;padding-right: 2rem;flex: 1;}
	.iabLeft .indTit{margin: 0 auto;}
	.iabLeft .iabDesc{margin: 0;}
	.iabLeft .indA{margin: 2rem 0;}
	.iabNumItem .atit{zoom: .75;}
	.iabNumItem .btit{font-size: 3.2rem;margin: 0.5rem 0;}
	.iabNumItem .ctit{margin-top: 0;}
	.iabNumList{margin: 0;}
	
	.iabRight{width: 100%;height: 40vh;}
	
	.sec2 .titSelList{margin-right: auto;}
	.proDescItem .pdd{padding-right: 0;margin-bottom: 3rem;}
	
	
	.ysItem{width: 6rem;padding: 20rem 0 10rem;}
	.ysItem .atit{zoom: .5;}
	.ysItem .btit{font-size: 2rem;margin: 2.5rem 0 2rem;padding: 0 2rem;}
	.ysItem .ctit{padding: 0 2rem;}
	.ysItem.active{width: calc(100% - 18rem);}
	.ysItem.active .atit{zoom: 1;}
	
	.titSel{min-width: 13rem;margin: 0.5rem;}
	
	.indNewsItem .img{height: 40vh;}
	.inbLeft{width: 100%;}
	.inbRight{display: none;}
	
	.fFunItem{flex-direction: column;align-items: flex-start;justify-content: center;}
	.fFunItem .desc{width: 100%;}
	.fFunItem .desc .btit{display: none;}
	.fFunItem .more{margin-left: 0;margin-top: 2rem;zoom: .75;}
	.fFunItem::after{opacity: .2;}
	
	.f-nav .dl.w{display: none;}
	.foot2 .f2r{display: none;}
	
	
}







.fp-table.active .indTit .btit{animation: fadeInUp .8s .3s ease both;}
.fp-table.active .indTit .atit{animation: fadeInUp .8s .4s ease both;}
.fp-table.active .titSelList{animation: fadeInUp .8s .5s ease both;}

.fp-table.active .iabLeft .iabDesc{animation: fadeInUp .8s .5s ease both;}
.fp-table.active .indAbout .indA {animation: fadeInUp .8s .6s ease both;}
.fp-table.active .iabNumItem:nth-of-type(1){animation: fadeInUp .8s .7s ease both;}
.fp-table.active .iabNumItem:nth-of-type(2){animation: fadeInUp .8s .75s ease both;}
.fp-table.active .iabNumItem:nth-of-type(3){animation: fadeInUp .8s .8s ease both;}
.fp-table.active .iabNumItem:nth-of-type(4){animation: fadeInUp .8s .85s ease both;}
.fp-table.active .indProBoxList{animation: fadeInUp .8s .6s ease both;}
.fp-table.active .ysItem:nth-of-type(1){animation: fadeInUp 1s .5s ease both;}
.fp-table.active .ysItem:nth-of-type(2){animation: fadeInUp 1s .55s ease both;}
.fp-table.active .ysItem:nth-of-type(3){animation: fadeInUp 1s .6s ease both;}
.fp-table.active .ysItem:nth-of-type(4){animation: fadeInUp 1s .65s ease both;}
.fp-table.active .indNewsItem:nth-of-type(1){animation: fadeInUp .8s .5s ease both;}
.fp-table.active .indNewsItem:nth-of-type(2){animation: fadeInUp .8s .6s ease both;}
.fp-table.active .indNewsItem:nth-of-type(3){animation: fadeInUp .8s .7s ease both;}
.fp-table.active .indNewsItem:nth-of-type(4){animation: fadeInUp .8s .8s ease both;}
.fp-table.active .fFunItem:nth-of-type(1){animation: fadeInUp .8s .5s ease both;}
.fp-table.active .fFunItem:nth-of-type(2){animation: fadeInUp .8s .6s ease both;}







.bannerItem{position: relative;overflow: hidden;width: 100%;height: 100%;}
.bannerItem .img{width: 100%;height: 100%;}
.bannerItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bannerItem .desc{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);}
.bannerItem .desc>div{display: flex;flex-direction: column;align-items: flex-start;}
.bannerItem .desc .atit{width: 100%;height: 12rem;}
.bannerItem .desc .atit .text{font-size: 10rem;line-height:1;font-weight: bold;color:#005EB8;font-family: 'Roboto';fill: none;stroke-width: 0.4px;stroke-dasharray: 100 310;stroke: #005EB8;text-shadow: 0 0 1px #005EB8;font-weight: 100;text-transform: uppercase;opacity: .35;}
@keyframes stroke {50% {stroke-dashoffset: -400;}100% {stroke-dasharray: unset;}}
.bannerItem .desc .btit{font-size: 6rem;line-height:1;font-weight: bold;color: #00923F;background: linear-gradient(270deg, #00CCFF 0%, #005EB8 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin: 3rem 0 4rem;}
.bannerItem .desc .ctit{display: block;width: 5rem;height: 2px;background: #FFFFFF;margin-bottom: 3rem;}
.bannerItem .desc .dtit{font-size: 2.4rem;line-height: 3.4rem;color: #000000;max-width: 70rem;}

.swiper-slide-active .bannerItem .desc .atit{animation: fadeInUp .8s .3s ease both;}
.swiper-slide-active .bannerItem .desc .atit .text{animation: stroke 5s infinite linear;}
.swiper-slide-active .bannerItem .desc .btit{animation: fadeInUp .8s .4s ease both;}
.swiper-slide-active .bannerItem .desc .ctit{animation: fadeInUp .8s .5s ease both;}
.swiper-slide-active .bannerItem .desc .dtit{animation: fadeInUp .8s .6s ease both;}

@media screen and (max-width:1199px){
	.bannerItem .desc .atit{height: 10rem;}
	.bannerItem .desc .atit .text{font-size: 8rem;}
	.bannerItem .desc .btit{font-size: 5rem;margin: 2rem 0 3.5rem;}
	.bannerItem .desc .dtit{font-size: 2rem;}
}
@media screen and (max-width:780px){
	.bannerItem .desc{top: 30%;}
	.bannerItem .desc .atit{height: 9rem;}
	.bannerItem .desc .atit .text{font-size: 7rem;}
	.bannerItem .desc .btit{font-size: 4rem;margin: 2rem 0;}
	.bannerItem .desc .ctit{margin-bottom: 2rem;}
	.bannerItem .desc .dtit{font-size: 1.6rem;}
}

