
/*主KV样式*/
 .body_banner{

/*  background: #000;*/
  height: 200vh;
 }

section
{
  position:fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
section::after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: #f00;
  mix-blend-mode: color-dodge;*/
}
section img#bg
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
section img#moon
{
  position: relative;
  margin:0 auto;
  width: 15%;
  margin-top: 12rem;
  object-fit: cover;
}
section img#cloud1
{
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  max-width: 6rem;
  z-index: 2;
  mix-blend-mode:overlay;
}
section img#cloud2
{
  position: absolute;
  top: 2rem;
  right:  0.5rem;
  max-width: 6rem;
  z-index: 2;
  mix-blend-mode:overlay;
}
section img#santa
{
  position: absolute;
  bottom: 0.5rem;
  left: -6rem;
  z-index: 1;
  max-width: 6rem;
  transform: scale(0.5);
  mix-blend-mode:screen;
  opacity: 0.3;
}
section #tree
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 3rem;
  background: url(../bright1.png);
  background-position-y: 3rem;
  z-index: 10;
  mix-blend-mode:screen;
  opacity: 0.9;
}

@media (max-width: 991px)
{
section #tree
{
background: none;
} 
section img#moon
{
  position: relative;
  margin:0 auto;
  width: 30%;
  margin-top: 12rem;
  object-fit: cover;
} 
}
section #text
{
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 6em;
  z-index: 9;
}

/*活动背景样式*/

h2
{
    position: relative;
    letter-spacing: 15px;
    color: #fff;
    text-shadow: 0 0 10px #03bcf4,
                     0 0 20px #03bcf4,
                     0 0 40px #03bcf4,
                     0 0 80px #03bcf4,
                     0 0 160px #03bcf4;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-reflect: below 1px linear-gradient(transparent,#0004);
    line-height: 0.70em;
    animation: animate 5s infinite linear;
    outline:none;
    margin:0.5rem;
}

.bg_all{
    width: 90%;
    height: auto;
    margin:0.7rem auto;
    text-align: left;
   background: rgb(0,0,0,0.35);
}
.bg_all h3{
   text-align: center;
   display: table-cell;
   width: 15%;
   font-size:0.3rem;
   line-height: 1rem;
   vertical-align: middle;
   border-right: 0.1rem solid #fff;
}
.bg_all p{
   display: table-cell;
   width: 85%;
   font-size:0.26rem;
   line-height: 0.56rem;
   padding:0.25rem;
   border-left: 0.1rem solid #fff;
}
.bg_all p span{
  display: block;
  text-indent: 2em;
  padding-top: 0.12rem;
}

/*活动主题样式*/

.ztbg
{
  margin-top: 1rem;
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 7rem;
  background: url(../zt.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
}

.ztbg:after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40%;
    background:rgb(0,0,0,0.5);
    left: 0;
    bottom: 0;
    object-fit: cover;

}
.zt
{ text-align:left;
  font-size: 0.24rem; 
  padding:0.3rem;
  position: absolute;
  line-height: 0.48rem;
  text-indent: 2em;
  top: 58%;
  width: 100%;
  color: #fff;
  z-index: 2;
}
@media (max-width: 991px)
{
.ztbg:after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 56%;
    background:rgb(0,0,0,0.5);
    left: 0;
    bottom: 0;
    object-fit: cover;

}
 .zt
{ text-align:left;
  font-size: 0.12rem; 
  padding:0.3rem;
  position: absolute;
  line-height: 1.8;
  text-indent: 2em;
  top: 43%;
  width: 100%;
  color: #fff;
  z-index: 2;
} 
}
.zt a
{
  text-indent: 0;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0 0.2rem;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  background-color:#1a6ad7; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #1a6ad7, #0033ff);
  transition: all 1s;
  
}
.zt a:hover{
    padding:0 0.6rem;
    transition: all 1s;
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.8);
}

/*领导致辞样式*/


