/*重置样式*/

* {
	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: 2500px;min-width: 1200px; position: relative;background: url(../images/footBg.png) no-repeat center bottom;}
/*页头*/

.top {
	width: 100%;
	margin: 0 auto;
	/* padding-top: 30px; */
}

.loginBar {
	width: 100%;
	background: #F0F0F0;
	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: #4f4f4f;
	font-size: 14px;
	line-height: 30px;
}

.login {
	margin-top: 2px;
	margin-left: 5px;
}
.login a{color:#4f4f4f;}

.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: #4f4f4f;
}

.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 26px !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:#0c7ed9 url(../images/toplogo2_.png) no-repeat center top ;
	height:120px;
}

.layui-nav{
	padding: 0 0 !important;
}
/*  新闻轮播图*/


/*.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:238px;

}
.layui-carousel-ind ul li{
	width:38px;
	height:8px;
	background: #fff !important;
	border-radius: 0 !important;
	border: none ;
}



/*页尾*/

.foot {
	width: 100%;
	margin: 10px auto 0;
	background: #0a76d9 url(../images/footBG.jpg) no-repeat center;
	height: 210px;
}


.footIN {
	font-family: "宋体";
	text-align: left;
	line-height: 24px;
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
	padding-top: 28px;
}

.footIN a {
	color: #fff;
}
.foot p{
	font-size: 14px
}
