.header {
	margin-top: 20px;

}
.hx {
	width: 100%;
	height: 1px;
	background-color: #C8C8CA;
}
.head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.t1-one{
	cursor: pointer;
}
.logo {
	display: flex;
	align-items: center;
}

.logo span {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.logo img {
	width: 200px;
	margin-right: 20px;
}

.phone {
	display: flex;
	align-items: center;
}

.phone span {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.phone img {
	width: 30px;
	margin-right: .9rem;
}

/* 导航栏 */
.nav {
	margin-top: 1.875rem;
	width: 100%;
	display: flex;
}

.nav .navact {
	background-color: #0E9EE5;
	color: #fff;
	cursor: pointer;

}

.navli {
	flex: 1;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;

}

.navli a {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
}

.navli a:hover {
	color: #FFF;
}

.navli a:hover::before {
	height: 100%;
	color: #fff;
}

.navli a::before {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	transition: height .5s;
	background-color: #0E9EE5;
	z-index: -1;
}

.banner {
	width: 100%;
	margin-top: 10px;
}

.banner img {
	width: 100%;
}

/* 推荐 */
.recommend {
	background-color: #f6f6f6;
}

.protit {

	position: relative;
}

.protit p {
	height: 80px;
	line-height: 80px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

.protit .more {
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translate(0, -50%);
	font-weight: bold;
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid #0E9EE5;
	color: #24ABED;
}

.protit .more:hover {
	color: #fff;
	background-color: #24ABED;
}


.protit span {
	color: #0E9EE5;
}

.protit::before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.procen {
	display: flex;
	flex-wrap: wrap;
}

.prolist {
	margin-top: 20px;
	width: 17.5%;
	margin-left: 2.5%;
	text-align: center;
	border: 1px solid #ededed;
}

.prolist:hover {

	border-color: #539CE9;
}

.prolist:hover .cz {
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.prolist:first-child {
	margin-left: 0;
}

.prolist:nth-child(6n+0) {
	margin-left: 0;
}

.prolist .cover {
	width: 100%;
}

.prolist .title {
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prolist .xh {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.prolist .cz {
	border: 1px solid #539CE9;
	border-radius: 3px;
	height: 40px;
	display: flex;
	align-items: center;
	/* border-left: none;
	border-right: none;
	border-bottom: none; */
}

.prolist .cz .fl {
	flex: 1;
	color: #2967E2;
	position: relative;
}

.prolist .cz .fl span {
	font-weight: bold;
	font-size: 20px;

}

.prolist .cz .fl::after {
	content: '';
	width: 1px;
	height: 26px;
	background-color: #BADEB0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.prolist .cz .xj {
	color: #2967E2;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prolist .cz .xj span {
	margin-right: 10px;
	font-size: 14px;
}

/* 公司介绍 */
.about {
	margin-top: 1.875rem;

}

.aboutcen {
	margin-top: 1.875rem;
	/* display: flex; */

}

.aboutcen .fl {

	width: 52.5%;
	flex-shrink: 0;
}

.aboutcen .fl img {
	width: 100%;
}

.aboutcen .fr {

	padding-left: 60px;


}

.aboutcen .fr .abouttit {
	font-weight: bold;
	font-size: 32px;
	height: 100px;
	line-height: 100px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.aboutcen .fr .sum {
	background-color: #F5F5F5;
	width: 100%;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 30px solid #f5f5f5;
	line-height: 2;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;

}

.aboutcen .fr .sum::after {
	content: '';
	width: 10px;
	height: 60px;
	background-color: #0095D8;
	position: absolute;
	left: 0;
	top: 30px;
}

.aboutcen .fr .canshu {
	width: 100%;
	display: flex;
	height: 150px;
	align-items: center;
	text-align: center;
	font-size: 14px;
	color: #323232;
}

.aboutcen .fr .canshu .one {
	width: 50%;
}

.aboutcen .fr .canshu .zl {
	width: 50%;
}

.aboutcen .fr .canshu span {
	font-size: 36px;
	font-weight: bold;
	margin-right: 3px;
}

/* news */
.news {
	border-top: 30px solid #F6F6F6;
}

.news .newscen {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;

}

.newlist {
	width: 30%;
	margin-left: 3%;
	position: relative;

}

.newlist .cover {
	width: 100%;
}

.newlist .newtit {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newlist .summ {
	font-size: 14px;
	color: #0C0C0C;
	overflow: hidden;
	text-overflow: ellipsis;
	/*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.lls {

	display: flex;
	height: 50px;
	align-items: center;
}

.yds {
	margin-right: 30px;
}

.xwfl {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	padding: 10px 20px;
	background-color: #00AA98;
	font-size: 20px;
}


.newlist:first-child {
	margin-left: 0;
}

.newlist:nth-child(4n+0) {
	margin-left: 0;
}

.footer {
	margin-top: 50px;
	background-color: #016FC4;

	color: #fff;
	border: 1px solid #016FC4;
}

.foot {
	margin-top: 50px;
	display: flex;
}

.foot>div {
	width: 33.333%;


}

.foot .one {
	padding-left: 20px;
}

.foot .foottit {
	display: inline-block;
	height: 50px;
	padding-right: 80px;
	line-height: 50px;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	position: relative;

}

.foottit::before {
	content: '';
	width: 35px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.oneitem {
	font-size: 16px;
	display: flex;
	height: 40px;
	align-items: center;
	width: 100%;
}

.oneitem a {
	color: #fff;
}

.zxkf {
	padding: 6px;
	display: flex;
	background-color: #1F81CC;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 200px;
	font-size: 14px;


}

.zxkf img {
	width: 18px;
	margin-right: 10px;
}

.oneitem .lx {
	width: 10px;
	margin-right: 10px;
}

.lxws {
	margin-top: 10px;
}

.foot .two {
	border-left: 2px solid #1279C8;
	border-right: 2px solid #1279C8;


}

.two .foottit {
	margin-left: 100px;
}

.twoitem {
	font-size: 16px;
	display: flex;
	height: 40px;
	align-items: center;
	width: 100%;
	padding-left: 100px;
	margin-top: 10px;
}

.twoitem a {
	color: #fff;
}

.three {}

.three .foottit {
	margin-left: 100px;
}

.ewm {
	margin-top: 30px;
	margin-left: 100px;
	display: flex;
}

.ewm .item {
	text-align: center;
}

.ewm .item:last-child {
	margin-left: 20px;
}

.foothx {
	width: 100%;
	height: 3px;
	background-color: #0E78CC;
	margin-top: 30px;
}

.footzs {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* 产品展示列表 */
.mbx {
	height: 50px;
	line-height: 50px;
	color: #070707;
	border-bottom: 1px solid #DCDCDC;
}
.mbx .mbxmz{
	color: #049A43;
	}

.prolisttit {
	margin-top: 20px;
	text-align: center;
	position: relative;
}

.prolisttit .tit {
	font-weight: bold;
	font-size: 30px;
	color: #000;
}

.prolisttit .bg {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.profl {
	margin: 30px 0;
	display: flex;
	justify-content: center;

}

.profl a {
	padding: 0 30px;
	border-left: 1px solid #C6C6C6;
	font-size: 18px;
	color: #181818;
}

.profl a:first-child {
	border-left: none;
}

.profl .act {
	color: #00A0F0;
}

.prolistcen {
	background-color: #F3F3F3;

	padding: 0 30px;
	padding-bottom: 50px;
}

.listcen {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.listcen .item {
	background-color: #fff;
	width: 23%;
	padding: 20px 0 0 0;
	text-align: center;
	margin-left: 2%;
	margin-top: 30px;

}

.listcen .item:hover .listitemtit {
	color: #0A96EB;

}

.listcen .item:hover {
	box-shadow: 0 0 15px #e7e7e7;
}

.listcen .item:first-child {
	margin-left: 0;
}

.listcen .item:nth-child(5n+0) {
	margin-left: 0;
}

.listcen .item img {
	width: 90%;
}

.listcen .item .listitemtit {
	height: 50px;
	line-height: 50px;
	color: #131313;
	width: 90%;
	margin: 0 auto;

	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;


}

.listcen .item .itemfoot {
	height: 60px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	font-size: 16px;
}

.itemfoot .itemxh {
	color: #121212;
}

.itemfoot .jg {
	color: #E83E3E;
}

.itemfoot .jg span {
	font-size: 28px;
}

.fy {
	height: 60px;

	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

}

.fy a {
	border: 1px solid #E6E6E6;
	padding: 10px 20px;
	margin-left: 20px;
}

.fy span {
	padding: 10px 20px;
	margin-left: 20px;
}

.fy .fyact {
	color: #fff;
	background-color: #0E9EE5;
}

.fyzs {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);

}

.fyzs span {
	margin-left: 10px;
}
/* 新闻 */
.newitem{
	height: 200px;
	border-bottom: 1px solid #E6E6E6;
	padding: 20px 30px;
	display: flex;
	align-items: center;
}
.newban{
	width: 300px;
}
.newfr{

flex: 1;
padding-left: 20px;
height: 100%;
}
.newfr .tit{
	line-height: 2;
	font-weight: bold;
font-size: 18px;
color: #000;
letter-spacing:1px;
}
.newfr .newtime{
	line-height: 2;
	color: #989898;
		font-size: 13px;
}
.newfr .newsum{
	color: #626262;
	line-height: 1.8;
	font-size: 14px;
	overflow : hidden;
	text-overflow: ellipsis; /*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 80px;
}
.newfr .newmore{
	display: inline-block;
	color: #000;
	margin-top: 10px;
	padding: 5px 30px;
	border: 1px solid #E6E6E6;
}
.newitem:hover{
	background-color: #F0F0F0;
	
}
.newitem:hover .tit{
	color: #0E9EE5;
}
.newitem:hover .newmore{
	background-color: #0E9EE5;
	border: 1px solid #0E9EE5;
	color: #fff;
}
.newdecen{
	margin-top: 30px;
}
.newsfl{
	float: left;
	width: 73%;
	padding-right:2%;
}
.newsfl .newdetit{
	color: #000;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	letter-spacing: 1.5px;

}
.tmly{
	height: 50px;
	line-height: 50px;
	color: #969696;
	text-align: center;
	
	}
	.frnewlist{
		border:1px solid #DBDBDB;
}
.frnewlist img{
	width: 100%;
}


.newsfr{
	float: right;
	width: 25%;
}
.newsfr .hxnew{
	display: inline-block;
	color: #fff;
	border-radius: 30px;
	background-color: #0E9EE5;
	padding: 5px 10px;
}
.frnewlist{
	margin-top: 20px;
}

.frlist{
	padding-bottom: 30px;
}
.frnewlist .frtit{
	margin-top: 20px;
	padding: 0 20px;
	min-height: 70px;
	overflow : hidden;
	text-overflow: ellipsis; /*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 18px;
	
}
.newsfl .center{
	font-size: 16px;
}
.zxxw{
	margin-top: 10px;
}
.zxtit{
	height: 60px;
	line-height: 60px;
	border-bottom: #E1E1E1 solid 1px;
	margin-left: 16px;
	position: relative;
}
.zxtit::before{
	content: '';
	width: 6px;
	height: 6px;
	
	background-color: #0E9EE7;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -20px;
}
.zxtit::after{
	content: '';
	width: 2px;
	
	
	height: 100%;
	background-color: #E1E1E1;
	
	position: absolute;
	top: 0;
	left: -18px;
}
.zxtit span{
	color: #0E9EE7;
	border-bottom: 1px solid #0E9EE7;
	line-height: 60px;
	display: inline-block;
	font-size: 16px;
}
.zxitem{
	display: block;
	padding-left: 16px;
	border-left: 2px solid #E1E1E1;
	position: relative;
}
.zxitem::before{
	content: '';
	width: 5px;
	height: 5px;
	border:1px solid #848484;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -4px;
}
.zxitem .zxsj{
	color: #0E9EE7;
	margin-top: 20px;
	font-size: 14px;
}
.zxitem .zxtitle{
	font-size: 15px;
	overflow : hidden;
	text-overflow: ellipsis; /*  文本溢出- 省略*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.concen{
	background-color: #F5F5F5;
	padding: 50px;
}
.concen .cenfl{
	width: 50%;
	padding-right: 60px;
	float: left;
	
	}
	.concen .cenfl .lxtit{
		color: #000;
		font-weight: bold;
		font-size: 40px;
	}
		.concen .cenfl .lxnr{
			line-height: 2;
			font-size: 16px;
			margin-top: 20px;
		}
		.dzdh{
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			
			align-items: center;
			font-size: 14px;
		}
		.dzdh .add{
			background-color: #fff;
			width: 45%;
			height: 60px;
			line-height: 60px;
			padding-left: 20px;
		}
		.cenfr{
			float: left;
			width: 45%;
			font-size: 14px;
		}
		.dzdh .dzdhphone{
			background-color: #fff;
			width: 45%;
			height: 60px;
			line-height: 60px;
			padding-left: 20px;
		}
		.cenfr span{
			color: #000;
			font-size: 16px;
		}
		.cenfr .email{
		background-color: #fff;
		height: 60px;
		line-height: 60px;
		padding-left: 20px;	
		margin-top: 20px;
		padding-left: 20px;
		}
		.cenfr .wx{
			background-color: #fff;
			height: 60px;
			line-height: 60px;
			padding-left: 20px;	
			margin-top: 20px;
			padding-left: 20px;
		}
		.ryitem{
		display: block;
		width: 23%;
		margin-left: 2%;
		float: left;
			
		}
		.ryitem:first-child{
			margin-left: 0;
		}
		.ryitem:nth-child(5n+0){
			margin-left: 0;
		}
	
		.ryitem img{
			width: 100%;
			
			    transition: all 0.3s ease-in;
			
		}
		.ryitem:hover img{
			   transform: scale(1.1);
			
		}
		.ryitem .rytit{
			text-align: center;
			height: 60px;
			line-height: 60px;
			font-size: 16px;
			overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
		}
		.hsbg{
			background-color: #f8f8f8;
			width: 100%;
			border-bottom: 1px solid #f8f8f8;
		}
	.wsxz{
		color: #029FE6;
	}	