.banner{
	width: 100%;
}
.banner>img{
	width: 100%;
} 
.footer{
	width: 100%;
	background: #282828;
	color: #ccc;
}
.footer_in{
	width: 1000px;
	padding: 20px 0;
	margin: auto;
	text-align: center;
	height: 88px;
}
.footer_in>p>a{
	padding: 0 10px;
	color: #ccc;
}
.footer_in>p>a:hover{
	color: red;
}
.oneIn{
	box-sizing: border-box;
	max-width: 1200px;
	height: 577px;
	margin:30px auto;
	padding: 200px 200px;
	background: url(../img/bg.png) no-repeat 100%;
	background-size: 100% 100%;
}
.oneIn>h3{
	text-align: center;
	line-height: 50px;
	background: url(../img/title.png);
}
.oneIn>p{
	text-indent: 2em;
	margin-top: 20px;
}
.oneIns{
	width: 1200px;
	margin: auto;
}
.oneIns>div{
	width: 490px;
	overflow: hidden;
}
.oneIns>div>img{
	position: absolute;
}
.oneIns>div>div{
	box-sizing: border-box;
	width: 300px;
	background:url(../img/bg1.png) no-repeat;
	padding: 24px;
	padding-left: 70px;
	float: right;
	margin-top: 30px;
}
.oneIns>div>div>h3{
	font-size: 16px;
	margin-bottom: 20px;
}
.oneIns>div>div>p{
	font-size: 14px;
}
.left{
	margin-right: 20px;
}
.ones{
	padding-top: 30px;
	background: url(../img/bg2.jpg) ;
	padding-bottom: 30px;
}