 @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;
}
.g-wrap {
  position: relative;
  margin:0 auto;
  width:1200px;
}


/**header**/
.m-header {
  padding-top:95px;
  text-align: center;
}
.u-logo {
  margin:0 auto;
  width: 410px;
  height:128px;
  background: url("images/logo.png") no-repeat center;
  text-indent: -9999em;
  overflow: hidden;
}
.m-header > .hd-fg {
  margin:0 auto 46px;
  width:60px;
  height: 60px;
  border-bottom: 1px solid #a7a6a6;
}
.m-top-nav {
  position: relative;
  padding-bottom:40px;
  font-family: 'Futura LT';
}
.m-top-nav a {color:#616160;}
.m-top-nav a:hover {
  color:#000;
}
.m-top-nav > .parent {
  display: inline-block;
  line-height: 1;
  height:22px;
  vertical-align: middle;
  overflow: hidden;
  color:#616160;
}
.m-top-nav .parent-name {
  display: block;
  letter-spacing: 2px;
  height:22px;
  line-height: 22px;
  font-size:22px;
  /* cursor: pointer; */
}
.m-top-nav .fg {
  display: inline-block;
  width:68px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}
.m-top-nav > .parent .child {
  display: none;
  position: absolute;
  left:0;
  top:30px;
  z-index:99;
  padding-top:30px;
  width:100%;
  font-size:18px;
}
.m-top-nav > .parent .icon {
  display: inline-block;
  margin-top:6px;
  width:22px;
  height:15px;
  background:url(images/icon-nav-arrow.jpg) no-repeat center;
}
.m-top-nav > .cur {
  overflow: visible;
}
.m-top-nav > .cur .parent-name,.m-top-nav > .parent .child .cur {
  color:#000;
  font-family: "Futura LT Hv"
}
.m-top-nav > .cur .child {
  display: block;
}
.m-top-nav > .parent .child a {
  display: inline-block;
  padding:0 40px;
}



/****/
.u-view-more {
  text-align: center;
}
.u-view-more .btn {
  display: inline-block;
  width:170px;
  height:34px;
  border:1px solid #878686;
  color:#3a3939;
}
.m-back-top {
  display: none;
  position: fixed;
  right:20px;
  bottom:100px;
  z-index: 999;
  width:74px;
  height: 74px;
  border:1px solid #878787;
  border-radius: 100%;
  background:#fff url("images/icon-arrow-up.png") no-repeat center;
  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: 200px 0;
  text-align: center;
}
.faq-view-more .btn {
  display: inline-block;
  width:120px;
  height:90px;
  background: url("images/icon-arrow-down.png") no-repeat center;
}


/******/
.m-footer {
  margin: 0 auto;
  width:1100px;
  padding-top:80px;
}
.m-footer .bar {
  position: relative;
  height:32px;
  border-bottom:1px solid #878686;
}
.m-footer .bar .caption {
  position: absolute;
  left:50%;
  top:16px;
  z-index: 1;
  margin-left:-190px;
  width:390px;
  height:32px;
  background:#fff;
  font-size:24px;
  text-align: center;
}
.m-footer .link-list {
  padding-left:68px;
  padding-top:65px;
  font-size:24px;
  line-height:3.6;
  color:#3a3939;
}
.m-footer .link-list a {
  display: inline-block;
  width:25%;
}
.m-footer .link-list a:hover {
  opacity: .6;
}
.m-footer .social-btn {
  text-align: right;
  padding-right:20px;
  padding-top:8px;
  height:50px;
  border-bottom:1px solid #878686;
}
.social-btn a {
  display: inline-block;
  margin-right:6px;
  width:34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
}
.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 {
  padding:40px 16px 118px;
  display: -webkit-box;
  -webkit-box-pack: justify;
  font-size:20px;
}