@charset "utf-8";
/* CSS Document */

/*视频样式*/

.video-area {

  position: relative;

}

.video-area:before {

  background: #000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

}

.video-icon-view.text-center {

  margin: 60px 0;

  text-align: center;

}

.play-btn {

  animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;

  background-color: transparent;

  border: 2px solid #000000;

  border-radius: 50%;

  box-shadow: 0 0 0 0 rgba(194, 244, 246, 0.7);

  color: #000000;

  display: inline-block;

  font-size: 18px;

  height: 75px;

  line-height: 72px;

  margin: 0 20px;

  padding: 0 0 0 5px;

  position: relative;

  text-align: center;

  width: 75px;

 border-color: #ffffff;

color: #ffffff; 

}



.bg-1 {background: url(../image/bg-1.jpg);}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10{

  background-attachment: fixed; 

  background-clip: initial; 

  background-color: rgba(0, 0, 0, 0); 

  background-origin: initial; 

  background-position: center center; 

  background-repeat: no-repeat; 

  background-size: cover; 

  position: relative; 

  z-index: 0;

}


/**/

.pop_up_layer{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
}
.pop_up_m{
  width: 100%;
  height: 100%;
  position: relative;
}
.pop_up_photo{
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper{
  height: 80%;
}
.mySwiper .swiper-slide{
  text-align: center;
}
.mySwiper .swiper-slide img{
  height: 100%;
}

.mySwiper .swiper-button-prev:after,.mySwiper .swiper-button-next:after{
  color: #ffffff;
  font-weight: bold;
}
.pop_up_close{
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #FFF;
  font-style: normal;
  cursor: pointer;
  font-size: 28px;
  z-index: 999;
  font-family: Arial, Baskerville, monospace;
}



