.container {
    width: 100%;
}


/*header */

.header {
    width: 100%;
    height: 4.8rem;
    position: relative;
    overflow: hidden;
    margin-top: 1.2rem;
}

.header img {
    width: 100%;
    height: 100%;
}

.header .mdwz {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7rem;
    color: #FFFFFF;
}

.header .mdwz span {
    font-size: 0.7rem;
    color: #FFFFFF;
    display: block;
}


/* video */

.video {
    width: 100%;
    padding: 0.78rem 0;
    background: #F7F7F7;
    overflow: hidden;
}

.video .video_box {
    width: 13.6rem;
    height: 7.8rem;
    margin: 0 auto;
    /* background: red; */
    border-radius: 15px;
}

.video .video_box video {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}


/* about */

.about {
    width: 100%;
    background: #FFFFFF;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

.about_box {
    width: 16rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.about_box .left_abou {
    float: left;
    overflow: hidden;
}

.about_box .left_abou .l_ab_t {
    padding-bottom: 0.89rem;
}

.about_box .left_abou .l_ab_t .name {
    font-size: 0.46rem;
    font-weight: bold;
    color: #242A3C;
    margin-bottom: 0.23rem;
}

.about_box .left_abou .l_ab_t .sicne {
    font-size: 0.4rem;
    color: #1D208A;
    text-transform: uppercase;
    margin-bottom: 0.57rem;
}

.about_box .left_abou .l_ab_t .intr {
    font-size: 0.24rem;
    color: #666666;
    width: 7.98rem;
    line-height: 0.54rem;
    word-break: break-all;
    word-wrap: normal;
}

.about_box .honor_box {
    padding-top: 0.9rem;
    border-top: 1px solid #EBEBEB;
}

.about_box .honor_box .honor1 {
    float: left;
    width: 33.3%;
    border-right: 0.01rem solid #EBEBEB;
}

.about_box .honor_box .honor1:last-of-type {
    margin-right: 0;
    border-right: none;
}

.about_box .honor_box .honor1 .honor_nums {
    font-size: 0.6rem;
    font-weight: bold;
    color: #1D208A;
    text-align: center;
}

.about_box .honor_box .honor1 .honor_name {
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
}

.about_box .right_abou {
    overflow: hidden;
    width: calc(100% - 9.4rem);
    position: absolute;
    height: 6.4rem;
    bottom: 0;
    right: 0;
}

.about_box .right_abou .red_s {
    position: absolute;
    width: 0.92rem;
    height: 0.89rem;
    background: #009B4A;
    bottom: 0;
    z-index: 9;
}

.about_box .right_abou .mid_img {
    position: absolute;
    /* background: red; */
    width: 5.64rem;
    height: 5.49rem;
    left: 0.23rem;
    bottom: 0;
    z-index: 10;
}

.about_box .right_abou .mid_img img {
    width: 100%;
    height: 100%;
}

.about_box .right_abou .top_pur {
    position: absolute;
    width: 2.87rem;
    height: 2.68rem;
    background: #1D208A;
    top: 0;
    right: 0;
    z-index: 9;
}


/* become */

.become {
    width: 100%;
    background: #F6F8FE;
    padding: 1.09rem 0;
    overflow: hidden;
}

.become_box {
    width: 16rem;
    margin: 0 auto;
    overflow: hidden;
}

.become_box .vision {
    width: 50%;
    float: left;
    position: relative;
}

.become_box .vision .vison_detail {
    overflow: hidden;
    text-align: center;
}

.become_box .vision img {
    margin-right: 0.57rem;
    display: inline-block;
}

.become_box .vision_box {
    display: inline-block;
}

.become_box .vision_box .vison_t {
    font-size: 0.28rem;
    color: #000000;
    margin-bottom: 0.29rem;
    text-align: left;
}

.become_box .vision_box .vision_sub {
    font-size: 0.18rem;
    color: #5C5D5E;
    text-align: left;
}