.swiper img{
    width: 100%;
}
.container{
    width: 100%;
    min-width: 1038px;
    padding-top: 70px;
    background: url(../img/index/about-bg.png) no-repeat;
    background-size: 100% 100%;

}
.box-hd{
    margin-bottom: 50px;
}
.box-hd span{
    font-size: 36px;
    color: #940023;
    text-align: center;
    line-height: 50px;
}
.box-hd span.en{
    font-size: 22px;
    color: #333333;
    line-height: 28px;
}
.about-box {
    justify-content: center;
}
.about-box .left{
    width: 595px;
    height: 313px;
    margin-right: 65px;
}
.about-box .left video{
    width: 100%;
    height: 100%;
}
.about-box .right{
    width: 661px;
    font-size: 18px;
    line-height: 38px;
    color:#787878;
}

.partner-box{
    margin-top: 117px;
    padding-bottom: 84px;
}
.partner-box .list{
    justify-content: space-between;
}
.partner-box .list:first-child{
    margin-bottom: 47px;
}