@charset "utf-8";

/*  相册内容*/

.albumct {
  margin-top: 50px;
}

.albumctbox .albumcta {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.albumctbox .albumcta .img {
  /* border: 1px solid #ddd; */
  display: block;
  overflow: hidden;
}

.albumctbox .albumcta img.zcimg {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}


.albumctbox .albumcta:hover img.zcimg,
.albumctbox .albumcta:hover .bofangan {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}



.albumctbox .albumcta:hover p {
  color: #e22632;
}

.albumctbox .albumcta p {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  color: #666;
}
/*  */
.albumctbox .albumcta.partner {
  width: 16.6666%;
  margin-bottom: 0;
}
.albumctbox .albumcta.partner .img{
  padding: 0 20px;
    background: #fff;
}


/*  */
.albumctbox .albumcta.zhengs {
  width: 20%;
 
}

.albumctbox .albumcta.zhengs .img {
  height: -webkit-calc(100% - 62px);
  height: -moz-calc(100% - 62px);
  height: calc(100% - 62px);
}

.albumctbox .albumcta.zhengs .img img {
  height: 100%;
}

@media screen and (max-width:992px) {
  .albumct {
    margin-top: 30px;
  }
  .albumctbox .albumcta {
    width: 33.3333% !important;
    margin-bottom: 10px;
  }
  .albumctbox .albumcta p{
    padding: 10px;
    font-size: 13px;
  }
 
}

@media screen and (max-width:768px) {
  .albumct {
    margin-top: 24px;
  }
  .albumctbox .albumcta {
    width: 50% !important;
    padding: 0 8px;
    margin-bottom: 12px;
  }
  .albumctbox .albumcta p {
    padding: 10px 4px 0;
    font-size: 14px;
    line-height: 1.45;
  }
 
}


/* 弹出视频 */

.videos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9995;
  display: none;
}

.videos_zhezhao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9996;
  text-align: right;
}

.videos_zhezhao img {
  margin-top: 20px;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer
}

.videos_box {
  position: absolute;
  z-index: 9997;
  width: 60%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}

#video {
  width: 100%;
  height: 100%;
  position: relative;
}

#video video {
  width: 100%;
  height: 100%;
  background: #000;
}

.videos_cha {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.videos_cha i {
  color: #fff;
  font-size: 60px;
}
@media screen and (min-width: 1921px){
  /* .aboutl{
      height: 700px;
  }
  .aboutl img{
      display: none;
  } */
}


@media screen and (max-width: 1200px) {
  .videos_box {
      width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .videos_box {
      width: 95%;
  }
}

.videos-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;

}

.videos-container {
  max-width: 800px;
  max-height: 100%;
  width: 90%;
  height: 50%;
  position: relative;
  /* background: #000; */

}

.video-close {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.video-close::before,
.video-close::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.video-close::before {
  transform: rotate(45deg);
}

.video-close::after {
  transform: rotate(-45deg);
}



.video-player {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* background-color: black; */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  border: 5px solid rgba(255,255,255,.1);
  background: #000;
}
 .img.bofang{ 
  position: relative;
  background: #000;


}
.img.bofang .zcimg{
   opacity: 0.8;

  }


.bofangan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20% !important;
  animation: jump 2s infinite alternate;
}

@keyframes jump {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.bofangan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20% !important;
  animation: jump 2s infinite alternate;
  z-index: 55;
}

.bofangan::before,
.bofangan::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  background-color: #fff;
}

.bofangan::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bofangan::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
