body,div,p{
	font-family: "microsoft yahei" !important;
}
.banner{
	background: url(../images/honner/honner-bg.jpg) no-repeat scroll center center;
	background-size: cover;
	width: 100%;
	height: 568px;	
}
.banner .content{
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.p-a{
	position:relative;
}
.zh{
	font-size:40px;
	color:#fff;	
}
.en{
	font-size:16px;
	color:#ccc;
	margin-top:10px;
}
.content{
	margin:0 auto;
	width:1200px;
}
.category,.item{
	display:flex;
	justify-content: center;
	align-items: center;	
}
.category .item{
	border-radius: 100px;
	height: 45px;
	background:#fff;
	border:1px solid #d7d7d7;
	padding:0 70px;
	color:#333;
	margin:15px 40px;
	position:relative
}
.item:hover,.item.active{
	background:#ff861b;
	color:#fff;
	transition: all 0.2s;
}
.item:hover::after,.item.active::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #ff861b;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
}
.item p{
	font-size:18px;
}
.item em{
	font-size:14px;
}

.title{	
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-top:60px;
}
.bg-white{
	position:relative;	
}
.bg-white::after,.bg-white::before{
	width:460px;
	height:1px;
	background:#d9d9d9;
	content:"";
	top:50%;
	position: absolute;
}
.bg-white::after{
	left:-460px;
}
.bg-white::before{
	right:-460px;
}
.title span{
	background:#00c0ff;
	border-radius:50px;
	display:inline-block;
	padding:0 50px;
	line-height: 35px;
	color:#fff;
	position:relative;
}
.title span::after,.title span::before{
	position:absolute;
	background:#00c0ff;
	width:6px;
	height:6px;
	border-radius:50%;
	content:"";
	top:50%;
	margin-top: -3px;	
}
.title span::after{
	left:-30px;
}
.title span::before{
	right:-30px;
}
.title span::after::after{
	position:absolute;
	content:"";
	height:50px;
	width:466px;
	background:#d9d9d9;
	left:-466px;
	top:3px;
}
.title .bg-white{
	background: #fff;
	display: inline-block;
	padding: 0 30px;
}
.title span::before::before{
	position:absolute;
	content:"";
	height:50px;
	width:466px;
	background:#d9d9d9;
	left:-466px;
	top:3px;
}
.list{
	overflow:hidden;
	margin:15px 0;
}
.list li{
	float:left;
	padding:13px;
}
.list li img{
	width:145px;
	height:187px;
}
.list li p{
	font-size:14px;
	text-align: center;
}
.list li img{
	cursor:pointer;
}