body {
  background-color: #FFFFFF;
}


/* banner-start */
#careers-banner{
  margin-top: -100px;
}
/* 添加渐变背景 */
.bannercontainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 10%);
  z-index: 1;
}
.bannercontainer {
  position: relative;
  z-index: 2;
}
.bannercontainer .content{
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.bannercontainer .content h1{
  font-size: 160px;
  color: #FFFFFF;
  line-height: 200px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.bannercontainer .content h1::after{
  content: '';
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 2px dashed #00303F;
  position: absolute;
  top: -100%;
  left: 12%;
  
}
.bannercontainer .scrolldown{
  background: url(../pics/scroll-button.png) center;
  background-repeat: no-repeat;
  width: 106px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5%;
  left: 48%;
  animation: spin 20s linear infinite;
  cursor: pointer;
  z-index: 3;
}

@keyframes spin {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.bannercontainer .scrolldown>div{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: reverse-spin 20s linear infinite;
}
/* 定义反向旋转动画的关键帧 */
@keyframes reverse-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

/* banner-end */


/* Job Opportunities-start */
#job{
  background: url(../pics/opportunities-backimg.jpg) no-repeat;
  background-position: center;
  height: 400px;
}
.jobcontainer{
  width: 70%;
  margin: 0 auto;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jobcontainer h3{
  font-size: 35px;
  color: #fff;
  line-height: 50px;
  position: relative;
  height: 80px;
  text-align: center;
  margin-top: 0;
}
.jobcontainer h3::after{
  content: '';
  width: 8%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  left: 46%;
}
.jobcontainer p{
  font-size: 26px;
  color: rgba(255,255,255,0.8);
  line-height: 50px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

/* Job Opportunities-end */

/* Job-swiper-start */
#job-swiper{
  padding: 100px 0;
}
.jobswiper .swiper-wrapper{
  display: flex;
  margin-left: -10%;
  padding-bottom: 5%;
  column-gap: 3em;
}
.jobswiper .swiper-slide{
  width: 22%;
}
.jobswiper .swiper-slide .slide-pic{
  overflow: hidden;
}
.jobswiper .swiper-slide .slide-pic img{
  transition: transform 0.3s ease-in-out;
}
.jobswiper .swiper-slide .slide-pic:hover img{
  transform: scale(1.1);
}
.jobswiper .swiper-slide .title h4{
  font-size: 26px;
  color: rgba(0,0,0,0.8);
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
}
.jobswiper .jobswiper-scrollbar{
  width: 25%;
  left: 38%;
}
.jobswiper .jobswiper-scrollbar .swiper-scrollbar-drag{
  background: #00303F;
}
/* Job-swiper-end */


/* Life atOGV-start */
#life{
  padding: 80px 0;
  background-color: #00303F;
}
.lifecontainer h3{
  font-size: 35px;
  color: #fff;
  line-height: 50px;
  position: relative;
  height: 80px;
  text-align: center;
  margin-top: 0;
}
.lifecontainer h3::after{
  content: '';
  width: 8%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  left: 46%;
}
.lifeswiper{
  margin-top: 50px;
}
.lifeswiper .swiper-wrapper{
  display: flex;
  margin-left: -10%;
  column-gap: 3em;
}
.lifeswiper .swiper-slide{
  width: 22%;
}
.lifecontainer .life-arrow{
  display: flex;
  justify-content: flex-end;
  width: 85%;
  column-gap: 1.5em;
  margin-top: 3%;
}
.lifecontainer .lifeswiper-button-prev{
  background: url(../pics/child-arrow-left-light.png) no-repeat;
  width: 52px;
  height:52px;
  background-size: cover;
  background-position: center;
}
.lifecontainer .lifeswiper-button-next{
  background: url(../pics/child-arrow-right-light.png) no-repeat;
  width: 52px;
  height: 52px;
  background-size: cover;
  background-position: center;
}


/* Life atOGV-end */
@media screen and (max-width:1568px)  and (min-width:1200px){
	.bannercontainer .content h1 {
    font-size: 120px;
    line-height: 150px;
}
}
/* 手機端 */
@media screen and (max-width:1400px) {
  .bannercontainer .content h1{
    font-size: 130px;
  }
  .bannercontainer .content h1::after{
    width: 400px;
    height: 400px;
    top: -55%;
    left: 18%;
  }
  .jobcontainer h3{
    font-size: 32px;
  }
  .jobcontainer p{
    font-size: 23px;
  }
  .jobswiper .swiper-slide .title h4{
    font-size: 23px;
  }

}
@media screen and (max-width:992px){
  #careers-banner{
    margin-top: 0;
  }
  .bannercontainer .content h1{
    font-size: 100px;
  }
  .bannercontainer .content h1::after{
    width: 200px;
    height: 200px;
    top: -6%;
    left: 31%;
  }
  .bannercontainer .scrolldown{
    bottom: 0;
    left: 45%;
  }
  .jobcontainer{
    width: 90%;
  }
  .jobcontainer h3{
    font-size: 30px;
    line-height: 50px;
    height: 70px;
  }
  .jobcontainer p{
    font-size: 23px;
    line-height: 40px;
  }
}
@media screen and (max-width:768px) {

  /* banner-start */
  #careers-banner{
    margin-top: 0;
  }
  .bannercontainer .content h1{
    font-size: 24px;
    line-height: 30px;
  }
  .bannercontainer .content h1::after{
    width: 100px;
    height: 100px;
    top: -120%;
    left: 7%;
  }
  .bannercontainer .scrolldown{
    bottom: 0%;
    left: 44%;
    background: url(../images/mobile-scroll.png) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
  }
  .bannercontainer .scrolldown>div{
    width: 30px;
    height: 30px;
  }
  .bannercontainer .scrolldown>div>svg{
    width: 15px;
    height: 15px;
  }
  /* banner-end */


  /* Job Opportunities-start */
  #job{
    height: 300px;
  }
  .jobcontainer{
    width: 100%;
    padding: 0 15px;
    height: 300px;
  }
  .jobcontainer h3{
    font-size: 28px;
    line-height: 30px;
    height: 50px;
  }
  .jobcontainer h3::after{
    width: 20%;
    left: 40%;
  }
  .jobcontainer p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }

  /* Job Opportunities-end */


  /* Job-swiper-start */
  #job-swiper{
    padding: 30px 0;
  }
  .jobswiper .swiper-wrapper{
    margin-left: 0;
    column-gap: 0em;
  }
  .jobswiper .jobswiper-scrollbar{
    width: 50%;
    left: 25%;
  }
  .jobswiper .jobswiper-scrollbar .swiper-scrollbar-drag{
    width: 30% !important;
  }
  .jobswiper .swiper-slide .title h4{
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  /* Job-swiper-end */

  /* Life atOGV-start */
  #life{
    padding: 30px 0;
  }
  .lifecontainer h3{
    font-size: 28px;
    line-height: 30px;
    height: 50px;
  }
  .lifecontainer h3::after{
    width: 15%;
    left: 42%;
  }
  .lifecontainer .swiper-wrapper{
    margin-left: 0;
    column-gap: 0em;
  }
  .lifeswiper{
    margin-top: 40px;
  }
  .lifecontainer .life-arrow{
    margin-top: 5%;
    width: 90%;
    column-gap: 1em;
  }
  .lifecontainer .lifeswiper-button-next,.lifecontainer .lifeswiper-button-prev{
    width: 40px;
    height: 40px;
  }

  /* Life atOGV-end */



}