@font-face {

	font-family: fontP;

	src: url(../fonts/Poppins-Bold.ttf);

}

@font-face {

	font-family: fontPR;

	src: url(../fonts/Poppins-Regular.ttf);

}

@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap";

html,body{padding: 0;margin: 0;font-size: 16px;color: #333333;font-family: fontPR; }

.wrap{margin: 0 auto;max-width: 1440px;}

ul{padding: 0;margin: 0;}

ul li{list-style: none;}

.fl{float: left;}

.fr{float: right;}

a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}

img{max-width: 100%;}

input:focus,button:focus,textarea:focus{outline: none;}

.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}

p{margin: 0;}

i,em{font-style: initial;}

/* .imgH{overflow: hidden;} */

.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }

.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.bold{font-weight: bold; }

.flexcen{display: flex;justify-content: center;align-items: center;}

.flexsta{display: flex;justify-content: flex-start;align-items: center;}

.flexend{display: flex;justify-content: flex-end;align-items: center;}

.flexbet{display: flex;justify-content: space-between;align-items: center;}

.flexaro{display: flex;justify-content: space-around;align-items: center;}



/**导航菜单**/

header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;color: #fff;height: 100px;transition: all .5s;background: transparent;border-bottom: 1px solid rgba(255,255,255,.2); }

header .header-container{padding: 0 4vw; }

header .logo a{height: 100px;position: relative;z-index: 99;display:flex;justify-content:flex-start;align-items:center;}

header .logo img{max-height: 100%;}

header .logo .dImg{display: block;}

header .logo .hImg{display: none; }

header .rightDiv{text-align: right;font-size: 0;}

header .rightDiv .menu>ul{display: inline-block!important;}

header .rightDiv .menu>ul>li{float: left;padding:0 1.1vw;}

header .rightDiv .menu>ul>li>a{height: 100px;color: rgba(255,255,255,.4);position: relative;font-size: 16px;display: flex;justify-content: center;align-items: center; }

header .rightDiv .menu>ul>li:hover>a,

header .rightDiv .menu>ul>li:focus>a,

header .rightDiv .menu>ul>li.on>a,

