﻿/*重置样式*/

*{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: 994px; 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;}
/*.More{width: 42px; height: 18px; background: #641c20; color: #fff; text-align: center;font-size: 12px;line-height:18px ;margin-top:12px;}*/
body{width: 100%; background:url(../images/bodyBg.png) repeat; min-height:1200px;}



/*页头*/
.top{width: 100%;}
.topBanner{ margin: 0 auto;height: 247px; background: url(../images/topBanner.png) no-repeat center top;}
.topBar{width: 950px; margin: 0 auto;}
.topBar p{color: #5d0201;    line-height: 30px;
    padding-left: 10px;}


.nav {
	height: 46px;
	background: #5d0201;
}
.nav .center{
	width: 1014px;
	margin: 0 auto;

}
.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: 0 22px !important;
}
.layui-nav>li:hover{background:#ac0003;}
.layui-nav>li.active{
	background:#ac0003;
}




/*页尾*/

.foot{background:url(../images/bottomB.png) repeat-x; }
.footIN{
	width: 100%;
	    font-family: "微软雅黑";
	text-align: center;
	line-height: 22px;
	padding: 12px 0px;
	font-size: 12px;
	color: #000;
	background: url(../images/footBg.png) repeat;
}
.footIN a{color: #000;}
