@import"4f7e7eefc9ff418495ac7a8a98e6330c.css";
html,body{padding: 0;margin: 0;font-family: "Noto Sans SC";font-size: 16px;color: #333333;/*min-width: 1200px;*/}
.wrap{/* padding: 0 12.5vw; */ max-width: 72.9%;margin: 0 auto;width: 100%; }
.wrap1{/* padding: 0 12.5vw; */ max-width: 83.3%;margin: 0 auto;width: 100%; }
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%;}
.textDiv img {height:auto!important;}
.tabsCon img {height:auto!important;}
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);}

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

.pa{position: absolute;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;height: 100px;background: transparent;transition: all .5s;border-bottom: 1px solid rgba(255,255,255,.1); /*min-width: 1200px;*/ }
header .logo a{height: 100px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 40px;/* max-width: 148px; */}
header .hImg{display: none; }
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;}
header .rightDiv .menu>ul>li>a{height: 100px;text-align: center;color: #fff;position: relative;display: flex;justify-content: center;align-items: center;font-size: 16px;padding: 0 1.56vw; }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li.on>a{background:transparent;color: #009fde;}
/* header .rightDiv .menu>ul>li>a::after{content: "";width: 8px;height: 8px;position: absolute;left: 50%;margin-left: -4px; background: #009fde;bottom: 20px;opacity: 0;transform: scaleX(1);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 50%;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;} */
header .mbtn {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;z-index: 11; }
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
header .otherDiv{height: 100px;}
header .ssBtn{margin: 0 1.56vw; }
header .ssBtn img{width: 16.5px; }
header .searchDiv{position:absolute;text-align: left;background: #f5f6f8; padding: 14px 0 30px 0;width: 100vw; top: 100%;left:0;transform: translate(0,-10px);display: flex; opacity: 0;visibility: hidden;transition: transform .4s;justify-content: flex-end; }
header .searchDiv form{width: 100%;max-width: 800px;position: relative;margin: 0 155px 0 auto; }
header .searchDiv form input{width: 100%;padding: 0 60px 0 0;line-height: 60px;border: 0;font-size: 16px;background: transparent;border-bottom: 1px solid #666666; }
header .searchDiv form button{width: 52px;height: 100%;background: transparent;position: absolute;right: 0;top: 0;border: 0;cursor: pointer; }
header .searchDiv form button img{height: 24px; }
header .ssDiv.hover>.searchDiv{opacity: 1;visibility: visible;transform: translate(0,0);}
header .langDiv{position: relative; }
header .langDiv>a{color: #fff;font-size: 14px;height: 50px; }
header .langDiv>a .img img{width: 20px; }
header .langDiv>a span{margin: 0 9px 0 10px; }
header .langDiv>a i{width: 11px;height: 10px;background: url(../img/sanjiao.png) no-repeat center center/100%; }
header .langDiv .aDiv{position: absolute;left: 50%;width: max-content;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: 10px;z-index: 11;transform: translateX(-50%); }
header .langDiv .aDiv a{color: #333333;display: block;padding: 5px 10px;font-size: 14px;margin-bottom: 5px; }
header .langDiv .aDiv a:last-child{border-bottom: 0; }
header .langDiv .aDiv a.on{color: #009fde;background: #f0f5f7;border-radius: 10px; }
header .langDiv .aDiv a:hover{color: #009fde; }
header .langDiv:hover .aDiv{display: block; }

header.on{background: rgba(255,255,255,1); }
header.on .dImg{display: none; }
header.on .hImg{display: block; }
header.on .rightDiv .menu>ul>li>a{color: #333; }
header.on .rightDiv .menu>ul>li:hover>a,
header.on .rightDiv .menu>ul>li.on>a{color: #009fde;font-weight: bold; }
header.on .langDiv>a{color: #333; }
header.on .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }
header.on,header.on .logo a,header.on .rightDiv .menu>ul>li>a,header.on .otherDiv{height: 80px; }
header.on .mbtn{background: url(../img/menu1.png) no-repeat center center; }


header.nyHeader{background: rgba(255,255,255,1); }
header.nyHeader .dImg{display: none; }
header.nyHeader .hImg{display: block; }
header.nyHeader .rightDiv .menu>ul>li>a{color: #333; }
header.nyHeader .rightDiv .menu>ul>li:hover>a,
header.nyHeader .rightDiv .menu>ul>li.on>a{color: #009fde;font-weight: bold; }
header.nyHeader .langDiv>a{color: #333; }
header.nyHeader .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }
header.nyHeader .mbtn{background: url(../img/menu1.png) no-repeat center center; }
.on-fixed header.nyHeader,.on-fixed header.nyHeader .logo a,.on-fixed header.nyHeader .rightDiv .menu>ul>li>a,.on-fixed header.nyHeader .otherDiv{height: 80px; }

.on-menu header .dImg{display: none; }
.on-menu header .hImg{display: block; }
.on-menu header .rightDiv .menu>ul>li>a{color: #333; }
.on-menu header .langDiv>a{color: #333; }
.on-menu header .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }

.on-fixed header{background: rgba(255,255,255,1); }
.on-fixed header .dImg{display: none; }
.on-fixed header .hImg{display: block; }
.on-fixed header .rightDiv .menu>ul>li>a{color: #333; }
.on-fixed header .langDiv>a{color: #333; }
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center; }
.on-fixed header .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }

header.onHover {background: rgba(255,255,255,1); }
header.onHover .dImg{display: none; }
header.onHover .hImg{display: block; }
header.onHover .rightDiv .menu>ul>li>a{color: #333; }
header.onHover .rightDiv .menu>ul>li:hover>a,
header.onHover .rightDiv .menu>ul>li.on>a{color: #009fde;font-weight: bold; }
header.onHover .langDiv>a{color: #333; }
header.onHover .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }
header.onHover .mbtn{background: url(../img/menu1.png) no-repeat center center; }


.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}
.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>li.has-sub>a{padding-right:0}
.menu ul li.default ul{position:absolute;left:50%;text-align: center;width: max-content;transform: translateX(-50%);/* opacity: 0;visibility: hidden;transition: transform .6s; */ display: none;}
.menu li.default:hover>ul{/* opacity: 1;visibility: visible;transform: translate(-50%,0); */ display: block;}
header .rightDiv .menu>ul>li.default{position: relative;}
header .rightDiv .menu>ul>li.default ul{min-width: 160px;background: #fff; width: max-content;padding: 10px 10px;border-radius: 20px;box-shadow: 0px 7px 27px rgba(218,218,218,.5); }
header .rightDiv .menu>ul>li.default li{display: block;float: initial;width: 100%;margin: 10px 0; }
header .rightDiv .menu>ul>li.default li a{font-size: 16px;color: #333333;font-weight: normal;text-align: center;text-transform: capitalize;padding: 7px 20px;}
header .rightDiv .menu>ul>li.default li a:hover{color: #009fde;background: #f0f5f7;border-radius: 20px; }

header .rightDiv .menu>ul>li.default>.mega-menu{
	left: 50%;
	top: 100%;
	display: none;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0px 7px 27px rgba(218,218,218,.5);
	padding: 10px;
	border-radius: 20px;
	width: max-content;
	min-width: 160px;
	white-space: nowrap;
}
header .rightDiv .menu>ul>li.default:hover>.mega-menu,
header .rightDiv .menu>ul>li.default.open-mega>.mega-menu{
	display: block;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li{
	width: 100%;
	margin: 10px 0;
	background: transparent;
	box-shadow: none;
	position: relative;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>a{
	padding: 7px 20px;
	text-align: center;
	font-size: 16px;
	line-height: 1.45;
	border-radius: 20px;
	position: relative;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>a::after{
	display: none;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li:hover>a{
	color: #009fde;
	background: #f0f5f7;
	border-radius: 20px;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul{
	position: absolute;
	left: 100%;
	top: -10px;
	min-width: 160px;
	transform: none;
	display: none;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 7px 27px rgba(218,218,218,.5);
}
header .rightDiv .menu>ul>li.default>.mega-menu>li:hover>ul{display: block;}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li{
	margin: 10px 0;
	position: relative;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>a{
	padding: 7px 20px;
	text-align: center;
	border-radius: 20px;
	position: relative;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>a::after{
	display: none;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li:hover>a{
	color: #009fde;
	background: #f0f5f7;
	border-radius: 20px;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>ul{
	position: absolute;
	left: 100%;
	top: -10px;
	min-width: 190px;
	transform: none;
	display: none;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 7px 27px rgba(218,218,218,.5);
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li:hover>ul{display: block;}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>ul>li{
	margin: 10px 0;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>ul>li>a{
	padding: 7px 20px;
	text-align: center;
	border-radius: 20px;
}
header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>ul>li>a:hover{
	color: #009fde;
	background: #f0f5f7;
}


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


#menu { position: fixed; right: 25px; top: 50%; transform: translateY(-50%); padding: 0; list-style-type: none; z-index: 70;}
#menu li{cursor: pointer;width: initial;margin: 20px 0;}
#menu a{font-size: 14px;color: #333333;}
#menu a span{display: none;writing-mode: vertical-lr; }
#menu a i{width: 6px;height: 6px;background: #999999;display: block;margin: 0 auto; }
#menu .active a span{display: block;}
#menu .active a i{display: none; }
#menu.on li a i{background: #fff; }
#menu.on li a{color: #fff; }

/****底部***/
.footerDiv{background: #f0f4f7;}
.footerDiv .hdDiv{padding: 60px 0 30px; border-top: 1px solid #009fde;border-bottom: 1px solid #cccccc;align-items: flex-start;position: relative; }
.footerDiv .hdDiv .flexbet{align-items: flex-start; }
.footerDiv .hdDiv .hlDiv{width: 16.4%; }
.footerDiv .hdDiv .logoDiv img{max-height: 60px; }
.footerDiv .hdDiv .shareDiv{margin-top: 60px;flex-wrap: wrap; }
.footerDiv .hdDiv .shareDiv a{display: block;position: relative;margin: 0 10px 10px 0; }
.footerDiv .hdDiv .shareDiv a:last-child{margin-right: 0; }
.footerDiv .hdDiv .shareDiv a span{width: 48px; }
.footerDiv .hdDiv .shareDiv a img.hImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover img.dImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover img.hImg{display: block; }
.footerDiv .hdDiv .shareDiv a .ewmDiv{position: absolute;left: 50%;bottom: calc(100% + 10px);width: 100px;height: 100px;padding: 0;background: #fff;border-radius: 10px;transform: translateX(-50%);display: none;overflow: hidden;box-shadow: 0px 0px 28px rgba(211,211,211,.44); }
.footerDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }
.footerDiv .hdDiv .listDiv{margin:0 0 0 4vw;}
.footerDiv .hdDiv .listDiv>span{margin-bottom: 25px;font-weight: bold;color: #333333;display: block; }
.footerDiv .hdDiv .listDiv>span a{color: #333;font-size: 18px; }
.footerDiv .hdDiv .aDiv a{color: #666666;display: block;margin-bottom: 12px;text-align: left;}
.footerDiv .hdDiv .aDiv a:hover{color: #009fde; }
.footerDiv .hdDiv .aDiv p{color: #666666;margin-top: 12px; }
.footerDiv .bdDiv{color: #666666;padding: 30px 0;font-size: 14px; }
.footerDiv .bdDiv a{color: #666666; }

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

/*banner轮播*/
.banner1{width: 100%;position:relative;height: 100%;}
.banner1 .img{width: 100%;display: block;height: 48.9583vw;background: none no-repeat center;background-size: cover;}
.banner1 .img>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover; }
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 30px; }
.banner1 .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;opacity:.6;}
.banner1 .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
.banner1 .swiper-button-prev,.banner1 .swiper-button-next{width: 60px;height: 60px;margin-top: -30px;border-radius: 50%; }
.banner1 .swiper-button-prev{left: 3vw;background: url(../img/left.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.banner1 .swiper-button-next{right: 3vw;background: url(../img/right.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.banner1 .swiper-button-prev:hover{background: url(../img/left_.png) rgba(255,255,255,1) no-repeat center center/12px;}
.banner1 .swiper-button-next:hover{background: url(../img/right_.png) rgba(255,255,255,1) no-repeat center center/12px; }

.f60{font-size: 60px; }
.f54{font-size: 54px; }
.f52{font-size: 52px; }
.f50{font-size: 50px; }
.f48{font-size: 48px; }
.f46{font-size: 46px; }
.f36{font-size: 36px }
.f33{font-size: 33px; }
.f30{font-size: 30px; }
.f28{font-size: 28px; }
.f24{font-size: 24px;}
.f21{font-size: 21px;}
.f20{font-size: 20px; }
.f18{font-size: 18px; }

.bold{font-weight: bold; }

.indexTitle{position: relative;}
.indexTitle.tc{text-align: center;}
.indexTitle span{position: relative;display: block;color: #009fde;text-transform: uppercase; }
.indexTitle p{color: #333333;line-height: 1; }
.indexTitle.cfff span,.indexTitle.cfff p{color: #fff;}

 a.imoreBtn{width: 120px;height: 36px;font-size: 14px;border-radius: 20px;border: 1px solid #FFF;position: relative;overflow: hidden; }
 a.imoreBtn::before {left: 0px;bottom: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: 0.5s 0.1s;background: #009fde;}
 a.imoreBtn em{position: relative;z-index: 1;display: block;}

a.imoreBtn em:after {
	display: inline-block;
	margin-left: 10px;
	width: 8px;
	height: 14px;
	content: "";
	background: url(../img/more.png) no-repeat right center/100%;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	top: 1px;
	filter: brightness(0);
}
a.imoreBtn:hover em:after {
	filter: brightness(0) invert(1);
}
 a.imoreBtn:hover{border-color: #009fde;color: #fff; }
 a.imoreBtn:hover::before{bottom: 0;width: 120%;height: 120%; }
 a.imoreBtn:hover em:after{background: url(../img/more1.png) no-repeat right center/100%; }

/* a.imoreBtn img{margin-left: 16px;transition: all .5s; }
 a.imoreBtn:hover img{transform: translateX(10px); } */
 
.imgOver{position: relative; }
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.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: 100%;max-height: 100%;object-fit: contain; }

.indexDiv1 {padding: 150px 0; }
.indexDiv1 .bdDiv{margin-top: 45px; }
.indexDiv1 ul{margin: 0 -10px; }
.indexDiv1 ul li{width: 20%;transition: all .5s;position: relative;z-index: 2;overflow: hidden; }
.indexDiv1 ul li .conDiv{height: 33.85vw;position: relative;margin: 0 10px;border-radius: 20px;overflow: hidden;align-items: flex-end; }
.indexDiv1 ul li .conDiv::before{content: "";width: 100%;height: 100%;background: rgba(0,0,0,.5);position: absolute;left: 0;top: 0; }
.indexDiv1 ul li .textDiv{color: #fff;text-align: center;z-index: 1;position: absolute;width: 40vw;padding: 30px 30px;display: flex;flex-direction: column;justify-content: stretch;align-items: center; }
.indexDiv1 ul li .textDiv img{max-width: 60px;width: 50%; }
.indexDiv1 ul li .textDiv .title span{display: block;margin-top: 15px;font-size: 20px; }
.indexDiv1 ul li .textDiv .title p{opacity: 0;display: none; }
.indexDiv1 ul li .textDiv .title a{opacity: 0;margin: 0 0 0 auto; }
.indexDiv1 ul li.on{width: 50%; }
.indexDiv1 ul li.on .conDiv::before{background: transparent; }
.indexDiv1 ul li.on .textDiv{text-align: left;width: 100%;background: rgba(240,244,247,.95);border-radius: 20px;color: #333;align-items: flex-start;flex-direction: row;justify-content: space-between; }
.indexDiv1 ul li.on .textDiv .title{width: calc(100% - 80px); }
.indexDiv1 ul li.on .textDiv .title span{font-size: 28px;margin-top: 0; }
.indexDiv1 ul li.on .textDiv .title p{opacity: 1;transition: all .5s;color: #666;display: -webkit-box;margin: 10px 0 20px; }
.indexDiv1 ul li.on .textDiv .title a{opacity: 1; }
.indexDiv1 ul li.on .textDiv{z-index: 2; }

.indexDiv2{background: #f7f7f7;padding: 150px 0; }
.indexDiv2 .hdDiv {margin: 40px 0; }
.indexDiv2 .hdDiv a{width: 300px;height: 80px;margin: 0 15px;background: #fff;border-radius: 10px;color: #333333; }
.indexDiv2 .hdDiv a span{width: 60px;height: 60px;border-radius: 50%;background: #f0f4f7;margin-right: 15px; }
.indexDiv2 .hdDiv a img{height: 32px; }
.indexDiv2 .hdDiv a .hImg{display: none; }
.indexDiv2 .hdDiv a.on .dImg{display: none; }
.indexDiv2 .hdDiv a.on .hImg{display: block; }
.indexDiv2 .hdDiv a.on{color: #fff;background: linear-gradient(to right,#026cac,#009fde); }
.indexDiv2 .hdDiv a.on span{background: #009fde; }
.indexDiv2 .bdDiv .rowDiv{display: none; }
.indexDiv2 .bdDiv .rowDiv.on{display: block; }
.indexDiv2 .bdDiv .row>div a{display: block;background: #FFF;border-radius: 20px;overflow: hidden;border: 1px solid rgba(0,159,222,0);padding: 30px;height: 100%; }
.indexDiv2 .bdDiv .row>div a .imgDiv{padding-top: 101.3%; }
.indexDiv2 .bdDiv .row>div a .title{color: #333333;margin-top: 20px;text-align: center; }
.indexDiv2 .bdDiv .row>div a:hover{border: 1px solid rgba(0,159,222,1); }
.indexDiv2 .bdDiv .row>div a:hover .title{color: #009fde; }
.indexDiv2 .bdDiv .moreDiv{margin-top: 80px; }
.indexDiv2 .bdDiv .moreDiv a{width: 240px;height: 50px;border-radius: 40px;font-size: 16px; }

.indexDiv3{padding: 12.5vw 0; }
.indexDiv3 .bdDiv{max-width: 1200px;margin: 0 0 0 auto; }
.indexDiv3 .bdDiv .textDiv{color: #fff;padding-right: 8.35vw;padding-left: 30px; } 
.indexDiv3 .bdDiv .textDiv .p{margin: 40px 0;line-height: 1.8; }
.indexDiv3 .bdDiv .textDiv a.imoreBtn{background: #fff;border: 0; }
.indexDiv3 .bdDiv .dataDiv{margin-top: 60px;background: #edf6ff;padding: 4vw 8.35vw 4vw 30px;border-radius: 40px 0 0 40px; }
.indexDiv3 .bdDiv .dataDiv ul li img{width: 80px;margin-right: 20px; }
.indexDiv3 .bdDiv .dataDiv ul li .num{color: #009fde;line-height: 1;margin-bottom: 5px; }
.indexDiv3 .bdDiv .dataDiv ul li .num sub{bottom: -.8em; }

.indexDiv4{padding: 160px 0; }
.indexDiv4 .hdDiv {margin: 40px 0; }
.indexDiv4 .hdDiv a{width: 180px;height: 50px;margin: 0 15px;background: #fff;border-radius: 30px;color: #333333; }
.indexDiv4 .hdDiv a.on{color: #fff;background: linear-gradient(to right,#026cac,#009fde); }
.indexDiv4 .bdDiv .rowDiv{display: none; }
.indexDiv4 .bdDiv .rowDiv.on{display: block; }
.indexDiv4 .bdDiv .rowDiv .flexDiv{align-items: stretch; }
.indexDiv4 .bdDiv .rowDiv .rlDiv{width: calc(39.815% - 15px); }
.indexDiv4 .bdDiv .rowDiv .rlDiv a{display: block;height: 100%;position: relative;border-radius: 20px;overflow: hidden; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .imgDiv{height: 100%; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv{position: absolute;top: 50px;left: 0;width: 100%;padding: 0 30px;color: #fff; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv .title{width: calc(100% - 130px); }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv .date{width: 70px;height: 70px;border: 1px solid #fff;border-radius: 10px;flex-direction: column;line-height: 1; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv .date span{margin-bottom: 5px; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .moreBtn{position: absolute;left: 30px;bottom: 3.15vw;width: 60px;height: 60px;background: #009fde;border-radius: 50%; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .moreBtn img{width: 8px; }
.indexDiv4 .bdDiv .rowDiv .rrDiv{width: calc(60.185% - 15px); }
.indexDiv4 .bdDiv .row>div a{position: relative;border-radius: 20px;overflow: hidden;background: #fff;height: 100%;border: 1px solid #fff;padding: 30px 10px;flex-direction: column;align-items: stretch;  }
.indexDiv4 .bdDiv .row>div a .imgDiv{padding-top: 100%;border-radius: 20px;overflow: hidden;margin: 30px 0; }
.indexDiv4 .bdDiv .row>div a .textDiv{flex: 1;padding: 0 10px; }
.indexDiv4 .bdDiv .row>div a .textDiv .title{color: #333;margin-top: 10px; }
.indexDiv4 .bdDiv .row>div a .textDiv .date{color: #666666; }
.indexDiv4 .bdDiv .row>div a .moreBtn {color: #666666;height: 24px;padding: 0 10px; }
.indexDiv4 .bdDiv .row>div a .moreBtn i{width: 8px;height: 14px;background: url(../img/more2.png) no-repeat center center/100%; }
.indexDiv4 .bdDiv .row>div a:hover{border-color: #009fde;box-shadow: 0px 0px 38px rgba(255,215,192,.44); }
.indexDiv4 .bdDiv .row>div a:hover .textDiv .title{color: #009fde; }
.indexDiv4 .bdDiv .row>div a:hover .moreBtn{color: #009fde; }
.indexDiv4 .bdDiv .row>div a:hover .moreBtn i{background: url(../img/more.png) no-repeat center center/100%; }


.nyBanner{margin-top: 100px;position: relative; }
.nyBanner .bgDiv .wrap{position:relative;height: 12.96vw;color: #fff; }
.nyBanner .textDiv span{font-size: 2.3vw;font-weight: bold; }
.nyBanner .textDiv p{font-size: 1vw; }


.breadcrumbDiv{font-size: 14px;color: #666666;}
.breadcrumbDiv img{margin-right: 10px;width: 17.5px; }
.breadcrumbDiv a{color: #666;}
.breadcrumbDiv a:hover{color: #009fde!important; }
.breadcrumbDiv span{color: #333;}
.twoMenuDiv a{color: #333333;position: relative;padding: 0 4vw;line-height: 60px; }
.twoMenuDiv a.on{color: #fff;background: #009fde; }
.locationDiv .searchDiv{width: 31.5%;max-width: 344px; }
.locationDiv .searchDiv form{width: 100%;position: relative; }
.locationDiv .searchDiv form input{width: 100%;border: 0; border-bottom: 1px solid #cccccc;padding: 10px 0;font-size: 14px; }
.locationDiv .searchDiv form button{position: absolute;right: 0;top: 0;border: 0;background: transparent;height: 100%; }
.locationDiv .searchDiv form button img{width: 16.5px; }

.locationDiv1{background: #017bbb; }
.locationDiv1 .breadcrumbDiv{height: 40px;color: #fff; }
.locationDiv1 .breadcrumbDiv a{color: #fff; }
.locationDiv1 .breadcrumbDiv a:hover{opacity: .8;color: #fff!important; }

.pd100{padding: 100px 0; }
.pd90{padding: 40px 0; }
.nyTitle{text-align: center;font-weight: 500; }
.nyTitle.tl{text-align: left; }

.newsDiv{background: #f8f8fa; }
.newsDiv .bdDiv .rowDiv{margin-bottom: 60px; }
.newsDiv .bdDiv .row>div{margin-top: 30px; }
.newsDiv .bdDiv .row>div a{display: block;position: relative;border-radius: 20px;overflow: hidden;background: #fff;padding: 20px;height: 100%;border: 1px solid #fff;  }
.newsDiv .bdDiv .row>div a .imgDiv{padding-top: 75.12%;border-radius: 20px;overflow: hidden; }
.newsDiv .bdDiv .row>div a .textDiv{padding-top: 25px; }
.newsDiv .bdDiv .row>div a .textDiv .date{color: #666666; }
.newsDiv .bdDiv .row>div a .textDiv .title{color: #333;margin-top: 10px; }
.newsDiv .bdDiv .row>div a:hover{border-color: #009fde;box-shadow: 0px 0px 38px rgba(255,215,192,.44); }
.newsDiv .bdDiv .row>div a:hover .textDiv .title{color: #009fde; }

.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 38px;margin: 0 5px;color: #333333; border-radius: 4px;font-size: 16px;width: 40px;background: #fff;border: 1px solid #cccccc; }
.pageDiv span{color: #fff;background: #009fde;border-color: #009fde; }


.newsDetailDiv{padding: 100px 0 100px;background: #EDF8FF; }
.newsDetailDiv .bdDiv{margin-top: 20px;align-items: flex-start; }
.newsDetailDiv .bdDiv .blDiv{width: 300px;position: sticky;top: 100px; }
.newsDetailDiv .bdDiv .brDiv{width:calc(100% - 330px);background: #fff;border-radius: 20px; }
.articleDiv {padding: 60px 5.4%; }
.articleDiv .ah{padding-bottom: 30px;border-bottom: 1px solid #e5e5e5; }
.articleDiv .titleDiv{font-size: 30px; }
.articleDiv .smTitleDiv{margin: 20px 0 0;color: #666666;flex-wrap: wrap; }
.articleDiv .smTitleDiv span{margin-right: 39px; }
.articleDiv .smTitleDiv span img{width: 18px;margin-right: 5px; }
.articleDiv .shareDiv {position: relative;color: #009fde; }
.articleDiv .shareDiv a{background: #fff;position: relative;width: 46px;height: 46px;border: 1px solid #cccccc;border-radius: 50%;margin-left: 10px; }
.articleDiv .shareDiv a img{width: 22px; }
.articleDiv .shareDiv a .hImg{display: none; }
.articleDiv .shareDiv a:hover .dImg{display: none; }
.articleDiv .shareDiv a:hover .hImg{display: block; }
.articleDiv .shareDiv a:hover{background: #009fde;border-color: #009fde; }
.articleDiv .shareQrcodeBox{position: absolute;left: 0;bottom: calc(100% + 14px);z-index: 30;width: 180px;padding: 14px;background: #fff;border-radius: 8px;box-shadow: 0 8px 26px rgba(0,0,0,.16);text-align: center;color: #333;display: none; }
.articleDiv .shareQrcodeBox.show{display: block; }
.articleDiv .shareQrcodeBox:after{content: "";position: absolute;left: 24px;bottom: -8px;border-width: 8px 8px 0;border-style: solid;border-color: #fff transparent transparent; }
.articleDiv .shareQrcodeBox img{width: 150px;height: 150px;display: block;margin: 0 auto; }
.articleDiv .shareQrcodeBox p{margin: 8px 0 0;font-size: 13px;line-height: 1.5;color: #666; }
.articleDiv .shareQrcodeBox .shareQrcodeTips{margin-top: 6px;font-size: 12px;line-height: 1.4;color: #999; }
.articleDiv .shareToast{position: fixed;left: 50%;bottom: 8%;z-index: 9999;max-width: 80%;padding: 10px 18px;background: rgba(0,0,0,.76);border-radius: 4px;color: #fff;font-size: 14px;line-height: 1.5;transform: translateX(-50%);display: none; }
.articleDiv .shareToast.show{display: block; }
.articleDiv .textDiv{padding: 40px 0;color: #666666;line-height: 2; }
.articleDiv .textDiv p{margin-top: 15px; }
.newsDetailDiv .fanyeDiv{padding: 30px 5.4%;border-top: 1px solid #f5f6f8; }
.newsDetailDiv .fanyeDiv a{color: #666666; }
.newsDetailDiv .fanyeDiv a.prevBtn img{margin-right: 10px; }
.newsDetailDiv .fanyeDiv a.nextBtn{text-align: right; } 
.newsDetailDiv .fanyeDiv a.nextBtn img{margin-left: 10px; }
.newsDetailDiv .fanyeDiv a img{width: 8px; }
.newsDetailDiv .fanyeDiv a .hImg{display: none; }
.newsDetailDiv .fanyeDiv a:hover .dImg{display: none; }
.newsDetailDiv .fanyeDiv a:hover .hImg{display: block; }
.newsDetailDiv .fanyeDiv a:hover{color: #009fde; }
.newsDetailDiv .fanyeDiv a.backBtn{margin: 0 20px; }
.newsDetailDiv .fanyeDiv a.backBtn img{width: 20px;margin-right: 11px; }


.newsDetailDiv .bdDiv .blDiv>div{overflow: hidden;background: #fff;border-radius: 20px;padding: 30px 20px 0; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv{margin-bottom: 30px; }
.newsDetailDiv .bdDiv .blDiv .th{font-size: 24px; }
.newsDetailDiv .bdDiv .blDiv .th i{width: 6px;height: 24px;background: #009fde;border-radius: 3px;margin-right: 10px; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li a{padding: 25px 0;border-bottom: 1px solid #e5e5e5; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li:last-child a{border-bottom: 0; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .imgDiv{width: 100px;height: 75px;border-radius: 10px;overflow: hidden; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .textDiv{width: calc(100% - 110px); }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .date{font-size: 14px;color: #666666; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .title{color: #333;margin-top: 5px; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li a:hover .title{color: #009fde; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li a{padding: 25px 0;border-bottom: 1px solid #e5e5e5;display: block; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li:last-child a{border-bottom: 0; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li .title{color: #333; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li .p{font-size: 14px;color: #999999;margin: 5px 0; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li .date{font-size: 14px;color: #666666; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li a:hover .title{color: #009fde; }
.newsDetailDiv .bdDiv .blDiv .xgalDiv .tb ul li .imgDiv{height: 63px; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb{padding-bottom: 30px; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li{margin-top: 20px; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a{display: block;background: url(../img/p-bg.jpg) no-repeat center center/cover;border-radius: 20px;overflow: hidden;border: 1px solid rgba(0,159,222,0);padding: 30px;border: 1px solid #d7ebfa; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a .imgDiv{padding-top: 101.3%; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a .title{color: #333333;margin-top: 20px;text-align: center; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a:hover{border: 1px solid rgba(0,159,222,1); }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a:hover .title{color: #009fde; }

.contactDiv .hdDiv{position: relative;background: #EDF8FF; }
.contactDiv .hdDiv .rowDiv{margin-top: 40px; }
.contactDiv .hdDiv .row>div .conDiv{background: #fff;border-radius: 20px;padding: 0 30px;text-align: center;height: 100%; }
.contactDiv .hdDiv .row>div .conDiv .ch{padding: 30px 0 20px;border-bottom: 1px solid #e5e5e5; }
.contactDiv .hdDiv .row>div .conDiv .ch img{max-width: 60px;display: block;margin: 0 auto 10px; }
.contactDiv .hdDiv .row>div .conDiv .cb{padding: 20px 0 30px;color: #666666;line-height: 1.7; }
.contactDiv .hdDiv .row>div .conDiv .cb a{color: #333; }

.contactDiv .hdDiv .shareDiv{margin: 0 -8px;flex-wrap: wrap;  }
.contactDiv .hdDiv .shareDiv a{display: block;position: relative;margin: 0 8px 10px; }
.contactDiv .hdDiv .shareDiv a span{width: 48px; }
.contactDiv .hdDiv .shareDiv a img.hImg{display: none; }
.contactDiv .hdDiv .shareDiv a:hover img.dImg{display: none; }
.contactDiv .hdDiv .shareDiv a:hover img.hImg{display: block; }
.contactDiv .hdDiv .shareDiv a .ewmDiv{position: absolute;left: 50%;bottom: calc(100% + 10px);width: 100px;height: 100px;padding: 0;background: #fff;border-radius: 10px;transform: translateX(-50%);display: none;overflow: hidden;box-shadow: 0px 0px 28px rgba(211,211,211,.44); }
.contactDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }

.contactDiv .formDiv{width: 68%; }
.contactDiv .formDiv form{margin-top: 40px; }
.contactDiv .formDiv .row>div{margin-bottom: 40px; } 
.contactDiv .formDiv .row>div p{margin-bottom: 8px;font-size: 18px; }
.contactDiv .formDiv .row>div p em{color: #ff3600; }
.contactDiv .formDiv .row>div .inputDiv{position: relative; }
.contactDiv .formDiv .row>div .inputDiv input{width: 100%;line-height: 48px;border: 1px solid #f5f6f8;border-radius: 10px;padding: 0 20px;background: #f5f6f8; }
.contactDiv .formDiv .row>div .inputDiv input:focus{border-color: #009fde; }
.contactDiv .formDiv .row>div .inputDiv input.focus{border-color: #009fde; }
.contactDiv .formDiv .row>div .inputDiv .tishi{position: absolute;bottom: -25px;left: 10px;color: #009fde;font-size: 12px; }
.contactDiv .formDiv .row>div .inputDiv textarea{width: 100%;height: 180px;border: 1px solid #f5f6f8;border-radius: 10px;padding: 10px 20px;resize: none;background: #f5f6f8; }
.contactDiv .formDiv .btnDiv button{width: 200px;height: 50px;border-radius: 25px;border: 0;cursor: pointer;font-weight: 400;background: linear-gradient(to right,#026cac,#009fde);color: #fff; }
.contactDiv .formDiv .btnDiv button img{width: 24px;margin-right: 11px; }
.contactDiv .formDiv .btnDiv button:hover{background: #009fde; }
.contactDiv .imgDiv{width: 27.8%;border-radius: 20px;overflow: hidden; }


.productDiv{background: #EDF8FF; }
.productDiv .bdDiv{align-items: flex-start;margin-top: 50px; }
.productDiv .bdDiv .blDiv{width: 22.85%; }
.productDiv .bdDiv .blDiv .searchDiv{margin-bottom: 20px; }
.productDiv .bdDiv .blDiv .searchDiv form{width: 100%;position: relative; }
.productDiv .bdDiv .blDiv .searchDiv form input{width: 100%;line-height: 50px;padding: 0 60px 0 30px;background: #009fde;border-radius: 20px;border: 0; }
.productDiv .bdDiv .blDiv .searchDiv form input::placeholder{color:#FFF}
.productDiv .bdDiv .blDiv .searchDiv form button{width: 20px;position: absolute;right: 30px;top: 0;height: 50px;background: transparent;border: 0;z-index: 1;justify-content: flex-end;padding: 0;cursor: pointer; }
.productDiv .bdDiv .blDiv .searchDiv form button img{width: 16.5px; }
.productDiv .bdDiv .blDiv .cateDiv{background: #fff;padding: 0 30px;border-radius: 20px; }
.productDiv .bdDiv .blDiv .cateDiv ul>li{padding: 30px 0;border-bottom: 1px solid #e5e5e5; }
.productDiv .bdDiv .blDiv .cateDiv ul>li>a{color: #333333; }
.productDiv .bdDiv .blDiv .cateDiv ul>li>a i img{width: 14px; }
.productDiv .bdDiv .blDiv .cateDiv ul>li .aDiv{display: none; }
.productDiv .bdDiv .blDiv .cateDiv ul>li .aDiv a{display: block;margin-top: 15px;font-weight: 400;text-align: left;line-height: 38px;padding-left: 10px;color: #666666;} 
.productDiv .bdDiv .blDiv .cateDiv ul>li .aDiv a.on,.productDiv .bdDiv .blDiv .cateDiv ul>li .aDiv a:hover{color: #FFF;height: 40px;background: #009fde;border-radius: 20px;}
.productDiv .bdDiv .blDiv .cateDiv ul>li.on .aDiv{display: block; }
.productDiv .bdDiv .blDiv .cateDiv ul>li.on>a i{transform: rotate(-180deg); }
.productDiv .bdDiv .blDiv .cateDiv ul>li:last-child{border-bottom: 0; }

.productDiv .bdDiv .brDiv{width: 74.4%; }
.productDiv .bdDiv .row>div{display: flex;margin-bottom: 30px; }
.productDiv .bdDiv .row>div a{display: flex;flex-direction: column;width: 100%;background:#FFF;border-radius: 20px;overflow: hidden;border: 1px solid rgba(0,159,222,0);padding: 30px; }
.productDiv .bdDiv .row>div a .imgDiv{padding-top: 101.3%; }
.productDiv .bdDiv .row>div a .title{min-height: 54px;line-height: 1.5;display: flex;align-items: center;justify-content: center;color: #333333;margin-top: 20px;text-align: center; }
.productDiv .bdDiv .row>div a:hover{border: 1px solid rgba(0,159,222,1); }
.productDiv .bdDiv .row>div a:hover .title{color: #009fde; }

.productDetailDiv .hdDiv{background: #fff;border-radius: 20px;padding: 60px 4.2%;margin: 30px 0;align-items: flex-start; }
.productDetailDiv .hdDiv .imgDiv{width: 31.4%;border: 1px solid #009fde;border-radius: 20px;padding: 30px;background: url(../img/p-bg.jpg) no-repeat center center/cover; }
.productDetailDiv .hdDiv .textDiv{width: 64%; }
.productDetailDiv .hdDiv .textDiv .p1{color: #666666;margin: 20px 0 30px;line-height: 1.8; }
.productDetailDiv .hdDiv .textDiv .p2{padding: 10px 0;border-top: 1px dashed #cccccc;border-bottom: 1px dashed #cccccc; }
.productDetailDiv .hdDiv .textDiv .p2 p{margin: 15px 0; }
.productDetailDiv .hdDiv .textDiv .p2 p span{color: #999999; }
.productDetailDiv .hdDiv .textDiv a{width: 230px;height: 50px;background: linear-gradient(to right,#026cac,#009fde);color: #fff;border-radius: 25px;margin-top: 30px;transition: all .5s; } 
.productDetailDiv .hdDiv .textDiv a:hover{background: #026cac; }
.productDetailDiv .bdDiv .brDiv .tabsDiv{height: 60px;background: #009fde;color: #fff;border-radius: 20px 20px 0 0;color: #fff; }
.productDetailDiv .bdDiv .brDiv .tabsDiv a{color: #fff;position: relative;padding: 0 10px; } 
.productDetailDiv .bdDiv .brDiv .tabsDiv a.on:after{content: "";width: 100%;height: 4px;background: #fff;border-radius: 2px;position: absolute;left: 0;bottom: -7px; }
.productDetailDiv .bdDiv .brDiv .tabsCon .itemDiv{padding: 60px 5.6%;color: #666666;display: none;min-height: 500px; }
.productDetailDiv .bdDiv .brDiv .tabsCon .itemDiv.on{display: block; }
.productDetailDiv .bdDiv .brDiv .tabsCon .itemDiv p{margin: 0 0 20px; }

.aboutDiv1 {background: #f8f8fa; }
.aboutDiv1 .textDiv{margin: 20px 0 30px;line-height: 1.8; }
.aboutDiv1 .lunboDiv {position: relative; }
.aboutDiv1 .lunboDiv .imgDiv{padding-top: 42.86%;border-radius: 20px;overflow: hidden; }
.aboutDiv1 .lunboDiv ul{position: absolute;bottom: 30px;left: 30px;z-index: 1; }
.aboutDiv1 .lunboDiv ul li{margin-right: 10px; }
.aboutDiv1 .lunboDiv ul li a{width: 200px;height: 60px;background: #fff;border-radius: 10px;overflow: hidden;color: #333; }
.aboutDiv1 .lunboDiv ul li.on a{background: #009fde;color: #fff; }
.aboutDiv1 .lunboDiv .btnDiv{position: absolute;right: 30px;bottom: 30px; }
.aboutDiv1 .lunboDiv .btnDiv>div{position: relative;top: 0;margin-top: 0;width: 60px;height: 60px;border-radius: 50%;left: initial;right: initial; }
.aboutDiv1 .lunboDiv .btnDiv .swiper-button-prev{margin-right: 20px;background: url(../img/left.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.aboutDiv1 .lunboDiv .btnDiv .swiper-button-next{background: url(../img/right.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.aboutDiv1 .lunboDiv .btnDiv .swiper-button-prev:hover{background: url(../img/left_.png) rgba(255,255,255,1) no-repeat center center/12px; }
.aboutDiv1 .lunboDiv .btnDiv .swiper-button-next:hover{background: url(../img/right_.png) rgba(255,255,255,1) no-repeat center center/12px; }

.aboutDiv2{position: relative; }
.aboutDiv2 .bdDiv .blDiv{width: 46.43%; }
.aboutDiv2 .bdDiv .blDiv .textDiv{margin-top: 40px;line-height: 1.7; }
.aboutDiv2 .bdDiv .brDiv{width: 47.86%;border-radius: 20px;overflow: hidden; }
.aboutDiv2 .dataDiv{margin-top: 60px; }
.aboutDiv2 .dataDiv ul li img{width: 80px;margin-right: 20px; }
.aboutDiv2 .dataDiv ul li .num{color: #009fde;line-height: 1;margin-bottom: 5px; }
.aboutDiv2 .dataDiv ul li .num sub{bottom: -.8em; }

.aboutDiv3{background: #f8f8fa; }
.aboutDiv3 .bdDiv .row>div {margin-top: 30px; }
.aboutDiv3 .bdDiv .row>div .conDiv{height: 420px;padding: 30px;position: relative;border-radius: 20px;overflow: hidden; }
.aboutDiv3 .bdDiv .row>div .conDiv .textDiv{position: relative;z-index: 2; }
.aboutDiv3 .bdDiv .row>div .conDiv .icon{border: 1px solid #009fde;border-radius: 50%;width: 60px;height: 60px; }
.aboutDiv3 .bdDiv .row>div .conDiv .icon .hImg{display: none; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .icon{border-color: #fff; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .icon .dImg{display: none; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .icon .hImg{display: block; }
.aboutDiv3 .bdDiv .row>div .conDiv span{display: block;margin: 10px 0 5px; }
.aboutDiv3 .bdDiv .row>div .conDiv p{color: #666; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover::before{content: "";width: 100%;height: 100%;background: linear-gradient(to top,#026cac,#009fde);opacity: .8;position: absolute;left: 0;top: 0;z-index: 1; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover span{color: #fff; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover p{color: #fff; }


.aboutDiv4{overflow: hidden; }
.aboutDiv4 .nyTitle{color: #fff; }
.aboutDiv4 .bdDiv{margin-top: 35px;position: relative; }
.aboutDiv4 .bdDiv::before{content: "";width: 100vw;height: 1px;background: rgba(255,255,255,.5);position: absolute;left: 50%;top: 168px;transform: translateX(-50%); }
.aboutDiv4 .bdDiv .conDiv{text-align: center;color: #fff;transition: all .5s; }
.aboutDiv4 .bdDiv .conDiv .ch{font-size: 60px;line-height: 1;opacity: 0;transition: all .5s;  }
.aboutDiv4 .bdDiv .conDiv .yuan{width: 14px;height: 14px;background: #fff;border-radius: 50%;margin: 100px auto 30px;position: relative; }
.aboutDiv4 .bdDiv .conDiv .year{margin: 0 0 20px; }
.aboutDiv4 .bdDiv .conDiv .p{margin-bottom: 25px;opacity: 0;transition: all .5s;  }
.aboutDiv4 .bdDiv .imgDiv{padding-top: 56.5%;border-radius: 20px;opacity: 0;transition: all .5s; }
.aboutDiv4 .bdDiv .imgDiv img{border-radius: 20px;overflow: hidden; }
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .ch{opacity: 1;}
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .year{display: none;}
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .yuan::before{content: "";width: 30px;height: 30px;background: #009fde;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: -1; }
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .p{opacity: 1;}
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .imgDiv{opacity: 1;}
.aboutDiv4 .bdDiv .swiper-button-prev,.aboutDiv4 .bdDiv .swiper-button-next{width: 60px;height: 60px;border-radius: 50%;top: 138px;margin-top: initial; }
.aboutDiv4 .bdDiv .swiper-button-prev{background: url(../img/left2.png) #9db1bd no-repeat center center/12px; }
.aboutDiv4 .bdDiv .swiper-button-next{background: url(../img/right2.png) #9db1bd no-repeat center center/12px; }
.aboutDiv4 .bdDiv .swiper-button-prev:hover{background: url(../img/left2.png) #009fde no-repeat center center/12px; }
.aboutDiv4 .bdDiv .swiper-button-next:hover{background: url(../img/right2.png) #009fde no-repeat center center/12px; }

.aboutDiv5{background: #f8f8fa; }
.aboutDiv5 .nyTitle p{margin-top: 15px;font-weight: normal;line-height: 1.8; }
.aboutDiv5 .bdDiv{margin-top: 45px;position: relative; }
.aboutDiv5 .bdDiv .swiper-slide{height: initial; }
.aboutDiv5 .bdDiv .conDiv{padding: 20px;background: #fff;border-radius: 20px;border: 1px solid #e3e4e5;height: 100%; }
.aboutDiv5 .bdDiv .imgDiv{padding-top: 95.33%;border-radius: 20px;overflow: hidden; }
.aboutDiv5 .bdDiv .title{text-align: center;margin-top: 20px; }
.aboutDiv5 .bdDiv .btnDiv{position: relative;margin-top: 40px; }
.aboutDiv5 .bdDiv .btnDiv>div{position: relative;top: 0;margin-top: 0;width: 60px;height: 60px;border-radius: 50%;left: initial;right: initial; }
.aboutDiv5 .bdDiv .btnDiv .swiper-button-prev{margin-right: 20px;background: url(../img/left2.png) rgba(181,181,181,.7) no-repeat center center/12px; }
.aboutDiv5 .bdDiv .btnDiv .swiper-button-next{background: url(../img/right2.png) rgba(181,181,181,.7) no-repeat center center/12px; }
.aboutDiv5 .bdDiv .btnDiv .swiper-button-prev:hover{background: url(../img/left2.png) #009fde no-repeat center center/12px; }
.aboutDiv5 .bdDiv .btnDiv .swiper-button-next:hover{background: url(../img/right2.png) #009fde no-repeat center center/12px; }

.floatRightDiv{position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 999; }
.floatRightDiv ul{border-radius: 5px;overflow: hidden; }
.floatRightDiv ul li{width: 68px;margin: 1px 0; }
.floatRightDiv ul li a{height: 60px;background: #858585;color: #fff;flex-direction: column; }
.floatRightDiv ul li a img{width: 16px; }
.floatRightDiv ul li p{margin-top: 5px;font-size: 14px; }
.floatRightDiv ul li a:hover{background: #009fde; }
.floatRightDiv{display: flex;flex-direction: column;align-items: flex-end;gap: 8px;transition: transform .3s ease, opacity .3s ease; }
.floatRightDiv.is-hidden{transform: translate(100%, -50%);opacity: 0;pointer-events: none;}
.floatRightDiv .floatRightClose{
	width: 30px;
	height: 30px;
	border: 0;
	background: rgba(51,51,51,.86);
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	border-radius: 4px 0 0 4px;
	padding: 0;
}
.floatRightDiv .floatRightClose:hover{background: #009fde;}
.floatRightDiv .backBtn{
	width: 68px;
	height: 60px;
	background: #4f4f4f;
	color: #fff;
	flex-direction: column;
	border-radius: 5px 0 0 5px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
}
.floatRightDiv .backBtn.show{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.floatRightDiv .backBtn:hover{background: #009fde;}
.floatRightDiv .backBtn i{
	font-size: 18px;
	line-height: 1;
	font-style: normal;
}
.floatRightDiv .backBtn p{margin-top: 5px;font-size: 14px;}

/*body:after {
    content: ''; 
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/

@media (max-width:1440px) {
	.wrap{max-width: 88%; }
	
	.f60{font-size: 50px; }
	.f48{font-size: 40px; }
	
	a.imoreBtn { width: 110px;height: 32px; font-size: 14px;}
	a.imoreBtn em:after{width: 5px; }
	a.imoreBtn:hover em::before{width: 5px; }
	
	header .logo{width: 20%; }
	.aboutDiv1 .lunboDiv ul li a{width: 140px;height: 50px; }
}


@media (max-width:1220px) {
	.wrap{max-width: 94%; }
	
	.f60{font-size: 46px; }
	.f48{font-size: 36px; }
	
	.indexDiv1 ul li .conDiv{height: 400px; }
	.indexDiv1 ul li .textDiv{padding: 20px; }
	.indexDiv1 ul li .textDiv .title span{font-size: 18px; }
	.indexDiv1 ul li.on .textDiv .title span{font-size: 22px; }
	.indexDiv3 .bdDiv{width: 90%; }
	.indexDiv3 .bdDiv .dataDiv ul li img{width: 60px; }
	.aboutDiv2 .dataDiv ul li img{width: 60px;  }
	
	.productDiv .bdDiv .blDiv{width: 240px; }
	.productDiv .bdDiv .brDiv{width: calc(100% - 270px); }
}

@media (max-width:1100px) {
	/* header .rightDiv .menu>ul>li{margin: 0 1vw; }  */
	header .rightDiv .menu>ul>li>a{font-size: 15px;padding: 0 1vw; }
	.articleDiv .fanyeDiv a{width: calc((100% - 184px) / 2); }
	.articleDiv .fanyeDiv a.backBtn{width: 114px;margin: 0 30px; }
	.footerDiv .bdDiv .flexbet{flex-direction: column; }
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	
	.wrap{max-width: 100%;padding: 0 25px; }
	.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;}
	/*.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 30px;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:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:0px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.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;}
	
	header {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
		padding-top: 0;
		border-bottom-width: 3px;
	}
	header .logo a{height: 50px;width: initial;display: block;display: flex;justify-content: center;align-items: center;}
	header .logo a img{max-height: 70%;}
	header .mbtn {display: block;}
	body.on-menu header{background: #fff;}
	body.on-menu.on-fixed  header.indexHeader{background: #fff;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header.indexHeader .rightDiv .menu{background-color: background: #fff;}
	.on-fixed header .rightDiv .menu{
		background-color: #fff;
	}
	header .rightDiv .menu ul{float: 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.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
	header .rightDiv .menu>ul>li>a small{display: none;}
	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,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	/* .menu ul ul{box-shadow: none;padding: 0 10px; }
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;} */
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 0;}
	
	header.on,header.on .logo a,header.on .rightDiv .menu>ul>li>a,header.on .otherDiv{height: 50px; }
	header .otherDiv{float: initial;height: 50px;padding-right: 40px; }
	header .ssBtn{margin-right: 20px; }
/* 	header .searchDiv{position: relative;opacity: 1;transform: initial;visibility: visible; }
	header .searchDiv form{width: 100%;} */
	.menu ul ul,.menu li:hover>ul{opacity: 1;visibility: visible;transform: translateY(0);}
	.menu ul ul .flexcen{display: block; }
	.menu ul ul.ul{padding: 0 20px; }
	.menu ul ul .row>div{flex: 0 0 100%;max-width: 100%;border-top: 1px solid #eee; }
	.menu ul ul .row>div .conDiv{border-right: 0; }
/* 	header .rightDiv .menu ul ul a{line-height: initial;height: initial;margin-top: 10px; }
	header .rightDiv .menu ul ul .alist{overflow: hidden;margin-bottom: 10px; }
	header .rightDiv .menu ul ul .alist a{font-size: 14px;margin-top: 10px; } */
	.menu ul li.default ul{position: relative;opacity: 1;visibility: visible;transform: initial;transition: none;width: 100%; }
	.menu ul li.default:hover ul{transform: initial; }
	header .rightDiv .menu>ul>li.default ul{width: 100%;box-shadow: none;padding: 0;left: 0; }
	header .rightDiv .menu>ul>li.default ul li{border: 0;margin: 0; }
	header .rightDiv .menu>ul>li.default li a{text-align: left;font-size: 14px;padding: 0 20px; }
	header .rightDiv .menu>ul>li.default>.mega-menu{
		display: none;
		padding: 0;
		background: transparent;
	}
	header .rightDiv .menu>ul>li.default>.mega-menu>li,
	header .rightDiv .menu>ul>li.default>.mega-menu>li>ul,
	header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>ul{
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		min-width: 0;
		box-shadow: none;
		padding: 0;
		margin: 0;
		background: transparent;
	}
	header .rightDiv .menu>ul>li.default>.mega-menu>li.on>ul,
	header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li.on>ul{display: block;}
	header .rightDiv .menu>ul>li.default>.mega-menu>li>a,
	header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>a,
	header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>ul>li>a{
		height: 50px;
		line-height: 50px;
		padding: 0 44px 0 20px;
		font-size: 14px;
		background: transparent;
		color: #333;
	}
	header .rightDiv .menu>ul>li.default>.mega-menu>li>a::after,
	header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>a::after{
		right: 22px;
		width: 8px;
		height: 8px;
		border-top: 1px solid currentColor;
		border-right: 1px solid currentColor;
	}
	header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li>ul>li>a{padding-left: 40px;}
	header .rightDiv .menu>ul>li.default>.mega-menu>li.on>a,
	header .rightDiv .menu>ul>li.default>.mega-menu>li:hover>a,
	header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li:hover>a,
	header .rightDiv .menu>ul>li.default>.mega-menu>li>ul>li.on>a{
		background: #f0f5f7;
		color: #009fde;
	}

	
	.on-fixed header.nyHeader, .on-fixed header.nyHeader .rightDiv .menu>ul>li>a, .on-fixed header.nyHeader .otherDiv{height: 50px;}
	.on-fixed header.nyHeader .logo a{height: 36px; }
	
	
	.f60{font-size: 40px; }
	.f48{font-size: 30px; }
	
	.indexDiv2 .hdDiv a{margin: 0 10px;font-size: 14px; }
	.indexDiv2 .hdDiv a span{width: 50px;height: 50px;margin-right: 10px; }
	.indexDiv2 .hdDiv a span img{height: 25px; }
	.indexDiv3 .bdDiv .dataDiv ul li img{margin-right: 10px; }
	.aboutDiv2 .dataDiv ul li img{margin-right: 10px; }
	.nyBanner{margin-top: 50px; }

	
	.newsDetailDiv{padding: 50px 0; }
	
	.ihdDiv{flex-wrap: wrap; }
	.contactDiv .hdDiv .row>div .conDiv .cb a{margin: 0 5px 10px; }
	.contactDiv .hdDiv .shareDiv a span{width: 40px; }
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:768px) {
	
	html, body{min-width: initial;}
	.wrap{min-width: initial;padding: 0 15px; }
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{
		display: flex;
		right: 10px;
		gap: 6px;
	}
	.floatRightDiv ul li,
	.floatRightDiv .backBtn{width: 52px;}
	.floatRightDiv ul li a,
	.floatRightDiv .backBtn{height: 52px;}
	.floatRightDiv ul li p,
	.floatRightDiv .backBtn p{
		font-size: 11px;
		margin-top: 3px;
	}
	.floatRightDiv ul li a img{width: 14px;}
	.floatRightDiv .floatRightClose{
		width: 24px;
		height: 24px;
		font-size: 16px;
	}
	
	.f60{font-size: 30px; }
	.f54{font-size: 24px; }
	.f52{font-size: 28px; }
	.f50{font-size: 28px; }
	.f48{font-size: 22px; }
	.f46{font-size: 20px; }
	.f36{font-size: 26px; }
	.f33{font-size: 25px; }
	.f30{font-size: 24px; }
	.f28{font-size: 22px; }
	.f24{font-size: 19px; }
	.f21{font-size: 19px;}
	.f20{font-size: 17px; }
	.f18{font-size: 15px; }
	
	header .searchDiv{padding: 15px 0; }
	header .telDiv {display: none; }
	header .logo{width: auto; }
	header .logo a{height: 36px; }
	header .ssBtn{margin-right: 10px; }
	header .langDiv>a span{margin: 0 5px; }
	
	#menu{display: none; }
	
	
	.banner1 .img{height: 70vw;}
	.banner1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; }
	.banner1 .swiper-button-prev, .banner1 .swiper-button-next{width: 40px;height: 40px;margin-top: 0; }
	.banner1 .swiper-pagination-bullet{width: 6px;height: 6px; }
	
	a.imoreBtn{width: 100px;height: 30px;font-size: 12px; }
	a.imoreBtn em:after{top: 2px;width: 5px;margin-left: 5px; }
	a.imoreBtn em::before{top: 3px;margin-right: 5px; }
	a.imoreBtn em:hover::before{top: 3px;width: 5px; }

	.indexDiv1{padding: 50px 0; }
	.indexDiv1 .bdDiv{margin-top: 20px; }
	.indexDiv1 ul{flex-wrap: wrap; }
	.indexDiv1 ul li{width: 100%;margin: 5px 0; }
	.indexDiv1 ul li.on{width: 100%; }
	.indexDiv1 ul li .conDiv{height: 200px; }
	.indexDiv1 ul li .conDiv img{max-width: 40px; }
	.indexDiv1 ul li .textDiv{text-align: left;width: 100%;background: rgba(240, 244, 247, .95);border-radius: 20px;color: #333;align-items: center;flex-direction: row;justify-content: space-between;padding: 15px 20px; }
	.indexDiv1 ul li .textDiv .title {width: calc(100% - 50px);display: flex;align-items: center;justify-content: space-between; }
	.indexDiv1 ul li .textDiv .title span{margin-top: 0;font-size: 18px; }
	.indexDiv1 ul li .textDiv .title p{opacity: 1;transition: all .5s;color: #666;display: -webkit-box;margin: 10px 0;font-size: 14px;display: none; }
	.indexDiv1 ul li .textDiv .title a{opacity: 1; }
	.indexDiv1 ul li.on .textDiv{align-items: center; }
	.indexDiv1 ul li.on .textDiv .title{width: calc(100% - 50px); }
	.indexDiv1 ul li.on .textDiv .title span{font-size: 18px; }
	.indexDiv1 ul li.on .textDiv .title p{display: none; }
	
	.indexDiv2{padding: 50px 0; }
	.indexDiv2 .hdDiv{margin: 20px 0;flex-wrap: wrap; }
	.indexDiv2 .hdDiv a{height: 60px;width: auto;padding: 0 20px;margin: 0 5px 10px; }
	.indexDiv2 .hdDiv a span{width: 40px;height: 40px;margin-right: 10px; }
	.indexDiv2 .hdDiv a span img{height: 24px; }
	.indexDiv2 .bdDiv .row{margin: 0 -8px; }
	.indexDiv2 .bdDiv .row>div{padding: 0 8px;margin-bottom: 16px; }
	.indexDiv2 .bdDiv .row>div a{padding: 15px; }
	.indexDiv2 .bdDiv .moreDiv{margin-top: 40px; }
	.indexDiv2 .bdDiv .moreDiv a{width: 200px; }
	
	.indexDiv3{padding: 50px 0; }
	.indexDiv3 .bdDiv{width: 95%; }
	.indexDiv3 .bdDiv .textDiv .p{margin: 20px 0;font-size: 14px; }
	.indexDiv3 .bdDiv .dataDiv{padding: 0 20px; }
	.indexDiv3 .bdDiv .dataDiv ul{flex-wrap: wrap; }
	.indexDiv3 .bdDiv .dataDiv ul li{width: 50%;margin: 10px 0; }
	.indexDiv3 .bdDiv .dataDiv ul li .text{width: calc(100% - 70px); }
	.indexDiv3 .bdDiv .dataDiv ul li .text p{font-size: 14px; }
	.indexDiv3 .bdDiv .dataDiv ul li .num sub{bottom: -.4em; }
	
	.indexDiv4{padding: 60px 0; }
	.indexDiv4 .hdDiv{margin: 25px 0; }
	.indexDiv4 .hdDiv a{margin: 0 5px;height: 40px; }
	.indexDiv4 .bdDiv .rowDiv .flexDiv{display: block; }
	.indexDiv4 .bdDiv .rowDiv .rlDiv{width: 100%; }
	.indexDiv4 .bdDiv .rowDiv .rrDiv{width: 100%; }
	.indexDiv4 .bdDiv .rowDiv .rlDiv a{height: 240px; }
	.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv{top: 20px; }
	.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv .title{width: calc(100% - 80px); }
	.indexDiv4 .bdDiv .row>div{margin-top: 20px; }
	.indexDiv4 .bdDiv .row>div a .imgDiv{display: none; }
	
	.indexDiv5 .hdDiv{display: block; }
	.indexDiv5 .hdDiv .tabsDiv{margin-top: 20px; }
	.indexDiv5 .hdDiv .tabsDiv a:nth-child(1){margin-left: 0; }
	.indexDiv5 .hdDiv .tabsDiv a{padding: 5px 15px;font-size: 14px; }
	.indexDiv5 .bdDiv .row>div{margin-top: 20px; }
	.indexDiv5 .bdDiv .row>div a .textDiv .p{margin: 10px 0 20px; }
	.indexDiv5 .bdDiv .row>div a{padding: 15px; }
	.indexDiv5 .bdDiv .row>div ul li{margin-bottom: 20px; }
	
	
	.footerDiv .wrap1{display: block; }
	.footerDiv .hdDiv{padding: 30px 0;text-align: center;  }
	.footerDiv .hdDiv .hlDiv{width: 100%; }
	.footerDiv .hdDiv .logoDiv img{max-height: 40px; }
	.footerDiv .hdDiv .shareDiv{margin: 20px 0 0;justify-content: center; }
	.footerDiv .hdDiv .shareDiv a{margin: 0 10px 0 0; }
	.footerDiv .hdDiv .listDiv{width: 100%;margin: 20px 0 0; }
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 0;text-align: left; }
	.footerDiv .hdDiv .aDiv{display: flex;flex-direction: row;flex-wrap: wrap; }
	.footerDiv .hdDiv .aDiv a{margin-right: 15px;margin-top: 10px;margin-bottom: 0; }
	.footerDiv .bdDiv{padding: 20px 0;text-align: center; }
	.footerDiv .bdDiv .blDiv{margin-bottom: 10px; }
	
	.nyBanner .bgDiv .wrap{height: 40vw;}
	.nyBanner .textDiv span{font-size: 16px;}
	
	.breadcrumbDiv{font-size: 12px;flex-wrap: wrap; }
	.breadcrumbDiv img{width: 12px; }
	
	.twoMenuDiv {justify-content: flex-start;flex-wrap: wrap;width: 100%; } 
	.twoMenuDiv a{font-size: 14px;line-height: 40px;padding: 0 20px; }
	.locationDiv{position: relative; }
	.locationDiv .flexbet{flex-wrap: wrap; }
	.locationDiv .searchDiv{width: 100%;margin: 10px 0; }
	
	.pd100{padding: 50px 0; }
	.pd90{padding: 45px 0; }
	
	.pageDiv a, .pageDiv span{line-height: 30px;width: 30px; }
	
	.newsDetailDiv .bdDiv{margin-top: 20px;flex-direction: column; }
	.newsDetailDiv .bdDiv .brDiv{width: 100%; }
	.newsDetailDiv .bdDiv .blDiv{width: 100%;margin-top: 20px; }
	.articleDiv{padding: 30px 20px; }
	.articleDiv .titleDiv{font-size: 20px; }
	.articleDiv .smTitleDiv{margin: 10px 0 0;font-size: 14px; }
	.articleDiv .smTitleDiv span{margin-right: 30px; }
	.articleDiv .smTitleDiv span:last-child{margin-right: 0; }
	.articleDiv .textDiv{padding: 20px 0; }
	.newsDetailDiv .fanyeDiv{padding: 20px; }
	.articleDiv .fanyeDiv a p{display: none; }

	
	.contactDiv .hdDiv .rowDiv{margin-top: 20px; }
	.contactDiv .hdDiv .row>div{margin-bottom: 20px; }
	.contactDiv .bdDiv{display: block; }
	.contactDiv .formDiv{width: 100%; }
	.contactDiv .formDiv form{margin-top: 20px; }
	.contactDiv .formDiv .row>div .checkDiv label{margin: 0 20px 10px 0; }
	.contactDiv .formDiv .row>div{margin-bottom: 30px; }
	.contactDiv .formDiv .btnDiv button{width: 150px;height: 44px; }
	.contactDiv .formDiv .row>div .inputDiv input{line-height: 44px; }
	
	.contactDiv .imgDiv{width: 100%; }
	
	.productDetailDiv .hdDiv{padding: 30px 20px;display: block; }
	.productDetailDiv .hdDiv .imgDiv{width: 100%; }
	.productDetailDiv .hdDiv .textDiv{width: 100%;margin-top: 20px; }
	.productDetailDiv .bdDiv .brDiv .tabsCon .itemDiv{padding: 30px 20px; }
	
	.aboutDiv1 .bdDiv{display: block; }
	.aboutDiv1 .lunboDiv ul{position: relative;left: 0;bottom: 0;margin-top: 20px; }
	.aboutDiv1 .lunboDiv ul li{width: calc(33.3% - 5px); }
	.aboutDiv1 .lunboDiv ul li a{width: 100%;height: 40px;font-size: 16px; }
	.aboutDiv1 .lunboDiv .btnDiv{bottom: initial;top: 10px;right: 10px; }
	.aboutDiv1 .lunboDiv .btnDiv>div{width: 30px;height: 30px;background-size: 6px!important; }
	.aboutDiv1 .lunboDiv .btnDiv .swiper-button-prev{margin-right: 10px; }
	
	.aboutDiv2 .bdDiv{display: block; }
	.aboutDiv2 .bdDiv .blDiv{width: 100%; }
	.aboutDiv2 .bdDiv .blDiv .textDiv{margin-top: 20px; }
	.aboutDiv2 .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	.aboutDiv2 .dataDiv{margin-top: 20px; }
	.aboutDiv2 .dataDiv ul{flex-wrap: wrap; }
	.aboutDiv2 .dataDiv ul li{width: 50%;margin: 10px 0; }
	.aboutDiv2 .dataDiv ul li .text{width: calc(100% - 70px); }
	.aboutDiv2 .dataDiv ul li .text p{font-size: 14px; }
	.aboutDiv2 .dataDiv ul li .num sub{bottom: -.4em; }
	
	.aboutDiv3 .bdDiv .row>div{margin-top: 20px; }
	.aboutDiv3 .bdDiv .row>div .conDiv{padding: 20px;height: 360px; }
	
	.aboutDiv4 .bdDiv .conDiv .ch{font-size: 60px; }
	.aboutDiv4 .bdDiv::before{top: 104px; }
	.aboutDiv4 .bdDiv .conDiv .yuan{margin: 40px auto 20px;width: 10px;height: 10px; }
	.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .yuan::before{width: 22px;height: 22px; }
	.aboutDiv4 .bdDiv .swiper-button-prev, .aboutDiv4 .bdDiv .swiper-button-next{top: 85px;width: 40px;height: 40px;background-size: 8px!important; }
	
	.aboutDiv5 .bdDiv{margin-top: 30px; }
	.aboutDiv5 .bdDiv .conDiv{padding: 10px; }
	.aboutDiv5 .bdDiv .btnDiv>div{width: 40px;height: 40px;background-size: 8px!important; }
	
	
	.productDiv .bdDiv{display: block;margin-top: 20px; }
	.productDiv .bdDiv .blDiv{width: 100%; }
	.productDiv .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	
	@media (max-width:320px) {
		
		
		
	}
	
}
