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; }

body {
  margin: auto;
  background: #FFFFFF; }

.main {
  width: 1200px;
  margin: 210px auto 180px auto; }
  .main h1 {
    margin: 0 auto;
    font-size: 30px;
    line-height: 32px;
    color: #021031;
    text-align: center; }
  .main .content {
    margin: 30px auto 0 auto;
    font-size: 20px;
    line-height: 38px;
    color: #021031; }
