.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.header .container {
	display: flex;
	align-items: center;
}
.header .logo {
	flex: 1;
	padding: 0.2rem 0;
}

.header .logo img {
	height: 1.4rem;
}

.header .nav>ul>li {
	padding: 0 0.4rem;
	position: relative;
}
.header .nav>ul>li::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 20%;
	width: 0;
	height: 2px;
	background-color: #0071BF;
	transition: all .35s ease-in-out;
}

.header .nav>ul>li>a{
	display: inline-block;
	font-size: 0.32rem;
	height: 1.8rem;
	line-height: 1.8rem;
}
.header .nav>ul>li:hover::after{
	width: 100%;
	left: 0;
}
.header .nav>ul>li:hover a{
	color: #0071BF;
}


.header-search {
	margin-left: 0.5rem;
}

.header-search form {
	display: block;
	position: relative;
	z-index: 99;
}

.header-search input {
	border-radius: 0.5rem;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 8px;
	padding-right: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.28rem;
	color: #999;
}
.header-search input:focus{
	color: #0071bf;
}
.header-search .iconfont {
	position: absolute;
	right: 15px;
	top: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 0.6rem;
	color: #666;
}
/*icon*/
.icon-item{
	text-align: center;
	margin-bottom: 20px;
}
.icon-item .iconfont{
	width: 150px;
	height: 150px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0071BF;
	color: #0071BF;
	border-radius: 50%;
	font-size: 80px;
	margin-bottom: 30px;
}
.icon-item .title{
	font-size: 24px;
	line-height: 50px;
	color: #0071BF;
	font-weight: 900;
}
.icon-item .description{
	font-size: 16px;
	color: #444;
	max-width: 77%;
	margin: 0 auto;
}
.index-icon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.index-icon>div{
	width: 210px;
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0,0,0,.05);
}
.index-icon .iconfont{
	font-size: 80px;
}
.index-icon h6{
	font-weight: 900;
	padding-bottom: 10px;
}

/**/
/*产品推荐*/
.pro-item>a{
	display: block;
	position: relative;
	padding: 0.3rem;
	border: 1px solid #ddd;
	margin-bottom: 0.6rem;
	text-align: center;
}
.pro-item>a img{
	height: 4.5rem;
}
.pro-item>a::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,.25);
	transition: all .25s ease-in-out;
}
.pro-item>a .title{
	position: relative;
	font-size: 0.36rem;
	height: 0.88rem;
	line-height: 0.44rem;
	font-weight: 900;
	color: #444;
	z-index: 99;
}
.pro-item>a:hover::after{
	height: 100%;
}
.pro-item>a:hover .title{
	color: #0071BF;
}
.about-bg{
	background: url(../image/about-bg.jpg) no-repeat;
	position: relative;
	background-color: #F9F9F9;
}
.about-bg .container-content{
	position: relative;
	z-index: 999;
}
.about-bg::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(42, 104, 170, 0.8);
}
.about-text{
	background-color: #fff;
	padding: 1.4rem 1rem;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.about-text .t-justify,.about-text .s-line{
	width: 340px;
	max-width: 100%;
}
.about-pic{
	position: absolute;
	right: 0;
	width: auto;
	top: 40px;
	z-index: 999;
}
.gc-item{
	width: 350px;
	max-width: 100%;
}
.gc-item img{
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,.06);
	transition: all .35s ease-in-out;
}
.gc-item:hover img{
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.gc-item .title{
	position: relative;
}
.gc-item .title::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	margin-left: 0;
	left: 50%;
	bottom: 10px;
	height: 4px;
	border-radius: 45%;
	background-color: #eee;
	transition: all .35s ease-in-out;
}
.gc-item:hover .title::after{
	background-color: #0071BF;
	width: 60%;
	margin-left: -30%;
}


.index-title{
	text-align: center;
	margin-bottom: 0.6rem;
}
.index-title .title{
	font-size: 0.72rem;
	line-height: 1.2rem;
}
.index-title .sub-title{
	font-size: 0.36rem;
	line-height: 0.8rem;
	font-family: helvetica;
}
.about-profile p{
	font-size: 0.28rem;
	line-height: 0.48rem;
	text-align: justify;
	margin-bottom: 0.3rem;
}
.about-bg .more{
	display: block;
	font-size: 0.28rem;
	width: 4rem;
	margin: 0.4rem auto;
	text-align: center;
	line-height: 0.7rem;
	background-color: #0071BF;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(255,255,255,.2);
}
.about-bg .more:hover{
	background-color: #108ce1;
}

