@CHARSET "UTF-8";
html, body {
	padding: 0;
	margin: 0;
}

body {
	line-height: 24px;
	font: 16px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1,
		Tahoma, Arial, sans-serif;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #333333;
}
/*宽度限制*/
.space-width-limit {
	width: 1110px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

table {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

table td {
	vertical-align: middle;
}
/*******************************************顶部样式*********************************/
/*顶部*/
/* .top {
	height: 126px;
	background: url(bg.png) left bottom repeat-x;
	position: relative;
	z-index: 10;
} */
/*顶部页眉*/
/* .header {
	background-color: #EEEEEE;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
} */

#nowdate {
	float: left;
}

#user-btn {
	float: right;
}

#user-btn .btn {
	height: 100%;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	border: 0;
}
/*你懂的*/
.banner {
	height: 116px;
	line-height: 116px;
	overflow: hidden;
	font-size: 18px;
}

.logo_pic {
	background: url("logo.png") left center no-repeat;
	width: 390px;
	height: 65px;
	vertical-align: middle;
}

.website-switch {
	text-align: center;
}
.guide_pic{
	width: 800px;
	height: 520px;
	margin: 20px 0 20px 35px;
}
/* .website-switch>a {
	text-align: center;
	border: 1px solid #79A4DB;
	color: #245EA8;
	padding: 5px 10px;
	margin-right: 20px;
	border-radius: 5px;
	font-size: 16px;
} */
/**************/
.channel-btns {
	text-align: right;
	background: url(nav_bk.jpg) right center no-repeat;
}

.channel-btns>a {
	margin-left: 12px;
}
.channel-btns>a:nth-child(9){
	max-width:55px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.channel-btns>a:nth-child(10){
	margin-left: 5px;
}
/*******************************************中部样式*********************************/
/*中部*/
.body {
	background-color: #ffffff;
	position: relative;
/* 	top: -10px; */
}
/*******************************************底部样式*********************************/
/*底部*/
.footer {
	height: 133px;
	overflow: hidden;
	height: auto;
}

.footer table {
	margin: auto;
	display: block;
	width: 860px;
	text-align: center;
	border: 0;
	color: #999999;
}

.footer .hot-links {
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer .hot-links>a {
	font-size: 15px;
	margin: 0 20px;
	color: #FFFFFF;
}

.footer .address-info {
	font-size: 15px;
}

.footer .address-info>div {
	line-height: 30px;
	height: 30px;
	text-align: left;
}

#dzjg-logo {
	margin-right: 20px;
	vertical-align: middle;
}

#dept-drop-menu{
	width: 1000px;
	display:none;
	z-index: 10000;
	background-color: #FFFFFF;
	border: 1px solid #43A3F3;
	position: absolute;
	left:350px;
	top:110px;
	border-radius: 8px;
}
#dept-drop-menu li{
	float:left;
	display:inline-block;
	padding-left: 20px;
	line-height: 35px;
}

.top-right li {
    float: left;
}

.top-right li.btn1:hover .login_btn{display: block;}
.top-right li.btn1 a{
	width: 150px;
	text-align: center;
	line-height: 50px;
	height: 40px;
	color: #fff;
	display: block;
	padding: 0 10px;
}
.loginper span{margin-left: 12px;display: inline-block;margin-top: 5px;}
.loginper img{ vertical-align: middle;margin-top: -8px;}
.login_btn{position: relative;display: none;}
.login_btn li{float: none;position: absolute;/* background: #202529; */z-index:999;}
/* .login_btn li a:hover{background: #666 !important;} */
.login_btn li a{
	/* background: #202529 !important; */
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #fff;
	display: block;
	padding: 0 10px;
}
.exitBtn{top: 50px;}