*{ 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;
}
.top{
	width: 1000px;
	margin: 0 auto;
}
.top .logo{
	height: 168px;
}
.top .logo img{
	width: 1000px;
}


#lunbo{
	height: 306px;width:1000px;margin:auto;position: relative;overflow: hidden;z-index: 10;
}
.lunbo_top{position: absolute;width:1000px;}
.lunbo_top img{width: 1000px;
	height: 306px;}
#lunbo .left{z-index: 10;
	background-image: url(../images/icon_left.png);width: 8px;height: 15px;
	position:absolute;
	left: 429px;
    bottom: 32px;
    cursor: pointer;
	background-repeat: no-repeat;
}
#lunbo .right{z-index: 10;
	background-image:url(../images/icon_right.png) ;width: 8px;height: 15px;
	position:absolute;
	right: 431px;
    bottom: 32px;
	background-repeat: no-repeat;
	cursor: pointer;
}




















.nav{
	height: 35px;
	background: url(../images/nav.png) repeat-x;
	border-radius: 5px;
	margin: 0 auto; 
    border-left: 0;
    border-right: 0;padding: 0 10px;
}
.nav .layui-nav{
	background: none !important;
	    padding: 0;
}
#nav>li{
	    width: 98px;
    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: 99px;
    background:url(../images/foot.png) no-repeat;
    width: 1000px;
    margin: 0 auto;    padding-top: 10px;
}
.foot .center p{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #5a5a5a;
	font-family: "微软雅黑";
}
.foot .center p a{
	color: #5a5a5a;
}