.tital_h2 img{
  position: relative;
  margin:0 auto;
  width: 40%;
}
.card
{
  position: relative;
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  background: url(../ldbg.jpg);
  margin:1rem auto;
}
.card img
{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4.5rem;
  transition: 1s;
}
.card:hover img
{
  left: 80%;
  height: 6rem;
}
.card .content
{
  position: relative;
  width: 65%;
  left: 20%;
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  text-align: left;
}
.card:hover .content
{
  opacity: 1;
  visibility: visible;
  left: 0%;
}
/*.card .content h2
{
  color: #fff;
  text-transform: uppercase;
  font-size: 0.46rem;
  line-height: 1em;
}*/
.card .content p
{
  color: #fff;
  text-align: left;
  font-size: 0.24rem;
  line-height: 2;
  text-indent: 2em;
}
.card .content a
{
  font-size: 0.3rem;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 12px;
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
  background-color:#1a6ad7; /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #1a6ad7, #0033ff);
  transition: all 1s;
  
}
.card .content a:hover{
    padding:10px 60px;
    transition: all 1s;
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px)
{
  .card
  {
      position: relative;
      width: auto;
      max-width: 600px;
      transition: 0.5s;
      align-items: flex-start;
  }
  .card:hover
  {
    height: 600px;
  }
  .card:hover img
  {
    left: 50%;
    height: 350px;
  }
  .card .content
  {
      width: 100%;
      left: 0;
      padding: 40px;
  }
}
@media (max-width: 420px)
{
  .card .content
  {
      padding: 30px;
  }
  .card:hover img
  {
    height: 300px;
  }
}

/*风云奖*/
.container_1
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
  color: #333;
  margin:0;
  padding: 0;
}
.box
{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
 /* margin: 0.15rem 0;*/
  justify-content: center;
  align-items: center;
/*  background: #060c21;*/
}
.imgBx
{
  position: relative;
  width: 100%;
  height: 100%;
/*  padding: 5px 0;*/
  box-sizing: border-box;
  color: #fff;
  z-index: 2;
  transition: 0.5s ease-in-out;
}
/*.box:hover .imgBx
{
  transform: translate(-15px,-30px);
}*/
.imgBx img
{
  width: 100%;
  height: 100%;}
.box .content
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
/*  padding: 10px 0;
  background: #f9f97a;*/
  transition: 0.5s ease-in-out;
}
.box:hover .content
{
  transform: translate(-15px,30px);
}
.box .content p
{
  width: 100%;
  text-align: center;
  margin-bottom: 0.4rem;
}
.box .content p span
{
  display: inline-block;
  width: 14%;
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 2px;
  color:#fff;
}
@media (max-width: 768px)
{
  .box:hover .imgBx
  {
    transform: translate(0px,-35px);
  }
  .box:hover .content
  {
    transform: translate(0px,35px);
  }
}

/*五年十年员工*/

.container_2
{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
}
.hexagon
{
  position: relative;
  width: 3.3rem;
  height: 3.5rem;
  margin:0.25rem 0.1rem;
}
.hexagon:before
{
  content: '';
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 60px;
  background: radial-gradient(rgba(0,0,0,0.6),transparent,transparent);
  border-radius: 50%;
  transition: 0.5s;
}
.hexagon:hover:before
{
  opacity: 0.8;
  transform: scale(0.8);
}
.hexagon .shape
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  transition: 0.5s;
}
.hexagon:hover .shape
{
  transform: translateY(-30px);
}
.hexagon .shape img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hexagon .shape .content
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(3,169,244,0.3));
  opacity: 0;
  transition: 0.5s;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}
.hexagon:hover .shape .content
{
  opacity: 1;
}

/*誓师仪式*/
.videolist { 
  position:relative; 
  width: 90%;
  height: auto;
  margin:0 auto;
}

.video_icon {
    position: absolute;
    width: 1.28rem;
    height: 1.28rem;
    background: url(../play.png) no-repeat center /100% auto;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.6;
    transition: all .4s ease;
  }
.popVideo{
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;  
}
.videos{ 
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 66%;
    height: 100%;
    margin: 0 auto;
   }
video{
  width: 100%;
  box-shadow: 3px 3px 15px #fff;
  border:none;

}

