@import url(base.css);
.button-hover {
  transition: all 0.3s ease; }

.button-hover:hover {
  -webkit-box-shadow: 0px 2px 4px 0px #208aec;
  box-shadow: 0px 2px 4px 0px #208aec;
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  -webkit-transition-duration: .45s;
  transition-duration: .45s; }

.about-page {
  width: 100%; }
  .about-page .tab-component {
    width: 822px;
    height: 68px;
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .about-page .tab-component > li {
      cursor: pointer; }
    .about-page .tab-component .active {
      position: relative;
      color: #333333; }
      .about-page .tab-component .active:after {
        content: '';
        display: block;
        width: 112px;
        height: 3px;
        background: #207cff;
        position: absolute;
        left: 50%;
        top: 43px;
        transform: translate(-50%); }
  .about-page .container-component {
    border-top: 1px solid #D8D8D8; }
    .about-page .container-component .benefits-list {
      width: 1200px;
      margin: 0 auto;
      color: #666666;
      font-size: 16px;
      padding-bottom: 110px; }
      .about-page .container-component .benefits-list > li {
        margin-top: 85px;
        width: 100%;
        height: 360px;
        background-color: #F7F8FA;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap; }
        .about-page .container-component .benefits-list > li .img-frame {
          height: 100%;
          position: relative; }
          .about-page .container-component .benefits-list > li .img-frame > img {
            width: 640px;
            height: 100%; }
          .about-page .container-component .benefits-list > li .img-frame > div {
            width: 100px;
            height: 100%;
            position: absolute;
            top: 0;
            background-color: rgba(255, 255, 255, 0.87); }
          .about-page .container-component .benefits-list > li .img-frame .left-mask {
            left: 0; }
          .about-page .container-component .benefits-list > li .img-frame .right-mask {
            right: 0; }
        .about-page .container-component .benefits-list > li .text-frame {
          flex: 1;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: nowrap;
          padding: 79px 40px 0;
          height: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .about-page .container-component .benefits-list > li .text-frame > h3 {
            font-size: 28px;
            color: #1a1a1a;
            margin-bottom: 43px; }
          .about-page .container-component .benefits-list > li .text-frame > p {
            width: 100%; }
    .about-page .container-component .honour-list {
      width: 1200px;
      margin: 0 auto;
      padding-bottom: 110px;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .about-page .container-component .honour-list li {
        width: 33%;
        margin-top: 85px;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap; }
        .about-page .container-component .honour-list li > div {
          width: 330px;
          height: 234px;
          text-align: center;
          background-color: #F7F8FA; }
        .about-page .container-component .honour-list li > p {
          margin-top: 23px;
          font-size: 16px;
          color: #333333; }
    .about-page .container-component > div {
      display: none; }
    .about-page .container-component .current {
      display: block; }
  .about-page .contact-component {
    margin-top: 85px;
    margin-bottom: 85px; }
    .about-page .contact-component .contact-list {
      width: 1200px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      .about-page .contact-component .contact-list > li {
        height: 204px;
        width: 320px;
        margin-bottom: 82px;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap; }
        .about-page .contact-component .contact-list > li .top-title {
          padding-bottom: 6px;
          padding-top: 11px;
          width: 320px;
          border-bottom: 2px solid #DEDEDF;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          position: relative;
          font-size: 22px;
          color: #333333; }
          .about-page .contact-component .contact-list > li .top-title > p {
            position: relative; }
            .about-page .contact-component .contact-list > li .top-title > p:after {
              content: '';
              display: block;
              position: absolute;
              bottom: -12px;
              left: 0;
              width: 86px;
              height: 2px;
              background-color: #207CFF; }
        .about-page .contact-component .contact-list > li .bottom-list {
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          flex-wrap: nowrap;
          padding-top: 30px;
          color: #333333;
          font-size: 16px; }
          .about-page .contact-component .contact-list > li .bottom-list > li {
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: nowrap; }
          .about-page .contact-component .contact-list > li .bottom-list > li:not(:last-child) {
            margin-bottom: 24px; }
          .about-page .contact-component .contact-list > li .bottom-list .complaint-btn {
            width: 140px;
            height: 40px;
            background: #007aff;
            border-radius: 2px;
            font-size: 14px;
            text-align: center;
            line-height: 40px;
            border: none;
            color: #fff;
            display: block; }
            .about-page .contact-component .contact-list > li .bottom-list .complaint-btn:hover {
              background: rgba(0, 122, 255, 0.8); }
      .about-page .contact-component .contact-list .bottom-li {
        margin-bottom: 0; }
    .about-page .contact-component .location-map {
      width: 1200px;
      height: 410px;
      margin: 0 auto; }
  .about-page .history-component {
    padding-top: 85px;
    padding-bottom: 110px; }
    .about-page .history-component > header {
      height: 46px;
      font-size: 36px;
      color: #333333;
      line-height: 46px;
      text-align: center;
      margin-bottom: 86px; }
    .about-page .history-component > div {
      width: 1200px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: nowrap;
      position: relative; }
      .about-page .history-component > div .history-frame {
        flex: 1; }
        .about-page .history-component > div .history-frame .history-item {
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: nowrap; }
          .about-page .history-component > div .history-frame .history-item > span {
            width: 52px;
            height: 22px;
            font-size: 22px;
            color: #1a1a1a;
            line-height: 22px;
            margin-right: 32px;
            position: relative; }
            .about-page .history-component > div .history-frame .history-item > span:after {
              content: '';
              display: block;
              width: 13px;
              height: 13px;
              background: white;
              border: 2px solid #eeeeee;
              border-radius: 50%;
              position: absolute;
              right: -41px;
              top: 0px; }
          .about-page .history-component > div .history-frame .history-item .list-ul {
            padding-left: 26px;
            padding-bottom: 100px;
            border-left: 2px solid #EEEEEE; }
            .about-page .history-component > div .history-frame .history-item .list-ul > li {
              display: -webkit-flex;
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: flex-start;
              flex-wrap: nowrap;
              font-size: 16px;
              color: #333333; }
              .about-page .history-component > div .history-frame .history-item .list-ul > li:not(:last-child) {
                margin-bottom: 40px; }
              .about-page .history-component > div .history-frame .history-item .list-ul > li > span {
                margin-right: 30px;
                display: -webkit-flex;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                flex-wrap: nowrap; }
                .about-page .history-component > div .history-frame .history-item .list-ul > li > span:before {
                  content: '';
                  display: block;
                  width: 6px;
                  height: 6px;
                  background-color: #207CFF;
                  margin-right: 20px;
                  border-radius: 50%; }
      .about-page .history-component > div #step {
        position: fixed;
        background-color: #fff;
        top: 30%;
        right: 0;
        width: 100px;
        opacity: 0; }
        .about-page .history-component > div #step ul {
          width: 100%; }
          .about-page .history-component > div #step ul li {
            float: left;
            width: 100%;
            height: 40px;
            line-height: 40px;
            cursor: pointer;
            text-align: center;
            color: #666666;
            font-size: 16px; }
        .about-page .history-component > div #step .bg_color {
          background-color: #207cff;
          display: inline-block;
          height: 40px;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          line-height: 40px;
          color: #fff;
          font-size: 16px; }
  .about-page .company-introduce-component {
    padding-top: 85px;
    padding-bottom: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .about-page .company-introduce-component .main-top {
      width: 1200px;
      margin: 0 auto;
      position: relative;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap; }
      .about-page .company-introduce-component .main-top > img {
        width: 862px;
        height: 482px; }
      .about-page .company-introduce-component .main-top > div {
        position: absolute;
        top: 55px;
        right: 0;
        width: 648px;
        height: 376px;
        background: white;
        box-shadow: 0 9px 39px 0 rgba(42, 50, 62, 0.09);
        padding: 49px 100px 49px 105px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .about-page .company-introduce-component .main-top > div > header {
          font-size: 28px;
          color: #333333;
          margin-bottom: 50px; }
          .about-page .company-introduce-component .main-top > div > header:after {
            content: '';
            display: block;
            width: 30px;
            height: 4px;
            background: #207cff;
            margin-top: 13px; }
        .about-page .company-introduce-component .main-top > div > p {
          font-size: 16px;
          color: #333333;
          line-height: 28px; }
    .about-page .company-introduce-component .main-bottom {
      width: 1200px;
      height: 432px;
      margin: 0 auto;
      margin-top: 110px;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
      .about-page .company-introduce-component .main-bottom .box-left {
        height: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap; }
        .about-page .company-introduce-component .main-bottom .box-left > div {
          width: 453px;
          height: 206px;
          border: 1px solid #ddd;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap; }
          .about-page .company-introduce-component .main-bottom .box-left > div > p {
            font-size: 22px;
            color: #fff;
            margin-bottom: 16px; }
          .about-page .company-introduce-component .main-bottom .box-left > div > span {
            font-size: 16px;
            color: #fff; }
        .about-page .company-introduce-component .main-bottom .box-left .top {
          background: url("../images/about_def_image1@2x.png") no-repeat center center;
          -webkit-background-size: cover;
          background-size: cover; }
        .about-page .company-introduce-component .main-bottom .box-left .bottom {
          background: url("../images/about_def_image2@2x.jpg") no-repeat center center;
          -webkit-background-size: cover;
          background-size: cover; }
      .about-page .company-introduce-component .main-bottom .box-right {
        width: 727px;
        height: 432px;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        background: url("../images/contact_def_value@2x.jpg") no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover; }
        .about-page .company-introduce-component .main-bottom .box-right > p {
          color: #fff;
          font-size: 26px;
          margin-bottom: 21px; }
        .about-page .company-introduce-component .main-bottom .box-right > div {
          width: 575px;
          height: 109px;
          padding-top: 25px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .about-page .company-introduce-component .main-bottom .box-right > div > div {
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            font-size: 18px;
            color: #fff;
            text-align: center; }
          .about-page .company-introduce-component .main-bottom .box-right > div > div:first-child {
            margin-bottom: 13px; }
