﻿/*重置样式*/

*{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: 982px; 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;}
.bor{border: 1px solid #ffa65f;}
a.more{width: 31px; height: 5px; background: url(../images/more.png) no-repeat;position: absolute; right: 6px; top: 10px;}
body{min-width: 1200px; width: 100%; background: url(../images/bodyBg1.png) repeat-x center top; }



/*页头*/
.topBar{width: 100%; height: 38px; line-height: 38px; background: url(../images/topBarbg.png) repeat-x;}
.topBar p{color: #717171;/*width:1420px;margin: 0 auto;*/}

.top{/*width:1420px;*/margin: 0 auto;  }
.topBanner{ margin: 0 auto;height: 132px; background: url(../images/topBg2.png) no-repeat center top; }



.navBox{position: relative;}
.nav{
	height: 46px;
	background: none;
	position: absolute;
	top: 41px;
	left:230px;
}
.nav .active a{color: red;}
.layui-nav{
	padding: 0;
	background: none !important;
}
.layui-nav>li{
	float: left;
	line-height: 46px !important; 
	
}
.layui-nav-more,.layui-nav-bar{
	display: none !important;
}
.layui-nav>li>a{
	font-size: 14px;
	color: white !important;
	font-family: "微软雅黑";
	padding-right:18px !important;
	padding-left: 2px !important;
	background: url(../images/navBar.png) no-repeat right center;
}

.layui-nav>li>a:hover{color: red;}



/*页尾*/
.foot .siteUl{
	
    width: 774px;
    overflow: hidden;
    text-align: center;
    margin: 10px auto;
}
.foot .siteUl ul li{
	float:left;
	margin:0 3px;
	color:#977c59
}
.foot{ width: 100%; background: url(../images/footBg.png) repeat-x center bottom; }
.footBox{ background: url(../images/foot1.png) no-repeat center bottom;max-width: 1920px; min-width: 1200px;}
.link{border: 1px solid #efdfc7; margin-top: 15px;}
.link h2{color: #735a37; font-size: 16px;line-height: 32px; border-bottom: 1px solid #efdfc7;padding-left: 23px;}
.link ul{ padding: 10px 20px; height: 34px;}
.link ul li{float: left;margin-right: 20px; color: #937e61;}
.link ul li a{color: #937e61;}
.link ul li a:hover{color: red;}
.footIN{
	    font-family: "微软雅黑";
	text-align: center;
	line-height: 22px;
	padding: 12px 0px;
	font-size: 12px;
	color: #000;
	margin-top: 100px;
	position:relative;
}
.footIN .body{
position: absolute;
    right: 35px;
    top: -90px;
    color: #62950c;
    font-size: 14px;
    background: rgba(255,255,255,0.6);
    padding: 20px;
}
}
.footIN a{color: #000;}
