*{ margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
input{ outline:none; }
.clear{
	clear: both;
}
.fl ,.left{
	float: left;
}
.fr ,.right{
	float: right;
}
body{
	background: #f8fefb ;
	background-size: 100%;
	min-width: 1000px;
	margin: 0 auto;
}
.top{
	    min-width: 1000px;
    margin: 0 auto;
    background: url(../images/topBanner202301.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.centerBanner img{ 
	width:100%;
}
.top .logo{
	height: 207px;
	line-height: 207px;
	width: 1000px;
	margin: 0 auto;
}
.top .logo img{
	
}
.topBar{
	height: 38px;
	background: white;
	min-width: 1000px;
}
.topBar .center{
	width: 1000px;
	margin: 0 auto;
	line-height: 38px;
	font-size: 14px;
}




















.nav{
	    height: 35px;
    background: url(../images/nav.png) repeat-x;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    /* padding: 0 10px; */
    width: 100%;
    position: absolute;
    bottom: 0;
}
.nav .layui-nav{
	background: none !important;
	    padding: 0;
}
#nav>li{
	    width: 81px;
    line-height: 35px;
    float: left;
}
#nav>li a{
	text-align: center;
	color: white ;
}
.hover,#nav>li:hover{
	background: #FF9800;
	
}
.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 .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: 77px;
    background: url(../images/foot.png) no-repeat;
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
.foot .center p{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #5a5a5a;
	font-family: "微软雅黑";
}
.foot .center p a{
	color: #5a5a5a;
}
