body {
  background: #222A3C;
}

.banner {
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .box {
  padding: 4.1145833333vw 0 4.0104166667vw;
  position: absolute;
  top: 34.7916666667vw;
  left: 50%;
  transform: translateX(-50%);
  background: url("/images/R_D/bg.png") no-repeat;
  background-size: cover;
  width: 79.1666666667vw;
}
.banner .box .title {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 3.6458333333vw;
}
.banner .box .list {
  display: flex;
  justify-content: center;
  gap: 1.1458333333vw;
}
.banner .box .list .item {
  width: 13.0729166667vw;
  background: rgba(255, 255, 255, 0.2);
  padding: 2.3958333333vw 0 2.7083333333vw;
}
.banner .box .list .item p {
  color: #FFF;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.banner .box .list .item .icon {
  width: 2.8125vw;
  height: 2.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.2395833333vw auto 0;
}
.banner .box .list .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sec1 {
  padding: 22.34375vw 10.4166666667vw 0;
}
.sec1 .title {
  color: #FFF;
  font-weight: 700;
  line-height: 102%;
  text-transform: uppercase;
  margin-bottom: 3.75vw;
}
.sec1 .wrap {
  display: flex;
  gap: 4.5833333333vw;
}
.sec1 .wrap .text {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  width: 25.6770833333vw;
}
.sec1 .wrap .r .item {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  height: 4.21875vw;
  margin-bottom: 0.625vw;
}
.sec1 .wrap .r .item .icon {
  width: 1.875vw;
  height: 2.5520833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .wrap .r .item .icon img {
  display: block;
  width: 100%;
}
.sec1 .wrap .r .item .item_r .h5 {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.sec1 .wrap .r .item .item_r .p {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
}
.sec1 .wrap .center {
  width: 23.6979166667vw;
}
.sec1 .wrap .center .item {
  width: 22.6041666667vw;
  height: 4.21875vw;
  position: relative;
  margin-bottom: 0.625vw;
  display: flex;
  align-items: center;
  padding: 0 0 0 3.6979166667vw;
  gap: 0.8333333333vw;
}
.sec1 .wrap .center .item .icon {
  width: 1.875vw;
  height: 2.5520833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.sec1 .wrap .center .item .icon img {
  display: block;
  width: 100%;
}
.sec1 .wrap .center .item .item_r {
  transition: 0.6s;
}
.sec1 .wrap .center .item .item_r .h5 {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.sec1 .wrap .center .item .item_r .p {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
}
.sec1 .wrap .center .item .item_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.sec1 .wrap .center .item .item_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec1 .wrap .center .item:hover .icon, .sec1 .wrap .center .item:hover .item_bg, .sec1 .wrap .center .item:hover .item_r {
  transform: translateX(30px);
}

.sec2 {
  padding: 6.25vw 9.1145833333vw 16.25vw 10.4166666667vw;
}
.sec2 .title {
  color: #FFF;
  font-weight: 700;
  line-height: 102%;
  text-transform: uppercase;
  margin-bottom: 15.1041666667vw;
}
.sec2 .box {
  position: relative;
  width: 100%;
}
.sec2 .box .l_swiper {
  width: 55.5208333333vw;
}
.sec2 .box .l_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec2 .box .l_swiper .swiper-slide .l_box {
  width: 25.6770833333vw;
}
.sec2 .box .l_swiper .swiper-slide .l_box .h5 {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0.8333333333vw;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.sec2 .box .l_swiper .swiper-slide .l_box .p {
  margin-bottom: 0.8333333333vw;
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.sec2 .box .l_swiper .swiper-slide .r_box {
  width: 23.90625vw;
  height: 23.90625vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.sec2 .box .l_swiper .swiper-slide .r_box:after {
  content: "";
  position: absolute;
  width: 35.3645833333vw;
  height: 35.3645833333vw;
  border-radius: 35.3645833333vw;
  background: url("/images/R_D/bg1.png") no-repeat;
  background-size: cover;
}
.sec2 .box .l_swiper .swiper-slide .r_box .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.sec2 .box .l_swiper .swiper-slide .r_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec2 .box .l_swiper .swiper-slide .r_box .img:hover img {
  transform: scale(1.1);
}
.sec2 .box .l_swiper .swiper-slide.swiper-slide-active .l_box .h5, .sec2 .box .l_swiper .swiper-slide.swiper-slide-active .l_box .p {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.sec2 .box .l_swiper .swiper-slide.swiper-slide-active .l_box .p {
  transition-delay: 0.2s;
}
.sec2 .box .l_swiper .swiper-slide.swiper-slide-active .r_box {
  opacity: 1;
}
.sec2 .box .r_swiper {
  height: 44.2708333333vw;
  position: absolute;
  right: -0.46875vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  overflow: hidden;
}
.sec2 .box .r_swiper .swiper-slide .st {
  display: flex;
  align-items: center;
  gap: 1.6666666667vw;
  height: 100%;
  transition: 0.6s;
  cursor: pointer;
}
.sec2 .box .r_swiper .swiper-slide .st .slide_box {
  width: 15.15625vw;
}
.sec2 .box .r_swiper .swiper-slide .st .slide_box .h5 {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0.8333333333vw;
  transition: 0.6s;
}
.sec2 .box .r_swiper .swiper-slide .st .slide_box .p {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec2 .box .r_swiper .swiper-slide .st .cir {
  width: 5.9895833333vw;
  height: 5.9895833333vw;
  border-radius: 50%;
  overflow: hidden;
  border: 0.0520833333vw solid transparent;
  transition: 0.6s;
}
.sec2 .box .r_swiper .swiper-slide .st .cir img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec2 .box .r_swiper .swiper-slide.swiper-slide-active .st {
  padding: 0 0 0 13.6458333333vw;
}
.sec2 .box .r_swiper .swiper-slide.swiper-slide-active .st .slide_box .h5 {
  color: #D02820;
}
.sec2 .box .r_swiper .swiper-slide.swiper-slide-active .st .cir {
  border: 0.0520833333vw solid #D02820;
}
.sec2 .box .r_swiper .swiper-slide:hover .st .slide_box .h5 {
  color: #D02820;
}
.sec2 .box .r_swiper .swiper-slide:hover .st .cir {
  border: 0.0520833333vw solid #D02820;
}
.sec2 .box .r_swiper .swiper-slide.swiper-slide-prev .st, .sec2 .box .r_swiper .swiper-slide.swiper-slide-next .st {
  padding: 0 0 0 10.4166666667vw;
}

.sec3 {
  overflow: hidden;
}
.sec3 .box {
  display: flex;
  position: relative;
  width: 100%;
}
.sec3 .box .part {
  width: 100vw;
  height: 41.8229166667vw;
  position: relative;
  transition: 1s;
}
.sec3 .box .part .part_box {
  width: 29.9479166667vw;
  top: 22.1354166667vw;
  left: 10.4166666667vw;
  position: absolute;
}
.sec3 .box .part .part_box .label {
  padding: 0.5208333333vw;
  color: #D02820;
  font-weight: 700;
  line-height: 102%;
  text-transform: uppercase;
  width: fit-content;
  background: #FFF;
}
.sec3 .box .part .part_box .h5 {
  color: #FFF;
  font-weight: 700;
  line-height: 102%;
  text-transform: uppercase;
  margin: 0.8333333333vw 0 1.6666666667vw;
}
.sec3 .box .part .part_box .p {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec3 .box .part .img {
  width: 100vw;
  height: 100%;
}
.sec3 .box .part .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec3 .box .l {
  clip-path: polygon(0 0, 36.9791666667vw 0, 61.9791666667vw 100%, 0 100%);
}
.sec3 .box .l.on {
  clip-path: polygon(0 0, 75vw 0, 100vw 100%, 0 100%);
}
.sec3 .box .l.on1 {
  clip-path: polygon(-1vw 0, -1vw 0, 11.979167vw 100%, 0 100%);
}
.sec3 .box .r {
  clip-path: polygon(38.020834vw 0, 100% 0, 100% 100%, 63vw 100%);
  position: absolute;
  right: 0;
  top: 0;
}
.sec3 .box .r .part_box {
  right: 9.7395833333vw;
  left: unset;
}
.sec3 .box .r.on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 13vw 100%);
}
.sec3 .box .r.on1 {
  clip-path: polygon(76.020834vw 0, 100% 0, 101% 100%, 101vw 100%);
}

.sec4 {
  padding: 6.25vw 0 0 10.4166666667vw;
}
.sec4 .title {
  color: #FFF;
  font-weight: 700;
  line-height: 102%;
  text-transform: uppercase;
  margin-bottom: 6.25vw;
}
.sec4 .honor {
  width: 100%;
}
.sec4 .honor .honorSwiper {
  width: 100%;
}
.sec4 .honor .honorSwiper .item {
  width: 100%;
  height: 21.09375vw;
  background: rgba(217, 217, 217, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 600ms;
}
.sec4 .honor .honorSwiper .item .pic {
  position: relative;
  transition: all 600ms;
}
.sec4 .honor .honorSwiper .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 600ms;
}
.sec4 .honor .honorSwiper .item .pic img {
  width: 7.4479166667vw;
  height: 10.5729166667vw;
  object-fit: contain;
}
.sec4 .honor .honorSwiper .item p {
  position: absolute;
  left: 0;
  bottom: 0.5208333333vw;
  color: #A1A1A1;
  line-height: 1.78;
  padding: 0 0.2604166667vw;
  text-align: center;
  width: 100%;
  font-weight: 300;
  transition: all 600ms;
}
.sec4 .honor .honorSwiper .item:hover {
  background: rgba(217, 217, 217, 0.2);
}
.sec4 .honor .honorSwiper .item:hover .pic {
  transform: scale(1.4);
}
.sec4 .honor .honorSwiper .item:hover .pic::before {
  opacity: 0;
}
.sec4 .honor .honorSwiper .item:hover p {
  color: #fff;
}

.sec5 {
  padding: 6.25vw 10.4166666667vw;
}
.sec5 .title {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 6.25vw;
}
.sec5 .swiper {
  overflow: hidden;
}
.sec5 .swiper .swiper-slide .img {
  width: 100%;
  height: 20.5729166667vw;
  overflow: hidden;
}
.sec5 .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec5 .swiper .swiper-slide .h5 {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin: 1.6666666667vw 0 0.8333333333vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec5 .swiper .swiper-slide .p {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec5 .swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .banner img {
    height: 40vh;
    object-fit: cover;
  }
  .banner .box {
    position: unset;
    width: 90%;
    transform: unset;
    margin: 30px auto 0;
    padding: 40px 20px 30px;
  }
  .banner .box .title {
    margin-bottom: 25px;
  }
  .banner .box .list {
    flex-wrap: wrap;
    gap: 3vw 0;
    justify-content: space-between;
  }
  .banner .box .list .item {
    width: 48%;
    padding: 20px 0;
  }
  .banner .box .list .item p {
    font-size: 16px;
  }
  .banner .box .list .item .icon {
    width: 40px;
    height: 50px;
  }
  .sec1 {
    padding: 50px 5vw;
  }
  .sec1 .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .sec1 .wrap {
    display: block;
  }
  .sec1 .wrap .text {
    font-size: 15px;
    width: 100%;
  }
  .sec1 .wrap .center {
    margin: 25px 0;
    width: 100%;
  }
  .sec1 .wrap .center .item {
    width: 100%;
    height: 21vw;
    margin-bottom: 15px;
    padding: 0 0 0 50px;
    gap: 10px;
  }
  .sec1 .wrap .center .item .icon {
    width: 32px;
    height: 32px;
  }
  .sec1 .wrap .r {
    width: 100%;
  }
  .sec1 .wrap .r .item {
    width: 100%;
    gap: 10px;
    height: unset;
    padding: 8px 0;
    margin-bottom: 15px;
  }
  .sec1 .wrap .r .item .icon {
    width: 32px;
    height: 32px;
  }
  .sec2 {
    padding: 10px 5vw 80px;
  }
  .sec2 .title {
    font-size: 24px;
  }
  .sec2 .title br {
    display: none;
  }
  .sec2 .box .l_swiper {
    width: 100%;
  }
  .sec2 .box .l_swiper .swiper-slide {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
  }
  .sec2 .box .l_swiper .swiper-slide .r_box {
    width: 120px;
    height: 120px;
    opacity: 1;
  }
  .sec2 .box .l_swiper .swiper-slide .r_box:after {
    display: none;
  }
  .sec2 .box .l_swiper .swiper-slide .r_box .img {
    width: 120px;
    height: 120px;
  }
  .sec2 .box .l_swiper .swiper-slide .l_box {
    width: 100%;
  }
  .sec2 .box .l_swiper .swiper-slide .l_box .h5 {
    font-size: 18px;
    margin-bottom: 15px;
    opacity: 1;
    transform: translateY(0);
  }
  .sec2 .box .l_swiper .swiper-slide .l_box .p {
    font-size: 15px;
    opacity: 1;
    transform: translateY(0);
  }
  .sec2 .box .r_swiper {
    display: none;
  }
  .sec3 .box {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sec3 .box .part {
    width: 100%;
    position: unset !important;
    clip-path: unset !important;
    height: unset;
    margin-bottom: 30px;
  }
  .sec3 .box .part .img {
    width: 100%;
    height: unset;
  }
  .sec3 .box .part .part_box {
    position: unset;
    width: 100%;
    padding: 15px 0 0;
  }
  .sec3 .box .part .part_box .label {
    padding: 8px;
  }
  .sec3 .box .part .part_box .h5 {
    margin: 15px 0;
  }
  .sec3 .box .part .part_box .p {
    font-size: 15px;
  }
  .sec4 {
    padding: 50px 5vw 0;
  }
  .sec4 .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .sec4 .honor {
    margin-top: 30px;
  }
  .sec4 .honor .honorSwiper .item {
    height: 300px;
    width: 95%;
  }
  .sec4 .honor .honorSwiper .item .pic img {
    width: 120px;
    height: auto;
  }
  .sec4 .honor .honorSwiper .item p {
    bottom: 5px;
    padding: 0 5px;
  }
  .sec4 .honor .honorSwiper .item:hover .pic {
    transform: scale(1.2);
  }
  .sec5 {
    padding: 60px 5vw 70px;
  }
  .sec5 .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .sec5 .swiper .swiper-slide .img {
    height: 86vw;
  }
  .sec5 .swiper .swiper-slide .h5 {
    font-size: 18px;
    margin: 15px 0;
  }
  .sec5 .swiper .swiper-slide .p {
    font-size: 15px;
  }
}

/*# sourceMappingURL=R_D.css.map */
