* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:#fff;
	font-size:12px;	
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#333;
}


/*顶部第一广告位*/
.m-banners{ width: 100%; height: 100%; margin: 0 auto; text-align: center;  /*display: none */}
.mb-div{width: 1200px; height: auto; margin: 0 auto; overflow: 100%;position: relative;}
span.u-bannerClose{ width: 23px; height: 23px; background: url(/Public/kindeditor/images/close.png) no-repeat; display: inline-block; position: absolute; top:5px; z-index: 10000 ; right:0;background-position: 0 0px; cursor: pointer;}
span.u-bannerClose:hover{background-position: 0 -24px;}
.clear-both{ clear: both }

/*导航框*/
.n-container{ width: 100%; height: 119px; border-bottom: 1px solid #e1e1e1; background: #fdfdfd}
.n-incon{ width: 1200px; height: 119px;  margin: 0 auto;/*background: #999*/  }
/*logo*/
.logo{ width: 177px; height: 99px; /*background: url(/Public/kindeditor/images/wanchelogo.png) no-repeat; */background-size: 196px 50px; float: left; position: relative; margin-top:15px; cursor: pointer; }

/*导航列表*/
.n-list{ width: 730px; height:80px; margin-left:40px;  float: left}
.n-list ul li,.login{ float: left; width: 110px; height: 68px; border-top: 2px solid #fdfdfd; font-size: 18px; 
	font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif, \5b8b\4f53; text-align: center; line-height: 68px; cursor: pointer;
     color:#474747; position: relative;top:10px;
     border-left-color: transparent;
    border-bottom-color: transparent;
	 }
.n-list ul li:hover{border-top: 2px solid #ff6600; background: #eef0f1; color:#ff6600; }
/*登录*/
.login{float: right; font-size: 16px; width: 75px; color:#e14d57;}
.login a{ color:#e14d57}
.login span{ width: 16px; height: 16px; display: inline-block; background: url(/Public/kindeditor/images/user91.png) no-repeat; background-size: 16px 16px; position: relative; margin-right:5px;top:3px; }
.login:hover{border-top: 5px solid #e14d57; background: #f8f8f8;}
/*搜索*/
.index-search{ width: 165px; height: 40px; float: right;position: relative; margin-top:25px; margin-left:10px; }
.b-lr{ border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5; }
.search-form .sinput{ width: 110px; height: 40px; border:0px; margin-left: 15px;background: #fdfdfd ; font-size: 16px ; color: #777777}
.search-form button{ border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;width: 18px; height: 18px; display: inline-block; background: url(/Public/kindeditor/images/sousuo.png) no-repeat; background-size: 18px 18px;position: relative; top:3px}
/*阴影*/
.shadowbg{ width: 100%; height: 8px; background: url(/Public/kindeditor/images/shadowbg.png) no-repeat;background-position:center center;}
/*a:hover {
	color:#157CCE;
}*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix10:after {
	content:".";
	display:block;
	height:10px;
	clear:both;
	visibility:hidden;
}
.h10{height:10px;}
.h15{height:15px;}
#header{width:100%; margin:0 auto;}
.navBar {
	display: inline-block;
	margin:0 auto;	
	height:67px;
	margin-left: 80px;
	line-height:67px;
	background: #157CCE;
	background: linear-gradient(#038EFC,#157CCE,#3181C1, #439DE5);
	color:#333;
	/*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);*/
}
.nav {
	position:relative;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:14px;
}
.nav a {
	color:#fff;
}
.nav h3 {
	font-size:100%;
	font-weight:normal;
}
.nav .m {
	float:left;
	position:relative;
	z-index:1;
}
.nav .s {
	float:left;
	width:3px;
	text-align:center;
	color:#D4D4D4;
	font-size:12px;
}
.nav h3 a {
	    display: block;
    width: 86px;
    font-size: 16px;
    text-align: center;
    /* font-weight: bold; */
}
.nav .sub {
	display:none;
	position:absolute;
	left:-18px;
	top:100%;
	z-index:1;
	width:117px;
	border:1px solid #E6E4E3;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border-top:0;
	background:#fff;
}
.nav .sub li {
	text-align:center;
	padding:0 ;
	margin-bottom:-1px;
}
.nav .sub li a {
	display:block;
	border-bottom:1px solid #E6E4E3;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
.nav .sub li a:hover {
	color:#fff;
    background: #157CCE;
	background: linear-gradient(#038EFC,#157CCE,#3181C1, #439DE5);
}
.nav .block {
	height:2px;
	width:88px;
	background:#FFF;
	position:absolute;
	left:0;
	top:100%;
	margin-top: -8px;
	overflow:hidden;
}
