/*重置样式*/

* {
	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: 1036px;
	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; background: #82d2cf url(../img/bodyB.jpg) no-repeat center top; }
/*页头*/
.topBar{width: 100%;background:#fff url(../img/topB.png) repeat-x center top; height: 46px; box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.2)}


.topBar div.clearfix {
	width: 1000px;
	height: 46px;
}

.topBar p.fl {
	color: #717171;
	font-size: 14px;
	line-height: 52px;
}

.login {
	margin-top: 8px;
	margin-left: 5px;
}

.login label {
	color: #245086;
	font-size: 14px;
	line-height:37px;
}

.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: 1044px;
height: 170px;
background: url(../img/navB.png) no-repeat;
position: relative;
margin-top:30px;
}

.nav .center{
	width: 956px;
	position: absolute;
	top: 112px;
	left:38px;
}
.layui-nav {background: none !important;    padding: 0 16px !important;}

.layui-nav>li {
	float: left;
	line-height: 40px !important;
}
.layui-nav>li.line{
	width: 2px !important;
	height: 16px !important;
	background: url(../img/navLine.png) no-repeat !important;
	margin-top: 12px !important;
}
.layui-nav-more,
.layui-nav-bar {
	display: none !important;
}
.layui-nav>li>a {
	font-size: 18px;
	color: #fff !important;
	font-family: "微软雅黑";
	padding: 0px 5px !important;
	font-weight: 600;
}
.layui-nav>li.one a,.layui-nav>li>a:hover{
	color: #ffff00 !important;
}
.layui-nav-child {
	z-index: 999 !important;
}





/*页尾*/

.foot {
	width: 100%;
	margin: 10px auto 0;
	/*background: #775844;*/
	padding: 10px 0 130px;
	background:url(../img/bottomFlower.png) repeat-x center bottom;
}

.footIN {
	font-family: "微软雅黑";
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	font-size: 12px;
	color: #3b3b3b;
}

.footIN a {
	color: #3b3b3b;
}