@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 auto;
	padding:0;
	background:#fff;
	font-size:12px;
	color:#000;
	}
body>div{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	} 
div,form,ul,ol,li,span,p,dl,dt,dd{
	margin:0;
	padding:0;
	border:none;
	}
img,table, tr, td,th, fieldset, label, legend,button,input { margin:0;padding:0;}
img,a img{
	border:none;
	margin:0;
	padding:0;
	max-width: 100%;
	}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	}
ul,ol,li{list-style:none;}
table,td,input{font-size:12px;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
/* 默认链接颜色 */
a:link{text-decoration:none;}
a:visited{text-decoration:none; }
a:hover{text-decoration:none; transition:color 0.3s ease-out 0s; transition:background 0.3s ease-out 0s;}
a:active{text-decoration:none;}
a:active, a:focus {outline:none;}
a:focus, input[type=button] ,input[type=submit] {
				outline:none;
}
.a{
	max-width: 100%;
	overflow: hidden;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
.hide{
	display: none;
}
.clearfix {
	clear: both;
	display: table;
}

/*清除浮动*/
.clfix:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
.fl{
	float: left;
}
.n_banner{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
}
.n_contant{
	width: 1208px;
	height: auto;
	margin: 0 auto;
}
.n_contant1{
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}
.n_contant1 p{
	font-size:20px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:#797979;
	line-height:35px;
	text-align: left;
	margin-bottom: 42px;
}
.n_contant1 img{
	width: 400px;
}
.n_header{
	padding-top: 20px;
	height: 97px;
}
.n_body{
	width: 100%;
	background: #fffcf5;
}
.footer{ border-top:solid 10px #666666; background:#333333; padding:40px 0px 30px 0px; text-align: center;}
.footer-menu{ color: #fff;padding-bottom: 15px;}
.footer-menu a{ padding: 10px ; color:#fff;line-height: 26px; font-size: 18px;}
.footer-menu a:hover{ color:#e10202;}
.footer-menu a.foot-m-a{ font-size:18px; font-weight:bold; color:#ffffff;}
.xkb-bc{
	color:#999;
}

.xt_legal{
   max-width: 100%;
   height: auto;
   overflow: hidden;
}
.legal_banner{
   width: 100%;
}
.banner{
   background: url("../images/legal_banner.png") no-repeat center;
   height: 320px;
   overflow: hidden;
}
.legal_con{
   width: 800px;
   margin: 55px auto 0;
}
.legal_xq{
   width: 800px;
   height: auto;
   padding-top: 4px;
}
.legal_xq h6{
	font-size:20px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:#797979;
	line-height:35px;
	text-align: left;
	width: 800px;
}
.legal_xq p{
   font-size:20px;
   font-family:Source Han Sans CN;
   font-weight:400;
   color:#797979;
   line-height:35px;
   text-align: left;
   width: 800px;
   margin-bottom: 42px;
}
.legal_xq li p,img{
   float: left;
}
.legal_xq li img{
   margin-right: 11px;
   margin-top: 8px;
}
.legal_xq li p a{
   color: #0E64F3;
}
.wenque-img img{
	float: inherit;
	width: 805px;
  margin: 0 auto;
  display: block;
}