header .rightDiv .menu>ul>li.active>a{background:transparent;color: #fff; }

/* header .rightDiv .menu>ul>li>a::after{content: "";width: 0%;height: 3px; position: absolute;left: 0;bottom: 0;background: #0047ba;transition: all .5s;opacity: 0; }

header .rightDiv .menu>ul>li:hover>a::after,

header .rightDiv .menu>ul>li.on>a::after{opacity: 1;width: 100%; } */

header .ssDiv{height: 100px; }

header .ssBtn{height: 48px;width: 48px;background: rgba(255,255,255,.1);cursor: pointer;border-radius: 50%; }

header .ssBtn i{font-size: 19px;color: #fff; }

header .langDiv{height: 100px;margin:0 1.5vw 0 6.5vw;position: relative;font-size: 16px; }

header .langDiv>a{color: #fff;width: 150px;height: 48px;background: #0047ba;border-radius: 24px;padding: 0 27px; }

header .langDiv a i.icon-yuyan-01{color: #fff;font-size: 23px;margin-right: 10px; }

/* header .langDiv a span{margin: 0 0.6vw 0 4px; } */

header .langDiv a i.icon-xiala{color: #fff;font-size: 16px; }

header .langDiv .aDiv{position: absolute;left: 50%;width: calc(100% - 0px);box-shadow: 0px 0px 20px 0px rgba(1,104,183,0.1);background: rgba(255,255,255,1);top: 100%;display: none;padding: 5px 10px;border-radius: 5px;z-index: 11;transform: translateX(-50%); }

header .langDiv .aDiv a{color: #999999;display: block;line-height: 40px;text-align: center;font-size: 16px; }

header .langDiv .aDiv a:last-child{border-bottom: 0; }

header .langDiv .aDiv a:hover,header .langDiv .aDiv a.on{color: #0047ba; }

/* header .langDiv:hover>a{color: #0047ba; } */

header .langDiv:hover .aDiv{display: block; }

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}

header .mbtn:active{opacity: .8;}

body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}



.onFixed header{background: #fff;box-shadow: 0px 0px 15px rgba(0, 0, 0, .1); }

.onFixed header .logo .dImg{display: none;}

.onFixed header .logo .hImg{display: block; }

.onFixed header .rightDiv .menu>ul>li>a{color: #666666; }

.onFixed header .rightDiv .menu>ul>li:hover>a,

.onFixed header .rightDiv .menu>ul>li:focus>a,

.onFixed header .rightDiv .menu>ul>li.on>a,

.onFixed header .rightDiv .menu>ul>li.active>a{color: #0047ba; }

.onFixed header .ssBtn {background: rgba(0, 0, 0, .1); }

.onFixed header .mbtn{background: url(../img/menu1.png) no-repeat center center; }



.nyBody header{background: #fff;box-shadow: 0px 0px 15px rgba(0, 0, 0, .1); }

.nyBody header .logo .dImg{display: none;}

.nyBody header .logo .hImg{display: block; }

.nyBody header .rightDiv .menu>ul>li>a{color: #666666; }

.nyBody header .rightDiv .menu>ul>li:hover>a,

.nyBody header .rightDiv .menu>ul>li:focus>a,

.nyBody header .rightDiv .menu>ul>li.on>a,

.nyBody header .rightDiv .menu>ul>li.active>a{color: #0047ba; }

.nyBody header .ssBtn {background: rgba(0, 0, 0, .1); }

.nyBody header .mbtn{background: url(../img/menu1.png) no-repeat center center; }



.on-menu header{background: #fff;box-shadow: 0px 0px 15px rgba(0, 0, 0, .1); }

.on-menu header .logo .dImg{display: none;}

.on-menu header .logo .hImg{display: block; }

.on-menu header .rightDiv .menu>ul>li>a{color: #666666; }

.on-menu header .rightDiv .menu>ul>li:hover>a,

.on-menu header .rightDiv .menu>ul>li:focus>a,

.on-menu header .rightDiv .menu>ul>li.on>a,

.on-menu header .rightDiv .menu>ul>li.active>a{color: #0047ba; }

.on-menu header .ssBtn {background: rgba(0, 0, 0, .1); }



.on-fixed header{background: #fff;background: #fff;box-shadow: 0px 0px 15px rgba(0, 0, 0, .1); }

.on-fixed header .logo .dImg{display: none;}

.on-fixed header .logo .hImg{display: block; }

.on-fixed header .rightDiv .menu>ul>li>a{color: #666666; }

.on-fixed header .rightDiv .menu>ul>li:hover>a,

.on-fixed header .rightDiv .menu>ul>li:focus>a,

.on-fixed header .rightDiv .menu>ul>li.on>a,

.on-fixed header .rightDiv .menu>ul>li.active>a{color: #0047ba; }

.on-fixed header .ssBtn {background: rgba(0, 0, 0, .1); }

.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center; }



.searchDiv{position: absolute;top: 100px;left: 0;width: 100%;background: #fff;transform: translateY(-100px);transition: all .5s;height: 0vw;display: flex;align-items: center;justify-content: center;opacity: 0;z-index: -1; }

.searchDiv form{width: 100%;max-width: 600px;border-bottom: 1px solid #cdcdcd; }

.searchDiv form input{border: 0;width: calc(100% - 50px);line-height: 50px; }

.searchDiv form input::placeholder{color: #999999; }

.searchDiv form input::-webkit-input-placeholder{color: #999999; }

.searchDiv form button{border: 0;height:50px;background: transparent;cursor: pointer; }

.searchDiv form button i{font-size: 27px;color: #0047ba;font-weight: 600; }

.searchDiv.on{opacity: 1;transform: translateY(0);z-index: 1;height: 20vw; }



.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.menu #menu-button{display:none}

.menu{width:auto;}



#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}

.menu>ul>li{float:left;position: relative;}

.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}

.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}

.menu ul ul{position:absolute;text-align: left;min-width: 160px; width: max-content;top: 100%;left:50%;opacity: 0;visibility: hidden;box-shadow: 0px 16px 30px rgba(26,78,187,.1);transform: translate(-50%,-20px);z-index: -1;transition: all .3s; }

.menu ul ul .aDiv{background: #fff;overflow: hidden;padding: 30px 30px 10px; }

.menu ul ul ul{transform: initial;top: 0;left: 100%; }

.menu ul ul li:hover ul{opacity: 1;visibility: visible; }

.menu>ul>li:hover>ul{visibility: visible;opacity: 1;transform: translate(-50%,0);z-index: 1; }

.menu ul ul li {position: relative;margin-bottom: 20px; }

.menu ul ul li a{font-size: 16px;color: #999999;display: block;text-align: center;position: relative;}

.menu ul ul li a:hover{color: #0047ba; }

/* .menu>ul>li.proLi ul{background: #fff;position: fixed;left: 0;top: 100px;padding: 50px 3.125vw;width: 100vw;transform: none; }

.menu>ul>li.proLi .ul{flex-wrap: wrap;  } 

.menu>ul>li.proLi .ul li{position: relative;width: calc(16.67% - 30px);margin-right: 30px; }

.menu>ul>li.proLi .ul li .imgDiv{padding-top: 66.67%; }

.menu>ul>li.proLi .ul li .textDiv{padding-top: 15px;color: #666666; }

.menu>ul>li.proLi .ul li .textDiv span{color: #1a4ebb;display: block;margin-bottom: 5px; } */



.fontP{font-family: fontPR; }

/****底部***/

.footerDiv .fd1{background: #fff;color: #000000;position: relative;border-top: 1px solid #dddddd; }

.footerDiv .fd2{background: #0047ba;color: rgba(255,255,255,.3);position: relative; }

.footerDiv .fbg{position: absolute;right: 0;bottom: 0;z-index: 1;width: 54%; }

.footerDiv .hdDiv{align-items: flex-start;border-bottom: 1px solid rgba(255,255,255,.1);padding: 86px 0; position: relative; }

.footerDiv .hdDiv .lxDiv{width: 40%; }

.footerDiv .hdDiv .lxDiv .p{margin: 60px 0 45px; }

.footerDiv .hdDiv .lxDiv p{color: #000000;margin-bottom: 10px; }

.footerDiv .hdDiv .lxDiv p a{color: #000000; }

.footerDiv .hdDiv .lxDiv p a:hover{color: #000000; } 

.footerDiv .hdDiv .lxDiv p i{color: #0047ba;font-size: 17px;margin-right: 11px; }

.footerDiv .hdDiv .listDiv{margin-left: 55px;}

.footerDiv .hdDiv .listDiv>span{display: block;margin-bottom: 30px;font-size: 18px;font-weight: 500;}

.footerDiv .hdDiv .listDiv>span a{color: #000000; }

.footerDiv .hdDiv .aDiv a{color: rgba(0, 0, 0, .4);display: block;margin-top: 15px; }

.footerDiv .hdDiv .aDiv a:hover{color: #000000;}

.footerDiv .bdDiv{padding: 10px 0;color: rgba(255,255,255,.3);font-size: 14px;flex-wrap: wrap; } 

.footerDiv .bdDiv a{color: rgba(255,255,255,.3); }

.footerDiv .bdDiv a img{margin-right: 8px; width: 18px;}

.footerDiv .bdDiv .shareDiv a{margin-left: 22px;position: relative; }

.footerDiv .bdDiv .shareDiv a span i{color: rgba(255,255,255,.5);font-size: 22px;transition: all .5s; }

.footerDiv .bdDiv .shareDiv a:hover span i{transform: scale(1.2); }

.footerDiv .bdDiv .shareDiv .ewmDiv{position: absolute;left: 50%;bottom: 100%;width: 110px;height: 110px;padding: 2px;transform: translateX(-50%);display: none;background: #fff; }

.footerDiv .bdDiv .shareDiv .ewmDiv img{width: 100%; }

.footerDiv .bdDiv .shareDiv a:last-child:hover .ewmDiv{left: initial;right: -15px;transform: initial; }

.footerDiv .bdDiv .shareDiv a:hover .ewmDiv{display: block; }



.fixBox{position: fixed;right: 0;top: 50%;z-index: 99;transform: translateY(-50%);display: none; }

.fixBox .eachB{position: relative;margin-top: 10px;}

.fixBox .eachB:first-child{margin-top: 0;}

.fixBox .eachB a{background-color: #fff;width: 48px;height: 48px;display: flex;justify-content: center;align-items: center;color: #0047ba;border-radius: 50%;border: 1px solid #eaeaea; }

.fixBox .eachB i{display: block;font-size: 26px;}

.fixBox .eachB p{position: absolute;right: 58px;top: 50%;transform: translateY(-50%);background: #ffffff;display: none;border-radius: 5px;word-break: keep-all;width: max-content;box-shadow: 0 0 10px 4px rgba(0,0,0,.1);}

.fixBox .eachB p img{display: block;width: 100%;border-radius: 5px;width: 120px;}

.fixBox .eachB p span{font-size: 18px;color: rgb(51, 51, 51);padding: 0 16px;min-height: 40px;display: flex;justify-content: center;align-items: center;width: max-content;}

.fixBox .eachB p.mailP{padding: 10px 15px; }

.fixBox .eachB p::before{content: "";width: 0;height: 0;border-left: 6px solid #ffffff;border-top: 6px solid transparent;border-bottom: 6px solid transparent;position: absolute;right: -5px;top: calc(50% - 6px);}

.fixBox .eachB:hover p{display: block;}

/* .gotop{

	border-radius: 10px 0 0 10px;

	background-color: rgb(255, 255, 255);

	cursor: pointer;

	position: fixed;

	right: 0;

	bottom: 30px;

	z-index: 99;

	font-size: 16px;

	display: none;

}

.gotop i{

	font-size: 26px;

	color: #0047ba;

	display: flex;

	justify-content: center;

	align-items: center;

	width: 46px;

	height: 60px;

} */

@media (max-width:1024px) {

	.fixBox .eachB a{width: 40px;height: 40px;}

	.fixBox .eachB i{font-size: 22px;}

	.fixBox .eachB p{right: 44px;}

	/* .gotop i{width: 40px;height: 40px;font-size: 20px;} */

}



.fmt{font-family: MT; }

.fmr{font-family: MR; }



/*::-webkit-scrollbar  

{  

    width: 2px;  

    height: 2px;  

}  

::-webkit-scrollbar-track  

{  

    border-radius: 4px;  

    background-color: #f5f5f5;

}  

::-webkit-scrollbar-thumb  

{  

    border-radius: 4px; 

    background-color: #0E50D1;

}*/



/********************************* 首页 **********************************/

/* .main{margin-top: 100px; } */



/*banner轮播*/

.index-banner{width: 100%;position:relative; }

.index-banner .swiper-slide{overflow: hidden;}

.index-banner .img{width: 100%;display: block;background: none no-repeat center;background-size: cover;height: 47.3vw;}

.index-banner .img .wrap{position: relative;}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 3.645vw;text-align: left;padding: 0 calc((100% - 1400px) / 2); }

.index-banner .swiper-pagination-bullet{width: 38px;height: 38px;background: url(../img/yuan.png) no-repeat center center/100%;opacity: 1;position: relative; }

.index-banner .swiper-pagination-bullet-active{background: url(../img/yuan_.png) no-repeat center center/100%;}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}

.index-banner .swiper-button-prev,.index-banner .swiper-button-next{width: 30px;height: 56px;font-size: 9px;color: #fff;display: flex;align-items: center;justify-content: center;}

.index-banner .swiper-button-prev .iconfont{transform: rotate(-180deg);display: block; }

.index-banner .swiper-button-prev{left: 3.125vw;}

.index-banner .swiper-button-next{right: 3.125vw;}

.swiper-button-prev,.swiper-button-next{background: none; }





.indexTitle{position: relative;line-height: 1;font-weight: 500;color: #000000; }

.indexTitle.tc{text-align: center; }



.f80{font-size: 80px;}

.f72{font-size: 72px;}

.f60{font-size: 60px;}

.f52{font-size: 52px;}

.f48{font-size: 48px;}

.f40{font-size: 40px;}

.f36{font-size: 36px;}

.f32{font-size: 32px;}

.f30{font-size: 30px;}

.f28{font-size: 28px;}

.f24{font-size: 24px;}

.f22{font-size: 22px;}

.f20{font-size: 20px;}

.f18{font-size: 18px;}



.indexDiv1{padding: 110px 0 0;overflow: hidden; }

.indexDiv1 .bdDiv .imgDiv{width: 46.53%; }

.indexDiv1 .bdDiv .textDiv{width: 46.53%; }

.indexDiv1 .bdDiv .textDiv .title{font-weight: 500;color: #000000; }

.indexDiv1 .bdDiv .textDiv .p{margin: 30px 0 60px;color: #666;line-height: 2; }



a.imoreBtn{width: 180px;height: 60px;background: #0047ba;color: #fff;transition: all .5s;border-radius: 30px; }

a.imoreBtn.brf{background: transparent;border: 1px solid #0047ba;color: #0047ba; }

a.imoreBtn i{font-size: 19px;margin-left: 15px;transition: all .5s; } 

/* a.imoreBtn:hover{opacity: .8; }	 */

a.imoreBtn:hover i{transform: translateX(10px); }

a.imoreBtn.brf:hover{background: #0047ba;border-color: #0047ba;color: #fff;opacity: 1;}



.indexDiv2{padding: 150px 0 90px;min-height: 47.9vw;overflow: hidden; }

.indexDiv2 .bdDiv {margin-top: 60px; }

.indexDiv2 .bdDiv .swiper-container{margin-bottom: 60px; }

.indexDiv2 .bdDiv .swiper-slide a{display: block;position: relative; }

.indexDiv2 .bdDiv .swiper-slide a .imgDiv{padding-top: 63.9%;}

.indexDiv2 .bdDiv .swiper-slide a .textDiv{margin-top: 25px; }

.indexDiv2 .bdDiv .swiper-slide a .textDiv .title{color: #000; }

.indexDiv2 .bdDiv .swiper-slide a .textDiv span{color: #999999; }

.indexDiv2 .bdDiv .swiper-slide a .textDiv span i{margin-left: 8px;font-size: 21px; } 

.indexDiv2 .bdDiv .swiper-slide a:hover .textDiv .title,.indexDiv2 .bdDiv a:hover .textDiv span{color: #0047ba; }



.indexDiv3 .wrap{color: #fff;height: 47.92vw; }

.indexDiv3 .bdDiv{width: 50%; }

.indexDiv3 .p{line-height: 1.5;margin: 15px 0 120px; }

.indexDiv3 a{background: #fff;color: #0047ba; }



.imgOver{position: relative;}

.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }

.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }

.imgObj{position: relative; }

.imgObj .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}

.imgObj .pic img{max-width: 80%;max-height: 80%;object-fit: contain; }



.indexDiv4{padding: 100px 0 120px;overflow: hidden;position: relative; }

.indexDiv4 .bdDiv{margin: 60px 0 80px;position: relative;z-index: 1; }

.indexDiv4 .swiper-container{margin: -2.6vw; }

.indexDiv4 .swiper-slide{padding: 2.6vw; }

.indexDiv4 .swiper-slide a{display: block;position: relative;border-bottom: 1px solid #eaeaea; }

.indexDiv4 .swiper-slide a .imgDiv{padding-top: 55%; }

.indexDiv4 .swiper-slide a .textDiv{padding: 30px 0; }

.indexDiv4 .swiper-slide a .date{color: #999999;font-family: fontPR; }

.indexDiv4 .swiper-slide a .title{margin-top: 10px;color: #000000; }

.indexDiv4 .swiper-slide a:hover .imgDiv{box-shadow: 0 0 1vw rgba(7,30,71,.3); }

.indexDiv4 .swiper-slide a:hover .textDiv .date{color: #0047ba; }

.indexDiv4 .swiper-slide a:hover .textDiv .title{color: #0047ba; }

.indexDiv4 .swiper-slide a::after{content: "";width: 0%;height: 1px;background: #0047ba;position: absolute;left: 0; bottom: 0;transition: all .5s; }

.indexDiv4 .swiper-slide a:hover::after{width: 100%; }

.indexDiv4 .moreDiv{position: relative;z-index: 1; }

.indexDiv4 .bgImg{position: absolute;left: 0;bottom: 0;z-index: 0;width: 100%; }



.productCateDiv{position: relative;overflow: hidden; }

.productCateDiv ul li{width: 25%;transition: all .5s;position: relative;z-index: 2;overflow: hidden; }

.productCateDiv ul li a{height: 100vh;position: relative; }

/* .productCateDiv ul li a::before{content: "";width: 100%;height: 100%;background: url(../img/pc-bg.png) no-repeat center bottom/100% 100%;position: absolute;left: 0;top: 0;z-index: 1; } */

.productCateDiv ul li a .textDiv{color: #fff;text-align: center;z-index: 1;position: absolute;width: 70vw; }

.productCateDiv ul li a .textDiv .title span{font-size: 2.92vw;font-family: fontP;text-transform: uppercase;opacity: 0;}

.productCateDiv ul li a .textDiv .title p{font-size: 1.875vw;font-weight: 300; }

.productCateDiv ul li a .textDiv .imoreBtn{width: 180px;height: 60px;background: #fff;color: #0047ba;transition: all .5s;border-radius: 30px;margin: 5vw auto 0;opacity: 0; }

.productCateDiv ul li a .textDiv .imoreBtn i{font-size: 19px;margin-left: 15px;transition: all .5s;color: #0047ba; } 

.productCateDiv ul li a .textDiv .imoreBtn:hover i{transform: translateX(10px); }

.productCateDiv ul li:hover{width: 70%; }

.productCateDiv ul li:hover .textDiv .title span{opacity: 1;transition: opacity 1s;  }

.productCateDiv ul li:hover .textDiv{z-index: 2; }

.productCateDiv ul li:hover .textDiv .imoreBtn{opacity: 1; }





.productDiv{padding: 204px 0 140px; }

.productDiv .hdDiv{text-align: center;margin-bottom: 50px; }

.productDiv .hdDiv .titleDiv{color: #0047ba; }

.productDiv .hdDiv .titleDiv span{text-transform: uppercase;font-family: fontP;line-height: 1; }

.productDiv .hdDiv .formDiv{margin-top: 55px; }

.productDiv .hdDiv .formDiv form{position: relative; }

.productDiv .hdDiv .formDiv form input{width: 100%;line-height: 60px;background: #f3f6fa;border: 0;padding: 0 80px 0 20px;border-radius: 30px; }

.productDiv .hdDiv .formDiv form button{width: 60px;height: 100%;background: #0047ba;border-radius: 50%;position: absolute;right: 0;top: 0;border: 0;color: #fff; }

.productDiv .hdDiv .formDiv form button i{font-size: 19px; }

.productDiv .bdDiv{align-items: flex-start; }

.productDiv .blDiv {
    width: 18.06%;
    position: sticky;
    top: 150px;
}

.productDiv .blDiv ul li{border-bottom: 1px solid #eaeaea;margin-bottom: 30px;padding: 0 0 30px; }

.productDiv .blDiv ul li>a{color: #333333;font-weight: bold; }

.productDiv .blDiv ul li>a i{font-size: 18px;color: #333333;transform: rotate(-90deg); }

.productDiv .blDiv ul li:hover>a,.productDiv .blDiv ul li.on>a{color: #0047ba; }

.productDiv .blDiv ul li.on>a i{color: #0047ba;transform: rotate(0); }

.productDiv .blDiv ul li.on .aDiv{display: block; }

.productDiv .blDiv ul li .aDiv{display: none; }

.productDiv .blDiv ul li .aDiv a{display: block;margin-top: 10px;color: #999999;padding-left: 10px;position: relative; }

.productDiv .blDiv ul li .aDiv a::before{content: "";width: 5px;height: 5px;background: #999;border-radius: 50%;position: absolute;left: 0;top: 10px; } 

.productDiv .blDiv ul li .aDiv a:hover,.productDiv .blDiv ul li .aDiv a.on{color: #0047ba; }

.productDiv .blDiv ul li .aDiv a.on::before{background: #0047ba; }

.productDiv .brDiv{width: 72.92%; }

.productDiv .brDiv .row{margin: 0 -25px; }

.productDiv .brDiv .row>div{padding: 0 25px;margin-bottom: 70px; }

.productDiv .brDiv .row>div a{background: #fff;margin-bottom: 58px; }

.productDiv .brDiv .row>div .imgDiv{padding-top: 100%; }

.productDiv .brDiv .row>div .textDiv{padding: 30px 0 0;border-top: 4px solid #f3f6fa;;position: relative; }

.productDiv .brDiv .row>div .textDiv .title{color: #000000;font-weight: 500; }

.productDiv .brDiv .row>div .textDiv .p{color: #999999;margin: 10px 0 0;line-height: 2; }

.productDiv .brDiv .row>div .textDiv::before{content: "";width: 0%;height: 4px;background: #0047ba;position: absolute;left: 0;top: -4px;transition: all .5s; }

.productDiv .brDiv .row>div a:hover .textDiv::before{width: 100%; }





.productDetailDiv .pdNav{position: sticky;top: 100px;background: #fff;z-index: 10;border-bottom: 1px solid #eaeaea; }

.productDetailDiv .pdNav .title{font-weight: 500;color: #000; }

.productDetailDiv .pdNav ul li{margin-left: 4.6875vw; }

.productDetailDiv .pdNav ul li a{line-height: 70px;color: #999999;text-align: center;display: block; }

.productDetailDiv .pdNav ul li.on a{color: #0047ba; }



.productDetailDiv{padding: 100px 0 ;position: relative; }

.productDetailDiv .hdDiv{padding: 100px 0 0;position: relative;  }

.productDetailDiv .hdDiv .flexDiv{align-items: flex-start;position: relative; }

.productDetailDiv .hdDiv .leftDiv{width: 40.9%;position: sticky;top: 270px; }

.productDetailDiv .hdDiv .rightDiv{width: 50%;}

.productDetailDiv .hdDiv .leftDiv .swiper-container {width: 100%;margin-left: auto;margin-right: auto;padding-bottom: 56px; }

.productDetailDiv .hdDiv .leftDiv .swiper-slide {display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}

.productDetailDiv .hdDiv .leftDiv .swiper-slide .pic{padding-top: 100%;position: relative;width: 100%;}

.productDetailDiv .hdDiv .leftDiv .swiper-slide .pic .imgDiv{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;display: flex;justify-content: center;align-items: center; }

.productDetailDiv .hdDiv .leftDiv .swiper-slide .pic .imgDiv img{width: 100%;height: 100%; }

.productDetailDiv .swiper-pagination{bottom: 0; }

.productDetailDiv .gallery-top .swiper-pagination-bullet{width: 36px;height: 36px;background: url(../img/y1.png) no-repeat center center/100%;opacity: 1;position: relative; }

.productDetailDiv .gallery-top .swiper-pagination-bullet-active{background: url(../img/y1_.png) no-repeat center center/100%;}

.productDetailDiv .gallery-top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}



.productDetailDiv .hdDiv .rightDiv .title{padding: 0 0 10px;font-weight: 500;color: #000; }

.productDetailDiv .hdDiv .rightDiv .p{color: #666666;line-height: 2;margin-bottom: 3vw;min-height: 75px; } 

.productDetailDiv .hdDiv .rightDiv .aDiv a{border: 1px solid #0047ba;color: #000000;width: 180px;height: 60px; }

.productDetailDiv .hdDiv .rightDiv .aDiv a:nth-child(1){margin-right: 20px; }

.productDetailDiv .hdDiv .rightDiv .aDiv a i{font-size: 26px;color: #0047ba;margin-right: 10px;display: block; }

.productDetailDiv .hdDiv .rightDiv .aDiv a:hover{background: #0047ba;color: #fff; }

.productDetailDiv .hdDiv .rightDiv .aDiv a:hover i{color: #fff; }

.productDetailDiv .hdDiv .rightDiv .tedian{padding-top: 100px; }

.productDetailDiv .hdDiv .rightDiv .rt{color: #0047ba; }

.productDetailDiv .hdDiv .rightDiv .tedian .ul{overflow-y: auto;height: 473px;padding-right: 43px; }

.productDetailDiv .hdDiv .rightDiv .tedian .ul ul li{padding: 30px 0;border-bottom: 1px solid #eeefef;position: relative; }

.productDetailDiv .hdDiv .rightDiv .tedian .ul ul li span{color: rgba(0,71,186,.12);font-family: fontPR;position: absolute;right: 0;bottom: -10px;line-height: 1;display: block; }

.productDetailDiv .hdDiv .rightDiv .tedian .ul ul li .lt{color: #000;font-weight: 500; }

.productDetailDiv .hdDiv .rightDiv .tedian .ul ul li .lp{color: #666666;margin-top: 5px; }

.productDetailDiv .hdDiv .rightDiv .canshu{padding-top: 100px; }

.productDetailDiv .hdDiv .rightDiv .canshu table{width: 100%;margin-top: 40px; }

.productDetailDiv .hdDiv .rightDiv .canshu table tr:nth-of-type(odd) td{background: #eeefef; }

.productDetailDiv .hdDiv .rightDiv .canshu table td{padding: 20px;color: #666666;border-left: 4px solid #fff; }

.productDetailDiv .hdDiv .rightDiv .canshu table td:nth-child(1){font-weight: 500;color: #000;border-left:0; }





/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  

.productDetailDiv .hdDiv .rightDiv .tedian .ul::-webkit-scrollbar  

{  

    width: 6px;  

    height: 10px;  

}  

/*定义滚动条轨道 内阴影+圆角*/  

.productDetailDiv .hdDiv .rightDiv .tedian .ul::-webkit-scrollbar-track  

{  

    border-radius: 10px;  

    background-color: #eeefef;

}  

  

/*定义滑块 内阴影+圆角*/  

.productDetailDiv .hdDiv .rightDiv .tedian .ul::-webkit-scrollbar-thumb  

{  

    border-radius: 10px; 

    background-color: #0047ba;

}



.pdDiv7{padding: 220px 0 100px;overflow: hidden; }

.pdDiv7 .lunboDiv{position: relative; margin-top: 60px; }

.pdDiv7 .lunboDiv a{display: block; }

.pdDiv7 .lunboDiv .imgDiv{padding-top: 100%; }

.pdDiv7 .lunboDiv .textDiv .title{color: #000000;margin: 35px 0 10px; }

.pdDiv7 .lunboDiv .textDiv .p{color: #999; }

.pdDiv7 .lunboDiv a:hover .textDiv .title{color: #0047ba;}

/* .pdDiv7 .swiper-button-prev,.pdDiv7 .swiper-button-next{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50%;color: #0047ba;border: 1px solid #eaeaea;transition: all .5s; }

.pdDiv7 .swiper-button-next .iconfont{font-size: 24px; }

.pdDiv7 .swiper-button-prev .iconfont{transform: rotate(-180deg);display: block;font-size: 24px; }

.pdDiv7 .swiper-button-prev{left: -3.6vw;}

.pdDiv7 .swiper-button-next{right: -3.6vw;}

.pdDiv7 .swiper-button-prev:hover,.pdDiv7 .swiper-button-next:hover{background: #0047ba;color: #fff;border-color: #0047ba; } */







.ny-banner .wrap{position:relative;height: 47.92vw;color: #fff;text-align: center;  }

.ny-banner span{font-size: 5vw;font-family: fontP;}

.ny-banner p{font-size: 1.8vw; }



/* 

.nyHead .wrap{flex-wrap: wrap;flex-direction: row-reverse; }

.breadcrumbDiv{font-size: 14px;color: #999999;flex-wrap: wrap;height: 82px; }

.breadcrumbDiv i{font-size: 18px;color: #999999;margin-right: 8px; }

.breadcrumbDiv span{color: #0047ba; }

.breadcrumbDiv a{color: #999999;}

.breadcrumbDiv a:hover{color: #0047ba; } */



.nyHead{background: #f8f9fc; }

.twoMenuDiv{overflow-x: auto;white-space:nowrap; }

.twoMenuDiv a{color: #aaaaaa;position: relative;line-height: 101px;text-align: center;margin: 0 60px; }

.twoMenuDiv a.on,.twoMenuDiv a:hover{color: #0047ba; }

.twoMenuDiv a.on::after{content: "";width: 100%;height: 3px;background: #0047ba;position: absolute;left: 0;bottom: 0; }



.newsDiv{padding: 100px 0;overflow: hidden; }

.newsDiv .bdDiv{margin-bottom: 50px; }

.newsDiv .bdDiv .row{margin: 0 -22.5px; }

.newsDiv .bdDiv .row>div{padding: 0 22.5px;margin-bottom: 55px; }

.newsDiv .bdDiv .row>div a{display: flex;position: relative;flex-direction: column;height: 100%; }

.newsDiv .bdDiv .row>div a .imgDiv{padding-top: 55%; }

.newsDiv .bdDiv .row>div a .textDiv{padding: 30px 0;display: flex;flex-direction: column;flex: 1; }

.newsDiv .bdDiv .row>div a .date{color: #999999;font-family: fontPR; }

.newsDiv .bdDiv .row>div a .title{margin-bottom: 20px;color: #000000;flex: 1; }

.newsDiv .bdDiv .row>div a:hover .imgDiv{box-shadow: 0 0 1vw rgba(7,30,71,.3); }

.newsDiv .bdDiv .row>div a:hover .textDiv .date{color: #0047ba; }

.newsDiv .bdDiv .row>div a:hover .textDiv .title{color: #0047ba; }



.pageDiv{text-align: center;margin-top: 80px; }

.pageDiv a,.pageDiv span{display: inline-block;line-height: 80px;margin: 0 10px;color: #aaaaaa;width: 80px;}

.pageDiv span,.pageDiv a:hover{color: #0047ba; }

.pageDiv a:first-child,.pageDiv a:last-child{width: 80px;line-height: 80px;background: #f4f4f4;border-radius: 50%; }



.shipinDiv{padding: 100px 0; }

.shipinDiv .bdDiv{margin-bottom: 50px; }

.shipinDiv .bdDiv .row{margin: 0 -30px; }

.shipinDiv .bdDiv .row>div{padding: 0 30px;margin-bottom: 90px; }

.shipinDiv .bdDiv .row>div a{display: flex;position: relative;flex-direction: column;height: 100%; }

.shipinDiv .bdDiv .row>div a .imgDiv{padding-top: 55%; }

.shipinDiv .bdDiv .row>div a .imgDiv::after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .3);z-index: 1;position: absolute;left: 0;top: 0; }

.shipinDiv .bdDiv .row>div a .imgDiv .playBtn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2; }

.shipinDiv .bdDiv .row>div a .imgDiv .playBtn i{font-size: 46px;color: #fff;opacity: .5; }

.shipinDiv .bdDiv .row>div a .textDiv{display: flex;flex-direction: column;flex: 1; }

.shipinDiv .bdDiv .row>div a .title{margin: 25px 0;color: #2e2e2e;flex: 1; }

.shipinDiv .bdDiv .row>div a .date{font-size: 14px;color: #999999; }

.shipinDiv .bdDiv .row>div a:hover .imgDiv{box-shadow: 0 0 1vw rgba(7,30,71,.3); }

.shipinDiv .bdDiv .row>div a:hover .imgDiv .playBtn i{opacity: 1; }

.shipinDiv .bdDiv .row>div a:hover .title,.shipinDiv .bdDiv .row>div a:hover .date{color: #0047ba; }



.videoShow{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 1000;display: none;}

.videoShow .yinying{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.8);}

.videoShow .nrbox{width: calc(100% - 32px);max-width: 880px;position: relative;}

.videoShow .kuang{padding-top: 56.25%;position: relative;}

.videoShow .nrbox iframe{width: 100% !important;height: 100% !important;display: block;position: absolute;left: 0;top: 0;}

.videoShow .nrbox video,.videoShow .nrbox img{display: block;width: 100%;border: 3px solid #0047ba;max-height: 80vh;}

.videoShow .closebtn{display: flex;justify-content: center;align-items: center;border-radius: 50%;background-color: rgb(255, 255, 255);width: 64px;height: 64px;margin: 36px auto 0;font-size: 28px;cursor: pointer;color: #0047ba;}



.newsDetailDiv{padding: 100px 0;position: relative; }

.newsDetailDiv .wrap{max-width: 900px; }

.newsDetailDiv .hdDiv{text-align: center; }

.newsDetailDiv .hdDiv .title{color: #000;font-weight: 500;line-height: 1.4; }

.newsDetailDiv .hdDiv .date{color: #999999;margin: 30px 0;font-family: fontPR; }

.newsDetailDiv .bdDiv{padding: 40px 0;border-bottom: 1px solid #eaeaea;border-top: 1px solid #eaeaea; }

.newsDetailDiv .bdDiv p{color: #666666;line-height: 2; }

.newsDetailDiv .otherPageDiv{padding-top: 30px; }

.newsDetailDiv .otherPageDiv a{color: #666666;margin-top: 10px; }

.newsDetailDiv .otherPageDiv a:hover{color: #0047ba; }



.backbtn{position: fixed;left: 4vw;top: 40%;z-index: 99;text-align: center;display: none; }

.backbtn span{width: 60px;height: 60px;background: #0047ba;border-radius: 50%;color: #fff; }

.backbtn span i{font-size: 15px; }

.backbtn p{color: #000000;margin-top: 6px;font-weight: 500; }



.contactDiv1 {padding: 100px 0;overflow: hidden; }

.contactDiv1 .bdDiv{box-shadow: 12px 12px 45px rgba(27, 70, 147, .15); }

.contactDiv1 .bdDiv .imgDiv{width: 50%; }

.contactDiv1 .bdDiv .textDiv{width: 50%;padding: 60px; }

.contactDiv1 .bdDiv .textDiv .title{padding: 0 0 40px;color: #0047ba;border-bottom: 1px solid #eaeaea; }

.contactDiv1 .bdDiv .textDiv .p .flexsta{margin-top: 40px; }

.contactDiv1 .bdDiv .textDiv .p .flexsta>span{width: 59px;height: 59px;background: rgba(27, 70, 147, .06);border-radius: 50%;margin-right: 14px; }

.contactDiv1 .bdDiv .textDiv .p i{color: #0047ba;font-size: 22px;display: block; }

.contactDiv1 .bdDiv .textDiv .p .pr{width: calc(100% - 73px); }

.contactDiv1 .bdDiv .textDiv .p .pr span{color: #0047ba; }

.contactDiv1 .bdDiv .textDiv .p .pr p{font-weight: 300; }

/* .contactDiv1 .bdDiv .row{margin: 0 -30px; }

.contactDiv1 .bdDiv .row>div{padding: 0 30px; }

.contactDiv1 .bdDiv .row>div .conDiv{padding: 40px;height: 100%;position: relative;transition: all .5s;box-shadow: 0px 0px 45px rgba(27,70,147,.15); }

.contactDiv1 .bdDiv .row>div .conDiv .imgDiv{padding-top: 55.74%; }

.contactDiv1 .bdDiv .row>div .conDiv .textDiv .title{padding: 25px 0;color: #0047ba;border-bottom: 1px solid #eaeaea; }

.contactDiv1 .bdDiv .row>div .conDiv .textDiv .p{padding-top: 15px; }

.contactDiv1 .bdDiv .row>div .conDiv .textDiv .p p{margin-top: 15px; }

.contactDiv1 .bdDiv .row>div .conDiv .textDiv .p p i{color: #0047ba;margin-right: 14px;font-size: 17px;display: block; }

.contactDiv1 .bdDiv .row>div .conDiv:hover{background: #fff;box-shadow: 0px 0px 45px rgba(0, 0, 0, .1);}

.contactDiv1 .bdDiv .row>div .conDiv:hover::after{width: 100%; } */



.contactDiv2 {padding: 120px 0 170px;background: #f8f9fc;overflow: hidden; }

.contactDiv2 .hdDiv{text-align: center; }

.contactDiv2 .hdDiv p{color: #999999;margin-top: 20px;font-weight: 300; }

.contactDiv2 .bdDiv{margin-top: 60px;}

.contactDiv2 .formDiv .row>div{margin-bottom: 30px; }

.contactDiv2 .formDiv .row>div:last-child{margin-bottom: 0; }

.contactDiv2 .formDiv .row>div .groupDiv input{background: #fff;overflow: hidden;width: 100%;border: 0;line-height: 60px;padding: 0 20px; }

.contactDiv2 .formDiv .row>div .groupDiv textarea{background: #fff;overflow: hidden;width: 100%;border: 0;padding: 15px 20px;height: 210px;resize: none;display: block; }

.contactDiv2 .formDiv .row>div .yzmDiv {position: relative;border: 1px solid #eaeaea;margin-right: 35px;margin-bottom: 20px;width: 403px; }

.contactDiv2 .formDiv .row>div .yzmDiv input{border: 0;line-height: 58px;padding: 0 20px;width: calc(100% - 160px); }

.contactDiv2 .formDiv .row>div .yzmDiv img{width: 160px; }

.contactDiv2 .formDiv .row>div .conDiv{flex-wrap: wrap;align-items: flex-start; }

.contactDiv2 .formDiv .row>div button{width: 180px;height: 60px;border: 0;background: #0047ba;color: #fff;cursor: pointer; }

.contactDiv2 .formDiv .row>div button i{margin-left: 40px;font-size: 24px; }

.contactDiv2 .formDiv .row>div button:hover{opacity: .8; }



.downloadDiv{padding: 120px 0 150px;overflow: hidden; }

.downloadDiv .hdDiv .formDiv{margin-bottom: 85px; }

.downloadDiv .hdDiv .formDiv form{position: relative; }

.downloadDiv .hdDiv .formDiv form input{width: 100%;line-height: 60px;background: #f3f6fa;border: 0;padding: 0 80px 0 20px;border-radius: 30px; }

.downloadDiv .hdDiv .formDiv form button{width: 60px;height: 100%;background: #0047ba;border-radius: 50%;position: absolute;right: 0;top: 0;border: 0;color: #fff; }

.downloadDiv .hdDiv .formDiv form button i{font-size: 19px; }

.downloadDiv .bdDiv .row{margin: 0 -45px; }

.downloadDiv .bdDiv .row>div{padding: 0 45px;margin-bottom: 70px; }

.downloadDiv .bdDiv .row>div a{display: flex;height: 100%;flex-direction: column; }

.downloadDiv .bdDiv .row>div .imgDiv{padding-top: 135.5%;box-shadow: 0px 0px 45px rgba(27,70,147,.15);  }

.downloadDiv .bdDiv .row>div .textDiv{flex: 1;display: flex;flex-direction: column; }

.downloadDiv .bdDiv .row>div .title{margin: 30px 0 20px;color: #000000;flex: 1; }

.downloadDiv .bdDiv .row>div .textDiv span{width: 50px;height: 50px;border-radius: 50%;background: #f7f7f7; }

.downloadDiv .bdDiv .row>div .textDiv span i{font-size: 19px;color: #999999; }

.downloadDiv .bdDiv .row>div a:hover .title{color: #0047ba; }

.downloadDiv .bdDiv .row>div a:hover .textDiv span{background: #0047ba; }

.downloadDiv .bdDiv .row>div a:hover .textDiv span i{color: #fff; }



.zljsDiv{padding: 120px 0;overflow: hidden; }

.zljsDiv .row{margin: 0 -53px; }

.zljsDiv .row>div{padding: 0 53px;margin-bottom: 70px; }

.zljsDiv .row>div .imgDiv{padding-top: 145.36%;box-shadow: 0px 0px 45px rgba(0,0,0,.1); } 

.zljsDiv .row>div .title{margin-top: 30px;color: #000000;text-align: center; }

.zljsDiv .row>div .conDiv:hover .title{color: #0047ba; }



.yfnlDiv .hdDiv{padding: 110px 0 120px; }

.yfnlDiv .hdDiv .indexTitle{color: #0047ba; }

.yfnlDiv .hdDiv .textDiv{margin: 50px 0 70px;color: #666;line-height: 2;text-align: center; }

.yfnlDiv .hdDiv .row{margin: 0 ; }

.yfnlDiv .hdDiv .row>div{padding: 0; }

.yfnlDiv .hdDiv .row>div .conDiv{text-align: center;border-right: 1px solid #efefef;padding: 0 20px;height: 100%; }

.yfnlDiv .hdDiv .row>div .conDiv .num{color: #0047ba; }

.yfnlDiv .hdDiv .row>div .conDiv .num span{font-size: 5.2vw;font-family: fontP;line-height: 1;display: block; }

.yfnlDiv .hdDiv .row>div .conDiv .num sup{top: -1.8vw; }

.yfnlDiv .hdDiv .row>div .conDiv p{margin-top: 10px;color: #666666; }

.yfnlDiv .bdDiv{padding: 100px 0 10px;background: #f7f9fd; }

.yfnlDiv .bdDiv .itemDiv{margin-bottom: 100px; }

.yfnlDiv .bdDiv .itemDiv .ih{margin-bottom: 60px; }

.yfnlDiv .bdDiv .itemDiv .ih span{color: #000; }

.yfnlDiv .bdDiv .itemDiv .ih span i{width: 19px;height: 19px;background: #0047ba;margin-right: 16px; }

.yfnlDiv .bdDiv .itemDiv .ih .p{color: #666666;margin-top: 5px; }

.yfnlDiv .bdDiv .itemDiv .row>div{margin-bottom: 40px; }

.yfnlDiv .bdDiv .itemDiv .row>div .imgDiv{padding-top: 52.94%;background: #fff;border-radius: 30px; } 

.yfnlDiv .bdDiv .itemDiv .row>div .title{margin-top: 20px;text-align: center;color: #666666; }



.sysDiv .hdDiv{padding: 100px 0; }

.sysDiv .textDiv{width: 50%; }

.sysDiv .textDiv .indexTitle{color: #0047ba; }

.sysDiv .textDiv .p{margin: 30px 0 0;color: #666;line-height: 2; }

.sysDiv .hrDiv{width: 37.64%; } 

.sysDiv .hrDiv .row{margin: 0 -13.5px; }

.sysDiv .hrDiv .row>div{padding: 0 13.5px; }

.sysDiv .hrDiv .row>div .imgDiv{padding-top: 137.2%;box-shadow: 0px 0px 30px rgba(0, 0, 0, .1); }

.sysDiv .hrDiv .row>div .imgDiv img{max-width: 100%;max-height: 100%; }

.sysDiv .bdDiv{padding: 90px 0;border-top: 1px solid #efefef; }

.sysDiv .bdDiv .blDiv{width: 270px;position: sticky;top: 120px; }

.sysDiv .bdDiv .blDiv ul li{margin-bottom: 10px; }

.sysDiv .bdDiv .blDiv ul li a{height: 90px;background: #f8f9fc;color: #aaaaaa;padding: 0 30px;position: relative; }

.sysDiv .bdDiv .blDiv ul li.on a::before{content: "";width: 4px;height: 100%;background: #0047ba;position: absolute;right: 0;top: 0; }

.sysDiv .bdDiv .blDiv ul li.on a{color: #0047ba; }

.sysDiv .bdDiv .brDiv{width: calc(100% - 270px - 7.6%); }

.sysDiv .bdDiv .brDiv .itemDiv{margin-bottom: 140px; }

.sysDiv .bdDiv .brDiv .itemDiv .ih span{color: #000; }

.sysDiv .bdDiv .brDiv .itemDiv .ih .p{color: #666666;line-height: 2;margin-top: 10px; }

.sysDiv .bdDiv .brDiv .lunboDiv{margin-top: 45px; }

.sysDiv .bdDiv .brDiv .imgDiv{padding-top: 47.2%; }

.sysDiv .bdDiv .brDiv .fenyeDiv{position: relative;margin-top: 40px;}

.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-pagination{color: #aaaaaa;font-size: 18px;position: relative;width: 70px;text-align: left; }

.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-pagination-current{color: #0047ba;font-size: 36px; }

.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-button-prev,.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-button-next{position: relative;width: 60px;height: 60px;border: 1px solid #dddddd;border-radius: 50%;margin-left: 20px;top: initial;margin-top: initial;left: initial;right: initial; }

.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-button-prev i{transform: rotate(-180deg); }

.sysDiv .bdDiv .brDiv .fenyeDiv i{font-size: 20px;color: #666666; }

.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-button-prev:hover,.sysDiv .bdDiv .brDiv .swiper-button-next:hover{background: #0047ba;border-color: #0047ba; }

.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-button-prev:hover i,.sysDiv .bdDiv .brDiv .swiper-button-next:hover i{color: #fff; }

.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-scrollbar{width: calc(100% - 280px);height: 1px;background: #eaeaea; }

.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-scrollbar-drag{background: #0047ba; }









.jscxDiv1{padding: 120px 0;overflow: hidden; }

.jscxDiv1 .hdDiv{text-align: center;max-width: 1000px;margin: 0 auto 100px; }

.jscxDiv1 .hdDiv .p1{font-weight: 500;margin-top: 100px;color: #0047ba;line-height: 1.2; }

.jscxDiv1 .hdDiv .p2{color: #666666;margin-top: 30px;line-height: 2; }

.jscxDiv1 .bdDiv .swiper-container{overflow: initial;text-align: center; }

.jscxDiv1 .bdDiv .swiper-slide .imgDiv{padding-top: 145.36%;box-shadow: 0px 0px 45px rgba(0,0,0,.1); } 

.jscxDiv1 .bdDiv .swiper-slide .title{margin-top: 30px;color: #000000; }

.jscxDiv1 .bdDiv .swiper-slide .conDiv:hover .title{color: #0047ba; }

.jscxDiv1 .bdDiv .fenyeDiv{margin-top: 50px;position: relative; }

.jscxDiv1 .bdDiv .fenyeDiv .swiper-button-prev,.jscxDiv1 .bdDiv .fenyeDiv .swiper-button-next{position: relative;width: 80px;height: 80px;border: 1px solid #dddddd;border-radius: 50%;margin-right: 30px;top: initial;margin-top: initial;left: initial;right: initial; }

.jscxDiv1 .bdDiv .fenyeDiv .swiper-button-prev i{transform: rotate(-180deg); }

.jscxDiv1 .bdDiv .fenyeDiv i{font-size: 20px;color: #666666; }

.jscxDiv1 .bdDiv .fenyeDiv .line{width: calc(100% - 230px);height: 1px;background: #dddddd; }

.jscxDiv1 .bdDiv .fenyeDiv .swiper-button-prev:hover,.jscxDiv1 .bdDiv .fenyeDiv .swiper-button-next:hover{background: #0047ba;border-color: #0047ba; }

.jscxDiv1 .bdDiv .fenyeDiv .swiper-button-prev:hover i,.jscxDiv1 .bdDiv .fenyeDiv .swiper-button-next:hover i{color: #fff; }



/* .jscxDiv2{padding: 0 0 0;color: #fff;text-align: center;overflow: hidden;position: relative; }

.jscxDiv2 .textDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0; }

.jscxDiv2 .wrap{max-width: 1000px; }

.jscxDiv2 .title{font-weight: 500; }

.jscxDiv2 .p{margin: 80px 0 170px;font-weight: 300;line-height: 2; }

.jscxDiv2 .xiala{flex-direction: column;font-weight: 300; }

.jscxDiv2 .xiala i{font-size: 32px;margin-bottom: 20px; }



.keyhole {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	inset: 0;

	pointer-events: none;

	background: #fff;

	clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);

	z-index: 1;

}

.jscxDiv2 .section .section--primary{

	background: #fff;

}

		

.jscxDiv2 .section figure {

	position: relative;

	left: 50%;

	width: 100vw;

	transform: translateX(-50%);

	margin: 0 0 1em 0;

}

.jscxDiv2 .section figure img {

	width: 100%;

	object-fit: cover;

	min-height: 100vh;

}

.jscxDiv2 .section .section__content {

	padding-top: 0;

}

	

.jscxDiv2 .section .section__content {

	max-width: 900px;

	margin: 0 auto;

}



.jscxDiv2 .xiala {

	position: absolute;

	top: 80.5vh;

	left: 0;

	width: 100%;

	transform: translateX(-50%);

	z-index: 2;

	animation: float 1s ease-in-out infinite alternate both;

}

@keyframes float {

	from {

		transform: translateY(-30%);

	}

	to {

		transform: translateY(30%);

	}

}



.jscxDiv3{background: #f8f9fc;padding: 80px 0; }

.jscxDiv3 .imgDiv{padding-top: 142.6%; }







.jscxDiv4{padding: 100px 0 50px;overflow: hidden; }

.jscxTitle{color: #0047ba;font-weight: 700; }

.jscxDiv4 .jscxTitle{text-align: center; }

.jscxDiv4 .p{text-align: center;margin: 30px auto 50px;max-width: 1000px;line-height: 2;color: #666666;font-weight: 300; }

.jscxDiv4 .imgDiv{padding-top: 100%; }

.jscxDiv4 .title{text-align: center;margin-top: 15px; }

.jscxDiv4 .bdDiv .btnDiv{margin-top: 80px;position: relative; }

.jscxDiv4 .bdDiv .btnDiv .swiper-button-prev,.jscxDiv4 .bdDiv .btnDiv .swiper-button-next{position: relative;width: 80px;height: 80px;border: 1px solid #dddddd;border-radius: 50%;margin:0 15px;top: initial;margin-top: initial;left: initial;right: initial; }

.jscxDiv4 .bdDiv .btnDiv .swiper-button-prev i{transform: rotate(-180deg); }

.jscxDiv4 .bdDiv .btnDiv i{font-size: 20px;color: #666666; }

.jscxDiv4 .bdDiv .btnDiv .swiper-button-prev:hover,.jscxDiv4 .bdDiv .btnDiv .swiper-button-next:hover{background: #0047ba;border-color: #0047ba; }

.jscxDiv4 .bdDiv .btnDiv .swiper-button-prev:hover i,.jscxDiv4 .bdDiv .btnDiv .swiper-button-next:hover i{color: #fff; }



.jscxDiv5{padding: 120px 0 250px;overflow: hidden; }

.jscxDiv5 .bdDiv{align-items: flex-start; }

.jscxDiv5 .brDiv{width: 54.2%; }

.jscxDiv5 .brDiv .title{font-weight: 500;color: #000;margin-bottom: 15px; }

.jscxDiv5 .brDiv .p{line-height: 2;color: #666666; }



.jscxDiv6{padding: 130px 0 160px;overflow: hidden; }

.jscxDiv6 .blDiv{width: 45.83%; }

.jscxDiv6 .blDiv .title{font-weight: 500;color: #000;margin-bottom: 15px; }

.jscxDiv6 .blDiv .p{line-height: 2;color: #666666; }

.jscxDiv6 .brDiv{width: 45.83%; } */





.aboutDiv1{padding: 100px 0;overflow: hidden; }

.aboutDiv1 .hdDiv{margin-bottom: 65px;align-items: flex-start; }

.aboutDiv1 .hdDiv .titleDiv{font-size: 5vw;color: #0047ba;line-height: 1; }

.aboutDiv1 .hdDiv .titleDiv span{font-family: fontP;display: block; }

.aboutDiv1 .hdDiv .hrDiv{width: 59%;color: #666666;line-height: 2; }

.aboutDiv1 .spDiv{position: relative; }

.aboutDiv1 .spDiv .playBtn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #fff;border-radius: 50%;width: 103px;height: 103px; }

.aboutDiv1 .spDiv .playBtn i{font-size: 40px;color: #0047ba;display: block;display: block; }

.aboutDiv1 .bdDiv {padding: 90px 0; }

.aboutDiv1 .bdDiv ul li{width: calc(25% - 60px) }

.aboutDiv1 .bdDiv ul li .num{color: #0047ba;line-height: 1;border-bottom: 1px solid #eaeaea;padding-bottom: 20px;margin-bottom: 30px; }

.aboutDiv1 .bdDiv ul li .num span{font-size: 84px; }

.aboutDiv1 .bdDiv ul li .num sub{font-size: 16px;position: relative;top: -3px;margin-left: 10px; }

.aboutDiv1 .bdDiv ul li p{color: #2e2e2e; }



.aboutTitle span{font-weight: 500;}

.aboutDiv2 #panelDiv{position: relative; }

.aboutDiv2 .panel{position: sticky;width: 100%;height: 100vh;top: 0;left: 0; }



/* .aboutDiv2{position: relative;width: 100%;height: 170vh;overflow: hidden; }

.aboutDiv2 #container {

  width: 100%;

  height: 100vh; 

  position: absolute;

  top: 0;

  left: 0;

  overflow: hidden;

  z-index: 1;

}

.panel {

  width: 100%;

  height: 100%;

  min-height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

  box-sizing: border-box;

  z-index: 1;

  position: absolute;

  will-change: transform;

} */

.aboutDiv2 .textContent {

  flex-direction: column;

  align-items: stretch;

  justify-content: center;

  overflow: hidden;

  display: flex;

  /* text-align: center; */

  width: 100%;

  height: 100%;

  margin: 0 auto;

  box-sizing: border-box;

  position: relative;

  color: white;

}

.aboutDiv2 .textContent .wrap{

	width: 100%;

}



.aboutDiv2 .textContent span{font-weight: 700; }

.aboutDiv2 .textContent p{font-weight: 300; }

.aboutDiv2 .panel:nth-child(2) .textContent{text-align: right; }





.aboutDiv3{padding: 100px 0 110px;overflow: hidden;position: relative;background: #fff;z-index: 1; }

.aboutDiv3 .bgImg{position: absolute;left: 0;width: 100%;bottom: 145px;z-index: 1; }

.aboutDiv3 .aboutTitle{position: absolute;right: 0;top: 0; }

.aboutDiv3 .bdDiv{position: relative;z-index: 2; }

.aboutDiv3 .bdDiv .conDiv{align-items: stretch; }

.aboutDiv3 .bdDiv .imgDiv {position: relative;width: 45.83%;overflow: hidden; }

.aboutDiv3 .bdDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }

.aboutDiv3 .bdDiv .textDiv{width: 45.83%;padding: 140px 0; }

.aboutDiv3 .bdDiv .textDiv .year{margin-bottom: 30px;position: relative;font-family: fontP;color: #0047ba;line-height: 1; }

.aboutDiv3 .bdDiv .textDiv .p p{color: #666666;margin-top: 10px;font-weight: 300; }

.aboutDiv3 .btnDiv{position: absolute;right: 0;bottom: 30px;width: 45.83%; }

.aboutDiv3 .btnDiv .swiper-button-prev,.aboutDiv3 .btnDiv .swiper-button-next{position: relative;width: 80px;height: 80px;border: 1px solid #dddddd;border-radius: 50%;margin:0 15px;top: initial;margin-top: initial;left: initial;right: initial; }

.aboutDiv3 .btnDiv .swiper-button-prev i{transform: rotate(-180deg); }

.aboutDiv3 .btnDiv i{font-size: 20px;color: #666666; }

.aboutDiv3 .btnDiv .swiper-button-prev:hover,.aboutDiv3 .btnDiv .swiper-button-next:hover{background: #0047ba;border-color: #0047ba; }

.aboutDiv3 .btnDiv .swiper-button-prev:hover i,.aboutDiv3 .btnDiv .swiper-button-next:hover i{color: #fff; }

.aboutDiv3 .hdDiv{margin: 100px 0 0;position: relative; }

/* .aboutDiv3 .hdDiv .swiper-container{overflow: initial; } */

.aboutDiv3 .hdDiv::before{content: "";width: 100vw;height: 1px;background: rgba(0, 0, 0, .15);position: absolute;left: 50%;top: 5px;transform: translateX(-50%); }

.aboutDiv3 .hdDiv .conDiv{flex-direction: column;align-items: center;color: #999;cursor: pointer;width: ; }

.aboutDiv3 .hdDiv .conDiv i{width: 10px;height: 10px;margin-bottom: 10px;border-radius: 50%; }

.aboutDiv3 .hdDiv .conDiv span{color: #0047ba;opacity: .5; }

.aboutDiv3 .hdDiv .swiper-slide-thumb-active .conDiv i{background: #0047ba; }

.aboutDiv3 .hdDiv .swiper-slide-thumb-active .conDiv span{opacity: 1; } 





.aboutDiv4{background: #f3f3f3; }

.aboutDiv4 .bdDiv{margin-top: 50px; }





.aboutDiv5{padding: 150px 0 140px;overflow: hidden;  }

.aboutDiv5 .aboutTitle{text-align: center; }

.aboutDiv5 .bdDiv{margin-top: 60px; }

.aboutDiv5 ul li .conDiv{width: 18vw;display: block;position: relative; }

.aboutDiv5 ul li{padding-right: 20px; }

.aboutDiv5 ul li .imgDiv{height: 18vw;border: 1px solid #eaeaea; }

.aboutDiv5 ul li .conDiv:hover .imgDiv{border-color: #0047ba; }

.ExpertList>div{width: 100%;overflow: hidden; }

.ExpertList ul { width: 100%; height: initial; position: relative; }

.ExpertList ul li { height: initial; float: left; list-style: none; width: initial;}

.ExpertList ul li .conDiv { height: initial; display: inline-block;}



@media (max-width:1600px) {

	header .header-container{padding: 0 2vw; }

	.wrap{padding: 0 50px;}

	.f80{font-size: 70px;}

	.f72{font-size: 60px;}

	header .langDiv>a{width: 120px;padding: 0 15px; }

	header .langDiv{margin-left: 1.5vw; }

	header .rightDiv .menu>ul>li{padding: 0 1vw; }

	header .langDiv a i.icon-yuyan-01{margin-right: 6px; }

	.downloadDiv .bdDiv .row{margin: 0 -25px; }

	.downloadDiv .bdDiv .row>div{padding: 0 25px;margin-bottom: 70px; }

	

	/* .pdDiv2 .lunboDiv,.pdDiv7 .lunboDiv{padding: 0 80px; } */

	.pdDiv2 .swiper-button-next,.pdDiv7 .swiper-button-next{right: 0; }

	.pdDiv2 .swiper-button-prev,.pdDiv7 .swiper-button-prev{left: 0; }

	.aboutDiv1 .bdDiv ul li .num span{font-size: 74px; }

	.aboutDiv4 .swiper-button-prev, .aboutDiv4 .swiper-button-next{width: 76px;height: 76px; }

}

@media (max-width:1460px) {

	.f80{font-size: 60px;}

	.f72{font-size: 50px;}

	.f52{font-size: 45px;}

	.f48{font-size: 40px;}

	.f36{font-size: 30px;}

	.wrap{padding: 0 30px;}

	header .logo{max-width: 25%; }

	header .langDiv{margin-right: 1vw; }

	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{left: 30px; }

	

	/* .twoMenuDiv a{line-height: 60px; } */

	.breadcrumbDiv{height: 60px; }

/* 	.productDiv .brDiv ul li .imgDiv{height: 300px; }

	.productDiv .brDiv ul li .textDiv .p{margin-bottom: 40px; }

	.productDetailDiv .hdDiv .rightDiv ul li a{padding: 30px; } */

	

	.aboutDiv1 .bdDiv ul li .num span{font-size: 64px; }

	.aboutDiv4 .swiper-button-prev, .aboutDiv4 .swiper-button-next{width: 66px;height: 66px; }

	

/* 	.aboutDiv4 .bdDiv .row{margin: 0 -30px; }

	.aboutDiv2{padding-left: 30px; } 

	.aboutDiv4 .bdDiv .row>div{padding: 0 30px; }

	.aboutDiv2 .tabsCon .item .textDiv p{font-size: 36px;} */

}

@media (max-width:1220px) {

	.f80{font-size: 50px;}

	.f72{font-size: 46px;}

	.f52{font-size: 40px;}

	.f48{font-size: 36px;}

	.f40{font-size: 30px;}

	.f36{font-size: 28px;}

	

	header .logo{max-width: 15%; }

	.backbtn{left: 1vw; }

	.backbtn span{width: 50px;height: 50px; }

	.backbtn p{margin-top: 0; }

	

	.footerDiv .hdDiv .listDiv>span{font-size: 20px; }

	.footerDiv .hdDiv .listDiv{margin-left: 25px; }

	.footerDiv .hdDiv .lxDiv p{margin-bottom: 20px; }

	

/* 	.productCateDiv ul li a .textDiv .imoreBtn{width: 140px;height: 45px; }

	.productDetailDiv .hdDiv .rightDiv ul li a{padding: 20px; } */

	

	.aboutDiv1 .bdDiv ul li .num span{font-size: 54px; }

	.aboutDiv4 .swiper-button-prev, .aboutDiv4 .swiper-button-next{width: 56px;height: 56px; }

	

	

	.zljsDiv .row{margin: 0 -33px; }

	.zljsDiv .row>div{padding: 0 33px;margin-bottom: 50px; }

	

	

} 

@media (max-width:1024px) {

}

@media (min-width:992px) and (max-width:1024px) {

}

@media (min-width:768px) and (max-width:991px) {

	

}

@media (max-width:991px){

	.f48{font-size: 30px;}

	.menu{width:100%}

	.menu ul{width:100%;display: block;}

	.menu>ul>li>a{padding: 0 20px;}

	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}

	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-bottom:1px solid #eaeaea;}

	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/

	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/

	.menu ul li a,.menu ul ul li a{width:100%}

	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}

	.menu ul ul li a{padding:0 20px 0;font-size:12px;color:#333;background:0 0}

	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}

	

	.indexHeader .menu ul ul li a{color:#fff;}

	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}

	

	.on-fixed .indexHeader .menu ul ul li a{color:#333;}

	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}

	

	.menu ul ul ul li a{padding-left:40px}

	.menu ul ul,

	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}

	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}

	#menu-line{display:none}

	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}

	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#000}

	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #000;border-bottom:2px solid #fff}

	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}

	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#000;z-index:99}

	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#000;;z-index:99}

	

	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}

	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}

	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/

	

	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}

	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}

	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/

	

	

	.menu .submenu-button.submenu-opened:after{display:none}

	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}

	.menu ul ul ul{top: 0;}

	.menu li:hover>ul{left: auto;margin-left: auto;}

	.menu ul ul .wrap{padding:0 15px;}

	.menu ul ul .hd{display: none;}

	.menu ul ul .bd{padding: 0;}

	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}

	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/

	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}

	header:before{display: none;}

	header {

		position: fixed !important;

		z-index: 9999;

		top: 0;

		left: auto;

		right: 0;

		width: 100%;

		height: 50px;

		transition: right 300ms !important;

	}

	header .header-container{height: 50px;padding: 0 50px 0 15px; }

	header .logo a{height: 50px;width: initial;}

	header .logo a img{max-height: 90%;}

	header .mbtn {display: block;}

	body.on-menu header{background: rgba(255,255,255,.97);}

	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}

	body.on-menu header .mbtn{z-index: 1;}

	header .rightDiv .menu {

		float: right;

		position: fixed;

		top: 50px;

		right: 0;

		width: 100%;

		height: calc(100% - 50px);

		padding-top: 0;

		background-color: #fff;

		/*border-bottom: 1px solid #f8f8f847;*/

		transition: right 300ms;

		right: -100%;

		padding: 0;

		overflow-y: auto;

	}

	.on-fixed header .rightDiv .menu{

		background-color: #fff;

	}

	header .rightDiv .menu ul{float: initial;height: initial;}

	/*header .rightDiv .menu ul.open{background: #000;}*/

	header .rightDiv .menu ul li {

		padding: 0;

		margin: 0;

		/*border-bottom: 1px solid #f8f8f847;*/

		float: initial;

		position: relative;

	}

	header .rightDiv .menu ul li a {

		display: block;

		line-height: 50px;

		height: 50px;

		text-align: left;

		font-size: 16px;

	}

	header .rightDiv .menu>ul {display: block;padding-top: 0;}

	body.on-menu header .rightDiv .menu {right: 0;}

	body.on-menu .main {right: 0;}

	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}

	header .rightDiv .menu>ul>li>a::after{display: none;}

	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}

	header .rightDiv .menu>ul>li>a span{line-height: 50px;}

	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: initial;padding: 0;left: 0;display: block;}

	.menu>ul>li:hover>ul{transform: initial; }

	header .rightDiv .menu>ul>li>a{color: #333;}

	.main {position: relative;right: 0;transition: right 300ms !important; }

	header .rightDiv .ssDiv .dImg{display: none;}

	header .rightDiv .ssDiv .hImg{display: block;}

	.menu ul ul .ul span{margin-top: 0;}

	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */

	header .rightDiv .menu>ul>li li{border: 0;margin-bottom: 20px;}

	header .rightDiv .menu>ul>li li a{line-height: initial;height: initial;color: #666;}

	/*.twoMenuDiv.onFixed{top: 50px;}

	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/

	

	.menu ul ul:before{display: none!important;}

	.menu ul ul:after{display: none!important;;}

	.menu ul ul a{padding: 0 15px;margin: 0;}

	.menu li:hover>ul{transform: translate(0);}

	.menu>ul>li.proLi ul{padding: 0;position: relative;top: initial; }

	.menu>ul>li.proLi .ul{display: block;padding: 0; }

	.menu>ul>li.proLi .ul li{width: 100%;margin-right: 0; }

	.menu>ul>li.proLi .ul li .imgDiv{padding-top: 0; }

	.menu>ul>li.proLi .ul li .title{position: relative;color: #333;margin-top: 0; }

	.menu>ul>li.proLi .ul li .textDiv{padding-top: 0; }

	.menu ul ul .aDiv{padding: 0; }

	.menu ul ul{height: initial;}

	.menu ul ul .ul{display: block;padding: 0 20px;}

	header .logo{max-width: 50%;width: auto; }

	header .logo a img{max-height: 50%;}

	header .ssDiv{height: 50px; }

	header .ssBtn{width: 35px;height: 35px; }

	header .langDiv{height: 50px;margin-right: 10px; }

	header .langDiv>a{height: 35px;width: 100px; }

	header .langDiv a span{padding: 0; }

	.searchDiv{top: 50px; }

	

	.f80{font-size: 40px; }

	.f72{font-size: 36px;}

	.f52{font-size: 32px;}

	.f48{font-size: 30px; }

	.f40{font-size: 28px; }

	.f36{font-size: 26px;}

	.f24{font-size: 20px; }

	

	.productCateDiv ul li a .textDiv .imoreBtn{width: 110px;height: 36px;font-size: 14px; }

	.productCateDiv ul li a .textDiv .imoreBtn i{margin-left: 5px; }

	

	.productDiv{padding-top: 100px; }

	.newsDetailDiv .wrap{padding: 0 60px; }

	

	

	.indexDiv3 .p{margin: 15px 0 50px;font-size: 18px; }

	

	.contactDiv2 .formDiv .row{margin: 0 -6px; }

	.contactDiv2 .formDiv .row>div{margin-bottom: 20px;padding: 0 6px; }

	.contactDiv2 .formDiv .row>div .groupDiv input{line-height: 50px; }

	.contactDiv2 .formDiv .row>div .groupDiv textarea{height: 150px; }

	.contactDiv2 .formDiv .row>div .yzmDiv img{width: 130px; }

	.contactDiv2 .formDiv .row>div .yzmDiv input{width: calc(100% - 130px);line-height: 48px; }

	.contactDiv2 .formDiv .row>div button{height: 50px;width: 140px; }

	

	.productDiv .brDiv ul li .imgDiv{height: 250px; }

	.productDiv .brDiv ul li .textDiv .p{margin: 10px 0 30px; }

	

	.productDetailDiv{padding: 0; }

	.productDetailDiv .hdDiv{padding: 50px 0; }

	

	



	.productDetailDiv .pdNav{margin-top: 50px;top: 50px; }

	.productDetailDiv .hdDiv .leftDiv{top: 170px; }

	

	.aboutDiv1 .bdDiv ul li .num span{font-size: 48px; }

	.aboutDiv3 .bdDiv .brDiv ul li{margin-right: 20px; }

	

	

	.zljsDiv .row{margin: 0 -23px; }

	.zljsDiv .row>div{padding: 0 23px;margin-bottom: 40px; }

	

	/* .footerDiv .logoTelDiv a,.joinDiv2 .bdDiv .blDiv span,.aboutDiv1 .bdDiv ul li .num span,.aboutDiv4 .hdDiv .dataDiv ul li .num span,.ahl .s-t2 .d1{font-size: 40px; }

	.newsDiv ul li .lrDiv{padding-right: 20px; }

	.sec_nav_box > div{width: calc(100% - 10px); }

	.contactDiv1 .bdDiv .row>div .conDiv{padding: 0 15px; }

	.contactDiv1 .bdDiv .row>div .conDiv .ch span{width: 81px;height: 81px; }

	.joinDiv2 .bdDiv a{width: 270px; }

	.swiper_abop4 .kuang{display: block;}

	.swiper_abop4 .tuB{margin: 0 auto;}

	.swiper_abop4 .textB{width: 100%;margin-top: 16px;text-align: center;}

	.productDiv .lunboDiv.onFixed{top: 15px; } */

}



.hidden-xs{display: block;}

.visible-xs{display: none;}



/*手机*/

@media (max-width:767px) {

	html, body{font-size: 14px; }

	

	.hidden-xs{display: none;}

	.visible-xs{display: block;}

	.floatRightDiv{display: none;}

	.wrap{padding: 0 15px;width: 100%;}

	

	header .langDiv{margin-right: 10px; }

	header .langDiv a i.icon-yuyan-01{display: none; }

	header .langDiv>a{width: 76px;padding: 0 10px 0 15px; }

	

	

	.f80{font-size: 30px;}

	.f72{font-size: 30px;}

	.f52{font-size: 26px;}

	.f48{font-size: 24px;}

	.f40{font-size: 22px;}

	.f36{font-size: 20px;}

	.f32{font-size: 20px;}

	.f28{font-size: 19px;}

	.f24{font-size: 18px;}

	.f22{font-size: 17px;}

	.f20{font-size: 17px;}

	.f18{font-size: 16px;}

	

	/* .hylyDiv .bdDiv .row>div a .title,.indexDiv3 .bdDiv a .title{font-size: 20px; } */

	

	.index-banner .img{height: 55vw; }

	.index-banner .swiper-pagination-bullet{width: 15px;height: 15px; }

	.index-banner .swiper-button-prev{left: 0; }

	.index-banner .swiper-button-next{right: 0; }

	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{left: 15px; }

	

	.indexDiv1{padding: 55px 0 0; }

	.indexDiv1 .bdDiv{display: block; }

	.indexDiv1 .bdDiv .imgDiv{width: 100%; }

	.indexDiv1 .bdDiv .textDiv{width: 100%;margin-top: 20px; }

	.indexDiv1 .bdDiv .textDiv .p{margin: 20px 0 30px; }

	

	a.imoreBtn{width: 120px;height: 40px; }

	a.imoreBtn i{margin-left: 5px; }

	

	.indexDiv2{padding: 50px 0 30px; }

	.indexDiv2 .bdDiv{margin: 30px 0 0; }

	.indexDiv2 .bdDiv .swiper-container{margin-bottom: 30px; }

	.indexDiv2 .bdDiv .swiper-slide a .textDiv{margin-top: 15px; }

	

	.indexDiv3 .wrap{height: 68vw; }

	.indexDiv3 .bdDiv{width: 70%; }

	.indexDiv3 .p{margin: 10px 0 30px;font-size: 14px; }

	

	.indexDiv4{padding: 40px 0; }

	.indexDiv4 .bdDiv{margin: 25px 0 40px; }

	.indexDiv4 .swiper-button-prev, .indexDiv4 .swiper-button-next{width: 30px;height: 30px; }

	.indexDiv4 .bdDiv a .textDiv{padding: 20px 0; }

	.indexDiv4 .swiper-container{margin: -15px; }

	.indexDiv4 .swiper-slide{padding: 15px; }

	.footerDiv .fbg{width: 100%; }

	

	.footerDiv .hdDiv{padding: 30px 0 40px;flex-wrap: wrap; }

	.footerDiv .hdDiv .lxDiv{width: 100%; }

	.footerDiv .hdDiv .lxDiv .logo{width: 50%; }

	.footerDiv .hdDiv .lxDiv .p{margin: 25px 0; }

	.footerDiv .hdDiv .lxDiv p{margin-bottom: 5px; }

	.footerDiv .hdDiv .lxDiv p i{font-size: 18px; }

	.footerDiv .hdDiv .listDiv{width: 100%;margin-top: 20px;margin-left: 0;}

	.footerDiv .hdDiv .listDiv>span{margin-bottom: 5px;font-size: 16px;display: block; }

	.footerDiv .hdDiv .listDiv .aDiv{display: flex;justify-content: flex-start;flex-wrap: wrap; }

	.footerDiv .hdDiv .aDiv a{margin: 10px 20px 0 0;font-size: 14px; }

	.footerDiv .bdDiv{text-align: center; }

	.footerDiv .bdDiv p{width: 100%;margin-top: 5px; }

	.footerDiv .bdDiv .shareDiv{justify-content: center;margin-top: 10px;width: 100%; }

	

	.productCateDiv ul{flex-wrap: wrap; }

	.productCateDiv ul li{width: 100%; }

	.productCateDiv ul li a{height: 50vh; }

	.productCateDiv ul li:hover{width: 100%; }

	.productCateDiv ul li a .textDiv .title span{font-size: 24px;opacity: 1; } 

	.productCateDiv ul li a .textDiv .title p{font-size: 16px; }

	.productCateDiv ul li a .textDiv{width: 100%; }

	.productCateDiv ul li a .textDiv .imoreBtn{margin-top: 30px; }

	

	.productDiv{padding: 80px 0 40px; }

	.productDiv .hdDiv{margin-bottom: 30px; }

	.productDiv .hdDiv .formDiv{margin-top: 20px; }

	.productDiv .hdDiv .formDiv form input{line-height: 50px; }

	.productDiv .hdDiv .formDiv form button{width: 50px; }

	.productDiv .bdDiv{display: block; }

	.productDiv .blDiv{width: 100%; }

	.productDiv .blDiv ul li{padding-bottom: 10px;margin-bottom: 10px; }

	.productDiv .brDiv{width: 100%;margin-top: 30px; }

	.productDiv .brDiv .row>div{margin-bottom: 40px; }

	.pageDiv{margin-top: 40px; }

	.pageDiv a:first-child, .pageDiv a:last-child{width: 40px;line-height: 40px; }

	.pageDiv a, .pageDiv span{width: 40px;line-height: 40px;margin: 0 5px; }

	

	

	.productDetailDiv .hdDiv{padding: 40px 0 0; }

	.productDetailDiv .hdDiv .flexDiv{display: block; }

	.productDetailDiv .hdDiv .leftDiv{width: 100%; }

	.productDetailDiv .hdDiv .rightDiv{width: 100%;margin-top: 40px; }

	.productDetailDiv .hdDiv .rightDiv .title{margin-bottom: 20px;padding-bottom: 20px; }

	.productDetailDiv .hdDiv .rightDiv .aDiv a{width: 140px;height: 50px; }

	

	.productDetailDiv .pdNav .wrap{padding: 10px 15px;display: block; }

	.productDetailDiv .pdNav .title{margin-bottom: 10px; }

	.productDetailDiv .pdNav ul{justify-content: center; }

	.productDetailDiv .pdNav ul li{margin: 0 15px; }

	.productDetailDiv .pdNav ul li a{line-height: initial; }

	.productDetailDiv .hdDiv .leftDiv{position: relative;top: 0; }

	.productDetailDiv .hdDiv .rightDiv .tedian{padding-top: 100px; }

	.productDetailDiv .hdDiv .rightDiv .tedian .ul{height: 410px;padding-right: 23px; }

	.productDetailDiv .hdDiv .rightDiv .tedian .ul ul li{padding: 25px 0; }

	.productDetailDiv .hdDiv .rightDiv .tedian .ul ul li span{bottom: 0; }

	.productDetailDiv .hdDiv .rightDiv .canshu table{margin-top: 20px; }

	.productDetailDiv .hdDiv .rightDiv .canshu table td{padding: 10px; }

	

	.pdDiv7{padding: 130px 0 50px; }

	

	

	

	.newsDiv{padding: 50px 0; }

	.newsDiv .bdDiv{margin-bottom: 0; }

	.newsDiv .bdDiv .row>div{margin-bottom: 30px; }

	.newsDiv .bdDiv .row>div a .textDiv{padding: 20px 0; }

	

	.shipinDiv{padding: 50px 0; }

	.shipinDiv .bdDiv{margin-bottom: 25px; }

	.shipinDiv .bdDiv .row{margin: 0 -8px; }

	.shipinDiv .bdDiv .row>div{padding: 0 8px;margin-bottom: 50px; }

	.shipinDiv .bdDiv .row>div a .title{margin: 15px 0; }

	.videoShow .closebtn{width: 40px;height: 40px; }

	

	.backbtn{display: none!important; }

	

	.newsDetailDiv{padding: 50px 0; }

	.newsDetailDiv .hdDiv .date{margin: 20px 0; }

	.newsDetailDiv .wrap{padding: 0 15px; }

	

	.nyHead .wrap{display: block; }

	.twoMenuDiv a{line-height: 50px;margin: 0 10px;font-size: 14px; }

	.twoMenuDiv a.on::after{height: 2px; }



	/* .breadcrumbDiv{justify-content: flex-end;padding: 10px 0;height: 46px; } */

	

	.contactDiv1{padding: 40px 0 50px; }

	.contactDiv1 .bdDiv .row>div{margin-bottom: 20px; }

	.contactDiv1 .bdDiv .row>div .conDiv{padding: 20px; }

	.contactDiv1 .bdDiv .row>div .conDiv .textDiv .title{padding: 15px 0; }

	.contactDiv1 .bdDiv .row>div .conDiv .textDiv .p p{margin-top: 5px; }

	.contactDiv1 .bdDiv{display: block; }

	.contactDiv1 .bdDiv .imgDiv{width: 100%; }

	.contactDiv1 .bdDiv .textDiv{width: 100%;padding: 30px; }

	.contactDiv1 .bdDiv .textDiv .title{padding-bottom: 20px; }

	.contactDiv1 .bdDiv .textDiv .p .flexsta{margin-top: 20px; }

	.contactDiv1 .bdDiv .textDiv .p .flexsta>span{width: 50px;height: 50px; }

	.contactDiv1 .bdDiv .textDiv .p .pr{width: calc(100% - 64px); }

	

	.contactDiv2{padding: 50px 0; }

	.contactDiv2 .bdDiv{margin-top: 30px; }

	.downloadDiv{padding: 50px 0; }

	.downloadDiv .hdDiv .formDiv{margin-bottom: 40px; }

	.downloadDiv .hdDiv .formDiv form input{line-height: 50px; }

	.downloadDiv .hdDiv .formDiv form button{width: 50px; }

	.downloadDiv .bdDiv .row{margin: 0 -15px; }

	.downloadDiv .bdDiv .row>div{padding: 0 15px;margin-bottom: 50px; }

	.downloadDiv .bdDiv .row>div .title{margin: 20px 0 10px; }

	.downloadDiv .bdDiv .row>div .textDiv span{width: 36px;height: 36px; }

	

	.zljsDiv{padding: 60px 0; }

	.zljsDiv .row{margin: 0 -13px; }

	.zljsDiv .row>div{padding: 0 13px;margin-bottom: 30px; }

	.zljsDiv .row>div .title{margin-top: 15px; }

	

	.yfnlDiv .hdDiv{padding: 50px 0; }

	.yfnlDiv .hdDiv .textDiv{margin: 20px 0 50px; }

	.yfnlDiv .hdDiv .row>div .conDiv{padding: 0 10px; }

	.yfnlDiv .hdDiv .row>div .conDiv p{font-size: 15px; }

	.yfnlDiv .hdDiv .row>div .conDiv .num span{font-size: 40px; }

	.yfnlDiv .bdDiv{padding: 50px 0 10px; }

	.yfnlDiv .bdDiv .itemDiv{margin-bottom: 50px; }

	.yfnlDiv .bdDiv .itemDiv .ih{margin-bottom: 30px; }

	.yfnlDiv .bdDiv .itemDiv .row{margin: 0 -10px; }

	.yfnlDiv .bdDiv .itemDiv .row>div{padding: 0 10px;margin-bottom: 20px; }

	.yfnlDiv .bdDiv .itemDiv .row>div .imgDiv{border-radius: 10px; }

	.yfnlDiv .bdDiv .itemDiv .row>div .title{font-size: 14px;margin-top: 10px; }

	

	.sysDiv .hdDiv{padding: 50px 0; }

	.sysDiv .hdDiv .flexbet{display: block; }

	.sysDiv .hdDiv .textDiv{width: 100%; }

	.sysDiv .hdDiv .hrDiv{width: 100%;margin-top: 30px; }

	.sysDiv .bdDiv{padding: 50px 0; }

	.sysDiv .bdDiv .blDiv{width: 100%;/* position: relative;top: initial; */ top: 50px;background: #fff;z-index: 111;}

	.sysDiv .bdDiv .blDiv ul{display: flex;justify-content: flex-start;overflow-x: auto; }

	.sysDiv .bdDiv .blDiv ul li{width: 25%; }

	.sysDiv .bdDiv .blDiv ul li a{height: 40px;padding: 5px 10px;text-align: center;font-size: 14px; }

	.sysDiv .bdDiv .brDiv{width: 100%;margin-top: 50px; }

	.sysDiv .bdDiv .brDiv .itemDiv{margin-bottom: 70px; }

	.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-button-prev, .sysDiv .bdDiv .brDiv .fenyeDiv .swiper-button-next{width: 50px;height: 50px;margin-left: 10px; }

	.sysDiv .bdDiv .brDiv .fenyeDiv .swiper-scrollbar{width: calc(100% - 200px); }

	.sysDiv .bdDiv .blDiv ul li.on a::before{display: none; }

	

	.jscxDiv1{padding: 50px 0; }

	.jscxDiv1 .hdDiv{margin-bottom: 50px; }

	.jscxDiv1 .hdDiv img{width: 70%; }

	.jscxDiv1 .hdDiv .p1{margin-top: 30px; }

	.jscxDiv1 .bdDiv .swiper-slide .title{margin-top: 15px; }

	.jscxDiv1 .bdDiv .fenyeDiv{margin-top: 30px; }

	.jscxDiv1 .bdDiv .fenyeDiv .swiper-button-prev, .jscxDiv1 .bdDiv .fenyeDiv .swiper-button-next{width: 50px;height: 50px;margin-right: 20px; }

	.jscxDiv1 .bdDiv .fenyeDiv .line{width: calc(100% - 140px); }

	

	/* .jscxDiv2{padding: 0; }

	.jscxDiv2 .p{margin: 20px 0 80px; }

	.jscxDiv2 .section figure img{height: 100vh; }

	.jscxDiv2 .xiala{top: initial;bottom: 20%; }

	.jscxDiv2 .xiala i{margin-bottom: 10px; }

	

	.jscxDiv3{padding: 60px 0; }

	

	.jscxDiv4{padding: 50px 0 0; }

	.jscxDiv4 .p{margin: 20px 0 40px; }

	

	.jscxDiv4 .bdDiv .btnDiv{margin-top: 40px; }

	.jscxDiv4 .bdDiv .btnDiv .swiper-button-prev, .jscxDiv4 .bdDiv .btnDiv .swiper-button-next{width: 50px;height: 50px;margin: 0 10px; }

	

	.jscxDiv5{padding: 60px 0 100px; }

	.jscxDiv5 .bdDiv{display: block; }

	.jscxDiv5 .brDiv{width: 100%;margin-top: 30px; }

	

	.jscxDiv6{padding: 60px 0; }

	.jscxDiv6 .bdDiv{display: block; }

	.jscxDiv6 .blDiv{width: 100%; }

	.jscxDiv6 .brDiv{width: 100%;margin-top: 30px; } */

	

	

	

	.aboutDiv1{padding: 40px 0; }

	.aboutDiv1 .hdDiv{display: block; }

	.aboutDiv1 .hdDiv .titleDiv{font-size: 30px; }

	.aboutDiv1 .hdDiv .hrDiv{width: 100%;margin-top: 20px; }

	

	.aboutDiv3{padding: 60px 0; }

	.aboutDiv3 .aboutTitle{position: relative;margin-bottom: 30px; }

	.aboutDiv3 .bdDiv .conDiv{display: block; }

	.aboutDiv3 .bdDiv .imgDiv{width: 100%;height: 200px; }

	.aboutDiv3 .bdDiv .textDiv{width: 100%;margin-top: 30px;padding: 0; }

	.aboutDiv3 .bdDiv .textDiv .year{margin-bottom: 20px; }

	.aboutDiv3 .bdDiv .textDiv .p{white-space: initial; }

	.aboutDiv3 .btnDiv{position: relative;bottom: initial;width: 100%;margin-top: 30px;justify-content: center; }

	.aboutDiv3 .btnDiv .swiper-button-prev, .aboutDiv3 .btnDiv .swiper-button-next{width: 50px;height: 50px;margin: 0 10px; }

	.aboutDiv4 .bdDiv .swiper-slide .titleDiv{margin-top: 30px;font-size: 15px; }

	.aboutDiv4 .btnDiv{width: 80%; }

	.aboutDiv3 .hdDiv{margin-top: 30px; }

	.aboutDiv3 .bgImg{bottom: 95px; }

	.aboutDiv4 .bdDiv{margin-top: 30px; }



	.aboutDiv5{padding: 50px 0; }

	.aboutDiv5 .bdDiv{margin-top: 30px; }

	.aboutDiv5 ul li .conDiv{width: 40vw; }

	.aboutDiv5 ul li .imgDiv{height: 40vw; }

	@media (max-width:320px) {

	}

	

}

