.section{
    display: flex;
}
.section>.content{
    padding: 6rem 0;
    width: 50%;
}
.section>img{
    width: 50%;
    object-fit: cover;
}
.section .title{
    position: relative;
    padding: 0 2rem;
    margin-bottom: 3rem;
    border-left: 1px solid #909090;
    text-transform: uppercase;
}
.section .title::before{
    content: "";
    position: absolute;
    width: 3rem;
    height: 0.5px;
    background-color: #7d7d7d;
    bottom: 1.5rem;
    left: 0;
    transform: translate(-50%,-50%);
}
.section .title::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #909090;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transform: translate(-50%,50%);
}
.section .title h2,.section .title h3{
    height: 3rem;
    line-height: 3rem;
    color: #b53331;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}
.section .title h2{
    margin-top: 3rem;
    color: #353535;
}
.section .title .badge{
    margin-top: 3rem;
    width: 2.5rem; 
    height: 2.5rem;
    position: relative;
    border-radius: 50%;
    border: 1px solid #7d7d7d;
}
.section .title .badge>span{
    position: absolute;
    font-size: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #b53331;
}
.section .text{
    padding: 0 2rem;
}
.section .text p{
    line-height: 2rem;
    font-size: 1rem;
    color: #353535;
}
.section .text>.zhengwen{
    margin-top: 3rem;
}
.bannerbox{
    width: 50%;
    height: auto;
    float: right;
    overflow: hidden;
}
.bannerbox .swiper-container{
    height: 100%;
}
.bannerbox a{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bannerbox .swiper-pagination-bullet{
     width: 10px;
    height: 10px;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #b53331;
}
.bannerbox .swiper-button-next, .bannerbox .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.12);
}
            .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
                    left: 20px;
    right: auto;
            }
            .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
                    left: auto;
    right: 20px;
            }
@media (max-width:480px) {
    .section{
      display:block;
    }
    .section>.content{
        width: 100%;
        padding: 1rem 0;
    }
    .section>img{
        width: 100%;
    }
    .layui-breadcrumb{
        display: none;
    }
        .section .title h2 {
    margin-top: 0rem;
    }
    .section .title h2 {
height:auto;
font-size: 1.5rem;
line-height: 2rem;
    }
    .section .title h3 {
height:auto;
font-size: 1.8rem;
    }
    .bannerbox {
width:100%;
height:400px;
float:none;
overflow:hidden;
    }
}