*{ 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;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.main{
	position: relative;
    z-index: 1;
}

.top{
	width: 1000px;
	margin: 0 auto;
	background: white;    position: relative;
    z-index: 2;
}
.top .top_bar{
	height: 46px;
	background: url(../img/top_bar.png) repeat-x  center top;
	    line-height: 50px;    overflow: hidden;
}
.center{
	width: 1000px;
	margin: 0 auto;
}
.top .top_bar .hy{
	margin-left: 20px;
	color: #989898;
	font-size: 12px;
	font-family: "微软雅黑";
}
.top .top_bar .time{
	margin-right: 20px;
	color: #989898;
	font-size: 12px;
	font-family: "微软雅黑";
}

.top_banner{
	
    border-top: 1px solid gainsboro;
}
.top_banner img{
	display:block;
	width:100%;
	margin-top:-2px;
}
.nav{
	height: 48px;
	background: #397dcf;
	border: 1px solid #003c84;
	border-right:0;
	border-left: 0;
	min-width: 1000px;
	margin: 0 auto;
}
.nav .container{
	width: 1000px;
	margin: 0 auto;height: 48px;
}
.nav .container .layui-nav{
	background: none !important;
	    padding: 0;
}
#nav>li{
	width: 95px;line-height: 50px;
}
#nav>li a{
	text-align: center;
	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 .layui-nav-child a{
	color: white !important;
	display: block;
}
.nav .layui-nav .layui-nav-child a:hover {
    background-color: #febd3f !important;
    color: white !important;
}
.layui-nav .layui-nav-more{
	display: none;
}
.foot{
	height: 120px;
    background: #397dcf url(../img/icon3.png) repeat-x 0 top;
    width: 1000px;
	margin:0 auto;
    margin-top: 28px;
    padding-top: 10px;
}
.foot .center{
margin-top: -31px;
    width: 1000px;
    background: url(../img/icon4.png) center top no-repeat;
        padding-top: 44px;
        position: relative;
}
.foot .center p{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: "微软雅黑";
}
.foot .center p a{
	color: white;
}
