body {
  background: #111113;
}

.common_banner {
  height: 100vh;
}

.common_banner .img {
  height: 100%;
}

.common_banner .img img {
  height: 100%;
}

.sec1 {
  padding: 100px 0 120px;
}

.sec1 .wrap .title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 56px;
  text-transform: uppercase;
}

.sec1 .wrap .des {
  width: 1200px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  margin: 0 auto 80px;
  text-align: center;
}

.sec1 .wrap .img {
  width: 936px;
  margin: 0 auto 92px;
}

.sec1 .wrap .img img {
  display: block;
  width: 100%;
}

.sec1 .wrap .list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.sec1 .wrap .list .item {
  width: 440px;
  background: #1F1F21;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
}

.sec1 .wrap .list .item .item_title {
  font-family: 'Manrope3 M';
  font-weight: 600;
  font-size: 18px;
  color: #F8AB21;
  line-height: 24px;
  margin-bottom: 17px;
}

.sec1 .wrap .list .item .item_des {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}

.sec2 {
  padding: 91px 0 130px;
  background: #F2F2F2;
}

.sec2 .wrap .title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 50px;
  color: #000000;
  text-align: center;
  margin-bottom: 37px;
  text-transform: uppercase;
}

.sec2 .wrap .des {
  width: 1200px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  text-align: center;
  margin: 0 auto 80px;
}

.sec2 .wrap .img {
  width: 905px;
  margin: 0 auto 78px;
}

.sec2 .wrap .img img {
  display: block;
  width: 100%;
}

.sec2 .wrap .list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.sec2 .wrap .list .item {
  width: 680px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 55px 60px 60px;
}

.sec2 .wrap .list .item .item_title {
  font-family: 'Manrope3 M';
  font-weight: 600;
  font-size: 18px;
  color: #F8AB21;
  line-height: 26px;
  margin-bottom: 20px;
  min-height: 52px;
}

.sec2 .wrap .list .item .item_des {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
}

.sec3 {
  padding: 85px 0 89px;
}

.sec3 .wrap .title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 47px;
  text-transform: uppercase;
}

.sec3 .wrap .des {
  width: 1200px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  text-align: center;
  margin: 0 auto 117px;
}

.sec3 .wrap .img {
  width: 1351px;
  margin: 0 auto 50px;
}

.sec3 .wrap .img img {
  display: block;
  width: 100%;
}

.sec3 .wrap .list {
  display: flex;
  justify-content: space-between;
}

.sec3 .wrap .list .item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 19px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sec3 .wrap .list .item .dian {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.sec3 .wrap .list .item .p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.sec4 {
  padding: 91px 0 145px;
  background: #F2F2F2;
}

.sec4 .wrap .title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 50px;
  color: #000000;
  text-align: center;
  margin-bottom: 47px;
  text-transform: uppercase;
}

.sec4 .wrap .des {
  width: 1200px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  text-align: center;
  margin: 0 auto 94px;
}

.sec4 .wrap .img {
  width: 996px;
  margin: 0 auto 50px;
}

.sec4 .wrap .img img {
  display: block;
  width: 100%;
}

.sec4 .wrap .list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.sec4 .wrap .list .item {
  width: 440px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px 50px 58px;
  text-align: center;
}

.sec4 .wrap .list .item .item_title {
  font-family: 'Manrope3 M';
  font-weight: 600;
  font-size: 18px;
  color: #F8AB21;
  line-height: 26px;
  margin-bottom: 20px;
  min-height: 78px;
}

.sec4 .wrap .list .item .item_des {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
}

.sec5 {
  padding: 100px 0 120px;
}

.sec5 .wrap .title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 38px;
  text-transform: uppercase;
}

.sec5 .wrap .swiper_box {
  position: relative;
}

