﻿
/* CSS Document */
/*总体样式*/
*
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "宋体";
	color: #8a8a8a;
}

body
{
	background-color: #fff;
}

ul
{
	list-style: none;
	list-style-type: none;
}
li
{
	list-style: none;
	list-style-type: none;
}
a:link, a:active, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #ff5400;
}
input.focin
{
	border: 2px #F2C922 solid;
}
input.focout
{
	border: 1px #7F9DB9 solid;
}
.clear
{
	clear: both;
}
img
{
	border: none;
}

#toCenter
{
	position: relative;
	margin: 0px auto;
	width: 950px;
}


.height1
{
	font-size: 0px;
	height: 1px;
}
/*总体样式*/

/*头部开始*/
.head_leftbg, .head_rightbg, .head_cont
{
	float: left;
}
.head_leftbg
{
	background: url(../images/headBgs.gif) no-repeat;
	height: 134px;
	width: 20px;
}
.head_rightbg
{
	background: url(../images/headBgs.gif) no-repeat -25px 0px;
	height: 134px;
	width: 21px;
}
.head_cont
{
	height: 134px;
	width: 909px;
}

#head .btmbg
{
	background: url(../images/headbtm_bg_06.gif) repeat-x;
	height: 15px;
}
#head .conts
{
	height: 119px;
	position: relative;
}




#head .logo
{
	position: absolute;
	left: -1px;
}

#head .weather
{
	position: absolute;
	left: 325px;
	top: 20px;
	text-align:left;
}
.weather_pic
{
	position: absolute;
	left: 723px;
	top: 15px;
	width: 79px;
}



#head .search
{
	position: absolute;
	left: 325px;
	top: 41px;
	width: 200px;
}
.search_left, .search_cont, .search_right
{
	float: left;
}
.search_cont
{
	background: url(../images/head_search_05.gif) repeat-x;
	height: 21px;
	width: 153px;
}
.search_left
{
	background: url(../images/headBgs.gif) no-repeat -95px 0px;
	width: 23px;
	height: 21px;
}
.search_right
{
	width: 18px;
}
.search_right_button
{
	background: url(../images/headBgs.gif) no-repeat -61px 0px;
	border: none;
	width: 18px;
	height: 21px;
	cursor: pointer;
}
input.search_txt
{
	border: 0px;
	margin: 3px auto auto 1px;
	height: 14px;
}



.nav
{
	position: absolute;
	top: 95px;
	left: 40px;
	font-size: 14px;
	font-weight: bold;
	width:840px;
	height:25px;
	text-align:center;
	color:#C63;
	padding-top:10px;
	background-image:url(../images/navbg.gif);
}
.nav a
{
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
}
.nav a:hover{
	color:#333;
}



.gray_line
{
	background: url(../images/headBgs.gif) no-repeat 0px -134px;
	height: 15px;
	width: 839px;
	position: absolute;
	top: 79px;
	left: 0px;
}


.head_map
{
	position: absolute;
	width: 70px;
	left: 825px;
	padding-left: 5px;
	height: 70px;
	padding-top: 5px;
	border-left: solid 1px #f0f0f0;
}
.head_map li
{
	line-height: 22px;
}
/****************/

/*foot*/
#foot
{
	width: 950px;
	text-align: center;
}
#content
{
	width: 950px;
	margin: 0 auto 0 auto;
}
#foot p
{
	margin: 10px auto;
}

.foot_bg
{
	height: 120px;
	width: 500px;
	background: url(../images/headBgs.gif) no-repeat -120px -10px;
	margin: auto;
}

/************/

/*分页控件样式*/
.paginator
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 0;
	margin: 0px;
	cursor: pointer;
}
.paginator a
{
	padding: 1px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
	margin-right: 2px;
	cursor: pointer;
}
.paginator a:visited
{
	padding: 1px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
}
.paginator .cpb
{
	padding: 1px 6px;
	font-weight: bold;
	font-size: 13px;
	border: none;
	cursor: pointer;
}
.paginator a:hover
{
	background: #CBDCEE;
	color: #fff;
	border-color: #ffa501;
	text-decoration: none;
	cursor: pointer;
}
.btntel
{
	font-size: 12px;
	border: 1px solid #999;
	color: Black;
	height: 20px;
	text-align: center;
	background: url(../images/btn.gif) repeat-x bottom;
}
