.banner {
  margin-top: 6rem;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 26%;
}
.banner .text .con {
  padding-right: 5rem;
}
.banner .text .con .right {
  float: right;
  width: 35%;
}
.banner .text .con .right h2 {
  font-size: 3rem;
  color: #fff;
}
.banner .text .con .right p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
.people {
  padding: 4rem 0 2rem;
  overflow: hidden;
}
.people .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.people .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 0;
}
.people .con .tu {
  width: 36rem;
  margin: 0 auto;
  position: relative;
}
.people .con .tu img {
  width: 100%;
}
.people .con .tu h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.1rem;
  font-family: NotoSans_bold;
  color: #062058;
  z-index: 2;
}
.people .con .tu ul {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.people .con .tu ul li {
  float: left;
  width: 50%;
  height: 12rem;
  position: relative;
}
.people .con .tu ul li h2 {
  font-size: 1.1rem;
  color: #fff;
  width: 2.2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.success {
  padding: 4rem 0;
  background-image: linear-gradient(70deg, #f2f2f2 0%, #f3f4f4 100%);
  overflow: hidden;
}
.success .con .title {
  margin-bottom: 5rem;
}
.success .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.success .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto;
}
.success .con .title p {
  width: 66%;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #7f808a;
  line-height: 1.8;
  text-align: center;
}
.success .con .tu {
  width: 36rem;
  margin: 0 auto;
  position: relative;
}
.success .con .tu img {
  width: 100%;
}
.success .con .tu ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.success .con .tu ul li {
  width: 15.6rem;
  position: absolute;
  left: -15.6rem;
  top: 0;
  padding-right: 3.5rem;
}
.success .con .tu ul li:before {
  content: attr(data-id);
  position: absolute;
  width: 1.7rem;
  height: 2.8rem;
  background: url(../image/sign_01.png) no-repeat;
  background-size: cover;
  font-size: 1.8rem;
  color: #00b6be;
  font-family: Ninot_bold;
  right: 0;
  top: 0;
  text-align: right;
}
.success .con .tu ul li .text h2 {
  font-size: 1.4rem;
  font-family: NotoSans_bold;
  color: #00b6be;
  text-align: right;
}
.success .con .tu ul li .text p {
  font-size: 0.9rem;
  text-align: right;
  color: #777;
  line-height: 1.8;
  margin-top: 0.6rem;
}
.success .con .tu ul li:nth-child(2) {
  top: auto;
  bottom: 0;
}
.success .con .tu ul li:nth-child(2):before {
  background: url(../image/sign_03.png) no-repeat;
  background-size: cover;
  color: #587abc;
}
.success .con .tu ul li:nth-child(2) .text h2 {
  color: #587abc;
}
.success .con .tu ul li:nth-child(3) {
  left: 36rem;
  padding-right: 0;
  padding-left: 3.5rem;
}
.success .con .tu ul li:nth-child(3):before {
  background: url(../image/sign_02.png) no-repeat;
  background-size: cover;
  color: #192952;
  right: auto;
  left: 0;
  width: 1.9rem;
  text-align: left;
}
.success .con .tu ul li:nth-child(3) .text h2 {
  color: #192952;
  text-align: left;
}
.success .con .tu ul li:nth-child(3) .text p {
  text-align: left;
}
.success .con .tu ul li:nth-child(4) {
  left: 36rem;
  top: auto;
  bottom: 0;
  padding-right: 0;
  padding-left: 3.5rem;
}
.success .con .tu ul li:nth-child(4):before {
  background: url(../image/sign_04.png) no-repeat;
  background-size: cover;
  color: #95bc45;
  right: auto;
  left: 0;
  width: 1.9rem;
  text-align: left;
}
.success .con .tu ul li:nth-child(4) .text h2 {
  color: #95bc45;
  text-align: left;
}
.success .con .tu ul li:nth-child(4) .text p {
  text-align: left;
}
.ability {
  padding: 4rem 0;
  overflow: hidden;
}
.ability .con .title {
  margin-bottom: 5rem;
}
.ability .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.ability .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto;
}
.ability .con .title p {
  width: 45%;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #7f808a;
  line-height: 1.8;
  text-align: center;
}
.ability .con .tu {
  width: 46.4rem;
  margin: 0 auto;
  position: relative;
}
.ability .con .tu img {
  width: 100%;
}
.ability .con .tu ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ability .con .tu ul li {
  position: absolute;
  width: 8.5rem;
  left: 0;
  top: 1rem;
}
.ability .con .tu ul li .text h2 {
  font-size: 1.1rem;
  font-family: NotoSans_bold;
  color: #95bb47;
  text-align: right;
}
.ability .con .tu ul li .text p {
  font-size: 0.8rem;
  color: #7f808a;
  text-align: right;
  margin-top: 0.6rem;
}
.ability .con .tu ul li:nth-child(2) {
  left: auto;
  right: 0;
}
.ability .con .tu ul li:nth-child(2) .text h2 {
  color: #2f75bd;
  text-align: left;
}
.ability .con .tu ul li:nth-child(2) .text p {
  text-align: left;
}
.ability .con .tu ul li:nth-child(3) {
  top: auto;
  bottom: 1rem;
}
.ability .con .tu ul li:nth-child(3) .text h2 {
  color: #2f74bb;
}
.ability .con .tu ul li:nth-child(4) {
  left: auto;
  right: 0;
  top: auto;
  bottom: 1rem;
}
.ability .con .tu ul li:nth-child(4) .text h2 {
  color: #00b6be;
  text-align: left;
}
.ability .con .tu ul li:nth-child(4) .text p {
  text-align: left;
}
.staff {
  padding: 4rem 0 3rem;
  background-image: linear-gradient(70deg, #dcdfe0 0%, #f7f7f7 51%, #f0f1f1 100%);
  overflow: hidden;
}
.staff .con .title {
  margin-bottom: 3rem;
}
.staff .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.staff .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto;
}
.staff .con .title p {
  width: 84%;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #7f808a;
  line-height: 1.8;
  text-align: center;
}
.staff .con .tu {
  position: relative;
}
.staff .con .tu img {
  width: 100%;
}
.staff .con .tu .ul_1 {
  position: absolute;
  width: 32%;
  left: 0;
  top: 1.6rem;
}
.staff .con .tu .ul_1 h2 {
  font-size: 1.2rem;
  font-family: NotoSans_bold;
  color: #00b6be;
  margin-bottom: 0.6rem;
}
.staff .con .tu .ul_1 ul li {
  float: left;
  width: 50%;
  padding-left: 1.2rem;
  position: relative;
  font-size: 0.9rem;
  color: #444;
  margin-top: 0.6rem;
}
.staff .con .tu .ul_1 ul li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #00b6be;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.staff .con .tu .ul_2 {
  position: absolute;
  width: 32%;
  left: 55%;
  top: 35%;
}
.staff .con .tu .ul_2 h2 {
  font-size: 1.2rem;
  font-family: NotoSans_bold;
  color: #84b022;
  margin-bottom: 0.6rem;
}
.staff .con .tu .ul_2 ul li {
  float: left;
  width: 50%;
  padding-left: 1.2rem;
  position: relative;
  font-size: 0.9rem;
  color: #444;
  margin-top: 0.6rem;
}
.staff .con .tu .ul_2 ul li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #95bb47;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.staff .con .tu .ul_3 {
  position: absolute;
  width: 50%;
  left: 32%;
  bottom: 8%;
}
.staff .con .tu .ul_3 h2 {
  font-size: 1.2rem;
  font-family: NotoSans_bold;
  color: #2f74bb;
  margin-bottom: 0.6rem;
}
.staff .con .tu .ul_3 ul li {
  float: left;
  width: 33.333%;
  padding-left: 1.2rem;
  position: relative;
  font-size: 0.9rem;
  color: #444;
  margin-top: 0.6rem;
}
.staff .con .tu .ul_3 ul li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #2f74bb;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.path {
  overflow: hidden;
}
.path .con .box {
  padding: 5rem 0 6rem;
  border-bottom: 1px solid #dddfe0;
}
.path .con .box .left {
  float: left;
  width: 48.8%;
  padding-top: 3rem;
}
.path .con .box .left h2 {
  font-size: 2.4rem;
  color: #062058;
}
.path .con .box .left .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem 0;
}
.path .con .box .left p {
  font-size: 0.9rem;
  color: #7f808a;
  line-height: 1.8;
  text-align: justify;
}
.path .con .box .right {
  float: right;
  width: 36.8%;
}
.path .con .box .right img {
  width: 100%;
}
.product {
  padding: 5rem 0 6rem;
  overflow: hidden;
}
.product .con .title h2 {
  font-size: 2.4rem;
  font-family: NotoSans_light;
  color: #062058;
  text-align: center;
}
.product .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 3.5rem;
}
.product .con .product-top .swiper-slide {
  background: #fdfdfd;
  height: 4rem;
  border-right: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product .con .product-top .swiper-slide h2 {
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  font-family: NotoSans_bold;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product .con .product-top .swiper-slide:last-child {
  border-right: none;
}
.product .con .product-top .swiper-slide:hover {
  background: #95bb47;
}
.product .con .product-top .swiper-slide:hover h2 {
  color: #fff;
}
.product .con .product-top .swiper-slide.active {
  background: #95bb47;
}
.product .con .product-top .swiper-slide.active h2 {
  color: #fff;
}
.product .con .product-bottom .swiper-slide {
  background: #edf1f4;
}
.product .con .product-bottom .swiper-slide .left {
  float: left;
  width: 46%;
  padding: 7rem 0 0 3.4rem;
}
.product .con .product-bottom .swiper-slide .left h2 {
  font-size: 1.8rem;
  color: #062058;
}
.product .con .product-bottom .swiper-slide .left .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem 0;
}
.product .con .product-bottom .swiper-slide .left p {
  font-size: 0.8rem;
  color: #7f808a;
  line-height: 1.8;
  text-align: justify;
}
.product .con .product-bottom .swiper-slide .right {
  float: right;
  width: 50%;
}
.product .con .product-bottom .swiper-slide .right img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    top: 12%;
  }
  .banner .text .con {
    padding-right: 20px;
  }
  .banner .text .con .right {
    width: 100%;
  }
  .banner .text .con .right h2 {
    font-size: 16px;
  }
  .banner .text .con .right p {
    font-size: 14px;
    margin-top: 6px;
  }
  .people {
    padding: 30px 0;
  }
  .people .con .title h2 {
    font-size: 18px;
  }
  .people .con .title .line {
    margin: 14px auto 0;
  }
  .people .con .tu {
    width: 100%;
  }
  .people .con .tu h3 {
    font-size: 14px;
  }
  .people .con .tu ul {
    width: 20rem;
    height: 20rem;
  }
  .people .con .tu ul li {
    height: 10rem;
  }
  .people .con .tu ul li h2 {
    font-size: 14px;
    width: 40px;
  }
  .success {
    padding: 30px 0;
  }
  .success .con .title h2 {
    font-size: 18px;
  }
  .success .con .title .line {
    margin: 14px auto;
  }
  .success .con .title p {
    width: 100%;
    font-size: 14px;
  }
  .success .con .tu {
    width: 100%;
  }
  .success .con .tu ul {
    position: relative;
  }
  .success .con .tu ul li {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-top: 20px;
  }
  .success .con .tu ul li .text h2 {
    font-size: 16px;
  }
  .success .con .tu ul li .text p {
    font-size: 14px;
  }
  .ability {
    padding: 30px 0;
  }
  .ability .con .title {
    margin-bottom: 30px;
  }
  .ability .con .title h2 {
    font-size: 18px;
  }
  .ability .con .title .line {
    margin: 14px auto;
  }
  .ability .con .title p {
    width: 100%;
    font-size: 14px;
  }
  .ability .con .tu {
    width: 100%;
    padding-bottom: 40px;
  }
  .ability .con .tu ul li {
    width: 80px;
  }
  .ability .con .tu ul li .text h2 {
    font-size: 16px;
    text-align: left;
  }
  .ability .con .tu ul li .text p {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
  .ability .con .tu ul li:first-child {
    top: -26px;
  }
  .ability .con .tu ul li:nth-child(2) {
    top: -26px;
    width: 68px;
  }
  .ability .con .tu ul li:nth-child(3) {
    bottom: 44px;
  }
  .ability .con .tu ul li:nth-child(3) h2 {
    position: absolute;
    bottom: -28px;
  }
  .ability .con .tu ul li:nth-child(4) {
    bottom: 44px;
    width: 68px;
  }
  .ability .con .tu ul li:nth-child(4) h2 {
    position: absolute;
    bottom: -28px;
  }
  .staff {
    padding: 30px 0;
  }
  .staff .con .title {
    margin-bottom: 30px;
  }
  .staff .con .title h2 {
    font-size: 18px;
  }
  .staff .con .title .line {
    margin: 14px auto;
  }
  .staff .con .title p {
    width: 100%;
    font-size: 14px;
  }
  .staff .con .tu .ul_1 {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 20px;
  }
  .staff .con .tu .ul_1 h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .staff .con .tu .ul_1 ul li {
    font-size: 14px;
    margin-top: 6px;
  }
  .staff .con .tu .ul_2 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  .staff .con .tu .ul_2 h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .staff .con .tu .ul_2 ul li {
    font-size: 14px;
    margin-top: 6px;
  }
  .staff .con .tu .ul_3 {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 20px;
  }
  .staff .con .tu .ul_3 h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .staff .con .tu .ul_3 ul li {
    font-size: 14px;
    margin-top: 6px;
  }
  .path .con .box {
    padding: 30px 0;
  }
  .path .con .box .left {
    width: 100%;
    padding-top: 0;
  }
  .path .con .box .left h2 {
    font-size: 18px;
  }
  .path .con .box .left .line {
    margin: 16px 0;
  }
  .path .con .box .left p {
    font-size: 14px;
  }
  .path .con .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .product {
    padding: 30px 0;
  }
  .product .con .title h2 {
    font-size: 18px;
  }
  .product .con .title .line {
    margin: 14px auto 20px;
  }
  .product .con .product-top {
    border-top: 1px solid #ddd;
  }
  .product .con .product-top .swiper-slide h2 {
    font-size: 14px;
    padding: 0 10px;
  }
  .product .con .product-bottom .swiper-slide .left {
    width: 100%;
    padding: 20px;
  }
  .product .con .product-bottom .swiper-slide .left h2 {
    font-size: 18px;
  }
  .product .con .product-bottom .swiper-slide .left .line {
    margin: 16px 0;
  }
  .product .con .product-bottom .swiper-slide .left p {
    font-size: 14px;
  }
  .product .con .product-bottom .swiper-slide .right {
    width: 100%;
  }
}
/*# sourceMappingURL=profession_develop.css.map */