/*pubilc css*/
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","宋体";
	font-size: 12px;
	color: #333;
}
ul, li, a, img {
	list-style: none;
	border: none;
	text-decoration: none;
	outline:none;
}
.clear {
	clear: both;
}
.main {
	width: 100%;
	background: url(../images/bg-mainIndex.jpg) repeat-x top;
	margin: 0 auto;
	overflow: visible;
}
.content{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	min-height:300px;
}
/*top*/
.top{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	height: 118px;
}
.top .logo{
	display:block;
	float: left; 
	padding:18px 0 0 7px;
}
/*Home搜索框*/
.top .search{
	overflow: hidden;
	float: right;
}
.top .search p{
	margin: 15px 0 20px 0;
	text-align: right;
	color: #0a4586;
	font-size: 14px;
	
}

.top .search p a{color: #0a4586; }
.top .search form{
	display: block;
	width: 384px;
	height: 39px;
	background: url(../images/bg-searchIndex.jpg) repeat-x;
	-webkit-border-radius:4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0px 2px 2px #6d6d6d;
       -moz-box-shadow: 0px 2px 2px #6d6d6d;
            box-shadow: 0px 2px 2px #6d6d6d;
            font-size: 14px;
            overflow: hidden;
}
.top .search form .text-search{
	float: left;
	margin: 4px 5px 0 15px;
}
.top .search form .text-search input{
	display: block;
	width: 300px;
	height: 30px;
	line-height: 30px;
	   border:none;
	   background: #fff;
	   text-indent: 4px;
	   color: #666;
		-webkit-border-radius:4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.top .search form .btn-search {
	float: left;
}
.top .search form .btn-search input{
	display: block;
	width: 60px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background: none;
	background:no-repeat 0 0 scroll;
    border:none;
    outline:medium;
	color: #fff;
	cursor:pointer;
}
.search ul { padding-right:30px; display:inline-block; padding-top:67px;}
.search li { float:left; padding-left:25px;}
.search li a { color:#333333;}
.search li a:hover { text-decoration:underline}
#lan {width:90%;  height:60px;  padding-top:15px; padding-right:40px;    }
#lan a {   float:right; padding-right:18px;}
#lan a:hover { text-decoration:underline}
/*nav*/
.nav{
	width: 980px;
	margin: 0 auto;
	height: 48px;
	 

	overflow: hidden;
	
}
.nav ul li{
	display: block;
	float: left;
	overflow: hidden;
}
.nav ul li a{
	display: block;
	width: 140px;
	height: 48px;
	font-size:14px;
	 
	line-height: 42px;
	text-align: center;
	color: #666666;
}
.nav ul li a:hover,.nav ul li a.selected{
	
	background: url(../images/selbg.jpg) no-repeat center bottom;
	color: #fff;
}
#hover-nav{
	display: block;
	width: 140px;
	height: 48px;
	background: #0a4586;
	background-image: none;
	color: #fff;
}
/*footer*/
.footer{
	width: 100%;
	max-width: 1920px;
	height: 46px;
	background: url(../images/bg-footer.jpg) no-repeat center bottom;
	color: #fff;
	overflow: hidden;
}
.nav-footer{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.nav-footer .footlink{
	display: block;
	float: left;
	overflow: hidden;
}

.nav-footer .footlink a{
	display: block;
	height: 14px;
	padding: 0 5px;
	line-height: 14px;
	font-size: 13px;
	margin-top:18px;
	color: #fff;
	
}
.nav-footer ul li a:hover{
	text-decoration: underline;
}
.nav-footer p{
	float: right;
	height: 20px;
	margin-top: 18px;
	color: #fff;
	font-size: 13px;

}

