.companyBanner{
    background: url("../images/website/companyBg.jpg") center no-repeat;
    width: 100%;
    min-width: 1230px;
    height: 634px;
}
.about{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}
.about .aboutL{
    width: 620px;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 36px;
}
.about .aboutL h4,
.welfare h4{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}
.about .aboutL .title,
.welfare .title{
    font-size: 20px;
    color: #06084a;
    position: relative;
    margin-bottom: 20px;
}
.about .aboutL .title::before,
.welfare .title::before{
    content: '';
    border-bottom: 1px solid #3168c6;
    width: 38px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.aboutScroll{
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}
.swiper-button-next,
.swiper-button-prev{
    width: 32px;
    height: 32px;
    background-image: none;
    border: 1px solid #212799;
    top: 0;
    font-family: '宋体';
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
    background: #212799;
    color: #FFF;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 1150px;
}
.welfare{
    color: #6c6c6c;
}
.welfareUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}
.welfareUl li{
    text-align: center;
    width: 300px;
    font-size: 20px;
    margin-bottom: 40px;
}
.welfareUl li p{
    margin-top: 10px;
}