﻿@charset "utf-8";
/* 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{
	margin:0px auto;
	width:950px;
}

/*总体样式*/

/*头部开始*/
.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;
	line-height:18px;
	overflow:hidden;
	width:300px;
	padding-top:13px;
	padding-left:68px;
	height:64px;
	padding-right:5px;
	padding-bottom:5px;
	left: 300px;
	background:url(../images/news.gif) no-repeat;
	top: 5px;
	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;	
	margin:0px auto;
	text-align:center;
	
}
#foot p{
	margin:10px auto; 	
}

.foot_bg{
	height:120px;
	width:500px;
	background:url(../images/headBgs.gif) no-repeat -120px -10px;
	margin:auto;
}

.flash
{
    width:773px;
    height:235px;
}

/************/