body {
  background: #111113;
}

.common_banner {
  height: 100vh;
}

.common_banner .img {
  height: 100%;
}

.common_banner .img img {
  height: 100%;
}

.sec1 {
  padding: 100px 0;
}

.sec1 .wrap .part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* align-items: flex-start; */
}

.sec1 .wrap .part:not(:last-child) {
  margin-bottom: 240px;
}

.sec1 .wrap .part:nth-child(2n) {
  flex-direction: row-reverse;
}

.sec1 .wrap .part .part_l {
  width: 740px;
}

.sec1 .wrap .part .part_l .part_title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  /* white-space: nowrap; */
  text-transform: uppercase;
  margin-bottom: 47px;
}

.sec1 .wrap .part .part_l .part_list .item {
  display: flex;
  padding: 40px 60px 40px 37px;
  transition: 0.6s;
  position: relative;
  gap: 47px;
  cursor: pointer;
  margin-bottom: 4px;
}

.sec1 .wrap .part .part_l .part_list .item:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #1F1F21;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}

.sec1 .wrap .part .part_l .part_list .item .icon {
  width: 90px;
  height: 90px;
  background: #1F1F21;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

.sec1 .wrap .part .part_l .part_list .item .icon img {
  display: block;
  max-width: 70%;
  max-height: 70%;
  transition: 0.6s;
}

.sec1 .wrap .part .part_l .part_list .item p {
  width: 500px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}

.sec1 .wrap .part .part_l .part_list .item:hover:after {
  opacity: 1;
}

.sec1 .wrap .part .part_l .part_list .item:hover .icon {
  background: #F8AB21;
}

.sec1 .wrap .part .part_l .part_list .item:hover .icon img {
  filter: brightness(0) invert(1);
}

.sec1 .wrap .part .part_r {
  width: 600px;
  display: flex;
  height: unset;
  justify-content: center;
  /* padding: 200px 0 0; */
}

.sec1 .wrap .part .part_r img {
  display: block;
}

.sec2 {
  padding: 200px 0 120px;
}

.sec2 .wrap .title {
  font-family: 'HANDEL-GOTHIC';
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 38px;
  text-transform: uppercase;
}

.sec2 .wrap .swiper_box {
  position: relative;
}

.sec2 .wrap .swiper_box .sec2_swiper {
  width: 100%;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box {
  display: block;
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}

.sec2 .wrap .swiper_box .sec2_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;
}

.sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box:hover img {
  transform: scale(1.1);
}

.sec2 .wrap .swiper_box .btns {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 1440px;
}

.sec2 .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;
}

.sec2 .wrap .swiper_box .btns .iconfont.prev {
  transform: rotate(180deg);
}

.sec2 .wrap .swiper_box .btns .iconfont:hover {
  background: #F8AB21;
  border: 1px solid #F8AB21;
}

@media screen and (max-width: 1919px) {
  .sec1 {
    padding: 5.2083333333vw 0px;
  }

  .sec1 .wrap .part:not(:last-child) {
    margin-bottom: 12.5vw;
  }

  .sec1 .wrap .part .part_l {
    width: 38.5416666667vw;
  }

  .sec1 .wrap .part .part_l .part_title {
    font-size: 2.6041666667vw;
    margin-bottom: 2.4479166667vw;
  }

  .sec1 .wrap .part .part_l .part_list .item {
    padding: 2.0833333333vw 3.125vw 2.0833333333vw 1.9270833333vw;
    gap: 2.4479166667vw;
    margin-bottom: 0.2083333333vw;
  }

  .sec1 .wrap .part .part_l .part_list .item::after {
    border-radius: 0.5208333333vw;
  }

  .sec1 .wrap .part .part_l .part_list .item .icon {
    width: 4.6875vw;
    height: 4.6875vw;
    border-radius: 0.5208333333vw;
  }

  .sec1 .wrap .part .part_l .part_list .item p {
    width: 26.0416666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .sec1 .wrap .part .part_r {
    width: 31.25vw;
    padding: 10.4166666667vw 0px 0px;
  }

  .sec2 {
    padding: 10.4166666667vw 0px 6.25vw;
  }

  .sec2 .wrap .title {
    font-size: 2.0833333333vw;
    margin-bottom: 1.9791666667vw;
  }

  .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box {
    height: 12.5vw;
    border-radius: 0.5208333333vw;
  }

  .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box p {
    padding: 0px 1.40625vw;
    bottom: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }

  .sec2 .wrap .swiper_box .btns {
    gap: 75vw;
  }

  .sec2 .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 .part .part_l .part_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sec1 .wrap .part .part_l {
    width: 100%;
  }

  .sec1 .wrap .part {
    flex-direction: column;
  }

  .sec1 .wrap .part .part_l .part_list {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .sec1 .wrap .part .part_l .part_list .item .icon {
    width: 42px;
    height: 42px;
    border-radius: 5px;
  }

  .sec1 .wrap .part .part_l .part_list .item .icon img {
    max-width: 60%;
    max-height: 60%;
  }

  .sec1 .wrap .part .part_l .part_list .item {
    width: calc(50% - 10px);
    gap: 20px;
    padding: 20px;
    margin-bottom: 0;
    flex-direction: column;
  }

  .sec1 .wrap .part .part_l .part_list .item p {
    flex: 1;
    font-size: 14px;
    line-height: 2;
  }

  .sec1 .wrap .part .part_l .part_list .item::after {
    opacity: 1;
    border-radius: 10px;
  }

  .sec1 .wrap .part .part_r {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    display: none;
  }

  .sec1 .wrap .part:not(:last-child) {
    margin-bottom: 40px;
  }

  .sec1 .wrap .part .part_l .part_list .item p {
    width: 100%;
  }

  .sec2 {
    padding: 50px 0;
  }

  .sec2 .wrap .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sec2 .wrap .swiper_box .btns {
    position: static;
    transform: none;
  }

  .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box {
    height: auto;
  }

  .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box p {
    font-size: 14px;
    padding: 0 20px;
    bottom: 20px;
  }

  .sec2 .wrap .swiper_box .btns .iconfont {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .sec2 .wrap .swiper_box .btns {
    margin-top: 30px;
    gap: 20px;
    width: fit-content;
  }

  .sec2 .wrap .swiper_box .sec2_swiper .swiper-slide .slide_box {
    border-radius: 10px;
  }

 

}

@media screen and (max-width: 767px) {
  .sec1 .wrap .part .part_l .part_list .item {
    width: 100%;
  }

  .sec1 .wrap .part .part_l .part_title {
    font-size: 20px;
  }
   .sec2 .wrap {
    width: 95vw;
    margin-right: 0;
  }
}