@font-face {font-family: MR;src: url(../fonts/Montserrat-Regular.ttf);}
@font-face {font-family: MT;src: url(../fonts/Montserrat-Thin.ttf);}
html,body{padding: 0;margin: 0;font-size: 16px;color: #333333; }
.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: #666666;height: 100px;transition: all .5s;background: #fff;border-bottom: 1px solid #eaeaea; }
header.isHide{opacity: 0;}
header .header-container{padding: 0 0 0 4vw; }
header .logo a{height: 100px;position: relative;z-index: 99;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 70%;}
header .logo .dImg{display: block;}
header .rightDiv{text-align: right;font-size: 0;}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin:0 4.3vw 0 0;}
header .rightDiv .menu>ul>li>a{height: 100px;color: #666666;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: #29539f; }
header .rightDiv .menu>ul>li>a::after{content: "";width: 0%;height: 3px; position: absolute;left: 0;bottom: 0;background: #29539f;transition: all .5s;/* transform: scaleX(0); */opacity: 0; }
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;/* transform: scaleX(1); */ width: 100%; }
header .ssBtn{height: 100px;width: 5.2vw;background: #29539f;cursor: pointer; }
header .ssBtn i{font-size: 27px;color: #fff; }
header .langDiv{height: 100px;margin-right: 1.5vw;position: relative;font-size: 16px; }
header .langDiv a{color: #333333; }
header .langDiv a i.icon-yuyan{color: #29539f;font-size: 24px; }
header .langDiv a span{margin: 0 0.6vw 0 4px; }
header .langDiv a i.icon-xiala{color: #333;font-size: 16px; }
header .langDiv .aDiv{position: absolute;left: 50%;width: 90px;box-shadow: 0px 0px 20px 0px rgba(1,104,183,0.1);background: rgba(255,255,255,1);top: 80%;transform: translateX(-50%);display: none;padding: 5px 10px;border-radius: 5px;z-index: 11; }
header .langDiv .aDiv a{color: #333;display: block;line-height: 40px;text-align: center;font-size: 14px; }
header .langDiv .aDiv a:last-child{border-bottom: 0; }
header .langDiv .aDiv a:hover{color: #29539f; }
/* header .langDiv:hover>a{color: #29539f; } */
header .langDiv:hover .aDiv{display: block; }
header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.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;}

.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: #29539f;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: 125px; 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;border-radius: 5px;overflow: hidden;margin-top: 10px;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: 14px;color: #999999;display: block;text-align: center;position: relative;}
.menu ul ul li a:hover{color: #29539f; }
/* .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; } */

/****底部***/
.footerDiv {background: #000000;color: #fff; }
.footerDiv .hdDiv .logo{ width:370px}
.footerDiv .hdDiv{align-items: flex-start;border-bottom: 1px solid rgba(255,255,255,.1);padding: 90px 0 30px; position: relative; }
.footerDiv .hdDiv .lxDiv{width: 40%; }
.footerDiv .hdDiv .lxDiv .p{margin: 50px 0; }
.footerDiv .hdDiv .lxDiv p{color: rgba(255,255,255,.6);margin-bottom: 10px; }
.footerDiv .hdDiv .lxDiv p a{color: rgba(255,255,255,.6); }
.footerDiv .hdDiv .lxDiv p a:hover{color: rgba(255,255,255,1); } 
.footerDiv .hdDiv .lxDiv p i{color: #29539f;font-size: 24px;margin-right: 15px; }
.footerDiv .hdDiv .listDiv{margin-left: 55px;}
.footerDiv .hdDiv .listDiv>span{display: block;margin-bottom: 30px;font-size: 18px;}
.footerDiv .hdDiv .listDiv>span a{color: #fff; }
.footerDiv .hdDiv .aDiv a{color: rgba(255,255,255,.6);display: block;margin-top: 15px; }
.footerDiv .hdDiv .aDiv a:hover{color: rgba(255,255,255,1);}
.footerDiv .bdDiv{padding: 10px 0;color: rgba(255,255,255,.6);font-size: 14px;flex-wrap: wrap; } 
.footerDiv .bdDiv a{color: rgba(255,255,255,.6); }
.footerDiv .bdDiv a img{margin-right: 8px; }
.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%);}
.fixBox .eachB{position: relative;margin-top: 10px;}
.fixBox .eachB:first-child{margin-top: 0;}
.fixBox .eachB a{background-color: #29539f;width: 46px;height: 60px;display: flex;justify-content: center;align-items: center;color: #ffffff;border-radius: 10px 0 0 10px;}
.fixBox .eachB i{display: block;font-size: 26px;}
.fixBox .eachB p{position: absolute;right: 60px;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::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: #29539f;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 60px;
}
@media (max-width:1024px) {
	.fixBox .eachB a{width: 34px;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: 42.7vw;}
.index-banner .img .wrap{position: relative;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 3.645vw;display: flex;align-items: center;left: calc((100vw - 1440px) / 2); }
.index-banner .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;border-radius: 50%;opacity: .5;position: relative;border: 2px solid #fff;transition: all .3s; }
/* .index-banner .swiper-pagination-bullet::after{content: "";width: 0;height: 100%;background: #fff;position: absolute;left: 0;top: 0;z-index: 11; } */
.index-banner .swiper-pagination-bullet-active{width: 24px;height: 24px;opacity: 1;background: transparent; }
/* .index-banner .swiper-pagination-bullet-active::after{animation: dodow1 5s;}
@keyframes dodow1{0% {width: 1%;}100% {width: 100%;}} */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 28px 0 0;}


.indexTitle{position: relative;line-height: 1; font-weight:bold }
.indexTitle.tc{text-align: center; }

.f60{font-size: 60px;}
.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: 70px 0  ;overflow: hidden; }
.indexDiv1 .bdDiv{margin: 0 0 70px; }
.indexDiv1 .bdDiv .row{margin: 0 -22.5px; }
.indexDiv1 .bdDiv .row>div{margin-top: 50px;padding: 0 22.5px; }
.indexDiv1 .bdDiv .row>div a{display: block; }
.indexDiv1 .bdDiv .row>div .imgDiv{padding-top: 66.67%; }
.indexDiv1 .bdDiv .row>div .textDiv .title{color: #2e2e2e;padding: 25px 0;border-bottom: 1px solid #eaeaea; }
.indexDiv1 .bdDiv .row>div .textDiv .detail{padding-top: 25px;color: #999; }
.indexDiv1 .bdDiv .row>div .textDiv .detail i{font-size: 14px;color: #999; }
.indexDiv1 .bdDiv .row>div a:hover .textDiv .title{color: #29539f;border-bottom-color: #29539f; }
.indexDiv1 .bdDiv .row>div a:hover .textDiv .detail,.indexDiv1 .bdDiv .row>div a:hover .textDiv .detail i{color: #29539f; }

a.imoreBtn{width: 180px;height: 60px;background: #29539f;color: #fff;transition: all .5s; }
a.imoreBtn.brf{background: transparent;border: 1px solid #29539f; }
a.imoreBtn i{font-size: 25px;margin-left: 15px;transition: all .5s; } 
a.imoreBtn:hover{opacity: .8; }
a.imoreBtn:hover i{transform: translateX(10px); }
a.imoreBtn.brf:hover{background: #29539f;border-color: #29539f;}

.indexDiv2{padding:90px 0;color: #fff; overflow: hidden; }
.indexDiv2 .title { color:#333;font-weight:bold }
.indexDiv2 .p{max-width: 620px;line-height: 2;margin: 30px 0 50px; color:#222 }

.indexDiv3{padding: 70px 0;overflow: hidden;background: #f8f8f8; }
.indexDiv3 .bdDiv{margin: 60px 0 80px; }
.indexDiv3 .bdDiv .swiper-container{overflow: initial; }
.indexDiv3 .bdDiv a{display: block;position: relative; }
.indexDiv3 .bdDiv a .imgDiv{padding-top: 57.14%;}
.indexDiv3 .bdDiv a .title{color: #fff;font-size: 20px;position: absolute;left: 2vw;bottom: 1.6vw;padding-left: 22px;z-index: 2; }
.indexDiv3 .bdDiv a .title::before{content: "";width: 12px;height: 12px;background: #29539f;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.indexDiv3 .bdDiv a::before{content: "";width: 100%;height: 50%;position: absolute;left: 0;bottom: 0;background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));z-index: 1; } 

.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: 70px 0 70px;overflow: hidden; }
.indexDiv4 .bdDiv{margin: 50px 0 80px;position: relative; }
.indexDiv4 .bdDiv .swiper-container{margin: -1.2vw; }
.indexDiv4 .bdDiv .swiper-slide{padding: 1.2vw; }
.indexDiv4 .bdDiv a{display: block; }
.indexDiv4 .bdDiv a .imgDiv{padding-top: 65.4%; }
.indexDiv4 .bdDiv a .textDiv{padding: 2vw; width: 100%;height: 100%;background:#f6f6f6;color: #333;display: flex;flex-direction: column;justify-content: flex-end; }
.indexDiv4 .bdDiv a .date{font-size: 14px; }
.indexDiv4 .bdDiv a .title{margin-top: 10px; }
.indexDiv4 .bdDiv a:hover{box-shadow: 0 0 1.2vw rgba(0,0,0,.2); }
.indexDiv4 .swiper-button-prev,.indexDiv4 .swiper-button-next{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50%;color: #29539f;border: 1px solid #eaeaea;transition: all .5s; }
.indexDiv4 .swiper-button-next .iconfont{font-size: 24px; }
.indexDiv4 .swiper-button-prev .iconfont{transform: rotate(-180deg);display: block;font-size: 24px; }
.indexDiv4 .swiper-button-prev{left: -3.6vw;}
.indexDiv4 .swiper-button-next{right: -3.6vw;}
.indexDiv4 .swiper-button-prev:hover,.indexDiv4 .swiper-button-next:hover{background: #29539f;color: #fff;border-color: #29539f; }
.swiper-button-prev,.swiper-button-next{background: none; }

.comBottomDiv{color: #fff;padding: 3.5vw 0;overflow: hidden; }
.comBottomDiv a.imoreBtn:hover{background: #fff;color: #29539f; }

.ny-banner .wrap{position:relative;height: 27.083vw;color: #fff; }
.ny-banner span{font-size: 36px; }
.ny-banner p{font-size: 20px; text-transform:capitalize }

.nyHead{border-bottom: 1px solid #eaeaea; }
.nyHead .wrap{flex-wrap: wrap;flex-direction: row-reverse; }
.breadcrumbDiv{font-size: 14px;color: #999999;flex-wrap: wrap;height: 60px; }
.breadcrumbDiv i{font-size: 18px;color: #999999;margin-right: 8px; }
.breadcrumbDiv span{color: #29539f; }
.breadcrumbDiv a{color: #999999;}
.breadcrumbDiv a:hover{color: #29539f; }
.twoMenuDiv{overflow-x: auto;white-space:nowrap;  }
.twoMenuDiv a{color: #2e2e2e;position: relative;line-height:60px;width: 200px;text-align: center; }
.twoMenuDiv a.on{color: #fff;background: #29539f; }

.scTitle{text-align: center; }
.scTitle span{color: #29539f; }
.scTitle p{color: #666666;line-height: 2;margin: 20px auto 0;max-width: 900px; } 
.scnlDiv1{padding: 100px 0; }
.scnlDiv1 .bdDiv{margin-top: 20px; }
.scnlDiv1 .row{margin: 0 -20px; }
.scnlDiv1 .row>div{padding: 0 20px;margin-top: 30px; }
.scnlDiv1 .row>div .imgDiv{padding-top: 66.67%; }
.scnlDiv2{padding: 100px 0;background: #fafafa; }
.scnlDiv2 .row{margin: 0 -30px; }
.scnlDiv2 .row>div{padding: 0 30px;margin-top: 60px; }
.scnlDiv2 .row>div .imgDiv{padding-top: 57.97%; }
.scnlDiv2 .row>div .titleDiv{padding: 18px 0 18px 24px;border-bottom: 1px solid #cdcdcd;position: relative; }
.scnlDiv2 .row>div .titleDiv:before{content: "";width: 10px;height: 10px;background: #29539f;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }

.hylyDiv{padding: 40px 0 100px; }
.hylyDiv .bdDiv .row{margin: 0 -20px; }
.hylyDiv .bdDiv .row>div{padding: 0 20px;margin-bottom: 40px; }
.hylyDiv .bdDiv .row>div a{display: block;position: relative; }
.hylyDiv .bdDiv .row>div a .imgDiv{padding-top: 57.14%;}
.hylyDiv .bdDiv .row>div a .title{color: #fff;font-size: 28px;position: absolute;left: 2vw;bottom: 1.6vw;padding-left: 22px;z-index: 2; }
.hylyDiv .bdDiv .row>div a .title::before{content: "";width: 12px;height: 12px;background: #29539f;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.hylyDiv .bdDiv .row>div a::before{content: "";width: 100%;height: 50%;position: absolute;left: 0;bottom: 0;background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));z-index: 1; } 
.hylyDiv .bdDiv .row>div a:after{content: "";width: 0%;height: 7px;background: #29539f;position: absolute;left: 0;bottom: 0;z-index: 1;transition: all .5s; }
.hylyDiv .bdDiv .row>div a:hover:after{width: 100%; }

	
.newsDiv{padding: 100px 0; }
.newsDiv .bdDiv{margin-bottom: 50px; }
.newsDiv .bdDiv .row{margin: 0 -22.5px; }
.newsDiv .bdDiv .row>div{padding: 0 22.5px;margin-bottom: 45px; }
.newsDiv .bdDiv .row>div a{display: block;position: relative; }
.newsDiv .bdDiv .row>div a .imgDiv{padding-top: 100%; }
.newsDiv .bdDiv .row>div a .textDiv{padding: 2vw;position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: url(../img/yy.png) no-repeat center bottom/100%;color: #fff;display: flex;flex-direction: column;justify-content: flex-end; }
.newsDiv .bdDiv .row>div a .date{font-size: 14px; }
.newsDiv .bdDiv .row>div a .title{margin-top: 10px; }
.newsDiv .bdDiv .row>div a:hover{box-shadow: 0 0 1.2vw rgba(0,0,0,.2); }


.pageDiv{text-align: center; }
.pageDiv a {display: inline-block;line-height: 58px;margin: 0 10px;color: #333333;width: 60px; border-radius: 50%;border: 1px solid #eaeaea;font-family: MR; }
 .pageDiv a:hover{background: #29539f;color: #fff;border-color: #29539f; }

.shipinDiv{padding: 100px 0; }
.shipinDiv .bdDiv{margin-bottom: 50px; }
.shipinDiv .bdDiv .row{margin: 0 -22.5px; }
.shipinDiv .bdDiv .row>div{padding: 0 22.5px;margin-bottom: 45px; }
.shipinDiv .bdDiv .row>div a{display: block;position: relative; }
.shipinDiv .bdDiv .row>div a .imgDiv{padding-top: 66.67%; }
.shipinDiv .bdDiv .row>div a .imgDiv .playBtn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1; }
.shipinDiv .bdDiv .row>div a .imgDiv .playBtn i{font-size: 46px;color: #fff; }
.shipinDiv .bdDiv .row>div a .title{margin: 15px 0 10px;color: #2e2e2e; }
.shipinDiv .bdDiv .row>div a .date{font-size: 14px;color: #999999; }
.shipinDiv .bdDiv .row>div a:hover .imgDiv .playBtn i{color: #29539f; }
.shipinDiv .bdDiv .row>div a:hover .title{color: #29539f; }

.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 #29539f;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: #29539f;}


.newsDetailDiv{padding: 40px 0 140px; }
.newsDetailDiv .flexDiv{align-items: flex-start; }
.newsDetailDiv .flDiv{width: 55.55%; }
.newsDetailDiv .frDiv{width: 31.25%; }
.newsDetailDiv .hdDiv .date{font-size: 14px;color: #29539f;margin: 30px 0; }
.newsDetailDiv .bdDiv{padding: 40px 0;border-bottom: 1px solid #eaeaea;border-top: 1px solid #eaeaea; }
.newsDetailDiv .bdDiv p{color: #666666;line-height: 2;text-indent: 2em; }
.newsDetailDiv .otherPageDiv{padding-top: 30px; }
.newsDetailDiv .otherPageDiv a{color: #666666;margin-top: 10px; }
.newsDetailDiv .otherPageDiv a:hover{color: #29539f; }
.newsDetailDiv .frDiv .frh{background: #29539f;color: #fff;font-weight: bold;position: relative;height: 60px; }
.newsDetailDiv .frDiv .frh::after{content: "";width: 15px;height: 15px;background: url(../img/xsj.png) no-repeat center center;position: absolute;top: 100%;left: 50%;transform: translateX(-50%); }
.newsDetailDiv .frDiv .frb ul li{margin-top: 50px; }
.newsDetailDiv .frDiv .frb ul li a{display: block; }
.newsDetailDiv .frDiv .frb ul li .imgDiv{padding-top: 66.67%; }
.newsDetailDiv .frDiv .frb ul li .title{margin-top: 15px;color: #333;text-align: center; }
.newsDetailDiv .frDiv .frb ul li a:hover .title{color: #29539f; }


.contactDiv1 {padding:60px 0 60px; }
.contactDiv1 .hdDiv .hlDiv {width: 52.78%; }
.contactDiv1 .hdDiv .hlDiv p{color: #666666;margin-top: 5px;line-height: 2; }
.contactDiv1 .hdDiv .ewmDiv{width: 109px;height: 109px;border: 1px solid #29539f;padding: 2px; }
.contactDiv1 .hdDiv .ewmDiv img{width: 100%; }
.contactDiv1 .bdDiv{padding: 45px 0 60px; }
.contactDiv1 .bdDiv .row{margin: 0 -20px; }
.contactDiv1 .bdDiv .row>div{padding: 0 20px; }
.contactDiv1 .bdDiv .row>div .conDiv{background: #f9f9f9;padding: 50px 30px;text-align: center;height: 100%;position: relative;transition: all .5s;  }
.contactDiv1 .bdDiv .row>div .conDiv:after{content: "";width: 0;height: 3px;background: #29539f;position: absolute;left: 0;bottom: 0;transition: all .5s; }
.contactDiv1 .bdDiv .row>div .conDiv .ch span{width: 88px;height: 88px;border: 1px solid #29539f;border-radius: 50%;color: #29539f;margin: 0 auto; }
.contactDiv1 .bdDiv .row>div .conDiv .ch span i{font-size: 40px; }
.contactDiv1 .bdDiv .row>div .conDiv .ch .tt{font-size: 20px;margin: 20px 0 15px;color: #29539f; }
.contactDiv1 .bdDiv .row>div .conDiv .p{color: #2e2e2e; }
.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%; }
.contactDiv1 .shareDiv {position: relative; }
.contactDiv1 .shareDiv:before{content: "";width: 100%;height: 1px;background: #eaeaea;position: absolute;left: 0;top: 50%; }
.contactDiv1 .shareDiv .aDiv{background: #fff;padding: 0 20px;position: relative; }
.contactDiv1 .shareDiv a{position: relative;margin: 0 20px;transition: all .5s; }
.contactDiv1 .shareDiv a i{font-size: 30px; }
.contactDiv1 .shareDiv a:hover{transform: scale(1.1); }

/* .contactDiv1 .shareDiv .ewmDiv{position: absolute;left: 50%;bottom: calc(100% + 5px);width: 148px;height: 158px;padding: 3px 3px 12px;background: url(../img/ewm-bg.png) no-repeat center center/100% 100%;transform: translateX(-50%);display: none; }
.contactDiv1 .shareDiv a:hover .ewmDiv{display: block; } */

.contactDiv2 {padding: 60px 0 60px;background: #f6f6f6; }
.contactDiv2 .hdDiv{text-align: center; }
.contactDiv2 .bdDiv{align-items: flex-start;margin-top: 60px;padding: 50px; }
.contactDiv2 .bdDiv .blDiv{width: 39.5%;color: #fff;padding-top: 10%; }
.contactDiv2 .bdDiv .blDiv .p{padding-top: 30px;margin-top: 45px;border-top: 1px solid rgba(255,255,255,.2);line-height: 2; }
.contactDiv2 .bdDiv .brDiv{width: 50%;background: #fff;padding: 35px 35px 15px; }
.contactDiv2 .formDiv .row>div{margin-bottom: 30px; }
.contactDiv2 .formDiv .row>div:last-child{margin-bottom: 0; }
.contactDiv2 .formDiv .row>div .groupDiv input{background: #f7f7f7;overflow: hidden;width: 100%;border: 0;line-height: 60px;padding: 0 20px; }
.contactDiv2 .formDiv .row>div .groupDiv textarea{background: #f7f7f7;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: 317px; }
.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: 177px;height: 60px;border: 0;background: #29539f;color: #fff;cursor: pointer;margin-bottom: 20px; }
.contactDiv2 .formDiv .row>div button i{margin-left: 10px;font-size: 21px; }
.contactDiv2 .formDiv .row>div button:hover{opacity: .8; }

.productDiv{padding: 60px 0 40px;background: #f9f9f9; }

.productDiv .bdDiv{align-items: flex-start; }
.productDiv .blDiv{width: 350px; background:#fff ; }
.productDiv .blDiv .lh {
 background:#29539f; color:#fff; line-height:60px; padding:20px
}
.productDiv .blDiv ul{ padding:0 30px 30px}
.productDiv .blDiv ul li a{padding: 30px 0;border-bottom: 1px  dotted  #dadada;color: #333333;font-weight: bold; }
.productDiv .blDiv ul li a i{font-size: 12px;color: #333333; }
.productDiv .blDiv ul li:last-child a{ }
.productDiv .blDiv ul li:hover a,.productDiv .blDiv ul li.on a{color: #29539f; }
.productDiv .blDiv ul li.on a i{color: #29539f; }
.productDiv .brDiv{width: 100%; }
.productDiv .brDiv ul li {align-items: stretch;background: #fff;margin-bottom: 58px; }
.productDiv .brDiv ul li .imgDiv{width: 30%;height: 300px; }
.productDiv .brDiv ul li .textDiv{width: 70%;padding:30px; }
.productDiv .brDiv ul li .textDiv .title{color: #2e2e2e; }
.productDiv .brDiv ul li .textDiv .p{color: #999999;margin: 20px 0 30px;line-height: 2; }
.productDiv .brDiv ul li .textDiv .moreBtn{color: #333333; }
.productDiv .brDiv ul li .textDiv .moreBtn span{margin-right: 10px;width: 44px;height: 44px;border: 1px solid #29539f;color: #29539f;border-radius: 50%;text-transform: uppercase;transition: all .5s; }
.productDiv .brDiv ul li .textDiv .moreBtn span i{font-size: 24px; }
.productDiv .brDiv ul li a:hover .textDiv .moreBtn span{background: #29539f;color: #fff; }

.productDiv .brDiv1{width: calc(100% - 390px); }
.productDiv .brDiv1 .row{margin: 0 -10px 60px; }
.productDiv .brDiv1 .row>div{padding: 0 10px;margin-top: 30px; }
.productDiv .brDiv1 .row>div a{padding: 20px 20px 30px;background: #fff;display: block; }
.productDiv .brDiv1 .row>div .imgDiv{padding-top: 74.75%; } 
.productDiv .brDiv1 .row>div .textDiv{padding-top: 20px;display: flex;flex-direction: column;justify-content: space-between; }
.productDiv .brDiv1 .row>div .textDiv .title{color: #333;margin-bottom: 30px; }
.productDiv .brDiv1 .row>div .textDiv .moreBtn{width: 110px;height: 32px;border: 1px solid #29539f;color: #29539f; }
.productDiv .brDiv1 .row>div a:hover .textDiv .moreBtn{background: #29539f;color: #fff; }



.productDetailDiv{padding: 50px 0 80px;position: relative; }
.productDetailDiv .hdDiv{align-items: flex-start; }
.productDetailDiv .hdDiv .leftDiv{width: 48.61%;}
.productDetailDiv .hdDiv .rightDiv{width: 45.2%;}
.productDetailDiv .hdDiv .leftDiv .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.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: 67%;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 .hdDiv .leftDiv .gallery-top {width: 100%;}
.productDetailDiv .hdDiv .leftDiv .smallDiv{position: relative;padding: 0 55px; }
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs {box-sizing: border-box;text-align: center;margin: 15px 0 0;}
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide {width: 20%;opacity: 1;}
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide-thumb-active .pic::before{content: "";width: 100%;height: 100%;border: 1px solid #29539f;position: absolute;left: 0;top: 0;z-index: 1; }
.productDetailDiv .hdDiv .swiper-button-prev,.productDetailDiv .hdDiv .swiper-button-next{width: 44px;height: 100%;display: flex;align-items: center;justify-content: center;color: #bcbbbb;border: 1px solid #eaeaea;transition: all .5s;top: 0;margin-top: 0; }
.productDetailDiv .hdDiv .swiper-button-next .iconfont{font-size: 24px; }
.productDetailDiv .hdDiv .swiper-button-prev .iconfont{transform: rotate(-180deg);display: block;font-size: 24px; }
.productDetailDiv .hdDiv .swiper-button-prev{left: 0;}
.productDetailDiv .hdDiv .swiper-button-next{right: 0;}
.productDetailDiv .hdDiv .swiper-button-prev:hover,.productDetailDiv .hdDiv .swiper-button-next:hover{background: #29539f;color: #fff;border-color: #29539f; }
.productDetailDiv .hdDiv .rightDiv .title{padding: 20px 0;border-bottom: 1px solid #eaeaea;margin-bottom: 20px; font-size:30px }
.productDetailDiv .hdDiv .rightDiv .p{color: #666666;line-height: 2;margin-bottom: 3vw; } 
.productDetailDiv .hdDiv .rightDiv ul li{width: calc(33.33% - 20px); }
.productDetailDiv .hdDiv .rightDiv ul li a{flex-direction: column;border: 1px solid #000;padding:20px 40px;color: #333; }
.productDetailDiv .hdDiv .rightDiv ul li a i{font-size: 36px;color: #29539f; }
.productDetailDiv .hdDiv .rightDiv ul li a p{margin-top: 10px; }
.productDetailDiv .hdDiv .rightDiv ul li a:hover{border-color: #29539f; }
.productDetailDiv .pdNav{margin-top: 120px;position: sticky;top: 100px;background: #f6f6f6;z-index: 10; }
.productDetailDiv .pdNav ul li{width: 15%; }
.productDetailDiv .pdNav ul li a{line-height: 80px;color: #333333;text-align: center;display: block; }
.productDetailDiv .pdNav ul li.on a{background: #29539f;color: #fff; }
.productDetailDiv .pdDiv1{padding: 60px 0  ;overflow: hidden;  }
.productDetailDiv .pdDiv1 .indexTitle {color: #fff; }
.productDetailDiv .pdDiv1 .rowDiv{margin-top: 0px; }
.productDetailDiv .pdDiv1 .row{margin: 0 -20px; }
.productDetailDiv .pdDiv1 .row>div{padding: 0 20px;margin-top: 40px; }
.productDetailDiv .pdDiv1 .row>div .conDiv{background: #fff;padding: 30px 40px;height: 100%; } 
.productDetailDiv .pdDiv1 .row>div .conDiv .dh{color: #29539f;font-weight: 700; }
.productDetailDiv .pdDiv1 .row>div .conDiv .db{color: #666;margin-top: 10px;line-height: 2; }
.productDetailDiv .pdDiv2 {padding: 110px 0;background: #f9f9f9;overflow: hidden; }
.productDetailDiv .pdDiv2 .lunboDiv{position: relative; margin-top: 40px; }
.productDetailDiv .pdDiv2 .swiper-slide .imgDiv{padding-top: 100%; } 
.pdDiv2 .swiper-button-prev,.pdDiv2 .swiper-button-next{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50%;color: #29539f;border: 1px solid #eaeaea;transition: all .5s; }
.pdDiv2 .swiper-button-next .iconfont{font-size: 24px; }
.pdDiv2 .swiper-button-prev .iconfont{transform: rotate(-180deg);display: block;font-size: 24px; }
.pdDiv2 .swiper-button-prev{left: -3.6vw;}
.pdDiv2 .swiper-button-next{right: -3.6vw;}
.pdDiv2 .swiper-button-prev:hover,.pdDiv2 .swiper-button-next:hover{background: #29539f;color: #fff;border-color: #29539f; }
.pdDiv3{padding: 100px 0;overflow: hidden; }
.pdDiv3 .imgDiv{text-align: center;margin-top: 40px; }
.pdDiv4{background: #f7f7f7;text-align: center;padding-bottom: 70px; }
.pdDiv5{padding: 0 0 100px;overflow: hidden; }
.pdDiv5 .tableDiv{margin-top: 50px;overflow-y: auto; }
.pdDiv5 .tableDiv table{min-width: 1200px;width: 100%; }
.pdDiv5 .tableDiv table th{background: #29539f;color: #fff;line-height: 60px;font-weight: normal;text-align: center; }
.pdDiv5 .tableDiv table td{text-align: center;border-bottom: 1px solid #cdcdcd;padding: 15px 20px;border-right: 1px solid #cdcdcd;font-size: 14px;color: #000; }
.pdDiv5 .tableDiv table td:last-child{border-right: 0; }
.pdDiv5 .tableDiv table td strong{font-size: 16px; }
.pdDiv6 .lunboDiv{margin-top: 40px;overflow: hidden; }
.pdDiv6 .lunboDiv .imgDiv{padding-top: 62.5%; }

.pdDiv7{padding: 0 0 100px;overflow: hidden; }
.pdDiv7 .lunboDiv{position: relative; margin-top: 40px; }
.pdDiv7 .lunboDiv a{display: block; }
.pdDiv7 .lunboDiv .imgDiv{padding-top: 66.67%; }
.pdDiv7 .lunboDiv .textDiv .title{color: #2e2e2e;padding: 25px 0;border-bottom: 1px solid #eaeaea; }
.pdDiv7 .lunboDiv .textDiv .detail{padding-top: 25px;color: #999; }
.pdDiv7 .lunboDiv .textDiv .detail i{font-size: 14px;color: #999; }
.pdDiv7 .lunboDiv a:hover .textDiv .title{color: #29539f;border-bottom-color: #29539f; }
.pdDiv7 .lunboDiv a:hover .textDiv .detail,.pdDiv7 .lunboDiv a:hover .textDiv .detail i{color: #29539f; }
.pdDiv7 .swiper-button-prev,.pdDiv7 .swiper-button-next{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50%;color: #29539f;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: #29539f;color: #fff;border-color: #29539f; }


.aboutDiv1{padding: 60px 0 60px;overflow: hidden; }
.aboutDiv1 .hdDiv{margin-bottom: 50px; }
.aboutDiv1 .hdDiv .hrDiv{width: 100%;color: #333;line-height: 40px; font-size:18px }
.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: #29539f;display: block;display: block; }
.aboutDiv1 .bdDiv {padding: 90px 0; }
.aboutDiv1 .bdDiv ul li{width: calc(25% - 60px) }
.aboutDiv1 .bdDiv ul li .num{color: #29539f;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; }

.aboutDiv2{background: #f9f9f9;padding: 110px 0 120px;overflow: hidden; }
.aboutDiv2 .mapDiv{position: relative;margin-top: 60px; }
.glo1Ul{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;}
.glo1Ul li{position: absolute;display: block;z-index: 2;width: max-content;height: auto;}
.glo1Ul .wzB{position: absolute;left: 50%;transform: translateX(-50%);top: 22px;z-index: 2;}
.glo1Ul li:first-child{transform: translateX(-50%);}
.glo1Ul .logoB{display: block;margin: 0 auto;max-height: 54px;}
.glo1Ul .wzB span{
	/* background-color: rgb(255, 46, 77);
	box-shadow: 0px 5px 10px 0px rgba(255, 46, 77, 0.23);
	border-radius: 40px;
	height: 40px; */
	width: max-content;
	/* padding: 0 24px;
	min-width: 150px; */
	text-align: center;color: #0b386c;display: flex;justify-content: center;align-items: center;}
.glo1Ul .circle{
	display: block;width: 14px;height: 14px;
	background: rgb(11, 56, 108);
	border-radius: 50%;
	position: relative;
} 
.glo1Ul .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: rgb(11, 56, 108);
    opacity: 0.7;
    border-radius: 50%;
    animation: 1s circle_animate linear infinite;
    pointer-events: none;
}
@keyframes circle_animate{
    100%{transform: translate(-50%, -50%) scale(2.75);opacity: 0;}
}
.glo1Ul .spread-circle{pointer-events: none;z-index: 1;}
.glo1Ul .spread-circle .spread{
    background-color: rgba(255, 46, 77, 0.06);
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin: 0;
    width: 280px;
    height: 280px;
    -webkit-animation: nation-circle 5s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
    animation: nation-circle 5s cubic-bezier(1, 2, 0.66, 3) infinite;
}
.glo1Ul .spread-circle .spread:nth-child(2){animation-delay: 1s;}
.glo1Ul .spread-circle .spread:nth-child(3){animation-delay: 1.5s;}
.glo1Ul .spread-circle .spread:nth-child(4){animation-delay: 2s;}
@keyframes nation-circle{
    0%{
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		opacity: 0.5;
	}
    50%{opacity: 1.0;}
    100%{
		-webkit-transform: translate(-50%, -50%) scale(1.7);
		transform: translate(-50%, -50%) scale(1.7);
		opacity: 0;
	}
}
.gloP1 .local{
	position: absolute;left: 0;top: 100px;
	display: block;width: 100%;
	z-index: 2;
}

.aboutDiv3{padding: 130px 0 ;overflow: hidden; }
.aboutDiv3 .bdDiv{align-items: center;flex-direction: row-reverse; }
.aboutDiv3 .bdDiv .blDiv{width:45.83%;position: relative; }
.aboutDiv3 .bdDiv .blDiv .imgDiv{padding-top: 100%;border-radius: 50%;overflow: hidden;position: absolute;left: 0;top: 0;width: 100%;z-index: -1;opacity: 0;transition: all .6s; }
.aboutDiv3 .bdDiv .blDiv .imgDiv.on{position: relative;z-index: 1;opacity: 1; }
.aboutDiv3 .bdDiv .blDiv .imgDiv img{transform: scale(1.1);transition: all .6s; }
.aboutDiv3 .bdDiv .blDiv .imgDiv.on img{transform: scale(1); }
.aboutDiv3 .bdDiv .brDiv{width:45.83%; }
.aboutDiv3 .bdDiv .brDiv .textTabs{position: relative;color: #fff; }
.aboutDiv3 .bdDiv .brDiv .textTabs .textDiv{position: absolute;left: 0;top: 0;z-index: 0;opacity: 0;width: 100%;transform: scale(1.05) translateY(50px); }
.aboutDiv3 .bdDiv .brDiv .textTabs .textDiv.on{position: relative;z-index: 1;opacity: 1;transform: scale(1) translateY(0);transition: all .6s; }
.aboutDiv3 .bdDiv .brDiv .textTabs .textDiv .tt{font-weight: bold;position: relative;background: url(../img/a-l.png) no-repeat left top;padding-left: 7px;border-bottom: 1px solid rgba(255,255,255,.2);padding-bottom: 45px;margin-bottom: 40px;line-height: 1; }
.aboutDiv3 .bdDiv .brDiv .textTabs .textDiv .p{min-height: 100px;margin-bottom: 70px; }
.aboutDiv3 .bdDiv .brDiv ul li{width: 100px;margin-right: 40px; }
.aboutDiv3 .bdDiv .brDiv ul li:last-child{margin-right: 0; }
.aboutDiv3 .bdDiv .brDiv ul li a{text-align: center;  }
.aboutDiv3 .bdDiv .brDiv ul li .imgDiv{padding-top: 100%;border: 1px solid rgba(255,255,255,.4);border-radius: 20px;color: #fff; }
.aboutDiv3 .bdDiv .brDiv ul li .imgDiv i{font-size: 44px; }
.aboutDiv3 .bdDiv .brDiv ul li p{color: rgba(255,255,255,.4);margin-top: 20px; }
.aboutDiv3 .bdDiv .brDiv ul li.on .imgDiv{background: rgba(255,255,255,.9);color: #29539f; }
.aboutDiv3 .bdDiv .brDiv ul li.on p{color: #fff; }

.aboutDiv4{padding: 110px 0 0;overflow: hidden; }
.aboutDiv4 .btnDiv{position: relative; }
.aboutDiv4 .swiper-button-prev,.aboutDiv4 .swiper-button-next{width: 86px;height: 86px;color: #dddddd;display: flex;align-items: center;justify-content: center;border: 1px solid #dddddd;border-radius: 50%;position: relative;top: initial;margin-top: initial;transition: all .5s; }
.aboutDiv4 .iconfont{font-size: 24px; }
.aboutDiv4 .swiper-button-prev:hover,.aboutDiv4 .swiper-button-next:hover{color: #fff;background: #29539f;border-color: #29539f; }
.aboutDiv4 .swiper-button-prev{left: 0; }
.aboutDiv4 .swiper-button-next{right: 0;margin-left: 30px; }
.aboutDiv4 .bdDiv{margin:50px 0; }
.aboutDiv4 .bdDiv .swiper-container{overflow: initial; }
.aboutDiv4 .bdDiv .swiper-slide{padding: 10px;height: initial; }
.aboutDiv4 .bdDiv .conDiv{padding: 10px;flex-direction: column;background: #f8f8f8;height: 100%;align-items: stretch;color: #2e2e2e;transition: all .5s; }
.aboutDiv4 .bdDiv .year{color: #fff;text-shadow: -1px -1px 0 #29539f,1px -1px 0 #29539f,-1px  1px 0 #29539f,1px  1px 0 #29539f;font-size: 40px;font-family: MR; }
.aboutDiv4 .bdDiv .textDiv{margin-top: 8.3vw;flex: 1; }
 
.aboutDiv5{padding: 70px 0  ;overflow: hidden;  }
.aboutDiv5 .indexTitle{text-align: center; }
.aboutDiv5 .bdDiv{margin-top: 40px; } 
.aboutDiv5 .bdDiv .row{margin: 0 -10px;}
.aboutDiv5 .bdDiv .row>div{padding: 0 10px;margin-top: 20px; }
.aboutDiv5 .bdDiv .row>div .conDiv{position: relative;border: 1px solid #eaeaea; background:#fff}
.aboutDiv5 .bdDiv .row>div .conDiv::before,.aboutDiv5 .bdDiv .row>div .conDiv::after{content: "";display: block;width: 0;height: 1px;background: #29539f;position: absolute;transition: all 0.8s;z-index: 9;}
.aboutDiv5 .bdDiv .row>div .conDiv::before{left: 0;top: 0; }
.aboutDiv5 .bdDiv .row>div .conDiv::after{right: 0;bottom: 0; }
.aboutDiv5 .bdDiv .row>div .conDiv:hover::before,.aboutDiv5 .bdDiv .row>div .conDiv:hover::after{width: 100%;transition: all 0.8s;}
.aboutDiv5 .bdDiv .row>div .conDiv .bk{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3; }
.aboutDiv5 .bdDiv .row>div .conDiv .bk::before,.aboutDiv5 .bdDiv .row>div .conDiv .bk::after{content: "";display: block;width: 1px;height: 0;background: #29539f;position: absolute;transition: all 0.8s;z-index: 9;}
.aboutDiv5 .bdDiv .row>div .conDiv .bk::before{left: 0;bottom: 0; }
.aboutDiv5 .bdDiv .row>div .conDiv .bk::after{right: 0;top: 0; }
.aboutDiv5 .bdDiv .row>div .conDiv:hover .bk::before,.aboutDiv5 .bdDiv .row>div .conDiv:hover .bk::after{height: 100%;transition: all 0.8s;}

.aboutDiv5 .bdDiv .row>div .imgDiv{padding-top: 50%; }



@media (max-width:1600px) {
	.indexDiv4 .bdDiv,.pdDiv2 .lunboDiv,.pdDiv7 .lunboDiv{padding: 0 80px; }
	.indexDiv4 .swiper-button-next,.pdDiv2 .swiper-button-next,.pdDiv7 .swiper-button-next{right: 0; }
	.indexDiv4 .swiper-button-prev,.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) {
	.f48{font-size: 40px;}
	.f36{font-size: 30px;}
	.wrap{padding: 0 30px;}
	header .logo{width: 15%; }
	header .header-container{padding: 0 0 0 2vw; }
	header .rightDiv .menu>ul>li{margin-right: 3vw; }
	header .langDiv{margin-right: 1vw; }
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{left: 30px; }
	
	.twoMenuDiv a{width: 160px;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) {
	.f48{font-size: 36px;}
	.f36{font-size: 28px;}
	
	/* header .rightDiv .menu>ul>li{margin-right: 3vw; }
	header .langDiv a{width: 80px;height: 36px; } */
	
	.footerDiv .hdDiv .listDiv>span{font-size: 20px; }
	.footerDiv .hdDiv .listDiv{margin-left: 25px; }
	.footerDiv .hdDiv .lxDiv p{margin-bottom: 20px; }
	.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; }
/* 	.newsDetailDiv .hdDiv .title{font-size: 30px; }
	.contactDiv1 .bdDiv .row>div .conDiv .ch{padding: 30px 0 20px; }
	.contactDiv1 .bdDiv .row>div .conDiv .p{padding: 20px 0 30px; }
	.contactDiv1 .bdDiv .row>div .conDiv .ch .tt{margin-top: 20px; }
	.aboutDiv2 .tabsDiv ul li{margin-bottom: 23px; }
	.aboutDiv2 .tabsCon .item .textDiv p{font-size: 30px;}*/
} 
@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: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	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;margin-top: 50px; }
	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: 70%;width: auto; }
	header .logo a img{max-height: inherit;width: 100%}
	header .ssBtn{width: 50px;height: 50px; }
	.searchDiv form{width: 100%;max-width: 90%;border-bottom: 1px solid #cdcdcd; }
	header .langDiv{height: 50px;margin-right: 20px; }
	header .langDiv a{line-height: 30px; }
	.searchDiv{top: 50px; }
	.indexTitle {
  position: relative;
  line-height: 1;
  font-weight: bold; font-size:20px
}
	.f48{font-size: 30px; }
	.f36{font-size: 26px;}
	.hylyDiv .bdDiv .row>div a .title,.indexDiv3 .bdDiv a .title{font-size: 24px; }
	.f24{font-size: 20px; }
	.hylyDiv .bdDiv .row>div a .title{bottom: 20px;left: 20px; }
	.contactDiv2 .bdDiv{padding: 30px; }
	.contactDiv2 .bdDiv .brDiv{padding: 20px 20px 0px; }
	.contactDiv2 .formDiv .row{margin: 0 -6px; }
	.contactDiv2 .formDiv .row>div{margin-bottom: 12px;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{width: 100%;margin-right: 0;margin-bottom: 10px; }
	.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 .hdDiv .rightDiv ul li{width: calc(33.33% - 10px); }
	.productDetailDiv .hdDiv .rightDiv ul li a{padding: 15px; }
	.productDetailDiv .hdDiv .rightDiv ul li a p{margin-top: 0;font-size: 14px; }
	.productDetailDiv .hdDiv .rightDiv ul li a i{font-size: 30px; }
	
	.productDetailDiv .pdNav{margin-top: 50px;top: 50px; }
	.productDetailDiv .pdNav ul li a{line-height: 60px; }
	
	.aboutDiv1 .bdDiv ul li .num span{font-size: 48px; }
	.aboutDiv3 .bdDiv .brDiv ul li{margin-right: 20px; }
	
	/* .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; }
	
	.f48{font-size: 20px;}
	.f36{font-size: 20px;}
	.f28{font-size: 19px;}
	.f24{font-size: 18px;}
	.f22{font-size: 17px;}
	.f18{font-size: 16px;}
	.hylyDiv .bdDiv .row>div a .title,.indexDiv3 .bdDiv a .title{font-size: 20px; }
	.ny-banner span {
  font-size: 20px; font-weight:bold
}
.ny-banner .wrap {
  position: relative;
  height: 37.083vw;
  color: #fff;
}
	.index-banner .img{height: 50vw; }
	/* .index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; } */
	.index-banner .swiper-pagination-bullet-active{width: 15px;height: 15px; }
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin-right: 15px; }
	
	.indexDiv1{padding: 20px 0; }
	.indexDiv1 .bdDiv{margin-bottom: 30px; }
	.indexDiv1 .bdDiv .row{margin: 0 -8px; }
	.indexDiv1 .bdDiv .row>div{margin-top: 30px;padding: 0 8px; }
	.indexDiv1 .bdDiv .row>div .textDiv .title{padding: 15px 0;font-size: 15px; }
	.indexDiv1 .bdDiv .row>div .textDiv .detail{padding-top: 10px; }
	
	a.imoreBtn{width: 120px;height: 40px; }
	a.imoreBtn i{margin-left: 5px; }
	
	.indexDiv2{padding: 20px 0 20px; }
	.indexDiv2 .title{margin: 20px 0; font-size:20px }
	.indexDiv2 .p{font-size: 15px;margin: 10px 0 20px; }
	
	.indexDiv3{padding: 20px 0; }
	.indexDiv3 .bdDiv{margin: 20px 0; }
	.indexDiv3 .bdDiv a .title{left: 15px;bottom: 15px;font-size: 16px;padding-left: 15px; }
	.indexDiv3 .bdDiv a .title::before{height: 8px;width: 8px; }
	
	
	.indexDiv4{padding: 20px 0; }
	.indexDiv4 .bdDiv{padding: 0 40px;margin: 20px 0 40px; }
	.indexDiv4 .swiper-button-prev, .indexDiv4 .swiper-button-next{width: 30px;height: 30px; }
	.indexDiv4 .bdDiv a .textDiv{padding: 20px; }
	
	.comBottomDiv .bdDiv{display: block;text-align: center;padding: 20px 0; }
	.comBottomDiv a.imoreBtn{margin: 20px auto 0; }
	
	.footerDiv .hdDiv{padding: 30px 0 0;flex-wrap: wrap; }
	.footerDiv .hdDiv .lxDiv{width: 100%; }
	.footerDiv .hdDiv .lxDiv .logo{width: 70%; }
	.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; display:none}
	.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%; }
	
	.nyHead .wrap{  }
	.twoMenuDiv a{line-height: 46px;width: 120px; }
	.breadcrumbDiv{justify-content: flex-end;padding: 10px 0;height: 46px; }
	.scnlDiv1{padding: 40px 0; }
	.scnlDiv1 .bdDiv{margin-top: 10px; }
	.scnlDiv1 .row>div{margin-top: 20px; }
	.scnlDiv2{padding: 40px 0; }
	.scnlDiv2 .row>div{margin-top: 30px; }
	
	.hylyDiv{padding: 20px 0 50px; }
	
	.newsDiv{padding: 40px 0; }
	.newsDiv .bdDiv{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div a .textDiv{padding: 20px; }
	
	.pageDiv a, .pageDiv span{width: 40px;line-height: 38px;margin: 0 5px; }
	
	.shipinDiv{padding: 50px 0; }
	.shipinDiv .bdDiv{margin-bottom: 25px; }
	.shipinDiv .bdDiv .row{margin: 0 -8px; }
	.shipinDiv .bdDiv .row>div{padding: 0 8px;margin-bottom: 26px; }
	.shipinDiv .bdDiv .row>div a .title{margin: 10px 0 5px; }
	.videoShow .closebtn{width: 40px;height: 40px; }
	
	.newsDetailDiv{padding: 20px 0 50px; }
	.newsDetailDiv .flexDiv{display: block; }
	.newsDetailDiv .flDiv{width: 100%; }
	.newsDetailDiv .hdDiv .date{margin: 20px 0; }
	.newsDetailDiv .frDiv{width: 100%;margin-top: 40px; }
	.newsDetailDiv .frDiv .frb ul li{margin-top: 30px; }
	
	.contactDiv1{padding: 40px 0 50px; }
	.contactDiv1 .hdDiv{display: block;text-align: center; }
	.contactDiv1 .hdDiv .hlDiv{width: 100%; }
	.contactDiv1 .hdDiv .ewmDiv{margin: 20px auto 0; }
	.contactDiv1 .bdDiv .row>div{margin-bottom: 20px; }
	.contactDiv1 .bdDiv .row>div .conDiv{padding: 30px 20px; }
	.contactDiv1 .bdDiv .row>div .conDiv .ch span{width: 68px;height: 68px; }
	.contactDiv1 .bdDiv .row>div .conDiv .ch .tt{font-size: 18px;margin: 15px 0; }
	.contactDiv1 .bdDiv{padding: 0 0 ; }
	.contactDiv1 .shareDiv a{margin: 0 10px; }
	.contactDiv1 .shareDiv a i{font-size: 20px; } 
	.contactDiv2{padding: 50px 0; }
	.contactDiv2 .bdDiv{margin-top: 30px;display: block;padding: 20px 15px; }
	.contactDiv2 .bdDiv .blDiv{width: 100%; }
	.contactDiv2 .bdDiv .blDiv .p{padding-top: 20px;margin-top: 30px; }
	.contactDiv2 .bdDiv .brDiv{width: 100%;margin-top: 30px;padding: 20px 15px; }
	.contactDiv2 .formDiv .row>div button{margin-bottom: 0; }
	
	.productDiv{padding: 0 0 40px; }
	.productDiv .bdDiv{display: block; }
	.productDiv .blDiv{width: 100%; }
	.productDiv .blDiv ul li a{padding: 20px 0; }
	.productDiv .brDiv{width: 100%;margin-top: 30px; }
	.productDiv .brDiv ul li{margin-bottom: 30px; }
	.productDiv .brDiv ul li a{display: block; }
	.productDiv .brDiv ul li .imgDiv{width: 100%; } 
	.productDiv .brDiv ul li .textDiv{width: 100%;padding: 20px; }
	.productDiv .brDiv ul li .textDiv .title {
  color: #2e2e2e; font-size:16px
}
.productDetailDiv .hdDiv .rightDiv .title {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  font-size: 20px;
}
	.productDetailDiv{padding: 20px 0 40px; }
	.productDetailDiv .hdDiv{display: block; }
	.productDetailDiv .hdDiv .leftDiv{width: 100%; }
	.productDetailDiv .hdDiv .swiper-button-prev, .productDetailDiv .hdDiv .swiper-button-next{width: 36px;height: 36px;background: #fff;border-radius: 50%;top: 50%;margin-top: -18px; }
	.productDetailDiv .hdDiv .swiper-button-prev .iconfont,.productDetailDiv .hdDiv .swiper-button-next .iconfont{font-size: 16px; }
	.productDetailDiv .hdDiv .rightDiv{width: 100%; }
	.productDetailDiv .hdDiv .rightDiv .p{margin-bottom: 30px; }
	.productDetailDiv .hdDiv .rightDiv ul li a i{font-size: 26px; }
	.productDetailDiv .pdNav ul{margin: 0 -15px; }
	.productDetailDiv .pdNav ul li{width: 20%; }
	.productDetailDiv .pdNav ul li a{line-height: initial;padding: 10px 5px;font-size: 14px; }
	.productDetailDiv .pdDiv1{padding: 50px 0; }
	.productDetailDiv .pdDiv1 .row>div{margin-top: 20px; }
	.productDetailDiv .pdDiv1 .row>div .conDiv{padding: 30px; }
	.productDetailDiv .pdDiv2{padding: 50px 0; }
	.productDetailDiv .pdDiv2 .lunboDiv{margin-top: 25px;padding: 0 50px; }
	.productDiv .brDiv1 {
  width: 100%; margin-top:20px
}
	.productDiv .rh { font-size:20px}
.productDiv .blDiv .lh {
  background: #29539f;
  color: #fff;
  line-height: 40px;
  padding:10px 20px;
}
.productDiv .brDiv1 .row > div {
  padding: 0 10px;
  margin-top:10px;
}
	.pdDiv2 .swiper-button-prev, .pdDiv2 .swiper-button-next{width: 40px;height: 40px; }
	.pdDiv3{padding: 40px 0; }
	.pdDiv3 .imgDiv{margin-top: 20px; }
	.pdDiv4{padding-bottom: 35px; }
	.pdDiv5{padding: 50px 0; }
	.pdDiv5 .tableDiv{margin-top: 30px; }
	.pdDiv5 .tableDiv table td{padding: 10px; }
	.pdDiv5 .tableDiv table{min-width: 1000px; }
	.pdDiv6 .lunboDiv{margin-top: 20px; }
	.pdDiv7{padding: 0 0 20px; }
	.pdDiv7 .lunboDiv{margin-top: 20px;padding: 0 50px; }
	.pdDiv7 .swiper-button-prev, .pdDiv7 .swiper-button-next{width: 40px;height: 40px; }
	.pdDiv7 .lunboDiv .textDiv .title{padding: 15px 0; }
	.pdDiv7 .lunboDiv .textDiv .detail{padding-top: 15px; }
	.aboutDiv1 .bdDiv ul li .num span{font-size: 36px; }
	.aboutDiv1{padding: 10px 0; }
	.aboutDiv1 .hdDiv{display: block; }
	.aboutDiv1 .hdDiv .hrDiv{width: 100%;margin-top: 20px; font-size:15px; line-height:30px }
	.aboutDiv1 .spDiv .playBtn{width: 50px;height: 50px; }
	.aboutDiv1 .spDiv .playBtn i{font-size: 20px; }
	.aboutDiv1 .bdDiv{padding: 30px 0 0; }
	.aboutDiv1 .bdDiv ul{flex-wrap: wrap; }
	.aboutDiv1 .bdDiv ul li{width: 45%;margin-bottom: 20px; }
	.aboutDiv1 .bdDiv ul li .num{padding-bottom: 10px;margin-bottom: 10px; }
	.aboutDiv2{padding: 50px 0; }
	.glo1Ul .logoB{max-height: 20px; }
	.glo1Ul .circle{width: 8px;height: 8px; }
	.glo1Ul .wzB{top: 10px; }
	.glo1Ul .spread-circle .spread{width: 100px;height: 100px; }
	.aboutDiv3{padding: 60px 0; }
	.aboutDiv3 .bdDiv{display: block; }
	.aboutDiv3 .bdDiv .blDiv{width: 50%;margin: 0 auto 30px; }
	.aboutDiv3 .bdDiv .brDiv{width: 100%; }
	.aboutDiv3 .bdDiv .brDiv .textTabs .textDiv .tt{padding-bottom: 20px;background-size: auto 20px;margin-bottom: 20px; }
	.aboutDiv3 .bdDiv .brDiv .textTabs .textDiv .p{margin-bottom: 30px; font-size:15px }
	.aboutDiv4{padding: 20px 0 0; }
	.aboutDiv4 .swiper-button-next{margin-left: 10px; }
	.aboutDiv4 .swiper-button-prev, .aboutDiv4 .swiper-button-next{width: 46px;height: 46px; }
	.aboutDiv4 .bdDiv{margin: 20px 0; }
	.aboutDiv4 .bdDiv .conDiv{padding: 40px 20px; }
	.aboutDiv4 .bdDiv .year{font-size: 30px; }
	.aboutDiv5{padding: 20px 0; }
	.aboutDiv5 .bdDiv .row{margin: 0 -10px; }
	.aboutDiv5 .bdDiv .row>div{padding: 0 5px;margin-top: 10px; }
	.aboutDiv4 .iconfont{font-size: 16px; }
	.aboutDiv5 .bdDiv {
  margin-top: 20px;
}
	
	/* 
	.contactDiv1{padding-bottom: 40px; } 
	.contactDiv1 .hdDiv{flex-wrap: wrap;padding: 30px 0; }
	.contactDiv1 .hdDiv .hlDiv{width: 100%; }
	.contactDiv1 .hdDiv .shareDiv{width: 100%;margin-top: 10px; }
	.contactDiv1 .bdDiv .row{margin: 0 -10px; }
	.contactDiv1 .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
	.contactDiv1 .bdDiv .row>div .conDiv .ch{padding: 20px 0 10px; }
	.contactDiv1 .bdDiv .row>div .conDiv .ch span{width: 60px;height: 60px; }
	.contactDiv1 .bdDiv .row>div .conDiv .ch span i{font-size: 30px; }
	.contactDiv1 .bdDiv .row>div .conDiv .ch .tt{font-size: 16px;margin-top: 10px; }
	.contactDiv1 .bdDiv .row>div .conDiv .p{padding: 10px 0 20px; }
	.contactDiv2{padding: 50px 0 30px; }
	.contactDiv2 .hdDiv p{font-size: 15px; }
	.contactDiv2 .formDiv{margin-top: 35px; }
	.contactDiv2 .formDiv .row>div{margin-bottom: 20px; }
	.contactDiv2 .formDiv .row>div .groupDiv input{line-height: 50px;font-size: 16px; }
	.contactDiv2 .formDiv .row>div .groupDiv textarea{font-size: 16px;height: 160px; }
	.contactDiv2 .formDiv .row>div .conDiv{display: block; }
	.contactDiv2 .formDiv .row>div .yzmDiv{width: 100%;margin-right: 0; }
	.contactDiv2 .formDiv .row>div .yzmDiv img{width: 130px; }
	.contactDiv2 .formDiv .row>div .yzmDiv input{line-height: 48px; }
	.contactDiv2 .formDiv .row>div button{margin-top: 10px;height: 46px; }
	
	.joinDiv1{padding: 30px 0 50px; }
	.joinDiv1 .bdDiv{display: block; }
	.joinDiv1 .blDiv{width: 100%; }
	.joinDiv1 .brDiv{width: 100%;margin-top: 20px; }
	.joinDiv1 .blDiv img{width: 70%; }
	.joinDiv1 .blDiv .p{margin-top: 30px; }
	.joinDiv1 .blDiv .p span{font-size: 20px; }
	.joinDiv1 .blDiv .p p{margin-top: 10px; }
	.joinDiv2{padding: 30px 0; }
	.joinDiv2 .bdDiv{display: block; }
	.joinDiv2 .bdDiv .blDiv{width: 100%;text-align: center; }
	.joinDiv2 .bdDiv .blDiv span{font-size: 30px; }
	.joinDiv2 .bdDiv .blDiv p{font-size: 15px; }
	.joinDiv2 .bdDiv a{margin: 20px auto 0;height: 50px;width: 170px;font-size: 16px; }
	.joinDiv2 .bdDiv a i{font-size: 24px;margin-right: 10px; }
	.joinDiv3{padding: 50px 0; }
	.joinDiv3 .bdDiv{margin-top: 35px; }
	.joinDiv3 .swiper-button-prev, .joinDiv3 .swiper-button-next{width: 36px;height: 36px; } 
	.joinDiv3 .bdDiv .swiper-slide{padding: 0 40px; }
	
	
	.swiper_abop4 .tuB{width: 100%;}
	.abop4 .swiper-button-prev, .abop4 .swiper-button-next{display: none;}
	.abop4 .bok{padding: 0;}
	
	.aboutDiv1{padding: 40px 0 0; }
	.aboutDiv1 .hdDiv{display: block;margin-bottom: 30px; }
	.aboutDiv1 .hdDiv>img{width: 50%; }
	.aboutDiv1 .hdDiv .hrDiv{width: 100%;margin-top: 20px; }
	.aboutDiv1 .hdDiv .hrDiv .tit{font-size: 22px;margin-bottom: 15px; }
	.aboutDiv1 .hdDiv .hrDiv .p{max-height: 116px; }
	.aboutDiv1 .hdDiv .hrDiv a.moreBtn{margin-top: 20px; }
	.aboutDiv1 .hdDiv .hrDiv a.moreBtn span{width: 50px;height: 50px; }
	
	.aboutDiv1 .bdDiv{padding: 30px 0; }
	.aboutDiv2 .tabsDiv ul li{margin-bottom: 15px;padding-left: 30px; }
	.aboutDiv2 .tabsDiv ul li.on{font-size: 18px; }
	.aboutDiv1 .bdDiv ul li .num span{font-size: 24px; }
	.aboutDiv1 .bdDiv ul li .num sup{font-size: 16px;top: -10px; }
	.aboutDiv2{padding-left: 15px;padding-top: 50px; }
	.aboutDiv2 .tabsCon .item .imgDiv{height: 70vw; }
	.aboutDiv2 .tabsCon .item .textDiv{width: 60%; }
	.aboutDiv2 .tabsCon .item .textDiv span{font-size: 16px; }
	.aboutDiv2 .tabsCon .item .textDiv p{font-size: 18px;margin-top: 5px; }
	.aboutDiv3{padding: 50px 0; }
	.aboutDiv3 .nrBox{margin-top: 30px; }
	.aboutDiv4{padding: 50px 0; }
	.aboutDiv4 .hdDiv{display: block; }
	.aboutDiv4 .hdDiv .indexTitle{text-align: center;margin-bottom: 20px; }
	.aboutDiv4 .hdDiv .dataDiv ul {justify-content: space-between;align-items: flex-start; }
	.aboutDiv4 .hdDiv .dataDiv ul li{width: 23%;margin-left: 0; }
	.aboutDiv4 .hdDiv .dataDiv ul li .num span{font-size: 30px; }
	.aboutDiv4 .hdDiv .dataDiv ul li .num sub{margin-left: 0;font-size: 12px; }
	.aboutDiv4 .bdDiv{margin-top: 40px; }
	.aboutDiv4 .bdDiv .row{margin: 0 -10px; }
	.aboutDiv4 .bdDiv .row>div{padding: 0 10px;margin-bottom: 30px; }
	.aboutDiv4 .bdDiv .row>div .conDiv .title{margin-top: 10px; }
	.aboutDiv4 .bdDiv .moreBtn a{width: 120px;height: 40px; }
	.aboutDiv4 .bdDiv .moreBtn a i{margin-left: 5px;font-size: 18px; }
	.aboutDiv5{padding: 50px 0; }
	.aboutDiv5 .hdDiv{display: block;margin-bottom: 25px; }
	.aboutDiv5 .hdDiv .hlDiv{margin-bottom: 20px; }
	.aboutDiv5 .swiper-button-prev, .aboutDiv5 .swiper-button-next{width: 40px;height: 40px; }
	.aboutDiv5 .swiper-button-next{margin-left: 10px; }
	.aboutDiv5 .bdDiv{margin-top: 30px; }
	.aboutDiv5 .bdDiv a .textDiv{margin-top: 20px; }
	.aboutDiv6{padding: 50px 0; }
	.aboutDiv6 .hdDiv{margin: 30px 0 50px;display: block;margin-bottom: ; }
	.aboutDiv6 .hdDiv .hlDiv{width: 100%; }
	.aboutDiv6 .hdDiv .hrDiv{width: 100%;margin-top: 20px; }
	.aboutDiv6 .hdDiv .hrDiv .title{padding-bottom: 15px;margin-bottom: 15px; }
	.aboutDiv6 .tabsDiv{margin-bottom: 50px; }
	.aboutDiv6 .tabsDiv a{font-size: 18px;padding-bottom: 15px; }
	.aboutDiv6 .tabsCon .row>div{margin-bottom: 30px; }
	.aboutDiv6 .tabsCon .row>div .conDiv{padding: 25px; }
	
	.about-h .ahl{width: 100%;height: auto;position: relative;top: 0;}
	.about-h .ahr{ width: 100%;}
	.ahld2 { margin-top: 20px;}
	.ahld2 a {font-size: 14px;margin-bottom: 28px;padding-left: 30px;width: 35%;float: left;}
	.ahld3{ display: none;}
	.ahrt{ display: none;}
	.ahr li {width: 48%;margin-bottom: 30px;margin-right: 0;}
	.ahr li:nth-child(2n){float: right; }
	.ahr li p{font-size:12px;line-height: 20px;height: 40px;margin-top: 15px; }
	.ahr ul {height: auto;overflow-y: auto;}
	
	.about-h .breadcrumbDiv{margin-bottom: 30px; }
	.ahl .s-t2 .d1{font-size: 24px; }
	.ahl .s-t2 .d2{font-size: 14px; }
	
	.proCSDiv{padding: 30px 0 60px; }
	.proCSDiv .hdDiv{margin-bottom: 35px; }
	.proCSDiv .hdDiv p{font-size: 16px; }
	.proCSDiv .bdDiv table tr td:nth-child(1) span{font-size: 16px; }
	.proCSDiv .bdDiv table tr td{font-size: 16px;padding: 10px; }
	
	.productDiv .lunboDiv.onFixed{top: 25px; }
	.productDiv .lunboDiv{margin-top: 20px; }
	.productDiv .lunboDiv .wrap{width: 100%; }
	.productDiv .lunboDiv:after{width: 100%;border-radius: 0; }
	.productDiv .lunboDiv .swiperWrap{padding: 0 30px; }
	.productDiv .lunboDiv .swiper-button-next{right: 0; }
	.productDiv .lunboDiv .swiper-button-prev{left: 0; }
	.productDiv .lunboDiv a{padding: 20px 0; }
	.productDiv .hdDiv{padding: 30px 0 50px; }
	.productDiv .tabsCon{flex-wrap: wrap; }
	.productDiv .tabsCon .leftDiv{width: 100%; }
	.productDiv .tabsCon .rightDiv{width: 100%;margin-top: 20px; }
	.productDiv .gallery-top{width: 100%;margin-left: 0; }
	.productDiv .gallery-top .swiper-button-prev{transform: rotate(-180deg); }
	.productDiv .rightDiv .p1{font-size: 15px; }
	.productDiv .rightDiv .tit{font-size: 20px;margin: 10px 0 15px; }
	.productDiv .rightDiv ul{margin-bottom: 30px; }
	.productDiv .rightDiv ul li{align-items: stretch; }
	.productDiv .rightDiv ul li span,.productDiv .rightDiv ul li p{padding: 10px 20px; }
	.productDiv .rightDiv ul li span{width: 120px; }
	.productDiv .rightDiv .btnDiv{justify-content: center; }
	.productDiv .rightDiv .btnDiv a{width: 130px;height: 40px; }
	.productDiv .bdDiv{padding: 50px 0; } 
	.productDiv .bdDiv .row>div{margin-top: 20px; }
	.productDiv .bdDiv .row>div .conDiv{border-radius: 25px; }
	.productDiv .bdDiv .row>div .dh{padding: 10px 20px;font-size: 18px; }
	.productDiv .bdDiv .row>div .db{padding: 10px 20px 30px; }
	.productDiv .bdDiv .row>div .db p{margin-top: 15px; }
	.productDiv .bdDiv .itemDiv{margin-top: 20px;padding: 20px; }
	.productDiv .bdDiv .itemDiv .ih{margin-bottom: 20px;padding-left: 22px;background-size: 12px; }
	.productDiv .bdDiv .itemDiv .ib{padding-top: 15px; } */
	
	@media (max-width:320px) {
	}
	@media (max-width:660px) {
		.aaa{ display:none !important}
		.aaaa span{ display:none !important}
	}
}
