.conBox{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.title{
	text-align: center;
	margin-top:80px;
}
.title h2{
	font-size:30px;
	line-height: 30px;
	font-weight:400;
}
.title span{
	display:inline-block;
	width:30px;
	height:2px;
	box-sizing:border-box;
	margin-top:18px;
}
.title p{
	color:#666;
	font-size:14px;
	width:1200px;
	margin:32px auto;
	margin-bottom:10px;
	text-align:left;
}
#header .menu ul li.about a span{
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	line-height: 56px;
	display: block;
	height: 58px;
}
#header .menu ul li.about>a{
	box-sizing:border-box;
	color: #26bbd6;
	border-top:2px solid #26bbd6;
}
#header .menu ul li.about ul li.nav-3 a{
	color: #26bbd6;
}
#banner{
	width:100%;
	height:320px;
	background:url(../image/banner_honor.jpg) no-repeat;
	background-size:cover;
	position:relative;
	z-index:0;
}
#banner .bannerCon{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position: relative;
	color:#fff;
}
#banner .bannerCon h1{
	margin-top:100px;
	display:inline-block;
	font-size:38px;
	font-weight:400;
	padding:30px 0;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
#banner .bannerCon p{
	font-size:17px;
	color:#fff;
	font-weight:400;
	margin-top:25px;
	letter-spacing:2px;
	width: 540px;
}
#banner .bannerCon a{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../image/icon.png) no-repeat -900px 0;
	margin-top:75px;
}

#items{
	background:#FBFCFF;
	overflow:hidden;
}
#items .items_con{
	width:1220px;
	margin:0 auto;
	padding:50px 0 80px 0;
	overflow:hidden;
}
#items .items_con ul li{
	width:590px;
	height:250px;
	float:left;
	border:1px solid #E6E6E6;
	padding:14px;
	margin:10px;
	transition:all 0.2s;
}
#items .items_con ul li:hover{
	box-shadow:0 5px 15px rgba(0,0,0,0.3);
	cursor:pointer; 
}
#items .items_con ul li .figure{
	text-align:center;
	width:155px;
	height:215px;
	line-height:215px;
/*	border:1px solid #E6E6E6;
*/	float:left;
}
#items .items_con ul li .figure img{
	display:inline-block;
	vertical-align:middle;
}
#items .items_con ul li .intro{
	font-size:14px;
	color:#666;
	float:right;
	width:360px;
}
#items .items_con ul li .intro h3{
	color:#333;
	font-size:16px;
	margin:20px 0;
}

#items .items_con p img{
	max-width: 100%;
	margin:20px 0;
}


@media screen and (max-width: 768px){
	/*移动端样式*/
	.title{
		margin-top:30px;
	}
	.title h1{
		font-size:30px !important;
	}
	.title h2{
		font-size:20px !important;
	}
	.title p{
		width: 96%;
		margin-left: 2%;
		font-size:14px !important;
		padding:0;
	}
	#banner{
		width:100%;
		height:300px;
		overflow:hidden;
	}
	#banner .bannerCon{
		padding:0 10px;
	}
	#banner .bannerCon h1{
		margin-top:60px;
		font-size:30px;
	}
	#banner .bannerCon p{
		font-size:14px;
		letter-spacing:0px;
		width: 100%;
	}
	#header .menu ul li.about>a{
			border-top:0;
		}



	#items .items_con{
		width:100%;
		margin:0 auto;
		padding:50px 0 20px 0;
		overflow:hidden;
	}
	#items .items_con ul li{
		width:96%;
		height:auto;
		float:none;
		border:1px solid #E6E6E6;
		padding:14px;
		margin:0px 2% 10px;
		transition:all 0.2s;
		background:#fff;
		overflow: hidden;
		position: relative;
		min-height: 192px;
	}
	#items .items_con ul li:hover{
		box-shadow:0 5px 15px rgba(0,0,0,0.3);
		cursor:pointer; 
	}
	#items .items_con ul li .figure{
		position: absolute;
		left: 10px;
		top: 10px;
		text-align:center;
		width:120px;
		height:169px;
		line-height:169px;
		border: 0;
		float:none;
	}
	#items .items_con ul li .figure img{
		border:1px solid #E6E6E6;
		width: 100%;
		display:inline-block;
		vertical-align:middle;
	}
	#items .items_con ul li .intro{
		width: auto;
		font-size:14px;
		color:#666;
		float:none;
		padding-left: 130px;
	}
	#items .items_con ul li .intro h3{
		color:#333;
		font-size:16px;
		margin:0px 0;
	}


}