@charset "UTF-8";
header {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  header .header-normal {
    height: 64px;
    margin: 0 3%;
    position: relative; }
    header .header-normal .nav-hand {
      display: none;
      position: absolute;
      top: 50%;
      right: 0;
      width: 20px;
      height: 18px;
      margin-top: -9px; }
      header .header-normal .nav-hand span {
        position: relative;
        display: block;
        background: #fff;
        height: 2px;
        top: 0;
        transition: background 400ms ease,transform 300ms ease,top 300ms ease;
        transform-origin: center center;
        width: 20px; }
        header .header-normal .nav-hand span:nth-child(2) {
          margin: 6px 0; }
  header .logo {
    padding: 6px 0;
    float: left;
    width: 85px;
    display: block;
    margin-top: 7px; }
    header .logo img {
      width: 100%;
      display: block; }
  header .nav {
    margin-top: 12px;
    padding-left: 5%; }
    header .nav li {
      margin-left: 5%;
      float: left; }
      header .nav li a.link {
        color: #fff;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 1px;
        display: block;
        height: 40px;
        line-height: 40px; }
        header .nav li a.link:after {
          content: '';
          margin: 0 -5px;
          display: block;
          height: 3px;
          background: #38e0d2;
          transform: translate(0, 10px);
          -webkit-transform: translate(0, 10px);
          opacity: 0;
          transition: all .5s; }
        header .nav li a.link:hover:after {
          transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          opacity: 1; }

.active {
  overflow: hidden; }
  .active .header-normal .nav-hand span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .active .header-normal .nav-hand span:nth-child(2) {
    opacity: 0; }
  .active .header-normal .nav-hand span:nth-child(3) {
    top: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

@media (max-width: 740px) {
  header {
    background: rgba(0, 0, 0, 0.4); }
    header .nav {
      display: none;
      margin: 0;
      width: 100%;
      position: fixed;
      left: 0;
      top: 0;
      background: #000;
      bottom: 0; }
      header .nav ul {
        position: absolute;
        left: 25%;
        top: 50%;
        width: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        header .nav ul li {
          float: none;
          width: 100%;
          margin: 0 auto 1rem auto;
          border-bottom: 1px solid #fff;
          opacity: 0;
          -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px); }
          header .nav ul li:nth-child(1) {
            -webkit-transition: all .5s .2s;
            transition: all .5s .2s; }
          header .nav ul li:nth-child(2) {
            -webkit-transition: all .5s .4s;
            transition: all .5s .4s; }
          header .nav ul li:nth-child(3) {
            -webkit-transition: all .5s .6s;
            transition: all .5s .6s; }
          header .nav ul li:nth-child(4) {
            -webkit-transition: all .5s .8s;
            transition: all .5s .8s; }
          header .nav ul li:nth-child(5) {
            -webkit-transition: all .5s 1s;
            transition: all .5s 1s; }
          header .nav ul li:nth-child(6) {
            -webkit-transition: all .5s 1.2s;
            transition: all .5s 1.2s; }
          header .nav ul li a.link {
            text-align: center;}
            header .nav ul li a.link:after {
              content: '';
              display: none; }
          header .nav ul li.fr {
            border: 0;
            margin-top: 1rem; }
            header .nav ul li.fr .btn-border {
              width: 100%; }
    header .logo {
      width: 65px;
      margin: 0; }
    header .header-normal {
      padding: 5px 0;
      height: auto; }
      header .header-normal .nav-hand {
        display: block; }
  .active header .header-normal .nav {
    display: block; }
  .active.active-nav header .header-normal .nav li {
    opacity: 1;
    transform: translate(0, 0); } }

.footer {
  padding: 30px 0;
  font-size: 18px;
  background-color: #f0edec; }
  .footer .page-center {
    max-width: 1180px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto; }
  .footer .nav {
    float: left; }
    .footer .nav li {
      position: relative;
      display: inline-block;
      padding: 0 40px;
      font-size: 14px;
      opacity: .7; }
      .footer .nav li a {
        font-size: 14px;
        position: relative; }
        .footer .nav li a:after {
          content: "";
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #000;
          opacity: 0; }
        .footer .nav li a:hover {
          color: #757575; }
          .footer .nav li a:hover:after {
            opacity: 1; }
      .footer .nav li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        margin-top: -7px;
        height: 14px;
        background-color: rgba(0, 0, 0, 0.15); }
  .footer .share {
    float: right; }
  .footer .share-list {
    margin-top: 4px; }
    .footer .share-list li {
      float: left;
      margin-right: 10px;
      opacity: .7;
      -webkit-transition: opacity .5s;
      transition: opacity .5s; }
      .footer .share-list li:hover {
        opacity: .4; }
      .footer .share-list li .icon {
        display: block;
        width: 27px;
        height: 27px;
        background: url("../img/share.png") no-repeat; }
        .footer .share-list li .icon.icon-01 {
            background: url('../images/twitter-x.png') no-repeat center center;
            background-size: 100%;
        }
        .footer .share-list li .icon.icon-02 {
          background: url('../images/instagram.png') no-repeat center center;
            background-size: 100%; }
        .footer .share-list li .icon.icon-03 {
          background: url('../images/facebook.png') no-repeat center center;
            background-size: 100%; }
        .footer .share-list li .icon.icon-04 {
          background: url('../images/youtube.png') no-repeat center center;
            background-size: 100%;
        }
        .footer .share-list li .icon.icon-05 {
          background: url('../images/linkedin.png') no-repeat center center;
            background-size: 100%;
        }

@media (max-width: 740px) {
  .footer .nav {
    margin: -2px;
    float: none; }
  .footer .nav li {
    padding: 0 15px; }
  .footer .share {
    float: none; }
  .footer .share-list {
    padding: 10px 30px 0 30px; } }

@font-face {
  font-family: 'font-light';
  /*字体名称*/
  src: url("../font/SF-UI-Display-Light.ttf");
  /*字体源文件*/ }

@font-face {
  font-family: 'font-medium';
  /*字体名称*/
  src: url("../font/SF-UI-Display-Medium.ttf");
  /*字体源文件*/ }

@font-face {
  font-family: 'font-thin';
  /*字体名称*/
  src: url("../font/thin.ttf");
  /*字体源文件*/ }

@font-face {
  font-family: 'font-black';
  src: url("../font/SF-UI-Display-Bold.otf"); }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  font-family: 'font-light';
  color: #333;
  word-wrap: break-word; }

*, h1, h2, h3, h4, h5, p, strong, span, em, ul, dl, li, dd {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  font-family: 'font-light';
  letter-spacing: 1px; }

p {
  font-family: 'font-thin';
  letter-spacing: 1px; }

ul:after {
  content: '';
  display: block;
  clear: both; }

b, strong {
  font-weight: 600; }

p {
  line-height: 1.5; }

a {
  color: #757575;
  text-decoration: none; }
  a:hover {
    color: #38e0d2;
    text-decoration: none; }
  a:active, a:focus {
    text-decoration: none; }

img {
  display: block; }

.pos {
  position: relative; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.font-uppercase {
  text-transform: uppercase; }

.clearfix:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.font-light {
  font-family: 'font-light' !important; }

.font-medium {
  font-family: 'font-medium' !important; }

.font-thin {
  font-family: 'font-thin' !important; }

.font-black {
  font-family: 'font-black' !important;
  font-weight: normal !important; }

.page ul {
  padding: 5rem 0;
  display: table;
  margin: 0 auto; }
  .page ul li {
    font-size: 2rem;
    float: left;
    margin: 0 2rem; }
    .page ul li a {
      display: block;
      width: 2rem;
      height: 2rem; }
      .page ul li a.prev {
        background: url("../img/icon-prev.jpg") no-repeat center center; }
      .page ul li a.next {
        background: url("../img/icon-next.jpg") no-repeat center center; }

.pc {
  display: block; }

.phone {
  display: none; }

.trans-title {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity , transform;
  -webkit-transition-duration: 1s;
  -webkit-transition-property: opacity , transform;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px); }

.trans-info {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-property: opacity , transform;
  -webkit-transition-property: opacity , transform;
  -webkit-transform: translate(0, 25px);
  transform: translate(0, 25px); }

.trans-list {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  transition-property: opacity , transform;
  -webkit-transition-property: opacity , transform;
  -webkit-transform: translate(0, 25px);
  transform: translate(0, 25px); }

.cover {
  width: 100%;
  overflow: hidden;
  height: 560px;
  position: relative;
  background-size: cover;
  color: #fff; }
  .cover .cover-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  .cover .title {
    font-size: 80px;
    width: 100%;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0; }

/**
* 公共 字体 *
**/
h2.title {
  font-size: 32px;
  font-family: 'font-light';
  line-height: 1.2; }

h3.title {
  font-size: 20px;
  font-family: 'font-light';
  line-height: 1.2; }

p.info {
  letter-spacing: 0.2px;
  font-size: 16px;
  font-family: 'font-light';
  line-height: 1.2; }

.items-login {
  background: #3e4545;
  margin-top: -1px;
  overflow: hidden;
  letter-spacing: 2px; }
  .items-login h3 {
    display: block;
    color: #fff;
    font-size: 60px;
    white-space: nowrap;
    margin-bottom: 30px; }
  .items-login .contact-center {
    max-width: 510px;
    width: 100%;
    margin: 80px auto;
    color: #fff;
    padding: 0 15px; }
    .items-login .contact-center a {
      color: #fff; }
    .items-login .contact-center .form-submit {
      margin-top: 20px; }
    .items-login .contact-center .subscribe {
      margin-top: 20px; }
      .items-login .contact-center .subscribe span {
        display: block; }
    .items-login .contact-center input {
      border-radius: 0;
      display: block;
      width: 100%;
      padding: 0 0 15px;
      color: #fff;
      border: 0;
      outline: none;
      border-bottom: 1px solid #fff;
      background: transparent; }
    .items-login .contact-center .form-item {
      margin-bottom: 24px;
      position: relative; }
      .items-login .contact-center .form-item .js-label {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .items-login .contact-center .form-item.active .js-label {
        -webkit-transform: scale(0);
        transform: scale(0); }
    .items-login .contact-center .js-label {
      position: absolute;
      top: 0;
      left: 0;
      letter-spacing: 2px;
      color: #fff; }

.more {
  padding: 25px 0; }
  .more a {
    margin: 0 5%;
    letter-spacing: 3px;
    font-size: 18px;
    color: #7b7979; }

.btn-border {
  height: 38px;
  line-height: 34px;
  border: 2px solid #38e0d2;
  background: #38e0d2;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.2px;
  padding: 0 15px;
  display: inline-block;
  text-align: center;
  transition: all .5s;
  -webkit-transition: all .5s; }
  .btn-border:hover {
    border-color: #fff;
    background: transparent; }

.btn-radius {
  letter-spacing: 0.2px;
  color: #1b1a1a;
  border: 2px solid #717171;
  font-size: 1.6rem;
  padding: 7px 25px;
  border-radius: 2rem;
  transition: all .2s; }
  .btn-radius:hover {
    color: #fff;
    background-color: #38e0d2;
    border-color: #38e0d2; }

.top {
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #f3f3f3;
  font-size: 14px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0 3%;
  display: none;
  -webkit-transition: all 1s .5s;
  transition: all 1s .5s; }
  .top .close {
    background: url("../img/icon-close.png") no-repeat center center;
    background-size: auto 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #000;
    display: inline-block; }
  .top.top-remove {
    margin-top: -40px; }

@media (min-width: 1920px) {
  .container {
    width: 1470px; }
  h2.title {
    font-size: 50px; }
  p.info {
    font-size: 18px; }
  .more {
    padding: 50px 0; }
    .more a {
      font-size: 24; } }

@media (max-width: 1442px) {
  .cover .title {
    font-size: 64px; }
  p.info {
    font-size: 15px; } }

@media (max-width: 1080px) {
  .pc {
    display: none !important; }
  .phone {
    display: block !important; }
  .cover {
    height: 40rem; }
    .cover .title {
      font-size: 60px; } }

@media (max-width: 640px) {
  .items-login h3 {
    font-size: 35px; }
  h2.title {
    font-size: 26px; }
  p.info {
    font-size: 14px;
    font-weight: 600; }
  .cover {
    height: 25rem; }
    .cover .title {
      font-size: 35px; } }

@media (max-width: 320px) {
  .cover .title {
    font-size: 30px; }
  p.info {
    font-size: 14px; } }

    .show-pc {
      display: block !important;
  }
  .show-m{
      display: none !important
  }
  
  @media (max-width: 800px) {
      .show-m {
          display: block !important
      }
      .show-pc {
          display: none !important
      }
  }
.form-item label{
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 12px;
    font-family: 'font-thin' !important;
}
.items-login {
    position: relative;
}
.items-login p.text-tips{
    position: absolute;
    right: 40px;
    bottom: 20px;
    color: white;
    font-size: 12px;
}