.index-label{
	padding: 0.4rem 0.2rem;
	display: flex;
	justify-content: center;
}
.index-label a{
	display: inline-block;
	font-size: 0.32rem;
	color: #444;
	line-height: 0.72rem;
	border: 1px solid #ddd;
	padding: 0 0.5rem;
	margin: 0 0.2rem;
	transition: all .35s ease-in-out;
}
.index-label a:hover{
	background-color: #0071BF;
	color: #fff;
}
.article{
	padding: 0.5rem;
}

.footer{
	background: url(../image/foot-bg.jpg);
	padding: 0.8rem 0;
	margin-top: 2rem;
}
.footer .foot-nav{
	margin-right: 2rem;
}
.footer .title{
	font-size: 15px;
	color: #fff;
	font-weight: 900;
	line-height: 0.8rem;
}
.footer .foot-nav li a,.foot-contact .description{
	color: #afafaf;
	font-size: 12px;
	line-height: 24px;
}
.footer .foot-nav li a:hover{
	color: #fff;
}
.foot-contact form{
	position: relative;
	margin: 0.4rem 0;
}
.foot-contact form input{
	width: calc(100% - 1.2rem);
	padding: 0 15px;
	line-height: 1rem;
	color: #afafaf;
	background-color: rgba(0,0,0,.15);
	border: none;
	outline: none;
}
.foot-contact form button{
	position: absolute;
	width: 1rem;
	height: 1rem;
	right: 0;
	top: 0;
	border: none;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #0071bf;
	color: #fff;
	font-size: 14px;
}
.foot-contact form button:hover{
	background-color: #a52910;
}
.foot-icon li{
	position: relative;
	z-index: 99;
}
.foot-icon .iconfont{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 0.64rem;
	height: 0.64rem;
	font-size: 0.4rem;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 4px;
	border: 1px solid #afafaf;
	color: #afafaf;
	cursor: pointer;
}
.foot-icon .iconfont:hover{
	background-color: #0071bf;
	color: #fff;
}
.ewm-hover{
	display: none;
	position: absolute;
	left: 0;
	top: -2.5rem;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 4px;
	padding: 10px;
	background-color: #fff;
}
.ewm-hover img{
	width: 100%;
}
.foot-icon li:hover .ewm-hover{
	display: block;
}
.copyright{
	background-color: #313131;
	text-align: center;
	color: #afafaf;
	font-size: 12px;
	line-height: 24px;
	padding: 0.4rem 0;
}


/*子页头部*/
.page-header{
	padding-top: 90px;
}
.page-navbar{
	margin-top: 0.48rem;
	padding-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
}
.page-navbar a{
	color: #444;
	font-size: 14px;
}
.page-navbar .iconfont{
	font-size: 14px;
}
.page-navbar a.active{
	color: #0071bf!important;
}
.page-title{
	margin-top: 33px;
}
.page-title .title{
	font-size: 0.6rem;
	color: #000;
	font-weight: 900;
	line-height: 0.8rem;
}
.page-title .sub-title{
	margin-top: 5px;
	font-family: helvetica;
	font-size: 0.4rem;
	color: #8d8d8d;
	line-height: 0.48rem;
	text-transform: uppercase;
}
.page-title .line{
	display: block;
	width: 1.4rem;
	height: 5px;
	background-color: #0071bf;
	margin-top: 15px;
}
.page-title .description{
	margin-top: 20px;
	font-size: 0.28rem;
	color: #222;
	line-height: 0.48rem;
	text-align: justify;
	border-bottom: 1px solid #ddd;
}

.pro-label{
	margin-top: 1rem;
}
.pro-label>a{
	border: 1px solid #ddd;
	display: flex;
	transition: all .35s ease-in-out;
}
.pro-label .pic{
	flex: 0 0 auto;
	max-width: 100%;
	width: 9.6rem;
}
.pro-label .text{
	padding: 1rem;
}
.pro-label .title{
	font-size: 0.4rem;
	color: #444;
	font-weight: 900;
	line-height: 0.8rem;
	margin-bottom: 5px;
}
.pro-label .description{
	color: #666;
	font-size: 0.28rem;
	line-height: 0.48rem;
}
.pro-label>a:hover{
	border-color: #0071bf;
}
.pro-label>a:hover .title{
	color: #0071bf;
}

