@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
html, body {
	font-size: 12px;
	font-family: "宋体", Arial, sans-serif;
	color: #222;
}
body {
	background: url(../images/bg.jpg) top repeat-x;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #f40200;
	text-decoration: none;
}
img {
	border: 0 none; max-width: 100%;;
}
ol, ul, li {
	list-style: none;
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="submit"] {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.height10 {
	height: 10px;
	width: 100%;
	overflow: hidden;
}
.hidden {
	overflow: hidden;
}
/*盒子*/

.box1100 {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.box1080 {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
/*头部*/

.header {
	height: 298px;
}
.top {
	width: 100%;
	height: 198px;
	overflow: hidden;
	background: url(../images/top.jpg) center no-repeat;
	position: relative;
}
.top a.logo {
	display: block;
	width: 530px;
	height: 105px;
	position: absolute;
	left: 10px;
	top: 45px;
}
/*导航*/

.nav {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: url(../images/nav_bg_1.jpg) repeat-x;
}
.nav ul li {
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	background: url(../images/nav_bg_2.jpg) right center no-repeat;
	position: relative;
}
.nav ul li.none {
	background: none;
}
.nav ul li a {
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}
.nav ul li a:hover {
	text-decoration: underline;
}
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: 108px;
	z-index: 3;
	top: 34px;
 *top:34px;
 *+top:34px;
 *left:0px;
}
#jsddm li ul li {
	z-index: 3;
	width: 108px;
	height: 30px;
	line-height: 30px;
	background: url(../images/nav_bg_1.jpg) bottom center repeat-x;
	text-align: center;
	font-size: 12px;
	position: relative;
}
#jsddm li ul li a {
	color: #fff;
}
#jsddm li ul li a:hover {
	text-decoration: underline;
}
/*日期、天气、搜索*/

.time_weather {
	width: 100%;
	height: 32px;
	overflow: hidden;
	background: #fffdee;
	z-index: 0;
}
.time {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	display: block;
	color: #575354;
	background: url(../images/icon1_1.jpg) 40px center no-repeat;
	padding-left: 65px;
	z-index: 0;
}
.weather {
	width: auto;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	display: block;
	margin-left: 90px;
	z-index: 0;
}
.search {
	width: 240px;
	height: 23px;
	overflow: hidden;
	background: url(../images/search.jpg) center no-repeat;
	position: relative;
	top: 4px;
	right: 27px;
	z-index: 0;
}
.search .keys {
	width: 190px;
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
	overflow: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
	border: 0px;
	background: none;
	color: #575354;
	z-index: 0;
}
.search .btn {
	width: 39px;
	height: 23px;
	border: 0px;
	background: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}
/*城市列表*/

.city {
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #f30000;
	border-top: 1px solid #b8570b;
	border-bottom: 1px solid #f38617;
	background: #fff9eb;
	margin: 0px auto;
}
.city a {
	color: #f30000;
	padding: 0 20px;
}
.city a:hover {
	text-decoration: underline;
}
/*底部*/

.footer {
	width: auto;
	height: 273px;
	background: url(../images/foot_bg.jpg) bottom center no-repeat;
}
.footer_nav {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #d00204;
	text-align: center;
	font-family: "微软雅黑";
	color: #ffffff;
}
.footer_nav a {
	color: #ffffff;
}
.footer_nav a:hover {
	text-decoration: underline;
}
.footer_top {
	padding-left: 5px;
	padding-top: 10px;
	line-height: 28px;
	color: #fff;
}
.footer_top a {
	color: #ffffff;
}
.footer_top a:hover {
	text-decoration: underline;
}
.footer_copyright {
	width: 1100px;
	height: auto;
	line-height: 25px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 5px;
}
.footer_copyright a {
	color: #ffffff;
}
.footer_copyright a:hover {
	text-decoration: underline;
}
