 @charset "utf-8";
/***reset***/
html{  -webkit-text-size-adjust: 100%; }
html,body {
	width: 100%;
  margin:0;
	padding:0;
	min-height: 100%;
}
body {

    line-height: 1.6;
    font-size:20px;
}
h1,h2,h3,h4,h5,h6,ul,p,ol,form,input {margin:0;padding:0;}
li {list-style:none;}
a,img {border:0;}
a {
	text-decoration:none;
	color:#3a3939;
	-webkit-tap-highlight-color:rgba(255,0,0,0);/*去除链接选中框*/
}
a:hover {color:#222;}
a:active {color:#3a3939;}
a:visited {color:#3a3939;}
img {max-width: 100%;}
input {
	-webkit-appearance: none;
	border-radius: 0;
}
@font-face {
  font-family: "Futura LT";
  src:url('../fonts/Futura\ LT\ Light.ttf');
  /* src: url('../fonts/Futura\ LT\ Extra\ Bold.ttf'); */
  /* src: url('../fonts/FuturaLT-Heavy.ttf'); */
  /* src: url('../fonts/Futura\ LT\ Condensed\ Bold.ttf'); */
  /* src: url('../fonts/Futura\ LT\ Condensed\ Bold\ Oblique.ttf'); */
  /* src: url('../fonts/Futura\ LT\ Condensed\ Medium.ttf'); */
  /* src: url('../fonts/Futura\ LT\ Condensed\ Medium\ Oblique.ttf'); */
}
@font-face {
  font-family: "Futura LT Hv";
  src: url('../fonts/FuturaLT-Heavy.ttf');
}
@font-face {
  font-family: "Source Han Sans SC";
  src: url("../fonts/SourceHanSansCN-Light.otf");
  /* src: url("../fonts/SourceHanSansSC-Bold.otf"); */
  /* src: url("../fonts/SourceHanSansSC-Light.otf"); */
}
/***/
body {
  background:#fff;
  font-family: "Source Han Sans SC",'Microsoft Yahei';
  font-weight: 100;
  color:#3a3939;
  background:#f5f5f5;
}
.g-wrap {
  position: relative;
  margin:0 auto;
  padding:0 .6rem;
  box-sizing: border-box;
  width:100%;
  border-top:.1rem solid #878686;
  overflow: hidden;
}


/**header**/
.m-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding:.666rem 0 .53rem;
}
.nav-btn {
  text-align: center;
}
.nav-btn .icon {
  width:.56rem;
  height: .56rem;
  border-radius:100%;
  background-image:url("images/icon-list-white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .28rem auto;
  background-color:#878686;
}
.nav-btn .txt {
  font-size:.28rem;
  transform:scale(.5);
  transform-origin:left top;
}
.u-logo {
  margin:0 auto;
  width: 3rem;
  height:.8rem;
  background: url("images/logo.png") no-repeat center;
  background-size:contain;
  text-indent: -9999em;
  overflow: hidden;
  opacity: .6;
}
.m-header > .hd-fg {
  margin:0 auto 46px;
  width:60px;
  height: 60px;
  border-bottom: 1px solid #a7a6a6;
}
.m-top-nav {
  position: absolute;
  left:0;
  top:1.8rem;
  padding:0;
  box-sizing: border-box;
  /* width:2.2rem; */
  font-family: 'Futura LT';
  background:#bcbdbd;
  border-radius: 5px;
  z-index:9999;
  height: 0;
  overflow: hidden;
  transition: all .3s;
}
.nav-show {height: auto;  padding:.32rem .4rem;}
.m-top-nav a {color:#fff;}
.m-top-nav > .item {
  display: block;
  padding:.24rem 0;
  color:#fff;
}
.m-top-nav > .parent {
  padding:.24rem 0 0;
}
.m-top-nav .parent-name {
  display: inline-block;
  font-size:.32rem;
  font-family: "Futura LT Hv";
  text-align: center;
}
.m-top-nav .parent-name .txt {text-align: left;}

.m-top-nav .child {
  width:100%;
  font-size:.28rem;
}
.m-top-nav > .parent .icon-box {
  /* text-align: center; */
  text-indent: 1em;
}
.m-top-nav > .parent .icon {
  display: inline-block;
  width:0;
  height:0;
  border:.18rem solid transparent;
  border-top-color: #fff;
  /* background:url(images/icon-nav-arrow-white.jpg) no-repeat center; */
}
.m-top-nav > .cur {
  overflow: visible;
}
.m-top-nav > .cur .parent-name,.m-top-nav .child .cur {
  color:#fff;
  font-family: "Futura LT Hv"
}
.m-top-nav > .cur .child {
  display: block;
}
.m-top-nav .child a {
  display: block;
  white-space: nowrap;
  line-height: 3;
}

.search-btn {
  flex:0 auto;
  width:.6rem;
  text-align: center;
}
.search-btn .icon{
  display: inline-block;
  width:.5rem;
  height:.56rem;
  background:url('images/icon-search.png') no-repeat center;
  background-size: auto .56rem;
}
.search-btn .txt {
  font-size:.16rem;
}

/****/
.u-view-more {
  text-align: center;
}
.u-view-more .btn {
  display: inline-block;
  padding:0 .32rem;
  height:.24rem;
  line-height: .24rem;
  border:1px solid #878686;
  color:#3a3939;
  font-size:.18rem;
}
.m-back-top {
  display: none;
  position: fixed;
  right:20px;
  bottom:100px;
  z-index: 999;
  width:.8rem;
  height: .8rem;
  border:1px solid #878787;
  border-radius: 100%;
  background:#fff url("images/icon-arrow-up.png") no-repeat center;
  background-size:contain;
  cursor: pointer;
}

.swiper-pagination {
  bottom:-36px;
  left: 0;
  width: 100%;
  height:12px;
  text-align: center;
  line-height: 12px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #a7a7a7;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin-right:10px;
  background:#fff;
  border:1px solid #a7a7a7;
  opacity: 1;
}
.faq-view-more {
  padding: 1rem 0;
  text-align: center;
}
.faq-view-more .btn {
  display: inline-block;
  width:.866rem;
  height:.7rem;
  background: url("images/icon-arrow-down.png") no-repeat center;
  background-size:contain;
}


/******/
.m-footer {
  margin: 0 auto;
  width:100%;
  clear: both;
}
.m-footer .bar {
  position: relative;
  height:.4rem;
  border-bottom:.01rem solid #878686;
}
.m-footer .bar .caption {
  position: absolute;
  left:50%;
  top:.2rem;
  z-index: 1;
  margin-left:-1.8rem;
  width:3.6rem;
  height:.4rem;
  line-height: .4rem;
  background:#f5f5f5;
  font-size:.24rem;
  text-align: center;
}
.m-footer .link-list {
  padding:.4rem 0;
  color:#3a3939;
}
.m-footer .link-list a {
  display: inline-block;
  width:25%;
  font-size:.2rem;
  line-height: 3;
}

.m-footer .social-btn {
  text-align: right;
  padding-right:20px;
  padding-top:8px;
  height:50px;
  border-bottom:1px solid #878686;
}
.top-social .social-btn a {
  width:.32rem;
  height: .32rem;
  background-size:contain;
}
.social-btn a {
  display: inline-block;
  margin-right:6px;
  width:.24rem;
  height: .24rem;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
}
.social-btn a:hover {opacity: .7;}
.social-btn .tw {background-image: url("images/icon-social-tw.png");}
.social-btn .in {background-image: url("images/icon-social-in.png");}
.social-btn .group {background-image: url("images/icon-social-group.png");}
.m-footer .copyright {
  display: -webkit-box;
  -webkit-box-pack: justify;
  padding-top:.2rem;
  padding-bottom:.9rem;
  font-size:.16rem;
  border-top:.01rem solid #878686;
}