/*重置样式*/

* {
	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: 1002px;
	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: #b0c5ca url(../img/bodyB1.png) no-repeat center top;}
/*页头*/

.login{

	width: 1100px;
	height: 32px;
	margin: 0 auto;
	line-height: 32px;
	padding: 7px 0;
	background: #7faec7;
	border-radius: 0 0 46px 46px;
	overflow: hidden;
}
.login h2{
	float: left;
	background: url(../img/loginTit.png) no-repeat 56px center;
	width: 192px;
	height: 32px;
	border-right: 2px solid #5a89a4;
}
.login .user{
	float: left;
	margin-left: 20px;
	padding-right: 20px;
	border-right: 2px solid #5a89a4;
}
.login label{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}
.login input{
	width: 120px;
	height: 22px;
	background: #fff;
	border: 1px solid #bcb7b2;
}
.login .psw{
	float: left;
	border-right: 2px solid #5a89a4;	
	margin-left: 20px;
	padding-right: 20px;	
	margin-right: 20px;
}
button{
	cursor: pointer;
	width:70px ;
	height: 30px;	
	margin: 0 12px;
}
.saoma{
	background: url(../img/btn2.png) no-repeat;
}
.lg{
	background: url(../img/btn1.png) no-repeat;		
}
.nav {
	width: 1038px;
	margin: 0 auto;
	border: 3px solid #5b8aa4  ;
	height: 40px;
	background: url(../img/navBg.png) repeat-x;
	border-radius: 20px;
}

.nav .center {

}

.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: #4b7290 !important;
	font-family: "微软雅黑";
	padding: 0px 24px !important;
	font-weight: 600;
}
.layui-nav>li.one,
.layui-nav>li.layui-nav-item:hover {
	background: url(../img/navB.png) no-repeat  0 4px !important;
}
.layui-nav-child {
	z-index: 999 !important;
}



/*  新闻轮播图*/


/*.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: 10px 0;
}

.footIN {
	font-family: "微软雅黑";
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	font-size: 12px;
	color: #333;
}

.footIN a {
	color: #333;
}