﻿@charset "utf-8";
/* CSS Document */

.logo,.search,.searchSelect li,.search .input,.search .searchBtn,.hotline,.RTL,.RTC,.RTR,.footerNav,.copyright{
	_display:inline;
	}


#top{
	width:100%;
	height:140px;
	}
.top{
	width:960px;
	margin:0 auto;
	}

.logo{
	float:left;
	margin:14px 20px 0 15px;
	background:url(images/headerbg.jpg) -15px -14px no-repeat; 
	}
.logo img{
	width:183px;
	height:65px;
	}


.search{
	float:left;
	height:85px;
	width:494px;
	margin-top:11px;
	background:url(images/headerbg.jpg) -220px -11px no-repeat; 
	}

.searchSelect{
	width:300px;
	color:#000;
	overflow:hidden;
	margin-left:10px;
	}
.searchSelect li{
	float:left;
	font-family:"宋体";
	}
.searchSelect li.select a{
	color:#000;
	width:50px;
	height:27px;
	display:block;
	text-align:center;
	}
.searchSelect li.select a:hover{
	color:#f00;
	font-weight:bold;
	text-decoration:none;
	}

.searchSelect li.selectOn,.searchSelect li.selectOn a{
	color:#f00;
	width:50px;
	height:27px;
	display:block;
	font-weight:bold;
	text-align:center;
	}
.searchSelect li.select a:hover,.searchSelect li.selectOn{
	background:url(images/searchselecton.gif) 18px 20px no-repeat;
	}

.search .input{
	float:left;
	width:350px;
	display:inline;
	margin:9px 0 0 20px;
	}

.search form{
	margin:0;
	padding:0;
	}

.search .input input{
	height:23px;
	width:350px;
	line-height:23px;
	border:1px solid #ccc;
	}

.search .searchBtn{
	float:right;
	margin:8px 25px 0 0;
	}
.search .searchBtn:hover,.search .searchBtn a:hover{
	background:url(images/btn-search-on.gif);
	}



.hotline{
	width:219px;
	height:43px;
	float:right;
	margin:23px 10px 0 0;
	background:url(images/headerbg.jpg) -731px -23px no-repeat; 
	}

/*导航样式*/
.nav{
	width:960px;
	height:40px;
	margin:4px auto auto;
	}
.navList{
	float:left;
	height:40px;
	}
.navList li{
	float:left;
	width:67px;
	height:40px;
	}
.navList li a{
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	}
.navList li a:hover,.navList li.on,.navList li.on a,.navList li.on a:hover{
	height:40px;
	color:#fff100;
	line-height:30px;
	text-decoration:none;
	background:url(images/headerbg.jpg) -31px -100px no-repeat; 
	}

.RTL,.RTC,.RTR{
	width:9px;
	float:right;
	height:30px;
	margin-top:5px;
	overflow:hidden;
	}
.RTL{
	background:url(images/headerbg.jpg) -598px -105px no-repeat; 
	}
.RTC{
	color:#f00;
	width:42px;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	font-style:italic;
	padding:0 20px 0 280px;
	font-family:verdana,arial;
	text-align:center;
	background:url(images/headerbg.jpg) -608px -105px no-repeat; 
	}
.RTR{
	margin-right:10px;
	background:url(images/headerbg.jpg) -951px -105px no-repeat; 
	}


/*页脚样式*/
#footer{
	width:100%;
	height:140px;
	margin-top:20px;
	background:url(images/bodybg.jpg) top left repeat-x;
	}
.footer{
	width:960px;
	margin:0 auto;
	}

.footer .searchSelect li,.footer .searchSelect li.select a{
	color:#000;
	}
	
.footer .searchSelect li.select a:hover,.footer .searchSelect li.selectOn,.footer .searchSelect li.selectOn a{
	color:#f00;
	width:50px;
	height:27px;
	display:block;
	font-weight:bold;
	text-align:center;
	}

#copyright{
	color:#fff;
	width:960px;
	height:40px;
	line-height:40px;
	margin:4px auto auto;
	}
.footerNav{
	float:left;
	margin-left:10px;
	font-family:"宋体";
	}
.copyright{
	float:right;
	margin-right:10px;
	font-family:verdana,arial;
	}
#copyright a{
	color:#fff;
	}
#copyright a:hover{
	color:#ccc;
	}

