

.banner{
	height: 500px;
	background: url(../img/banner5.png) no-repeat #FFFFFF;
	background-size: cover;
	/*padding-top: 10%;*/
}
.box{
	width: 100%;
	background: #FFFFFF;
}
.boxin{
	width: 1200px;
	padding: 50px 0;
	margin: 0 auto;
	color: #22194F;
}
.item{
	width: 400px;
	height: 360px;
	padding: 0 10px;
	float: left;
}
.pic{
	width: 380px;
	height: 250px;
	overflow: hidden;
}
.pic img{
	width: 100%;
}
.tit{
	width: 380px;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	font-size: 16px;
	margin: 6px 0;
}
