html body {
	margin: 0px;
	padding: 0px;
}
body{
	background: url(../images/body_back.jpg) ;
}
div{
	margin: 0px auto;
}

.top {
	background: url(../images/head.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 160px;
}
.choose{
	width:1000px;
	height:124px;
	background: url(../images/choose_back.jpg) repeat-x;
	text-align: center;
}
.choose select{
	display:inline-block;
	margin-top:40px;
	font-size: 16px;
	height:40px;
	line-height: 40px;
	border:2px solid #935155;
	border-radius:8px;
	color:#be0a16;
}
.main_con{
	width:941px;
	height:704px;
	position: relative;
	margin-top:10px;
}
.main{
	width:941px;
	height:704px;
	top: 0px;
	left:0px;
	background: url(../images/main_back.png) no-repeat;
	position: absolute;
}
.cz_title{
	width:131px;
	height: 43px;
	background: url(../images/czt_title.png) no-repeat;
	position: absolute;
	left:6px;
	top:200px;
}
.chuanzong {
	width: 405px;
	height: 230px;
	left: 140px;
	top:118px;
	padding: 0px;
	border: 0px;
	position: absolute;
	background-color: #660000;
}

.chuanzong img {
	position: absolute;
	float: left;
	margin-left: 1.5px;
	margin-top:3.5px;
}

.ck_title{
	width:131px;
	height: 43px;
	background: url(../images/ckt_title.png) no-repeat;
	position: absolute;
	left:6px;
	top:386px;
}
.chuankou {
	width: 405px;
	height: 36px;
	left: 140px;
	top:389px;
	padding: 0px;
	border: 0px;
	position: absolute;
	background-color: #660000;
}

.chuankou img {
	position: absolute;
	float: left;
	margin-left: 1.5px;
	margin-top:3.5px;
}

.zz_title{
	width:131px;
	height: 43px;
	background: url(../images/zzt_title.png) no-repeat;
	position: absolute;
	left:6px;
	top:550px;
}
.res {
	width: 407px;
	height: 197px;
	left: 140px;
	top:463px;
	padding: 0px;
	border: 0px;
	position: absolute;
	background-color: #000062;
}

.res img {
	position: absolute;
	float: left;
	margin-left: 1.5px;
	margin-top:1.5px;
}

.wb_title{
	width:131px;
	height: 43px;
	background: url(../images/bwt_title.png) no-repeat;
	position: absolute;
	left:800px;
	top:230px;
}
.wenban {
	width: 213px;
	height: 211px;
	left: 584px;
	top:138px;
	padding: 0px;
	border: 0px;
	position: absolute;
	background-color: #000062;
}

.wenban img {
	position: absolute;
	float: left;
	margin-left: 1.8px;
	margin-top:2px;
}

.but{
	display: block;
	margin: 0px auto;
	margin-top:30px;
	width:300px;
	height:40px;
	background-color: #eeeeee;
	border: 0px;
	border-radius: 10px;
	color:#aaaaaa;
	font-size:16px;
}

.choname{
	width: 193px;
	height:80px;
	left: 584px;
	top:580px;
	padding: 0px;
	border: 0px;
	position: absolute;
	background-color: #660000;
	text-align: center;
	line-height:80px;
	color:#ffffff;
}

.zs{
	text-align: center;
	width:100%;
	color: #FFFFFF;
	margin-top: 20px;
}
.foot{
	width:700px;
	color: #949596;
	font-family: "microsoft yahei";
	font-size:12px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 50px;
}
.foot div{
	
}
.foot_l{
	width:210px;
	float: left;
}
.foot_l span{
	display: block;
	font-size: 16px;
}
.foot_ewm{
	width:99px;
	height:99px;
	float: left;
	margin-left: 90px;
}
.foot_right{
	width:210px;
	float:right;
}
.copyright{
	padding-top: 30px;
	padding-bottom: 30px;
	width:100%;
	clear:both;
	text-align: center;
}
.copyright a{
	color: #cccccc;
	font-family: "microsoft yahei";
	text-decoration:none;
}