
header  {
    height: 60px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;
}

header .logo {
    flex: 0.4;
    text-align: center;
} 

header .nav {
    height: 100%;
    line-height: 60px;
    flex: 0.6;
    columns: 6;
    text-align: center;
    color: #000;
} 

header .nav a{
    width: 100%;
    display: block;
    height: 100%;
    color: #000;
} 

header .nav .nav_active {
    color: #fff;
    background: #eac52a;
}

main {
  padding-top: 60px;
}

main .banner img{
    width: 100%;
}

article section {
    padding: 6% 12.25%;
}

article section h1{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000022;
    margin-bottom: 4%;
}

article section p{
    color: #9d9d9d;
}

.advert_vr {
    justify-content: space-between;
}

.advert_vr figure{
    position: relative;
    overflow: hidden;
}

.advert_vr figure:not(:last-child) {
    margin-right: 10%;
}

.advert_vr figure img{
    transform: scale(1.12);
    transition: 0.6s;
}

.advert_vr figure:hover img{
    transform: scale(1.0);
}

.advert_vr figure:hover .hover_box{
    background: rgba(14, 122,200, 0.4);
    opacity: 1;
    transition:  0.6s;
}


.advert_vr figure .hover_box {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hover_box h4, .hover_box h1{
    text-align: center;
    padding: 5px 10px;
    color: #f8f8f8;
}



.advert_vr figure img{
    width: 100%;
}




#ourServices, .advert_game{
    background: #f7f7f7;
  }
  
  #ourServices p {
      color: #9d9d9d;
      font-size: 16px;
  }
  
  #ourServices .item {
      float: left;
      width: 28%;
      margin: 0% 11%;
  }
  
  #ourServices .item div {
      text-align: center;
  }
  
  #ourServices .item img {
    width: 165px;
  }
  
  #ourServices .item p{
      margin: 30px 0px;
  
  }
  
  #ourServices .item h3 {
      margin: 25px 0px;
      text-align: center;
  }
  
  #looking {
      background: #3e3e3e;
      text-align: center;
      color: #fff;
      font-size: 38px;
      font-weight: bold;
      height: 220px;
  }
  
  .recruitment{
    background: #f7f7f7;
  }
  
  .recruitment h3{
    background: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #040404;
  }

  .recruitment > div {
    background: #fff;
    display: flex;
    justify-content: center;
  }
  
  .recruitment dl{
    flex: 0.4;
    color: #777777;
    margin: 0px 38px;
  }

  .recruitment dl:last-child{
    flex: 0.37;
  }
  
  .recruitment dl .zhize{
    margin-bottom: 50px;
  }
  
  .recruitment dl dt {
    text-align: left;
    margin-bottom: 12px;
  }
  
  .recruitment dl dd {
    font-size: 14px;
    margin: 11px 0px;

  }
  
  #contactUs {
    background: white;
    overflow: hidden;
  }

  #contactUs ul{
    display: flex;
  }
  
  #contactUs ul li {
    flex: 1;
    background: #ffff;
    color: #777777;
    margin: 0px 26px;
  }
  
  #contactUs ul li div {
    text-align: center;
    padding: 14%;
  }
  
  #contactUs ul li p {
    font-size: 13px;
  }
  
  #contactUs ul li div img{
    max-height: 113px;
  }
  
  #contactUs ul li div p {
    margin-top: 18px;
  }
  
  #contactUs ul li:nth-child(3) img {
    width: 129px;
    height: 96px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  #footer {
    background: #3e3e3e;
    height: 160px;
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
  }
  
  #footer nav {
    margin-bottom: 30px;
  }
  
  #footer nav a {
    color: #fff;
    margin-right: 25px;
  }
  
  #footer div:nth-child(1) {
    float: left;
    margin: 40px 0px 0px 69px;
  }
  
  #footer div:nth-child(2) {
    float: right;
    width: 200px;
    margin: 29px 100px 0px 0px;
  }
  
  #footer div:nth-child(2) a {
    padding-right: 51px;
  }
  
  #footer div:nth-child(2) img {
    width: 23%;
    
  }


  .wx_code_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .wx_code_shadow img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }