#top{
	height: 140px;
	border-bottom: 2px solid #d89f32;
	background: url(../images/bg_top.png) center center no-repeat;
	background: #fff;
}
.logo img{
	display: block;
	margin-top: 30px;
}
.qklink{
	margin-top: 12px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.qklink a{
	color: #000;
}
.qklink span{
	margin: 0 10px;
}
.searchCon{
	position: relative;
	width: 228px;
	height: 30px;
	margin-top: 30px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.searchText{
	position: absolute;
	left: 10px;top: 0;
	height: 30px;
	font-size: 14px;
	border: none;
	background: none;
	outline: none;
}
#searchBtn{
	position: absolute;
	right: 10px;top: 7px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_search.png) center center no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
}

#nav{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 50px;
	background: #04478e;
}
.navCon{
	height: 60px;
}
.nav-list{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.nav-list .nav-item{
	position: relative;
	display: inline-block;
	width: 155px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: visible;
}
.nav-list .nav-item{*display: inline;}
.nav-list .nav-item a{
	display: block;
	font-size: 16px;
	color: #ffffff;
}
.nav-list .nav-item:hover{
	background: #2280e5 url(../images/nav_current_bg.png) center -2px no-repeat;
}

.erji-list{
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 10;
	display: none;
	width: 100%;
	/* padding: 15px 0px; */
	background: #2280e5;
	box-shadow: 0 2px 4px #bababa;
}
.nav-list .nav-item:hover .erji-list{
	display: block;
}
.nav-list .nav-item.atRight:hover .erji-list{
	right: 0 !important;
	left: auto !important;
}
.erji-list li{
	/* float: left; */
	/* width: 180px; */
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border-top: 1px solid #fff;
}
.erji-list li a{
	font-size: 14px !important;
	color: #fff !important;
}
.erji-list li a:hover{
	color: #FFFFFF !important;
	background: #1c599b !important;
}


#links{
	padding: 14px 0;
	background: #eaeaea;
}
.linksTitle{
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-left: 14px;
	background: url(../images/bg_01.png) left center no-repeat;
}
.linksCon select{
	width: 238px;
	height: 30px;
	margin-left: 50px;
    padding: 0 5px;
    font-weight: bold;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	background: none;
	outline: none;
}


#footer{
	padding: 20px 0;
	border-top: 2px solid #b88421;
	background: #262f3c;
}
.footerCon{
	line-height: 32px;
	font-size: 13px;
	color: #FFFFFF;
}
.ft-info span{
	margin-right: 15px;
}
.counter span{
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
}
.tec-info{
	text-align: right;
	margin-top: 5px;
}
.tec-info .tec-text{
	height: 32px;
	line-height: 32px;
	margin-top: 8px;
}
.tec-info span{
	margin-right: 10px;
}
.tec-info a{
	color: #FFFFFF;
}