.all-content {
  padding-top: 79px;
  padding-bottom: 102px;
  width: 100%;
  background-color: #f7f7f7;
}
.all-content .banner {
  width: 100%;
  height: 707px;
  position: relative;
  overflow: hidden;
}
.all-content .banner .left {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.all-content .banner .left .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.all-content .banner .left .icon {
  width: 206px;
  height: 206px;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 11.98%;
  transform: translateY(-50%);
}
.all-content .banner .left .icon img {
  width: 148px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all-content .banner .right {
  width: 67.6%;
  height: 707px;
  position: absolute;
  top: 0;
  right: 0px;
}
.all-content .banner .right .top {
  width: 100%;
  height: 579px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 1s;
}
.all-content .banner .right .top:hover {
  width: 105%;
}
.all-content .banner .right .top .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  position: absolute;
}
.all-content .banner .right .top .text {
  color: #fff;
  position: relative;
  left: 297px;
  top: 116px;
}
.all-content .banner .right .top .text .title {
  font-size: 46px;
  font-weight: bold;
}
.all-content .banner .right .top .text .english {
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
.all-content .banner .right .top .text .line {
  margin-top: 49px;
  width: 22px;
  height: 4px;
  background: #FFFFFF;
}
.all-content .banner .right .top .text .intro {
  margin-top: 40px;
  width: 688px;
  height: 53px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}
.all-content .banner .right .bottom {
  width: 79.5%;
  height: 263px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  transition: all 1s;
}
.all-content .banner .right .bottom:hover {
  width: 85%;
}
.all-content .banner .right .bottom .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  position: absolute;
}
.all-content .banner .right .bottom .text {
  color: #fff;
  position: relative;
  top: 70px;
  left: 120px;
}
.all-content .banner .right .bottom .text .info {
  display: inline-block;
  vertical-align: middle;
  margin-right: 100px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.all-content .banner .right .bottom .text .info span {
  display: inline-block;
  vertical-align: text-bottom;
}
.all-content .banner .right .bottom .text .info .dot {
  width: 19px;
  height: 19px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.all-content .banner .right .bottom .text .info .dot:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all-content .banner .right .bottom .text .info .num {
  margin-left: 9px;
  font-size: 16px;
}
.all-content .banner .right .bottom .text .info .num b {
  padding: 0 12px;
  display: inline;
  font-size: 68px;
  line-height: 16px;
  font-family: DIN-BOLD;
  font-weight: bold;
}
.all-content .banner .right .bottom .text .info:nth-of-type(2) {
  margin-left: 12px;
}
.all-content .banner .right .bottom .text .info:nth-of-type(3) {
  margin-left: 25px;
}
.all-content .info-box {
  padding-bottom: 112px;
  margin: 0 auto;
  margin-top: 132px;
  width: 83.33%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.all-content .info-box .box {
  padding: 0 4.375%;
  box-sizing: border-box;
  width: 32.12%;
  height: 360px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}
.all-content .info-box .box:hover .line span {
  width: 100%;
}
.all-content .info-box .box .numbers {
  position: absolute;
  top: -32px;
  right: 36px;
  font-size: 68px;
  line-height: 55px;
  font-family: DIN-BOLD;
  font-weight: bold;
  color: #0349A8;
}
.all-content .info-box .box .numbers .num,
.all-content .info-box .box .numbers .bot {
  display: inline-block;
  vertical-align: text-bottom;
}
.all-content .info-box .box .numbers .bot {
  margin-left: -10px;
  width: 11px;
  height: 11px;
  background-color: #0349a8;
}
.all-content .info-box .box .title {
  margin-top: 93px;
  font-size: 24px;
  font-weight: bold;
  color: #0A0A0A;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.all-content .info-box .box .line {
  margin: 25px 0;
  width: 100%;
  height: 1px;
  background-color: #E7E7E7;
  position: relative;
}
.all-content .info-box .box .line span {
  display: block;
  width: 8.83%;
  height: 2px;
  background-color: #090909;
  transition: all 0.5s;
}
.all-content .info-box .box .intro {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.all-content .skill {
  width: 100%;
  height: 606px;
  position: relative;
  overflow: hidden;
}
.all-content .skill .bg-img {
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -900px;
  right: -900px;
}
.all-content .skill .top,
.all-content .skill .bot {
  position: relative;
}
.all-content .skill .top {
  padding-top: 111px;
  text-align: center;
  color: #fff;
}
.all-content .skill .top .title {
  font-size: 30px;
  font-weight: bold;
}
.all-content .skill .top .intro {
  margin-top: 34px;
  font-size: 16px;
  font-family: PingFang SC;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
}
.all-content .skill .bot {
  margin-top: 118px;
  text-align: center;
}
.all-content .skill .bot .box {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}
.all-content .skill .bot .box:hover .img-box {
  transform: scale(1.1);
}
.all-content .skill .bot .box .img-box {
  margin: 0 auto;
  width: 128px;
  height: 128px;
  border: 2px solid #BEA36C;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}
.all-content .skill .bot .box .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all-content .skill .bot .box:nth-of-type(1) img {
  width: 55px;
}
.all-content .skill .bot .box:nth-of-type(2) img {
  width: 89px;
}
.all-content .skill .bot .box:nth-of-type(3) img {
  width: 76px;
}
.all-content .skill .bot .box span {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.all-content .advantage {
  margin: 0 auto;
  margin-top: 110px;
  padding: 0 4.375%;
  padding-bottom: 153px;
  box-sizing: border-box;
  width: 83.33%;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  text-align: center;
}
.all-content .advantage .title {
  padding-top: 82px;
  font-size: 30px;
  font-weight: bold;
  color: #0349A8;
}
.all-content .advantage .english {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  opacity: 0.5;
}
.all-content .advantage .line {
  margin: 0 auto;
  margin-top: 50px;
  width: 22px;
  height: 4px;
  background: #1B43A8;
}
.all-content .advantage .intro {
  margin-top: 54px;
  font-size: 16px;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 36px;
}
@media screen and (max-width: 1400px) {
  .all-content .banner .right .top:hover {
    width: 110%;
  }
}
@media screen and (max-width: 1300px) {
  .all-content .banner .right .top:hover {
    width: 117%;
  }
}
@media screen and (max-width: 1200px) {
  .all-content .banner .right .top:hover {
    width: 125%;
  }
}
@media screen and (max-width: 1100px) {
  .all-content .banner .right .top:hover {
    width: 135%;
  }
}
@media screen and (max-width: 1020px) {
  .all-content .banner {
    width: 100%;
    height: 79rem;
    position: relative;
    overflow: hidden;
  }
  .all-content .banner .left {
    width: 100%;
  }
  .all-content .banner .left .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .all-content .banner .left .icon {
    width: 12rem;
    height: 12rem;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .all-content .banner .left .icon img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .all-content .banner .right {
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0px;
  }
  .all-content .banner .right .top {
    width: 100%;
    height: 30rem;
    background-color: #1e3b9f;
    position: absolute;
    top: -51rem;
    right: 0;
    overflow: hidden;
    transition: all 1s;
  }
  .all-content .banner .right .top .text {
    margin: 0 auto;
    width: 90%;
    color: #fff;
    position: static;
    left: 29.7rem;
    top: 11.6rem;
  }
  .all-content .banner .right .top .text .title {
    margin-top: 3.5rem;
    font-size: 3rem;
    font-weight: bold;
  }
  .all-content .banner .right .top .text .english {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
  }
  .all-content .banner .right .top .text .line {
    margin-top: 3rem;
    width: 2rem;
    height: 0.4rem;
    background: #FFFFFF;
  }
  .all-content .banner .right .top .text .intro {
    margin-top: 4rem;
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .all-content .banner .right .top:hover,
  .all-content .banner .right .bottom:hover {
    width: 100%;
  }
  .all-content .banner .right .top .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    display: none;
  }
  .all-content .banner .right .bottom {
    width: 100%;
    height: 22rem;
    background-color: #ccb88d;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    transition: all 1s;
  }
  .all-content .banner .right .bottom .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    display: none;
  }
  .all-content .banner .right .bottom .text {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    top: 3rem;
    left: 0;
  }
  .all-content .banner .right .bottom .text .info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-bottom: 3rem;
    transition: all 0.5s;
  }
  .all-content .banner .right .bottom .text .info:nth-of-type(2),
  .all-content .banner .right .bottom .text .info:nth-of-type(3) {
    margin-left: 0;
  }
  .all-content .banner .right .bottom .text .info .num {
    margin-left: 0.5rem;
    font-size: 1.5rem;
  }
  .all-content .banner .right .bottom .text .info .num b {
    padding: 0 0.5rem;
    display: inline;
    font-size: 5rem;
    line-height: 1.6rem;
    font-family: DIN-BOLD;
    font-weight: bold;
  }
  .all-content .info-box {
    padding-bottom: 5rem;
    margin: 0 auto;
    margin-top: 6rem;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .all-content .info-box .box {
    margin-bottom: 3rem;
    padding: 0 4.375%;
    box-sizing: border-box;
    width: 100%;
    height: 32rem;
    background-color: #fff;
    position: relative;
  }
  .all-content .info-box .box .numbers {
    position: absolute;
    top: -3.2rem;
    right: 3.6rem;
    font-size: 6.8rem;
    line-height: 5rem;
    font-family: DIN-BOLD;
    font-weight: bold;
    color: #0349A8;
  }
  .all-content .info-box .box .title {
    margin-top: 8rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0A0A0A;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .all-content .info-box .box .line {
    margin: 2.5rem 0;
    width: 100%;
    height: 1px;
    background-color: #E7E7E7;
    position: relative;
  }
  .all-content .info-box .box .intro {
    font-size: 1.6rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 3rem;
    opacity: 0.8;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .all-content .skill {
    width: 100%;
    height: 45rem;
    position: relative;
    overflow: hidden;
  }
  .all-content .skill .top {
    margin: 0 auto;
    width: 90%;
    padding-top: 5rem;
    text-align: center;
    color: #fff;
  }
  .all-content .skill .top .title {
    font-size: 3rem;
    font-weight: bold;
  }
  .all-content .skill .top .intro {
    margin-top: 3.4rem;
    font-size: 1.6rem;
    font-family: PingFang SC;
    color: rgba(255, 255, 255, 0.8);
    line-height: 3rem;
  }
  .all-content .skill .bot {
    margin-top: 8rem;
    text-align: center;
  }
  .all-content .skill .bot .box {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
  .all-content .skill .bot .box .img-box {
    margin: 0 auto;
    width: 8rem;
    height: 8rem;
    border: 0.2rem solid #BEA36C;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
  }
  .all-content .skill .bot .box span {
    display: block;
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
  }
  .all-content .skill .bot .box:nth-of-type(1) img {
    width: 4rem;
  }
  .all-content .skill .bot .box:nth-of-type(2) img {
    width: 7rem;
  }
  .all-content .skill .bot .box:nth-of-type(3) img {
    width: 5rem;
  }
  .all-content .advantage {
    margin: 0 auto;
    margin-top: 110px;
    padding: 0 4.375%;
    padding-bottom: 5rem;
    box-sizing: border-box;
    width: 83.33%;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    text-align: center;
  }
  .all-content .advantage .title {
    padding-top: 4rem;
    font-size: 30px;
    font-weight: bold;
    color: #0349A8;
  }
}
