#top{
	height: 149px;
	border-bottom: 1px solid #5998e6;
	background: url(../images/bg_top.jpg) center center;
}
.logo img{
	display: block;
	margin-top: 32px;
}
.topR_link{
	margin-top: 20px;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
}
.topR_link a{ color: #FFFFFF; }
.topR_link span{ margin: 0 15px; }

.searchCon{
	position: relative;
	width: 275px;
	height: 35px;
	margin-top: 20px;
	background: #88b7e6;
}
.searchText{
	position: absolute;
	left: 10px;top: 0;
	width: 225px;
	height: 35px;
	font-size: 14px;
	border: none;
	background: none;
	outline: none;
}
#searchBtn{
	position: absolute;
	right: 0;top: 0;
	display: block;
	width: 40px;
	height: 35px;
	background: url(../images/icon_search.png) center center no-repeat;
    background-color: #dceaf8;
    border: none;
    outline: none;
    cursor: pointer;
}

#nav{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 60px;
	background: #1c60b6;
}
.navCon{
	height: 60px;
}
.nav-list{
	
}
.nav-list .nav-item{
	position: relative;
	float: left;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.nav-list .nav-item.has-sub {
	background: url(../images/icon_delta_down.png) 95px center no-repeat;
}
.nav-list .nav-item a{
	display: block;
	font-size: 16px;
	color: #f6f6f6;
}
.nav-list .nav-item:hover{
	background-color: #2e7ad9;
}

.erji-list{
	position: absolute;
	z-index: 10;
	left: -5px;
	display: none;
	width: 130px;
	border-top: 1px solid #e1e1e1;
	background: #FFFFFF;
    box-shadow: 0 2px 4px #bababa;
}
.nav-list .nav-item:hover .erji-list{
	display: block;
}
.erji-list li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
        overflow:hidden;
}
.erji-list li a{
	font-size: 14px !important;
	color: #333333 !important;
}
.erji-list li a:hover{
	color: #FFFFFF !important;
	background: #2e7ad9 !important;
}



#footer{
	
	background: url(../images/bg_footer.png) center center no-repeat;
}
.footerCon{
	position: relative;
	height: 250px;
}
.quickLinks{
	position: relative;
	top: 54px;
	font-size: 0;
}
.quickLinks .title{
	margin-bottom: 25px;
	font-size: 16px;
	color: #FFFFFF;
}
.qklinks_con{
	position: relative;
	display: inline-block;
	width: 268px;
	height: 28px;
	margin-right: 30px;
	border: 1px solid #5e88b4;
}
.qklinks_con span{
	position: absolute;
	right: 0;top: 0;
	width: 28px;
	height: 28px;
	background: url(../images/bg_select.jpg) center center no-repeat;
}
.qklinks_con select{
	border: none;
	background: none;
	outline: none;
	color: #FFFFFF;
	width: 268px;
	height: 28px;
	padding: 0 10px;
}
.qklinks_con select option{
	color: #333333;
}

.qrcode{
	position: absolute;
	right: 0;top: 45px;
	width: 112px;
	height: 135px;
	background: #FFFFFF;
}
.qrcode img{
	display: block;
	width: 98px;
	height: 98px;
	margin: 7px auto 0 auto;
}
.qrcode p{
	margin-top: 5px;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

#copyright{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 18px;
	padding: 16px 0;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border-top: 1px solid #236dab;
}
#copyright a{
	color: #FFFFFF;
	font-size: 14px;
}
#copyright span{
	margin: 0 4px;
}
