body {
    background-image: url(body_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

/*通用-头部*/
.head {
	margin-bottom: 15px;
}
.head .head_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
    background: rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0,startColorstr = '#40000000',endColorstr = '#40000000')\9;
}
.head_top a {
	font-size: 14px;
	color: #fff;
}
.head_top .line {
	display: inline-block;
	margin: 0 10px;
	width: 1px;
	height: 10px;
	background-color: #fff;
}
.head_top .wblj_txt {
	margin-right: 80px;
}
.head_top .jtft_txt a {
	margin-right: 10px;
}
.head .logo {
	display: block;
	margin: 45px 0 25px;
}
.head .logo img {
	margin: 0 auto;
	width: 854px;
	height: 78px;
}
.head .search_box {
	position: relative;
	margin: 0 auto 110px;
	width: 575px;
	height: 40px;
	border: 1px solid #d61618;
}
.search_box .search_input {
	padding: 0 15px;
	width: 490px;
	height: 40px;
	line-height: 40px;
	*height: 38px;
	*line-height: 38px;
	background: none;
	border: none;
	outline: none;
}
.search_box .search_btn {
	position: absolute;
	top: 0;
	right: 0;
}
.head .head_nav {
	height: 60px;
	line-height: 60px;
	background-color: #015293;
}
.head_nav ul li {
	float: left;
	width: 149.4px;
	height: 60px;
	text-align: center;
}
.head_nav ul li a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.head_nav ul li:hover {
	background-color: #003f71;
}

/*通用-尾部*/
.foot {
	padding: 20px 0 40px;
	font-size: 14px;
	color: #cde4f9;
	background-color: #015293;
}
.foot a {
	font-size: 14px;
	color: #cde4f9;
}
.foot .left_part p {
	margin-top: 15px;
}
.foot .left_part .yqlj_txt {
	margin-top: 0;
	margin-bottom: 10px;
}
.foot .left_part select {
	margin-right: 10px;
	padding: 9px 15px 9px 25px;
	width: 160px;
	height: 40px;
	font-size: 14px;
	color: #cde4f9;
	background-color: #0e64b1;
	border: none;
	outline: none;
    *margin-top: 7px;
    *padding: 0 15px 0 25px;
    *height: 28px;
    *line-height: 28px;
} 
.foot .right_part {
	padding-top: 105px;
}
.foot .right_part span {
	display: inline-block;
	margin-top: 13px;
}
.foot .right_part .line {
	display: inline-block;
	margin: 0 10px;
	width: 1px;
	height: 11px;
	background-color: #fff;
}
.foot .right_part .foot_right_img {
	display: inline-block;
	margin-left: 30px;
	width: 53px;
	height: 64px;
	vertical-align: top;
}

