﻿/*public settings*/
body{
	background:#fff;
}
h1,h2,h3{
	font-size:12px;
}


/*header*/
#header{
	width:100%;
	height:140px;
	background:url(imageshead_bg.gif) 0 0 repeat-x;
	overflow:hidden; 
}
.logobox{
	width:980px;
	height:81px;
	background:url(imageshead_img.gif) right 0 no-repeat;
	padding-top:14px;
	margin:0 auto;
	position:relative;
}
a.logo:link,a.logo:visited{
	display:block;
	width: 369px;
	height: 71px;
	margin-top:-10px;
	text-indent:-999px;
	background:url(imageslogo.png) 0 0 no-repeat;
	margin-left:5px;
	overflow:hidden;
}
/*userbtn*/
.userbtn{
	height:22px;
	line-height:22px;
	color:#646567;
	position:absolute;
	top:13px;
	right:-5px;
	*right:-10px;
}
.userbtn a,.userbtn a:link,.userbtn a:visited{
	color:#0d5dbe;
}
.userbtn ul{
	padding:0;
}
.userbtn li{
	display:inline;
	margin:0 5px;
}
/*搜索*/
.searchbar{
	width:250px;
	height:22px;
	background:url(imagessearch_bg.gif) 0 0 no-repeat;
	padding:2px 2px 2px 26px;
	position:absolute;
	top:41px;
	right:1px;
}
.search{
	width:240px;
	height:22px;
	position:relative;
	overflow:hidden;
}
.search input	{
	
	
	height:20px;
	line-height:22px;
	font-size:12px;
	color:#666;
	border:0;
	margin-top:1px;
	*margin-top:0;

}
.search button{
	display:block;
	width:34px;
	height:22px;
	background:url(imagesssbtn.gif) 0 0 no-repeat;
	text-indent:-999px;
	overflow:hidden;
	border:0 none;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
}
.search button:hover{
	background:url(../images/search_btn.gif) 0 0 no-repeat;
}
.search span{
	color:#d0d0d0;
}

/*nav*/
.navbar{
	width:950px;
	height:40px;
	background:url(imagesnav_bg.gif) 0 0 no-repeat #0048ae;
	padding:0 15px;
	padding-top:1px;
	margin:0 auto;
	overflow:hidden;
}
.nav{
	display:block;
	padding:0;
}
.nav li{
	display:inline;
}
.nav li a,.nav li a:link,.nav li a:visited{
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	color:#ececec;
	font-weight:bold;
	padding:0 12px;
	margin-right:14px;
}
a.onpage:link,a.onpage:visited{
	color:#f5fb4d !important;
	background:url(../images/nav_btn_on.gif) center 30px no-repeat;
}
a.onpage:hover{
	text-decoration:none;
}

/*banner*/
.banner{
	width:978px;
	margin:0 auto;
	background:url(headerbg.jpg) no-repeat;
	height:197px;
	overflow:hidden;
	padding-bottom:10px;
	
}


/*mainbox*/
#main{
	width:980px;
	margin:0 auto 10px;
	
}
.leftbox{
	width:724px;
	float:left;
	overflow:hidden;
	
}
.lbox{
	width:980px;
	clear:both;
	margin: 0 auto;
}
.rightbox{
	width:240px;
	float:right;
	overflow:hidden;
}


/*foot*/
#footer{
	width:980px;
	text-align:center;
	color:#eee;
	background:url(imagesfoot_bg.gif) 0 0 no-repeat;
	margin:0 auto;
	padding-bottom:20px;
	
}
.footbtn{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	margin-bottom:7px;
}
.footbtn li{
	display:inline;
	height:35px;
	line-height:35px;
	margin:0 10px;
}
.footbtn li a,.footbtn li a:link,.footbtn li a:visited{
	color:#fff;
}
#footer p{
	width:100%;
	height:24px;
	line-height:24px;
}
#footer p span{
	margin:0 10px;
}
#footer p em{
	color:#F60;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

/*二级菜单start*/

.nav li{
    float: left;
    height: 40px;
	line-height:40px;
}
.nav li a:hover{
    background-color: rgba(0, 0, 0, 0.63);
}
.sec_list{
    position: absolute;
    background-color: #000;
    width: 170px;
    margin-top: 40px;
    display: none;
    margin-left: -1px;
    opacity: 0.8;
    z-index:100;
}
.sec_list li{
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.nav li .sec_list li a{
    display: block;
    width: 150px;
    margin: 10px;
    height: 20px;
    padding: 0;
    text-align: left;
    line-height: 20px;
    background: url("../images/hlink_dl_a.jpg") no-repeat right 6px;
    text-decoration: none;
    border-bottom: dotted 1px #cecece;
    font-weight: normal;
    color: #cecece;
}
.nav li:hover ul{
    display: block;
}
/*二级菜单end*/