#content_box{
	width: 100%;
	position: relative;
}
.content_in{
	margin: 0 auto;
	position: relative;
}
.content_in .cs_box{
	min-width: 1100px;
	height: 800px;
	background: url('../images/cs.jpg') no-repeat center top;
}
.content_in .cs_in{
	width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
}
.content_in .cs_in .cs_header{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: url('../images/title_bg.png') no-repeat center 64px;
	position: relative;
}
.content_in .cs_in .cs_header .title_box{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 49px;
}
.content_in .cs_in .cs_header .title_box p:nth-of-type(2){
	color: #798390;
}
.content_in .cs_in .cs_txt{
	margin-top: 5px;
}
.content_in .cs_in .cs_txt p{
	color: #999;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}
.content_in .cs_in .cs_list{
	margin: 30px 0;
	margin-top:200px;
}
.content_in .cs_in .cs_list li{
	width: 300px;
	height: 344px;
	margin:30px;
	background: url('../images/cs_wx.jpg') no-repeat 90px 70px,
				url('../images/cs_bg.png') no-repeat center;
}
.content_in .cs_in .cs_list li:nth-of-type(2){
	background: url('../images/cs_tel.png') no-repeat 124px 87px,
				url('../images/cs_bg.png') no-repeat center;
}
.content_in .cs_in .cs_list li:nth-of-type(3){
	background: url('../images/cs_qq.png') no-repeat 106px 87px,
				url('../images/cs_bg.png') no-repeat center;
}
.content_in .cs_in .cs_list li>h3{
	line-height: 52px;
	font-size: 24px;
	text-align: center;
	margin-top: 203px;
	margin-bottom: 28px;
	font-weight: normal;
}
.content_in .cs_in .cs_list li>p{
	color: #908f8f;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}