* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", "宋体";
	background: #f1f1f1;
    color: #333333;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}
a:hover{
	color: #CC9900;
	text-decoration: underline;
}

area {
	border: 0px;
	outline: none;
}

.clearFloat:after {
	display: block;
	content: "";
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.header{
	width: 100%;
	background-color: #F9F9F9;
}
.header_top{
	width: 1000px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	font-size: 0;
}
#localtime{
	display: inline-block;
	width: 200px;
	height: 100%;
	font-size: 12px;
	color: #373737;
}
.weather{
	display: inline-block;
	width: 680px;
}
.homeCollection{
	display: inline-block;
	width: 120px;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
}
.homeCollection a{
	color: #333333;
}
.homeCollection a:hover{
	color: #CC9900;
	text-decoration: underline;
}
.headerLogo{
	width: 100%;
	height: 169px;
	background: url(../images/top_swf.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #fff;
}
.nav{
	height: 42px;
	background-color: #c40203;
	width: 100%;
}
.navBox{
	width:980px; 
	margin:auto
}
.navli{
	float: left;
	text-align: center;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.nav_menustyle_1_1 a {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
	font-weight: bold;
    color: #fff;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}
.nav_menustyle_1_1 ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.nav_menustyle_1_1 ul li ul {
    margin-top: 0px;
    width: auto;
	z-index: 99;
    background-repeat: repeat;
	display: none;
}
.nav_menustyle_1_1 li a:hover ul, .nav_menustyle_1_1 li:hover ul, .nav_menustyle_1_1 li:hover ul li:hover ul, .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul, .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul, .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
}
.footer{
	width: 100%;
	text-align: center;
	height: 96px;
	border-top: 6px solid #818181;
	background-color: #fff;
	line-height: 90px;
}
.footer .txt3{
	font-size: 12px;
}
.footer .txt3 a{
	color: #333333;
}
.footer .txt3 a:hover{
	color: #CC9900;
	text-decoration: underline;
}
.pubContent{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 10px;
}
	