.voiceStudy{
    height: 800px;
    /* background: url("../images/business/business_bannner.png") no-repeat left top; */
    background-size: 100% 100%;
    position: relative;
    /* background: #040402; */
}
.voiceStudyMain{
    width: 1400px;
    height: 100%;
    position: relative;
}
.voiceStudy .video-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 800;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
}
.voiceStudyMain .voiceStudyTitle1{
    width: 480px;
    position: absolute;
    left: 0;
    top: 302px;
}
.voiceStudyMain .voiceStudyTitle1 h3{
    font-weight: 300;
    font-size: 54px;
    color: #FEFEFE;
}
.voiceStudyMain .voiceStudyTitle2{
    width: 472px;
    font-size: 27px;
    color: #FEFEFE;
    position: absolute;
    left: 0;
    top: 460px;
}

.enterpriseWebsiteDetailBox{
    padding: 0!important;
    background: #e7f4ff!important;
}
.enterpriseWebsiteDetailBox .swiper-slide{
    /* width: 1385px!important; */
    margin-right: 28px!important;
}
.enterpriseWebsiteDetailBox .swiper-slide .content{
    margin-left: 28px!important;
    background: #DAE9F4!important;
}

#productList{
    height: 990px;
    background: #eaf4ff;
}
.productList{
    width: 1400px;
    height: 100%;
    padding-top: 87px;
}
.title-zh{
    font-weight: bold;
    font-size: 36px;
    color: #323232;
}
.productListMain{
    padding-top: 100px;
}
.productListMain img{
    width: 616px;
    height: 580px;
    border-radius: 20px;
    margin-right: 82px;
}
.productListContent .desc{
    width: 358px;
    margin-bottom: 26px;
}
.productListContent .desc h3{
    font-weight: bold;
    font-size: 30px;
    color: #323232;
}
.productListContent .desc p{
    font-weight: 300;
    font-size: 16px;
    color: #323232;
    line-height: 24px;
}

.productListUl{
    align-items: flex-end;
}
.productListLi{
    width: 466px;
    height: 56px;
    border-bottom: 1px solid #787878;
    transition: all 0.4s ease;
}
.productListLi h4{
    font-weight: normal;
    font-size: 20px;
    color: #787878;
    display: inline-block;
}
.productListUl .active{
    width: 100%;
}
.productListUl .active h4{
    font-size: 24px;
    color: #1037A5;
    height: 100%;
    border-bottom: 1px solid #1037A5;
    box-sizing: content-box;
}
.aboutBox .container{
    max-width: inherit!important;
}
.aboutBox .about{
    width: 700px;
    height: 650px!important;
    flex: inherit!important;
    -webkit-box-flex: inherit!important;
    -webkit-flex: inherit!important;
}
.aboutBox .aboutSwiper{
    margin-left: 60px;
    transition: all 0.3s ease;
}
.aboutMain .aboutBox .about .list:first-child{
    height: 46%;
}
.aboutSwiper .swiper-slide img{
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
}
.about .listTitle{
    font-weight: bold;
}
.about .desctitle{
    font-weight: bold;
}
/* .aboutBox .aboutSwiper{
    opacity: 0;
    visibility: hidden;
}
.aboutBox .showAboutSwiper{
    opacity: 1;
    visibility: visible;
} */

.aboutMain .aboutBox .about .list.cur .listTitle {
    font-size: 30px;
}