@charset "UTF-8";
a, .transition, #index-dots li .name, .indexFlash .dots span, .product-2 .container .wal, .product-show-2 .btn li, .customized .list2 dd, .contact-3 .submit div, .job-list li .title, .subscribe .form .submit, .news-side .submit, .reg .form .submit div, :before, img, .g-nav, .g-head .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .g-head dl.btn, .g-foot dl, .indexFlash .dots, .index-container .btn ul, .product-show-2 .btn ul, .product-list .list li dl.info, .customized .list .name, .customized .list li, .customized .list2 dl, .customized .list3 li, .p-nav .nav ul, .job-list .name, .job-list .title, .p-num {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, #index-dots, .product-1 .list li, .reg {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .product-1 .list li, .product-show-3 .wal, .product-show-4, .faq .video, .job-list .name, .job-list .title, .p-num, .how li, .reg {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .g-head .nav ul, .g-foot, #index-dots, .indexFlash .dots, .index-container .btn ul, .product-1 .list ul, .product-1 .list li, .product-show-1 .list ul, .product-show-2 .list ul, .p-num, .reg {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .product-show-3 .wal, .product-show-4, .product-list .list ul, .customized .list .name, .customized .list li, .customized .list2 dl, .contact-1, .contact-2, .contact-3 .form ul, .faq .video, .job .list ul, .subscribe .form, .how li {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-head .nav ul, .g-foot, .product-1 .list ul, .product-show-1 .list ul, .product-show-2 .list ul, .product-show-3 .wal, .product-show-4, .product-show-4 .list ul, .product-list .list ul, .contact-1, .contact-2, .contact-3 .form ul, .contact-4 .list ul, .faq .nav ul, .faq .video, .job .list ul, .subscribe .form, .video-list ul, .how li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: 12px;
  font-family: "Gotham-Book", "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #000;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: "Gotham-Book", "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

@font-face {
  font-family: "Gotham-Book";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.eot") format("embedded-opentype"), url("fonts/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Medium";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype"), url("fonts/Gotham-Medium.eot") format("embedded-opentype"), url("fonts/Gotham-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.g-headD {
  height: 0.58rem; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%; }
  .g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.4rem;
    background: url("../image/head.png") center top repeat-x;
    background-size: auto 100%; }
  .g-head .wal {
    min-height: 0.58rem;
    position: relative;
    max-width: 100%;
    margin: 0 .2rem; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: .7rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .g-head a.navA {
    display: block;
    width: .6rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.2rem;
    top: 0;
    bottom: 0;
    background: url("../image/img18.png") center no-repeat;
    background-size: .18rem; }
  .g-head dl.btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.67rem;
    top: 0;
    bottom: auto;
    line-height: 0.58rem;
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.5); }
    .g-head dl.btn a {
      color: #fff; }
    .g-head dl.btn dt {
      padding-right: 0.3rem; }
    .g-head dl.btn dd em {
      padding: 0 .05rem; }
    .g-head dl.btn dd a {
      opacity: .5; }
    .g-head dl.btn dd a:hover, .g-head dl.btn dd a.on {
      opacity: 1; }
    .g-head dl.btn dd a.on {
      font-size: .2rem; }
  .g-head .nav {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto; }
    .g-head .nav li {
      padding: 0 .13rem; }
    .g-head .nav a {
      display: block;
      color: #fff;
      line-height: 0.58rem;
      font-size: .14rem; }

.p-head {
  background: #333; }
  .p-head:before {
    display: none; }

.p-head2 {
  background: #fff; }
  .p-head2:before {
    display: none; }
  .p-head2 a.logo {
    background-image: url("../image/logo-color.png"); }
  .p-head2 a.navA {
    background-image: url("../image/img18_1.png"); }
  .p-head2 dl.btn {
    color: rgba(0, 0, 0, 0.5); }
    .p-head2 dl.btn a {
      color: #333; }
  .p-head2 .nav a {
    color: #333; }

.g-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -3rem;
  width: 3rem;
  bottom: 0;
  overflow-y: auto;
  background: #fff;
  padding: 1.1rem .3rem .3rem; }
  .g-nav .close {
    cursor: pointer;
    width: .6rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    height: 0.58rem;
    background: url("../image/close.png") center no-repeat;
    background-size: .2rem; }
  .g-nav a.name {
    display: block;
    height: .8rem;
    line-height: .8rem;
    padding-left: .2rem;
    border-bottom: #ccc solid 1px;
    font-size: .16rem; }

body.navShow .g-nav {
  right: 0; }

.g-foot {
  background: #fff;
  line-height: .7rem;
  text-align: center;
  font-size: .14rem; }
  .g-foot p {
    padding-right: .34rem; }
  .g-foot dl dd {
    padding-right: .34rem; }
  .g-foot dl dd:last-child {
    padding: 0; }

/*index*/
#index {
  height: 100vh;
  overflow: hidden;
  position: relative; }

.index-slide {
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
  position: relative; }
  .index-slide .g-foot {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0; }

#index-dots {
  position: absolute;
  z-index: 10;
  left: 0.2rem;
  right: auto;
  top: 0;
  bottom: 0;
  width: 3px; }
  #index-dots li {
    height: .28rem;
    position: relative; }
    #index-dots li:before {
      content: "";
      display: block;
      position: absolute;
      left: 1px;
      top: .02rem;
      width: 1px;
      height: .24rem;
      background: #fff;
      opacity: .5; }
    #index-dots li .name {
      width: 2rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      line-height: .28rem;
      white-space: normal;
      color: #fff;
      font-size: .14rem;
      opacity: 0;
      visibility: hidden; }
  #index-dots li.on:before {
    left: 0;
    width: 100%;
    opacity: 1; }
  #index-dots li.on .name {
    width: 2rem;
    left: .14rem;
    opacity: 1;
    visibility: visible; }

