* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input {
	outline: none;
}

.clear {
	clear: both;
}

body,
html {
	min-width: 1200px;
	background: #f8f8f8;
}

.center {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.topbar {
	height: 42px;
	min-width: 1200px;
	background: #f8f8f8;
	position: fixed;
	box-shadow: 1px 4px 10px #a5a5a5;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.time {
	float: left;
	margin-left: 20px;
	width: 400px;
	color: #245086;
	font-size: 12px;
	height: 42px;
	line-height: 42px;
	font-family: 微软雅黑;
}

.login {
	float: right;
	width: 252px;
	margin-right: 20px;
	height: 42px;
	line-height: 42px;
	font-family: 微软雅黑;
	color: #245086 !important;
	font-size: 12px;
}
.login a{color: #245086 !important;}
.login input {
	width: 70px;
	padding: 0 10px;
	border: 1px solid #b5b5b5;
	margin-right: 10px;
}

.login button {
	color: white;
	border: 0;
	background: #ec6818;
	width: 57px;
	height: 22px;
	border-radius: 3px;
	margin: 5px;
}

.login .sm {
	background: #245086;
}

.header {
	height: 150px;
	/* background: white url(../img/topL.png) no-repeat 0 center; */
	min-width: 1200px;
	margin-top: 50px;
	position: relative;
	z-index: 9;
}

.header1 {
	height: 150px;
	min-width: 1200px;
	background: url(../img/logobg.png) no-repeat right center ;
	background-size: cover;
}

.header .logo {
	position: absolute;
	top: 30px;
	left: 13px;
}

.header .search {
	position: absolute;
	height: 27px;
	width: 262px;
	top: 62px;
	right: 60px;
}

.header .search input {
	border: 0;
	width: 210px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	background: #f1f1f1;
	height: 27px;
}

.header .search img {
	position: absolute;
	right: 0;
	    top: -4px;
    cursor: pointer;
}









.navContent {
	min-width: 1200px;
	background: #153a81;
}

.nav {
	height: 50px;
	background: #153a81;
	width: 1200px;
	margin: 0 auto;
}

.nav .container .layui-nav {
	background: #153a81 !important;
	padding: 0;
}

#nav li {
	float: left;
	text-align:center;
}

#nav .line {
	height: 50px;
	color: white;
	line-height: 50px;
	margin: 0 5px;
	font-size: 20px;
}

#nav>.layui-nav-item {
	width: 82px;
	line-height: 50px;
	float: left;
}

#nav>li a {
	text-align: center;
	color: white;
}

.hover,
#nav>li:hover {
	background: #3477c8;

}

.hover a,
#nav>li:hover a {
	color: white !important;
}

.layui-nav .layui-nav-item a {
	padding: 0 !important;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	background: none !important;
}

.nav .layui-nav-child {
	background: #397dcf;
	border: 0;
}

.nav .layui-nav {
	background: none !important;
}

.nav .layui-nav .layui-nav-child a {
	color: white !important;
	display: block;
}

.nav .layui-nav .layui-nav-child a:hover {
	background-color: #febd3f !important;
	color: #494949 !important;
}

.layui-nav .layui-nav-more {
	display: none;
}

#foot {
	background: #153a81;
	padding: 20px;
}

#foot .center {
	width: 1160px;
	margin: 0 auto;
	color: white;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
}

.sydw {
	position: absolute;
	top: 48px;
	left: 193px;
}

#foot .zdxx {
	line-height: 50px;
    text-align: center;
}

#foot .center p {
	line-height: 37px;
	text-align: center;
}

#foot .bar {
	width: 100%;
	height: 37px;
	background: #004c8f;
	color: white;
	font-size: 14px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 37px;
}

#foot p a {
	color: white;
}

.navZq{
        clear: both;
        background: #fff;
        position: absolute;
        top: 42px;
        width: 1200px;
        position: absolute;
        left: 0;    
		border: 1px solid gainsboro;
        border-top: 0;
        display: none;
		z-index:99;
}
.zqdh .span{
    position: absolute;
        top: 0;
        right: 20px;
        cursor: pointer;
}
.navZq table{width:100%;display: block;}
.navZq  table tr td{ padding:10px 0px}
.navZq  table tr th{width: 100px;}
.navZq  table tr th div {text-align: right;width: 81px;overflow: hidden;padding-right: 20px;color: rgba(0, 0, 0, .8);}
.navZq  .up tr {background: #f7f7f7;}
.navZq  ul { overflow: hidden }
.navZq  li {float: left;padding: 0px 4px 0px 15px;line-height: 26px;height: 26px;color: rgba(0, 0, 0, .8);min-width: 195px;}
.navZq  li a {color: #333;}
.navZq .on dt {background-color: rgb(255, 255, 255);border-bottom: 0;height: 30px; color:#333}