
.banner-picture{
    width: 100%;
    min-height: 835px;
    min-width: 1200px;
    margin: 0 auto;
}
.picture_box{
    margin:0 auto;
    width:100%;
    height:100%;
    position:relative;
}
.header canvas {
    width:100%;
    height:785px;/*默认全屏显示 可自己设置高度640px*/;
    display:inline-block;vertical-align:baseline;
    position:absolute;
    z-index:-1;
}
#canvas{
   height: 785px;
    width: 100%
}
.picture_font{
    font-size: 80px;
    color: white;
    position: absolute;
    margin: auto;
    right: 0 ;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    text-align: center;
}
.wrap .wrapper{
    margin-top: 100px;
}

.service-types{
    width: 100%;
    height: 1030px;
    background: white;
    text-align: center;
    clear: both;
    overflow: hidden;
    z-index: 999;
    position: relative;
}
.Tiele-service-img{
    margin-top:25px;
}
.Expand-dottedLine{
    margin: 400px auto 0 auto;
    position: relative;
    text-align: center;
}
.Expand-dottedLine-t{
    width: 1340px;
    height: 1340px;
    border: 1px #2e84fb dashed;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: dottedLine-t 4s linear  ;
    -moz-animation: dottedLine-t 4s linear;
    animation: dottedLine-t 4s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

}
.Expand-dottedLine-s{
    width: 940px;
    height: 940px;
    border: 1.5px #2e84fb dashed;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: dottedLine-s 4s linear  ;
    -moz-animation: dottedLine-s 4s linear;
    animation: dottedLine-s 4s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.Expand-dottedLine-x{
    width: 790px;
    height:790px;
    border: 1.5px #2e84fb dashed;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: dottedLine-x 4s linear  ;
    -moz-animation: dottedLine-x 4s linear;
    animation: dottedLine-x 4s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.Expand-dottedLine-f{
    width: 640px;
    height:640px;
    border: 1.5px #2e84fb dashed;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: dottedLine-f 4s linear  ;
    -moz-animation: dottedLine-f 4s linear;
    animation: dottedLine-f 4s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.Expand-dottedLine-a{
    width: 490px;
    height:490px;
    border: 1.5px #2e84fb dashed;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: dottedLine-f 4s linear  ;
    -moz-animation: dottedLine-f 4s linear;
    animation: dottedLine-f 4s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.Expand-dottedLine-b{
    width: 340px;
    height:340px;
    border: 1.5px #2e84fb dashed;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.MayiCenter{
    width: 340px;
    height: 340px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
}

@keyframes dottedLine-f{
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.25);
        opacity: 0.33;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.66;
    }
    75% {
        transform: scale(0.75);
        opacity: 0.99;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
@keyframes dottedLine-x {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.26);
        opacity: 0.33;
    }
    50% {
        transform: scale(0.51);
        opacity: 0.66;
    }
    75% {
        transform: scale(0.76);
        opacity: 0.99;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }

}
@keyframes dottedLine-s {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.25);
        opacity: 0.33;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.66;
    }
    75% {
        transform: scale(0.75);
        opacity: 0.99;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }

}
@keyframes dottedLine-t {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.25);
        opacity: 0.33;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.66;
    }
    75% {
        transform: scale(0.75);
        opacity: 0.99;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }

}
@keyframes dottedLine-a {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.25);
        opacity: 0.33;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.66;
    }
    75% {
        transform: scale(0.75);
        opacity: 0.99;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }

}

.Consultation-management,.Education-training,.Industry-meeting,.Community-operation,.Media-relations,.Investment-bank{
    width: 285px;
    height: 130px;
    background: #2e84fb;
    border-radius: 8px;
    position: absolute;
    z-index: 99;
}
.Consultation-management{
    left: 120px;
    bottom: 200px;
}
.Community-operation{
    right: 120px;
    bottom: 200px;
}
.Education-training{
    left: 120px;
    top: 200px;
}
.Media-relations{
    right: 120px;
    top: 200px;
}
.Industry-meeting{
    left: 0px;
    bottom: -60px;
}
.Investment-bank{
    right: 0px;
    bottom: -60px;
}
.management-text{
    width: 70%;
    text-align: right;
    color: white;
    float: left;

}
.Community-text{
    width: 65%;
    text-align: left;
    color: white;
    float: right;
}
.management-img{
    width: 30%;
    float: right;
    height: 100%;
}
.Community-img{
    width: 35%;
    float: left;
    height: 100%;
}
.management-img img,.Community-img img{
    margin-top: 37px;
}
.management-Title{
    font-size: 23px;
    margin-top: 12px;
}
.font-Mana{
    font-size: 15px;
}
.font-margin{
    margin-top: 10px;
}

