﻿@charset "utf-8";
/* 网站主体结构 */
html {
    text-align: center;
}
body {
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #5ab4d1;
}
.banner {
	width: 962px;
	height: 108px;
	background-image: url(../images/banner.jpg);
	margin-right: auto;
	margin-left: auto;
}
.main_menu {
	padding: 0;
	text-align: left;
	width: 962px;
	height: 36px;
	background-image: url(../images/menu_bg01.jpg);
	margin-right: auto;
	margin-left: auto;
}
.container {
    overflow: visible;
	text-align: left;
	width: 962px;
	padding: 0px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
.left {
    float: left;
	clear: right;
	text-align: center;
	width: 175px;
	margin: 2px;
	background-image: url(../Images/left_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 100%;
	bottom: 0;
	height: auto;
}
.index_left {
    padding-bottom: 0;
	background-image: none;
}
.middle { 
    float: left;
	clear: right;
	width: 570px;
	margin: 2px;
}
.right {
    overflow: visible;
    float: left;
	clear: right;
	width: 200px;
	margin: 1px;
}
.bottom {
    color: #FFFFFF;
    width: 962px;
    clear: both;
	height: 58px;
	margin-right: auto;
	margin-left: auto;
}
.copyright {
    padding: 0;
    width: 962px;
	height: 80px;
    background-image: url(../images/copyright_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
img {
	border-style: none;
}
.sub_right {
    color: #00569e;
    float: left;
	clear: right;
	text-align: center;
	width: 774px;
	margin: 2px;
	background: url(../Images/sub_right_bg.jpg) repeat-x;
}
.sub_right2 {
    color: #00569e;
	text-align: center;
	margin: 2px;
	background: url(../Images/sub_right_bg.jpg) repeat-x;
}

.sub_right_title {
    text-align: left;
	height: 50px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #CCCCCC;
	margin: 5px;
}
.sub_right_title img {
	border-width: 1px;
	border-right-style: dashed;
	border-color: #CCCCCC;
	float: left;
	clear: right;
}
a.sub_title {
	font-size: 26px;
	font-weight: bolder;
	color: #FFAB00;
	font-family: "黑体";
}
#sub_title {
	float: left;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	padding-left: 35px;
	border-width: 1px;
	border-right-style: dashed;
	border-color: #CCCCCC;
	background-image: url(../Images/sub_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
}
ul {
    margin-bottom: 0;
}

.td_left {
	text-align: left;
}