@charset "utf-8";
/* CSS Document */

/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
body{
	background:url(../images/bbg.jpg) #FFF no-repeat top center;
	text-align:center;
	color:#000;
	font:12px Verdana,Arial,Tahoma;
}
#wrapper{
	width:960px;
	text-align:left;
	margin:0px auto;
	background:#fff;
}
img{
	border:none;
}
a{
	color:#0736A4;
	text-decoration:none;
}
a:hover{
	color:#256EB1;
}
li{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:18px;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*header*/
#header{
	background:url(../images/bg.jpg) no-repeat top left;
	width:960px;
	height:155px;
	overflow:hidden;
}
#login{
	color:#CCC;
	text-align:right;
	padding:20px 20px 0 0;
}
#login a{
	color:#cccccc;
	text-decoration:none;
}
#login a:hover{
	color:#fff;
	text-decoration:none;
}
#search{
	float:right;
	background-color:#FFF;
	width:318px;
	height:25px;
	margin:26px 20px 0 0;
}
#search form{
	display:inline;
}
#search input{
	float:left;
	border:none;
	background:url(../images/search-bg.jpg) no-repeat top left;
	width:287px;
	height:25px;
	font-size:14px;
	line-height:24px;
}
#search input.submit{
	float:right;
	border:none;
	background:url(../images/search-bt.jpg) no-repeat;
	color:#FFF;
	width:30px;
	height:25px;
	cursor:pointer;
	font-size:12px;
}
#nav{
	clear:both;
	margin-left:18px;
}
#nav li{
	margin-right:10px;
	float:left;
	text-align:center;
	margin-top:40px;
}
#nav li a{
	color:#fff;
	font-size:12px;
}
#nav li a:hover{
	color:#ccc;
}

/*---------------- index.content -----------------*/
.channel{
	background-color:#f5f6ff;
	border:1px solid #002768;
	border-top:none;
	margin-top:6px;
	width:49.5%;
	height:191px;
	overflow:hidden;
	padding-bottom:2px;
}
.channel h2{
	background-color:#002768;
	padding:2px 4px 5px 6px;
	margin-bottom:2px;
}
.channel h2 a{
	color:#fff;
	text-decoration:underline;
}
.channel h2 a:hover{
	background-color:#002768;
	color:#fff;
}
.channel li{
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	line-height:20px;
}
.channel li a{
	color:#002768;
	padding-left:10px;
	height:20px;
	display:block;
	font-size:14px;
}
.channel li a:hover{
	background-color:#002768;
	color:#FFF;
}
#flashnews{
	width:40%;
	float:left;
	height:233px;
	margin-top:8px;
	overflow:hidden;
	position:relative;
}
.loading{
	text-align:center;
	padding-top:94px;
	background-color:#002768;
	height:100%;
	color:#FFF;
	font-size:24px;
}
.liehuo_d2{
	background-color:#f5f6ff;
	width:100%;
	height:100%;
	overflow:hidden;
}
.num_list{
	background-color:#002768;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding:4px;
}
ul.none{
	display:none;
}
.button{
	position:absolute;
	right:4px;
	bottom:6px;
	float:right;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
.button a{
	background-color:#002768;
	font-family:Arial, Helvetica, sans-serif;
}
.liehuo_b1,.liehuo_b2{
	display:block;
	float:left;
	padding:2px 6px;
	margin-right:2px;
	color:#fff;
	cursor:pointer;
}
#latest{
	margin-top:8px;
	width:59%;
	height:231px;
}
#latest h2{
	color:#FFF;
}
#photo{
	background-color:#f5f6ff;
	border:1px solid #002768;
	height:auto;
	padding:6px 0;
	margin-top:6px;
	float:left;
  	position:relative;
}
#photo .picscroll {
	width:900px; 
	margin:0 32px 0 26px;
	overflow:hidden;
}
#photo ul a img {
	border:1px solid #002768;
	padding:2px;
	margin:0 6px;
	width:133px;
	height:100px;
	display:block;
}
#photo ul li{
	float:left;
	text-align:center;
}
#photo ul li a:hover img {
	padding:0px;
	border:3px solid #002768;
}
#photo .arrow{
	height:26px;
	width:26px;
	text-indent:-9999px;
	position:absolute;
	top:50px;
}
#photo .forward{
	background:url(../images/green_skin.png) 0px -29px no-repeat #f5f6ff;
	right:0;
}
#photo .back{
	background:url(../images/green_skin.png) 0px 0px  no-repeat #f5f6ff;
	left:0;
}
#about {
	height:auto;
}
#service {
	height:auto;
}
#footer{
	background-color:#333;
	margin-top:8px;
	width:100%;
	height:100px;
	overflow:hidden;
	text-align:center;
	color:#FFF;
}
#footer p{
	margin-top:20px;
}
#footer a{
	color:#FFF;
}
#footer a:hover{
	color:#ccc;
}

/*------------------------- page of Article list --------------------------------*/
.searchresult a{
	display:block;
	padding:4px;
}
.searchresult a:hover{
	border:2px #256EB1 solid;
	padding:2px;
}

