/*重置样式*/

* {
	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 {
	outline: none;
	border: none;
}

.cStyle {
	width: 1200px;
	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: url(../img/bodyBg.png);
	    width: 100%;
    min-width: 1148px;
}


.logo {
	height: 160px;
	background: #f9f9f7 url(../img/topLogo_fy2.png) no-repeat center top;
	border-top: 5px solid #a32426;
	width: 100%;
  
}

.nav {
	width: 100%;
	height: 50px;
	background: none;
	z-index: 9;
	float: left;
	position:relative;
	top:-28px;
	/* overflow: hidden; */
}

.nav .center {
	width: 1200px;
	margin: 0 auto;
	height: 46px;
	border-radius: 6px;
	background: #95201d;
	min-width:980px;
}

.layui-nav {
	background: none !important;
	clear: both !important;
}

.layui-nav>li {
	float: left;
	line-height: 46px !important;
}

.layui-nav-more,
.layui-nav-bar {
	display: none !important;
}

/* .layui-nav li.line {
	width: 2px;
	height: 16px;
	margin-top: 16px;
	background: #fff;
} */

.layui-nav>li>a {
	font-size: 16px;
	color: white !important;
	font-family: "微软雅黑";
	padding: 0px 20px !important;
}

.layui-nav>li.one>a {
	line-height: 44px !important;
	color: #fff !important;
}

.layui-nav>li.layui-nav-item:hover {
	color: #fff !important;
	font-weight: bold;
}

li.layui-nav-item:hover a {
	font-weight: bold;
}

.layui-nav-child {
	z-index: 999 !important;
}

.slideImg {
	position: relative;
	width: 100%;
	height: 100%;
}


.layui-carousel .layui-carousel-ind .layui-this {
	display: none !important;
}

.layui-carousel .layui-carousel-ind {
	display: none;
}

.layui-carousel-ind ul {
	background: none !important;
	display: inline-block;
	padding: 16px 0 !important;
	position: absolute;
	width: 150px;
	right: 20%;
}

/*页尾*/
.foot {
	width: 100%;
	height: 130px;
	background: #a32426;
	float: left;
	position: relative;
}

.foot .center{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	margin-top: 40px;
}
.foot p.tj{
	width: 1120px;
	margin: 0 auto;
	text-align: center;
	    color: #e0f2d0;
}
.foot .footC{
	overflow: hidden;
	width: 1120px;
	line-height: 1.6;
	margin-top:-5px;
	color: #e0f2d0;
	
}
.foot p{
	color: #f3fceb;
	font-size: 14px;
	text-align:center;
	margin-top:10px;
	padding-bottom:10px;
}

.sydw {
    width: 52px;
    height: 62px;
    background: url(../img/foot-icon2.png);
    position: absolute;
   top: 0;
    right: 116px;

}

/* banner轮播图 */
.focus .slideBox {
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
	top:-55px;
}

.slideBox .hd {
	width: 100%;
	height: 19px;
	position: absolute;
	bottom: 12px;
	z-index: 100;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	margin-right: 16px;
	width: 34px;
	height: 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li:last-child {
	margin-right: 0;
}

.slideBox .hd ul li.on {
	background: #FBAB18;
	color: #fff;
}

.focus .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.focus .slideBox .bd li {
	width: 100%;
	zoom: 1;
	vertical-align: middle;
}

.focus .slideBox .bd img {
	width: 100%;
	height: 420px;
	display: block;
}

.focus .slideBox .prev,
.focus .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focus .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.focus .slideBox .prev:hover,
.focus .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.focus .slideBox .prevStop {
	display: none;
}

.focus .slideBox .nextStop {
	display: none;
}

.focus .slideBox .hd ul li {
	border-radius: 0 !important;
}