.pl{
	border-right: 1px solid #ddd;
}
.pl .title{
	font-size: 0.48rem;
	color: #000;
	line-height: 1.6rem;
	font-weight: 900;
	border-bottom: 5px solid #999;
}
.pro-type{
	overflow: hidden;
}
.pro-type h2{
	position: relative;
	display: block;
	font-size: 0.36rem;
	color: #444;
	font-weight: 900;
	line-height: 0.8rem;
	margin-top: 0.4rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.pro-type h2 .iconfont:first-child{
	color: #aaa;
	font-weight: normal;
	font-size: 0.4rem;
}
.pro-type h2 .icon-r{
	position: absolute;
	top: 0;
	right: 0.4rem;
	display: inline-flex;
	line-height: 0.8rem;
}
.pro-type h2:hover{
	color: #0071bf;
}
.pro-type-list{
	padding-left: 0.6rem;
}
.pro-type-list a{
	display: block;
	margin-top: 0.2rem;
	font-size: 0.28rem;
	line-height: 0.6rem;
	color: #888;
}
.pro-type-list a .iconfont{
	display: inline-block;
	margin-right: 10px;
}
.pro-type-list a:hover{
	color: #0071bf;
}
.pro-more{
	text-align: right;
	margin-top: 15px;
}
.pro-more a{
	display: inline-block;
	padding: 0 0.6rem;
	line-height: 0.6rem;
	font-size: 0.28rem;
	color: #fff;
	background-color: #0071bf;
}
.pro-more a:hover{
	background-color: #b82d12;
}

.pro-detail{
	display: flex;
	margin-top: 0.4rem;
	border: 1px solid #ddd;
}
.pro-detail .pic{
	flex: 0 0 auto;
	width: 10.4rem;
	max-width: 100%;
}
.pro-detail .title{
	font-size: 0.48rem;
	color: #000;
	font-weight: 900;
	margin-top: 0.6rem;
}
.pro-detail .type{
	font-size: 0.36rem;
	font-weight: 900;
	line-height: 1rem;
	color: #0071BF;
}
.pro-detail .pro-contact{
	padding: 0.2rem 0;
}
.pro-detail .pro-contact a{
	position: relative;
	display: block;
	width: 2.8rem;
	text-align: center;
	background-color: #aaa;
	line-height: .8rem;
	margin-top: 15px;
	color: #fff;
}
.pro-contact a:hover .ewm-hover{
	display: block;
}
.pro-detail .pro-contact a:hover{
	background-color: #0071bf;
}
.pro-editor  ul{
	display: flex;
	flex-wrap: wrap;
}
.pro-editor li{
	margin-top: 0.4rem;
	margin-right: 0.4rem;
	line-height: 0.6rem;
	cursor: pointer;
}
.pro-editor li .iconfont{
	font-size: 0.32rem;
	margin-right: 3px;
}
.pro-editor li:hover{
	color: #0071bf;
}
.pro-canshu{
	padding: 0.3rem 0;
}
.pro-canshu .item{
	display: none;
	padding: 0.6rem;
	background-color: #eee;
	text-align: center;
}

.hangye-item>a{
	display: flex;
	border: 1px solid #ddd;
	margin-top: 0.8rem;
	padding: 0.4rem;
}
.hangye-item>a .pic{
	flex: 0 0 auto;
	width: 7rem;
	max-width: 100%;
}
.hangye-item>a .text{
	margin-top: 0.4rem;
	padding-left: 0.4rem;
}
.hangye-item>a .text .title{
	color: #000;
	font-weight: 900;
	line-height: 0.8rem;
	font-size: 0.36rem;
}
.hangye-item>a .text .description{
	color: #888;
	line-height: 0.48rem;
	text-align: justify;
}
.hangye-item>a:hover{
	background-color: #eee;
}
.hangye-title{
	background-color: #ddd;
	text-align: center;
	padding: 0.5rem 0;
	margin: 0.4rem auto;
}
.hangye-title .title{
	font-size: 0.52rem;
	font-weight: 900;
	color: #000;
}
.hangye-title .line{
	display: inline-block;
	width: 1.4rem;
	height: 4px;
	background-color: #0071bf;
	line-height: 1;
}
.problem-item{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
}
.problem-item .pq{
	position: relative;
	font-size: 0.36rem;
	line-height: 0.8rem;
	overflow: hidden;
	z-index: 99;
	cursor: pointer;
}
.problem-item .pq span{
	color: #0071bf;
	margin-right: 0.2rem;
}
.problem-item .pq .iconfont{
	position: absolute;
	line-height: 0.8rem;
	right: 0.3rem;
	top: 0;
	font-size: 0.48rem;
	color: #aaa;
}
.problem-item .pa{
	display: none;
	padding: 0.2rem 0;
	text-align: justify;
	line-height: 0.6rem;
}
.problem-item .pa span{
	font-size: 0.36rem;
	color: #0071bf;
	margin-right: 0.3rem;
}
.problem-item .pa i{
	font-size: 0.28rem;
	font-style: normal;
	color: #666;
}

.about-description{
	width: 100%;
	background-color: #F1F1F1;
	padding: 0.8rem;
	margin-top: 0.5rem;
	text-align: justify;
	font-size: 0.32rem;
	color: #666;
	line-height: 0.6rem;
}

.contact-list{
	padding: 0.8rem 0;
	text-align: center;
}
.contact-list .iconfont{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	margin: 10px auto;
	border-radius: 50%;
	background-color: #F1F1F1;
	color: #0071bf;
	font-size: 1.2rem;
}
.contact-list h6{
	font-size: 0.36rem;
	line-height: 0.6rem;
}
.contact-list p{
	font-size: 0.32rem;
	color: #888;
}
.contact-list  img{
	width: 2.8rem;
	background-color: #F1F1F1;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 0.3rem;
}
/*新闻相关*/
.news-bg{
	background: url(../image/news-bg.jpg) no-repeat;
	background-color: #F9F9F9;
}
.news-label{
	position: relative;
	padding-top: 5px;
}
.news-label::after{
	content: '';
	position: absolute;
	display: inline-block;
	bottom: -2px;
	left: 0;
	width: 80px;
	height: 5px;
	background-color: #0071BF;
}
.news-label .more-normal{
	position: absolute;
	right: 5px;
	top: 5px;
}
.news-label>a{
	display: inline-block;
	margin-right: 40px;
	padding-bottom: 30px;
}
.news-label>a:hover{
	color: #0071BF;
}
.news-item{
	position: relative;
	z-index: 1;
}
.news-item::before{
	content: '';
	position: absolute;
	display: block;
	width: 120%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #0071BF;
	opacity: 0;
	z-index: -1;
	transition: all .35s ease-in-out;
}
.news-item:hover *{
	color: #fff!important;
}
.news-item:hover::before{
	opacity: 1;
}
.news-item .date{
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	justify-content: center;
	text-align: center;
}
.news-item .date b{
	font-size: 36px;
	line-height: 1.2;
}
.news-content .data span{
	font-size: 14px;
	color: #0071bf;
	margin-right: 15px;
}
.news-content .data a{
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background-color: #0071bf;
}
.news-content .data a:hover{
	background-color: #000;
}
.foot2-logo{
	display: block;
	width: 460px;
	margin: 0 auto;
}
.foot-contact2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-contact2>div{
	position: relative;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
	padding-left: 100px;
}
.foot-contact2 .iconfont{
	display: inline-flex;
	border-radius: 50%;
	border: 1px solid #666;
	font-size: 50px;
	position: absolute;
	width: 80px;
	height: 80px;
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
}
.foot-ewm2{
	flex: 0 0 auto;
}
.foot-ewm2 img{
	width: 150px;
}
.copyright2{
	background-color: #0071bf;
	color: #fff;
	text-transform: uppercase;
}
.swiper-zzzs .swiper-slide img{
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}
.swiper-left,.swiper-right{
	position: absolute;
	top: 40%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	width: 0.6rem;
	height: 1.6rem;
	cursor: pointer;
}
.swiper-left{
	left: 0;
}
.swiper-right{
	right: 0;
}