@charset "utf-8";
/* CSS Document */
/* S 公共库开始  */
html {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
}
html, body {
	width:100%;
    height: 100%;
	font-family:PingFangSC-Regular, sans-serif,'Open Sans', sans-serif,"Microsoft Yahei", "\5B8B\4F53", SimHei;
}
body {
	/*font: 12px/1.5;*/
}
body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea, select, canvas, button, dl, dd, dt {
	margin:0;
	padding:0;
	border:0;
	font-size:inherit;
}
header, hgroup, nav, section, article, aside, footer {
	display: block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol, li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-size: 0.12rem;
	font-weight:normal;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	outline:none;
}
input, textarea, select {
*font-size:100%;
	font-size: 0.12rem;
}
legend {
	color:#000;
}
img {
	vertical-align:top;
}
a:link, a:visited {
	text-decoration: none;
} /* 链接颜色 */
/* S 公共库结束  */
body a{outline:none;blr:expression(this.onFocus=this.blur());}
/*清理浮动*/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*字体微软雅黑和宋体*/
.wryh {
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.st {
	font-family: "\5B8B\4F53";
}
/*图片适应宽100%*/
.img{width: 100%; height: auto;-ms-interpolation-mode: bicubic;}
/*用户不能选中*/
/*body{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}*/


/*清楚浮动*/

.decimal {
	font-family: 'Microsoft YaHei', SimHei;
	font-size: 14px;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*解决盒子塌陷问题*/

.clearfix {
	display: inline-table;
}

*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

*+html .clearfix {
	min-height: 1%;
}


/*公共样式*/

.tc {
	text-align: center!important;
}

.tl{
	text-align: left!important;
}

.tr {
	text-align: right!important;
}

.fl {
	float: left!important;
}

.fr {
	float: right!important;
}
.rlast{
	margin-right: 0!important;
}
.ffirst{
	margin-left: 0!important;
}
.ellipsis {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
*{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*-webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
/* ====首页导航 */
/* .indexHeader{
	-webkit-animation-duration: 300s;
	-moz-animation-delay: 0.1s;
} */
.header{
	position: fixed;
	top: 0;
	left: 0%;
	width: 100%;
	z-index: 100000;
	display: none;
	padding: 20px 0;
	background-color: rgba(0,0,0,0.9);
	min-width: 1100px;
  }
  .header	.header_main{
	width: 1100px;
	margin: 0 auto;
  }
  .header .hed_logo{
	padding-right: 90px;
  }
  .header .hed_logo_pic{
	display: block;
	height: 34px;
	width: auto;
  }
  .header .hed_nav{
	font-size: 16px;
	color: #727272;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	margin-left: 50px;
  }
  .header .hed_nav.on{
	color: #FFFFFF;
  }
  /* =======底部 */
  .footer{
	  background: #151626;
	  padding: 40px 0;
	  width: 100%;
	  min-width: 1100px;
  }
  .footer .main_middle{
	  width: 100%;
	  max-width: 1200px;
	  margin: 0 auto;
	  position: relative;
  }
  .footer .foot_li02 {
	  padding-left: 15%;
  }
  .footer .foot_li02 .foot_btn_a{
	  display: block;
	  font-family: 'PingFangSC-Light';
	  font-size: 14px;
	  color: #FFFFFF;
	  height: 42px;
	  line-height: 42px;
	  cursor: auto;
	  color: #5C5E79;
  }
  .footer .foot_li02 .foot_btn_a.big{
	font-size: 18px;
	color: #FFFFFF;
  }
  .footer .foot_li02 .jump_page:hover{
	  color: #6f75ff;
	  cursor: pointer;
  }
  .footer .foot_wx_pic .foot_wx_pic{
	  width: 50%;
  }
  .footer .foot_p{
	  text-align: center;
	  color: #fff;
	  padding-top: 20px;
	  font-size: 14px;
  }
  .footer .foot_p .foot_url{
	  background: url(../images/j.png) no-repeat left center;
	  background-size: 16px auto;
	  padding-left: 20px;
	  margin-left: 10px;
	  color: #fff;
  }
body{
	background-color: #000;
}
 
 /* @font-face {
   font-family: 'PingFangSC-Ultralight';
    src: url('../fonts/din_reg_alt-webfont.eot'); //IE9 Compat Modes //
    src: url('../fonts/din_reg_alt-webfont.eot?#iefix') format('embedded-opentype'), //==IE6-IE8// url('../fonts/din_reg_alt-webfont.woff') format('woff'), //==Modern Browsers// url('../fonts/din_reg_alt-webfont.ttf') format('truetype'), //==Safari, Android, iOS//   url('../fonts/din_reg_alt-webfont.svg#dinAlternate') format('svg'); //===Legacy iOS // 
} */
/* @font-face {
    font-family: 'PingFangSC-Ultralight';
    src: url('../font/Ultralight.ttf');
}
@font-face {
    font-family: 'PingFangSC-Thin';
    src: url('../font/Thin.ttf');
} */