.mkBox1 {
    padding: 100px 0 300px 0;
    background-image: url(../images/Investor/bg_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mkBoxi_t {
    color: #222;
}

.tab_t {
    display: inline-block;
    border-radius: 40px;
    color: #222;
    background: #fff;
    padding: 11px 0;
    min-width: 200px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}

.mkBox1_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c_active {
    background-color: #164F8F;
    color: #fff;

}



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

.sh_prev {
    left: -100px;
    top: 60%;
}

.sh_next {
    left: -100px;
    top: 70%;
}

.sh_prev1 {
    left: -100px;
    top: 60%;
}

.sh_next1 {
    left: -100px;
    top: 70%;
}

.swiper {
    overflow: hidden;
}

.swiper1 {
    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 {
    text-align: left;
    color: #999;
    top: 50px;
    font-size: 16px;
    left: 0;
    width: auto;
}

.swiper-pagination1 {
    position: absolute;
    text-align: left;
    color: #999;
    top: 50px;
    font-size: 16px;
    left: 0;
    width: auto;
}


.swiper-pagination-current {
    color: #164F8F;
    font-size: 24px;
}

.box_m {
    color: #222;
    text-align: center;
    margin-bottom: 25px;
}

.sw_line {
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 85px;
    margin-top: 85px;
    width: 87.5%;
}

.mkBox1_sp {
    width: 87.5%;
    margin-left: 12.5%;
}

.box_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 280px;

}

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

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

.baogao {
    position: relative;
}



@media screen and (max-width: 1600px) {
    .mkBox1_sp {
        width: 87.5%;
        margin-left: 10.5%;
    }
}
@media screen and (max-width: 1600px) {
    .mkBox1{
        padding: 80px 0;
    }
}


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


    
    .mkBox1_tab {
        flex-direction: column;
    }

    .mkBox_tab {
        display: flex;
        margin-top: 15px;
    }

    .tab_t {
        min-width: 150px;
    }

    .mkBox1 {
        padding: 50px 0 50px;
    }

    .box_item img {
        max-width: 100%;
    }

    .mkBox1_sp {
        width: 90%;
        margin: 0 auto;
    }

    .sw_line {
        margin: 45px 0;
    }
    .sh_prev{
        left: -15px;
    }
    .sh_next{
        left: 89%;
        top: 60%;
    }
    .sh_prev1{
        left: -15px;
    }
    .sh_next1{
        left: 89%;
        top: 60%;
    }

    .box_image{
        width: 80%;
        margin: 0 auto;
    }
}