.header{
	background: url(../img/background.jpg) center top no-repeat;
	background-size:100% 100%;
}

.subTitle p{
	font-size: 1.7em;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}
/* main */
.mainList{
	width: 920px;
	margin: auto;
}
.mainList li,.userList li{
	float: left;
	margin-top: 30px;
}
.mainList li:nth-child(2n+1){
	margin-right: 60px;
}
.mainItem{
	width: 430px;
}
.mainItem .imgDiv{
	width: 80px;
}
.mainItem .imgTxt{
	width: 330px;
}
.imgTxt p{
	color: #555;
	font-size: 14px;
}
.imgTxt p:first-child{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #C44533;
}
/* user */
.userDiv{
	width: 1060px;
	margin: auto;
}
.userItem{
	box-sizing: border-box;
	text-align: justify;
	margin-left: 20px;
	width: 340px;
	height: 400px;
	padding: 35px 20px;
	background-size: 100% 100%;
	box-shadow: 0 0 30px rgba(0,32,61,.1);
}
.userItem:first-child{
	margin-left: 0;
}
.userItem .left-img{
	padding: 20px 0;
	width: 50%;
	float: left;
}
.userItem .left-img img{
	display: block;
	margin: auto;
}
.userItem .right-title{
	height: 140px;
	width: 49%;
	float: right;
	border-left: 1px solid #ccc;
	text-align: center;
}
.userItem .right-title h3{
	margin-top: 50px;
	font-size: 18px;
	font-weight: 800;
	color: #333;
}
.userItem .des-text{
	text-indent: 2em;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding-top: 20px;
	float: left;
}
/* apply */
.apply{
	margin-top: 60px;
	padding: 40px 60px;
	height: 100px;
	background: #C44533;
	text-align: center;
}
.apply h3{
	color: white;
	font-weight: normal;
	margin-bottom: 25px;
}
.apply button{
	cursor: pointer;
	display: inline-block;
	width: 140px;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #C44533;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
