/*重置样式*/

* {
	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: 30px;
}

.loginBar {
	width: 100%;
	background: #0177aa;
	z-index: 99;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1200px;
}

.loginBar div.clearfix {
	width: 1000px;
	height: 30px;
}

.loginBar p.fl {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.login {
	margin-top: 2px;
	margin-left: 5px;
}
.login a{color:#fff;}

.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: #fff;
}

.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: #4f4f4f !important;
	font-family: "微软雅黑";
	padding: 0px 20px !important;
}

.layui-nav>li.one>a {
	line-height: 50px !important;
	color: #fff !important;
}

.layui-nav>li.one,
.layui-nav>li.layui-nav-item:hover {
	background: #ffa631 !important;
	color: #fff !important;
}

li.layui-nav-item:hover>a {
	color: #fff !important;
}

.layui-nav-child {
	z-index: 999 !important;
}

.top .logo {
	width: 100%;
	background: url(../images/topBanner.png) center top;
	height:126px;
}


/*  新闻轮播图*/


/*.layui-carousel .slideImg{ background: url(../images/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:none !important;
	border-radius: 0 !important;
	height: 40px;
	top: -60px !important;
}

.layui-carousel-ind ul {
	background: none !important;
	display: inline-block;
	padding: 16px 0 !important;

	width: 160px;

}
.layui-carousel-ind ul li{
	width:16px;
	height:16px;
	border:5px solid #fff;
}


/*页尾*/

.foot {
	width: 100%;
	margin: 10px auto 0;
	background: #0c66b6;
	padding: 10px 0;
	border-bottom:32px solid #004c8f;
}


.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);
}