.sec5 .wrap .swiper_box .sec5_swiper {
  width: 100%;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  background: #F0EEEF;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box img {
  display: block;
  transition: 0.6s;
  max-width: 90%;
  max-height: 80%;
  transform: translateY(-10%);
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box p {
  padding: 0 27px;
  position: absolute;
  bottom: 20px;
  z-index: 3;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  transition: 0.6s;
}

.sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box:hover img {
  transform: scale(1.1);
}

.sec5 .wrap .swiper_box .btns {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 1440px;
}

.sec5 .wrap .swiper_box .btns .iconfont {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #FFFFFF;
  transition: 0.6s;
  cursor: pointer;
}

.sec5 .wrap .swiper_box .btns .iconfont.prev {
  transform: rotate(180deg);
}

.sec5 .wrap .swiper_box .btns .iconfont:hover {
  background: #F8AB21;
  border: 1px solid #F8AB21;
}

@media screen and (max-width: 1919px) {
  .sec1 {
    padding: 5.2083333333vw 0px 6.25vw;
  }

  .sec1 .wrap .title {
    font-size: 2.6041666667vw;
    margin-bottom: 2.9166666667vw;
  }

  .sec1 .wrap .des {
    width: 62.5vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin: 0px auto 4.1666666667vw;
  }

  .sec1 .wrap .img {
    width: 48.75vw;
    margin: 0px auto 4.7916666667vw;
  }

  .sec1 .wrap .list {
    gap: 2.0833333333vw;
  }

  .sec1 .wrap .list .item {
    width: 22.9166666667vw;
    border-radius: 0.5208333333vw;
    padding: 2.6041666667vw;
  }

  .sec1 .wrap .list .item .item_title {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    margin-bottom: 0.8854166667vw;
  }

  .sec1 .wrap .list .item .item_des {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .sec2 {
    padding: 4.7395833333vw 0px 6.7708333333vw;
  }

  .sec2 .wrap .title {
    font-size: 2.6041666667vw;
    margin-bottom: 1.9270833333vw;
  }

  .sec2 .wrap .des {
    width: 62.5vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin: 0px auto 4.1666666667vw;
  }

  .sec2 .wrap .img {
    width: 47.1354166667vw;
    margin: 0px auto 4.0625vw;
  }

  .sec2 .wrap .list {
    gap: 2.0833333333vw;
  }

  .sec2 .wrap .list .item {
    width: 35.4166666667vw;
    border-radius: 0.5208333333vw;
    padding: 2.8645833333vw 3.125vw 3.125vw;
  }

  .sec2 .wrap .list .item .item_title {
    font-size: 0.9375vw;
    line-height: 1.3541666667vw;
    margin-bottom: 1.0416666667vw;
    min-height: 2.7083333333vw;
  }

  .sec2 .wrap .list .item .item_des {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .sec3 {
    padding: 4.4270833333vw 0px 4.6354166667vw;
  }

  .sec3 .wrap .title {
    font-size: 2.6041666667vw;
    margin-bottom: 2.4479166667vw;
  }

  .sec3 .wrap .des {
    width: 62.5vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin: 0px auto 6.09375vw;
  }

  .sec3 .wrap .img {
    width: 70.3645833333vw;
    margin: 0px auto 2.6041666667vw;
  }

  .sec3 .wrap .list .item {
    gap: 0.625vw;
    padding: 0.9895833333vw 0.2083333333vw;
  }

  .sec3 .wrap .list .item .dian {
    width: 0.3125vw;
    height: 0.3125vw;
  }

  .sec3 .wrap .list .item .p {
    font-size: 0.8333333333vw;
  }

  .sec4 {
    padding: 4.7395833333vw 0px 7.5520833333vw;
  }

  .sec4 .wrap .title {
    font-size: 2.6041666667vw;
    margin-bottom: 2.4479166667vw;
  }

  .sec4 .wrap .des {
    width: 62.5vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin: 0px auto 4.8958333333vw;
  }

  .sec4 .wrap .img {
    width: 51.875vw;
    margin: 0px auto 2.6041666667vw;
  }

  .sec4 .wrap .list {
    gap: 2.0833333333vw;
  }

  .sec4 .wrap .list .item {
    width: 22.9166666667vw;
    border-radius: 0.5208333333vw;
    padding: 2.6041666667vw 2.6041666667vw 3.0208333333vw;
  }

  .sec4 .wrap .list .item .item_title {
    font-size: 0.9375vw;
    line-height: 1.3541666667vw;
    margin-bottom: 1.0416666667vw;
    min-height: 4.0625vw;
  }

  .sec4 .wrap .list .item .item_des {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .sec5 {
    padding: 5.2083333333vw 0px 6.25vw;
  }

  .sec5 .wrap .title {
    font-size: 2.0833333333vw;
    margin-bottom: 1.9791666667vw;
  }

  .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box {
    height: 12.5vw;
    border-radius: 0.5208333333vw;
  }

  .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box p {
    padding: 0px 1.40625vw;
    bottom: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }

  .sec5 .wrap .swiper_box .btns {
    gap: 75vw;
  }

  .sec5 .wrap .swiper_box .btns .iconfont {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: 0.625vw;
  }
}

@media screen and (max-width: 1024px) {
  .common_banner {
    height: 400px;
  }

  .sec1 {
    padding: 50px 0;
  }

  .sec1 .wrap .title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .sec1 .wrap .des {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }

  .sec1 .wrap .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec1 .wrap .list .item {
    padding: 30px 20px;
    border-radius: 10px;
  }

  .sec1 .wrap .list .item .item_title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .sec1 .wrap .list .item .item_des {
    font-size: 14px;
    line-height: 1.6;
  }

  .sec1 .wrap .list {
    gap: 20px;
  }

  .sec1 .wrap .list .item {
    width: calc(50% - 10px);
  }

  .sec2 .wrap .title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .sec2 .wrap .des {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }

  .sec2 .wrap .img {
    width: 100%;
  }

  .sec2 .wrap .list {
    display: flex;
    gap: 20px;
  }

  .sec2 .wrap .list .item {
    width: calc(50% - 10px);
    padding: 30px 20px;
    border-radius: 10px;

  }

  .sec2 .wrap .list .item .item_title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-height: none;
  }

  .sec2 .wrap .list .item .item_des {
    font-size: 14px;
    line-height: 1.6;
  }

  .sec2 .wrap .img {
    margin-bottom: 30px;
  }

  .sec2 {
    padding: 50px 0;
  }

  .sec3 {
    padding: 50px 0;
  }

  .sec3 .wrap .title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .sec3 .wrap .des {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }

  .sec3 .wrap .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec3 .wrap .list .item .p {
    font-size: 14px;
  }

  .sec3 .wrap .list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .sec3 .wrap .list .item {
    gap: 10px;
    width: calc(50% - 10px);
    padding: 10px 0;
  }

  .sec3 .wrap .list .item .dian {
    width: 6px;
    height: 6px;
  }
  .sec4 .wrap .list{
    gap: 20px;
    flex-wrap: wrap;
  }
  .sec4 .wrap .list .item{
    width: calc(50% - 10px);
  }
  .sec4 .wrap .list .item .item_title{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: auto;
  }
  .sec4 .wrap .list .item .item_des{
    font-size: 14px;
    line-height: 1.6;
  }
  .sec4 .wrap .list .item{
    padding: 30px 20px;
  }
  .sec4{
    padding: 50px 0;
  }
  .sec4 .wrap .title{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec4 .wrap .des{
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }
  .sec4 .wrap .img{
    width: 100%;
    margin-bottom: 30px;
  }

  .sec5 {
    padding: 50px 0;
  }

  .sec5 .wrap .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sec5 .wrap .swiper_box .btns {
    position: static;
    transform: none;
  }

  .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box {
    height: auto;
  }

  .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box p {
    font-size: 14px;
    padding: 0 20px;
    bottom: 20px;
  }

  .sec5 .wrap .swiper_box .btns .iconfont {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .sec5 .wrap .swiper_box .btns {
    margin-top: 30px;
    gap: 20px;
    width: fit-content;
  }

  .sec5 .wrap .swiper_box .sec5_swiper .swiper-slide .slide_box {
    border-radius: 10px;
  }


}

@media screen and (max-width: 767px) {
  .sec1 .wrap .list .item {
    width: 100%;
  }

  .sec2 .wrap .list .item {
    width: 100%;
  }

  .sec3 .wrap .list .item {
    width: 100%;
  }

  .sec3 .wrap .list {
    gap: 10px;
  }
  .sec4 .wrap .list .item{
    width: 100%;
  }
    .sec5 .wrap {
    width: 95vw;
    margin-right: 0;
  }
}
