.banner{
    width: 100%;
    height: 300px;
}
.banner img{
    height: 300px;
    width: 100%;
}
.content{
    margin-top: -60px;
}
.content-common{
    display: flex;
    justify-content: center;
}
.about{
    width: 944px;
    margin: 0 auto;
}
.about-left,.about-right{
    height: 100%;
    background: #F5F5F5;
}
.about-left{
    width: 226px;
    height: 100%;
}
.about-right{
    width: 940px;
}
.about-content{
    margin: 50px 70px;
    background: #F5F5F5;
}
.about-content .theatre{
    margin: 0 auto;
}
.theatre .theatre-title{
    font-size: 24px;
    width: 100%;
    font-weight:700;
    color: #0B308D;
    line-height: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}
.theatre-pic .swiper-slide{
    display: flex;
    justify-content: space-around;
}
.theatre-title div{
    width: 50%;
}
.theatre .theatre-pic .theatre-name{
    position: absolute;
    width: 255px;
    height: 300px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    padding-top: 130px;
}
.theatre .theatre-pic .theatre-name div{
    width: 100px;
    margin: 0 auto;
    height: 100%;
}
.theatre .theatre-pic .left{
    height: 300px;
    width: 535px;
}
.theatre .theatre-pic .left img{
    width: 535px;
    height: 300px;
}
.theatre .theatre-pic .right{
    height: 300px;
    width: 255px;
    overflow: hidden;
    margin-left: 10px;
}
.theatre .theatre-pic .right img{
    height: 300px;
    margin-left: -30%;
}
.theatre-pic  .swiper-button-next,.swiper-button-prev{
    width: 32px;
    height: 32px;
    z-index: 666;
}
.theatre-pic .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 16px;!important;
    color: #fff;
    content: "";
    text-align: center;
}
.theatre-pic .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 16px;!important;
    color: #fff;
    content: "";
    text-align: center;
}
.theatre-pic .swiper-button-prev.swiper-button-disabled,.theatre-pic .swiper-button-next.swiper-button-disabled{
    opacity: 1;
}
.video-left,.video-right{
    width: 31px;
    height: 60px;
    background: rgba(0,0,0,0.5);
    position: absolute;
}
.video-left i{
    color: #ffffff;
    margin-left: 6px;
    margin-top: 12px;
}
.video-right i{
    margin-left: 13px;
    color: #ffffff;
    margin-top: 12px;

}
.video-right{
    border-bottom-left-radius:31px ;
    border-top-left-radius:31px ;
    left: 10px;
}
.video-left{
    border-bottom-right-radius:31px ;
    border-top-right-radius:31px ;
    left: -9px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left:-5px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -5px;
    left: auto;
}
.theatre p{
    margin-top: 20px;
    font-size: 18px;
    text-indent: 30px;
    font-weight: 400;
    color: #111111;
    line-height: 30px;
}
.theatre  .swiper-pagination{
    position: static;!important;
    text-align: right;
    font-size: 16px;
}
.theatre-pic .pro-detail-img{
    width: 800px;
    height: 100%;
}