﻿@charset "utf-8";
/* CSS Document */


html{
	width:100%;
}
/*兼容IE6*/
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: -1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}	



body{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
	width:100%;
	background-color:#ffffff;
/*	background:url(../images/body_bg.jpg) top center no-repeat;
*/	

}
ul{
	margin:0;
	padding:0;
	}	
li{
	list-style-type:none;
	}	
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}	
a img{
	border:none;}


/*头部*/
#head{
	width:100%;
	height:92px;
	background:url(../images/head_bg.jpg);
	}

.head_content{
	position:relative;
	width:980px;
	height:92px;
	margin:0 auto;
	}	

.head_content_right{
	position:absolute;
	right:0;
	bottom:20px;
	text-align:right;
	font-size:12px;
	color:#787878;
	line-height:22px;
	}	
	
.head_content_right a{
	font-size:12px;
	color:#787878;
	}	
.head_content_right .login{
	color:#1e9665;
	}
#head1_Panel1,#head1_Panel2 {
    display: inline;
}
		
	
.head_content_right span{
	display:inline-block;
	width:170px;
	height:21px;
	background:url(../images/search_bg.jpg) top left no-repeat;
	text-align:left;
	vertical-align: middle;
	margin-left:10px;
	}	
.key{
	border:none;
	width: 145px;
	height: 17px;
	margin-top:1px;
	margin-left:1px;
	float:left;
	display:inline-block;
	background:#ffffff;
	font-size:11px;
	color:#8b8b8b;
	line-height:16px;
	}	
	
.sub{
	width:22px;
	float:left;
	display:inline-block;
	border:none;
	cursor: pointer;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
    filter:alpha(opacity=0);    
	}		

#menu{
	width:100%;
	height:40px;
	background:url(../images/menu_bg.png);
	position: relative;
	z-index: 1;
	}	
/*底部*/
#foot{
	width:100%;
	height:33px;
	background-color:#379251;
	}

.foot_c{
	width:980px;
	height:33px;
	margin:0 auto;
	position:relative;
	font-size:10px;
	color:#ffffff;
	line-height:33px;
	}
.foot_c a{
	font-size:10px;
	color:#ffffff;
	line-height:33px;
	}
.foot_c span{
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	}	
.foot_c span select{
	vertical-align:middle;
    width:80px;
	}	
	


.bshare-custom{
	position: absolute;
	right: 0;
	top: 8px;
	}
.bshare-custom a{
	width:22px;
	height:22px;
	padding-left:0px;
}

.nav{
	width:980px;
	height:40px;
	margin:0 auto;
	position:relative;
	background:url(../images/nav_bg.jpg) no-repeat;
	line-height:36px;
	}	
.nav .m{
	display:inline-block;
	float:left;
	width:151px;
	height:36px;
	text-align:center;
	font-size:15px;
	color:#ffffff;
	line-height:36px;
	}
.nav .m:hover,.nav .curr{
	background:url(../images/nav_a_hover.jpg) no-repeat;
	}
.nav .bshare-custom .bshare-sinaminiblog{
	width:22px;
	height:22px;
	padding-left:0px;
	background:url(../images/sina.jpg) no-repeat;
}
.nav .bshare-custom .bshare-qqmb{
	width:22px;
	height:22px;
	padding-left:0px;
	background:url(../images/qq.jpg) no-repeat;
}
.nav .bshare-custom .bshare-douban{
	width:22px;
	height:22px;
	padding-left:0px;
	background:url(../images/douban.jpg) no-repeat;
}

#bsPanelHolder{
	display:none;
	}