
.ysHor_ul {
    text-align: center;
    margin: 0 0 32px;
}

.ysHor_ul a {
    padding: 9px 31px;
    border: 1px solid #f18400;
    margin: 10px;
    display: inline-block;
    font-size: 16px;
    background: white;
}

.ysHor_ul a.hover,
.ysHor_ul a:hover {
    background: #f18400;
    color: #fff;
}

/*  */
.ysHor {
    padding: 108px 0;
    overflow: hidden;
}
.ysHor.banGong
{
    position: relative;
    background: #f8f8f8;
}

.abHor_box {
    position: relative;
}

.abHor_box .swiper-button-prev,
.abHor_box .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.abHor_box .swiper-button-prev {
    left: -89px;
    background-image: url(../image/arrow-left-lighth.png);

}

.abHor_box .swiper-button-next {
    right: -89px;
    background-image: url(../image/arrow-right-lighth.png);
}

.abHor_bg {
    padding: 15px;
    border: 5px solid #eee;
    background: white;

}

.abHor_img {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.abHor_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.abHor_p {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    padding: 18px 14px 14px;
    border-top: 1px solid #eee;
    min-height: 54px;
    color: #666;
    margin-top: 15px;
}

.ysHor .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.ysHor .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    margin: 0 4px;
    border-radius: 6px;
    background: #b1010e;
}
.ysYfsl {
    position: relative;
    background: #f8f8f8;
    padding: 108px 0;
}

.ysYfsl_item,
.ysYfsl_box {
    position: relative;
    z-index: 7;
}

.ysYfsl_box {
    margin-top: 48px;
}

.ysYfsl_item {
    padding: 0 38px 38px;
    text-align: center;
}

.ysYfsl_item::after,
.ysYfsl_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    background: #fff;
    z-index: -1;
}

.ysYfsl_img img {
    width: 90%;
    margin: 0 auto;
    max-width: 289px;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 18%)
    /* box-shadow: 0 0 10px 1px #999; */
}

.ysYfsl_item p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px;
    min-height: 40px;
}

.ysYfsl .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.ysYfsl .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    margin: 0 4px;
    border-radius: 6px;
    background: #b1010e;
}
.ysPic {
    padding: 108px 0;
}

.ysPic_img {
    position: relative;
    width: 100%;
    padding-top: 50%;
}

.ysPic_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

