.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;
}
.life {
  padding: 3.5rem 0 5rem;
}
.life .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.life .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 3.5rem;
}
.life .con .life-top ul li {
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 27%;
  overflow: hidden;
  position: relative;
}
.life .con .life-top ul li img {
  width: 100%;
}
.life .con .life-top ul li h2 {
  position: absolute;
  bottom: 1.6rem;
  left: 2rem;
  font-size: 1.6rem;
  color: #fff;
}
.life .con .life-top ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.life .con .life-middle {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #ddd;
}
.life .con .life-middle ul li {
  position: relative;
}
.life .con .life-middle ul li .left {
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 27%;
  overflow: hidden;
}
.life .con .life-middle ul li .left img {
  width: 100%;
}
.life .con .life-middle ul li .right {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.life .con .life-middle ul li .right:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-right: 1.1rem solid #fff;
  border-bottom: 1rem solid transparent;
  position: absolute;
  left: -1.1rem;
  top: 25%;
}
.life .con .life-middle ul li .right .text {
  position: absolute;
  width: 72%;
  top: 46%;
  left: 46%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.life .con .life-middle ul li .right .text h2 {
  font-size: 1.6rem;
  color: #1f1f1f;
}
.life .con .life-middle ul li .right .text .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.2rem 0;
}
.life .con .life-middle ul li .right .text p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.life .con .life-middle ul li:nth-child(even) .left {
  float: right;
}
.life .con .life-middle ul li:nth-child(even) .right {
  right: auto;
  left: 0;
}
.life .con .life-middle ul li:nth-child(even) .right:before {
  left: auto;
  top: 25%;
  right: -1.1rem;
  border-right: none;
  border-left: 1.1rem solid #fff;
}
.life .con .life-middle ul li:hover .left img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.life .con .life-bottom {
  padding-top: 2.5rem;
}
.life .con .life-bottom ul li {
  float: left;
  width: 47.2%;
  position: relative;
  cursor: pointer;
  margin-top: 2rem;
}
.life .con .life-bottom ul li .tu {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.life .con .life-bottom ul li .tu img {
  width: 100%;
}
.life .con .life-bottom ul li .tu .video-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #a4c35d;
  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%);
  line-height: 4rem;
  text-align: center;
}
.life .con .life-bottom ul li .tu .video-btn span {
  font-size: 2rem;
  color: #fff;
  position: relative;
  left: 2px;
}
.life .con .life-bottom ul li h2 {
  font-size: 1.4rem;
  color: #333;
  margin-top: 1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.life .con .life-bottom ul li:not(:nth-child(even)) {
  margin-right: 5.6%;
}
.life .con .life-bottom ul li:hover .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.life .con .life-bottom ul li:hover h2 {
  color: #a5c25d;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 10%;
}
#videoPopup .video-box video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#videoPopup .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
  #videoPopup .video-box {
    width: 90%;
    left: 5%;
  }
}
@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;
  }
  .life {
    padding: 30px 0;
  }
  .life .con .title h2 {
    font-size: 18px;
  }
  .life .con .title .line {
    margin: 14px auto 10px;
  }
  .life .con .life-top ul li {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 54%;
  }
  .life .con .life-top ul li h2 {
    font-size: 16px;
    left: 14px;
    bottom: 14px;
  }
  .life .con .life-middle {
    padding-bottom: 20px;
  }
  .life .con .life-middle ul li {
    margin-top: 10px;
  }
  .life .con .life-middle ul li .left {
    width: 100%;
    padding-bottom: 54%;
  }
  .life .con .life-middle ul li .right {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  .life .con .life-middle ul li .right:before {
    display: none;
  }
  .life .con .life-middle ul li .right .text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  .life .con .life-middle ul li .right .text h2 {
    font-size: 16px;
  }
  .life .con .life-middle ul li .right .text .line {
    margin: 14px 0;
  }
  .life .con .life-middle ul li .right .text p {
    font-size: 14px;
  }
  .life .con .life-bottom {
    padding-top: 10px;
  }
  .life .con .life-bottom ul li {
    width: 100%;
    margin-top: 20px;
  }
  .life .con .life-bottom ul li:not(:nth-child(even)) {
    margin-right: 0;
  }
  .life .con .life-bottom ul li .tu .video-btn {
    top: 44%;
  }
  .life .con .life-bottom ul li h2 {
    font-size: 16px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=profession_life.css.map */