﻿  html,
      body,
      div,
      img,
      p,
      span,
      em,
      dl,
      dt,
      dd,
      h1 {
        padding: 0;
        margin: 0;
      }
      html,
      body {
        height: 100%;
      }
      body {
        font-family: MicrosoftYaHei;

      }
      a {
        text-decoration: none;
      }
      img {
        border: 0;
      }

      .header {
        padding: 16px 40px 0;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 6;
      }
      .header .logo {
        float: left;
        font-size: 16px;
        color: #000;
        line-height: 28px;
      }
      .header .logo img {
        width: 28px;
        height: 28px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
      }
      .header-right {
        float: right;
      }
      .header-right > a,
      .header-right-contact {
        float: right;
        margin-left: 24px;
        font-size: 15px;
        color: #000;
        line-height: 28px;
        position: relative;
      }
      .header-right > a:first-child {
        margin-left: 16px;
      }
      .header-right > a i {
        width: 1px;
        height: 16px;
        background-color: #fff;
        opacity: 0.5;
        float: left;
        display: inline-block;
        margin-right: 16px;
        margin-top: 6px;
      }

      .header-right > a em {
        display: inline-block;
        margin-left: 4px;
        float: right;
        width: 18px;
        height: 18px;
        border: 1px solid #ff9852;
        border-radius: 2px;
        color: #ff9852;
        line-height: 16px;
        font-style: normal;
        text-align: center;
        font-size: 12px;
        vertical-align: middle;
        margin-top: 5px;
      }

      .header-right-contact > img {
        display: inline-block;
        font-size: 0px;
        width: 16px;
        height: 14px;
        margin-right: 4px;
        vertical-align: middle;
      }
      .header-right-contact > img.img2 {
        display: none;
      }
      .header-right-contact .qrcode {
        position: absolute;
        top: 28px;
        right: 0;
        background: #fff;
        border: 1px solid #d6d6d6 \9;
        border-radius: 2px;
        width: 200px;
        padding: 8px 0;
        display: none;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
      }
      .header-right-contact:hover .qrcode {
        display: block;
      }
      .header-right-contact .qrcode a {
        height: 24px;
        padding: 12px 0;
        font-size: 14px;
        color: #222222;
        line-height: 24px;
        display: block;
        position: relative;
      }
      .header-right-contact .qrcode a > img {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 12px;
        margin-left: 20px;
        border-radius: 4px;
      }
      .header-right-contact .qrcode a:hover {
        background: #efefef;
      }
      .header-right-contact .qrcode a:hover dl {
        display: block;
      }
      .header-right-contact .qrcode a dl {
        width: 164px;
        position: absolute;
        top: -4px;
        right: 196px;
        border-radius: 2px;
        background-color: #fff;
        border: 1px solid #d6d6d6 \9;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
        padding: 8px 8px 16px;
        display: none;
      }
      .header-right-contact .qrcode a dl dt {
        width: 100%;
      }
      .header-right-contact .qrcode a dl dt img {
        width: 100%;
        display: block;
      }
      .header-right-contact .qrcode a dl dd {
        margin: 8px 4px 0;
        font-size: 12px;
        color: #222222;
        line-height: 16px;
        text-align: center;
      }
      .header-right-contact .qrcode a dl dd em {
        color: #0079ff;
        font-style: normal;
      }

      .the-tail {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        background: #000;
        overflow: hidden;
      }
      .the-tail .the-tail-svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        font-size: 0;
        background: url(https://se2.360simg.com/t015badafa0fe539b59.png) center
          no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
      }
      .the-tail .the-tail-feng {
        position: absolute;
        left: 50%;
        top: 5%;
        bottom: 5%;
        margin-left: -50px;
        width: 100px;
        z-index: 2;
      }
      .the-tail .the-tail-feng-img {
        display: block;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
      }
      .the-tail p {
        font-size: 32px;
        color: #000;
        line-height: 42px;
        position: absolute;
        top: 50%;
        margin-top: -21px;
        z-index: 4;
      }
      .the-tail p.p-left {
        right: 58%;
        text-align: right;
      }
      .the-tail p.p-right {
        left: 58%;
        text-align: left;
      }
      .the-tail span {
        width: 200px;
        position: absolute;
        left: 50%;
        top: 80%;
        z-index: 4;
        margin-left: -100px;
        font-size: 12px;
        color: #666666;
        line-height: 16px;
        text-align: center;
      }
      .the-tail span img {
        width: 32px;
        height: 32px;
        display: block;
        margin: 0 auto;
        margin-bottom: 12px;
      }

      .main {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: #000;
        opacity: 0;
        overflow: hidden;
         min-width: 1020px;
        min-height: 600px;
      }
      .main-box {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 620px;
        height: 290px;
        margin-top: -180px;
        margin-left: -310px;
        z-index: 2;
      }
      .main-box h1 {
        font-size: 72px;
        color: #fff;
        line-height: 95px;
        text-align: center;
        position: relative;
      }
      .main-box h1 p {
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
        background: #fe3a30;
        width: 64px;
        height: 28px;
        border-radius: 8px 2px 2px 0px;
        position: absolute;
        top: -15px;
        right: -64px;
      }
      .main-box h1 + p {
        margin-top: 16px;
        font-size: 18px;
        color: #b4b4b4;
        line-height: 24px;
        text-align: center;
      }
      .main-box a {
        width: 208px;
        height: 56px;
        border-radius: 4px;
        display: block;
        margin: 48px auto 0;
        font-size: 20px;
        line-height: 56px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        background: #0079ff;
      }
      .main-box a:hover {
        background: #1a86ff;
      }
      .main-box a:active {
        background: #1778e5;
      }
      .main-box a + p {
        color: #888888;
        font-size: 14px;
        line-height: 19px;
        margin-top: 16px;
        text-align: center;
      }
      .main .maxf {
        height: 148%;
        position: absolute;
        z-index: 1;
      }
      .main .f-left {
        top: -56%;
        right: 80%;
      }
      .main .f-right {
        bottom: -56%;
        left: 80%;
      }

      .footer {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        position: absolute;
        bottom: 24px;
        left: 0;
        width: 100%;
        z-index: 2;
      }
      .footer span {
        margin: 0 auto;
      }
      .footer span a,
      .footer span p {
        display: inline-block;
        color: #585858;
      }
      .footer > a {
        display: block;
        margin: 8px auto 0;
        line-height: 20px;
        color: #585858;
        text-align: center;
      }
      .footer > a img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        vertical-align: middle;
      }

      /* 动画切换区 */
      .p2 {
        min-width: 1020px;
      }
      .p2 .logo,
      .p2 .header-right > a,
      .p2 .header-right-contact {
        color: #fff;
      }
      .p2 .img2 {
        display: inline-block !important;
      }
      .p2 .img1 {
        display: none;
      }

      .the-tail .the-tail-feng-img {
        animation: mixAnimation 36s linear infinite;
      }
      .main .maxf {
        animation: mixAnimation 36s linear infinite;
        animation-play-state: paused;
      }
      .the-tail.fadeOut {
        animation: fadeOut 0.4s ease-out forwards;
        display: none\9;
      }
      .the-tail .the-tail-svg.bounceIn {
        animation: bounceIn 1s ease-out forwards;
        display: none\9;
      }
      .p2 .main {
        animation: fadeIn 0.6s ease-out 0.2s forwards;
        opacity: 1\9;
      }
      .p2 .main .maxf {
        animation-play-state: running;
      }

      @-webkit-keyframes mixAnimation {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(-360deg);
        }
      }
      @-moz-keyframes mixAnimation {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(-360deg);
        }
      }
      @keyframes mixAnimation {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(-360deg);
        }
      }

      @-webkit-keyframes fadeOut {
        0% {
          opacity: 1;
        }
        100% {
          opacity: 0;
        }
      }
      @-moz-keyframes fadeOut {
        0% {
          opacity: 1;
        }
        100% {
          opacity: 0;
        }
      }
      @keyframes fadeOut {
        0% {
          opacity: 1;
        }
        100% {
          opacity: 0;
        }
      }

      @-webkit-keyframes bounceIn {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(11.3);
        }
      }
      @-moz-keyframes bounceIn {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(11.3);
        }
      }
      @keyframes bounceIn {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(11.3);
        }
      }

      @-webkit-keyframes fadeIn {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }
      @-moz-keyframes fadeIn {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }
      @keyframes fadeIn {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }
      .ws {
        width: 600px;
        height: 52px;
        position: absolute;
        left: 50%;
        bottom: 98px;
        margin-left: -300px;
        z-index: 9999;
      }
      .ws .em1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        border-radius: 2px;
        background: #fff;
        opacity: 0.06;
        border: 1px solid rgba(255, 255, 255, 0.15);
      }
      .ws p,
      .ws span,
      .ws img,
      .ws i {
        float: left;
        position: relative;
        z-index: 3;
        margin-top: 16px;
        margin-right: 8px;
        display: inline-block;
      }
      .ws .em2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 2px;
        opacity: 0.15;
        border: 1px solid #fff;
      }
      .ws p {
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        font-weight: bold;
        margin-left: 17px;
      }
      .ws span {
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.8);
      }
      .ws span img {
        width: 20px;
        height: 20px;
        margin-top: 0;
      }
      .ws i {
        width: 10px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: bold;
        font-style: normal;
      }
      .ws a {
        width: 91px;
        height: 32px;
        position: absolute;
        top: 10px;
        right: 16px;
        z-index: 3;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 2px;
        font-size: 12px;
        line-height: 32px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
      }
      .ws a:hover {
        background: rgba(255, 255, 255, 0.25);
      }
      .ws a:active {
        background: rgba(255, 255, 255, 0.3);
      }