
/* container01 */
.container01 {
    overflow: hidden;
    margin-top: 39px;
    margin-bottom: 59px;
}
.container01 img {
    width: 50%;
}
.container01 p {
    padding-top: 22px;
    font-size: 12px;
    color: #666666;
}
@media (min-width: 992px) {
    .container01 {
        margin-top: 153px;
        margin-bottom: 177px;
    }
    .container01 img {
        width: 80%;
    }
    .container01 p {
        font-size: 18px;
    }
}

/* container02 */
.container02 {
    width: 100%;
}
.container02 h2 {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding-left: 12px;
}
.container02 .container_content {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.container02 .time_img {
    position: absolute;
    width: 80%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}
.container02 .up_btn,
.container02 .down_btn {
    border: none;
    background-color: transparent;
    width: 4%;
    aspect-ratio: 1/1;
    position: absolute;
    right: 5%;
    bottom: 10%;
}
.container02 .up_btn {
    bottom: 25%;
    background-image: url(../resources/images/about/up_btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.container02 .down_btn {
    background-image: url(../resources/images/about/down_btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.container02 .up_btn:hover {
    background-image: url(../resources/images/about/up_btn_hover.png);
}
.container02 .down_btn:hover {
    background-image: url(../resources/images/about/down_btn_hover.png);
}
@media (min-width: 992px) {
    .container02 {
        width: 100%;
        position: relative;
        text-align: center;
        overflow: hidden;
    }
    .container02 h2 {
        font-size: 48px;
        color: #FFFFFF;
        position: absolute;
        left: 7%;
        top: 5%;
        z-index: 10;
    }
    .container02 .time_img {
        width: 50%;
    }
}

/* container03 */
.container03 {
    overflow: hidden;
}
.container03 h2 {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-top: 57px;
}
.container03 .container_honor {
    margin-top: 40px;
}
.container03 .container_img {
    margin-top: 35px;
}
.container03 .container_moblie_img {
    margin-top: 30px;
}
.container03 .container_moblie_swiper img {
    width: 100%;
}
.container03 .container_btn {
    display: flex;
    justify-content: space-between;
    margin-top: -120px;
    margin-left: -20px;
    margin-right: -20px;
    z-index: 100;
}
.container03 .container_btn .swiper_btn {
    width: 42px;
    height: 42px;
    border: none;
    background-color: transparent;
}
.container03 .container_btn .pre_btn {
    background-image: url(../resources/images/about/pre_btn.png);
}
.container03 .container_btn .next_btn {
    background-image: url(../resources/images/about/next_btn.png);
}
.container03 .container_btn .pre_btn:hover {
    background-image: url(../resources/images/about/pre_btn_hover.png);
}
.container03 .container_btn .next_btn:hover {
    background-image: url(../resources/images/about/next_btn_hover.png);
}
@media (min-width: 992px) {
    .container03 h2 {
        font-size: 48px;
        margin-top: 150px;
    }
    .container03 .container_img {
        margin-top: 200px;
    }
    .container03 .container_honor {
        margin-top: 100px;
    }
}

/* container04 */
.container04 {
    overflow: hidden;
}
.container04 h2{
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-top: 72px;
}
.container04 p {
    font-size: 12px;
    color: #7A7A7A;
    font-weight: 500;
    margin-bottom: 23px;
    margin-top: 10px;
}
.container04 p span {
    font-size: 24px;
    color: #FF2800;
    font-weight: bold;
}
.container04 img {
    width: 100%;
}
@media (min-width: 992px) {
    .container04 h2{
        font-size: 48px;
        margin-top: 220px;
    }
    .container04 p {
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 70px;
    }
    .container04 p span {
        font-size: 56px;
    }
}

/* container05 */
.container05 {
    margin-top: 70px;
    margin-bottom: 60px;
}
.container05 h2 {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
}
.container05 .container_map {
    position: relative;
}
.container05 .container_left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.container05 .container_left .line {
    background-color: #000000;
    display: inline-block;
    height: 210px;
    width: 1px;
}
.container05 .container_left .addrList {
    display: inline-block;
}
.container05 .container_left .addrList .addr {
    font-size: 10px;
    color: #050101;
    font-weight: 400;
    cursor: pointer;
    height: 14px;
    margin-left: 1px;
    transition: all 0.2s ease;
}
.container05 .container_left .addrList .addr:hover,
.container05 .container_left .addrList .addr_checked {
    color: #FF2800;
    font-size: 10px;
    /* font-weight: 500; */
}
.container05 .map_addr {
    position: absolute;
}
.container05 .map_addr .container_addr {
    position: relative;
}
.container05 .map_addr .container_addr .addr_img {
    width: 10px;
    height: 10px;
}
.container05 .map_addr .container_addr .extra_info {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 200;
    top: 0px;
    left: 0px;
    text-align: center;
}
.container05 .map_addr .container_addr .info_visible {
    opacity: 1;
    visibility: visible;
}
.container05 .map_addr .container_addr .extra_info img {
    width: 70px;
    height: 40px;
}
.container05 .map_addr .container_addr .extra_info .addr {
    white-space: nowrap;
    padding: 1px 1px 0px;
    border-radius: 0 0 2px 2px;
    background-color: #FF2800;
    color: white;
    font-size: 10px;
}
.container05 .map_addr .container_addr .extra_info .addr_radius {
    border-radius: 2px;
}
.container05 .map_addr_1 {
    /* left: 985px;
    top: 220px; */
    left: 83%;
    top: 35%;
}
.container05 .map_addr_2 {
    /* left: 520px;
    top: 94px; */
    left: 46%;
    top: 13%;
}
.container05 .map_addr_3 {
    /* left: 564px;
    top: 116px; */
    left: 49%;
    top: 15%;
}
.container05 .map_addr_4 {
    /* left: 611px;
    top: 220px; */
    left: 53%;
    top: 35%;
}
.container05 .map_addr_5 {
    /* left: 770px;
    top: 310px; */
    left: 66%;
    top: 49%;
}
.container05 .map_addr_6 {
    /* left: 850px;
    top: 318px; */
    left: 73%;
    top: 50%;
}
.container05 .map_addr_7 {
    /* left: 861px;
    top: 381px; */
    left: 74%;
    top: 61%;
}
.container05 .map_addr_8 {
    /* left: 222px;
    top: 336px; */
    left: 20%;
    top: 54%;
}
.container05 .map_addr_9 {
    /* left: 555px;
    top: 130px; */
    left: 48%;
    top: 18%;
}
.container05 .map_addr_10 {
    /* left: 555px;
    top: 130px; */
    left: 53%;
    top: 35%;
}
.container05 .map_addr_11 {
    /* left: 930px;
    top: 270px; */
    left: 80%;
    top: 44%;
}
.container05 .map_addr_12 {
    /* left: 933px;
    top: 266px; */
    left: 53%;
    top: 35%;
}
.container05 .map_addr_13 {
    /* left: 965px;
    top: 225px; */
    left: 81%;
    top: 34%;
}
.container05 .map_addr_14 {
    /* left: 1000px;
    top: 235px; */
    left: 84%;
    top: 37%;
}
.container05 .map_addr_15 {
    /* left: 1000px;
    top: 235px; */
    left: 14%;
    top: 51%;
}
.container05 .map_addr_16 {
    /* left: 1000px;
    top: 235px; */
    left: 27%;
    top: 75%;
}
@media (min-width: 992px) {
    .container05 {
        margin-top: 190px;
        margin-bottom: 190px;
    }
    .container05 h2 {
        font-size: 48px;
        margin-bottom: 94px;
    }
    .container05 .container_left .line {
        height: 550px;
        width: 2px;
    }
    .container05 .container_left .addrList .addr {
        font-size: 18px;
        height: 35px;
        margin-left: 12px;
    }
    .container05 .container_left .addrList .addr:hover,
    .container05 .container_left .addrList .addr_checked {
        color: #FF2800;
        font-size: 20px;
    }
    .container05 .map_addr .container_addr .addr_img {
        width: 34px;
        height: 34px;
    }
    .container05 .map_addr .container_addr .extra_info {
        left: 40px;
    }
    .container05 .map_addr .container_addr .extra_info img {
        width: 215px;
        height: 120px;
    }

    .container05 .map_addr .container_addr .extra_info .addr {
        padding: 5px 10px;
        border-radius: 0 0 4px 4px;
        font-size: 18px;
    }
    .container05 .map_addr .container_addr .extra_info .addr_radius {
        border-radius: 4px;
    }
}




