nav#menu{
	display: none;
}
.headers {
	padding: 10px 0;
	transition: all 0.3s;
	background-color: #fff;
}

.headers.fx {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #eee;
	z-index: 99;
}

.headers .logo {
	max-width: 180px;
}

.headers .mores{
	margin-left: auto;
}
.headers .mores a{
	padding: 0 12px;
	line-height: 36px;
	border-radius: 5px;
	background-color: #0053B4;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.headers .mores a span{
	margin-left: 4px;
}

.headers .navs {
	/* flex: 1; */
	margin: 0 auto 0 4%;
	transition: all 0.3s;
}


.headers .navs .it {
	position: relative;
}

.headers .navs .it .twos {
	width: 150px;
	z-index: 999;
	position: absolute;
	top: 98%;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
	box-shadow: 0 2px 10px #ddd;
	text-align: center;
	padding: 4px 0;
	font-size: 14px;
	overflow: hidden;
	display: none;
}

.headers .navs .it .twos a:hover {
	background-color: #f5f6fa;
}

.headers .navs a {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	transition: all 0.3s;
	padding: 0 30px;
}
.headers .navs a span{
	display: block;
	border-bottom: 3px solid transparent;
}


.headers .navs a:hover span{
	color: #0053B4;
}

.headers .navs a.current span{
	color: #0053B4;
	border-color: #0053B4;
}
.navChild{
	width: 100%;
	left: 0;
	top: 96px;
	background: url(../image/product/navbg.png) #F9FAFF no-repeat right center;
	background-size: 100% 100%;
	display: none;
	overflow: hidden;
	box-shadow: 0 4px 6px #ddd;
	z-index: 10;
}
.navChild > div{
	align-items: stretch;
	justify-content: flex-start;
}
.navChild a span{
	border-bottom: none !important;
}
.navChild .first {
	background-color: #F9FAFF;
	overflow: hidden;
	padding: 3% 0;
	min-width: 26%;
	max-width： 380px
}
.navChild .first.noSecond{
    padding: 2.5% 0;
    min-width: 280px;
    transform: translate(-10%,0)
}
.navChild .first a{
	font-size: 16px;
	color: #373737;
	padding: 4% 10%;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.navChild .first a:before{
	opacity: 0;
	content:  '';
	display: block;
	width: 8px;
	height: 8px;
	border: 4px solid #0053B4;
	border-top-color: transparent;053B4;
	border-left-color: transparent;
	transform: rotate(315deg);
	margin-right: 20px;
}
.navChild .first a.current,
.navChild .first a:hover{
	color: #0053B4;
}
.navChild .first a.current:before{
	opacity: 1;
}
.navChild .second{
	flex: 1;
	height: 100%;
	padding: 3%;
	overflow: hidden;
}
.navChild .secondlist{
	display: none;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
}
.navChild .second .imgs{
	width: 400px;
}
.navChild .second .text{
	flex: 1;
	margin-left: 2%;
}
.navChild .second li{
	margin: 10px 0;
}
.navChild .second li a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.3s;
}
.navChild .second li a.itsub{
	flex-direction: column;
}
.navChild .second li a.itsub > img{
	width: 100%;
	transition: all 0.3s;
	border-radius: 6px;
	margin: 0;
}
.navChild .second li a.itsub .text{
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.navChild .second li a.itsub .text img{
	width: 60px;
	margin: 0 0 10px;
}
.navChild .second li a.itsub:hover > img{
	transform: scale(1.05,1.05);
}
.navChild .second li a.itsub p{
	line-height: 1.2em;
	margin-top: 10px;
}
.navChild .second li a img{
	margin-right: 10px;
}
.navChild .second li a .ic_h{
	display: none;
}
.navChild .second li:hover a .ic{
	display: none;
}
.navChild .second li:hover a .ic_h{
	display: block;
}

.headers .menu {
	width: 30px;
	cursor: pointer;
	margin-left: 15px;
}
.title{
	justify-content: flex-start;
	margin-bottom: 3%;
	margin-right: auto;
}
.title h2{
	line-height: 40px;
	font-size: 32px;
	color: #1C2232;
	font-weight: 600;
	padding-bottom: 10px;
	position: relative
}
.title h2:before{
	content: '';
	display: block;
	height: 10px;
	width: 100%;
	transform: skew(-15deg);
	background-color: #0053B4;
	position: absolute;
	left: 0;
	bottom: 0;
}
.title h2:after{
	content: '';
	display: block;
	height: 10px;
	width: 12px;
	transform: skew(-15deg);
	background-color: #0053B4;
	position: absolute;
	right: -20px;
	bottom: 0;
}
.title.white h2{
	color: #fff;
}
.nybanner{
	justify-content: center;
	overflow: hidden;
}
.footer{
	background-color: #282F3F;
}
.footer_con{
	flex-wrap: wrap;
	padding-top: 5%;
	padding-bottom: 5%;
}
.footer .wxcode{
	text-align: center;
}
.footer .wxcode p{
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.9);
}
.footer .navs{
	flex: 1;
}
.footer .navs .navsbox{
	width: 100%;
	justify-content: space-evenly;
	align-items: stretch;
}
.footer .navs .itm h2{
	font-size: 16px;
	color: #fff;
	margin-bottom: 6px;
}
.footer .navs .itm a{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	line-height: 1.5em;
	padding: 4px 0;
	transition: all 0.3s;
}
.footer .navs .itm a:hover{
	color: #fff
}
.footer .links{
	padding-top: 1.2%;
	padding-bottom: 1.2%;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer .links span{
	color: #fff;
	font-size: 16px;
}
.footer .links a{
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;;
	transition: all 0.3s;
	padding: 0 10px;
}
.footer .links a:hover,
.footer .copys a:hover{
	color: #fff;
}
.footer .copys{
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}
.footer .copys p{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer .copys a{
	transition: all 0.3s;
	color: rgba(255, 255, 255, 0.5);
}



.banner img {
	min-width: 420px;
}

.banner .dis_fx {
	justify-content: center;
	overflow: hidden;
}

.banner .banner-pagination {
	position: absolute;
	z-index: 10;
	text-align: center;
}

.banner .banner-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.banner .banner-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}

.container{
	min-height: 90vh;
	padding: 5% 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	justify-content: space-evenly;
	flex-direction: column;
}
.pro-container{
	background-color: #fff;
	background-image: url(../image/productbg.png);
}
.ser-container{
	background-color: #eef0f2;
	background-image: url(../image/servicebg.png);
}
.new-container{
	background-color: #fff;
	background-image: url(../image/newbg.png);
}
.about-container{
	background-color: #191f30;
	background-image: url(../image/strengthbg.png);
}

.home-product{
	align-items: stretch;
	margin-bottom: 5%;
	flex-wrap: wrap;
}
.home-product .item{
	flex: 1;
	padding: 3% 2.5%;
	background-color: #F5F5F5;
	cursor: pointer;
	transition: all 0.3s;
}
.home-product .item:nth-child(2n - 1){
	background-color: #EBEBEB;
}
.home-product .item h2{
	color: #1E4691;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8em;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding-bottom: 15px;
	transition: all 0.3s;
}
.home-product .item ul{
	padding: 15px 0;
	width: 100%;
}
.home-product .item ul li a{
	color: #1C2232;
	padding: 12px 0;
	font-size: 14px;
	transition: all 0.3s;
	width: 100%;
}
.home-product .item ul li span{
	margin-left: 8px;
	margin-right: auto;
}
.home-product .item ul li img{
	width: 20px;
}
.home-product .item ul li .ic{
	display: block;
}
.home-product .item ul li .ic_h{
	display: none;
}
.home-product .item:hover{
	background: url(../image/productitembg.png) #1e4691 no-repeat bottom center;
	background-size: 100%;
	padding: 5% 2.5%;
	margin: -2% 0;
}
.home-product .item:hover h2{
	color: #fff;
}
.home-product .item:hover ul li a{
	color: rgba(255,255,255,0.8);
}
.home-product .item:hover ul li a:hover{
	color: #fff;
}
.home-product .item:hover ul li a:hover .ic{
	display: none;
}
.home-product .item:hover ul li a:hover .ic_h{
	display: block;
}
.home-product .item:hover ul li a:hover:after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../image/arrow.png) no-repeat center;
	background-size: 100%;
}

