@charset "utf-8";
* {
margin:0px;
padding:0px;
}
.all {
	margin-left:auto;
	margin-right:auto;
	height: 637px;
	width: 1000px;
}
.all .top {
	float: left;
	height: 85px;
	width: 1000px;
	background-color: #000000;
}
.all .top .topleft {
	float: left;
	height: 85px;
	width: 500px;
	background-image: url(../img/top001.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.all .top .topright {
	float: left;
	height: 85px;
	width: 499px;
	background-image: url(../img/top002.jpg);
	background-repeat: no-repeat;
	background-position: 216px 15px;
}
.all .main {
	background-image: url(../img/top003.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 315px;
	width: 1000px;
}
.all .foot {
	float: left;
	height: 236px;
	width: 1000px;
	background-color: #550100;
}
.all .foot .footleft {
	background-image: url(../img/top004.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 236px;
	width: 184px;
}
.all .foot .footright {
	float: left;
	height: 236px;
	width: 816px;
}
.all .foot .footright .zzflash {
	float: left;
	height: 188px;
	width: 816px;
	clear: both;
}
.all .foot .footright .footweb {
	float: left;
	height: 36px;
	width: 166px;
	clear: both;
	padding-left:650px;
}

