* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	text-decoration: none;
	list-style: none;
}




/*banner图*/

#banner1 {
	width: 100%;
	height: 400px;
	background-image: url(../img/WeOffer_Banner1.jpg);
	margin: 0 auto;
	/*float: left;*/
}
#banner2 {
	width: 100%;
	height: 400px;
	background-image: url(../img/WeOffer_Banner2.jpg);
	margin: 0 auto;
	/*float: left;*/
}
#banner3 {
	width: 100%;
	height: 400px;
	background-image: url(../img/WeOffer_Banner3.jpg);
	margin: 0 auto;
	/*float: left;*/
}
#banner4 {
	width: 100%;
	height: 400px;
	background-image: url(../img/WeOffer_Banner4.jpg);
	margin: 0 auto;
	/*float: left;*/
}
#banner5 {
	width: 100%;
	height: 400px;
	background-image: url(../img/WeOffer_Banner5.jpg);
	margin: 0 auto;
	/*float: left;*/
}
#banner6 {
	width: 100%;
	height: 400px;
	background-image: url(../img/WeOffer_Banner6.jpg);
	margin: 0 auto;
	/*float: left;*/
}
#banner7 {
	width: 100%;
	height: 400px;
	background-image: url(../img/WeOffer_Banner7.jpg);
	margin: 0 auto;
	/*float: left;*/
}
#banner8 {
	width: 100%;
	height: 400px;
	background-image: url(../img/WeOffer_Banner8.jpg);
	margin: 0 auto;
	/*float: left;*/
}


#Boss {
	width: 1200px;
	margin: 0 auto;
}

.banner_box {
	/*background-color: cyan;*/
	width: 600px;
	float: right;
	margin-top: 100px;
}
.banner_box2 {
	/*background-color: cyan;*/
	width: 470px;
	float: left;
	margin-top: 100px;
}


.banner_box_p1 {
	font-size: 44px;
	font-weight: 800;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.banner_box_p2 {
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}

.banner_box_p3 {
	font-size: 16px;
	color: #FFFFFF;
}


/*底部*/

#footer {
	height: 110px;
	width: 100%;
	/*margin-top: 80px;*/
	background-color: #015aac;
}

#footer_box {
	height: 25px;
}

#footer p {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}