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 {
  width: 100%;
  min-width: 1380px;
  margin: auto; }
  .main .banner {
    margin-top: 120px;
    display: inline-block;
    width: 100%;
    min-width: 1380px;
    height: 805px;
    background: url("/resource/img/service/banner.png") no-repeat;
    background-size: contain; }
  .main .service {
    width: 1200px;
    margin: -468px auto 240px auto;
    padding-bottom: 100px;
    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: 40px;
    text-align: center;
    position: relative; }
    .main .service p {
      text-align: center;
      width: 960px;
      display: inline-block; }
      .main .service p.title {
        margin: 100px auto 40px auto;
        color: #021031;
        font-size: 44px;
        line-height: 46px;
        font-weight: bold; }
      .main .service p.describe {
        font-size: 20px;
        line-height: 38px;
        color: #021031;
        margin-bottom: 34px; }
    .main .service .product-info-main {
      width: 960px;
      margin: 0 auto;
      padding-bottom: 48px;
      background: #FFF5EE;
      border-radius: 20px; }
      .main .service .product-info-main .product-name {
        font-size: 34px;
        font-weight: bold;
        color: #021031;
        line-height: 36px;
        text-align: center;
        margin: 48px 0 0 0; }
      .main .service .product-info-main .sub-product-name {
        text-align: center;
        font-size: 20px;
        color: #021031;
        line-height: 22px;
        margin: 17px 0 0 0; }
      .main .service .product-info-main .product-describe {
        width: 760px;
        margin: 40px auto;
        font-size: 20px;
        color: #021031;
        line-height: 38px; }
      .main .service .product-info-main .detail-list {
        width: 760px;
        margin: 0 auto 40px auto; }
        .main .service .product-info-main .detail-list .detail-item {
          height: 82px;
          line-height: 82px;
          font-size: 20px;
          color: #021031;
          position: relative; }
          .main .service .product-info-main .detail-list .detail-item .left {
            float: left; }
          .main .service .product-info-main .detail-list .detail-item .right {
            float: right;
            font-weight: bold; }
          .main .service .product-info-main .detail-list .detail-item:not(:last-child):after {
            content: '1';
            color: transparent;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: #EBE1DB; }
    .main .service .button {
      margin: 0 auto;
      width: 621px;
      height: 96px;
      line-height: 96px;
      text-align: center;
      cursor: pointer;
      font-size: 28px;
      color: #FFFFFF;
      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%);
      border-radius: 48px; }
  .main .section-service {
    width: 1200px;
    margin: 0 auto;
    text-align: center; }
    .main .section-service h1 {
      margin: 0 auto;
      font-size: 44px;
      line-height: 46px;
      color: #021031;
      text-align: center;
      font-weight: 500; }
    .main .section-service .describe {
      margin: 40px auto 90px auto;
      font-size: 20px;
      line-height: 38px;
      color: #021031;
      text-align: left; }
    .main .section-service .service-list {
      height: 503px; }
      .main .section-service .service-list dt {
        float: left;
        margin-right: 64px;
        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; }
        .main .section-service .service-list dt:last-child {
          margin-right: 0;
          float: right; }
        .main .section-service .service-list dt .top {
          width: 100%;
          height: 283px;
          background-size: contain;
          position: relative; }
          .main .section-service .service-list dt .top.top-1 {
            background: url("/resource/img/service/service-1.png"); }
          .main .section-service .service-list dt .top.top-2 {
            background: url("/resource/img/service/service-2.png"); }
          .main .section-service .service-list dt .top.top-3 {
            background: url("/resource/img/service/service-3.png"); }
          .main .section-service .service-list dt .top span {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.3);
            height: 56px;
            line-height: 56px;
            text-align: center;
            color: #FFFFFF;
            font-size: 24px; }
        .main .section-service .service-list dt .info {
          width: 297px;
          margin: 30px 30px 0 30px;
          font-size: 17px;
          line-height: 32px;
          color: #021031;
          text-align: left; }
    .main .section-service .solution-list dt {
      height: 260px;
      margin-bottom: 65px; }
      .main .section-service .solution-list dt img {
        float: left; }
      .main .section-service .solution-list dt .content {
        float: left;
        display: inline-block;
        margin-left: 60px;
        height: 100%;
        width: 690px; }
        .main .section-service .solution-list dt .content p {
          text-align: left;
          font-size: 18px;
          line-height: 30px;
          color: #021031; }
          .main .section-service .solution-list dt .content p.title {
            font-size: 30px;
            margin-top: 71px;
            margin-bottom: 30px;
            font-weight: bold; }
      .main .section-service .solution-list dt:last-child {
        margin-bottom: 180px; }
