.banner {
    position: relative;
  }
  .banner>img{
      min-width: 1200px;
  }
  .banner .con {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #ffffff;
  }
  .banner .con .logo{
    margin-bottom: 50px;
  }
  .banner .con .text{
      display: flex;
      flex-direction: column;
  }
  .banner .con .text .tit{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-end;
      margin-bottom: 20px;
  }
  .banner .con .text .tit .a1{
      font-size: 35px;
      font-weight: bold;
      margin-right: 5px;
  }
  .banner .con .text .tit .a2{
    font-size: 28px;
}

.row-a1{
    background-color: #f7f7f7;
}
.row-a1 .con{
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.row-a1 .con .left{
    margin-right: 50px;
}
.row-a1 .con .left .swiper{
    width: 720px;
}
.row-a1 .con .left .swiper .swiper-slide .text{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #ffffff;
    font-size: 18px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    left: 50%;
    width: 50%;
}
.row-a1 .con .right .affiche{
    width: 430px;
    display: flex;
    flex-direction: column;
}

.row-a1 .con .right .affiche .title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 2px #dfdfdf;
    
}
.row-a1 .con .right .affiche .title .tit{
    margin-right: 50px;
    position: relative;
    padding: 5px 0;
}
.row-a1 .con .right .affiche .title .tit:hover{
    cursor: pointer;
}
.row-a1 .con .right .affiche .title .tit.current::before{
    content:"";
    width:100%;
    display: block;
    height: 2px;
    background: #304fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
}
.row-a1 .con .right .affiche .list{
    display: flex;
    flex-direction: column;
}
.row-a1 .con .right .affiche .list .li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: solid 1px #e8e8e8;
}
.row-a1 .con .right .affiche .list .li .left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.row-a1 .con .right .affiche .list .li .icon{
    border: solid 1px #333333;
    display: inline-block;
    margin-right: 10px;
    padding:0 3px;
}
.row-a1 .con .right .affiche .list .li .icon.icon1{
    border-color: #eb5e5e;
    color: #eb5e5e;
}
.row-a1 .con .right .affiche .list .li .icon.icon2{
    border-color: #2b9efc;
    color: #2b9efc;
}
.row-a1 .con .right .affiche .list .li .right .date{
    color:#acacac ;
}

.row-a1 .con .right .affiche .more{
    margin-top: 1px;
    padding: 10px 0;
    text-align: center;
    background-color: #e7e8e8;
}


.row-a2{
    background-color: #f7f7f7;
}
.row-a2 .con{
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.row-a2 .con .left{
    margin-right: 50px;
}
.row-a2 .con .left .hot{
    width: 720px;
}

.row-a2 .con .left .hot .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px #dfdfdf;
    margin-bottom: 20px;
}
.row-a2 .con .left .hot .title .tits{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.row-a2 .con .left .hot .title .tits .tit{
    margin-right: 50px;
    position: relative;
    padding: 5px 0;
}
.row-a2 .con .left .hot .title .tits .tit:hover{
    cursor: pointer;
}
.row-a2 .con .left .hot .title .tits .tit.current::before{
    content:"";
    width:100%;
    display: block;
    height: 2px;
    background: #304fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
}
.row-a2 .con .left .hot .title .right a{
    color: #304fff;
}
.row-a2 .con .left .hot .list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.row-a2 .con .left .hot .list .li{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.row-a2 .con .left .hot .list .li .text{
    padding: 10px 0;
}
.row-a2 .con .left .hot .list .li .text .tit{
    font-size: 16px;
    margin-bottom: 5px;
}
.row-a2 .con .left .hot .list .li .text .date{
    color: #999999;
    font-size: 14px;
}
.row-a2 .con .left .hot .list .li:hover{
    color: #304fff;
    cursor: pointer;
}
.row-a2 .con .left .hot .list .li:hover .date{
    color: #304fff;
}


.row-a2 .con .right  .go{
    width: 430px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
}
.row-a2 .con .right  .go .tit{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.row-a2 .con .right  .go .sel{
    width: 100%;
    border: solid 1px #ededed;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.row-a2 .con .right  .go .sel select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    appearance: none;
    padding-left: 20px;
}
.row-a2 .con .right  .go .sel .icon{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
}
.row-a2 .con .right  .go .sel::before{
    content: "*";
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
    color: #d53434;
}
.row-a2 .con .right  .go .btn{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #304fff;
    border-radius: 5px;
    color: #ffffff;
}
.row-a3{
    background-color: #eeeeee;
}
.row-a3 .con{
    padding: 50px 0;
}
.row-a3 .con .left{
    width: 720px;
}
.row-a3 .con .left .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 10px;
}
.row-a3 .con .left .title .le .tit{
    position: relative;
    padding-left: 10px;
    font-size: 20px;
}
.row-a3 .con .left .title .le .tit::before{
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #304fff;
    transform: translate(0,-50%);
}
.row-a3 .con .left .title .ri{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.row-a3 .con .left .title .ri .ref{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.row-a3 .con .left .title .ri .ref .txt{
    margin-left: 5px;
    color: #999999;
}
.row-a3 .con .left .title .ri .more{
    margin-left: 10px;
}
.row-a3 .con .left .title .ri .more a{
    color: #304fff;
}
.row-a3 .con .left .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}
.row-a3 .con .left .list .li{
    width: 24%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.row-a3 .con .left .list .li .text{
    padding: 5px;

}
.row-a3 .con .left .list .li .text .tit{
    font-size: 14px;
    margin-bottom: 10px;
}
.row-a3 .con .left .list .li .text  .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999999;
}
/* - 弹框视频-- */
.frame{
    display: none;
   z-index: 99;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%,79%);
    -webkit-transform: translate(-50%,79%);
    -moz-transform: translate(-50%,79%);
    -ms-transform: translate(-50%,79%);
    -o-transform: translate(-50%,79%);
}
.frame-video video{
  width: 915px;
}
.frame-video{
    position: relative;
}
.close{
    width: 915px;
    height: 30px;
    position: absolute;
    color: black;
    background: #ccc;
    left: 0px;
    text-align: right;
    font-size: 27px;
}
.videos{
    position: relative;
}
.mc{
    z-index: 99;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}