.recm-rcln{
    background: url(../img/43.png) top left no-repeat;
    background-size: cover;
    height: 756px;
}
.recm-r-main{
    width: 50%;
    margin: 0 auto !important;
    text-align: center;
}
.recm-h4{
    font-size: 50px;
    color: #000;
    padding-top: 149px !important;
}
.recm-h5{
    font-size: 40px;
    padding-top: 17px !important;
}
.recm-p{
    font-size: 20px;
    line-height: 58px;
    padding-top: 101px !important;
}
.recm-zwzp .accordion-button{
    justify-content: space-between;
    background: transparent;
    color: #000;
    font-size: 24px;

    box-shadow: none;
    align-items: flex-end;
    position: relative;
}

.recm-zwzp .accordion-button::after{
    content: none;
}
.recm-des{
    font-size: 18px;
    margin-top: 43px !important;
}
.recm-des span{
    display: inline-block;
    
}
.recm-des span+span{
    border-left: 1px solid #000;
    
}
.recm-des span:not(:last-child){
    padding-right: 50px !important;
}
.recm-des span:not(:first-child){
    padding-left: 50px !important;
}
.accordion{
    padding-bottom: 110px !important;
}
@keyframes show_height {
    0% { height: 20% }
    25% { height: 40% }
    50% { height: 60% }
    75% { height: 80%}
    100% { height: 100% }
}

.accordion-collapse.show{

}
.accordion-item{
    border: 0 !important;
    margin-top: 50px !important;
}
.accordion-button:focus{
    box-shadow: none;
}
.recm-z-info{
    background-color: #f5f5f5;
    margin-top: 60px !important;
    padding: 55px !important;
}
.recm-zi-top{
    display: flex;
    justify-content: space-between;
}
.recm-btn{
    font-size: 18px;
    padding: 15px 40px !important;
    background-color: #0069b7;
    color: #fff;

    position: absolute;
    bottom: -17px;
    right: 0;
    white-space: nowrap;
}
.collapsed .recm-btn{
    background-color: #f5f5f5;
    color: #999;
    
}
/*.container-inner{*/
/*    width: 86%;*/
/*}*/
.recm-zit-tit{
    font-size: 20px;
}
.recm-zit-des{
    margin-top: 18px !important;
    line-height: 34px;
}
.recm-zi-bottom{
    margin-top: 88px  !important;
    font-size: 21px;
    color: #333;
}
.recm-zi-bottom p {
    line-height: 2;
}
.recm-zi-bottom p  span{
    color: #0069b7;
    font-weight: bold;
}
.recm-zwzp{
    padding-bottom: 56px !important;
}
.empty-none{
    text-align: center;
    color: #666;
    padding: 20px !important;
}
.empty-none .iconfont{
    font-size: 40px;
}
.swiper {
    width: 100%;
    /* height: 611px; */
    height: 31.82vw;
    margin: 54px 0 0px !important;
}  
.swiper-slide{
    width: 45.8%;
}
.swiper-slide-prev, .swiper-slide-next{
    transform: scale(0.6) !important;
    -webkit-transform: scale(0.6) !important;
    -moz-transform: scale(0.6) !important;
    -ms-transform: scale(0.6) !important;
    -o-transform: scale(0.6) !important;
}
.swiper-button-prev, .swiper-button-next{
    top: 44%;
}
.swiper-button-prev{
    left: 21% !important;
}
.swiper-button-next{
    right: 21% !important;
}
.swiper-slide img{
    width: 100%;
    height: 27.86vw;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.swiper-slide p {
    text-align: center;
    line-height: 76px;
    font-size: 23px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none;
}
.swiper-button-prev, .swiper-button-next{
    background-color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.swiper-button-prev .iconfont, .swiper-button-next .iconfont{
    font-size: 18px;
    color: #666;
}
.recm-bghj{
    background-color: #f6f8ff;
    padding: 90px 0 86px !important;
    box-sizing: border-box;
}

.recm-bghj-tit{
    font-size: 86px;
    font-weight: bold;
}
.recm-bghj-des{
    font-size: 34px;
}
.recm-bghj-des {
    font-size: 40px;
    margin-top: -9px !important;
}
#app {
    padding-top: 30px !important;
}
#app .btn{
    padding: 5px 10px !important;
}
#r_page{
    padding-top: 50px !important;
    text-align: center;
    margin: 0 auto!important;
}
#r_page .pagination a{
    padding: 5px 10px !important;
}
.recm-zit-left, .recm-zit-right{
    width: 49%;
}
.recm-zit-right{
    padding-left: 2% !important;
    box-sizing: border-box;
}
@media (max-width: 1440px) {
    .recm-zit-right{
        margin-left: 40px !important;
    }
    .recm-p br{
        display: none;
    }
}
@media (max-width: 1150px) {
    .recm-bghj{
        padding: 70px 0px !important;
    }
    .swiper-slide p{
        text-align: center;
        line-height: 2;
        font-size: 20px;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 30px;
        height: 30px;
    }
    .recm-bghj-tit{
        font-size: 70px;
    }
    .recm-bghj-des{
        font-size: 35px;
    }
}
@media (max-width: 992px) {
    .recm-rcln{
        height: auto;
    }
    .recm-zi-top{
        flex-direction: column;
    }
    .recm-zit-right{
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
    .recm-des{
        margin-top: 30px !important;
    }
    .recm-btn{
        position: relative;
    }
    .recm-des span:not(:first-child) {
        padding-left: 30px !important;
    }
    .recm-des span:not(:last-child) {
        padding-right: 30px !important;
    }
    .recm-zwzp .accordion-button{
        flex-direction: column;
        align-items: flex-start;
    }
    .recm-bghj-top{
        padding-top: 30px !important;
    }
    .recm-bghj{
        padding: 40px 0px !important;
    }
    .recm-bghj-tit{
        font-size: 50px;
    }
    .recm-bghj-des{
        font-size: 24px;
    }
}
@media (max-width: 754px) {
    .recm-des span{
        display: block;
        line-height: 30px;
    }
    .recm-des span+span {
        border-left: none;
    }
    .recm-des span:not(:last-child) {
        padding-right: 0 !important;
    }
    .recm-des span:not(:first-child) {
        padding-left: 0 !important;
    }
    .swiper-slide p{
        line-height: 1.5;
        font-size: 12px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 15px;
        height: 15px;
    }
    .swiper-button-prev .iconfont, .swiper-button-next .iconfont{
        font-size: 12px;
    }
}