.lkjBox1 {
    position: relative;
}

.lkjBox1 .info {
    position: absolute;
    right: 0;
    top: 40%;
    width: 100%;
}

.lkjBox1 img {
    width: 100%;
    max-height: 480px;
    height: 100%;
}

.lkjBox1 .txt_right {
    text-align: right;
}

.lkjBox1 .txt_left {
    text-align: left;
}

.lkj_b {
    color: #fff;
}

.lkj_s {
    color: #fff;
}

.lkjBox2 {
    background-image: url(../images/warm/bg2.png);
    background-size: 100% 100%;
    padding: 120px 0;
    background-repeat: no-repeat;
}

.lk_text {
    text-align: center;
    color: #000;
}

.txt_t {
    color: rgb(34, 34, 34);
}

.txt_m {
    color: rgb(170, 170, 170);
}

.box_item {
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}
.box_image{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.box_item:hover .txt_t{
    color: var(--yx_Color);
}
.box_item:hover img{
    transform: scale(1.05);
}

.box_item .img {
    width: 100%;
}

.txt_info {
    padding: 30px 0 26px 40px;
}

.baogao {
    position: relative;
}

.swiper{
    overflow: hidden;
}

.swiper-wrapper {
    overflow: hidden;
}

.swiper-slide {
    padding-right: 15px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    min-height: 290px;
    object-fit: fill;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -40px;
    background-image: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -20px;
    background-image: none;
}

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

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

}

.txt_m{
    min-height: 48px;
}

.swiper_but:hover svg {
    /* fill: var(--yx_Color); */
    fill: #fff;
}

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

.shBox2 .swiper-slide .sh_img:hover img {
    transform: scale(1.05);
}

#nyBan .p_summary::after{
    content: '';
    background-color: transparent;
}
.swiper-pagination{
    display: none;
}
@media screen and (max-width: 1440px) {
    .swiper-slide img{
        min-height: 100%;
    }
}

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


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

    .swiper-pagination{
        display: block;
        position: absolute;
        left: 50%;
        bottom: -8%;
        transform: translateX(-50%);
    }
    .swiper-pagination span{
        margin: 0 5px;
    }
    .swiper-pagination-bullet-active{
        background-color: #164F8F;
    }

    .lkjBox1{
        height: 100%;
    }
    #nyBan .textBox{
        top: 50%;
    }
    #nyBan .p_summary{
        margin-top: 15px;
    }
    .lkjBox2{
        padding: 30px 0;
    }
     .swiper-slide {
        width: 100%;
        padding-right: 0;
    }

    .swiper_but{
        width: 30px;
    }

    .shBox2_list{
        padding: 0 30px;
    }

    .shBox2 .sh_t{
        margin-top: 10px;
    }

    .swiper_but {
        top: 40%;
        display: none;
    }
    .sh_next{
        right: -20px;
    }
}