.home-service{
	flex-wrap: wrap;
	justify-content: flex-start;
	display: none;
}
.home-service li{
	padding: 1.5rem;
}
.home-service .item{
	display: block;
	border-radius: 4px;
	overflow: hidden;
	background-color: #0053B4;
}
.home-service .item .imgs{
	width: 100%;
	vertical-align: bottom;
	transition: all 0.3s;
}
.home-service .item .text{
	text-align: center;
	width: 100%;
}
.home-service .item .text h2{
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.5em;
}
.home-service .item .text img{
	width: 88px;
}
.home-service .item:hover .imgs{
	opacity: 0.4;
}

.home-title-tab{
	flex-wrap: wrap;
}
.home-tabs{
	margin-left: auto;
	margin-bottom: 3%;
}
.home-tabs span{
	line-height: 40px;
	background-color: rgba(30,30,30,0.1);
	color: #343434;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 20px;
	margin-left: 30px;
	cursor: pointer;
	transition: all 0.3s;
}
.home-tabs span:hover{
	color: #0053B4;
	background-color: rgba(30, 70, 145, 0.1);
}
.home-tabs span.current{
	color: #fff;
	background-color: #0053B4;
}

.home-map,
.home-honor{
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	overflow: hidden;
}
.home-honor{
	margin-top: 5%;
	padding: 4%;
	flex-wrap: wrap;
	position: relative;
}
.home-honor .item{
    width: 230px;
    /*max-height: 150px;*/
    height: 160px;
    overflow: hidden;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
}
.home-honor .item img{
    max-width: 100%;
    height: 100%;
}
.home-map{
	align-items: stretch;
	flex-wrap: wrap;
}
.home-strength{
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 4%;
}
.home-strength .item{
	color: #fff;
	text-align: center;
}
.home-strength .item h2{
	font-size: 44px;
	font-style: oblique;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.home-honor-button-prev,.home-honor-button-next{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin: 0;
	transform: translate(0,-50%);
}
.home-honor-button-prev{
	left: 0;
	background: url(../image/perv.png) no-repeat center;
}

.home-honor-button-next{
	right: 0;
	background: url(../image/next.png) no-repeat center;
}
.home-news{
	align-items: stretch;
	flex-wrap: wrap;
	display: none;
}
.home-news .item{
	align-items: stretch;
	margin-bottom: 3%;
	overflow: hidden;
	flex-flow: wrap;
}
.home-news .item .imgs{
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	max-height: 100px;
	overflow: hidden;
	margin-right: 1.5rem;
}
.home-news .item .imgs img{
	width: 100%;
}
.home-news .item .texs{
	flex: 1;
	padding: 5px 0;
	overflow: hidden;
}
.home-news .item .texs h2{
	color: #1C2232;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
	transition: all 0.3s;
}
.home-news .item .texs p{
	color: #999;
	font-size: 14px;
	line-height: 1.6em;
	transition: all 0.3s;
}
.home-news .item:hover .texs h2{
	color: #0053B4;
}
.home-news .item:hover .texs p{
	color: #333;
}

.nynav{
	padding: 15px 0;
	background: #FFF;
	box-shadow: 0 0 10px #ddd;
	overflow: hidden;
	position: relative;
}
.nynav > div{
	justify-content: center;
	flex-wrap: wrap;
}
.nynav a{
	max-width: 40%;
	/*min-width: 20%;*/
	flex: 1;
	color: rgba(52, 52, 52, 0.40);
	font-size: 20px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.nynav a span{
	padding: 0 6%;
}
.nynav a:before{
	transform: rotate(315deg);
}
.nynav a:after{
	transform: rotate(135deg);
}
.nynav a.current,
.nynav a:hover{
	color: #0053B4;
}
.nynav a.current:before,
.nynav a.current:after{
	content:  '';
	display: block;
	width: 8px;
	height: 8px;
	border: 4px solid #0053B4;
	border-top-color: transparent;053B4;
	border-left-color: transparent;
}
.pronynav a{
    font-size: 16px;
    padding: 20px 10px;
}
.nycatenav{
	background: url(../image/product/subnavbg.png) no-repeat center;
	background-size: 104% 104%;
}
.nycatenav a{
	flex: 1;
	color: #fff;
	font-size: 20px;
	padding: 20px;
	line-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.nycatenav a.current{
	background: #0053B4;
	color: #fff !important;
}
.nycatenav a:hover{
	color: #0053B4;
}
.nytitle{
	font-size: 36px;
	color: #000;
	font-weight: 900;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 4%;
}
.nytitle.white{
	color: #fff;
}
.nycontent{
	/*font-size: 26px;*/
	line-height: 1.8em;
	color: rgba(28, 34, 50, 0.60);
}
.nycontent h2{
	/*font-size: 28px;*/
	font-weight: 900;
	line-height: normal;
}
.nycontent h3{
	font-weight: 900;
	line-height: normal;
}
.nycontent p{
	/*color: rgba(28, 34, 50, 0.50);*/
	line-height: normal;
}
.nycontent img{
	max-width: 100%;
}


.aboutbox{
	padding: 6% 0 8%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.aboutbox01{
	background-color: #ebeef1;
	background-image: url(../image/about/bg1.png);
}
.aboutbox02{
	background-color: #000207;
	background-image: url(../image/about/bg3.png);
}
.aboutbox03{
	background-color: #fff;
	background-image: url(../image/about/bg2.png);
}
.about-honor-swiper{
	padding-bottom: 80px;
}
.home-pagination{
	text-align: center;
	width: 100%;
	margin: 25px 0;
	padding-right: 8%;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 4px;
}
.swiper-pagination-bullet-active{
	background-color: #fff;
	width: 30px;
}

.joblist .item{
	background-color: #F3F5F6;
	margin-bottom: 3%;
}
.joblist .item h2{
	background-color: #0053B4;
	padding: 1.6% 3%;
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}
.joblist .item h2 img{
	transition: all 0.3s;
	transform: rotate(180deg);
}
.joblist .item h2.current img{
	transform: rotate(0);
}
.joblist .item .cons{
	padding: 3% 3% 0;
	overflow: hidden;
	display: none;
}
.joblist .item .cons .it{
	background: #fff;
	padding: 20px;
	margin-bottom: 3%;
}
.joblist .item .cons .it h3{
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.joblist .item .cons .it h3:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #0053B4;
	margin-right: 10px;
}
.joblist .item .cons .it p{
	color: rgba(28, 34, 50, 0.50);
	line-height: 1.8em;
}
.contactlist{
}
.contactlist .item{
	padding: 3% 3% 2%;
	margin-bottom: 5%;
	background-color: #F8FAFB;
	border-radius: 6px;
	border-left: 8px solid #F8FAFB;
}
.contactlist .item.current{
	border-color: #0053B4;
}
.contactlist .item.current h2 img{
	display: block;
}
.contactlist .item h2{
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
	color: #0053B4;
	margin-bottom: 10px;
}
.contactlist .item h2 span{
	margin-left: 10px;
}
.contactlist .item h2 img{
	width: 30px;
	display: none;
}
.contactlist .item p{
	font-size: 16px;
	color: #202328;
	line-height: 1.8em;
	padding: 5px 10px;
}
.protitle{
	display: flex;
	align-items: center;
	color: #0053B4;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
.protitle img{
	margin-left: -15px;
}

.productbox{
	padding: 4% 0;
}
.productbox:nth-child(1){
	padding-top: 8%;
}
.productbox:nth-child(2n - 1){
	background-color: #f1f6fb;
	background-image: url(../image/product/bg1.png);
}
.productbox:nth-child(2n){
	background-color: #ffffff;
	background-image: url(../image/service/bg2.png);
}
/*.productbox:nth-child(2n) .nycontent{*/
/*	padding-right: 20%;*/
/*}*/
.productbox:nth-child(3n){
	background-color: #f1f6fb;
	background-position: top center;
	background-image: url(../image/product/bg3.png);
}

.servicebox{
	padding-bottom: 3%;
	background-image: url(../image/service/bg.png);
	background-size: 100% 100%;
}
.serviceboxinfo{
	padding: 4% 0;
}
.serviceboxinfo:nth-child(1){
	padding-top: 8%;
}
.serviceboxinfo:nth-child(2n - 1){
	background-color: #f1f6fb;
	background-image: url(../image/service/bg1.png);
}
.serviceboxinfo:nth-child(2n){
	background-color: #fff;
	background-image: url(../image/service/bg2.png);
}
.servicelist {
	margin-bottom: 8%;
}
.servicelist a{
	display: block;
	line-height: 40px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(28, 34, 50, 0.08);
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.servicelist a:before{
	content:  '';
	display: none;
	width: 8px;
	height: 8px;
	border: 4px solid #0053B4;
	border-top-color: transparent;053B4;
	border-left-color: transparent;
	transform: rotate(315deg);
	margin-right: 10px;
}

.servicelist a:hover{
	color: #0053B4;
}
.servicelist a:hover:before{
	display: block;
}
.supportbox{
	background-image: url(../image/support/bg.png);
}
.supportbox2{
	background-image: url(../image/service/bg2.png)
}
.downloadlist{
	margin: 6% 0;
}
.downloadlist .item{
	width: 45%;
	background-color: #F6F7FA;
	border-radius: 4px;
	padding: 3.2%;
}
.downloadlist .item .icon{
	width: 60px;
	height: 40px;
	border-radius: 2px;
	position: relative;
	background-color: #285DBE;
}
.downloadlist .item .icon:before{
	display: block;
	content: '';
	width: 36px;
	height: 10px;
	border-radius: 2px;
	background-color: #F6F7FA;
	position: absolute;
	right: -4px;
	top: -4px;
}
.downloadlist .item h2{
	font-size: 24px;
	color: #1C2232;
	font-weight: 900;
	flex: 1;
	margin: 0 5%;
}
.downloadlist .item span{
	background-color: #285DBE;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}
.downloadlist .item span:hover{
	background-color: #1C2232;
}
.newsbox{
	padding: 4% 0;
	background-image: url(../image/newbg.png);
}
.newslist .item{
	align-items: flex-start;
	margin-bottom: 3%;
	position: relative;
}
.newslist .item .imgs{
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 160px;
	overflow: hidden;
	margin: 0 0 0 2.5%;
	border: 1px solid #eee;
}
.newslist .item .timer{
	display: flex;
	padding: 15px 0;
	align-items: stretch;
	justify-content: flex-start;
}
.newslist .item .timer h2{
	color: #A0A4AE;
	font-size: 42px;
	font-weight: 900;
	line-height: 1em;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #eee;
}
.newslist .item .timer h3{
	font-size: 16px;
	color: #A0A4AE;
	line-height: 1em;
}
.newslist .item .timer h3 i{
	display: block;
	margin-bottom: 6px;
}
.newslist .item .text{
	padding: 10px 0;
	flex: 1;
	margin: 0 0 0 2.5%;
}
.newslist .item .text h2{
	font-size: 20px;
	color: #333;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.newslist .item .text p{
	color: rgba(0, 0, 0, 0.50);
	line-height: 1.5em;
	font-size: 16px;
	transition: all 0.3s;
}
.newslist .item .text span{
	display: block;
	width: 40px;
	height: 1px;
	background: #ddd;
	margin-top: 5%;
	position: relative;
	transition: all 0.3s;
}
.newslist .item .text span:before{
	width: 12px;
	height: 1px;
	background-color: #ddd;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
	transform: rotate(45deg) translate(-2px,-4px);
}
.newslist .item:hover .text h2{
	color: #0053B4;
}
.newslist .item:hover .text p{
	color: rgba(0, 83, 180, 0.60);
}
.newslist .item:hover span,
.newslist .item:hover span:before{
	background-color: #0053B4;
}
.pages{
	display: block;
	text-align: center;
	width: 100%;
}
.pages li{
	display: inline-block;
	margin: 2px;
}
.pages a{
	min-width: 48px;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	border: 1px solid rgba(160, 164, 174, 0.3);
	color: #A0A4AE;
	display: block;
	border-radius: 2px;
	transition: all 0.3s;
}
.pages .active a,
.pages a:hover{
	color: #fff;
	background-color: #0053B4;
	border-color: #0053B4;
}
.pages2{
	flex-wrap: wrap;
	padding: 3% 0;
	margin-top: 5%;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.pages2 a{
	color: #333;
	font-size: 16px;
	max-width: 500px;
	transition: all 0.3s;
	display: block;
}
.pages2 a h2{
	color: rgba(28, 34, 50, 0.4);
	margin-bottom: 6px;
	transition: all 0.3s;
}
.pages2 a:hover,
.pages2 a:hover h2{
	color: #0053B4;
}
.crumbox{
	margin-top: 20px;
}
.crumbox a{
	color: #333;
}
.crumbox,
.crumbox a.crumb{
	color: #999;
}

@media (max-width: 1200px){
	.headers .navs .it > a {
		padding: 0 15px;
	}
	.headers .navs a{
		padding: 5px 15px;
	}
	.navChild .second li a.itsub .text{
		font-size: 12px;
	}
	.nycatenav a,
	.nynav a{
		font-size: 18px;
		padding: 10px;
		line-height: 1.5em;
	}
}
@media (max-width: 1024px) {
	.headers .navs {
		margin: 0 ;
	}
	
	.headers .logo {
		max-width: 120px;
	}

	.headers .navs a {
		padding: 0 10px;
		font-size: 14px;
	}
	
	.headers .mores{
		font-size: 12px;
		line-height: 40px;
	}
	
	.headers .mores a{
		padding: 0 8px;
		line-height: 32px;
		font-size: 14px;
	}
	
	.headers .mores a span{
		
	}
	
	.footers .footernav{
		margin-left: 10%;
	}
}

@media (max-width: 768px) {
	.headers{
		padding: 4px 0;
	}
	.title h2{
		font-size: 20px;
		padding-bottom: 5px;
	}
	.title h2:before,
	.title h2:after{
		height: 5px;
	}
	.container{
		min-height: 80vh;
		padding: 3% 0;
	}
	.home-product .item{
		border-bottom: 1px solid rgba(0,0,0,0.08)
	}
	.home-product .item:nth-last-child(1){
		border: none;
	}
	.home-product .item h2{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.home-product .item ul{
		padding: 5px 0 0;
	}
	.home-product .item ul li a{
		padding: 8px 0;
		font-size: 14px;
	}
	.home-tabs{
		justify-content: space-around;
	}
	.home-tabs span{
		margin: 0 0 0 10px;
		font-size: 14px;
		line-height: 30px;
		padding: 0 10px;
	}
	.home-service li{
		padding: 1rem;
	}
	.home-honor-button-prev, .home-honor-button-next{
		display: none;
	}
	.home-strength{
		padding: 4% 2%;
		align-items: stretch;
	}
	.home-strength .item{
		padding: 0;
		margin-bottom: 15px;
	}
	.home-strength .item h2{
		font-size: 28px;
	}
	.home-strength .item p{
		font-size: 12px;
	}
	.home-news{
		padding: 0 0.5rem;
	}
	.home-news li{
		padding: 0.5rem;
	}
	.home-news li a{
		padding: 5px;
		background-color: #f5f5f5;
	}
	.home-news .item .texs h2{
		font-size: 14px;
		margin-bottom: 2px;
	}
	.home-news .item .texs p{
		font-size: 12px;
	}
	.home-news .item .imgs{
		max-height: 100px;
		margin: 0;
	}
	.footer .links{
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.footer .copys{
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.footer .logos img{
		max-width: 100px;
		margin-bottom: 20px;
	}
	.footer .links span{
		font-size: 14px;
	}
	.footer .links a,
	.footer .copys{
		font-size: 12px;
	}
	.footer .wxcode p{
		font-size: 12px;
	}
	.home-product .item{
		min-width: 50%;
	}	
	.nybanner img{
		max-width: 120%;
	}
	.nynav{
		padding: 8px 0;
	}
	.nynav a,.nycatenav a{
		padding: 5px 0;
		max-width: 100%;
		font-size: 14px;
	}
	.nynav a span,.nycatenav a span{
		line-height: 1.2em;
	}
	.nynav a.current:before, .nynav a.current:after{
		width: 6px;
		height: 6px;
		border: 3px solid #0053B4;
		border-top-color: transparent;
		border-left-color: transparent;
	}
	.nycatenav > div{
		padding: 0;
	}
	.nycatenav a span{
		padding: 10px 0;
	}
	.protitle{
		font-size: 16px;
	}
	.protitle img{
		width: 30px;
		margin: 0 0 0 -5px;
	}
	.nytitle{
		font-size: 16px;
		top: 10px !important;
	}
	.nycontent{
		font-size: 14px
	}
	.nycontent h2{
		font-size: 16px;
	}
	.pages2 a{
		font-size: 14px;
		text-align: left !important;
		margin-bottom: 10px
	}
	.pages2 a h2{
		margin-bottom: 2px
	}
	.newslist .item{
		display: block;
	}
	.newslist .item .imgs{
		width: 100%;
		margin: 0;
		border-color: #f9f9f9;
	}
    .newslist .item .text{
        margin: 0;
        border-top: 1px solid #eee;
		background: #f9f9f9;
		padding-left: 15px;
		padding-right: 15px;
    }
	.newslist .item .timer{
		/*position: absolute;*/
		/*top: 10px;*/
		/*left: 10px;*/
		background: #f9f9f9;
		padding-left: 15px;
		padding-right: 15px;
        border-bottom: 1px solid #eee;
	}
	.newslist .item .timer h2{
		font-size: 36px;
	}
	.newslist .item .timer h3{
		font-size: 14px;
	}
	.newslist .item .text h2{
		font-size: 16px;
		margin-bottom: 4px;
	}
	.newslist .item .text p{
		font-size: 14px;
	}
	.nycontent p,.nycontent{
		padding-right: 0 !important;
	}
	.joblist .item h2{
		font-size: 16px;
	}
	.joblist .item h2 img{
		width: 24px;
	}
	.joblist .item .cons .it{
		padding: 12px;
	}
	.joblist .item .cons .it h3{
		font-size: 16px;
	}
	.joblist .item .cons .it p{
		font-size: 14px;
	}
	.contactlist .item h2{
		font-size: 16px;
	}
	.contactlist .item h2 img{
		width: 20px;
	}
	.contactlist .item p{
		font-size: 14px;
		padding: 0 5px;
	}
	.titleimg img{
		width: 100px;
	}
	.downloadlist .item{
		width: 100%;
		padding: 5%;
	}
	.downloadlist .item .icon{
		width: 45px;
		height: 30px;
	}
	.downloadlist .item .icon:before{
		width: 25px;
	}
	.downloadlist .item h2{
		font-size: 18px;
	}
	.downloadlist .item span{
		font-size: 14px;
		line-height: 30px;
	}
	.servicelist a{
		font-size: 14px;
		padding: 0;
	}
	.servicebox{
		padding: 6% 3%;
		background-size: auto 100%;
	}
	/*.productbox:nth-child(2n) .nycontent{*/
	/*	padding-right: 0;*/
	/*}*/
	.home-honor .item{
	    max-height: 110px;
	}
}
@media (max-width: 640px) {
	/* .headers .logo {
		max-width: 40%
	} */
}
.BMap_Marker img,.anchorBL{
	display: none !important;
}
.BMapLabel{
	border: none !important;
	font-size: 16px !important;
	color: #333 !important;
	line-height: 40px !important;
	padding: 0 20px !important;
	box-shadow: 0 0 10px #ddd !important;
}