sub {
  line-height: 1.3;
}
.n_banner .text h3 {
  display: inline-block;
  position: relative;
}
.n_banner .text h3:before {
  content: '';
  width: 50px;
  height: 50px;
  background: #009fa8;
  position: absolute;
  left: -26px;
  top: -20px;
  z-index: -1;
}
.n_banner .text .p {
  max-width: 100%;
}
.n_banner.ny .text h3:before {
  background: #e60020;
}
.n_banner.jc .text h3:before {
  background: #0081cc;
}
.n_banner.jc .text .p {
  opacity: 0.5;
}
.n_banner.hj .text h3:before {
  background: #009944;
}
.n_banner.jm .text h3:before {
  background: #ea5303;
}
.n_banner.jm .text .p {
  opacity: 0.5;
}
.ctn1 {
  /*padding: 6vw 0;*/
  padding-top:6vw;
}
.ctn1 .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn1 .con .left {
  width: 45%;
}
.ctn1 .con .left h2 {
  color: #000;margin-bottom:10px;
}
.ctn1 .con .left p{
    line-height: 1.6;
  margin-bottom:5px;
  color: #777;
}
.ctn1 .con .left .text {
  margin-top: 1vw;
  color: #777;
}
.ctn1 .con .left .text p {
  line-height: 1.6;
  margin-bottom:5px;
}
.ctn1 .con .left .text p:not(:first-child) {
  margin-top: 10px;
}
.ctn1 .con .left .text .list {
  margin: 1vw 0;
  display: flex;
}
.ctn1 .con .left .text .list .box h3 {
  color: #000;
  font-size: 18px;
  margin: 20px 0 10px;
}
.ctn1 .con .left .text .list .box ul li {
  padding-left: 16px;
  position: relative;
}
.ctn1 .con .left .text .list .box ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #004ea2;
  position: absolute;
  left: 0;
  top: 10px;
}
.ctn1 .con .left .text .list .box ul li:not(:first-child) {
  margin-top: 10px;
}
.ctn1 .con .left .text .list .box:not(:last-child) {
  margin-right: 2vw;
}
.ctn1 .con .left .supply {
  margin-top: 20px;
}
.ctn1 .con .right {
  width: 43.3%;
  overflow: hidden;
}
.ctn1 .con .right img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .right:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 {
  padding: 6vw 0 8vw;
  background: #ececec;
}
.ctn2 .title h2 {
  color: #000;
}
.ctn2 .ctn-list {
  position: relative;
  margin-top: 8vw;
}
.ctn2 .ctn-list .swiper-slide .tu {
  height: 200px;
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list .swiper-slide .tu img {
  max-width: 80%;
  max-height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .swiper-slide .bottom {
  margin-top: 2.5vw;
  border-top: 1px solid #b5b5b5;
  padding-left: 16px;
  padding-top: 10px;
}
.ctn2 .ctn-list .swiper-slide .bottom h2 {
  color: #000;
  opacity: 0.4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list .swiper-slide .bottom .text {
  color: #999;
  margin-top: 10px;
}
.ctn2 .ctn-list .swiper-slide .bottom .text p {
  padding-left: 16px;
  position: relative;
}
.ctn2 .ctn-list .swiper-slide .bottom .text p:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #004ea2;
  position: absolute;
  left: 0;
  top: 10px;
}
.ctn2 .ctn-list .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 .ctn-list .swiper-slide:hover .bottom h2 {
  opacity: 1;
}
.ctn2 .ctn-list .swiper-button-prev {
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 30%;
  left: -60px;
  background: none;
}
.ctn2 .ctn-list .swiper-button-prev:before {
  content: '\e61d';
  font-family: iconfont;
  font-size: 18px;
  color: #0a0a0a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ctn2 .ctn-list .swiper-button-next {
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 30%;
  right: -60px;
  background: none;
}
.ctn2 .ctn-list .swiper-button-next:before {
  content: '\e61b';
  font-family: iconfont;
  font-size: 18px;
  color: #0a0a0a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ctn3 {
  padding: 9vw 0;
}
.ctn3 .ctn-list {
  margin-top: 4vw;
}
.ctn3 .ctn-list ul {
  display: flex;
  justify-content: space-between;
}
.ctn3 .ctn-list ul li {
  width: 23.6%;
}
.ctn3 .ctn-list ul li .tu {
  overflow: hidden;
}
.ctn3 .ctn-list ul li .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list ul li h2 {
  line-height: 58px;
  text-align: center;
  background: #e60020;
  color: #fff;
}
.ctn3 .ctn-list ul li:nth-child(2) h2 {
  background: #0081cc;
}
.ctn3 .ctn-list ul li:nth-child(3) h2 {
  background: #009944;
}
.ctn3 .ctn-list ul li:nth-child(4) h2 {
  background: #e65504;
}
.ctn3 .ctn-list ul li:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn3.ny .ctn-list ul li:nth-child(1) h2 {
  background: #00a0a7;
}
.ctn3.jc .ctn-list ul li:nth-child(1) h2 {
  background: #00a0a7;
}
.ctn3.jc .ctn-list ul li:nth-child(2) h2 {
  background: #e60020;
}
.ctn3.hj .ctn-list ul li:nth-child(1) h2 {
   background: #00a0a7;
}
.ctn3.hj .ctn-list ul li:nth-child(2) h2 {
  background: #e60020;
}
.ctn3.hj .ctn-list ul li:nth-child(3) h2 {
  background: #0081cc;
}
.ctn3.jm .ctn-list ul li:nth-child(1) h2 {
   background: #00a0a7;
}
.ctn3.jm .ctn-list ul li:nth-child(2) h2 {
  background: #e60020;
}
.ctn3.jm .ctn-list ul li:nth-child(3) h2 {
  background: #0081cc;
}
.ctn3.jm .ctn-list ul li:nth-child(4) h2 {
  background: #009944;
}
.service {
  padding-top: 8vw;
}
.service .con {
  display: flex;
}
.service .con .tu {
  width: 43.5%;
  overflow: hidden;
}
.service .con .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.service .con .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.service .con .text {
  width: 56.5%;
  background: #f5f5f5;
  padding: 4vw 6.5vw 8vw 5vw;
}
.service .con .text h2 {
  color: #000;
}
.service .con .text .txt {
  margin-top: 1.5vw;
  color: #777;
  line-height: 1.6;
  text-align: justify;
}
.service .con .text .txt p:not(:first-child) {
  margin-top: 10px;
}
.cause {
  /*padding: 4vw 0 6vw;*/
  padding-top:6vw;
}
.cause .title h2 {
  color: #000;
}
.cause .ctn-list ul {
  display: flex;
  justify-content: space-between;
}
.cause .ctn-list ul li {
  width: 22%;
  margin-top: 3vw;
}
.cause .ctn-list ul li .icons {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cause .ctn-list ul li .icons img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cause .ctn-list ul li h2 {
  color: #000;
  margin: 1.2vw 0 0.8vw;
}
.cause .ctn-list ul li p {
  color: #777;
  line-height: 1.6;
  text-align: justify;
}
.cause .ctn-list ul li:hover .icons img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.case {
  padding-top: 8vw;
}
.case .case-list .swiper-slide {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
}
.case .case-list .swiper-slide .tu {
  width: 43.5%;
  overflow: hidden;
}
.case .case-list .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case-list .swiper-slide .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.case .case-list .swiper-slide .text {
  width: 50%;
  padding: 3vw 6vw 9vw 0;
}
.case .case-list .swiper-slide .text h2 {
  color: #000;
}
.case .case-list .swiper-slide .text h3 {
  color: #000;
  margin: 2vw 0 10px;
}
.case .case-list .swiper-slide .text p {
  color: #777;
  line-height: 1.6;
  text-align: justify;
}
.case .case-list .swiper-pagination {
  width: auto;
  left: 50%;
  bottom: 4vw;
}
.case .case-list .swiper-pagination .swiper-pagination-bullet-active {
  background: #004ea2;
}

.ctn1_1{display:flex;flex-wrap:wrap;margin-top:30px;}
.ctn1_1 .mores{margin-right:40px;}

@media screen and (max-width: 1440px) {
  .n_banner .text h3:before {
    width: 44px;
    height: 44px;
  }
  .ctn3 .ctn-list ul li h2 {
    line-height: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn1 .con .left .text p strong {
    font-size: 16px;
  }
  .ctn1 .con .left .text .list .box h3 {
    font-size: 16px;
  }
  .ctn1 .con .left .text .list .box ul li {
    padding-left: 12px;
  }
  .ctn1 .con .left .text .list .box ul li:before {
    top: 8px;
  }
  .ctn1 .con .left .text .list .box ul li:not(:first-child) {
    margin-top: 6px;
  }
  .ctn2 .ctn-list .swiper-slide .bottom .text p {
    padding-left: 12px;
  }
  .ctn2 .ctn-list .swiper-slide .bottom .text p:before {
    top: 8px;
  }
  .ctn2 .ctn-list .swiper-button-prev {
    left: -40px;
    width: 40px;
    height: 40px;
  }
  .ctn2 .ctn-list .swiper-button-next {
    right: -40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .n_banner .text h3:before {
    width: 30px;
    height: 30px;
    left: -8px;
    top: -12px;
  }
  .ctn1 {
    /*padding: 40px 0;*/
    padding-top:40px;
  }
  .ctn1 .con {
    display: block;
  }
  .ctn1 .con .left {
    width: 100%;
    padding-top: 0;
  }
  .ctn1 .con .left .text {
    margin-top: 10px;
  }
  .ctn1 .con .left .text .list {
    margin: 10px 0;
  }
  .ctn1 .con .left .text .list .box h3 {
    margin: 10px 0;
  }
  .ctn1 .con .left .text .list .box:not(:last-child) {
    margin-right: 20px;
  }
  .ctn1 .con .right {
    width: 100%;
    margin-top: 30px;
  }
  .ctn2 {
    padding: 40px 0;
  }
  .ctn2 .ctn-list {
    margin-top: 20px;
  }
  .ctn2 .ctn-list .swiper-slide .tu {
    justify-content: center;
  }
  .ctn2 .ctn-list .swiper-slide .tu img {
    max-width: 70%;
  }
  .ctn2 .ctn-list .swiper-slide .bottom {
    margin-top: 20px;
  }
  .ctn2 .ctn-list .swiper-button-prev {
    left: 0;
  }
  .ctn2 .ctn-list .swiper-button-next {
    right: 0;
  }
  .ctn3 {
    padding: 40px 0;
  }
  .ctn3 .ctn-list {
    margin-top: 16px;
  }
  .ctn3 .ctn-list ul {
    flex-wrap: wrap;
  }
  .ctn3 .ctn-list ul li {
    width: 48.5%;
    margin-top: 14px;
  }
  .ctn3 .ctn-list ul li h2 {
    line-height: 40px;
  }
  .service {
    padding-top: 40px;
  }
  .service .con {
    display: block;
  }
  .service .con .tu {
    width: 100%;
  }
  .service .con .text {
    width: 100%;
    padding: 20px 20px 30px;
  }
  .service .con .text .txt {
    margin-top: 14px;
  }
  .cause {
    /*padding: 0 0 40px;*/
    padding-top:40px;
  }
  .cause .ctn-list ul {
    display: block;
  }
  .cause .ctn-list ul li {
    width: 100%;
    margin-top: 30px;
  }
  .cause .ctn-list ul li .icons {
    width: 40px;
    height: 40px;
  }
  .cause .ctn-list ul li h2 {
    margin: 10px 0;
  }
  .case {
    padding-top: 40px;
  }
  .case .case-list {
    background: #f5f5f5;
  }
  .case .case-list .swiper-slide {
    display: block;
  }
  .case .case-list .swiper-slide .tu {
    width: 100%;
  }
  .case .case-list .swiper-slide .text {
    width: 100%;
    padding: 20px 20px 60px;
  }
  .case .case-list .swiper-slide .text h3 {
    margin: 14px 0 10px;
  }
  .case .case-list .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: 20px;
  }
}
/*# sourceMappingURL=career_1.css.map */
