.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 28%;
  left: 10%;
  z-index: 2;
}
.banner .txt h1 {
  color: #fff;
}
.banner .txt p {
  color: #fff;
}
.banner .txt div a {
  width: 160px;
  padding: 4% 0;
  text-align: center;
  color: #141414;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 5%;
  transition: all 0.3s;
  float: left;
  display: block;
  margin-right: 15px;
}
.banner .txt div a i {
  color: #007bf5;
  font-weight: bold;
}
.banner .txt div a:hover {
  background-color: #007bf5;
  color: #fff;
}
.banner .txt div a:hover i {
  color: #fff;
}
.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #007bf5;
}
.cont_1 {
  width: 100%;
  position: relative;
  padding: 2% 0 5%;
  overflow: hidden;
}
.cont_1 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
}
.cont_1 .environment {
  background-color: #fff;
  margin: 4% auto 0;
  overflow: visible;
  padding-bottom: 40px;
}
.cont_1 .environment .txt {
  width: 53.2%;
  position: absolute;
  bottom: -40px;
  right: -1px;
  background-color: #fff;
  z-index: 10;
  padding: 34px 60px 0;
  transition: all 0.3s;
  opacity: 0;
}
.cont_1 .environment .txt h2 {
  color: #007bf5;
  font-weight: bold;
}
.cont_1 .environment .txt p {
  color: #888;
  padding-top: 4%;
  line-height: 1.8;
}
.cont_1 .environment .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.cont_1 .environment .swiper-slide .tu {
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.cont_1 .environment .swiper-slide .tu img {
  width: 100%;
}
.cont_1 .environment .swiper-slide.swiper-slide-active::before {
  background-color: rgba(0, 0, 0, 0);
}
.cont_1 .environment .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}
.cont_1 .environment .swiper-slide.swiper-slide-active:hover .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.cont_1 .environment .prev1 {
  background-image: url(' ');
  font-size: 40px;
  color: #fff;
  height: auto;
  left: 8%;
  margin-top: -30px;
}
.cont_1 .environment .next1 {
  background-image: url(' ');
  font-size: 40px;
  color: #fff;
  height: auto;
  right: 8%;
  margin-top: -30px;
}
.cont_2 {
  width: 100%;
  position: relative;
  padding: 1% 0 4%;
  overflow: hidden;
}
.cont_2 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
  padding-bottom: 4%;
}
.cont_2 .activity_img {
  width: 74%;
  float: right;
}
.cont_2 .activity_img .swiper-slide {
  overflow: hidden;
}
.cont_2 .activity_img:hover img {
  transform: scale(1.05);
}
.cont_2 .activity_img img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.cont_2 .tab_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f2f3f5;
  padding: 3% 0;
}
.cont_2 .tab_box .activity_tab {
  width: 300px;
  margin: 0;
  position: relative;
}
.cont_2 .tab_box .activity_tab .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
.cont_2 .tab_box .activity_tab .line p {
  width: 100%;
  background-color: #007bf5;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.cont_2 .tab_box .activity_tab .tab span {
  display: block;
  padding: 3% 0 3% 30px;
  color: #888;
}
.cont_2 .tab_box .activity_tab .tab span.on {
  color: #333;
  font-weight: bold;
}
.cont_3 {
  width: 100%;
  position: relative;
  padding: 3% 0 2%;
  overflow: hidden;
}
.cont_3 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
  padding-bottom: 4%;
}
.cont_3 .welfare {
  padding-bottom: 5.5%;
}
.cont_3 .welfare .swiper-slide {
  background-color: #f2f3f5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.cont_3 .welfare .swiper-slide:hover .icon {
  animation: flip-x 0.6s linear 0s 1 forwards;
}
.cont_3 .welfare .swiper-slide .img {
  text-align: center;
  margin-right: 7%;
}
.cont_3 .welfare .swiper-slide .img .icon {
  width: 3.5rem;
  height: 3.2rem;
  overflow: hidden;
  margin: 0 auto 0.6rem;
}
.cont_3 .welfare .swiper-slide .img .icon img {
  width: 100%;
}
.cont_3 .welfare .swiper-slide .txt p {
  padding: 3% 0;
}
.cont_4 {
  width: 100%;
  position: relative;
  padding: 0% 0 2%;
  overflow: hidden;
}
.cont_4 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
  padding-bottom: 4%;
}
.cont_4 .aspirations {
  padding-bottom: 6%;
}
.cont_4 .aspirations .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.cont_4 .aspirations .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.cont_4 .aspirations .swiper-slide .img {
  width: 27%;
  overflow: hidden;
}
.cont_4 .aspirations .swiper-slide .img img {
  width: 100%;
}
.cont_4 .aspirations .swiper-slide .txt {
  width: 73%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4%;
  padding-right: 3%;
  background-color: #f2f3f5;
  position: relative;
}
.cont_4 .aspirations .swiper-slide .txt::before {
  content: '';
  display: block;
  width: 13.7%;
  padding-top: 10.6%;
  background: url(../img/careers/yh.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 1.5%;
}
.cont_4 .aspirations .swiper-slide .txt::after {
  content: '';
  display: block;
  width: 13.7%;
  padding-top: 10.6%;
  background: url(../img/careers/yh.png) no-repeat;
  background-position: 0 100%;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 1.5%;
}
.cont_4 .aspirations .swiper-slide .txt div {
  width: 73%;
}
.cont_4 .aspirations .swiper-slide .txt div h2 {
  display: inline-block;
  margin-right: 20px;
}
.cont_4 .aspirations .swiper-slide .txt div em {
  background-color: #fff;
  color: #888;
  padding: 0.5% 4%;
  border-radius: 100px;
}
.cont_4 .aspirations .swiper-slide .txt div h3 {
  color: #333;
  padding: 3% 0;
}
.cont_4 .aspirations .swiper-slide .txt div i {
  display: inline-block;
  color: #007bf5;
  padding-bottom: 3%;
}
.cont_4 .aspirations .swiper-slide .txt div span {
  display: inline-block;
  color: #888;
  line-height: 1.8;
}
.cont_5 {
  width: 100%;
  position: relative;
  padding: 2% 0 0%;
  background-color: #f2f3f5;
}
.cont_5 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
}
.cont_5 .culture {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
  padding-bottom: 5%;
}
.cont_5 .culture li {
  width: 32%;
  box-shadow: 0px 6px 20px 0px rgba(8, 33, 69, 0.1);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.cont_5 .culture li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -2%;
  width: 0%;
  height: 2px;
  background-color: #007bf5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 5;
}
.cont_5 .culture li a .tu {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}
.cont_5 .culture li a .tu img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cont_5 .culture li a .bottom {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 8.2rem;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_5 .culture li a .bottom .text {
  overflow: hidden;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_5 .culture li a .bottom .text h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #141414;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  text-align: center;
}
.cont_5 .culture li a .bottom .text h3 {
  font-size: 0.8rem;
  color: #838282;
  margin-top: 0.8rem;
  text-align: center;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.cont_5 .culture li a .bottom .text h4 {
  font-size: 0.8rem;
  color: #0075ea;
  margin-top: 1.5rem;
  position: relative;
  top: 1rem;
  opacity: 0;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_5 .culture li a .bottom .text h4 span {
  margin-left: 0.4rem;
}
.cont_5 .culture li:hover::after {
  width: 102%;
}
.cont_5 .culture li:hover a .tu img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
}
.cont_5 .culture li:hover a .bottom {
  transform: translateY(-2rem);
}
.cont_5 .culture li:hover a .bottom .text h2 {
  color: #007bf5;
}
.cont_5 .culture li:hover a .bottom .text h4 {
  top: 0;
  opacity: 1;
}
@keyframes flip-x {
  0% {
    transform: rotateY(0) translateY(0);
  }
  50% {
    transform: rotateY(180deg) translateY(-10%);
  }
  100% {
    transform: rotateY(360deg) translateY(0);
  }
}
@media screen and (max-width: 1440px) {
  .cont_1 .environment .txt {
    width: 56.2%;
    padding: 30px 40px 0;
  }
  .cont_1 .environment .txt h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .cont_4 .culture li a .bottom .text h3 {
    height: 3.2em;
  }
}
@media screen and (max-width: 1200px) {
  .cont_3 .welfare .swiper-slide {
    flex-wrap: wrap;
    height: 320px;
    padding: 20px 0;
  }
  .cont_3 .welfare .swiper-slide .img {
    width: 100%;
  }
  .cont_3 .welfare .swiper-slide .txt {
    width: 100%;
  }
  .cont_3 .welfare .swiper-slide .txt div {
    padding-left: 10%;
  }
  .cont_3 .welfare .swiper-slide .txt div p {
    padding: 2% 0;
  }
  .cont_4 .aspirations .swiper-slide .img {
    width: 35%;
  }
  .cont_4 .aspirations .swiper-slide .txt {
    width: 65%;
  }
  .cont_4 .aspirations {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .cont_1 .environment .txt {
    width: 67%;
    padding: 24px 30px 0;
  }
  .cont_1 .environment .txt h2 {
    font-size: 20px;
  }
  .cont_1 .environment .txt p {
    padding-top: 10px;
  }
  .cont_2 .activity_img {
    width: 100%;
  }
  .cont_2 {
    padding: 3% 0 4%;
  }
  .cont_2 h1 {
    padding-bottom: 0;
  }
  .cont_2 .tab_box {
    position: static;
    background-color: #fff;
    padding-top: 0;
  }
  .cont_2 .tab_box .activity_tab {
    width: 100%;
  }
  .cont_2 .tab_box .activity_tab .line {
    display: none;
  }
  .cont_2 .tab_box .activity_tab .tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .cont_2 .tab_box .activity_tab .tab span {
    display: inline-block;
    padding: 3% 0;
    width: 33.33%;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 240px;
  }
  .banner img {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
  .banner .txt div a {
    width: 110px;
  }
  .cont_4 {
    padding-top: 5%;
  }
  .cont_4 .culture {
    flex-wrap: wrap;
    margin-top: 5%;
  }
  .cont_4 .culture li {
    width: 100%;
    margin-bottom: 5%;
  }
  .cont_4 .culture li a .bottom .text {
    width: 90%;
  }
  .cont_4 .culture li a .bottom .text h3 {
    height: 36px;
  }
  .cont_1 .environment {
    padding-bottom: 0;
  }
  .cont_1 .environment .swiper-slide:before {
    background-color: rgba(0, 0, 0, 0);
  }
  .cont_1 .environment .txt {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 20px;
    opacity: 1;
  }
  .cont_1 .swiper-button-next,
  .cont_1 .swiper-button-prev {
    top: 25%;
    width: 40px;
  }
  .cont_1 .environment .prev1 {
    left: 2%;
  }
  .cont_1 .environment .next1 {
    right: 2%;
  }
  .cont_3 .welfare {
    padding-bottom: 40px;
  }
  .cont_3 .welfare .swiper-slide .img .icon {
    width: 60px;
    height: 58px;
    margin: 0 auto 10px;
  }
  .cont_4 .aspirations .swiper-slide {
    flex-wrap: wrap;
  }
  .cont_4 .aspirations .swiper-slide .img {
    width: 100%;
  }
  .cont_4 .aspirations .swiper-slide .txt {
    width: 100%;
    padding: 4%;
  }
  .cont_5 {
    padding-top: 5%;
  }
  .cont_5 .culture {
    flex-wrap: wrap;
    margin-top: 5%;
  }
  .cont_5 .culture li {
    width: 100%;
    margin-bottom: 5%;
  }
  .cont_5 .culture li a .bottom .text {
    width: 90%;
  }
  .cont_5 .culture li a .bottom .text h3 {
    height: 36px;
  }
}
/*# sourceMappingURL=careers.css.map */