.banner .bg {
  background-image: url(../image/section_1.jpg);
}

.aptitudes {
  display: flex;
  width: 76%;
  margin: auto;
  padding: 5.6% 0;
}

.aptitudes .left {
  position: relative;
  width: 48%;
}

.aptitudes .left .left-title {
  position: absolute;
  bottom: 6.7%;
  color: #fff;
  left: 10.9%;
}

.aptitudes .left .left-img {
  position: relative;
}

.aptitudes .left img {
  width: 100%;
}

.aptitudes .right {
  width: 61.8%;
  padding: 5.48% 6.85%;
  background-color: #f7f7f7;
}

.aptitudes .right .item {
  display: flex;
  padding: 5.64% 0 2.82% 0;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  align-items: center;
}

.aptitudes .right .item .info,
.aptitudes .right .item .count {
  margin: auto 0;
}

.aptitudes .right .item .info {
  margin-left: 40px;
  width: 80%;
}

.aptitudes .right .item .count {
  position: absolute;
  right: 0;
}

.aptitudes .right .item:nth-child(1) {
  padding-top: 0;
}

.awards {
  width: 100%;
  position: relative;
}

.awards .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../image/section_3.jpg) no-repeat;
  background-size: cover;
}

.awards .content-wrap {
  width: 100%;
  color: #fff;
}

.awards .content-wrap .top-wrap {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.awards .content-wrap .top-wrap .top {
  padding-top: 9.8%;
  display: flex;
}

.awards .content-wrap .top-wrap .cn-title,
.awards .content-wrap .top-wrap .en-title {
  font-weight: bold;
  position: relative;
}

.awards .content-wrap .top-wrap .date {
  position: absolute;
  right: 0;
  margin-top:0px;
}

.awards .content-wrap .top-wrap .red-line {
  position: absolute;
  left: 110%;
  width: 66px;
  height: 4px;
  background-color: #da0801;
  top: 50%;
  margin-top: -2px;
}

.awards .content-wrap .btn-wrap {
  width: 100%;
  margin: 3.5% auto 0;
  display: flex;
}

.awards .content-wrap .btn-wrap .page-btn {
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 20px;
  text-align: center;
  line-height: 56px;
  background-size: 100%;
}

.awards .content-wrap .btn-wrap .page-btn.swiper-button-disabled {
  opacity: .3;
}

.awards .content-wrap .btn-wrap .page-btn:nth-child(1) {
  margin-left: 0;
}

.awards .content-wrap .btn-wrap .page-btn .icon {
  vertical-align: middle;
}

.awards .content-wrap .btn-wrap .page-btn.prev-btn {
  background-image: url("../image/prev.png");
}

.awards .content-wrap .btn-wrap .page-btn.next-btn {
  background-image: url("../image/next.png");
}

.awards .content-wrap .btn-wrap .item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards .content-wrap .btn-wrap .item img {
  width: 26px;
}

.awards .content-wrap .btn-wrap .item .btn1 {
  transform: rotateY(180deg);
}

.awards .content-wrap .middle {
  margin-top: 6%;
  min-height: 460px;
}

.awards .content-wrap .middle .btn-wrap {
  display: flex;
}

.awards .content-wrap .middle .middle-swiper .box {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.awards .content-wrap .middle .middle-swiper .box-item {
  float: left;
  margin-bottom: 60px;
  position: relative;
  width: 33%;
  line-height: 1.3;
  height: 120px;
  overflow: hidden;
}

.awards .content-wrap .middle .middle-swiper .box-item .item-wrap {
  width: 360px;
  max-width: 90%;
  position: relative;
  float: left;
  padding-left: 30px;
}

.awards .content-wrap .middle .middle-swiper .box-item .item-wrap::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 10px;
}

.awards .content-wrap .middle .middle-swiper .box-item:nth-child(3n+2) .item-wrap {
  width: 400px;
}

.awards .content-wrap .middle .middle-swiper .box-item:nth-child(3n+3) .item-wrap {
  width: 360px;
  float: right;
}

@media all and (min-width: 2600px) {
  .main .aptitudes .right .item .icon {
    width: 58px;
    height: 60px;
  }
  .main .aptitudes .right .item .icon img {
    width: 100%;
  }
}

@media all and (min-width: 3840px) {
  .main .aptitudes .right .item .icon {
    width: 88px;
    height: 90px;
  }
  .main .aptitudes .right .item .icon img {
    width: 100%;
  }
}

@media all and (max-width: 1440px) {
  .m-t-60 {
    margin-top: 40px;
  }
  .awards .content-wrap .top .red-line {
    width: 50px;
    height: 3px;
  }
  .awards .content-wrap .middle .btn-wrap .item {
    width: 40px;
    height: 40px;
  }
}

@media all and (max-width: 1000px) {
  .aptitudes {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .aptitudes .left {
    width: 100%;
  }
  .aptitudes .left img {
    display: none;
  }
  .aptitudes .left .left-img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    background: url(../image/section_2.jpg) no-repeat center;
    background-size: cover;
  }
  .aptitudes .left .left-img img {
    position: absolute;
    width: 100%;
  }
  .aptitudes .right {
    width: 92%;
    padding: 5.48% 4%;
  }
  .aptitudes .right .item img {
    width: 22.8px;
  }
}

@media all and (max-width: 768px) {
  .m-t-80 {
    margin-top: 20px;
  }
  .m-t-20 {
    margin-top: 0px;
  }
  .m-t-60 {
    margin-top: 0px;
  }
  .awards .bg {
    height: 100%;
    position: absolute;
    width: 100%;
    padding-bottom: 0px;
  }
  .awards .content-wrap .top .date {
    top: 0px;
  }
  .awards .content-wrap .btn-wrap {
    margin: 6.5% auto 0;
  }
  .awards .content-wrap .btn-wrap .page-btn {
    width: 26px;
    height: 26px;
  }
  .awards .content-wrap .middle .middle-swiper .box {
    display: block;
  }
  .awards .content-wrap .middle .middle-swiper .box-item {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    line-height: 24px;
  }
  .awards .content-wrap .middle .middle-swiper .box-item:nth-child(3n+3) .item-wrap {
    float: left;
  }
  .awards .content-wrap .middle .middle-swiper .five {
    margin-left: 0px;
  }
}
