.wrap {
    position: relative;
    padding: 30px 50px 50px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.title1 {
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
}

.title2 {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 15px 0 25px;
}

.word1 {
    width: 100%;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 32px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin: 50px 0;
}

.brand {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #123C69;
    text-align: left;
    margin-bottom: 37px;
}

.brand2 {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.brand2>img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
}

.yuanjing {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yuanjing1 {
    width: 45%;
}

.yuanjing2 {
    width: 417px;
    height: 364px;
    margin-right: 7%;
}

.process {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 10px;
}

.process .con {
    position: relative;
}

.animate-box,
.animate-box .con {
    width: 100%;
}

.process .pad {
    padding-top: 26%;
}

.process img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.process span {
    display: inline-block;
    color: #000;
    font-size: 16px;
    position: absolute;
}

.process span.s1 {
    left: 0%;
    top: 0%;
}

.process span.s2 {
    left: 4.6%;
    top: 0%;
}

.process span.s3 {
    left: 1.6%;
    top: 22%;
}

.process span.s4 {
    left: 1.6%;
    top: 65%;
}

.process span.s5 {
    left: 9.5%;
    top: 42%;
}

.process span.s6 {
    left: 18.6%;
    top: 65%;
}

.process span.s7 {
    left: 28.5%;
    top: 50%;
}

.process span.s8 {
    left: 38%;
    top: 89%;
}

.process span.s9 {
    left: 47%;
    top: 15%;
}

.process span.s10 {
    left: 56%;
    top: 89%;
}

.process span.s11 {
    left: 76%;
    top: 64%;
}

.process span.s12 {
    left: 94%;
    top: 4%;
}

.process em {
    position: absolute;
    background: url(../../static/images/video/r1.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 1;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.process em.q1 {
    width: 60px;
    height: 61px;
    left: 0;
    top: 40%;
}

.process em.q2 {
    width: 57px;
    height: 57px;
    top: 42%;
    left: 19%;
    background-image: url(../../static/images/video/r2.png);
}

.process em.q3 {
    background-image: url(../../static/images/video/r3.png);
    width: 62px;
    height: 56px;
    top: 68%;
    left: 38%;
}

.process em.q4 {
    background-image: url(../../static/images/video/r4.png);
    background-size: 100% 100%;
    width: 86px;
    height: 86px;
    top: 29%;
    left: 46%;
}

.process em.q5 {
    background-image: url(../../static/images/video/r5.png);
    background-size: 100% 100%;
    width: 63px;
    height: 63px;
    top: 67%;
    left: 56%;
}

.process em.q6 {
    background-image: url(../../static/images/video/r6.png);
    background-size: 100% 100%;
    width: 60px;
    height: 70px;
    left: 76%;
    top: 39%;
}

.process em.q7 {
    background-image: url(../../static/images/video/r7.png);
    background-size: 100% 100%;
    width: 68px;
    height: 63px;
    left: 94%;
    top: 18%;
}

@media(min-width: 1050px) and (max-width:1249px) {
    .brand2>img {
        width: 180px;
        height: 180px;
        border-radius: 180px;
    }

    .yuanjing2 {
        width: 375px;
        height: 327px;
    }

    .process span {
        font-size: 14px;
    }

    .process span.s9 {
        left: 47%;
    }

    .process span.s12 {
        left: 93%;
    }

    .process em.q1 {
        width: 54px;
        height: 55px;
    }

    .process em.q2 {
        width: 51px;
        height: 51px;
    }

    .process em.q3 {
        width: 56px;
        height: 50px;
        top: 68%;
        left: 38%;
    }

    .process em.q4 {
        width: 77px;
        height: 77px;
        top: 29%;
        left: 46%;
    }

    .process em.q5 {
        width: 56px;
        height: 56px;
        top: 67%;
        left: 57%;
    }

    .process em.q6 {
        width: 54px;
        height: 63px;
        left: 77%;
        top: 40%;
    }

    .process em.q7 {
        width: 61px;
        height: 56px;
        left: 93%;
        top: 18%;
    }
}

@media(min-width: 850px) and (max-width:1049px) {
    .brand2>img {
        width: 150px;
        height: 150px;
        border-radius: 150px;
    }

    .yuanjing2 {
        width: 337px;
        height: 295px;
        margin-right: 2%;
    }

    .process span {
        font-size: 12px;
    }

    .process span.s5 {
        left: 8.5%;
    }

    .process span.s6 {
        left: 18%;
        top: 67%;
    }

    .process span.s7 {
        left: 28%;
    }

    .process span.s8 {
        left: 37%;
    }

    .process span.s9 {
        left: 47%;
    }

    .process span.s10 {
        left: 56%;
    }

    .process span.s11 {
        left: 75.5%;
    }

    .process span.s12 {
        left: 92%;
    }

    .process em.q1 {
        width: 40px;
        height: 41px;
    }

    .process em.q2 {
        width: 40px;
        height: 45px;
        left: 18.5%;
    }

    .process em.q3 {
        width: 50px;
        height: 45px;
        top: 63%;
        left: 37%;
    }

    .process em.q4 {
        width: 65px;
        height: 65px;
        top: 29%;
        left: 46%;
    }

    .process em.q5 {
        width: 50px;
        height: 50px;
        top: 62%;
        left: 56%;
    }

    .process em.q6 {
        width: 54px;
        height: 63px;
        left: 75%;
        top: 32%;
    }

    .process em.q7 {
        width: 54px;
        height: 50px;
        left: 92%;
        top: 18%;
    }
}

@media (max-width: 849px) {
    .wrap {
        padding: 4vw 6.7vw;
    }

    .title1 {
        font-size: 3.7vw;
    }

    .title2 {
        font-size: 2.4vw;
        margin: 2vw 0 3.3vw;
    }

    .word1 {
        font-size: 2.1vw;
        line-height: 4vw;
        text-indent: 4.2vw;
    }

    .line {
        width: 100%;
        height: 1px;
        background-color: #CCCCCC;
        margin: 6.6vw 0;
    }

    .brand2>img {
        width: 16vw;
        height: 16vw;
        border-radius: 16vw;
    }

    .brand {
        font-size: 2.4vw;
        margin-bottom: 5vw;
    }

    .yuanjing2 {
        width: 35vw;
        height: 30vw;
        margin-right: 2vw;
    }
    .process span {
        font-size: 1.6vw;
    }

    .process span.s5 {
        left: 8.5%;
    }

    .process span.s6 {
        left: 17.5%;
        top: 68%;
    }
    .process span.s7 {
        left: 28%;
    }
    .process span.s8 {
        left: 37%;
        top: 92%;
    }

    .process span.s9 {
        left: 46.5%;
    }
    .process span.s10 {
        left: 56%;
        top: 92%;
    }
    .process span.s11 {
        left: 75.5%;
    }

    .process span.s12 {
        left: 91%;
    }

    .process em.q1 {
        width: 5.3vw;
        height: 5.4vw;
    }

    .process em.q2 {
        width: 5vw;
        height: 5.7vw;
        left: 18%;
    }

    .process em.q3 {
        width: 6.6vw;
        height: 6vw;
        top: 63%;
        left: 37%;
    }

    .process em.q4 {
        width: 8vw;
        height: 8vw;
        top: 29%;
        left: 45.5%;
    }

    .process em.q5 {
        width: 6.6vw;
        height: 6.6vw;
        top: 62%;
        left: 56%;
    }

    .process em.q6 {
        width: 6.2vw;
        height: 7.4vw;
        left: 75%;
        top: 32%;
    }

    .process em.q7 {
        width: 7.2vw;
        height: 6.6vw;
        left: 91%;
        top: 18%;
    }
}