sub {
  line-height: 1.3;
}
.n_banner .text .p {
  max-width: 100%;
}
.ctn1 {
  padding: 8vw 0 10vw;
}
.ctn1 .ctn-top .swiper-slide {
  cursor: pointer;
  position: relative;
}
.ctn1 .ctn-top .swiper-slide:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
}
.ctn1 .ctn-top .swiper-slide h2 {
  background: #fff;
  line-height: 64px;
  color: #777;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-top .swiper-slide:nth-child(5):after {
  display: none;
}
.ctn1 .ctn-top .swiper-slide.active h2 {
  color: #fff;
  background: #009fa8;
}
.ctn1 .ctn-top .swiper-slide.active:nth-child(3) h2 {
  color: #fff;
  background: #009fa8;
}
.ctn1 .ctn-top .swiper-slide.active:nth-child(2) h2 {
  color: #fff;
  background: #e60020;
}
.ctn1 .ctn-top .swiper-slide.active:nth-child(4) h2 {
  color: #fff;
  background: #0081cc;
}
.ctn1 .ctn-top .swiper-slide.active:nth-child(5) h2 {
  color: #fff;
  background: #009944;
}
.ctn1 .ctn-top .swiper-slide.active:nth-child(1) h2 {
  color: #fff;
  background: #e65504;
}
.ctn1 .ctn-top .swiper-slide:hover:nth-child(3) h2 {
  color: #fff;
  background: #009fa8;
}
.ctn1 .ctn-top .swiper-slide:hover:nth-child(2) h2 {
  color: #fff;
  background: #e60020;
}
.ctn1 .ctn-top .swiper-slide:hover:nth-child(4) h2 {
  color: #fff;
  background: #0081cc;
}
.ctn1 .ctn-top .swiper-slide:hover:nth-child(5) h2 {
  color: #fff;
  background: #009944;
}
.ctn1 .ctn-top .swiper-slide:hover:nth-child(1) h2 {
  color: #fff;
  background: #e65504;
}
.ctn1 .ctn-bottom {
  margin-top: 5vw;
}
.ctn1 .ctn-bottom .swiper-slide .tu img {
  width: 100%;
}
.ctn1 .ctn-bottom .swiper-slide .text {
  position: relative;
  width: 600px;
  margin-top: -30%;
  float: right;
  right: 6vw;
  max-width: 100%;
}
.ctn1 .ctn-bottom .swiper-slide .text .top {
  background: #fff;
  padding: 50px 70px;
}
.ctn1 .ctn-bottom .swiper-slide .text .top h2 {
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-bottom .swiper-slide .text .top p {
  margin-top: 30px;
  color: #777;
  line-height: 1.8;
}
.ctn1 .ctn-bottom .swiper-slide .text .bottom {
  background-image: linear-gradient(90deg, #09aab3 0%, #008e96 100%), linear-gradient(#009fa8, #009fa8);
  padding: 60px 190px 60px 70px;
  position: relative;
}
.ctn1 .ctn-bottom .swiper-slide .text .bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.ctn1 .ctn-bottom .swiper-slide .text .bottom ul li {
  padding: 4px 14px;
  color: #fff;
  bordeR: 1px solid #fff;
  margin-right: 10px;
  margin-top: 10px;
}
.ctn1 .ctn-bottom .swiper-slide .text .bottom span {
  position: absolute;
  color: #fff;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(3) .text .bottom {
  background-image: linear-gradient(90deg, #09aab3 0%, #008e96 100%), linear-gradient(#009fa8, #009fa8);
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(3) .text:hover .top h2 {
  color: #009fa8;
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(2) .text .bottom {
  background-image: linear-gradient(90deg, #f83751 0%, #d2001d 100%), linear-gradient(#e70020, #e70020);
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(2) .text:hover .top h2 {
  color: #e60020;
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(4) .text .bottom {
  background-image: linear-gradient(90deg, #1f9ee8 0%, #0073b6 100%), linear-gradient(#e70020, #e70020);
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(4) .text:hover .top h2 {
  color: #0081cc;
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(5) .text .bottom {
  background-image: linear-gradient(90deg, #00bd55 0%, #008e40 100%), linear-gradient(#e70020, #e70020);
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(5) .text:hover .top h2 {
  color: #009944;
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(1) .text .bottom {
  background-image: linear-gradient(90deg, #fd772e 0%, #d84e02 100%), linear-gradient(#e70020, #e70020);
}
.ctn1 .ctn-bottom .swiper-slide:nth-child(1) .text:hover .top h2 {
  color: #e65504;
}
@media screen and (max-width: 1440px) {
  .ctn1 .ctn-bottom .swiper-slide .text {
    width: 500px;
  }
  .ctn1 .ctn-bottom .swiper-slide .text .top {
    padding: 40px 50px;
  }
  .ctn1 .ctn-bottom .swiper-slide .text .bottom {
    padding: 40px 100px 40px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn1 .ctn-top .swiper-slide h2 {
    line-height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding: 40px 0;
  }
  .ctn1 .ctn-top .swiper-slide h2 {
    line-height: 44px;
  }
  .ctn1 .ctn-bottom {
    margin-top: 20px;
  }
  .ctn1 .ctn-bottom .swiper-slide .text {
    width: 100%;
    right: 0;
    float: none;
    margin-top: 0;
  }
  .ctn1 .ctn-bottom .swiper-slide .text .top {
    padding: 20px;
  }
  .ctn1 .ctn-bottom .swiper-slide .text .top p {
    margin-top: 14px;
  }
  .ctn1 .ctn-bottom .swiper-slide .text .bottom {
    padding: 20px 40px 20px 20px;
  }
  .ctn1 .ctn-bottom .swiper-slide .text .bottom span {
    right: 20px;
  }
}
/*# sourceMappingURL=career.css.map */
<!--ºÄÊ±1787060263.0559Ãë-->