.banner{
    position: relative;
    margin-top: 98px;
    height: 360px;
    background: url(../images/banner2.png) left top no-repeat;
    background-size: 100% 100%;
}
.banner img{
    width: 600px;
    height: 211px;
    top: 42px;
}
.banner a{
    position: absolute;
    left: 18.75%;
    bottom: 35px;
    width: 168px;
    height: 50px;
    background: linear-gradient(225deg,#0091bf 2%, #0bd1df 94%);
    border-radius: 10px;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}
.exhiWrap{
   padding-top: 49px; 
   margin-bottom: 70px;
}
.exhiTitle{
    width: 220px;
    height: 110px;
    margin-bottom: 44px;
    background:url(../images/t9.png) left top no-repeat;
    background-size: 100%;
}
.exhiItem{
    width: 590px;
    height: 188px;
    background: #082d54;
    padding:20px ;
    box-sizing: border-box;
}
.exhiItem img{
    width: 200px;
    height: 100%;
    margin-right: 22px;
}
.exhiItem_right h3{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 22px; 
    margin-bottom: 13px;
}
.exhiDesc{
    height: 72px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; 
}
.loadMoreBtn{
    position: relative;
   color: #1BC3F8;
   text-align: right;
   padding-right: 10px;
   cursor: pointer;
}
.loadMoreBtn a:hover{
    color: #1BC3F8;
}
.exhiPro{
    margin-top:12px ;
    width: 88px;
    background: #00b3b8;
    border-radius: 15px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    border: none;
    cursor: pointer;
}
.exhiContent {
    flex-wrap: wrap;
}
.exhiContent li{
    margin-bottom: 20px;
}
.exhiContent li:nth-child(2n){
   margin-left: 20px; 
}
.exhiContent li .exhiItem_right{
    flex: 1;
    overflow: hidden;
}
.newsTitle{
    background: url(../images/t10.png) left top no-repeat;
    background-size: 100%;
}
.newsContent .exhiItem{
    height: 175px;
    cursor: pointer;
}
.newsContent .exhiItem  h3:hover,
.newsContent .exhiItem .loadMoreBtn span:last-child:hover,
.newsContent .exhiItem .loadMoreBtn:hover span:last-child::after{
    color: #33BED3;
}
.newsContent .exhiItem img{
    width: 200px;
    height: 125px;
    margin-right: 20px;
}
.newsContent  .exhiItem_right h3{
    height: 24px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsContent .exhiDesc{
    height: 48px;
}
.newsContent .loadMoreBtn{
    margin-top: 5px;
    color: #D5E1DF;
}
.newsContent .loadMoreBtn::after{
    color: #D5E1DF;
}
 .loadMoreBtn .date{
    color: #516D8A;
}
.newsContent  .loadMoreBtn::after{
    content: "";
    color: #1BC3F8;
    position: absolute;
    right: 0px;
    top: 0px;
}
.window_pop_box{
    position: fixed;
    top:0px;
    bottom: 0px;
    left:0px;
    right:0px;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}
.window_pop_box .window_pop_content{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 880px;
    height: 750px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px;
}
.window_pop_box .window_pop_content2{
    height: 620px;
}
.window_pop_box .window_pop_content.window_pop_content1 {
    height: 650px;
}
.window_pop_box .window_pop_content.window_pop_content7 {
    height: 540px;
}
.window_pop_box .window_pop_content.window_pop_content6 {
    height: 560px;
}
.window_pop_box .window_pop_content.window_pop_content1 .pop_content_box{
    height: 280px;
}
.pop_close{
    text-align: right;
}
.pop_close .close_img img{
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.pop_title{    
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}
.pop_title img{
    width: 102px;
    height: auto;
}
.pop_title h3{
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 54px;
}
.pop_content_title{
    color:#333;
    font-size: 18px;
    padding-left: 0px;
    margin-bottom: 15px;
}
.pop_content_nav{
    padding-left: 0px;
    display: flex;
    margin-bottom: 25px;
}
.pop_content_nav li{
    cursor: pointer;
    color: #333;
    padding: 5px 20px;
    border: 1px solid #dedede;
    border-radius: 6px;
    margin-right: 18px;
}
.pop_content_nav li.active{
    color: #FFFFFF;
    border: 1px solid #11C4C9;
    background:#00B3B8 ;
}
.pop_content_box{  
    padding: 23px 40px;
    margin: 0px 0px;
    box-sizing: border-box;
    min-height: 242px;
    background: #f7f7f7;
    background-size: cover;
    color: #333;
}
.pop_content{
    height: calc(100% - 140px);
    overflow-y: auto;
}
.pop_content_nav_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pop_content_nav_item_left{
   width: 427px; 
    height: 240px;
    overflow: auto;
}
.window_pop_content7 .pop_content_nav_item_left{
    /* display: flex;
    align-items: center; */
}
.pop_content_nav_item_left h4{
    font-size: 18px;
    font-weight: 400;
}
.pop_content_nav_item_left p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.mySwiperstyle{
    width: 215px;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.swiper-slide-item img{
    width: 215px;
    height: 135px;
    object-fit: cover;
}
.mySwiperstyle .swiper-slide{
    width: 215px;
}
.mySwiperstyle .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    background: #e3e3e3;
    border-radius: 1px;
    opacity: 1;
    margin: 0 2px!important;
}
.mySwiperstyle .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00B3B8;
}
.pop_content_video {
    padding:0px 40px;
    position: relative;
    overflow: hidden;
}
.mySwiper_video1{
    width: 100%;
    overflow: hidden;
}
.mySwiper_video5{
    width: 100%;
    overflow: hidden;
}
.mySwiper_video4{
    width: 361px;
    margin:0 auto;
}
.mySwiper_video3 {
    overflow: hidden;
}
.mySwiper_video_box{
   /* width: auto;*/
}
.pop_content_video h3{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    padding-top: 35px;
    padding-bottom: 15px;
    margin-left: -30px;
}
.mySwiper_video_box img{
    width: 100%;
    height: 202px;
    vertical-align: middle;
}
.mySwiper_video_box>div{
    position: relative;
    cursor: pointer;
}
.mySwiper_video_box>div:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #aaaaab;
}
.mySwiper_video_box>div:hover:after{
    opacity: 0.8;
    background-color: #00B9C3;
}
.mySwiper_video_box>div:hover:before{
    opacity: 0.8;
}
.mySwiper_video_box>div:before{
    content:"";
    position: absolute;
    top:50%;
    left:calc(50% + 9px);
    transform: translate(-50%,-50%);
    border:16px solid #fff;
    border-color: transparent  transparent transparent #fff ; 
    border-radius: 4px;
    z-index: 1; 
}
.mySwiper_video_box p{
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
    text-align: center;
    font-size: 12px;
    background:rgba(0,0,0,0.1)
}
.pop_content_video .swiper-button-next,.pop_content_video .swiper-button-prev{
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    opacity: 1;
    top:56px;
}
.pop_content_video .swiper-button-prev{
    left:auto;
    right:50px ;
}
.pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/r.png) ;
    /* transform: rotate(180deg); */
}
.pop_content_video  .swiper-button-prev,.pop_content_video  .swiper-container-rtl .swiper-button-next{
    background-image:url(../images/r.png) ;
    transform: rotate(180deg);
}
.pop_content_video .swiper-button-next:hover, .pop_content_video .swiper-container-rtl .swiper-button-prev:hover {
    background-image:url(../images/l.png) ;
    transform: rotate(180deg);
    cursor: pointer;
}
.pop_content_video  .swiper-button-prev:hover,.pop_content_video  .swiper-container-rtl .swiper-button-next:hover{
    background-image:url(../images/l.png) ;
    transform: rotate(0);
    cursor: pointer;
}
.pop_content_video  .swiper-button-next.swiper-button-disabled, .pop_content_video  .swiper-button-prev.swiper-button-disabled{
    pointer-events: inherit;
}

.bg_section,.exhibitor,.exhibitor .wrap {
    position: relative;
}
.exhibitor_bg1{
    position: absolute;
    top:0px;
    left: 0px;
    width: 798px;
    height: 1079px;
    background: url(../img/exhibitor/bg1.png) -20px -300px no-repeat;
    z-index: -1;
    opacity: 0.1;
}
.exhibitor_bg2{
    position: absolute;
    top:0px;
    right: 0px;
    width: 962px;
    height: 1079px;
    background: url(../img/exhibitor/bg2.png) 00px 0px no-repeat;
    z-index: -1;
    opacity: 0.1;
}
.exhibitor_bg3{
    position: absolute;
    bottom:-100px;
    left:53px;
    width: 1094px;
    height: 472px;
    background: url(../img/exhibitor/bg3.png) 00px 0px no-repeat;
    z-index: -1;/*
    opacity: 0.1;*/
}
.exhibitor_bg{
    position: relative;
    overflow: hidden;
}

.exhibitor_bg4{
    position: absolute;
    top:39%;
    left:0px;
    width: 450px;
    height: 466px;
    opacity: 0.8;
    background: url(../img/exhibitor/bg4.png) 00px 0px no-repeat;
    z-index: -1;/*
    opacity: 0.1;*/
}