
img {
    max-width: 100%;
}
.mr20 {
    margin-right: 20px;
    margin-bottom: 10px;
}

.style-left {
    position: absolute;
    left: 11%;
    bottom: 24%;
}
@media (max-width: 992px) {
.style-left {
    position: absolute;
    left: 50%;
    bottom: 24%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.style-center {
    position: absolute;
    left: 50%;
    bottom: 24%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.style-center a:last-child,
.style-left a:last-child{
     margin-right: 0px!important;
}
@media (max-width: 775px) {
    .style-center a:first-child,
    .style-left a:first-child{
     position: absolute;
     left: 50%;
     bottom: 50px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .style-center a:last-child,
  .style-left a:last-child{
     position: absolute;
     left: 50%;
     bottom: 0px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.exhibition-after .banner .btn-white {
    background-color: #c7000b!important;
    border: 1px solid #c7000b!important;    
}

.exhibition-after .banner .style-center .btn-white span,
.exhibition-after .banner .style-left .btn-white span {
       position: relative;
}
.exhibition-after .banner .style-center .btn-white:hover span::after,
.exhibition-after .banner .style-left .btn-white:hover span::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
/* 分界线 */
.mt80 {
    margin-top: 80px;
}

.exhibition-after .section-11 {
    text-align: center;
}

.exhibition-after .section-11 .box img.pic {
    width: 80%;
    margin: 0 auto;
}

.exhibition-after .section-11 .video-box-1 {
    margin: 0 auto;
}

@media (max-width: 991px) {
.exhibition-after .section-11 .video-box-1 {
    width: 100%;
    margin: 0 auto;
}
}

/*  */
.exhibition-after .section-11 .video-box-1 img.pic {
    width: 96%;
    /* margin-left: 4%; */
}

/*  */
.exhibition-after .section-11 .box img.pic1 {
    display: inline-block;
    width: 11.4vw;
    max-width: none;
}

.exhibition-after .section-11 .align-left {
    text-align: left;
    line-height: 2!important;
}

.exhibition-after .section-11 .box {
    display: flex;
    margin: 0 auto;
}

.exhibition-after .section-11 .box-1 {
    text-align: center;
    margin-left: 3%;
}

/*  */
.video-box-1 .align-left {
    width: 100%;
}

.video-box-1 .box-t {
    width: 100%;
}

@media (min-width: 991px) {
    .video-box-1 {
        display: flex;
        flex-direction: row-reverse;
    }
    .section-box .container-custom {
        width: 1280px;
        margin-bottom: 200px!important; 
        padding-left: 0;
        padding-right: 0;       
        padding-top: 0;
    }
    .section-box h2.title {
        margin-bottom: 20px!important; 
        line-height: 46px;
    }
    .section-box .section.grey {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .section-box .section.grey::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: calc(100vw);
        height: 100%;
        transform: translateX(-50%);
        opacity: 0.7;
        background: #F6F6F6;
        backdrop-filter: blur( 12px ) ;
        z-index: -1;
    }
    .swiper-c{
        width: 1440px;
        margin-left: -80px;
    }
}

/*  */
@media (max-width: 991px) {
    .exhibition-after .section-11 .video-box-1 img.pic {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .video-box-1 .align-left {
        width: 100%;
    }

    .video-box-1 .box-t {
        width: 100%;
    }

    .exhibition-after .section-11 img.pic1 {
        display: inline-block;
        width: 29vw !important;
    }

    .exhibition-after .section-11 .style-name {
        font-family: MicrosoftYaHei;
        font-weight: Regular;
        font-size: 16px;
        line-height: 24px;
    }

    .exhibition-after .section-11 .box {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .exhibition-after .section-11 .box-1 {
        display: flex;
        text-align: left;
        align-items: center;
        margin-bottom: 42px;

    }

    .exhibition-after .section-11 .box-2 {
        display: flex;
        flex-direction: column;
        margin-left: 8vw;
    }
}


/* 分割线 */
.exhibition-after .banner .text-box {
    margin-top: 9%;
    padding-left: 1%;
}

@media (max-width: 991px) {
    .exhibition-after .banner .text-box {
        margin-top: -13%;
    }
}

.exhibition-after .swiper-c {
    padding: 0 80px;
    position: relative;
}

.exhibition-after .swiper-d {
    padding: 0 15px;
    position: relative;
}

@media (max-width: 991px) {
    .exhibition-after .swiper-c {
        padding: 0;
    }
}

.exhibition-after .section-1 .swiper-slide a {
    position: relative;
    display: block;
}

.exhibition-after .section-1 .swiper-slide .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: default!important;
}

.exhibition-after .section-1 .swiper-slide.swiper-slide-active .mask {
    opacity: 0;
    cursor: default!important;
}

.exhibition-after .section-4, .exhibition-after .section-history {
    position: relative;
    padding-bottom: 10px;
}

.exhibition-after .section-4 .swiper-pagination, .exhibition-after .section-history .swiper-pagination {
    position: relative;
    width: 100%;
}

.exhibition-after .section-4 .swiper-pagination .swiper-pagination-bullet, .exhibition-after .section-history .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 10%;
}

/* 会议地点 */

/* 精彩瞬间 */
.exhibition-after .section-7 .flex {
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 991px) {
    .exhibition-after .section-7 .flex {
        padding-left: 0px;
        padding-right: 0px;
    }

    .exhibition-after .section-7 .flex .video,
    .exhibition-after .section-7 .flex div.pic {
        height: 45vw;
    }
}

@media (min-width: 992px) {
    .exhibition-after .section-7 .flex .video,
    .exhibition-after .section-7 .flex div.pic {
        max-height: 313px;
    }
}

.exhibition-after .section-7 .flex .video,
.exhibition-after .section-7 .flex div.pic {
    padding: 0 15px;
    margin-bottom: 30px;
}

.exhibition-after .section-7 .flex .video img.pic,
.exhibition-after .section-7 .flex div.pic img.pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;
}

@media (max-width: 991px) {
    .exhibition-after .section-7 .flex .video,
    .exhibition-after .section-7 .flex div.pic {
        padding: 0;
        margin-bottom: 15px;
    }
}

.exhibition-after .section-7 .flex .video {
    width: 50%;
}

@media (max-width: 991px) {
    .exhibition-after .section-7 .flex .video {
        width: 100%;
    }
}

.exhibition-after .section-7 .flex div.pic {
    width: 33.3%;
}

@media (max-width: 991px) {
    .exhibition-after .section-7 .flex div.pic {
        width: 100%;
    }

    .exhibition-after .section-7 .flex div.pic1 {
        width: 100%;
        display: flex;
        /* -webkit-box-pack: justify;
        justify-content: space-between; */
    }

    /* .exhibition-after .section-7 .flex div.pic1 .pic1-1 {
        width: 30vw;

    } */
    .exhibition-after .section-7 .flex div.pic1 img {
        width: calc((100vw - 45px) / 2);
        height: 25vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .exhibition-after .section-7 .flex .pic1-1 {
        margin-right: 15px;
    }
}

/* //第二和第三个图片 */
.exhibition-after .section-7 .flex div.pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;

}

.exhibition-after .section-7 .swiper-pagination {
    position: relative;
    width: 100%;
}

.exhibition-after .section-7 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 10%;
}

/* 精彩瞬间移动端 */
@media (max-width: 991px) {
    .circled{
        display: flex;
        margin-top: 16px;
        margin-left: calc( (100vw - 116px) / 2);
        position: relative;
    }
    .prev{
        position: relative;
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #6c757d;
        margin-right: 15px;
    }
    .next {
        position: relative;
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #6c757d;
    }
   .section-7 .mobile .swiper-button-prev {
       position: absolute;
        width: 8px;
        height: 8px;
        left: 13px;
        top: 36px;
    }
    .section-7 .mobile .swiper-button-next {
        position: absolute;
        width: 8px;
        height: 8px;
        left: 13px;
        top: 36px;
    }

    .section-7 .mobile .swiper-button-next::before,
    .section-7 .mobile .swiper-button-prev::before,
    .section-7 .mobile .swiper-button-next::after,
    .section-7 .mobile .swiper-button-prev::after {
        background-color: #999999 !important;
    }
    .swiper-button-next::before,
    .swiper-button-prev::before,
    .swiper-button-next::after,
    .swiper-button-prev::after {
         background-color: #999999 !important;
    }
}
.exhibition-after .section-7 .section-gallery {
    margin: -9px -11px 0;
    width: 1302px;
}
.exhibition-after .section-7 .section-gallery .gallery-box::after {
    content: "";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}
.exhibition-after .section-7 .section-gallery img {
    margin: 9px 11px;
    float: left;
    cursor: pointer;
}
.section .more {
    display: none;
}
.section.expand .more {
    display: block;
}
.section-gallery .gallery-box {
    margin-bottom: -9px;
}
.section .section-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.section .btn-more {
    margin: 72px auto 0;
    padding: 0 20px;
    display: block;
    width: auto;
    min-width: 180px;
    border: 1px solid #000;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.section .btn-more::after {
    content: "\e601";
    display: inline-block;
    margin-left: 5px;
    font-family: myiconfont!important;
    font-size: 22px;
    line-height: 1;
    color: #191919;
    vertical-align: middle;
    transform: rotate(90deg) translateX(-2px);
}
.section.expand .btn-more::after {
    transform: rotate(270deg) translateX(2px);
}
/* 精彩瞬间预览图片 */
.AllImg {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.AllImg .allImgContent {
    width: 85%;
    margin: 0 auto;
}

.AllImg-1 {
    max-width: 80vw;
    position: relative;
    cursor: pointer;

}

@media (max-width: 991px) {
    .AllImg-1 {
        position: relative;
        width: 340px;
    }
}

.exhibition-after .section-8 .flex {
    -webkit-box-pack: justify;
    justify-content: space-between;
    /* padding: 0 4%; */
}


@media (max-width: 991px) {
    .exhibition-after .section-8 .flex {
        padding: 0;
        flex-wrap: wrap;
    }

    .exhibition-after .section-8 .flex img {
        width: 50%;
    }

    .address-box {
        /* display: flex; */
        /* flex-direction: column; */
        /* flex-direction: column-reverse; */
    }

    .left {
        max-width: 100%;
        margin-top: 10px;
    }
    .right_top{
        margin-bottom: 20px;
    }
    .right_bottom{
        margin-bottom: 10px;
    }
    .exhibition-after .section-6 .address-box .right div:first-child {
        font-family: MicrosoftYaHei-Bold;
        font-weight: Bold;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 991px) {
     .exhibition-after .section-8 .flex img {
        width: 16.6%;
        flex:1;
    }

    .tab1 {
        padding-left: 30px;
    }

    .tab2 {
        /* margin-left:65px */
        /* padding-left: 215px; */
    }

    .tab1 .swiper-container .swiper-wrapper {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .tab2 .swiper-container .swiper-wrapper {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .address-box {
        /* display: flex; */
    }

    .left {
        width: 100%;
        height: 419px;
        object-fit: fill;
    }
    .right div{
        font-size: 18px;
        color: #000000;
        letter-spacing: 0;
    }
    .right_top{
        margin-bottom: 8px;
    }
    .right_bottom{
        margin-bottom: 24px;
    }

}

/* 分界线 相关视频 */
.exhibition-after .section-5 .swiper-slide .video-box .title {
    text-align: center;
    margin-top: 15px;
}
/* .exhibition-after .section-5 .swiper-slide .video-box .bg {
    width: 746px;
    height: 420px;
    display: block;

}
@media (max-width: 991px) {
    .exhibition-after .section-5 .swiper-slide .video-box .bg {
    width: 100%;
    display: block;
    }
} */
.section-5 .swiper-button-next::before,
.section-5 .swiper-button-prev::before,
.section-5 .swiper-button-next::after,
.section-5 .swiper-button-prev::after{
    background-color: #666666 !important;
}
.section-5 .swiper-container{
    position: initial;
}

/* 分界线 资料下载 */
@media (max-width: 991px) {
    .tab3 {
        padding-left: 30px;
    }

    .tab3 .swiper-container .swiper-wrapper {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

.exhibition-after .section-9 {
    position: relative;
    padding-bottom: 10px;
}

.pt40 {
    padding-top: 40px;
}

.exhibition-after .section-9 .tab-content.show {
    display: block;
    padding-top: 50px;
    padding-bottom: 25px;
}
.exhibition-after .section-9 .news-box .text p {
     min-height: 0px!important; 
}
.section-9 .swiper-slide .text p {
    text-align: center;
}
.section-9 .swiper-slide .news-box .img-ani-box-download img{
    /* width: 13.5vw; */
    width: 220px;
}
.section-9 .swiper-slide .news-box .img-ani-box-download {
    text-align: center;
}
@media (min-width: 991px) {
    .section-9 .swiper-slide .news-box .text p{  
        width: 220px;
    }
}
.section-9 .swiper-slide .news-box .text {
    margin: 0 auto;
}
@media (max-width: 991px) {
.section-9 .swiper-slide .news-box .img-ani-box-download img  {
 width: calc( (100vw - 60px) / 2);
 }
}
.section-download {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -32px;
}
.section-download.center {
    justify-content: center;
}
.section-download .download-box {
    padding: 20px 18px 24px;
    margin: 0 9px 32px;
    width: 306px;
    height: 417px;
    background-color: #fff;
    box-shadow: 0 16px 30px 0 rgba( 16,47,89,0.10);
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;   
}
.section .download-box.more {
    display: none;
}
.section.expand .download-box.more {
    display: flex;
}
.section-download .pic {
    border : 1px solid rgba( 0,0,0,0.15);
    border-radius: 21px;
    overflow: hidden;
    height: 313px;
}
.section-download .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;

}
.section-download .title {
    text-align: center;
    font-size: 16px;
    color: #191919;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 分界线 大会议程 */
.active{
    color: #c7000b;
    text-decoration: none;
}
.active:hover{
    color: #c7000b;
    text-decoration: none;
}
.exhibition-after .section-2 .tab-content-box.pc {
    display: inline-block;
}

@media (max-width: 991px) {
    .exhibition-after .section-2 .tab-content-box.pc {
        display: none;
    }
}

.exhibition-after .section-2 .tab-content-box {
    width: 100%;
    height: 100%;
}

.exhibition-after .section-2 .content-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    height: 100%;
    overflow: inherit;
    /* padding: 1.04%; */
}

.exhibition-after .section-2 .tab-content {
    /* padding: 0 15px; */
    width: 100%;
    /* height: 577px; */
    /* background-color: #F0F0F0; */
    /* padding: 25px 31px 41px 31px; */
    position: relative;
}

.exhibition-after .section-2 .box-first-cn {
    position: absolute;
    left: calc(90% - 285px);
    top: -50px;
    right: 0;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.exhibition-after .section-2 .box-first-en {
    position: absolute;
    left: calc(90% - 285px);
    top: -50px;
    line-height: 50px;
}

@media (max-width: 991px) {
.exhibition-after .section-2 .box-first-cn {
    position: absolute;
    left: 0px;
    top: -50px;
    line-height: 50px;
   }
.exhibition-after .section-2 .box-first-en {
    position: absolute;
    left: 0px;
    top: -50px;
    line-height: 50px;
  }
}
.exhibition-after .section-2 .box-content-1 {
    width: 28%;
    display: flex;
    margin-top: 52px;
    margin-bottom: 52px;
    flex-direction: column;
    border-right: 2px solid #F0F0F0;
}
.exhibition-after .section-2 .box-content-1 span.arrow {   
    font-size: 20px;
    line-height: 1em;
    visibility: hidden;
    cursor: pointer;
    font-family: 'myiconfont' !important;
    display: none;
}

.exhibition-after .section-2 .box-content {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.exhibition-after .section-2 .box-top {
    width: 100%;
    /* height: 60px; */
    /* border-right: 2px solid #F0F0F0;
    border-bottom: 2px solid #F0F0F0; */
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    justify-content: left;
}


.exhibition-after .section-2 .box-bottom {
    width: 100%;
    height: 50%;
    border-right: 2px solid #F0F0F0;
    position: relative;
    cursor: pointer;

}
.color-sty {
    color: #333333!important;
}
.exhibition-after .section-2 .box-top-1 {
    /* padding-left: 10px;
    padding-right: 10px;   */
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    font-size: 18px;
    line-height: 20px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.exhibition-after .section-2 .box-content-2 {
    width: 100%;
    overflow-y: scroll;
    padding: 4% 4%;
    position: relative;
    flex: 1;
}

.exhibition-after .section-2 .box-content-2::-webkit-scrollbar
{
    width:2px;
    height:2px;
    background-color:#fff;
}
.exhibition-after .section-2 .box-content-2::-webkit-scrollbar-track
{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:2px;
    background-color:#fff;
}
.exhibition-after .section-2 .box-content-2::-webkit-scrollbar-thumb
{
    border-radius:2px;
    height: 4px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#555;
}

.exhibition-after .section-2 .box-content-2 .display-22 {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 40px;
}

.space-between {
    display: flex;
    width: 100%;
    justify-content: space-between;
}



.exhibition-after .section-2 .box-content-2 .box-left>div:first-child {
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    font-size: 20px;
}

.exhibition-after .section-2 .box-content-2 .box-other {
    /* display: flex;
    position: absolute;
    right: 118px; */
   
    width: 15%;
    text-align: center;
}

.exhibition-after .section-2 .box-content-2 .box-center {
    /* display: flex; */
    /* margin-right: 200px; */
    font-size: 20px;
    color: rgb(0, 0, 0);
}



.exhibition-after .section-2 span.time {
    color: #666666;
}

/*大会议程 图标 */
.exhibition-after .section-2 .box-content-2 .box-other img {
   width: 20px;
   height: 20px;
}
@media (max-width: 991px) {
    .exhibition-after .section-2 .box-content-2 .box-other img {
    width: 17px;
    height: 17px;
    }
}
.section-2 .video-box .btn-play {
    position: relative;
    top: 0!important;
    left: 0!important;
    -webkit-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    width: 100%!important;
    height: 60px!important;
    background-image:none!important;
    cursor: pointer;
    white-space: nowrap;
}
/* 分界线 左侧锚点 */
@media (min-width: 991px) {
    .mob-point {
        display: none;
    }
}

.cycle {
    width: 10px;
    height: 10px;
    border: 1px solid #C7000B;
    border-radius: 50%;
}

.cycle-active {
    width: 10px;
    height: 10px;
    border: 1px solid #C7000B;
    background: #C7000B;
    border-radius: 50%;
}

.point-left {
    position: sticky;
    /* position: fixed; */
    top: 300px;
    left: 20px;
    /* z-index: 101; */
    height: 0;
}

@media (max-width: 991px) {
    .point-left {
        display: none;
    }
}

.word-right {
    font-family: MicrosoftYaHei;
    font-weight: Regular;
    font-size: 12px;
    line-height: 18px;
}

.row-one {
    display: flex;
    padding: 8px 0;
    /* height: 40px;
    line-height: 40px; */
}

#point-box-left .active .word-right, #point-box-left .active .cycle {
    color: #c7000b;
}


#point-box-left{
    width: 200px;
}
#point-box-left:hover .row-one a{
    display: block;
}

.style-block {
    display: inline-block;
}

.display-1 {
    display: none;
}

/*.swiper-pagination {*/
/*    display: -webkit-box;*/
/*    display: flex !important;*/
/*    -webkit-box-align: center !important;*/
/*    align-items: center !important;*/
/*    -webkit-box-pack: center !important;*/
/*    justify-content: center !important;*/
/*}*/

/*.swiper-pagination-bullet {*/
/*    width: 7px !important;*/
/*    height: 7px !important;*/
/*    border-radius: 50% !important;*/
/*    margin: 0 !important;*/
/*    opacity: 1;*/
/*    background-color: #6a88a6;*/
/*}*/
    .exhibition-after .section-2 .box-content-2 .box-left .box-left-1  {
      margin-right: 0px;
    }
@media (max-width: 991px) {
    .exhibition-after .section-2 .box-first {
        position: inherit;
        display: block;
        text-align: center;
        left: 0;
        margin-bottom: 15px;
        top: 0;
    }

    .exhibition-after .section-2 .tab-content {
        background-color: inherit !important;
        height: inherit !important;
        padding: 0;
    }

    .exhibition-after .section-2 .box-content {
        display: block;
    }
    
    .space-between {
        background-color: #f0f0f0;
        margin-bottom: 0;
        margin-top: 10px;
        display: block;
        position: relative;
        padding: 10px 10px 40px 10px;
    }

 

    .exhibition-after .section-2 .box-top, .exhibition-after .section-2 .box-bottom {
        width: 50%;
        height: 100%;
        text-align: center;
        background-color: #f0f0f0;
        flex-shrink: 0;
    }

    .exhibition-after .section-2 .box-top-1 {     
        padding-left: 4px;
        padding-right: 4px;  
        font-size: 12px;
        line-height: 20px;
    }

}

.exhibition-after .section-6 {
    position: relative;
    padding-bottom: 10px;
}


.swiper-style1 .swiper-container .swiper-slide {
        box-shadow: 0 8px 30px #fff!important;

}
/* .exhibition-after .section-2 .box-top-1 {
     color: #333333!important;
} */

.exhibition-after .section-11 .video-box-1-1 {
   width: 100%;
}
.section-10 .img-ani-box img,
.section-10 .news-box .text{
 cursor: default!important;
}
.disActive{
    display: none !important;
}
.relatedVedio .swiper-slide .video-box .bg{
    border-radius: 10px;
}
/* 相关视频 */
@media (min-width: 991px) {
    .section-media{
        width: 1200px !important;
    }
    .relatedVedio h3 {
        margin: 0 auto;
        width: calc(72.25% - 55.5px);
    }
    .relatedVedio h3 a {
        padding-right: 16px;
        font-size: 16px;
    }
    .relatedVedio .container-swiper {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        
    }
    .relatedVedio .swiper-wrapper{
        width: 100%;
        flex-flow: wrap;
        justify-content: left !important;
    }
    .relatedVedio .swiper-container {
        width: 1470px;
        margin-left: -95px;
        padding: 0 80px;
        display: flex;
        justify-content: center;
    }
    .relatedVedio img {
        max-width: 100%;
    }
    .relatedVedio .swiper-slide {
        /* margin-bottom: 20px;
        margin-right: 10px; */
        display: block;
        height: auto;
        border-radius: 10px;
        /* background-color: #fff; */
        /* box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.05); */
        flex-grow: 1;
        width: 33.333% !important;
    }
    .relatedVedio .swiper-slide span, .relatedVedio .swiper-slide p, .relatedVedio .swiper-slide h5 {
        margin-left: 7%;
        margin-right: 7%;
    }
    .relatedVedio .swiper-slide p {
        font-size: 14px;
        color: #666;
    }
    .relatedVedio .swiper-slide h5 {
        margin-top: 20px;
        margin-bottom: 20px;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
    .relatedVedio .swiper-slide .tag {
        padding: 3px 5px;
        margin-top: 25px;
        font-size: 12px;
        border-radius: 3px;
        display: inline-block;
    }
    .relatedVedio .swiper-slide .video-box{
        padding: 15px;
    }
    .relatedVedio .swiper-slide:hover .btn-play{
        display: block;
    }
    .btn-play-no{
        display: none;
    }
    .timeDiv{
        position: absolute;
        right: 50px;
        top: 35px;
        color: white;
        padding: 2px 10px;
        background: #666666;
        border-radius: 4px;
        opacity: 0.5;
    }
    .new-div .newSwiper.firtStyle{
        width: 100% !important;
    }
    .new-div .newSwiper a:hover{
        color: #666666;
    }
    .relatedVedio .swiper-slide.firtStyle{
        width: 100% !important;
    }
    .relatedVedio .firtStyle .video-box img{
        height: 633px !important;
    }
    .relatedVedio .video-box img{
        height: 250px;
        object-fit: cover;
    }
    .relatedVedio .swiperThree{
        flex-grow: 0
    }
    .titleMargin{
        margin-top:10px !important;
        color:#333333 !important;
    }
    .relatedVedio .swiper-slide .title{
        text-align: left;
        margin-top: -30px ;
        color: white ;
        margin-left: 30px;
        width: 85%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .relatedVedio .slide_height:not(.firtStyle) .video-box img{
        height: 300px; 
    }
}
@media (max-width:991px) {
    .timeDiv{
        display: none;
    }
    .relatedVedio .swiper-slide .title{
        text-align: center;
        margin-top: 7px;
      
    }
}
   
.rorate{
    transform: rotate(180deg);
}

@media (min-width:991px) {
    .new-div{
        width: 1320px;
        margin-left: -20px;
    }
}

/* 新闻资讯 */
.new-div{
    display: flex;
    flex-wrap: wrap;
}
.new-div .newSwiper{
    width: 32%;
    flex-grow: 1;
    margin:0 20px;
}
.new-div .text{
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.new-div .title{
    color: #333;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}

.new-div .text .lineP{
    font-size: 1em;
    margin-bottom: 5px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}
.new-div .text .iconfont {
    font-family: 'myiconfont' !important;
}
.new-div .hover-news{
    width: 47%;
    max-width: 601px;
    flex-shrink: 0;
}
.new-div .img-ani-box{
    height: 100%;
}
.news-box .img-ani-box img{
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.news-box .img-ani-box{
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.news-box .text{
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.new-div .img-ani-box{
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.new-div .img-ani-box img{
    object-fit: cover;
    height: 335px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.section-media .section-img-box {
    overflow: auto;
}
.section .mediaLogoImg{
    width: 180px;
    height: 100px;
}
.section-media .section-img-box .box-item{
    border-bottom: 1px solid rgba(17,26,44,0.08);
    padding-bottom: 40px;
    margin-bottom: 64px;
}
.section-media .imgBox{
    display: flex;
    grid-column-gap: 23px;
    max-height: 200px;
    overflow-y: scroll;
    flex-wrap: wrap;
}
.section-media .itemTitle{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}
/* 往期回顾 */

.reviewBox{
    display: flex;
    grid-column-gap: 24px;
}
.reviewBoxItem{
    display: flex;
    justify-content: space-between;
}
.secondStyle .reviewBoxItem{
    flex-direction: column;
}
.section-history .reviewBox .newSwiper{
    width: 100%;
}
.reviewBox .img-ani-box{
    flex-shrink: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.reviewBox .img-ani-box img{
    height: 100%;
    object-fit: cover;
} 
.reviewBox .text{
    flex: 1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 40px;
}
.reviewBox .text .title{
    font-size: 20px;
    color: #191919;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
    min-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.reviewBox .text .lineP{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.reviewBox .secondStyle .img-ani-box{
    border-top-left-radius: 8px;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 8px;
}
.reviewBox .secondStyle .text {
    padding: 32px 24px 54px 24px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: inherit;
    border-bottom-right-radius: 8px;
}
.reviewBox .secondStyle .lineP{
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: 48px;
}

@media (min-width:991px) {
    
    .section-history{
        width: 1200px !important;
    }
    .section-history .swiper-c{
        width: 1200px !important;
        padding: inherit;
        margin-left: 0;
    }
    .reviewBox .img-ani-box{
        width: 588px;
        height: 330px;
    }
    .section-history .news-box .text.bg-grey{
        padding: 24px 24px 64px 24px;
    }
    .section-history .news-box .text p{
        font-size: 16px;
    }
    .section-history .news-box .text .title{
        min-height: 78px;
        font-size: 20px;
        margin-bottom: 20px;
        -webkit-line-clamp:3;
        line-clamp:3;
    }
    
}
@media (max-width:991px) {
    .section-history .img-ani-box img{
        height: 192px;
        object-fit: cover;
    }
    .section-history .news-box .text .title{
        font-size: 16px;
        font-weight: 700;
        min-height: 48px;
        margin-bottom: 16px;
        color:#111A2C;
    }
    .section-history .news-box .text p{
        font-size: 12px;
        color: rgba(17, 26, 44, 0.6);
        margin-bottom: 18px;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
    .section-history .news-box .text.bg-grey{
        padding: 16px;
    }

    .reviewBoxItem{
        flex-direction: column;
    }
    .section-media{
        padding: 22px;
    }
    .section-media .imgBox{
        max-height: 80px;
        grid-column-gap: 8px;
    }
    .section .mediaLogoImg{
        width: 72px;
        height: 40px;
    }
    .section-media .itemTitle{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .section-media .section-img-box .box-item{
        margin-bottom: 32px;
    }
    .section-media h3 {
        font-size: 18px!important;
    }
}

.section-media ::-webkit-scrollbar {
    width: 4px;
    height: 12px;
    background-color: transparent;
}
.section-media ::-webkit-scrollbar-thumb:vertical {
    border-radius: 4px;
    border: 2px solid #d8d8d8;
    background-color: #d8d8d8;
}
.section-media ::-webkit-scrollbar-thumb:vertical:hover {
    border-color: #aaa;
}

.section-media ::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.section-media ::-webkit-scrollbar-corner {
    background-color: transparent;
}
.section .remark {
    margin-top: 1em;
    font-size: 16px;
    color: #999;
    text-align: right;
}
@media (max-width:991px) {
    .section .remark {
        font-size: 13px;
        padding-right: 10px;
    }
    .section-history .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: -64px;
    }
    .section-history .swiper-button-next {
        width: 40px;
        height: 40px;
        right: -64px;

    }
    .section-history .swiper-button-next::before,
    .section-history .swiper-button-prev::before,
    .section-history .swiper-button-next::after,
    .section-history .swiper-button-prev::after {
        width: 12px;
        height: 3px;
        left: 18px;
        border-radius: 2px;
    }   
}

.section-history .swiper-button-prev,
.section-history .swiper-button-next {
width: 48px;
height: 48px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
backdrop-filter: blur(20px);
transition: all 0.3s;
}
.section-history .swiper-button-prev:hover,
.section-history .swiper-button-next:hover {
background: rgba(0, 0, 0, 0.3);
}
.section-history .swiper-button-prev {
width: 48px;
height: 48px;

}
.section-history .swiper-button-next {
width: 48px;
height: 48px;

}
.section-history .swiper-button-next::before,
.section-history .swiper-button-prev::before,
.section-history .swiper-button-next::after,
.section-history .swiper-button-prev::after {
width: 16px;
height: 3px;
left: 18px;
border-radius: 2px;
}
.section-history .swiper-button-next::before,
.section-history .swiper-button-next::after {
left: 14px;
background: white !important;
}
.section-history .swiper-button-prev::before,
.section-history .swiper-button-prev::after {
left: 16px;
background: white !important;
}
