@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.24rem;
	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.24rem;
}
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: 0.24rem;
}

.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;
	box-sizing: border-box;
  }
  .header.all{
	  height: 100vh;
	  background: url(../images/index/p116.png) no-repeat top center;
	  background-size: cover;
  }
  .header .hed_logo{
	padding: 0.4rem;
	position: relative;
	background-color: rgba(0,0,0,0.8);
  }
  .header .hed_logo_pic{
	display: block;
	width: 1.82rem;
	height: auto;
  }
  .header .hed_navicon{
	position: absolute;
	top: 50%;
	right: 0.4rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 0.36rem;
	width: 0.36rem;
	background: url(../images/nav.png) no-repeat center center;
	background-size: 0.36rem auto;
  }
  .header .hed_navicon.close{
	  background-image: url(../images/nav_close.png);
  }
  .header .hea_navs{
	position: absolute;
	top: 1.3rem;
	left: 0;
	width: 100%;
	padding: 0 0.4rem;
	box-sizing: border-box;
	display: none;
  }
  .header .hea_navs .hed_nav{
	width: 100%;
	padding: 0.39rem 0;
	border-bottom: 1px solid #282828;
	display: block;
	font-size: 0.32rem;
	color: #fff;
	padding-left: 0.72rem;
	box-sizing: border-box;
	background: url(../images/nav1-1.png) no-repeat left center;
	background-size: 0.44rem auto;
  }
  .header .hed_nav.on{
	color: #6F75FF;
	background-image: url(../images/nav1.png);
  }
  .header .hea_navs .hed_nav2{
	background-image: url(../images/nav2-2.png);
  }
  .header .hea_navs .hed_nav2.on{
	background-image: url(../images/nav2.png);
  }
  .header .hea_navs .hed_nav3{
	background-image: url(../images/nav3-3.png);
  }
  .header .hea_navs .hed_nav3.on{
	background-image: url(../images/nav3.png);
  }
  .header .hea_navs .hed_nav4{
	background-image: url(../images/nav4-4.png);
  }
  .header .hea_navs .hed_nav4.on{
	background-image: url(../images/nav4.png);
  }
  .header .hea_navs .hed_nav5{
	background-image: url(../images/nav5-5.png);
  }
  .header .hea_navs .hed_nav5.on{
	background-image: url(../images/nav5.png);
  }
  /* =======底部 */
  .footer{
	background: #151626;
	padding: 0.2rem 0.4rem 0.8rem;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.28rem;
	color: #FFFFFF;
  }
  .footer .main_middle{
	  width: 100%;
	  margin: 0 auto;
	  position: relative;
  }
  .footer .foot_li02 .foot_tit{
	border-bottom: 1px solid #32344F;
	/* border-top: 1px solid #32344F; */
	padding: 0.4rem 0;
	font-size: 0.3rem;
	background: url(../images/xs02.png) no-repeat right center;
	background-size: 0.2rem auto;
  }
  .footer .foot_li02:first-child .foot_tit{
	  border-top: 0;
  }
  .footer .foot_li02.on .foot_tit{
	background-image: url(../images/xs01.png);
	color: #6F75FF;
  }
  .footer .foot_li02 .foot_href{
	display: none;
  }
  .footer .foot_li02.on .foot_href{
	display: block;
  }
  .footer .foot_li02 .foot_btn_a{
	  display: block;
	  font-family: 'PingFangSC-Light';
	  font-size: 0.28rem;
	  color: #FFFFFF;
	  padding: 0.4rem 0;
  }
  .footer .foot_li02 .foot_btn_a:last-child{
	border-bottom: 1px solid #32344F;
  }
  .footer .foot_p{
	color: #fff;
	font-size: 0.28rem;
	padding-top: 0.4rem;
  }
  .footer .foot_url{
	color: #fff;
	font-size: 0.28rem;
	margin-top: 0.30rem;
	background: url(../images/j.png) no-repeat left center;
	background-size: 0.24rem auto;
	padding-left: 0.3rem;
  }
  .footer .foot_wx_pic {
	  padding-top: 0.54rem;
  }
  .footer .foot_wx_pic .foot_wx_pic{
	  width: 1.52rem;
	  height: auto;
	  display: block;
	  margin: 0 auto;
  }

body{
	background-color: #000;
	-webkit-overflow-scrolling:touch;
}
