* {
  margin: 0;
  padding: 0;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#app {
  width: 1920px;
  margin: auto; }
  #app .banner {
    height: 800px;
    background: url("../images/banner-bg.png") no-repeat center center; }
    #app .banner .nav {
      padding-top: 27px; }
      #app .banner .nav li {
        text-align: center;
        line-height: 40px; }
        #app .banner .nav li.logo {
          display: inline-block;
          width: 229px;
          height: 53px;
          background: url("../icon/logo.png") no-repeat center center/100%; }
      #app .banner .nav a {
        color: #FFFFFF; }
    #app .banner .banner-content {
      color: #FFFFFF;
      padding-left: 50px; }
      #app .banner .banner-content h2 {
        font-size: 50px;
        margin-top: 121px; }
      #app .banner .banner-content h4 {
        font-size: 24px;
        margin-top: 64px;
        padding-bottom: 40px; }
      #app .banner .banner-content a {
        display: block;
        width: 229px;
        height: 54px;
        line-height: 54px;
        background: #FFFFFF;
        color: #0087FC;
        border-radius: 54px;
        margin-bottom: 30px;
        font-size: 20px;
        font-family: 'Source Han Sans CN', serif;
        padding-left: 20px;
        text-decoration: none; }
        #app .banner .banner-content a i {
          display: inline-block;
          width: 20px;
          height: 23px;
          vertical-align: middle;
          margin-top: -5px;
          margin-right: 18px; }
          #app .banner .banner-content a i.android-logo {
            background: url("../icon/android.png"); }
          #app .banner .banner-content a i.ios-logo {
            background: url("../icon/ios.png"); }
  #app .one {
    height: 726px; }
    #app .one .left {
      padding-top: 182px; }
      #app .one .left .one-left {
        width: 450px;
        height: 430px;
        background: url("../images/one-left.png") no-repeat center center/100%; }
    #app .one .right {
      padding-top: 141px;
      position: relative; }
      #app .one .right .one-right {
        position: absolute;
        left: 57px;
        width: 353px;
        height: 157px;
        background: url("../images/one-right.png") no-repeat center center/100%;
        z-index: 2; }
      #app .one .right .right-content {
        position: absolute;
        padding: 190px 42px 44px 41px;
        top: 95px;
        width: 360px;
        height: 450px;
        font-size: 16px;
        background: #F9FCFF; }
        #app .one .right .right-content h3 {
          font-size: 26px;
          padding-bottom: 32px; }
  #app .two {
    height: 1000px;
    background: #F8FBFF; }
    #app .two .left {
      padding-top: 50px;
      position: relative; }
      #app .two .left .two-left {
        position: absolute;
        width: 308px;
        height: 186px;
        background: url("../images/two-left.png") no-repeat center center/100%; }
      #app .two .left .content {
        width: 360px;
        height: 320px;
        background: #FFFFFF;
        margin-left: 30px;
        margin-top: 20px;
        padding: 0 69px 0 72px; }
        #app .two .left .content h3 {
          padding-left: 0;
          padding-top: 20px;
          font-size: 26px;
          font-family: 'Microsoft YaHei', serif; }
        #app .two .left .content .info {
          margin-top: 20px; }
          #app .two .left .content .info ul li {
            color: #CEE4FF;
            font-size: 40px;
            line-height: 30px; }
            #app .two .left .content .info ul li p {
              font-size: 16px;
              color: #000000; }
      #app .two .left .two-left-one {
        margin-top: 130px; }
    #app .two .right {
      padding-top: 232px; }
      #app .two .right .two-right {
        width: 572px;
        height: 404px;
        background: url("../images/two-right.png") no-repeat center center/100%; }
  #app .footer {
    background: #1A2028;
    height: 246px; }
    #app .footer .footer-left {
      padding-top: 52px; }
      #app .footer .footer-left a {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none; }
      #app .footer .footer-left .enterprise-information {
        margin-top: 35px; }
        #app .footer .footer-left .enterprise-information .qr {
          margin-left: 100px;
          margin-right: 30px;
          width: 80px;
          height: 80px;
          background: url("../images/qr.jpg") no-repeat center center/100%; }
        #app .footer .footer-left .enterprise-information .info {
          color: #FFFFFF; }
          #app .footer .footer-left .enterprise-information .info p {
            margin-bottom: 35px; }
          #app .footer .footer-left .enterprise-information .info span {
            margin-left: 28px; }
    #app .footer .footer-right {
      padding-top: 48px;
      color: #FFFFFF; }
      #app .footer .footer-right p {
        margin-bottom: 35px; }
        #app .footer .footer-right p i {
          display: inline-block;
          width: 36px;
          height: 36px;
          vertical-align: middle; }
          #app .footer .footer-right p i.qq {
            background: url("../icon/qq.png") no-repeat center center/100%; }
          #app .footer .footer-right p i.weixin {
            background: url("../icon/weixin.png") no-repeat center center/100%;
            margin-left: 20px; }
        #app .footer .footer-right p span {
          margin-right: 32px;
          font-size: 16px; }
  #app .footer-bottom {
    font-size: 12px;
    height: 53px;
    line-height: 53px;
    background: #1A2028;
    border-top: 1px solid #383D43;
    color: #ffffff; }
    #app .footer-bottom a {
      color: #ffffff;
      text-decoration: none; }

/*# sourceMappingURL=index.css.map */
