html,body{
    width: 100%;
    height: 100%;
}
.wrapBox{
    width: 100%;
    background: #fff;
    position: relative;
}
.middleBox{
    width: 12.8rem;
    margin: 0 auto;
    text-align: center;
}
.navWrap{
    background: #172139;
    height: 0.8rem;
    color: #fff;
    position: fixed;
    z-index: 10;
}
.nav{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.18rem;
}
.logo img{
    width: 0.48rem;

}
.listBox ul{
    display: flex;
    align-items: center;
}
.listBox li{
    color:#fff;
    margin: 0 0.3rem;
    padding: 0.1rem;
    position: relative;
    cursor: pointer;
}
.listBox li a{
    color: #fff;
}
.listBox li:after{
    content: "";
    position: absolute;
    width: 0.03rem;
    height: 0.03rem;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.listBox li:hover,
.listBox li:focus {
    color: #E6339B;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.listBox li:hover:after,
.listBox li:focus:after{
    width: 100%;
    background: #E6339B;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.listBox li.active{
    color: #E6339B;
    position: relative;
}
.listBox li.active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.03rem;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: #E6339B;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.langChange{
    position: relative;
    cursor: pointer;
}
.langChange img{
    width: 0.18rem;
    height: 0.18rem;
    vertical-align: middle;
    margin-left: 0.12rem;

}
.bannerWrap{
    width: 100%;
    margin-top: 0.8rem;
    height: 0px;
    padding-bottom: 50.5%;
    position: relative;
    background: #172139;
    height: 9.9rem;
}
.bannerBox{
    width: 100%;
    position: relative;
    left: 0;
    top: 0.48rem;
    z-index: 2;
}
.banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .rotateLogo img{
        /*width: 4.8rem;*/
        height: 4.8rem;
    }
    .banner .logo{
        width: 3.54rem;
        /*font-size: 1.2rem;*/
        /*margin-top: 0.4rem;*/
        /*color: #fff;*/
        height: 0.93rem;
        /*line-height: 0.73rem;*/
        /*background: url("../image/ddmx.png") no-repeat center;*/
        /*margin-bottom: 0.1rem;*/
    }
    .btnBox button{
        width: 1.30rem;
        height: 0.35rem;
        line-height: 0.35rem;
        background: #fff;
        color: #333;
        border-radius: 0.1rem;
        border: none;
        outline: none;
        cursor: pointer;
        position: relative;
        font-size: 0.14rem;
        margin-top: 0.7rem;
    }
    .btnBox button:after{
        content: '';
        width: 0.14rem;
        height: 0.14rem;
        background-size: cover;
        position: absolute;
        top: 32%;
    }
.btnBox .see ,.btnBox .down{
        width: 2rem;
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 0.16rem;
       /*padding-left: 0.4rem;*/
  /*padding-top: 0.03rem;*/
  /*  background: url("../image/down.png") no-repeat  0rem center /0.2rem 0.2rem;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    }
.btnBox .down img{

}
    /*.btnBox .down:after{*/
    /*    !*left: 10%;*!*/
    /*    display:inline-block;*/
    /*    width:0.2rem; height:0.2rem;*/
    /*    left: 0.2rem;*/
    /*    background: url("../image/down.png") no-repeat  0rem center /0.2rem 0.2rem;*/
    /*}*/
    /*.btnBox .see:after{*/
    /*    left: 0.2rem;*/
    /*    width:0.36rem; height:0.2rem;*/
    /*    background: url("../image/see.png") no-repeat  center /0.2rem 0.2rem;*/
    /*}*/
    .btnBox{
        width: 6.8rem;

    }

.btnBox{
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.center{
    /*flex:1*/
    /*等价于*/
    flex-grow: 1;
}
canvas {
    display:block;
    position: absolute;
    left: 0;
    top:0;
    height: 9.8rem;
    width: 100%;
}
.skillWrap{
    background: #fff;

}
.skillBox{
    position: relative;
    top: -0.7rem;
}
.skillTop{
    width: 100%;
   padding: 0.6rem 0;
    overflow: hidden;
    box-shadow:0.02rem 0.03rem 0.16rem 0px rgba(87,42,89,0.1);
    border-radius:0.04rem;
    background: #fff;
    margin-top: -6%;
    margin-bottom: 0.2rem;
}
.skillTop h3,.allNum h5{
    font-size: 0.3rem;
    color: #121212;
    text-align: center;
    margin-bottom: 0.4rem;
}
.skillTop .nums{
    margin-bottom: 0.6rem;
    overflow: hidden;
}
.skillTop .nums dl{
    width: 25%;
    float: left;
    text-align: justify;
    /* padding-left: 3%; */
    text-align: center;
    position: relative;
}
.skillTop .nums dl.borderR:after{
    content: '';
    width:0.02rem;
    height:0.7rem;
    background:linear-gradient(0deg,rgba(237,237,237,0) 0%,rgba(217,222,234,0.99) 50%,rgba(237,237,237,0) 100%);
    position: absolute;
    right: 0;
    top: 0;
}
.skillTop .nums dl dt,.allNum h3{

    font-size: 0.35rem;
    color:#E6339B ;
    margin-bottom: 0px;
}
.skillTop .nums dl dd,.allNum p{
    font-size: 0.16rem;
    color:#999 ;
    /* text-align: left; */
    text-align: center;
}
/*.app .skillWrap .skillTop .allNum .skillTit{*/
/*    font-size:0.3rem !important;*/
/*    font-family:MicrosoftYaHei !important;*/
/*    font-weight:400 !important;*/
/*    color:rgba(23,33,57,1) !important;*/
/*}*/
.allNum{
    display: none;
}
.allNum p{
    text-align: center;
}

.skillBottom{
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
    background: #fff;
    clear: both;
    text-align: center;

    overflow: hidden;
}
.titleBox{
    margin-bottom: 0.9rem;
}
.titleBox .title{
    font-size: 0.36rem;
    font-weight: bold;
    color: #172139;
    margin-bottom: 0.17rem;
}
.growBox .titleBox .title{
    color: #fff;
}
.titleBox p:nth-child(2) span{
    width:0.14rem;
    height:0.14rem;
    display: inline-block;
    margin: 0 0.04rem;
    border:0.02rem solid rgba(230,51,155,1);
    border-radius:50%;

}
.titleBox .fillSpan{
    background: rgba(230,51,155,1);
}
.kindsBox{
    width: 25%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.kindsBox h5{
    font-size: 0.24rem;
    font-weight: bold;
    color: #151D31;
    margin-top: 0.34rem;
    margin-bottom: 0.24rem;
    position: relative;
}
.kindsBox h5:after{
    content: "";
    width: 110%;
    height: 0.04rem;
    position: absolute;
    left: -5%;
    bottom: 1px;
    background: #E6339B;
    opacity: 0.8;
}
.kindsBox  p{
    width: 66%;
    font-size: 0.22rem;
    color: #5B5B5B;
    text-align: left;
     /*line-height: 0.23rem;*/
}
.kindsBox:not(:nth-child(5)):after{
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 2.4rem;
    background:rgba(233,234,244,1);
}
.moneyWrap{
    background: url("../image/bj.png") no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 0.9rem 0 1.8rem 0;
    /*cursor: pointer;*/
}
.infoP{
    margin-top: 1.02rem;
}
.infoP p{
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.55rem;
}
.downCode{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem;
}
.code{
    margin-right: 0.50rem;
    width: 2.24rem;
    height: 2.3rem;
    margin-left: -0.4rem;
}
.downCode li{
    margin:  0.14rem 0;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 0.32rem;
    color: #fff;
}
.downCode li span{
    vertical-align: middle;
    text-align: center;
}
.downCode li img{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
}
.newsBox{
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.listBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.listBox .list{
    width: 4.07rem;
    height: 3.8rem;
    padding: 0.2rem;
    background:rgba(255,255,255,1);
    box-shadow:0.02rem 0.03rem 0.2rem 0px rgba(231,234,243,1);
    border-radius:0.04rem;
    margin-right: 0.3rem;
    text-align: left;

}
.imgContainer{
    width: 100%;
    height: 2.44rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.listBox .list img{
    /*width: 3.67rem;*/
    max-width: 3.67rem;
    max-height: 2.44rem;
    margin-bottom: 0.2rem;
    border-radius: 0.04rem;
    margin: 0 auto;
}
.listBox .list .newsTit{
    font-size: 0.18rem;
    color: #172139;
    padding-top: 0.2rem;
}
.newsBox .lookMore{
    width:2.25rem;
    height:0.54rem;
    border:0.01rem solid rgba(21,29,49,1);
    border-radius:0.06rem;
    color: #151D31;
    font-size: 0.16rem;
    background: #fff;
    margin-top: 0.6rem;
    position: relative;
    outline: none;
    cursor: pointer;
}
.newsBox .lookMore:after{
    content:"";
    width: 0.22rem;
    height: 0.16rem;
    background: url("../image/more.png") no-repeat center/ 0.22rem 0.16rem;
    background-size: cover;
    position: absolute;
    top:0.19rem ;
    /*right: 0.52rem;*/
}
.newsBox .lookMore:hover{
    background: #fff;
    box-shadow: 0px 0px 0.2rem rgba(23,33,57, 0.8);
}
.growBox{
    padding-top: 0.6rem;
    padding-top: 0.6rem;
    padding-bottom: 1.20rem ;
    position: relative;
}
.towerBox{
    position: relative;
}

.towerBox ul{
    position: absolute;
    left: 0;
    top: -0.4rem;
    bottom: 1.2rem;
    right: 0;
}
.towerBox li{
    padding-bottom: 0px;
    position: relative;
    /*margin: 0 auto;*/
    overflow: hidden;
    margin-bottom: -0.17rem;
}
.cline{
    position: relative;
    height: 13.4rem;
    width: 3px;
    background-color: #FFFFFF;
    border: 0.01rem solid #fff;
    border-radius: 0.5rem;
   left: 49.75%;
}
.growWrap{
    background: url(../image/tower.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 16.88rem;
}
.towerBox li span{
    display: inline-block;
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    top:0.4rem ;
    left: 50%;
    border-radius: 50%;
    margin-left: -0.07rem;
}

.towerBox li span i{
    content: "";
    width: 0.8rem;
    height: 2px;
    /*min-height: 0.01rem;*/
    background: #fff;
    position: absolute;
    left: -0.8rem;
    top: 0.05rem;
}
.towerBox li:nth-child(2n) span i{
    content: "";
    /*width: 0.6rem;*/
    /*height: 0.02rem;*/
    background: #fff;
    /*position: absolute;*/
    left: 0px;
    /*top: 0.05rem;*/
    width: 0.9rem;
    height:2px;
    /*min-height: 0.02rem;*/
}
.towerBox li p{
    /*width: 41%;*/
   clear: both;
    text-align: right;
    width: 6rem;
    position: relative;
    /* right: 0.6rem; */
    padding-right: .6rem;
}
.towerBox li:nth-child(2n){
    /*margin-bottom: -0.1rem;*/
}
.towerBox li .towerTime{
    color: #E6339B;
    font-size: 0.3rem;
    /*line-height: 0.3rem;*/
    /*height: 0.4rem;*/
    margin-bottom: 0.15rem;
}
.towerBox li .towerTit{
    color: #fff;
    font-size: 0.22rem;
    line-height: 0.3rem;
}
.towerBox li:nth-child(2n) p{
   float: right;
    width: 6rem;
    position: relative;
    left: 0.6rem;
    text-align: left;
}
.bottomWrap{
    background: #fff;
}
.bottomBox{
    padding: 0.3rem 0;
    color: #fff;
    font-size: 0.3rem;


}
.bottomBox img{
    margin: 0 0.12rem;
}
.bottomBox p{
    margin:  0.3rem 0;
}
.bottomBox p:nth-child(4){
    font-size: 0.18rem;
    color: #9AA9C1;
}
.towerBox .Towerbottom{
     margin-top: 0.34rem;
    position: relative;
 }
.towerBox .Towerbottom span{
    display: inline-block;
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    top:-0.7rem ;
    left: 50%;
    border-radius: 50%;
    margin-left: -0.06rem;
}
.towerBox .Towerbottom span:after{
    content: "";
    width: 0.02rem;
    height: 0.54rem;
    background: #fff;
    position: absolute;
    left: 0.05rem;
    top: 0px;
}
.towerBox .Towerbottom p:nth-child(2){
    color: #fff;
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
}
.towerBox .Towerbottom p:nth-child(3){
    color: #172139;
    font-size: 0.24rem;
}
.boxPos{
    position: absolute;
    left: 0;
    top: -0.8rem;
}
/*video*/
div.modalLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;

    transition: 0.5s ease all;
    visibility: hidden;
    opacity: 0;
}

div.modalLayer.active {
    visibility: visible;
    opacity: 1;
}

div.modalLayer>div.modalMask {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    background-color: #000;
    opacity: 0.8;
}

div.modalLayer>div.modalContainer {
    width: 100%;
    height: 100%;
}

div.modalLayer>div.modalContainer div.modalContent {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.8);
    transition: 0.5s ease all;

}

div.modalLayer>div.modalContainer div.modalCloseBtn {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    right: -72px;
    color: #fff;
    font-size: 80px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease all;
    user-select: none;

}

div.modalLayer>div.modalContainer div.modalCloseBtn:hover {
    transform: rotate(90deg);

}

div.modalLayer>div.modalContainer div.modalContent.introVideo {
    width: 1024px;
    height: 576px;
    margin-top: -288px;
    margin-left: -512px;
    perspective: 1024px;
}

div.modalLayer>div.modalContainer div.modalContent.introVideo video {
    width: 100%;
    height: 100%;
    transition: 0.5s cubic-bezier(0.37, -0.43, 0.68, 1.4) all;
    transform: rotateY(90deg) scale(0);
}

div.modalLayer>div.modalContainer div.modalContent.introVideo video.active {
    transform: none;
}
canvas {
    display:block;
}
.waves {
    position:absolute;
    left:0;
    /*display: inline-block;*/
    /*top:0;*/
    /*right:0;*/
    bottom:0;
    width: 100%;
    height: 160%;
    background-color: #172139;
}
::-webkit-scrollbar{
    width: 7px;
}
::-webkit-scrollbar-track{
      background-color: #fff;
}
::-webkit-scrollbar-thumb{
    background-color: #145677;
    border-radius: 0.05rem;
}
.towerBox li {
    margin-bottom: -0.1rem;
}

.changeLang{
    position: absolute;
    background: #fff;
    top: 0.6rem;
    font-size: 0.16rem;
    color: #172139;
    right: 0.2rem;
    border-radius: 0.1rem;
    width: 1.4rem;
    height: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}
.changeLang li:hover{
    color: #E6339B;
}
.changeLang .active{
    color: #E6339B;
}

