﻿/*重置样式*/

*{margin:0;padding:0}
a{text-decoration: none;}
em,strong,b,h2,h3{font-style: normal; font-weight: normal;}
ul,li{list-style: none;}
fieldset,form,label,input,button,map,img{outline: none;border: none;}
.cStyle{width: 938px; margin: 0 auto;}
.pointer{cursor: pointer;}
.clearfix:after{content:"\200B";display: block;height: 0; clear: both;}
.clearfix{*zoom:1}
.elip{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fl{float:left;}
.fr{float:right;}
body{width: 100%; background:#f4f2e1 url(../images/topbg1.png) no-repeat center top;}



/*页头*/
.top{height: 300px; position: relative;}
.topBar p{color: #727574; line-height: 32px;}

.login{margin-left: 5px;margin-top: 4px;}
.login label{color: #333; font-size: 13px;}
.login .inpBox{width: 90px;height: 20px;border:1px solid #b5b5b5}
.login input[type="submit"]{background:#ebb124;}
.login input[type="button"]{background:#2780d8;}
.login input[type="submit"],.login input[type="button"]{width: 56px; line-height: 22px; border-radius: 4px; font-size: 13px; color: #fff;}
.nav {
	position: absolute;
	bottom: 3px;
	height: 32px;
    width: 890px;
    padding-left: 48px;
}

.layui-nav{
	padding: 0;
	background: none !important;
}
.layui-nav>li{
	float: left;
	line-height: 32px !important; 
	
}
.layui-nav-more,.layui-nav-bar{
	display: none !important;
}
.layui-nav>li>a{
	font-size: 14px;
	color: white !important;
	font-family: "微软雅黑";
}
.layui-nav>li>a.active{
	color: #fbd400 !important;
}

.layui-nav>li:hover a{
		color: #fbd400 !important;
}

.search {    
    width: 172px;
    height: 25px;
    padding-left: 22px;
    position: relative;
    margin-right: 50px;
    top: 274px;}
.search input{ font-size: 13px;
    line-height: 20px;
    height: 20px;
    margin-top: 3px;
    width: 131px;
    background: #e7decb;
    }
.search i{    width: 73px;
    background: url(../images/newso.png) no-repeat;
    height: 19px;
    position: absolute;
    right: -36px;
    top: 2px;}


.layui-nav .layui-nav-item a{
	padding:0 12px !important;
}











/*页尾*/

.foot{ }
.footIN{
	width: 100%;
	    font-family: "微软雅黑";
	text-align: center;
	line-height: 22px;
	padding: 12px 0px;
	font-size: 12px;
	color: #000;
}
.footIN a{color: #000;}
