.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: 3.5rem 0 0;
}
.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 3.5rem;
}
.people .con .video-tu {
  margin-top: 3.5rem;
  background: #000;
  position: relative;
}
.people .con .video-tu video {
  width: 100%;
  height: 40.5rem;
}
.people .con .video-tu .video-btn {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.people .con .video-tu .video-btn span {
  color: #a5c25d;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 52%;
  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;
}
.people .con .video-tu .video-btn:hover {
  background: #a5c25d;
}
.people .con .video-tu .video-btn:hover span {
  color: #fff;
}
.profession-list {
  padding: 4rem 0 5rem;
  overflow: hidden;
}
.profession-list .con ul {
  margin-bottom: 5.3rem;
}
.profession-list .con ul li {
  position: relative;
  margin-top: 2rem;
}
.profession-list .con ul li .left {
  float: left;
  width: 25%;
}
.profession-list .con ul li .left img {
  width: 100%;
}
.profession-list .con ul li .middle {
  position: absolute;
  width: 20%;
  left: 25%;
  height: 100%;
  top: 0;
  border-right: 3px solid #a4c35d;
}
.profession-list .con ul li .middle .text {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.profession-list .con ul li .middle .text h3 {
  font-size: 2.4rem;
  color: #a4c35d;
}
.profession-list .con ul li .middle .text h2 {
  font-size: 1.2rem;
  color: #a4c35d;
  margin-top: 0.3rem;
}
.profession-list .con ul li .right {
  position: absolute;
  width: 53%;
  height: 100%;
  right: 0;
  top: 0;
  background: #a4c35d;
}
.profession-list .con ul li .right .text {
  position: absolute;
  width: 88%;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.profession-list .con ul li .right .text p {
  font-size: 1rem;
  color: #fff;
  font-family: NotoSans_bold;
  text-align: justify;
  line-height: 1.6;
}
.profession-list .con ul li:nth-child(2) .middle .text h3 {
  color: #50b3bb;
}
.profession-list .con ul li:nth-child(2) .middle .text h2 {
  color: #50b3bb;
}
.profession-list .con ul li:nth-child(2) .right {
  background: #50b3bb;
}
.profession-list .con ul li:nth-child(3) .middle .text h3 {
  color: #4e78b7;
}
.profession-list .con ul li:nth-child(3) .middle .text h2 {
  color: #4e78b7;
}
.profession-list .con ul li:nth-child(3) .right {
  background: #4e78b7;
}
.profession-list .con .more-loading {
  margin-top: 3.3rem;
}
.profession-list .con .more-loading .more {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  border-radius: 50%;
  background: #a4c35d;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.profession-list .con .more-loading .more span {
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.profession-list .con .more-loading .more:hover {
  background: #fff;
  box-shadow: 0px 8px 43px 0px rgba(71, 71, 71, 0.25);
}
.profession-list .con .more-loading .more:hover span {
  color: #a4c35d;
}
.profession-list .con .more-loading p {
  text-align: center;
  font-size: 1rem;
  color: #bbb;
  margin-top: 1.4rem;
}
.profession-list .con .more-loading p .current {
  color: #a4c35d;
}
@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 0;
  }
  .people .con .title h2 {
    font-size: 18px;
  }
  .people .con .title .line {
    margin: 14px auto 30px;
  }
  .people .con .video-tu {
    margin-top: 0;
  }
  .people .con .video-tu video {
    height: 190px;
  }
  .people .con .video-tu .video-btn {
    width: 50px;
    height: 50px;
  }
  .people .con .video-tu .video-btn span {
    font-size: 18px;
  }
  .profession-list {
    padding: 0 0 30px;
  }
  .profession-list .con ul {
    margin-bottom: 0;
  }
  .profession-list .con ul li {
    margin-top: 20px;
  }
  .profession-list .con ul li .left {
    width: 100%;
  }
  .profession-list .con ul li .middle {
    position: relative;
    width: 100%;
    left: 0;
    float: left;
    padding: 10px 0;
    border-right: none !important;
  }
  .profession-list .con ul li .middle .text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .profession-list .con ul li .middle .text h3 {
    font-size: 24px;
  }
  .profession-list .con ul li .middle .text h2 {
    font-size: 16px;
  }
  .profession-list .con ul li .right {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
  }
  .profession-list .con ul li .right .text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .profession-list .con ul li .right .text p {
    font-size: 14px;
  }
  .profession-list .con .more-loading {
    margin-top: 30px;
  }
  .profession-list .con .more-loading .more {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .profession-list .con .more-loading .more span {
    font-size: 20px;
  }
  .profession-list .con .more-loading p {
    font-size: 14px;
    margin-top: 12px;
  }
}
/*# sourceMappingURL=profession_index.css.map */