#nyBan .p_summary1 {
	color: #fff;
	line-height: 2;
    margin-top: 12px !important;

}
.lkjBox1{
    /* background-image: url(../img/Management/bg_img.png); */
    /* background-size: 100% 100%; */
    padding: 68px 0 80px  0;
    background-repeat: no-repeat;
    background-color: rgb(243, 243, 243);
}
.lk_top {
    text-align: center;
}
.lk_tt{
    position: relative;
    
    color:#222222 ;
}
.lk_tt::after{
    content: '';
    position: absolute;
    left: 50%;
    width: 40px;
    height: 2px;
    bottom: -10px;
    margin-left: -20px;
    background: rgb(27, 98, 179);
}
.lk_ms{
    margin-top: 40px;
    padding: 0 11%;
    color:#222222 ;
	text-align:justify;

}
.baogao{
    margin-top: 55px;
    position: relative;
}
.lk_jj{
    color:#222222 ;
    text-align: justify;
}
.lk_bt{
	margin-bottom: 50px;
    margin-top: 50px;
    padding: 4% 5%;
    background-color: #fff;
}

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

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

.box_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.box_image{
    padding: 0 5%;
}


@media screen and (max-width: 1024px) {
    .sh_next{
        right: -40px;
    }
    .sh_prev{
        left: -40px;
    }
}
@media screen and (max-width: 768px) {
   
    #nyBan .textBox{
        top: 60%;
    }
    #nyBan .p_summary{
        margin-top: 15px;
    }
    #nyBan .p_summary1{
        line-height: 1 !important;
    }
    .lkjBox2{
        padding: 30px 0;
    }
    .lkjBox1{
        padding: 60px 0;
    }
    .lk_ms{
        padding: 0;
    }
    .lk_ms{
        margin-top: 30px;
    }
    .baogao{
        margin-top: 20px;
    }
    .box_image{
        display: flex;
        justify-content: center;
    }
    .lk_bt{
        margin-top: 25px;
    }
     .swiper-slide {
        width: 100%;
    }

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