.article {
  width: 100%;
  padding-bottom: 120px;
  background: url(../img/dbj2.jpg) no-repeat;
  background-size: 100% 100%; 
}
.container{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.title{
	padding: 73px 0 93px 0;
	text-align: right;
}
.ruzhu{
	position: absolute;
	left: 50%;
	top: 367px;
	width: 198px;
	height: 68px;
	margin-left: -99px;
	z-index: 9;
}
.contents li{
	margin-bottom: 50px;
}
.contents li:nth-of-type(3){
	margin-bottom: 70px;
}
.contents li:nth-of-type(4){
	margin-bottom: 66px;
}
.contents li:nth-of-type(5){
	margin-bottom: 33px;
}
.contents li:nth-of-type(6){
	position: relative;
	margin-bottom: 0px;
}
.kefu{
	position: absolute;
	left: 95px;
	top: 161px;
	padding-left: 50px;
}
.kefu:after{
	display: block;
	content: '';
	clear: both;
}
.box{
	float: left;
	padding: 31px 0;
}
.kefu .box:nth-of-type(1){
	width: 345px;
}
.kefu .box:nth-of-type(2){
	width: 384px;
}
.kefu .box:nth-of-type(3){
	width: 240px;
	padding: 19px 0;
}
.box div{
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}
.box i{
	float: left;
	width: 30px;
	height: 48px;
	margin-right: 12px;
	background: url(../img/icon.png) no-repeat;
}
.box .icon-t{
	background-position-x: -30px;
}
.box .icon-s{
	background-position-x: -60px;
}
.box .icon-f{
	background-position-x: -90px;
}
.box span{
	float: left;
	color: #0cf;
}
.box em{
	float: left;
	color: #fff;
}
.foot{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: rgba(51,51,102,.5);
}
.foot p{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 42px;
	color: #fff;
	letter-spacing: 10px;
}
.foot a{
	margin-left: 50px;
}
