#app{
   min-width: 1200px;
    overflow-x: hidden;
    background-color: #fff;
}
.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 60px;
}
.header, .header .w {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #0e1527;
}

.header .logo {
    width: 131px;
    height: 31px;
    margin-right: 56px;
    flex-shrink: 0;
}

.header .logo img {
    width: 131px;
    height: 31px;
}
.header .title {
    font-size: 14px;
    color: #fff;
    margin-right: 78px;
    flex-shrink: 0;
}

.header .title img {
    width: 14px;
    height: 17px;
    vertical-align: middle;
    margin-right: 2px;
}
.header .nav{
    flex-shrink: 0;
}
.header .nav .item {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0 8px;
}
.item-p-20 {
    padding: 0 20px !important;
}
.header .nav .item a {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0 8px;
}
.header .nav .item a:hover {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    padding: 0 8px;
}

.header .site {
    display: flex;
    margin-left: 120px;
}

.header .site a {
    font-size: 14px;
    margin-right: 32px;
    width: 65px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #fff;
    background-color: #0e1527;
    text-align: center;
    color: #fff;
}

.header .site .register {
    color: #5B566C;
    background-color: #fff;
}
.banner{
    margin-top: 50px;
    background-color: #0e1527;
    cursor:pointer;
}
.banner .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }
  .floor-item{
      padding-top: 1px;
  }
  .floor .bg1{
      background-color: #fff;
  }
  .floor .bg2{
      background-color: #f8f6fe;
  }
  .floor .tabs{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .floor .tabs .tab-item{
      cursor: pointer;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .tabs .tab-item .name{
      font-size: 18px;
      color: #353535;
  }
  .tabs .tab-item .msg{
      font-size: 14px;
      color: #A9A6B0;
      text-align: center;
  }
  .floor .title{
      width: 100%;
      text-align: center;
      color: #1A1A1A;
      font-size: 36px;
      font-weight: 400;
      margin: 52px 0;
  }


  .floor .f1{
    width: 100%;
    height: 430px;
    padding-top: 28px;
  }
  .f1 .tabs .tab-item{
      width: 20%;
  }
  .f1 .tabs .tab-item .name{
      margin: 15px 0;
  }
  .f2{
      height: 800px;
  }
  .f2 .tabs{
      border-bottom: 1px solid #e6e6e6;
      position: relative;
      padding-bottom: 25px;
  }
  .f2 .tabs .tab-item .name{
      font-size: 20px;
      margin-top: 18px;
  }
  .f2 .tabs .tab-item.active .name{
      color: #665EFF;
  }
  .f2 .tabs .tab-item.active{
      position: relative;
  }
  .f2 .tabs .active::before{
      position: absolute;
      bottom: -25px;
      content: "";
      width: 100%;
      height: 3px;
      background-color: #665EFF;
  }
  /* .f2 .tabs .line{
      position: absolute;
      bottom: 0;
      width: 80px;
      height: 3px;
      background-color: #665EFF;
  } */
  .f2 .content{
      padding: 78px 0 0 116px;
  }
  .f2 .content .c{
        display: none;
        width: 100%;
  }
  .f2 .content .c.current{
      display: flex;
  }
  .f2 .content .c .r{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-left: 160px;
  }
  .f2 .content .c .r .r-title{
      font-size: 28px;
      color: #645DFE;
      margin-top: 50px;
      margin-bottom: 40px;
  }
  .f2 .content .c .r .rc p{
      display: flex;
      align-items: center;
      font-size: 18px;
      color: #413D4B;
      margin-bottom: 28px;
      line-height: 30px;
  }
  .f2 .content .c .r .rc span{
      color: #665EFF;
      font-size: 24px;
      margin-right: 26px;
  }
  .f3 .title{
      margin-bottom: 25px;
  }
  .f3 .t-msg{
    font-size: 18px;
    color: #777777;
    margin-bottom: 112px;
    text-align: center;
  }
  .f3 .tabs{
      padding: 0 136px;
  }
  .f3 .tabs .tab-item{
    width: 25%;
    margin-bottom: 55px;
  }
  .f3 .tabs .tab-item img{
      width: 130px;
      height: 130px;
  }
.f3 .tabs .tab-item img:hover{
    width: 130px;
    height: 130px;
    -ms-transform:rotate(-30deg); /* IE 9 */

    -webkit-transform:rotate(-30deg); /* Safari and Chrome */

    transform:rotate(-30deg);
}
  .f3 .tabs .tab-item .name{
      margin-top: 26px;
  }
  .f4{
      height: 750px;
  }
  .f4 .title{
      margin-top: 100px;
      margin-top: 110px;
  }
  .f4 .tabs .tab-item{
    width: 25%;
    margin-bottom: 88px;
  }
  .f4 .tabs .tab-item .name{
      margin-top: 14px;
  }
  .f5{
      padding-top: 98px;
      height: 950px;
      background-color: red;
  }
  .f5 .title{
      margin-bottom: 90px;
  }
  .f5 .tabs .tab-item{
      box-sizing: border-box;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 320px;
    padding-top: 25px;
    width: 20%;
  }
  .f5 .tabs .tab-item .name{
      text-align: center;
      margin-top: 20px;
      margin-bottom: 15px;
  }
  .f5 .tabs .tab-item:nth-child(2n){
      margin-top: 40px;
  }
  .f5 .w{
      text-align: center;
  }
  .submitBtn{
      display: inline-block;
      margin: 80px auto;
      width: 138px;
      height: 48px;
      background: #665EFF;
      box-shadow: 0px 3px 18px 0px rgba(54, 7, 207, 0.38);
      border-radius: 24px;
      color: #fff;
      text-align: center;
      line-height: 48px;
      font-size: 14px;
  }
  .submitBtn:hover{
      color: #fff;
  }

  .f6{
      height: 860px;
  }
  .f6 .title{
      margin-top: 80px;
      margin-bottom: 114px;
  }
  .f7{
      height: 970px;
  }
  .f7 .title{
      margin-top: 105px;
      margin-bottom: 96px;
  }

  .f8 .floor-item .name{
      margin-top: 20px;
      margin-bottom: 12px;
  }

  .f8 .tabs .tab-item .msg{
      font-size: 12px;
  }
  .f9{
      text-align: center;
      padding-bottom: 100px;
  }
  .f9 .title{
      margin-bottom: 150px;
  }

  .f9 .tabs{
      padding: 0 55px;
  }
  .f9 .tabs .tab-item{
      width: 20%;
  }
  .f9 .tabs .tab-item .circle{
    width: 12px;
    height: 12px;
    background: #665EFF;
    border-radius: 50%;
    margin: 15px 0;
  }
  .f9 .submitBtn{
      margin: 146px 0;
  }


  .footer {
      width: 100%;
      background-color: #141621;
  }

  .footer .fb{
      height: 400px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-top: 50px;
      padding-bottom: 24px;
    }
  .footer .content{
      display: flex;
      align-items: flex-start;
  }
  .footer .content .left{
      display: flex;
      align-items: center;
      width: 410px;
      flex-shrink: 0;
  }
  .footer .content .left img{
      width: 101px;
      height: 101px;
      margin-right: 15px;
  }
  .footer .content .left .l-info{
      font-size: 24px;
      font-weight: 400;
      color: #fff;
  }
  .footer .content .left .l-info .mobile{
      margin-top: 20px;
  }
  .footer .content .center{
      display: flex;
      flex: 1;
  }
  .footer .content .center dl{
      margin-right: 115px;
  }
  .footer .content .center dl:last-child{
      margin-right: 0;
  }
  .footer .content .center dl dt{
      font-size: 18px;
      color: #fff;
      margin-bottom: 20px;
      cursor: pointer;
  }
  .footer .content .center dl dd{
      text-indent: 15px;
      font-size: 14px;
      color: #fff;
      margin-bottom: 12px;
      cursor: pointer;
  }
  .footer .content .right{
      box-sizing: border-box;
      padding-left: 77px;
      width: 292px;
      flex-shrink: 0;
  }
  .footer .content .right .img{
      width: 121px;
      height: 121px;
      background-color: #fff;
      border-radius: 6px;
  }
  .footer .content .right .msg{
    color: #777474;
    font-size: 16px;
    margin-top: 12px;
  }
  .copy-right{
      text-align: center;
  }
  .copy-right p{
      margin-top: 18px;
      font-size: 14px;
      color: #777474;
  }

  .slide-fixed{
      box-sizing: border-box;
      position: fixed;
      z-index: 10;
      right: 0;
      top: 342px;
      width: 80px;
      height: 244px;
      background-color: #665EFF;
      border-radius: 4px;
      padding: 0 14px;
  }

  .slide-item {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      width: 100%;
      height: 61px;
      border-bottom: 1px solid #fff;
      padding: 10px 0;
      cursor: pointer;
  }
  .slide-item img{
      width: 33px;
      height: 33px;
  }
  .slide-item p{
      color: #fff;
      font-size: 12px;
  }
  .alert {
      box-sizing: border-box;
      position: fixed;
      z-index: 10;
      top:0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      background-color: #666666;
      opacity: 0.5;
      border-radius: 4px;
      padding: 0 14px;
  }
.alert .alert-info {
    background: url(.../img/images/images/alert.jpg) 0 0 repeat;
}
.page {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.layer1 {
    width: 1920px;
    height: 966px;
    background: url(../img/images/psnfqrth2kurtg8kj9bppnxxzhrat6aoc9a653d1-a133-4f97-90a3-63d0663f55cd.png)
    0px -4px no-repeat;
}

.layer2 {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 3;
    height: 1080px;
    width: 1920px;
    position: absolute;
    left: 0;
    top: 0;
}

/*.main1 {*/
/*    width: 716px;*/
/*    height: 505px;*/
/*    margin: 0 auto;*/
/*}*/

/*.outer1 {*/
/*    background-color: rgba(61, 15, 212, 1);*/
/*    border-radius: 18px;*/
/*    z-index: 5;*/
/*    height: 505px;*/
/*    overflow: hidden;*/
/*    width: 716px;*/
/*    position: absolute;*/
/*}*/

.main1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    background: black;
    display: none;
}
.show {
    display: block;
}
.hide{
    display: none;
}
.close{
    position: absolute;
    right: 20px;
    top: 5px;
    color: #fff;
    cursor: pointer;
}
.outer1 {
    background-color: rgba(61, 15, 212, 1);
    border-radius: 18px;
    z-index: 555;
    height: 505px;
    overflow: hidden;
    width: 716px;
    position: fixed;
    left: 0px;
    right: 0px;
    top:200px;
    margin: 0 auto;
    box-shadow: 0 0 100px #000;
}

.box1 {
    width: 705px;
    height: 411px;
    margin: 37px 0 0 2px;
}

.word1 {
    width: 498px;
    height: 63px;
    overflow-wrap: break-word;
    color: rgba(233, 232, 61, 1);
    font-size: 60px;
    font-family: ZiZhiQuXiMaiTi;
    text-align: center;
    white-space: nowrap;
    line-height: 60px;
    margin-left: 107px;
    display: block;
}

.box2 {
    width: 705px;
    height: 335px;
    margin-top: 13px;
    display: flex;
}

.box3 {
    z-index: 8;
    height: 331px;
    background: url(../img/images/psd1982r14eygj1vz2luvxz5j908wlz2gjd5b85ed7-ed6f-4837-8a3e-265cc09c536e.png)
    100% no-repeat;
    margin-top: 4px;
    width: 134px;
    position: relative;
}

.group1 {
    width: 13px;
    height: 64px;
    margin: 42px 0 0 107px;
}

.label1 {
    width: 13px;
    height: 14px;
}

.label2 {
    width: 13px;
    height: 14px;
    margin-top: 36px;
}

.group2 {
    border-radius: 50%;
    z-index: 18;
    position: absolute;
    left: 61px;
    top: -5px;
    width: 11px;
    height: 11px;
    border: 1px solid rgba(112, 114, 255, 1);
}

.pic1 {
    z-index: 20;
    position: absolute;
    left: 72px;
    top: 0;
    width: 581px;
    height: 1px;
}

.box4 {
    width: 374px;
    height: 85px;
    margin: 34px 0 0 -2px;
}

.word2 {
    width: 374px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    font-family: SourceHanSansCN-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 34px;
    display: block;
}

.info1 {
    width: 235px;
    height: 32px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    font-family: SourceHanSansCN-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 34px;
    display: block;
    margin: 21px 0 0 1px;
}

.box5 {
    width: 130px;
    height: 267px;
    margin-left: 69px;
}

.main2 {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    border: 1px solid rgba(112, 114, 255, 1);
    margin-left: 78px;
}

.main3 {
    z-index: 6;
    position: relative;
    width: 130px;
    height: 148px;
    background: url(../img/images/pscmpiho8p7k6xctfymuo44ucqm30e4nbf335b3f46-a213-460c-8c30-76234e44aa37.png)
    100% no-repeat;
    margin-top: 108px;
}

.layer3 {
    z-index: 7;
    position: absolute;
    left: -77px;
    top: 30px;
    width: 98px;
    height: 123px;
    background: url(../img/images/psr9djaqtyslyt0x63cjebdcqzbty8nq0q805a705c-8a86-4325-ab2c-9b031e121205.png) -45px -38px
    no-repeat;
}

.box6 {
    z-index: 9;
    height: 219px;
    background: url(../img/images/ps6yh6m2j4a1y04czvvheaxwp4kf3lkyh86c66c7f-02a7-4965-b73c-06b3a899b8ec.png) -26px -1px
    no-repeat;
    width: 716px;
    position: absolute;
    left: 0;
    top: 286px;
}

.wrap1 {
    z-index: 22;
    position: static;
    left: 984px;
    top: 582px;
    width: 166px;
    height: 165px;
    border: 6px rgba(255, 255, 255, 1);
    margin: 9px 0 0 353px;
}

.bd1 {
    z-index: 12;
    position: absolute;
    left: 119px;
    top: -41px;
    width: 225px;
    height: 219px;
    background: url(../img/images/pss0mvnait8qbb2l9wd6cyav1940ubvaydgf1a75a48-9911-487b-a169-521ffd2749a7.png) -11px -24px
    no-repeat;
}

.main4 {
    width: 167px;
    height: 16px;
    margin: 82px 0 0 815px;
}

.label3 {
    width: 9px;
    height: 16px;
}

.label4 {
    width: 9px;
    height: 16px;
}

.main5 {
    width: 21px;
    height: 22px;
    margin: -633px 0 801px 1378px;
}

.label5 {
    width: 21px;
    height: 22px;
}

.main6 {
    border-radius: 50%;
    z-index: 25;
    position: absolute;
    left: 1364px;
    top: 243px;
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 1);
}

.img1 {
    z-index: 23;
    position: absolute;
    left: 1192px;
    top: 332px;
    width: 189px;
    height: 212px;
}

.top-img {
    margin-top: 50px;
    width: 100%;
    height: 100%;
}
.top-img img {
    width: 100%;
}
.center-img {
    width: 100%;
}
.center-img div {
    width: 100%;
}
.center-img div > img {
    width: 100%;
}
.center-img .c-6 {
    padding-top: 50px;
}
.footer-div {
    padding: 10px 0 20px 0;
    background: #000000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-div > div {
    margin: 0 25px;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.ft-line {
    width: 1px;
    height: 80px;
    background: #fff;
    opacity: 0.9;
}
.footer-div > div > span {
    color: #fff;
    opacity: 0.9;
    margin-top: 12px;
    font-size: 14px;
}
.fa-contact, .ft-address {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(255,255,255,0.9);
}

.ft-3 {
    align-items: center;
}

.ft-3 img {
    width: 65px;
    height: 65px;
}
.ft-3 span {
    margin-top: 4px !important;
}

.about {
    width: 100%;
}
.about img {
    width: 100%;
}
