.mk1_wrap {
    display: flex;
}

.mk1_left {
    width: 33.3%;
    background-color: rgb(22, 79, 143);
    color: #fff;
    padding: 80px 100px;
}

.con_t {}

.con_t1 {
    margin-top: 38px;
    position: relative;
}

.con_t1::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -13px;
    height: 2px;
    background: rgba(255, 255, 255, .2);
}

.mk1_left_con ul {
    margin-top: 40px;
}

.mk1_left_con ul li {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
}

.con_img {
    margin-right: 15px;
}

.con_bt_t1 {
    margin-top: 3px;
    color: #fff;
}

.mk1_right {
    position: relative;
    flex: 1;
}

.mk1_right video {
    width: 100%;
    height: 100%;
}

.mk1_right img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px; */
    width: 100%;
    height: 100%;
}

.mk1_right img:hover {
    /* cursor: pointer; */
}


.mk2_title {
    color: #222;
    text-align: center;
    line-height: 1;
}


.mkBox2 {
    padding: 100px 0 100px 0;
    background-image: url(../images/Contact/bg_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mkBox2 .box_item{
    background-color: #fff;
    padding: 30px 0 10px 40px ;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    min-width: 460px;
}
.box_item p {
    color: #222;
    margin-bottom: 15px;
}

.mk3_con{
    margin-top: 45px;
    position: relative;
}

.p01 {
    margin-bottom: 25px !important;
}


.swiper_but {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 40px;
    cursor: pointer;
    z-index: 100;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh_prev {
    left: -80px;
}

.sh_next {
    right: -80px;
}

.swiper {
    overflow: hidden;
}

.swiper_but svg {
    margin: 0;
    width: 100%;
    height: auto;
    fill: #164F8F;
    width: 14px;
}

.swiper_but:hover svg {
    fill: #fff;
}

.swiper_but:hover {
    background-color: var(--yx_Color);
}

.swiper-pagination{
    display: none;
}

.p02{
    min-height: 54px;
}
@media screen and (max-width: 1600px) {
    .mk1_left {
        width: 40%;

    }

    .from_list {
        margin-top: 20px;
    }

    .from_bottom {
        padding: 20px 30px;
    }

    .from_top {
        padding: 12.5px 20px;
    }

    .from_txt {
        margin-top: 20px;
    }

    .from_sub {
        margin-top: 20px;
    }
}


@media screen and (max-width: 1024px) {
    .sh_next{
        right: -40px;
    }
    .sh_prev{
        left: -40px;
    }
}
@media screen and (max-width: 768px) {

    .mkBox2{
        padding: 50px 0;
    }
    .mkBox2 .box_item{
        min-width: 100%;
    }
    .mkBox2 .box_item{
        padding: 10px 20px;
    }
    .mk1_wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .mk1_left {
        width: 100%;
        padding: 40px 20px;
    }

    .con_t1 {
        margin-top: 20px;
    }

    .icon_img {
        width: 50px;
        height: 50px;
    }
    .p02{
        min-height: 48px;
    }
    .swiper_but{
        display: none;
    }

    .swiper-pagination{
        display: block;
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%);
    }
    .swiper-pagination span{
        margin: 0 5px;
    }

}