.mkBox2 {
    padding: 110px 0 160px 0;
    background-image: url(../images/ProDetail/bg_img2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

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


.baogao {
    margin-top: 80px;
    position: relative;
}

.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: -100px;
}

.sh_next {
    right: -100px;
}

.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);
    ;
}

.box_item .box_image img {
    width: 100%;
}

.box_item .box_image {
    transition: all .3s;
    overflow: hidden;
    cursor: pointer;
}

.box_item .box_image:hover img {
    transform: scale(1.05);
}

.swiper1 {
    overflow: hidden;
}

.swiper1 .swiper-slide {
    display: flex;

}

.sh_prev1 {
    left: 20px;
}

.sh_next1 {
    right: 20px;
}

.right_con {
    display: flex;
    flex-direction: column;
}

.right_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.right_text {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 50px 0;
    line-height: 35px;
    margin-top: 30px;
    position: none;
}

.right_text::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
}

.right_text::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
}

.box_right {
    background-color: rgb(22, 79, 143);
    padding: 130px 12.5% 200px 100px;
    flex: 1;
}

.baogao1 {
    position: relative;
}

.top2 {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.top1 {
    color: #fff;
}

.small_t {
    color: rgba(255, 255, 255, .5);
}

.baogao2 {
    margin-top: 60px;
    position: relative;
}

.mySwiper {
    overflow: hidden;
    /* width: 100%; */
    max-width: 520px;
    /* padding-right: 80px; */
}




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

.sh_next2 {
    right: 20px;
    top: 75px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .5);
}


.sh_prev2 {
    right: 20px;
    top: 25px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .5);
}


.swiper_but2 svg {
    margin: 0;
    width: 100%;
    height: auto;
    fill: #fff;
    width: 14px;


}


.swiper_but2:hover svg {
    fill: #164F8F;
}

.swiper_but2:hover {
    background-color: #fff;
}

.box_left .box_small {
    width: 100%;
    height: 100%;
}

.box_left .box_small img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.mySwiper .swiper-slide {
    display: flex;
    flex: 1;
}

.box_left {
    width: 50%;
}



.baogao2 .swiper-slide .box_image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* 黑色半透明蒙层 */
}

.baogao2 .swiper-slide-active .box_image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    /* 黑色半透明蒙层 */
}

.baogao2  .box_image {
    border: 4px solid #fff;
    width: 160px;
    height: 100px;
}

.baogao2  .box_image img {
    width: 100%;
    height: 100%;
	object-fit:cover;
}
.baogao2 .swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-pagination {
    display: none;
}


.baogao2 .swiper-button-disabled {
    color: #c0c4cc;
    cursor: default;
    opacity: .35 !important;
    cursor: auto !important;
    pointer-events: none !important;
}


@media screen and (max-width: 1780px) {

    .box_right {
        padding: 130px 12.5% 100px 100px;
    }

    .box_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1600px) {

    .box_right {
        padding: 60px 10% 10px 80px;
    }

    .box_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


@media screen and (max-width: 1600px) {

    .box_right {
        /* padding: 20px 0; */
    }
    .sh_next{
        right: -40px;
    }
    .sh_prev{
        left: -40px;
    }
}



@media screen and (max-width: 768px) {
    .box_left{
        width: 100%;
    }
    .mkBox2 {
        padding: 50px 0 80px 0;
    }

    .swiper1 .swiper-slide {
        flex-direction: column-reverse;
    }

    .box_right {
        padding: 20px;
    }

   

    .right_text {
        padding: 25px 0;
    }

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

    .swiper-pagination span {
        margin: 0 5px;
    }

    .sh_prev {
        left: -100px;
        top: 90%;
    }
    
    .sh_next {
        right: -100px;
        top: 90%;
    }
    .baogao2 .swiper-slide-active .box_image{
        border: none;
    }
}