* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.jsfw {
    width: 100%;
}

.jsfw .title {
    width: 100%;
}

.jsfw-title h3 {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.jsfw-title span {
    width: 70px;
    height: 2px;
    background: #94070A;
    display: block;
    margin: 0 auto;
}

.jsfw-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
    align-items: center;
    margin-top: 50px;
}

.jsfw-left {
    width: 55%;
}

.jsfw-left h3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.jsfw-left span {
    width: 4px;
    height: 13px;
    background: #94070A;
    display: block;
    margin: 0 10px;
}

.jsfw-left p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    text-indent: 2em;
}

.jsfw-right {
    width: 43%;
}

.jsfw-right img {
    width: 100%;
}


/* ÂÖ²¥Í¼ */

.jsfw-lbt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10%;
    position: relative;
    margin-top: 70px;
}

.jsfw-lbt img {
    width: 100%;
    border: 1px solid #DCDCDC;
    height: 84px;
}

.swiper-container {
    width: 90%;
}

.swiper-button-prev {
    position: absolute;
    height: 20px!important;
    left: 20%!important;
    top: 70%!important;
}

.arr-left {
    background: #94070A;
    width: 27px;
    height: 54px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.swiper-button-next {
    position: absolute;
    height: 20px!important;
    right: 20%!important;
    top: 70%!important;
}

.arr-right {
    background: #94070A;
    width: 27px;
    height: 54px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

@media screen and (max-width:961px) {
    .jsfw-left,
    .jsfw-right {
        width: 100%;
    }
    .jsfw-right img {
        margin-top: 20px;
    }
}