.banner{
    background: url(../images/video/240417/banner.jpg) no-repeat center 55px;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.banner .title{
    background: url(../images/video/240417/banner-slogan.png) no-repeat;
    width: 584px;
    height: 145px;
    line-height: 145px;
    margin: 100px auto 0 230px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.banner h2{
    display: none;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.cont1 {
  position: relative;
  padding-top: 60px;
}
.zb{
  background: url(../images/video/240417/zb-bg.png) no-repeat -7px top;
  width: 1305px;
  height: 528px;
  margin: 20px auto 0;
  position: relative;
  overflow: hidden;
}
.zb .zb-r{
    width: 780px;
    position: absolute;
    left: 430px;
    display: flex;
    flex-direction: column;
    top: 150px;
}
.zb p{
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 160%;
}
.zb .zb-text-top span{
  font-weight: 900;
}
.zb .zb-cut{
  background: url(../images/video/240417/zb-cut.png) no-repeat center top;
  width: 747px;
  height: 11px;
  margin: 15px auto 35px 0;
}
.zb .zb-text-bottom{
  display: flex;
  justify-content: space-between;
}
.zb .zb-text-bottom .zb-info{
  display: flex;
  width: 45%;
}
.zb .zb-text-bottom .icon-zb{
  width: 87px;
  height: 87px;
  margin-right: 20px;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.zb .zb-text-bottom .icon-zb:hover{
  transform: scale(1.1);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out; 
}
.zb .zb-text-bottom .zb-info p{
  line-height: 120%;
  margin-top: -10px;
}
.zb .zb-text-bottom .zb-info span{
  font-size: 25px;
  color: #fff;
  background: url(../images/video/240417/zb-name.png) no-repeat;
  width: 81px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
  display: block;
  margin-bottom: 10px;
}
.video-part{
  position: relative;
  margin: 50px auto 0;
}
.videos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videos .hot-video{
  width: 233px;
  height: 415px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}
.videos .hot-video::after{
  content: "";
  position: absolute;
  background: url(../images/video/icon-new.png) no-repeat;
  width: 46px;
  height: 47px;
  top:0;
  left: 0;
}
.videos .hot-video .time{
  font-size: 12px;
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 10px;
  /*width: 40px;
  height: 17px;
  background: url(../images/video/icon-time.png) no-repeat;*/
  background-color: #00000075;
  padding: 1px 8px;
  border-radius: 4px;
}
.videos .hot-video .other{
  opacity: 0;
  width: 233px;
  height: 415px;
  position: absolute;
  border-radius: 12px;
background-color: #00000070;
}
.videos .hot-video .v-btn{
  background: url(../images/video/v-btn.png) no-repeat;
  width: 68px;
  height: 68px;
  margin: 175px auto;
}
.videos .hot-video:hover .other{
  opacity: 1;
}
.video-list{
  display: inline-flex;
  flex-wrap: wrap;
  width: 1045px;
  height: 415px;
  /* align-content: space-around;
  justify-content: space-between; */
}
.videos .normal-video {
  position: relative;
  width: 252px;
  height: 210px;
  cursor: pointer;
  margin-right: 10px;
}
.videos .normal-video:nth-child(4n){
  margin-right: 0;
}
.videos .normal-video .normal-video-img{
  width: 252px;
  height: 159px;
  overflow: hidden;
  border-radius: 12px;
}
.videos .normal-video .time{
  font-size: 12px;
  position: absolute;
  color: #fff;
  bottom: 60px;
  right: 10px;
  /*width: 40px;
  height: 17px;
  background: url(../images/video/icon-time.png) no-repeat;*/
  background-color: #00000075;
  padding: 1px 8px;
  border-radius: 4px;
}
.videos .normal-video .v-name{
  font-size: 15px;
  font-weight: 600;
  color: #000;
  width:90%;
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  /*text-indent: 15px;*/
}
.videos .normal-video .v-date{
  font-size: 12px;
  color: #000;
  /*text-indent: 15px;*/
}
.videos .normal-video .other{
  opacity: 0;
  width: 252px;
  height: 159px;
  position: absolute;
  border-radius: 12px;
background-color: #00000070;
}
.videos .normal-video .v-btn{
  background: url(../images/video/v-btn.png) no-repeat;
  width: 68px;
  height: 68px;
  margin: 45px auto;
}
.videos .normal-video:hover .other{
  opacity: 1;
 /* -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;  */
}
.videos .normal-video:hover .v-name{
  text-decoration: underline;
  color: #38a0ff;
}

.video-part .npage,
.cont3 .npage {
  clear: both;
  float: none;
  line-height: 2em;
  margin: 15px 0 100px 255px;
  text-align: center;
}
.cont3 .npage{
  margin-left: 470px;
}
.video-part .npage a,
.cont3 .npage a {
  cursor: pointer;
  background: #848484;
  border-radius: 0.38px;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  margin: 0 2px; 
    width: 20px;
    height: 20px;
    line-height: 20px;
  vertical-align: middle;
}
.video-part .npage a:visited,
.cont3 .npage a:visited{
  color: #434343;
  text-decoration: none;
}
.video-part .npage a:hover,
.cont3 .npage a:hover {
  background: #38a0ff;
  color: #fff !important;
  float: none;
  text-decoration: none;
}
.video-part .npage span a:hover,
.cont3 .npage span a:hover {
  font-weight: normal;
}
.video-part .npage li,
.cont3 .npage li {
  display: inline;
}
.video-part .npage .thisclass,
.cont3 .npage .thisclass
 {
  background: none repeat scroll 0 0;
  border-radius: 3px 3px 3px 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  margin: 0 2px;
  padding: 0 8px;
  vertical-align: middle;
  background: #38a0ff;
}
.video-part .npage li.active a,
.cont3 .npage li.active a {
  background: #38a0ff;
  color: #fff !important;
}

.cont2 {
  position: relative;
  margin: 100px 0;
}

.publicity{
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    height: 500px;
}
.publicity .item{
    overflow: hidden;
    opacity: 0;
    transition: all 400ms ease-out;
}
.publicity .item.active{
  opacity: 1;
}
.publicity .play{
    background: url(../images/video/240417/icon-vbtn.png) no-repeat;
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 3;
    top: 195px;
    left: 380px;    
}
.pvbg{
    width: 1267px;
    height: 432px;
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 33px;
}
.pvimg{
    width: 715px;
    height: 412px;
    position: absolute;
    z-index: 2;
    top:35px;
}
.pvtext{
    color: #fff;
    z-index: 2;
    width: 530px;
    right: 25px;
    top: 115px;
    position: absolute;
}
.pvtext h5{
    font-size: 38px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 10px;
}
.pvtext .rec span{
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}
.pvtext .rec i{
    background: url(../images/video/240417/icon-start.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 2px;
    margin-right: 3px;
}
.pvtext p{
    font-size: 15px;
    font-weight: 400;
    padding-top: 20px;
    line-height: 160%;
}
.publicity .nav{
    width: 660px;
    height: 117px;
    z-index: 3;
    position: absolute;
    bottom: 50px;
    right: -90px;   
    overflow: hidden; 
}
/*.publicity .nav .nav-list{
  width: 400%;
  position: absolute;
  top: 0;
}*/
.publicity .nav span{
    cursor: pointer;
    width: 182px;
    height: 105px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    position: absolute;
    border-radius: 5px;
     transition: all 0.3s ease;
}
.publicity .nav span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000020;
    opacity: 1;
    border-radius: 5px;
}
.publicity .nav .prev{
    position: absolute;
    width: 30px;
    height: 105px;
    display: block;
    opacity: 0.6;
    left: 0px;
    top: 7px;
    z-index: 1;
    cursor: pointer;
    border-right: unset;
}

.p1 {
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 2;
    left: 10px;
}

.p2{
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 2;
    left: calc(35% + 20px);
}

.p3 {
transform: translate3d(10px, 0, 0) scale(1);
    opacity: 1;
    z-index: 2;
    left: calc(65% + 20px);
}

.p4 {
  transform: translate3d(15px, 0, 0) scale(1);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 2;
    left: calc(94% + 20px);
}

.p5 {
    transform: translate3d(0px, 0, 0) scale(1);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 1;
    left: 0;
}
.p5::after{
  content: "";
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .6;
  border-radius: 5px;

}
.publicity .nav span.active{
    width: 196px;
    height: 113px;
    border: 2px solid #fff;
    border-radius: 5px;
    margin-top: 0;
    margin-left: 15px;
}
.publicity .nav span.active::before{
    opacity: 0;
}

.publicity .nav span[data-gameid="bbcs"]{
    background: url(../images/video/240417/bbcs-pvimg.png) no-repeat;
    background-size:100%;
}
.publicity .nav span[data-gameid="thyj2"]{
    background: url(../images/video/240417/thyj2-pvimg.png) no-repeat;
    background-size:100%;
}
.publicity .nav span[data-gameid="jz2"]{
    background: url(../images/video/240417/jz2-pvimg.png) no-repeat;
    background-size:100%;
}

.publicity .nav span[data-gameid="xxsj2"]{
    background: url(../images/video/240417/xxsj2-pvimg.png) no-repeat;
    background-size:100%;
}
.publicity .nav span[data-gameid="xccs"]{
    background: url(../images/video/240417/xccs-pvimg.png) no-repeat;
    background-size:100%;
}



/*
.publicity .nav span.active[data-gameid="bbcs"] {
    transform: translate3d(-192px, 0, 0);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 2;
}
*/
.publicity #publicityvideo{
    display: none;
    position: absolute;
    width: 519px;
    height: 312px;
    z-index: 4;
    top: 85px;
    left: 178px;
    background-color: #000;
    border-radius: 10px;
}


.publicity-list{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;    
}
.publicity-list .item{
    margin-top: 10px;
    width: 311px;
    height: 240px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.publicity-list .normal-video-img{
    width: 311px;
    height: 197px;

}
.publicity-list .item .time{
  font-size: 12px;
  position: absolute;
  color: #fff;
  bottom: 60px;
  right: 10px;
  /*width: 40px;
  height: 17px;
  background: url(../images/video/icon-time.png) no-repeat;*/
  background-color: #00000075;
  padding: 1px 8px;
  border-radius: 4px;
}
.publicity-list .item .v-name{
  font-size: 15px;
  font-weight: 600;
  color: #000;
  width:90%;
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  /*text-indent: 15px;*/
}
.publicity-list .item .v-date{
  font-size: 12px;
  color: #000;
  /*text-indent: 15px;*/
}
.publicity-list .item .other{
  opacity: 0;
  width: 100%;
  height: 197px;
  position: absolute;
  border-radius: 10px;
background-color: #00000070;
}
.publicity-list .item .v-btn{
  background: url(../images/video/v-btn.png) no-repeat;
  width: 68px;
  height: 68px;
  margin: 65px auto;
}
.publicity-list .item:hover .other{
  opacity: 1;
 /* -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;  */
}
.publicity-list .item:hover .v-name{
  text-decoration: underline;
  color: #38a0ff;
}

.cont3 {
  position: relative;
  margin: 100px 0;
}

.season-video{
  width: 100%;
  position: relative;
  margin-top: 35px;
  display: flex;
    align-items: center;
    justify-content: space-between;  
}
.season-hot-video{
  width: 469px;
  height: 416px;
  margin-right: 15px;
}
.season-hot-video img{
  width: 469px;
}

.season-video-list{
  display: inline-flex;
  flex-wrap: wrap;
  width: 1045px;
  height: 415px;
  /* align-content: space-around;
  justify-content: space-between; */
}
.season-video .season-normal-video {
  position: relative;
  width: 262px;
  height: 210px;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 10px;;
}
.season-video .season-normal-video:nth-child(3n){
  margin-right: 0;
}
.season-video .season-normal-video .normal-video-img{
  width: 262px;
  height: 165px;
  overflow: hidden;
  border-radius: 12px;
}
.season-video .season-normal-video .time{
  font-size: 12px;
  position: absolute;
  color: #fff;
  bottom: 50px;
  right: 10px;
  /*width: 40px;
  height: 17px;
  background: url(../images/video/icon-time.png) no-repeat;*/
  background-color: #00000075;
  padding: 1px 8px;
  border-radius: 4px;
}
.season-video .season-normal-video .v-name{
  font-size: 15px;
  font-weight: 600;
  color: #000;
  width:90%;
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  /*text-indent: 15px;*/
}
.season-video .season-normal-video .v-date{
  font-size: 12px;
  color: #000;
  /*text-indent: 15px;*/
}
.season-video .season-normal-video .other{
  opacity: 0;
  width: 262px;
  height: 165px;
  position: absolute;
  border-radius: 10px;
background-color: #00000070;
}
.season-video .season-normal-video .v-btn{
  background: url(../images/video/v-btn.png) no-repeat;
  width: 68px;
  height: 68px;
  margin: 45px auto;
}
.season-video .season-normal-video:hover .other{
  opacity: 1;
 /* -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;  */
}
.season-video .season-normal-video:hover .v-name{
  text-decoration: underline;
  color: #38a0ff;
}

.cont4 {
  position: relative;
  margin: 100px 0;
}


.news {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.news .news-nav {
  border-radius: 15px 15px 0 0;
  background-color: #6a6a6a;
  height: 60px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.news .news-nav a {
  width: 25%;
  text-align: center;
  /* display: inline-block; */
  border-right: 1px solid #fff;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
}

.news .news-nav a:last-child {
  border-right: unset;
}
.news .news-nav a.active {
  background-color: #38a0ff;
  height: 100%;
  border-right: unset;
  line-height: 60px;
}
.news .news-nav a.active::after {
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 9px solid #38a0ff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  content: "";
  position: absolute;
  top: 60px;
  left: 150px;
}
.news .news-nav a:first-child.active {
  border-top-left-radius: 15px;
}
.news .news-nav a:last-child.active {
  border-top-right-radius: 15px;
}
.news .news-content {
  background-color: #fff;
  height: 430px;
  border-radius: 0 0 15px 15px;
}
.news .news-list {
  margin: 0 auto;
    padding-top: 30px;
    width: 90%;
    display: none;
    overflow: hidden;
    height: 355px;
}
.news .news-list.active{
  display: block;
}
.news .news-list li {
  font-size: 18px;
  color: #767676;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #767676; 
  cursor: pointer;
}

.news .news-list li a {
  font-size: 18px;
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #767676;
}
.news .news-list li span {
  float: right;
}
.news .news-list li:hover,
.news .news-list li a:hover{
  color: #38a0ff;
}

.cont5{
  background-color: #dcdee4;
  position: relative;
  margin: 100px auto 0;
}
.cont5 .box{
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cont5 .item{
  width: 209px;
  height: 248px;
  position: relative;
}
.cont5 .item p{
  font-size: 16px;
  color: #000;
  font-weight: 400;
    display: inline-flex;
    align-items: center;
    text-indent: 10px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
    left: 22px;
}
.cont5 .item p img{
  width: 38px;
  height: 38px;
}
.cont5 h6{
  text-align: center;
    color: #000;
    font-size: 23px;
    font-weight: 400;
    padding-bottom: 40px;
}
.video{
  display: none;
  z-index: 1001;
  position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -417px;
    width: 900px;
    height: 510px;
}
.video .close{
  	height: 30px;
	width: 30px;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	position:absolute;
	margin: 0;
	font-size: 30px;
	text-align: center;
	line-height: 25px;
	overflow:hidden;
	top:6px;
	right:6px;
  border: unset;
  background-color: #ffffff00;
  z-index: 1002;
}
#video{
  width: 100%;
  height: 100%;
}


.btns{
    position: relative;
    width: 1300px;
    height: 100px;
    margin: 0 auto;    
}
.go-gw{
  background: url(/images/news/btn-gw.png) no-repeat;
  width: 403px;
  height: 93px;
  font-size: 33px;
  line-height: 93px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 80px auto 0;
}

.go-gw-head{
    font-size: 20px;
    color: #4284f4;
    font-weight: 400;
    height: 80px;
    display: block;
}