*{ margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
input{ outline:none; }
.clear{
	clear: both;
}
.left{
	float: left;
}
body{
	background:#fffadb  !important;
	
}
.right{
	float: right;
}
.top {
	position: relative;
	height: 304px;
	width: 100%;
	background:url(../img/top_bg.png) repeat-x;
}
.top .center{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.nav{
	height: 47px;
	background:url(../img/nav_bg.png) repeat-x;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.nav_search{
	width: 1200px;
	height: 47px;
	margin: 0 auto;
	position: relative;
}
.layui-nav{
	width: 1020px;
	background: none !important;
	height: 47px;
	padding: 0 !important;
	float: left;
}
.layui-nav>li{
	width: 100px;
}
.layui-nav .layui-nav-item a{
	
	    padding: 0 4px !important;
}
.layui-nav>li>a{
	height: 47px;
	width: 80px;
	display: block;
	text-align: center;
	line-break: 54px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: white !important;
	padding: 18 !important;
}
.layui-nav>li>a:hover,.layui-nav .active{
	color: white !important;
	background: #ff9900;
}
.layui-nav-bar{
	display: none !important;
}
.layui-nav .layui-nav-item{
	line-height: 47px !important;
}
.search input{
	    height: 30px;
    float: left;
    border: 0;
    margin-left: 13px;
    width: 198px;
}
.search{
	     height: 30px;
    width: 240px;
    /* float: right; */
    background: white;
    border-radius: 18px;
    margin-top: -30px;
    /* margin-right: 37px; */
    position: absolute;
    right: 0;
}
}
.search label{
	    float: left;
    width: 27px;
    height: 24px;
    font-size: 20px;
    margin-top: 5px;
    cursor: pointer;
    color: #9E9E9E;
}
.foot{
	height: 208px;
	width: 100%;
	background: url(../img/foot_bg.png) repeat-x;
}
.foot .center{
	width: 1200px;
	margin: 0 auto;height: 180px;
	background: url(../img/foot.png) no-repeat;
	position: relative;
	padding-top: 28px;
}
.foot p{
	line-height: 28px;
	color: #424242;
	font-size: 12px;
	font-family: "微软雅黑";
	text-align: center;
}
.foot p a{
	color: #424242;
}