.vclose { 
  position:absolute;
  right:1%; 
  top:13%; 
  border-radius:100%; 
  cursor: pointer; }
.Vimg{
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.Vimg img{
  position: relative;
  width: 100%;
  height:100%;
}
.Vimg:after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../vbg.png) repeat-x left bottom /cover;
    left: 0;
    bottom: 0.1rem;
    object-fit: cover;
}
.videolist:hover .Vimg{
    transform: scale(1.1);
    cursor: pointer; 
}
.videolist:hover .video_icon {
    opacity: 1;
    cursor: pointer; 
}

/*文艺表演*/
.wyby
{
  overflow-x: hidden;
}
/*.wyby:before
{
  content: 'Parallax';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 16em;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #555;
}*/
.wy_sec
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.wy_box{
  width: 98%;
}
.wy_sec h2
{
    font-size: 0.6rem;
    position: relative;
    letter-spacing: 0.15rem;
    color: #fff;
    text-shadow: 0 0 10px #03bcf4,
                     0 0 20px #03bcf4,
                     0 0 40px #03bcf4,
                     0 0 80px #03bcf4,
                     0 0 160px #03bcf4;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-reflect: below 1px linear-gradient(transparent,#0004);
    line-height: 0.70em;
    animation: animate 5s infinite linear;
    outline:none;
    margin:0.5rem;
}


.wy_sec .wy_container
{
  position: relative;
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px)
{
.wy_sec h2
{
    font-size: 0.5rem;
    letter-spacing: 0.1rem;}
.wy_sec .wy_container
{
  width: 100%;  
}
}
.wy_sec:nth-child(even) .wy_container
{
  flex-direction: row-reverse;
}
.wy_sec .wy_container .wy_imgBx
{
  position: relative;
  width: 10rem;
  height: 6.5rem;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0,0,0,0.6);
}
.wy_sec .wy_container .wy_imgBx img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wy_sec .wy_container .content
{
  position: absolute;
  right: 0;
  margin-top: 2rem;
  /*background: url(../show/img1.jpg);*/
  z-index: 1;
  max-width: 4.5rem;
  color: #fff;
  box-shadow: 3px 3px 0.15rem #000;
  border-bottom: 6px solid #4ac7ff;
}
.wy_sec .wy_container .content img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wy_sec:nth-child(even) .wy_container .content
{
  left: 0;
}

/*foot*/
.foot{
  height: 100vh;
  text-align: center;
}
.foot_container
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;

}

.foot_container:before
{
  content: '';
  position: absolute;
  width: 30vw;
  height: 30vw;
  border: 5vw solid #fad24e;
  border-radius: 50%;
  box-shadow: 0 0 0 1vw #ff1062,
        0 0 0 1.3vw #fff;
}

.foot .foot_container h3
{
  position: absolute;
  font-size: 8vw;
  color: #fff;
  font-weight: initial;
  text-align: center;
  line-height: 2em;
  z-index: 5;
  transform: skewY(-7deg);
  text-shadow: 1px 1px 0 #ccc,
         2px 2px 0 #ccc,
         3px 3px 0 #ccc,
         4px 4px 0 #ccc,
         5px 5px 0 #ccc,
         0.1rem 0.1rem 0px rgba(0,0,0,.2);
  animation: floating 5s ease-in-out infinite;
}
@keyframes floating
{
  0%,100%
  {
    transform: skewY(-7deg) translate(0px,-20px);
  }
  50%
  {
    transform: skewY(-7deg) translate(0px,20px);
  }
}
.foot .foot_container h3 span
{
  font-weight: 700;
  font-size: 2em;
  text-shadow: 1px 1px 0 #ccc,
         2px 2px 0 #ccc,
         3px 3px 0 #ccc,
         4px 4px 0 #ccc,
         5px 5px 0 #ccc,
         6px 6px 0 #ccc,
         7px 7px 0 #ccc,
         8px 8px 0 #ccc,
         9px 9px 0 #ccc,
         0.1rem 0.1rem 0 #ccc,
         0.2rem 0.2rem 0px rgba(0,0,0,.2);
}