.indexIco {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: .3rem;
  width: .2rem;
  height: .11rem;
  margin-left: -.1rem;
  background: url("../image/img20.png") center no-repeat;
  background-size: 100%;
  animation: upDown 1s infinite linear;
  -webkit-animation: upDown 1s infinite linear; }
  .indexIco.hide {
    opacity: 0;
    visibility: hidden; }
  .indexIco.black {
    background-image: url("../image/img20_1.png"); }

@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(0.3rem); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(0.3rem); } }
/**/
.indexFlash .index-container {
  top: 18%; }
.indexFlash .list {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 37%;
  bottom: 0;
  overflow: hidden; }
.indexFlash .list-wrapper {
  width: 28.8rem;
  position: relative;
  left: 50%;
  margin-left: -14.4rem; }
.indexFlash .dots {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0.8rem; }
  .indexFlash .dots span {
    width: .1rem;
    height: .1rem;
    border: #fff solid 1px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 .05rem; }
  .indexFlash .dots span.swiper-pagination-bullet-active {
    background: #fff; }

.index-container .btn a, a.p-btn {
  display: block;
  color: #fff;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  width: 1.9rem;
  height: 32px;
  line-height: 28px;
  border: #fff solid 2px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center; }
  .index-container .btn a:hover, .index-container .btn a.on, a.p-btn:hover, a.p-btn.on {
    background: #fff;
    color: #333; }

a.p-more {
  display: block;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  width: 100px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: #333 solid 2px; }
  a.p-more:hover {
    background: #333;
    color: #fff; }

a.p-more2 {
  display: block;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  width: 1.8rem;
  height: .4rem;
  line-height: .36rem;
  text-align: center;
  border: #333 solid .02rem;
  font-size: .14rem; }
  a.p-more2:hover {
    background: #333;
    color: #fff; }

.index-container {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 22%;
  bottom: auto;
  text-align: center;
  color: #fff; }
  .index-container .title {
    font-size: .32rem;
    padding-bottom: .2rem;
    letter-spacing: .01rem; }
  .index-container p {
    font-size: .14rem;
    padding-bottom: .2rem;
    margin-top: -.12rem; }
  .index-container .btn li {
    padding: 0 .1rem; }

.product-1 {
  color: #fff;
  text-align: center; }
  .product-1 .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 17.4%;
    bottom: auto;
    font-size: .16rem; }
    .product-1 .title h2 {
      font-size: .3rem;
      font-weight: 400; }
  .product-1 .list {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0.95rem; }
    .product-1 .list li {
      border-right: #fff solid 1px;
      padding: 0 .8rem;
      height: .82rem; }
      .product-1 .list li:last-child {
        border: 0;
        padding-left: 0; }
      .product-1 .list li:nth-child(3) {
        border: 0; }
      .product-1 .list li .ico {
        width: .44rem; }
      .product-1 .list li .name {
        line-height: .18rem;
        padding-top: .08rem; }

.product-2 .img {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 2.4rem;
  background: center no-repeat;
  background-size: cover; }
.product-2 .container {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background: #fff; }
  .product-2 .container .wal {
    min-height: 2.4rem;
    position: relative;
    opacity: 0;
    top: 1.5rem; }
  .product-2 .container .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.66rem;
    bottom: auto; }
    .product-2 .container .title span {
      font-size: .16rem; }
    .product-2 .container .title h2 {
      font-size: .24rem;
      font-weight: 400;
      line-height: 1em;
      padding: .08rem 0 .24rem 0; }
  .product-2 .container .msg {
    text-align: center;
    padding: .66rem 1.8rem 0 1.8rem;
    font-size: .14rem;
    color: #666; }
.product-2 .g-foot {
  position: static; }

.product-2.swiper-slide-active .container .wal {
  opacity: 1;
  top: 0;
  transition-delay: .5s;
  -webkit-transition-delay: .5s; }

.product-img {
  min-height: 8rem;
  background: url("../image/img1920_5.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: .3rem; }
  .product-img .img {
    padding-top: 1.1rem; }

.product-btn {
  border-bottom: #ccc solid 1px;
  padding: .28rem 0; }
  .product-btn a {
    display: block;
    margin: 0 auto;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: #333 solid .02rem;
    font-size: .14rem;
    text-align: center;
    width: 2rem;
    height: .36rem;
    line-height: .32rem; }
    .product-btn a:hover {
      background: #333;
      color: #fff; }

.product-container {
  text-align: center; }
  .product-container .title {
    font-size: .3rem;
    padding-bottom: .18rem;
    line-height: 1em; }
  .product-container .content {
    color: #666;
    font-size: .14rem;
    line-height: .24rem; }

.product-show-1 {
  padding: 1rem 0;
  text-align: center; }
  .product-show-1 .content {
    max-width: 7.42rem;
    padding-bottom: 1.1rem;
    margin: 0 auto; }
  .product-show-1 .content-2 {
    padding-bottom: .42rem; }
  .product-show-1 .list li {
    width: 50%;
    max-width: 4.8rem;
    padding: 0 .4rem; }
  .product-show-1 .list .ico {
    width: .7rem;
    margin: 0 auto; }
  .product-show-1 .list .name {
    font-size: .18rem;
    padding: .15rem 0 .1rem 0; }

.p-content {
  font-size: .14rem;
  color: #666;
  line-height: .24rem; }

.product-show-2 {
  background: #f7f7f7;
  padding-bottom: 1rem; }
  .product-show-2 .product-container {
    padding: 1rem 0 .55rem 0; }
  .product-show-2 .btn {
    padding: .66rem 0 .55rem 0; }
    .product-show-2 .btn ul {
      width: 3rem;
      margin: 0 auto; }
    .product-show-2 .btn li {
      width: 50%;
      height: .6rem;
      line-height: .58rem;
      text-align: center;
      background: #fff;
      border: #eee solid 1px;
      font-size: .16rem; }
      .product-show-2 .btn li.on {
        background: #a2a3a5;
        border-color: #a2a3a5; }
    .product-show-2 .btn li:first-child {
      border-bottom-left-radius: 0.5rem;
      -webkit-border-bottom-left-radius: 0.5rem;
      border-top-left-radius: 0.5rem;
      -webkit-border-top-left-radius: 0.5rem; }
    .product-show-2 .btn li:last-child {
      border-bottom-right-radius: 0.5rem;
      -webkit-border-bottom-right-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      -webkit-border-top-right-radius: 0.5rem; }
  .product-show-2 .list li {
    width: 50%;
    max-width: 3.4rem;
    padding: 0 .4rem;
    min-height: 1.8rem;
    text-align: center; }
  .product-show-2 .list .ico {
    width: .7rem;
    margin: 0 auto; }
  .product-show-2 .list .name {
    font-size: .18rem;
    padding: .15rem 0 .1rem 0; }

.product-show-3 {
  background: #c3e5ec; }
  .product-show-3 .wal {
    min-height: 5rem;
    padding: .5rem 0; }
  .product-show-3 .img {
    width: 6.2rem; }
  .product-show-3 .product-container {
    width: 5.6rem;
    text-align: left; }

.product-show-4 {
  padding: 1rem 0; }
  .product-show-4 .title {
    width: 100%;
    text-align: center;
    padding-bottom: .4rem;
    font-size: .3rem; }
  .product-show-4 .img {
    width: 6.35rem;
    position: relative;
    left: .2rem; }
  .product-show-4 .list {
    width: 4.25rem; }
    .product-show-4 .list li {
      width: 50%;
      min-height: .7rem;
      font-size: .14rem;
      line-height: .24rem; }
      .product-show-4 .list li .name {
        font-weight: 600; }
      .product-show-4 .list li p {
        color: #666; }

.p-title {
  padding-top: .5rem;
  min-height: 1.12rem; }
  .p-title h2 {
    font-weight: 400;
    font-size: .28rem; }

.p-bg {
  background: #f4f4f4;
  min-height: 5rem; }

.product-list {
  min-height: 5rem;
  position: relative;
  padding: .6rem 0 .6rem 2.5rem; }
  .product-list .nav {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.55rem;
    bottom: auto;
    width: 2rem; }
    .product-list .nav a {
      display: block;
      font-size: .16rem;
      line-height: .5rem;
      color: #666;
      padding-left: .4rem;
      background: url("../image/img26.png") left center no-repeat;
      background-size: .26rem; }
      .product-list .nav a:hover, .product-list .nav a.on {
        background-image: url("../image/img26on.png"); }
  .product-list .list li {
    width: 4.6rem;
    min-height: 5.2rem;
    background: #fff;
    margin-bottom: .3rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: 0 .3rem .3rem; }
    .product-list .list li .name {
      line-height: .75rem;
      font-size: .2rem;
      font-family: 'Gotham-Medium'; }
    .product-list .list li dl.info dd {
      width: 33.333%;
      text-align: center;
      min-height: 1rem;
      position: relative; }
      .product-list .list li dl.info dd:after {
        content: "";
        display: block;
        position: absolute;
        top: .18rem;
        right: 0;
        height: .42rem;
        width: 1px;
        background: #b2b2b2; }
      .product-list .list li dl.info dd:last-child:after {
        display: none; }
      .product-list .list li dl.info dd div {
        font-size: .2rem;
        line-height: .33rem;
        padding-top: .1rem; }
      .product-list .list li dl.info dd span {
        font-size: .14rem;
        color: #666; }
    .product-list .list li .more a {
      margin: 0 auto; }

.customized {
  height: 100vh;
  position: relative;
  font-size: .14rem; }
  .customized .img {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0.9rem;
    top: 0.58rem;
    bottom: 0;
    background: center no-repeat;
    background-size: cover; }
  .customized .container {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.58rem;
    bottom: 0;
    background: #fff;
    width: 5.9rem;
    overflow-y: auto;
    padding: .9rem .6rem; }
  .customized .title {
    font-size: .3rem;
    text-align: center;
    padding-bottom: .25rem; }
  .customized .list .name .col, .customized .list li .col {
    width: 1.2rem; }
  .customized .list .name .col-1, .customized .list li .col-1 {
    width: .56rem; }
  .customized .list .name {
    line-height: .2rem;
    padding-bottom: .08rem;
    text-align: center; }
  .customized .list li {
    padding-bottom: .14rem; }
    .customized .list li .col-1 {
      line-height: .36rem; }
    .customized .list li .input {
      height: .36rem;
      background: #f5f5f5;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem; }
      .customized .list li .input input {
        width: 100%;
        height: .36rem;
        line-height: .36rem;
        text-align: center;
        font-size: .14rem;
        color: #333; }
  .customized .add {
    line-height: .38rem;
    padding-left: .34rem;
    background: url("../image/img26_1.png") left center no-repeat;
    background-size: .26rem; }
  .customized .list2 {
    padding: .36rem 0 .4rem .71rem;
    border-bottom: #e5e5e5 solid 1px;
    position: relative; }
    .customized .list2 .name {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.36rem;
      bottom: auto;
      line-height: .36rem; }
    .customized .list2 dd {
      width: 1.2rem;
      height: .36rem;
      line-height: .32rem;
      text-align: center;
      border: #333 solid .02rem;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem; }
      .customized .list2 dd.on {
        background: #333;
        color: #fff; }
  .customized .list3 {
    padding-top: .25rem;
    line-height: .36rem; }
    .customized .list3 .name {
      font-weight: 600;
      padding-right: .14rem;
      min-width: .9rem; }
    .customized .list3 li:nth-child(1) .name {
      letter-spacing: .05rem; }
    .customized .list3 p {
      color: #666; }

.p-nav {
  border-bottom: #e5e5e5 solid 1px;
  position: relative;
  min-height: 1.4rem;
  padding-top: .75rem;
  line-height: .45rem; }
  .p-nav h2 {
    font-weight: 400;
    font-size: .28rem;
    font-family: 'Gotham-Medium'; }
  .p-nav .nav {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.75rem;
    bottom: auto; }
    .p-nav .nav li {
      padding-left: .35rem; }
    .p-nav .nav a {
      font-size: .14rem;
      color: #999; }
      .p-nav .nav a:hover, .p-nav .nav a.on {
        color: #333; }
  .p-nav a.back {
    display: block;
    width: 1.2rem;
    height: .32rem;
    line-height: .28rem;
    text-align: center;
    font-size: .14rem;
    border: #333 solid .02rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.8rem;
    bottom: auto;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    .p-nav a.back:hover {
      background: #333;
      color: #fff; }

.p-nav-2 {
  border-color: #fff; }
  .p-nav-2 h2 {
    color: #fff; }
  .p-nav-2 .nav a {
    color: rgba(255, 255, 255, 0.8); }
    .p-nav-2 .nav a:hover, .p-nav-2 .nav a.on {
      color: #fff; }

.contact-1 {
  padding-top: .55rem;
  min-height: 2.75rem; }
  .contact-1 .col {
    width: 33.333%; }
  .contact-1 .title {
    font-size: .2rem;
    padding-bottom: .12rem; }
  .contact-1 .p-content a {
    color: #666;
    text-decoration: underline; }
    .contact-1 .p-content a:hover {
      color: #000; }

.contact-2 {
  padding-bottom: 1rem; }
  .contact-2 .col {
    width: 4.1rem; }
    .contact-2 .col .title {
      font-size: .2rem;
      line-height: 1em; }
    .contact-2 .col .p-content {
      padding: .14rem 0 .28rem;
      line-height: .26rem; }
    .contact-2 .col .list {
      font-size: .14rem;
      color: #666;
      line-height: .32rem; }
      .contact-2 .col .list b {
        color: #333; }
  .contact-2 .map {
    width: 7.1rem;
    height: 3.6rem;
    position: relative;
    z-index: 1; }

.contact-3 {
  font-size: .14rem; }
  .contact-3 .title {
    font-size: .2rem;
    padding-bottom: .06rem; }
  .contact-3 .form {
    position: relative;
    min-height: 3rem; }
    .contact-3 .form li {
      width: 3rem; }
      .contact-3 .form li .name {
        color: #666;
        padding: .25rem 0 0 .2rem;
        height: .56rem; }
      .contact-3 .form li .input {
        background: #f5f5f5;
        min-height: .4rem;
        -moz-border-radius: 0.2rem;
        -webkit-border-radius: 0.2rem;
        border-radius: 0.2rem;
        position: relative; }
        .contact-3 .form li .input input, .contact-3 .form li .input textarea {
          width: 100%;
          height: .4rem;
          line-height: .4rem;
          font-size: .14rem;
          padding: 0 .2rem; }
        .contact-3 .form li .input textarea {
          height: 1.58rem;
          padding: .1rem .2rem;
          line-height: .2rem; }
      .contact-3 .form li .select {
        padding: 0 .2rem;
        line-height: .4rem;
        color: #666; }
        .contact-3 .form li .select:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: .2rem;
          bottom: 0;
          width: .14rem;
          background: url("../image/select14.png") center no-repeat;
          background-size: 100%; }
        .contact-3 .form li .select select {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          width: 100%;
          height: 100%;
          opacity: 0; }
    .contact-3 .form li.li_01 {
      width: 5.8rem; }
    .contact-3 .form dl.checkbox {
      position: absolute;
      z-index: 10;
      left: 0.2rem;
      right: auto;
      top: auto;
      bottom: -0.16rem;
      width: 3.6rem; }
      .contact-3 .form dl.checkbox dd {
        line-height: .6rem;
        padding-left: .42rem;
        color: #666;
        background: url("../image/img28.png") left center no-repeat;
        background-size: .28rem; }
        .contact-3 .form dl.checkbox dd.on {
          color: #333;
          background-image: url("../image/img28on.png"); }
  .contact-3 .submit {
    padding-top: .3rem; }
    .contact-3 .submit div {
      margin-left: auto;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      width: 2rem;
      height: .4rem;
      background: #333; }
      .contact-3 .submit div:hover {
        background: #1c9c98; }
    .contact-3 .submit input {
      width: 100%;
      height: .4rem;
      font-size: .14rem;
      cursor: pointer;
      color: #fff; }

.contact-4 {
  padding-bottom: .6rem; }
  .contact-4 .title {
    padding: .9rem 0 .28rem 0;
    font-size: .28rem; }
  .contact-4 .list ul {
    margin-left: -.3rem; }
  .contact-4 .list li {
    width: 33.333%;
    padding: 0 0 .5rem .3rem; }
    .contact-4 .list li .name {
      font-size: .16rem;
      padding: .25rem 0 .15rem 0; }
    .contact-4 .list li .more {
      font-size: .14rem;
      padding-top: .2rem; }
      .contact-4 .list li .more a {
        color: #666;
        text-decoration: underline; }
        .contact-4 .list li .more a:hover {
          color: #000; }

.p-banner {
  height: 3.7rem;
  background: center no-repeat;
  background-size: cover;
  padding-top: 1.5rem; }
  .p-banner .form {
    width: 6rem;
    height: .42rem;
    background: #fff;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    position: relative;
    margin: 0 auto; }
    .p-banner .form .input input {
      width: 100%;
      height: .42rem;
      line-height: .42rem;
      padding-left: .42rem;
      font-size: .14rem; }
    .p-banner .form .submit {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: 0;
      width: .42rem;
      background: url("../image/img20_3.png") center no-repeat;
      background-size: .2rem; }
      .p-banner .form .submit input {
        width: 100%;
        height: .42rem;
        cursor: pointer; }

.p-banner2 {
  height: 6.5rem;
  padding-top: .3rem; }

.faq .title {
  font-size: .28rem;
  padding: .95rem 0 .2rem 0; }
.faq .nav {
  border-bottom: #e5e5e5 solid 1px;
  min-height: .66rem; }
  .faq .nav li {
    font-size: .14rem;
    line-height: .34rem;
    padding-right: .8rem; }
    .faq .nav li a {
      color: #666; }
      .faq .nav li a:hover, .faq .nav li a.on {
        color: #000;
        text-decoration: underline; }
.faq .list {
  width: 5.8rem; }
  .faq .list .name {
    font-size: .2rem;
    padding: .55rem 0 .15rem 0; }
  .faq .list li {
    font-size: .14rem;
    line-height: .36rem; }
    .faq .list li a {
      color: #666; }
      .faq .list li a:hover, .faq .list li a.on {
        color: #000;
        text-decoration: underline; }
.faq .video {
  clear: both;
  padding: .8rem 0; }
  .faq .video .img {
    width: 5.8rem;
    position: relative; }
    .faq .video .img i {
      display: block;
      cursor: pointer;
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url("../image/img100.png") center no-repeat;
      background-size: 1rem; }
  .faq .video .col {
    width: 5.8rem; }
    .faq .video .col .name {
      font-size: .2rem;
      padding-bottom: .2rem; }

.faq-2 {
  background: #f5f5f5;
  text-align: center;
  padding: .75rem 0 .8rem 0; }
  .faq-2 .ewm p {
    font-size: .14rem;
    color: #666;
    padding: .2rem 0 .1rem 0; }
  .faq-2 .ewm .img {
    width: 1.78rem;
    border: #ddd solid 1px;
    margin: 0 auto; }

.faq-show {
  width: 8.8rem;
  padding: .55rem 0; }
  .faq-show .title {
    font-size: .28rem;
    padding-bottom: .25rem; }
  .faq-show .content {
    font-size: .14rem;
    line-height: .26rem;
    color: #666;
    text-align: justify; }
    .faq-show .content h3 {
      font-size: .14rem;
      color: #333; }

.side-list {
  width: 2.2rem;
  position: relative;
  padding: .27rem 0 .1rem .5rem; }
  .side-list:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .66rem;
    bottom: 0;
    width: 1px;
    background: #e5e5e5; }
  .side-list .title {
    font-size: .2rem;
    padding: .35rem 0 .16rem 0; }
  .side-list li {
    font-size: .14rem;
    line-height: .36rem; }
    .side-list li a {
      color: #666;
      text-decoration: underline; }
    .side-list li a:hover {
      color: #000; }

.w880 {
  width: 8.8rem; }

.law {
  padding: 0 0 .6rem 0; }
  .law .title {
    font-size: .28rem;
    padding-top: .55rem;
    border-top: #e5e5e5 solid 1px; }
  .law .title2 {
    font-size: .22rem;
    padding: .3rem 0 .15rem 0;
    font-family: 'Gotham-Medium'; }
  .law .p-content {
    line-height: .26rem;
    text-align: justify;
    color: #4c4c4c; }
  .law .list1 {
    padding-top: .3rem; }
    .law .list1 h2 {
      font-size: .18rem;
      padding: .3rem 0 .15rem 0;
      color: #4c4c4c; }
    .law .list1 .container {
      border: #ddd solid 1px; }
      .law .list1 .container .box {
        background: #f5f5f5;
        position: relative;
        padding: .3rem 1rem .3rem .28rem; }
        .law .list1 .container .box i.btn {
          display: block;
          width: .14rem;
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0.3rem;
          top: 50%;
          bottom: auto;
          height: .14rem;
          margin-top: -.07rem;
          background: url("../image/img14.png") center no-repeat;
          background-size: 100%;
          cursor: pointer; }
      .law .list1 .container .box2 {
        border-top: #ddd solid 1px;
        display: none;
        font-size: .14rem;
        line-height: .24rem;
        color: #4c4c4c;
        text-align: justify;
        padding: .25rem .28rem 0 .28rem; }
        .law .list1 .container .box2 .list-1 {
          line-height: .36rem;
          padding-bottom: .36rem; }
          .law .list1 .container .box2 .list-1 li {
            position: relative;
            min-height: .36rem;
            padding-left: .16rem; }
            .law .list1 .container .box2 .list-1 li:before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              width: .06rem;
              height: .36rem;
              background: url("../image/img6.png") center no-repeat;
              background-size: 100%; }
            .law .list1 .container .box2 .list-1 li a {
              text-decoration: underline; }
        .law .list1 .container .box2 h3 {
          font-size: .14rem;
          padding-bottom: .14rem; }
        .law .list1 .container .box2 .content {
          padding-bottom: .14rem; }
        .law .list1 .container .box2 .list-2 {
          padding: 0 0 .25rem .3rem; }
          .law .list1 .container .box2 .list-2 li {
            position: relative;
            padding: 0 0 .15rem .16rem; }
            .law .list1 .container .box2 .list-2 li:before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              width: .06rem;
              height: .24rem;
              background: url("../image/img6.png") center no-repeat;
              background-size: 100%; }
      .law .list1 .container.on .box i.btn {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg); }
      .law .list1 .container.on .box2 {
        display: block; }
  .law .list2 {
    padding: .5rem 0 .65rem 0; }
    .law .list2 .title2 {
      padding-bottom: .2rem; }
    .law .list2 h2 {
      font-size: .14rem;
      line-height: .26rem; }
    .law .list2 .p-content {
      padding-bottom: .2rem; }

.job {
  padding: .6rem 0 1.15rem 0;
  text-align: center; }
  .job .btn a {
    margin: 0 auto; }
  .job h1.title {
    font-weight: 400;
    font-size: .3rem;
    padding: .9rem 0 .15rem 0;
    font-family: 'Gotham-Medium'; }
  .job h2.title {
    font-weight: 400;
    font-size: .24rem;
    padding: .75rem 0 .15rem 0;
    font-family: 'Gotham-Medium'; }
  .job .msg {
    padding-bottom: .35rem; }
  .job .list {
    padding-top: .35rem; }
    .job .list li {
      width: 5.8rem;
      padding-bottom: .3rem; }
    .job .list .name {
      font-size: .24rem;
      padding: .28rem 0 .12rem 0; }

.job-list {
  padding: 1rem 0;
  font-size: .14rem; }
  .job-list .name div, .job-list .title div {
    width: 33.333%; }
  .job-list .name div.col-1, .job-list .title div.col-1 {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 4.4rem;
    padding-left: .2rem; }
  .job-list .name {
    background: #f5f5f5;
    line-height: .6rem; }
  .job-list li {
    border-bottom: #ddd solid 1px; }
    .job-list li .title {
      cursor: pointer;
      position: relative;
      height: .69rem; }
      .job-list li .title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .2rem;
        bottom: 0;
        width: .14rem;
        background: url("../image/img14.png") center no-repeat;
        background-size: 100%; }
      .job-list li .title .col-1 {
        text-decoration: underline; }
    .job-list li .box {
      padding: 0 .2rem; }
      .job-list li .box h2 {
        font-size: .14rem;
        line-height: .3rem; }
      .job-list li .box .p-content {
        line-height: .28rem;
        padding-bottom: .28rem; }
        .job-list li .box .p-content a {
          color: #1c9c98;
          text-decoration: none; }
  .job-list li.on .title {
    color: #1c9c98; }
    .job-list li.on .title:before {
      background-image: url("../image/img14_1on.png"); }

.job-2 {
  background: #f5f5f5;
  padding: .75rem 0 1rem 0; }
  .job-2 .title {
    font-size: .3rem;
    text-align: center;
    padding-bottom: .2rem;
    font-family: 'Gotham-Medium'; }
  .job-2 .p-content p {
    padding-bottom: .1rem; }

.subscribe {
  height: 100vh;
  position: relative;
  background: url("../image/subscribe.jpg") center no-repeat;
  background-size: cover; }
  .subscribe .msg {
    text-align: center;
    font-size: .16rem;
    padding: 1.8rem 0 .3rem 0; }
  .subscribe .form {
    width: 5.82rem;
    margin: 0 auto; }
    .subscribe .form .input {
      background: #fff;
      height: .4rem;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      width: 3.6rem; }
      .subscribe .form .input input {
        width: 100%;
        height: .4rem;
        line-height: .4rem;
        font-size: .14rem;
        padding: 0 .2rem; }
    .subscribe .form .submit {
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      width: 2rem;
      height: .4rem;
      background: #333; }
      .subscribe .form .submit:hover {
        background: #1c9c98; }
      .subscribe .form .submit input {
        width: 100%;
        height: .4rem;
        font-size: .14rem;
        cursor: pointer;
        color: #fff; }
  .subscribe .g-foot {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    color: #fff;
    background: none; }
    .subscribe .g-foot a {
      color: #fff; }

.news ul {
  border-bottom: #e1e1e1 solid 1px;
  padding: .45rem 0 0 0; }
  .news ul:last-child {
    border: 0; }
.news li {
  position: relative;
  min-height: 1rem;
  padding: 0 0 .5rem 2.6rem;
  font-size: .14rem; }
  .news li .month {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    font-size: .28rem;
    color: #999;
    line-height: .32rem; }
  .news li .name {
    line-height: .32rem;
    font-size: .18rem; }
    .news li .name a {
      text-decoration: underline; }
  .news li .time {
    color: #999; }
  .news li p {
    line-height: .26rem;
    color: #666;
    padding: .06rem 0; }
  .news li .more a {
    color: #1c9c98;
    text-decoration: underline; }

.p-num {
  padding: .25rem 0 .8rem 0; }
  .p-num a {
    width: .42rem;
    height: .3rem;
    background: center no-repeat;
    background-size: 100%; }
    .p-num a.prev {
      background-image: url("../image/prev42.png"); }
      .p-num a.prev:hover {
        background-image: url("../image/prev42on.png"); }
    .p-num a.next {
      background-image: url("../image/next42.png"); }
      .p-num a.next:hover {
        background-image: url("../image/next42on.png"); }
  .p-num div {
    padding: 0 .15rem;
    font-size: .2rem;
    color: #999;
    font-family: 'Gotham-Medium'; }
    .p-num div em {
      font-size: .4rem;
      color: #333; }

.video-list {
  padding-top: .4rem; }
  .video-list ul {
    margin-left: -.32rem;
    margin-bottom: -.3rem; }
  .video-list li {
    width: 25%;
    padding: 0 0 .3rem .32rem;
    min-height: 2.81rem;
    font-size: .14rem;
    color: #999; }
    .video-list li .name {
      font-size: .16rem;
      padding: .18rem 0 .08rem 0; }

.news-show {
  padding: .55rem 0;
  width: 7.85rem;
  font-size: .14rem; }
  .news-show .title {
    font-size: .28rem; }
  .news-show .time {
    color: #999;
    padding: .1rem 0 .35rem 0; }
  .news-show .content {
    line-height: .26rem;
    text-align: justify;
    color: #666; }
    .news-show .content .img {
      padding: .2rem 0; }

.news-side {
  width: 3.5rem;
  padding: .55rem 0 .2rem .5rem;
  position: relative;
  min-height: 1rem;
  font-size: .14rem;
  color: #666; }
  .news-side:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .6rem;
    bottom: 0;
    width: 1px;
    background: #e5e5e5; }
  .news-side .name {
    padding: .3rem 0 .15rem 0; }
  .news-side .input {
    background: #f5f5f5;
    height: .4rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: .2rem; }
    .news-side .input input {
      width: 100%;
      height: .4rem;
      line-height: .4rem;
      font-size: .14rem;
      padding: 0 .2rem; }
  .news-side .submit {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    height: .4rem;
    background: #333; }
    .news-side .submit:hover {
      background: #1c9c98; }
    .news-side .submit input {
      width: 100%;
      height: .4rem;
      font-size: .14rem;
      cursor: pointer;
      color: #fff; }

.how {
  padding-bottom: 1rem; }
  .how .product-container {
    padding: .95rem 0; }
  .how li .img {
    width: 5.45rem; }
  .how li .col {
    width: 5.8rem; }
    .how li .col .name {
      font-size: .24rem;
      padding-bottom: .2rem; }
    .how li .col .p-content p {
      padding-bottom: .1rem; }
  .how li:nth-child(1) .img {
    position: relative;
    left: -.25rem; }
  .how li:nth-child(1) .col {
    padding-bottom: .47rem; }
  .how li:nth-child(2) {
    margin-top: -.47rem; }
    .how li:nth-child(2) .img {
      order: 5;
      width: 5.77rem; }
    .how li:nth-child(2) .col {
      width: 5.6rem; }

.reg {
  background: url("../image/reg-bg.jpg") center no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: .3rem 0;
  font-size: .14rem;
  color: #666; }
  .reg a {
    color: #1c9c98; }
  .reg .wal {
    background: #fff;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    min-height: 2rem;
    width: 6.2rem;
    padding: 0 .4rem; }
  .reg .title {
    text-align: center;
    font-size: .28rem;
    padding: .5rem 0 .22rem 0;
    color: #333; }
  .reg .form li {
    padding-bottom: .2rem; }
    .reg .form li .input {
      background: #f5f5f5;
      height: .4rem;
      -moz-border-radius: 0.2rem;
      -webkit-border-radius: 0.2rem;
      border-radius: 0.2rem; }
      .reg .form li .input input {
        width: 100%;
        height: .4rem;
        line-height: .4rem;
        font-size: .14rem;
        padding: 0 .2rem; }
      .reg .form li .input input::-webkit-input-placeholder {
        color: #999; }
      .reg .form li .input input::-moz-placeholder {
        color: #999; }
      .reg .form li .input input:-moz-placeholder {
        color: #999; }
      .reg .form li .input input:-ms-input-placeholder {
        color: #999; }
    .reg .form li p.tips {
      text-align: center;
      padding-top: .1rem; }
      .reg .form li p.tips.red {
        color: #ff0000; }
  .reg .form li.lzm {
    padding-right: 1.9rem;
    position: relative; }
    .reg .form li.lzm .img {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0.2rem;
      width: 1.8rem; }
  .reg .form div.tips {
    line-height: .5rem;
    margin-top: -.2rem; }
    .reg .form div.tips a {
      text-decoration: underline; }
  .reg .form dl.checkbox dd {
    padding: 0 0 .24rem .4rem;
    line-height: .24rem;
    position: relative; }
    .reg .form dl.checkbox dd:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: .28rem;
      background: url("../image/img28.png") center no-repeat;
      background-size: 100%;
      width: .28rem; }
    .reg .form dl.checkbox dd.on:before {
      background-image: url("../image/img28on.png"); }
  .reg .form .submit {
    padding-bottom: .36rem; }
    .reg .form .submit div {
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      height: .4rem;
      background: #333; }
      .reg .form .submit div:hover {
        background: #1c9c98; }
    .reg .form .submit input {
      width: 100%;
      height: .4rem;
      font-size: .14rem;
      cursor: pointer;
      color: #fff; }
  .reg .btn {
    margin-left: -.4rem;
    margin-right: -.4rem;
    text-align: center;
    background: #f5f5f5;
    line-height: .44rem; }
    .reg .btn.btn-bottom {
      border-bottom-left-radius: 0.1rem;
      -webkit-border-bottom-left-radius: 0.1rem;
      border-bottom-right-radius: 0.1rem;
      -webkit-border-bottom-right-radius: 0.1rem; }
    .reg .btn.btn-top {
      border-top-left-radius: 0.1rem;
      -webkit-border-top-left-radius: 0.1rem;
      border-top-right-radius: 0.1rem;
      -webkit-border-top-right-radius: 0.1rem; }
  .reg div.tips2 {
    text-align: center;
    padding-bottom: .55rem;
    margin-top: -.06rem; }

.password .wal {
  min-height: 4.4rem; }
.password .title {
  padding: .55rem 0 .05rem 0; }
.password .form li p {
  padding: .2rem 0 .12rem 0; }
.password .form .submit {
  padding: .2rem 0 .6rem 0; }

/*# sourceMappingURL=index.css.map */
