header{
	display: flex;
	justify-content: space-between;
	padding: 10px 70px 10px;
	position: relative;
	z-index: 99999;
	background: #fff;
}
nav{
	flex: 1;
	background-color: #fff;
}
nav ul{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
nav ul>li{
	padding: 0 15px;
}
nav ul>li>a{
	display: block;
	padding: 10px 8px;
	position: relative;
	z-index: 99;
	transition: all .55s ease-in-out;
}
nav ul>li>a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 3px;
	transition: all .55s ease-in-out;
	background-color: #fff;
}
nav ul>li>a:hover::before{
	background-color: #182760;
}
nav ul>li>a:hover{
	color: #182760;
}

.top-icons{
	display: flex;
	align-items: center;
}
.top-icons .iconfont{
	font-size: 1.8rem;
	margin-left: 10px;
	cursor: pointer;
}
.top-icons a{
	font-size: 1.35rem;
	font-family: helvetica;
	vertical-align: middle;
}
/*搜索框*/
.search-box{
	width: 100%;
	padding: 1rem;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	left: 0;
	top: -1rem;
	opacity: 0;
	z-index: -1;
	transition: all .55s ease-in-out;
}
.search-box-active{
	top: 100%;
	opacity: 1;
}
.search-box form{
	display: block;
	width: 50rem;
	max-width: 100%;
	margin: 1rem auto;
	position: relative;
	padding-left: 5%;
}
.search-box form .iconfont{
	position: absolute;
	font-size: 1.5rem;
	right: 1rem;
	top: -1rem;
	color: #666;
	cursor: pointer;
}
.search-box form input{
	display: block;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #999;
	width: 80%;
	margin: 0 auto;
	font-size: 1.25rem;
	line-height: 2;
	padding: 0 1rem;
	outline: none;
	color: #182760;
}
.search-box form input:link{
	border: none;
	outline: none;
}
/*关于我们*/
.index-about{
	padding: 4rem 0;
}
.about-title{
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.about-title span{
	background-color: #182760;
	color: #fff;
	padding: .5rem 1.5rem;
	border-radius: 0 0 1.5rem 0;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.15);
}
.about-title2{
	font-size: 2rem;
	line-height: 2;
	font-weight: 900;
}
/*行业应用*/
.index-apply{
	position: relative;
	z-index: 99;
}
.apply-content{
	position: absolute;
	top: 30%;
	left: 50%;
	width: 37.5rem;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.apply-content h3{
	font-size: 1.5rem;
	line-height: 2;
	padding: 0 1rem;
	color: #222;
	border: 1px dashed #999;
	margin-bottom: 1rem;
}
.apply-content h6{
	font-size: 1.5rem;
	font-weight: 900;
	color: #182760;
	margin-bottom: 1rem;
}
.apply-content p{
	font-size: .875rem;
	line-height: 3;
	color: #444;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.apply-content a i{
	font-size: 2rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #182760;
	color: #fff;
	margin-top: 1rem;
	line-height: 1;
	padding: 0 1.25rem;
	border-radius: 3px;
	margin-right: 0;
	transition: all .55s ease-in-out;
}
.apply-content a:hover i{
	margin-right: 2rem;
}

/*产品*/
.index-title{
	text-align: center;
	margin: 2rem 0;
}
.index-title h3{
	font-size: 2rem;
	line-height: 2;
	font-weight: 900;
}
.index-title h6{
	font-family: helvetica;
	font-size: .875rem;
	color: #999;
}
.label-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.label-list ul li{
	padding: 0 1rem;
	margin-bottom: 1rem;
}
.label-list ul li>a{
	background-color: #182760;
	color: #fff;
	display: inline-block;
	padding: 0 1.2rem;
	line-height: 3;
	font-size: .875rem;
}
.list-pro li{
	margin-top: 1.5rem;
}
.list-pro li>a{
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	height: 100%;
	padding: 1rem;
	padding-bottom: 2.4rem;
}
.list-pro li>a p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: .875rem;
	line-height: 2.4rem;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 1rem;
	background-color: #fff;
}
.list-pro li:hover>a p{
	background-color: #182760;
	color: #fff;
}
.pro-content .main-title{
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 2;
	color: #fff;
	background-color: #182760;
	text-align: center;
	margin-bottom: 1.5rem;
}
.swiper-proContent{
	margin: 1rem auto;
	text-align: center;
}
.swiper-proContent .swiper-slide img{
	max-height: 31.25rem;
}
.little-imgs ul{
	box-shadow: 0px 0px 4px rgba(0,0,0,.15);
}
.little-imgs ul li{
	width: 8rem;
	height: 8rem;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.little-imgs ul li img{
	max-height: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	padding: .5rem;
	background-color: #fff;
}
.article .title{
	font-size: 1.25rem;
	font-weight: 900;
	color: #fff;
	line-height: 2;
	background-color: #182760;
	padding:0 1rem;
	margin: 1.5rem 0;
}

/*新闻*/
.list-news ul li{
	padding: 1rem;
}
.list-news ul li>a{
	display: block;
	background-color: #fff;
	padding: 1rem;
}
.list-news ul li .title{
	font-size: 1.25rem;
	color: #182760;
	font-weight: 900;
	line-height: 2;
}
.list-news ul li .time{
	font-size: .875rem;
	line-height: 2rem;
	color: #999;
}
.list-news ul li .description{
	font-size: .875rem;
	line-height: 2;
	position: relative;
}
.list-news ul li .description::after{
	position: absolute;
	left: 0;
	bottom: -1rem;
	content: '';
	width: 0;
	height: 1px;
	background-color: #182760;
	transition: all .45s ease-in-out;
}
.list-news ul li:hover .description::after{
	width: 100%;
}
.news-content .news-content-title{
	font-size: 1.25rem;
	font-weight: 900;
	color: #182760;
	text-align: center;
	margin-bottom: 1rem;
}
.news-content .news-content-data{
	font-size:.875rem;
	color: #999;
	text-align: center;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.news-content .news-content-data span{
	margin-right: 8px;
}
.news-content .news-content-data a{
	display: inline-block;
	padding: 2px 10px;
	background-color: #182760;
	color: #fff;
}
/*pic*/
.pic-title{
	padding: 1rem;
	text-align: center;
}
.pic-title h3{
	font-size: 1.5rem;
	line-height: 2;
	color: #182760;
	font-weight: 900;
}
.pic-title p{
	font-size: .875rem;
	font-family: helvetica;
	font-weight: 900;
	color: #999;
}
/*foot*/
.footer{
	background: url(../image/foot-bg.png) no-repeat ;
	padding-top: 80px;
	margin-top: 50px;
	color: #fff;
}
.foot-item h3{
	font-size: 1.25rem;
	line-height: 2;
	margin-bottom: 1rem;
	color: #fff;
}
.foot-item p{
	font-size: .875rem;
	line-height: 2;
}
.copyright{
	border-top: 1px solid rgba(255,255,255,.25);
	margin-top: 1.5rem;
	padding-top: 1rem;
	text-align: center;
	font-size: .875rem;
	padding-bottom: 1rem;
}
.footer a:hover{
	color: #ddd;
}
.drop-menu{
	display: none;
}

/*page*/
.page-position{
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0 5px 4px rgba(0,0,0,.05);
}
.page-title span{
	display: inline-block;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 900;
	background-color: #182760;
	border-radius: 0 30px 0 0;
	padding: .7rem 1.5rem;
}
.bar{
	display: flex;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
}
.bar li{
	font-size: .875rem;
	line-height: 2;
	color: #999;
}
.bar li:hover a{
	color: #182760;
}

.page-main{
	padding: 3.125rem 1.875rem;
	background-color: #fff;
	margin: 2.25rem 0;
	box-shadow: 2px 3px 5px rgba(0,0,0,.1);
}
.page-label li{
	position: relative;
	margin: 0 15px 0 0;
	border-bottom: 1px solid #ddd;
	transition: all .3s ease-in-out;
}
.page-label li>a{
	display: block;
	padding: 2px 0 0 10px;
	cursor: pointer;
	color: #333;
	font-size: 1rem;
	line-height: 2.625rem;
	transition: all .3s ease-in-out;
}
.page-label li:hover>a,.page-label li.active>a{
	border-left: 5px solid #182760;
	background-color: #F5F5F5;
}
.page-label li .iconfont{
	font-size: 2rem;
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #182760;
	font-weight: normal;
	cursor: pointer;
}
.page-label li.active{
	border:none;
}
.label-drop{
	display: none;
}
.label-drop p{
	font-size: .6rem;
	line-height: 2.4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	border-bottom: 1px solid #eee;
}
.label-drop p:hover{
	color: #000;
}

/*contact*/
.page-contact{
	padding: 1rem;
}
.page-contact h6{
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 2;
	margin-bottom: 1rem;
	color: #182760;
}
.page-contact p{
	font-size: .875rem;
	line-height: 2;
}
.page-contact .iconfont{
	font-size: 1.25rem;
	margin-right: 3px;
}