body, html {
  margin: auto;
  background: #FFFFFF;
  width: 100%;
  min-width: 1380px;
  overflow: visible; }

.tab {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 120px;
  background: url("/resource/img/tab/tab-bg.png") no-repeat;
  background-size: cover; }
  .tab.service {
    background: url("/resource/img/tab/tab-service.png?201662645") no-repeat; }
  .tab.tab-white {
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px -1px 0px 0px #EDEDEE;
            box-shadow: 0px -1px 0px 0px #EDEDEE;
    border-bottom: 1px solid  #EDEDEE; }
    .tab.tab-white .tab-main .logo {
      background: url("/resource/img/logo/logo.png?201662645") no-repeat; }
    .tab.tab-white .tab-main dl a {
      color: #021031; }
      .tab.tab-white .tab-main dl a.curr {
        color: #FF7C1A; }
        .tab.tab-white .tab-main dl a.curr::before {
          background: #FF7C1A; }
  .tab .tab-main {
    width: 1200px;
    height: 100%;
    margin: auto;
    line-height: 120px; }
    .tab .tab-main .logo {
      display: inline-block;
      background: url("/resource/img/logo/logo-white.png?201662645") no-repeat;
      background-size: contain;
      width: 216px;
      height: 68px;
      vertical-align: middle; }
    .tab .tab-main dl {
      display: inline-block;
      width: 900px;
      float: right;
      margin: 0;
      text-align: right; }
      .tab .tab-main dl a {
        font-size: 20px;
        color: #FFFFFF;
        margin-left: 80px;
        cursor: pointer;
        opacity: .6;
        position: relative;
        text-decoration: none; }
        .tab .tab-main dl a.curr {
          opacity: 1;
          font-weight: bold; }
          .tab .tab-main dl a.curr::before {
            content: "1";
            color: transparent;
            position: absolute;
            bottom: -10px;
            width: 100%;
            height: 4px;
            background: #FFFFFF; }
        .tab .tab-main dl a:first-child {
          margin-left: 0; }

footer {
  width: 100%;
  height: 449px;
  background: #021031;
  display: inline-block; }
  footer .customer-service {
    width: 1200px;
    margin: 68px auto 0 auto;
    height: 182px; }
    footer .customer-service .left {
      float: left;
      width: 49.9%;
      height: 100%;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      line-height: 182px; }
      footer .customer-service .left .logo {
        vertical-align: middle;
        width: 348px;
        height: 110px; }
    footer .customer-service .right {
      float: left;
      width: 49.9%;
      height: 100%; }
      footer .customer-service .right p {
        padding-left: 80px;
        color: #FFFFFF;
        width: 100%;
        display: inline-block;
        opacity: .7; }
        footer .customer-service .right p.msg-1 {
          margin: 0 0 20px 0;
          font-size: 20px;
          line-height: .22px; }
        footer .customer-service .right p.msg-2 {
          font-size: 32px;
          line-height: 34px;
          margin: 12px 0 0 0; }
        footer .customer-service .right p.msg-3 {
          margin: 40px 0 0 0;
          font-size: 18px;
          line-height: 20px; }
  footer .copy-right {
    width: 1200px;
    height: 131px;
    margin: 68px  auto 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    footer .copy-right p {
      display: inline-block;
      color: #FFFFFF;
      width: 100%;
      text-align: center; }
      footer .copy-right p.link-info {
        margin: 40px 0 16px 0;
        font-size: 18px;
        line-height: 20px;
        opacity: .7; }
        footer .copy-right p.link-info span {
          cursor: pointer;
          margin-right: 24px; }
          footer .copy-right p.link-info span.curr a {
            color: #FF7C1A !important;
            opacity: 1 !important; }
          footer .copy-right p.link-info span a {
            text-decoration: none;
            color: #FFFFFF; }
      footer .copy-right p.desc {
        margin: 0;
        font-size: 13px;
        line-height: 15px;
        opacity: .5; }

.dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5); }
  .dialog .dialog-main {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1200px;
    height: 770px;
    background: #FFFFFF;
    -webkit-box-shadow: 10px 16px 40px 3px rgba(177, 188, 199, 0.15);
            box-shadow: 10px 16px 40px 3px rgba(177, 188, 199, 0.15);
    border-radius: 20px;
    text-align: center; }
    .dialog .dialog-main h1 {
      margin: 90px 0 40px 0;
      display: inline-block;
      font-size: 32px;
      line-height: 34px;
      color: #021031;
      text-align: center; }
    .dialog .dialog-main .content {
      text-align: left;
      width: 960px;
      height: 380px;
      margin: 0 auto;
      overflow-y: scroll;
      font-size: 20px;
      line-height: 38px; }
    .dialog .dialog-main .button {
      margin-top: 40px;
      height: 96px;
      margin-left: 190px;
      line-height: 96px;
      font-size: 28px;
      text-align: left; }
      .dialog .dialog-main .button span {
        display: inline-block;
        height: 96px;
        text-align: center; }
      .dialog .dialog-main .button .cancel {
        cursor: pointer;
        width: 340px;
        margin-right: 140px;
        color: #FF7C1A;
        border-radius: 48px;
        border: 1px solid #FF7C1A; }
      .dialog .dialog-main .button .confirm {
        cursor: pointer;
        width: 340px;
        color: #FFFFFF;
        border-radius: 48px;
        background: -webkit-gradient(linear, left top, right top, from(#FF9900), to(#FF6F24));
        background: -o-linear-gradient(left, #FF9900 0%, #FF6F24 100%);
        background: linear-gradient(90deg, #FF9900 0%, #FF6F24 100%); }

.main {
  max-width: 1920px;
  width: 100%;
  margin: 120px auto 0;
  height: auto; }
  .main .banner {
    width: 100%;
    min-width: 1380px;
    margin: 0 auto;
    height: 950px;
    background: url("/resource/img/index/banner.png") no-repeat;
    background-size: contain; }
  .main .section-describe {
    margin: 20px auto 100px auto;
    width: 1200px;
    background: #FFFFFF; }
    .main .section-describe p {
      font-size: 20px;
      line-height: 38px;
      color: #021031; }
    .main .section-describe dl {
      width: 100%;
      height: 313px;
      margin: 0;
      cursor: pointer; }
      .main .section-describe dl dt {
        float: left;
        height: 100%;
        width: 270px;
        margin-right: 40px; }
        .main .section-describe dl dt:last-child {
          float: right;
          margin-right: 0; }
        .main .section-describe dl dt img {
          margin: auto;
          display: block;
          width: 207px;
          height: 207px; }
        .main .section-describe dl dt .desc {
          text-align: center; }
          .main .section-describe dl dt .desc span {
            font-size: 22px;
            color: #021031;
            line-height: 24px;
            font-weight: 500; }
            .main .section-describe dl dt .desc span:first-child {
              margin-right: 25px; }
        .main .section-describe dl dt:hover {
          -webkit-box-shadow: 0px 23px 45px 0px rgba(10, 31, 68, 0.1);
                  box-shadow: 0px 23px 45px 0px rgba(10, 31, 68, 0.1);
          border-radius: 20px; }
  .main .section-info {
    background: #FFFFFF;
    padding-bottom: 100px; }
    .main .section-info.curr {
      background: #FFFCFA; }
    .main .section-info .title {
      width: 100%;
      display: block;
      margin: 0 auto 40px auto;
      padding-top: 128px;
      text-align: center; }
      .main .section-info .title img {
        width: 384px;
        height: 217px; }
    .main .section-info .logo-wall {
      display: block;
      margin: 70px  auto 0 auto;
      width: 1200px;
      height: 513px; }
    .main .section-info .describe {
      margin: auto;
      width: 1200px;
      font-size: 20px;
      color: #021031;
      line-height: 38px; }
    .main .section-info .boss-team {
      max-width: 1920px;
      width: 100%;
      height: 453px;
      margin-top: -54px;
      background: url("/resource/img/index/boss-bg.png") no-repeat;
      background-size: contain; }
      .main .section-info .boss-team ul {
        display: block;
        width: 1200px;
        margin: 0 auto;
        padding-top: 146px;
        list-style: none; }
        .main .section-info .boss-team ul li {
          width: 269px;
          height: 336px;
          background-size: contain;
          display: inline-block;
          float: left;
          margin-right: 40px;
          border-radius: 20px;
          position: relative; }
          .main .section-info .boss-team ul li:last-child {
            margin-right: 0;
            float: right; }
          .main .section-info .boss-team ul li.boss-1 {
            background: url("/resource/img/index/boss-1.png?v=123") no-repeat;
            background-size: cover; }
          .main .section-info .boss-team ul li.boss-2 {
            background: url("/resource/img/index/boss-2.png?v=123") no-repeat;
            background-size: cover; }
          .main .section-info .boss-team ul li.boss-3 {
            background: url("/resource/img/index/boss-3.jpg?v=123") no-repeat;
            background-size: cover; }
          .main .section-info .boss-team ul li.boss-4 {
            background: url("/resource/img/index/boss-4.png?v=123") no-repeat;
            background-size: cover; }
          .main .section-info .boss-team ul li::after {
            content: "1";
            color: transparent;
            position: absolute;
            bottom: -16px;
            right: 32px;
            width: 206px;
            height: 16px;
            border-bottom-left-radius: 16px;
            border-bottom-right-radius: 16px;
            background: #FFE5CF; }
          .main .section-info .boss-team ul li .info {
            display: inline-block;
            z-index: 200;
            position: absolute;
            width: 100%;
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            background: #040B19;
            opacity: .8;
            bottom: 0; }
            .main .section-info .boss-team ul li .info p {
              text-align: center; }
              .main .section-info .boss-team ul li .info p.name {
                color: #FFC165;
                font-size: 18px;
                line-height: 20px;
                font-weight: bold; }
              .main .section-info .boss-team ul li .info p.position {
                font-size: 14px;
                color: #FFFFFF;
                opacity: .6; }
          .main .section-info .boss-team ul li .boss-detail {
            display: none;
            position: absolute;
            z-index: 300;
            content: "1";
            color: transparent;
            width: 100%;
            height: 100%;
            background: rgba(4, 11, 25, 0.8);
            border-radius: 20px; }
            .main .section-info .boss-team ul li .boss-detail p {
              margin-left: 40px;
              width: 192px; }
              .main .section-info .boss-team ul li .boss-detail p.name {
                padding-top: 40px;
                font-weight: 500;
                color: #FFC165;
                font-size: 18px;
                line-height: 20px; }
              .main .section-info .boss-team ul li .boss-detail p.position {
                color: #FFFFFF;
                opacity: .6;
                font-size: 14px;
                line-height: 16px;
                padding-bottom: 16px;
                border-bottom: 1px dashed #FFFFFF; }
              .main .section-info .boss-team ul li .boss-detail p.job-exper {
                margin-top: 16px;
                color: #FFFFFF;
                opacity: .6;
                font-size: 12px;
                line-height: 21px;
                opacity: .7; }
          .main .section-info .boss-team ul li:hover .info {
            display: none; }
          .main .section-info .boss-team ul li:hover .boss-detail {
            display: inline-block;
            -webkit-animation: rotate 0.5s;
                    animation: rotate 0.5s; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg); }
  to {
    -webkit-transform: rotateY(0);
            transform: rotateY(0); } }

@keyframes rotate {
  from {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg); }
  to {
    -webkit-transform: rotateY(0);
            transform: rotateY(0); } }
      .main .section-info .boss-team .boss-tips {
        position: absolute;
        bottom: 0;
        height: 65px;
        width: 100%;
        text-align: right;
        background: rgba(4, 38, 81, 0.8);
        border-radius: 0 0 20px 20px; }
        .main .section-info .boss-team .boss-tips .bt-con {
          padding: 0 20px; }
          .main .section-info .boss-team .boss-tips .bt-con .name {
            color: #e5b76b;
            font-size: 20px;
            font-weight: 600;
            margin: 0;
            padding-top: 8px; }
          .main .section-info .boss-team .boss-tips .bt-con .position {
            margin: 0;
            color: #fff;
            font-size: 15px;
            font-family: "PingFangSC"; }
    .main .section-info .technology-info {
      margin: 165px auto  0 auto;
      width: 1200px;
      height: 313px;
      -webkit-box-shadow: 10px 16px 40px 3px rgba(199, 186, 177, 0.15);
              box-shadow: 10px 16px 40px 3px rgba(199, 186, 177, 0.15);
      border-radius: 20px; }
      .main .section-info .technology-info .item {
        float: left;
        height: 100%;
        width: 282px;
        padding-top: 120px;
        position: relative; }
        .main .section-info .technology-info .item p {
          width: 100%;
          text-align: center;
          font-size: 20px;
          line-height: 36px;
          color: rgba(2, 16, 49, 0.6); }
          .main .section-info .technology-info .item p.title-1 {
            color: #021031;
            font-size: 30px;
            font-weight: 500;
            line-height: 31px;
            margin-bottom: 24px;
            margin-top: 10px; }
        .main .section-info .technology-info .item img {
          position: absolute;
          top: -195px;
          left: 35px;
          width: 212px;
          height: 195px; }
        .main .section-info .technology-info .item.mr120 {
          margin-right: 120px; }
        .main .section-info .technology-info .item:first-child {
          margin-left: 60px; }
        .main .section-info .technology-info .item:hover p {
          color: #FF7C1A !important; }
    .main .section-info .hk-legal {
      width: 1200px;
      margin: 90px auto 0 auto;
      height: 226px; }
      .main .section-info .hk-legal .item {
        width: 357px;
        height: 100%;
        background: #FFFFFF;
        -webkit-box-shadow: 10px 16px 40px 3px rgba(177, 188, 199, 0.15);
                box-shadow: 10px 16px 40px 3px rgba(177, 188, 199, 0.15);
        border-radius: 20px;
        float: left;
        margin-right: 64px; }
        .main .section-info .hk-legal .item:last-child {
          float: right;
          margin-right: 0; }
        .main .section-info .hk-legal .item img {
          float: left;
          display: block;
          padding-top: 30px;
          margin: 0 30px 150px 30px; }
        .main .section-info .hk-legal .item .desc {
          padding-top: 35px;
          padding-left: 105px; }
          .main .section-info .hk-legal .item .desc p {
            color: #021031;
            font-size: 12px;
            line-height: 16px;
            margin-top: 8px;
            width: 210px;
            padding-left: 10px;
            position: relative; }
            .main .section-info .hk-legal .item .desc p::before {
              content: '1';
              color: transparent;
              position: absolute;
              top: 0;
              left: -2px;
              top: 4px;
              width: 4px;
              height: 4px;
              background: #FF7C1A; }
            .main .section-info .hk-legal .item .desc p:first-child::before {
              display: none; }
            .main .section-info .hk-legal .item .desc p.sub-title {
              padding-left: 0;
              font-size: 20px;
              line-height: 22px;
              margin-bottom: 32px;
              font-weight: bold; }