@keyframes tida {
    0% {
        transform: scale3d(1, 1, 1);
    }
    3.3%,
    6.5% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    10%,
    16.5%,
    23%,
    30% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    13%,
    19.8%,
    26% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    33% {
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.Cooperative-partner{
    width: 100%;
    min-width: 1200px;
    height: 840px;
    background: url("../images/cooperative.png")no-repeat center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
/*旗下产品*/
.Its-products{
    width: 100%;
    min-width: 1200px;
    height: 820px;
    background: white;
}
.jz-tit-img{
    text-align: center;
}
.ourBrands-ul{
    width: 1200px;
    margin: 100px auto;
}
.ourBrands-ul li{
    width: 33.33%;
    text-align: center;
    float: left;
    background-size: 90% 100%;
    height: 390px;
}
.ourBrands-ul li:nth-child(1){
    background: url("../images/outBrandsList.png")no-repeat center;
}
.ourBrands-ul li:nth-child(2){
    background: url("../images/outBrandsList-f.png")no-repeat center;
}
.ourBrands-ul li:nth-child(3){
    background: url("../images/outBrandsList-s.png")no-repeat center;
}

.ourBrands-text{
    width: 65%;
    margin: 20px auto 0 auto;
    text-align: justify;
    font-size: 15px;
    color: #8d8d8d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}
.Learn-More{
    width: 120px;
    height: 25px;
    line-height: 25px;
    background: #2e84fb;
    color: white;
    text-align: center;
    margin: 20px auto 0 auto;
    font-size: 18px;
    letter-spacing: 1.5px;

}
.ourBrandsList-img{
    width: 300px;
    height: 80px;
    margin: 100px auto 0 auto;
}
.Generalization-content{

}
.QR-Code{
    padding-top: 105px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.QR-Code img{
    width: 135px;
    height: 135px;
}
.Cooperative-partner-box{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
}

.Metaverse{
    position: absolute;
    bottom:90px ;
    left: 500px;
    width: 100px;
    height: 100px;
}
.DNA{
    position: absolute;
    bottom:155px ;
    left: 660px;
    width: 100px;
    height: 100px;
}
.RightBtc{
    width: 135px;
    height: 135px;
    position: absolute;
    bottom:235px ;
    left: 517px;
}
.Gate{
    width: 95px;
    height: 95px;
    position: absolute;
    bottom:245px ;
    right: 300px;
}
.Okex{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom:365px ;
    right: 135px;
}
.ZB{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom:405px ;
    right: 370px;
}
.Draper{
    width: 93px;
    height: 93px;
    position: absolute;
    bottom:530px ;
    right: 530px;
}
.Binance{
    width: 105px;
    height:105px;
    position: absolute;
    bottom:605px ;
    right: 345px;
}
.Bitfinex{
    width: 100px;
    height:100px;
    position: absolute;
    bottom:410px ;
    right: 660px;
}
.Golofo{
    width: 105px;
    height:105px;
    position: absolute;
    bottom:245px ;
    left: 300px;
}
.MXC{
    width: 100px;
    height:100px;
    position: absolute;
    bottom:195px ;
    left: 120px;
}
.ZG{
    width: 100px;
    height:100px;
    position: absolute;
    bottom:410px ;
    left: 200px;
}
.Huobi{
    width: 100px;
    height:100px;
    position: absolute;
    bottom:590px ;
    left: 290px;
}
.partner-img{
    width: 100%;
    height: 735px;
    position: relative;
    overflow: hidden;
}
.partner-img img{
    z-index: 999;

}
.partner-img img:hover{
    animation: tida 2s linear forwards;
}
.serviceType:hover{
    animation:partnerAnima .5s linear forwards;
}

@keyframes partnerAnima {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1.2);
    }

}
.crossCode{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 24px;
    margin: 10px auto 0 auto;
    font-size: 28px;
    border: 1px silver solid;
    color:silver ;
    font-weight: 200;
}


