/*重置样式*/

* {
	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: 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{max-width: 2000px;min-width: 1200px; position: relative;}
/*页头*/

.top {
	width: 100%;
	margin: 0 auto;
	padding-top: 42px;
}

.loginBar {
	width: 100%;
	background: url(../img/topbarb.png) repeat-x;
	z-index: 99;
	height: 42px;
	box-shadow: 3px 3px 5px rgba(138, 138, 138, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1200px;
}

.loginBar div.clearfix {
	width: 1000px;
	height: 42px;
}

.loginBar p.fl {
	color: #717171;
	font-size: 14px;
	line-height: 42px;
}

.login {
	margin-top: 8px;
	margin-left: 5px;
}

.login label {
	color: #245086;
	font-size: 14px;
}

.login .inpBox {
	width: 90px;
	height: 20px;
	border: 1px solid #b5b5b5
}

.login input[type="submit"] {
	background: #ebb124;
}

.login input[type="button"] {
	background: #24c197;
}

.login input[type="submit"],
.login input[type="button"] {
	width: 56px;
	line-height: 26px;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
}

.nav {
	width: 100%;
	height: 50px;
	background: #966748;
}

.nav .center {
	width: 1200px;
	margin: 0 auto;
}

.layui-nav {background: none !important;}

.layui-nav>li {
	float: left;
	line-height: 50px !important;
}
.layui-nav li.line{
	width: 2px;
	height: 16px;
	margin-top: 16px;
	background: #fff; 
}
.layui-nav-more,
.layui-nav-bar {
	display: none !important;
}

.layui-nav>li>a {
	font-size: 16px;
	color: white !important;
	font-family: "微软雅黑";
	padding: 0px 20px !important;
}

.layui-nav>li.one>a {
	line-height: 50px !important;
	color: #966748 !important;
}

.layui-nav>li.one,
.layui-nav>li.layui-nav-item:hover {
	background: #fff !important;
	color: #966748 !important;
}

li.layui-nav-item:hover a {
	color: #966748 !important;
}

.layui-nav-child {
	z-index: 999 !important;
}

.top .logo {
	width: 100%;
	background: url(../img/logoB.jpg) center top;
	height: 154px;
}


/*  新闻轮播图*/


/*.layui-carousel .slideImg{ background: url(../img/banner.jpg) no-repeat center;}*/

.slideImg {
	position: relative;
}

.layui-carousel .titleNew {
	font-size: 22px;
	color: #fff;
	width: 800px;
	left: 50%;
	margin-left: -598px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	line-height: 40px;
	z-index: 99;
}

.layui-carousel .layui-carousel-ind .layui-this {
	background: #ffbd30 !important;
}

.layui-carousel .layui-carousel-ind {
	width: 100% !important;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: rgba(0, 0, 0, .5) !important;
	border-radius: 0 !important;
	height: 40px;
	top: -40px !important;
}

.layui-carousel-ind ul {
	background: none !important;
	display: inline-block;
	padding: 16px 0 !important;
	position: absolute;
	width: 150px;
	right: 20%;
}


/*页尾*/

.foot {
	width: 100%;
	margin: 10px auto 0;
	background: #775844;
	padding-bottom: 10px;
}

.footIN {
	font-family: "微软雅黑";
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
}

.footIN a {
	color: #fff;
}


.waterL{
	position: absolute;
	top: 960px;
	left:20px ;
	z-index: -1;
	opacity: 0.5;
	 filter:alpha(opacity=50);
}
.waterR{
	position: absolute;
	top: 960px;
	right:20px ;
	z-index: -1;
	 filter:alpha(opacity=50);
}