.common_banner .text {
  width: 100%;
  left: 0;
  padding: 0 10.9375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_banner .text .l p {
  font-size: 1.25vw;
  line-height: 1.4;
}
.common_banner .text .r {
  display: flex;
  gap: 6.8229166667vw;
}
.common_banner .text .r .item .item_des {
  font-family: "MicrosoftYaHeiLight";
  font-size: 0.7291666667vw;
  color: #FFFFFF;
  line-height: 1;
  margin: 0.78125vw 0 0;
  text-align: center;
}
.common_banner .text .r .item .num {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0.78125vw;
  gap: 0.4166666667vw;
}
.common_banner .text .r .item .num p {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 2.5vw;
  color: #FFFFFF;
  line-height: 1;
}
.common_banner .text .r .item .num span {
  display: block;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 1.0416666667vw;
  color: #FFFFFF;
  line-height: 1;
}

.sec1 {
  padding: 3.125vw 9.9479166667vw 10.2604166667vw;
  position: relative;
  overflow: hidden;
}
.sec1 .common_bg {
  height: unset;
  max-height: unset;
  top: unset;
  bottom: 0;
}
.sec1 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 3.2291666667vw;
}
.sec1 .swiper {
  width: 107.6041666667vw;
  padding: 0.5208333333vw 0 0;
}
.sec1 .swiper .swiper-slide {
  position: relative;
  height: 15.9375vw;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide .item_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.sec1 .swiper .swiper-slide .item_box .item_text {
  position: absolute;
  z-index: 3;
  width: 19.53125vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .swiper .swiper-slide .item_box .item_text .item_h5 {
  font-family: "Poppins sb";
  font-weight: 600;
  font-size: 8.0208333333vw;
  line-height: 1;
  transition: 0.6s;
  background-image: linear-gradient(180deg, rgba(0, 78, 255, 0.2), rgba(0, 78, 255, 0), rgba(0, 78, 255, 0));
  -webkit-background-clip: text;
  color: transparent;
}
.sec1 .swiper .swiper-slide .item_box .item_text .item_p {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.3020833333vw;
  color: #000000;
  transition: 0.6s;
  position: absolute;
  z-index: 3;
  transform: translateY(-0.625vw);
}
.sec1 .swiper .swiper-slide .item_box .item_bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec1 .swiper .swiper-slide .item_box .item_bg img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide .item_box .item_bg img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sec1 .swiper .swiper-slide .icon {
  width: 3.9583333333vw;
  height: 3.9583333333vw;
  border-radius: 0.78125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide .icon img {
  display: block;
  width: 2.3958333333vw;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide:hover {
  transform: translateY(-0.5208333333vw);
}
.sec1 .swiper .swiper-slide:hover .icon {
  background: #DA251C;
}
.sec1 .swiper .swiper-slide:hover .icon img {
  filter: brightness(0) invert(1);
}
.sec1 .swiper .swiper-slide:hover .item_box .item_bg img:nth-child(2) {
  opacity: 1;
}
.sec1 .swiper .swiper-slide:hover .item_box .item_text .item_p {
  color: #FFFFFF;
}
.sec1 .btns {
  display: flex;
  gap: 0.5208333333vw;
  margin: 0.5208333333vw 0 0;
}
.sec1 .btns .iconfont {
  width: 3.9583333333vw;
  height: 3.75vw;
  border-radius: 0.3125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.sec1 .btns .iconfont:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.3125vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  background: #DA251C;
  transition: 0.6s;
}
.sec1 .btns .iconfont img {
  display: block;
  width: 0.9375vw;
  transform: rotate(-90deg);
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec1 .btns .iconfont:nth-child(1) {
  transform: rotate(180deg);
}
.sec1 .btns .iconfont:hover:after {
  transform: translateX(0);
}
.sec1 .btns .iconfont:hover img {
  filter: brightness(0) invert(1);
}

.sec2 {
  padding: 3.125vw 9.9479166667vw 10.2604166667vw;
  position: relative;
}
.sec2 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 3.9583333333vw;
}
.sec2 .control {
  display: flex;
  gap: 0.5208333333vw;
  margin-bottom: 9.375vw;
}
.sec2 .control .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3125vw;
  height: 3.5416666667vw;
  background: #FFFFFF;
  border-radius: 1.7708333333vw;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sec2 .control .item:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1.7708333333vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  background: #DA251C;
  transition: 0.6s;
}
.sec2 .control .item p {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.78125vw;
  color: #000000;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec2 .control .item:hover:after, .sec2 .control .item.on:after {
  transform: translateX(0%);
}
.sec2 .control .item:hover p, .sec2 .control .item.on p {
  color: #FFFFFF !important;
}
.sec2 .box {
  width: 100%;
}
.sec2 .box .part {
  display: none;
}
.sec2 .box .part .part_list {
  display: flex;
  justify-content: space-between;
}
.sec2 .box .part .part_list .item {
  width: 18.6458333333vw;
  position: relative;
}
.sec2 .box .part .part_list .item .item_line {
  position: absolute;
  left: -1.0416666667vw;
  top: 0.15625vw;
}
.sec2 .box .part .part_list .item .item_line .sq {
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #DA251C;
}
.sec2 .box .part .part_list .item .item_line .line {
  margin: 0 auto;
  width: 0.0520833333vw;
  height: 22.9166666667vw;
  background: linear-gradient(180deg, rgb(218, 37, 28), rgba(218, 37, 28, 0));
}
.sec2 .box .part .part_list .item .item_label {
  width: 13.0208333333vw;
  height: 6.0416666667vw;
  border-radius: 2.0833333333vw;
  background: #004EFF;
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.3020833333vw;
  color: #FFFFFF;
  text-align: center;
  padding: 0.5208333333vw 0 0;
}
.sec2 .box .part .part_list .item .item_box {
  width: 100%;
  height: 18.0208333333vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  margin: -3.0208333333vw 0 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 2.1875vw 1.6145833333vw 1.875vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec2 .box .part .part_list .item .item_box:after {
  content: "";
  position: absolute;
  top: -3.0208333333vw;
  left: 0;
  width: 13.0208333333vw;
  height: 6.0416666667vw;
  border-radius: 2.0833333333vw;
  background: #004EFF;
  filter: blur(1.5625vw);
  opacity: 0.4;
}
.sec2 .box .part .part_list .item .item_box .icon {
  position: relative;
  width: 4.0625vw;
  height: 4.0625vw;
  border-radius: 0.78125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  z-index: 3;
  overflow: hidden;
  box-shadow: 1.0416666667vw 1.0416666667vw 2.0833333333vw rgba(0, 0, 0, 0.19);
  transition: 0.6s;
}
.sec2 .box .part .part_list .item .item_box .icon img {
  display: block;
  width: 2.3958333333vw;
}
.sec2 .box .part .part_list .item .item_box .item_p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #000000;
  line-height: 1.0416666667vw;
}
.sec2 .box .part .part_list .item .item_box .item_p li {
  padding: 0 0 0 1.0416666667vw;
  position: relative;
}
.sec2 .box .part .part_list .item .item_box .item_p li:after {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  position: absolute;
  left: -0.4166666667vw;
  top: 0.3645833333vw;
}
.sec2 .box .part .part_list .item .item_box .item_p li:not(:last-child) {
  margin-bottom: 0.625vw;
}
.sec2 .box .part .part_list .item:nth-child(2) {
  margin: -4.4791666667vw 0 0;
}
.sec2 .box .part .part_list .item:nth-child(3) {
  margin: -10vw 0 0;
}
.sec2 .box .part .part_list .item:nth-child(4) {
  margin: -13.4375vw 0 0;
}
.sec2 .box .part.on {
  display: block;
}

.sec3 {
  padding: 3.6458333333vw 9.9479166667vw 6.9270833333vw;
  background: #D2D2D2;
  position: relative;
  overflow: hidden;
}
.sec3 .bg {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.sec3 .bg .sq {
  position: absolute;
}
.sec3 .bg .sq img {
  display: block;
  width: 100%;
}
.sec3 .bg .sq:nth-child(1) {
  width: 19.1666666667vw;
  left: -1.0416666667vw;
  bottom: 0;
}
.sec3 .bg .sq:nth-child(2) {
  width: 29.21875vw;
  left: 9.375vw;
  top: 22.65625vw;
}
.sec3 .bg .sq:nth-child(3) {
  width: 29.21875vw;
  left: 30.4166666667vw;
  top: 6.8229166667vw;
}
.sec3 .bg .sq:nth-child(4) {
  width: 29.21875vw;
  left: 50.15625vw;
  top: 22.5vw;
}
.sec3 .bg .sq:nth-child(5) {
  width: 29.21875vw;
  left: 70.8333333333vw;
  top: 6.6666666667vw;
}
.sec3 .title {
  font-family: "SourceHanSans CN m";
  text-align: center;
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  position: relative;
  z-index: 3;
}
.sec3 .des {
  width: 42.5vw;
  font-weight: 400;
  font-size: 1.0416666667vw;
  color: #333333;
  line-height: 1.8229166667vw;
  margin: 0.625vw auto 7.2916666667vw;
  text-align: center;
  position: relative;
  z-index: 3;
}
.sec3 .box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.sec3 .box .cir {
  width: 17.6041666667vw;
  height: 17.6041666667vw;
  background: #004EFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceHanSans CN m";
  font-weight: 600;
  font-size: 2.0833333333vw;
  color: #FFFFFF;
  line-height: 2.8645833333vw;
  position: relative;
}
.sec3 .box .cir img {
  display: block;
  width: 46.6145833333vw;
  position: absolute;
  right: 9.1145833333vw;
  top: 50%;
  max-width: unset;
  max-height: unset;
  transform: translate(100%, -50%);
  z-index: -1;
}
.sec3 .box .center_box {
  position: relative;
  z-index: 3;
  margin: 0 9.21875vw 0 19.8958333333vw;
}
.sec3 .box .center_box .cir1 {
  width: 7.5vw;
  height: 7.5vw;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #333333;
  line-height: 1.0416666667vw;
}
.sec3 .box .center_box .cir1:not(:last-child) {
  margin-bottom: 1.5625vw;
}
.sec3 .box .r_box {
  width: 25.5729166667vw;
}
.sec3 .box .r_box .item {
  width: 100%;
  position: relative;
}
.sec3 .box .r_box .item:after {
  content: "";
  width: 24.7916666667vw;
  height: 2.65625vw;
  background: #004EFF;
  position: absolute;
  left: 50%;
  top: -0.15625vw;
  border-radius: 0.625vw;
  transform: translateX(-50%);
}
.sec3 .box .r_box .item .item_box {
  height: 7.4479166667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #004EFF;
  padding: 2.0833333333vw;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
  line-height: 1.0416666667vw;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.sec3 .box .r_box .item .item_box:after {
  content: "";
  width: 24.7916666667vw;
  height: 2.65625vw;
  background: #004EFF;
  position: absolute;
  left: 50%;
  top: -1.7708333333vw;
  border-radius: 0.625vw;
  transform: translateX(-50%);
  opacity: 0.3;
  filter: blur(0.46875vw);
}
.sec3 .box .r_box .item li {
  position: relative;
}
.sec3 .box .r_box .item li:not(:last-child) {
  margin-bottom: 0.625vw;
}
.sec3 .box .r_box .item li:after {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  position: absolute;
  left: -0.9375vw;
  top: 0.46875vw;
}
.sec3 .box .r_box .item:not(:last-child) {
  margin-bottom: 2.0833333333vw;
}

.sec4 {
  background: #E3E3E3;
  padding: 5.9895833333vw 9.8958333333vw 6.8229166667vw;
}
.sec4 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 3.6458333333vw;
}
.sec4 .box {
  width: 100%;
}
.sec4 .box img {
  display: block;
  width: 100%;
}

.sec5 {
  padding: 3.3854166667vw 9.8958333333vw 9.1666666667vw;
  position: relative;
}
.sec5 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 8.3333333333vw;
}
.sec5 .box {
  width: 100%;
}
.sec5 .box img {
  display: block;
  width: 100%;
}

.sec6 {
  padding: 3.75vw 9.8958333333vw 5.8854166667vw;
  position: relative;
}
.sec6 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 4.84375vw;
}
.sec6 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec6 .box .item {
  width: 11.6145833333vw;
  transition: 1.4s;
}
.sec6 .box .item .item_top {
  width: 100%;
  height: 4.84375vw;
  border-radius: 2.0833333333vw;
  border: 0.0520833333vw solid #A4C0FF;
  position: relative;
}
.sec6 .box .item .item_top img {
  display: block;
  width: 3.5416666667vw;
  position: absolute;
  right: 1.3541666667vw;
  top: 0.78125vw;
}
.sec6 .box .item .item_top .label {
  width: 6.4583333333vw;
  height: 100%;
  background: #004EFF;
  border-radius: 2.0833333333vw;
  text-align: center;
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #FFFFFF;
  line-height: 1;
  padding: 1.09375vw 0 0;
}
.sec6 .box .item .item_box {
  width: 100%;
  height: calc(100% - 2.421875vw);
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #A4C0FF;
  margin: -2.3958333333vw 0 0;
  position: relative;
  z-index: 3;
  padding: 1.7708333333vw 1.25vw 1.25vw;
  overflow: hidden;
}
.sec6 .box .item .item_box:after {
  content: "";
  width: 6.4583333333vw;
  height: 4.84375vw;
  background: #004EFF;
  border-radius: 2.0833333333vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-80%);
  filter: blur(1.0416666667vw);
}
.sec6 .box .item .item_box h5 {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.8854166667vw;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.3020833333vw;
}
.sec6 .box .item .item_box .item_box_ul {
  width: 100%;
  height: 2.2395833333vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #CCCCCC;
  display: flex;
  padding: 0 0 0 2.0833333333vw;
  align-items: center;
  position: relative;
}
.sec6 .box .item .item_box .item_box_ul:not(:last-child) {
  margin-bottom: 0.625vw;
}
.sec6 .box .item .item_box .item_box_ul p {
  font-weight: 400;
  font-size: 0.625vw;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.0416666667vw;
}
.sec6 .box .item .item_box .item_box_ul p:after {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  position: absolute;
  left: -0.7291666667vw;
}
.sec6 .box .item:nth-child(1) {
  transform: translateX(34.375vw);
}
.sec6 .box .item:nth-child(2) {
  transform: translateX(20.5729166667vw);
}
.sec6 .box .item:nth-child(3) {
  transform: translateX(7.03125vw);
}
.sec6 .box .item:nth-child(4) {
  transform: translateX(-7.03125vw);
}
.sec6 .box .item:nth-child(5) {
  transform: translateX(-20.5729166667vw);
}
.sec6 .box .item:nth-child(6) {
  transform: translateX(-34.375vw);
}
.sec6 .box.aos-animate .item {
  transform: translateX(0) !important;
}

.sec7 {
  padding: 5.78125vw 9.9479166667vw 12.2395833333vw;
  position: relative;
}
.sec7 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 11.4583333333vw;
}
.sec7 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.1666666667vw;
}
.sec7 .box .bian_box .item {
  width: 20.2083333333vw;
  height: 5.625vw;
  background: #FFFFFF;
  box-shadow: 1.4583333333vw 0.3645833333vw 10vw 0.3645833333vw rgba(218, 37, 28, 0.06);
  border-radius: 2.8125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.1354166667vw 0 2.65625vw;
}
.sec7 .box .bian_box .item:not(:last-child) {
  margin-bottom: 0.78125vw;
}
.sec7 .box .bian_box .item p {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.3020833333vw;
  color: #000000;
}
.sec7 .box .bian_box .item span {
  display: block;
  font-family: "Poppins sb";
  font-weight: 600;
  font-size: 2.3958333333vw;
  background-image: linear-gradient(180deg, #DA251C 30%, rgba(218, 37, 28, 0) 70%);
  -webkit-background-clip: text;
  color: transparent;
}
.sec7 .box .cir {
  width: 21.7708333333vw;
  height: 21.7708333333vw;
  background: #004EFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 2.8645833333vw;
  color: #FFFFFF;
  line-height: 3.4895833333vw;
  text-align: center;
}
.sec7 .box .cir span {
  font-size: 2.4479166667vw;
}

.sec8 {
  position: relative;
  padding: 3.9583333333vw 9.8958333333vw 5.1041666667vw;
}
.sec8 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 1.6666666667vw;
}
.sec8 .info_box {
  margin-bottom: 3.8541666667vw;
  width: 31.25vw;
}
.sec8 .info_box .h5 {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.0416666667vw;
  color: #000000;
  margin-bottom: 0.9375vw;
}
.sec8 .info_box .p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
  line-height: 1.0416666667vw;
}

.sec9 {
  position: relative;
  padding: 8.2291666667vw 9.8958333333vw 9.4270833333vw;
}
.sec9 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 0.8333333333vw;
}
.sec9 .des {
  width: 43.1770833333vw;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #333333;
  line-height: 1.0416666667vw;
  margin-bottom: 3.125vw;
}
.sec9 .img {
  width: 100%;
}
.sec9 .img img {
  display: block;
  width: 100%;
}
.sec9 .little_title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.3020833333vw;
  color: #000000;
  margin: 2.0833333333vw 0 3.75vw;
}
.sec9 .box {
  display: flex;
  justify-content: space-between;
}
.sec9 .box .l_box {
  width: 4.375vw;
  background: #004EFF;
  border-radius: 0.625vw;
  padding: 0 1.5625vw;
  text-align: center;
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.0416666667vw;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  align-items: center;
}
.sec9 .box .jt {
  width: 2.96875vw;
  display: flex;
  align-items: center;
}
.sec9 .box .jt img {
  display: block;
  width: 100%;
}
.sec9 .box .r_box {
  display: flex;
}
.sec9 .box .r_box .item {
  width: 13.0208333333vw;
}
.sec9 .box .r_box .item:not(:last-child) {
  margin-right: -1.3541666667vw;
}
.sec9 .box .r_box .item .item_top {
  width: 100%;
  height: 4.84375vw;
  border-radius: 2.0833333333vw;
  border: 0.0520833333vw solid #A4C0FF;
  position: relative;
}
.sec9 .box .r_box .item .item_top .item_label {
  width: 9.1145833333vw;
  height: 4.84375vw;
  border-radius: 2.0833333333vw;
  background: #004EFF;
  text-align: center;
  padding: 0.5729166667vw 0 0 1.8229166667vw;
}
.sec9 .box .r_box .item .item_top .item_label img {
  display: block;
  width: 4.6875vw;
}
.sec9 .box .r_box .item .item_top .label {
  width: 6.4583333333vw;
  height: 100%;
  background: #004EFF;
  border-radius: 2.0833333333vw;
  text-align: center;
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #FFFFFF;
  line-height: 1;
  padding: 1.09375vw 0 0;
}
.sec9 .box .r_box .item .item_box {
  width: 100%;
  height: calc(100% - 2.421875vw);
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #A4C0FF;
  margin: -2.3958333333vw 0 0;
  position: relative;
  z-index: 3;
  padding: 1.0416666667vw 2.03125vw 2.2916666667vw;
  overflow: hidden;
}
.sec9 .box .r_box .item .item_box:after {
  content: "";
  width: 9.1145833333vw;
  height: 4.84375vw;
  background: #004EFF;
  border-radius: 2.0833333333vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-80%);
  filter: blur(1.0416666667vw);
}
.sec9 .box .r_box .item .item_box h5 {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
.sec9 .box .r_box .item .item_box .item_box_ul {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #CCCCCC;
  display: flex;
  padding: 0.7291666667vw 1.0416666667vw 0.7291666667vw 2.0833333333vw;
  align-items: center;
  position: relative;
}
.sec9 .box .r_box .item .item_box .item_box_ul:not(:last-child) {
  margin-bottom: 0.625vw;
}
.sec9 .box .r_box .item .item_box .item_box_ul p {
  font-weight: 400;
  font-size: 0.625vw;
  color: #000000;
  line-height: 0.78125vw;
  position: relative;
  display: flex;
  align-items: center;
}
.sec9 .box .r_box .item .item_box .item_box_ul p:after {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  position: absolute;
  left: -0.7291666667vw;
  top: 0.3125vw;
}

.sec10 {
  position: relative;
  padding: 5.46875vw 9.8958333333vw 6.9270833333vw;
}
.sec10 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 4.0104166667vw;
}
.sec10 .box {
  width: 100%;
}
.sec10 .box img {
  display: block;
  width: 100%;
}

.sec11 {
  position: relative;
  padding: 3.6458333333vw 9.8958333333vw 11.1979166667vw;
}
.sec11 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 4.0104166667vw;
}
.sec11 .box {
  display: flex;
  justify-content: space-between;
}
.sec11 .box .l_box {
  display: flex;
}
.sec11 .box .l_box .p {
  width: 4.375vw;
  height: 100%;
  background: #DA251C;
  border-radius: 0.625vw;
  padding: 0 1.5625vw;
  text-align: center;
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.0416666667vw;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  align-items: center;
}
.sec11 .box .l_box .jt {
  width: 2.96875vw;
  display: flex;
  align-items: center;
}
.sec11 .box .l_box .jt img {
  display: block;
  width: 100%;
}
.sec11 .box .r_box {
  display: flex;
}
.sec11 .box .r_box .item {
  width: 13.0208333333vw;
}
.sec11 .box .r_box .item:not(:last-child) {
  margin-right: -1.3541666667vw;
}
.sec11 .box .r_box .item .item_top {
  width: 100%;
  height: 4.84375vw;
  border-radius: 2.0833333333vw;
  border: 0.0520833333vw solid #A4C0FF;
  position: relative;
}
.sec11 .box .r_box .item .item_top .item_label {
  width: 9.1145833333vw;
  height: 4.84375vw;
  border-radius: 2.0833333333vw;
  background: #004EFF;
  text-align: center;
  padding: 0.5729166667vw 0 0 1.8229166667vw;
}
.sec11 .box .r_box .item .item_top .item_label img {
  display: block;
  width: 4.6875vw;
}
.sec11 .box .r_box .item .item_top .label {
  width: 6.4583333333vw;
  height: 100%;
  background: #004EFF;
  border-radius: 2.0833333333vw;
  text-align: center;
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #FFFFFF;
  line-height: 1;
  padding: 1.09375vw 0 0;
}
.sec11 .box .r_box .item .item_box {
  width: 100%;
  height: calc(100% - 2.421875vw);
  min-height: 23.3854166667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #A4C0FF;
  margin: -2.3958333333vw 0 0;
  position: relative;
  z-index: 3;
  padding: 1.0416666667vw 2.03125vw 1.25vw;
  overflow: hidden;
}
.sec11 .box .r_box .item .item_box:after {
  content: "";
  width: 9.1145833333vw;
  height: 4.84375vw;
  background: #004EFF;
  border-radius: 2.0833333333vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-80%);
  filter: blur(1.0416666667vw);
}
.sec11 .box .r_box .item .item_box h5 {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
.sec11 .box .r_box .item .item_box .item_box_ul {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #CCCCCC;
  display: flex;
  padding: 0.7291666667vw 1.0416666667vw 0.7291666667vw 2.0833333333vw;
  align-items: center;
  position: relative;
}
.sec11 .box .r_box .item .item_box .item_box_ul:not(:last-child) {
  margin-bottom: 0.625vw;
}
.sec11 .box .r_box .item .item_box .item_box_ul p {
  font-weight: 400;
  font-size: 0.625vw;
  color: #000000;
  line-height: 0.78125vw;
  position: relative;
  display: flex;
  align-items: center;
}
.sec11 .box .r_box .item .item_box .item_box_ul p:after {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  position: absolute;
  left: -0.7291666667vw;
  top: 0.3125vw;
}

.sec12 {
  position: relative;
  padding: 8.8541666667vw 9.8958333333vw 7.65625vw;
}
.sec12 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 3.6458333333vw;
}
.sec12 .box {
  width: 100%;
}
.sec12 .box img {
  display: block;
  width: 100%;
}

.sec13 {
  position: relative;
  padding: 5.15625vw 9.8958333333vw 8.0208333333vw;
}
.sec13 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 3.6458333333vw;
}
.sec13 .box {
  width: 100%;
}
.sec13 .box img {
  display: block;
  width: 100%;
}

.sec14 {
  position: relative;
  padding: 3.75vw 9.8958333333vw 10.5729166667vw;
}
.sec14 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 4.2708333333vw;
}
.sec14 .box {
  width: 100%;
  position: relative;
}
.sec14 .box .list {
  position: absolute;
  display: flex;
  top: 1.1458333333vw;
  right: 0;
  z-index: 3;
  gap: 1.7708333333vw;
}
.sec14 .box .list .item {
  width: 21.4583333333vw;
}
.sec14 .box .list .item .item_top {
  width: 12.96875vw;
  height: 4.84375vw;
  border-radius: 2.0833333333vw;
  border: 0.0520833333vw solid #A4C0FF;
  position: relative;
}
.sec14 .box .list .item .item_top img {
  display: block;
  width: 4.6875vw;
  position: absolute;
  right: 0.5729166667vw;
  top: 0.5729166667vw;
}
.sec14 .box .list .item .item_top .label {
  width: 9.1145833333vw;
  height: 100%;
  background: #004EFF;
  border-radius: 2.0833333333vw;
  text-align: center;
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #FFFFFF;
  line-height: 1;
  padding: 0.9375vw 0 0;
}
.sec14 .box .list .item .item_box {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #A4C0FF;
  margin: -2.3958333333vw 0 0;
  position: relative;
  z-index: 3;
  padding: 2.6041666667vw 2.0833333333vw 2.34375vw;
  overflow: hidden;
}
.sec14 .box .list .item .item_box:after {
  content: "";
  width: 9.1145833333vw;
  height: 4.84375vw;
  background: #004EFF;
  border-radius: 2.0833333333vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-80%);
  filter: blur(1.0416666667vw);
}
.sec14 .box .list .item .item_box .item_box_ul {
  width: 100%;
  height: 5.2083333333vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #CCCCCC;
  padding: 0.8854166667vw 1.9791666667vw 0 1.9791666667vw;
  position: relative;
}
.sec14 .box .list .item .item_box .item_box_ul:not(:last-child) {
  margin-bottom: 2.0833333333vw;
}
.sec14 .box .list .item .item_box .item_box_ul:nth-last-child(1) {
  align-items: center;
}
.sec14 .box .list .item .item_box .item_box_ul p {
  font-weight: 400;
  font-size: 0.625vw;
  color: #000000;
  line-height: 1.0416666667vw;
  position: relative;
  display: flex;
  align-items: center;
}
.sec14 .box .list .item .item_box .item_box_ul p:after {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  position: absolute;
  left: -0.7291666667vw;
}
.sec14 .box .tr {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  height: 6.875vw;
  width: 100%;
  border-top: 0.0520833333vw solid rgb(0, 78, 255);
}
.sec14 .box .tr:nth-last-child(1) {
  height: 5.4166666667vw;
}
.sec14 .box .tr:nth-last-child(2) {
  border-bottom: 0.0520833333vw solid rgb(0, 78, 255);
}
.sec14 .box .tr .sq {
  width: 0.2604166667vw;
  height: 0.8333333333vw;
  background: #DA251C;
}
.sec14 .box .tr p {
  font-family: "AlibabaPuHuiTi_3_65_Medium";
  font-size: 0.8854166667vw;
  color: #333333;
}

.sec15 {
  position: relative;
  padding: 3.8020833333vw 9.8958333333vw 6.3541666667vw;
}
.sec15 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 7.9166666667vw;
}
.sec15 .box {
  width: 100%;
}
.sec15 .box img {
  display: block;
  width: 100%;
}

.sec16 {
  position: relative;
  padding: 3.8020833333vw 9.8958333333vw 11.1458333333vw;
}
.sec16 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 3.9583333333vw;
}
.sec16 .box {
  width: 100%;
}
.sec16 .box img {
  display: block;
  width: 100%;
}

.sec17 {
  position: relative;
  padding: 3.8020833333vw 9.8958333333vw 6.8229166667vw;
}
.sec17 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 5.46875vw;
}
.sec17 .box {
  width: 100%;
}
.sec17 .box img {
  display: block;
  width: 100%;
}

.sec18 {
  position: relative;
  padding: 3.8020833333vw 9.8958333333vw 9.7395833333vw;
}
.sec18 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #FFFFFF;
  margin-bottom: 5.46875vw;
}
.sec18 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec18 .box .item {
  width: 10.9895833333vw;
  height: 16.1458333333vw;
  padding: 2.34375vw 0.5208333333vw 0;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}
.sec18 .box .item .item_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2083333333vw;
}
.sec18 .box .item .item_top p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 2.5vw;
  color: #DA251C;
  line-height: 1;
}
.sec18 .box .item .item_top img {
  display: block;
  width: 1.5625vw;
}
.sec18 .box .item .item_des {
  font-family: "AlibabaPuHuiTi_3_65_Medium";
  font-size: 0.8854166667vw;
  color: #000000;
  line-height: 1.3020833333vw;
  text-align: center;
  margin: 0.625vw 0 0;
}
.sec18 .box .item:nth-last-child(2n) {
  margin: 4.21875vw 0 0;
}
.sec18 .box .item:nth-last-child(2) .item_top img {
  transform: rotate(180deg);
}

.sec19 {
  padding: 3.75vw 9.9479166667vw 8.0729166667vw;
}
.sec19 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000;
  margin-bottom: 6.5625vw;
}
.sec19 .swiper_box {
  position: relative;
}
.sec19 .swiper_box .btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: flex;
  gap: 41.6666666667vw;
  z-index: 3;
}
.sec19 .swiper_box .btns .iconfont {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  font-size: 0.9375vw;
  color: #111111;
  background: #F8FAFC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 0.625vw;
  transition: 0.6s;
}
.sec19 .swiper_box .btns .iconfont:hover {
  background: #DA251C;
  color: #FFFFFF;
}
.sec19 .swiper_box .btns .iconfont.prev {
  transform: rotate(180deg);
}
.sec19 .swiper_box .swiper {
  width: 63.5416666667vw;
  overflow: unset;
}
.sec19 .swiper_box .swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box {
  width: 100%;
  height: 38.8541666667vw;
  position: relative;
  border-radius: 0.625vw;
  transform: scaleX(0.76);
  filter: blur(0.15625vw);
  transition: 0.6s;
  z-index: 3;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top {
  border-radius: 0.625vw;
  width: 100%;
  height: 21.9791666667vw;
  background: #FCFCFC;
  position: relative;
  z-index: 3;
  padding: 0.4166666667vw;
  box-shadow: 0 -0.3645833333vw 4.1666666667vw 0.3645833333vw rgba(0, 0, 0, 0);
  transition: 0.6s;
  overflow: hidden;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .slide_box_top_bg {
  position: absolute;
  filter: blur(5.2083333333vw);
  width: 140%;
  left: -20%;
  height: 17.5vw;
  top: 16.1979166667vw;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .slide_box_top_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .label {
  padding: 0.7291666667vw 1.0416666667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  font-weight: 500;
  font-size: 0.7291666667vw;
  color: #333333;
  line-height: 1;
  width: fit-content;
  margin: 0 0 1.1979166667vw auto;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .logo {
  width: 7.2916666667vw;
  height: 2.0833333333vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .logo img {
  display: block;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .h5 {
  font-weight: 500;
  font-size: 1.0416666667vw;
  color: #333333;
  line-height: 1.4583333333vw;
  text-align: center;
  margin: 1.0416666667vw 0 0;
  z-index: 3;
  position: relative;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .p {
  font-weight: 500;
  font-size: 1.0416666667vw;
  color: #000000;
  text-align: center;
  margin: 1.9791666667vw 0 0;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .common_btn {
  position: absolute;
  bottom: 2.0833333333vw;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .common_btn p {
  color: #FFFFFF;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .common_btn img {
  filter: brightness(0) invert(1);
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 17.5vw;
  border-radius: 0 0 0.625vw 0.625vw;
  overflow: hidden;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.sec19 .swiper_box .swiper .swiper-slide .slide_box .img:hover img {
  transform: scale(1.1);
}
.sec19 .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_box {
  transform: scaleX(1);
  filter: blur(0);
}
.sec19 .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_box .slide_box_top {
  box-shadow: 0 -0.3645833333vw 4.1666666667vw 0.3645833333vw rgba(0, 0, 0, 0.12);
}
.sec19 .swiper_box .swiper .swiper-slide:nth-child(3) .slide_box .slide_box_top {
  background: linear-gradient(180deg, #FCFCFC 40%, #B9C9DD);
}

.sec20 {
  position: relative;
  padding: 3.9583333333vw 9.9479166667vw 7.4479166667vw;
}
.sec20 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #FFFFFF;
  margin-bottom: 5.5729166667vw;
}
.sec20 .swiper {
  width: 100%;
}
.sec20 .swiper .swiper-slide {
  height: 28.75vw;
  position: relative;
  padding: 2.0833333333vw 0 0;
  overflow: hidden;
  border-radius: 0.625vw;
}
.sec20 .swiper .swiper-slide .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec20 .swiper .swiper-slide .bg img {
  display: block;
  width: 100%;
  height: 100%;
  filter: blur(3.125vw);
}
.sec20 .swiper .swiper-slide .date {
  font-weight: 400;
  font-size: 1.0416666667vw;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.8229166667vw;
}
.sec20 .swiper .swiper-slide .img {
  width: 20.4166666667vw;
  height: 10.15625vw;
  border-radius: 0.625vw;
  margin: 0 auto 4.0104166667vw;
  overflow: hidden;
}
.sec20 .swiper .swiper-slide .img img {
  display: block;
  max-width: unset;
  max-height: unset;
  width: 23.1770833333vw;
  height: 28.75vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -6.25vw;
  transition: 2s;
}
.sec20 .swiper .swiper-slide .slide_bottom p {
  font-family: "Microsoft YaHei";
  font-size: 1.0416666667vw;
  color: #FFFFFF;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.71875vw;
  transition: 0.9s;
}
.sec20 .swiper .swiper-slide .slide_bottom .play {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0.2083333333vw 0.3645833333vw 4.53125vw rgba(0, 0, 0, 0.36);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec20 .swiper .swiper-slide .slide_bottom .play img {
  display: block;
}
.sec20 .swiper .swiper-slide .slide_bottom .play img:nth-child(2) {
  position: absolute;
  width: 0.7291666667vw;
}
.sec20 .swiper .swiper-slide .slide_bottom .play:after {
  content: "";
  width: 4.0625vw;
  height: 4.0625vw;
  border-radius: 50%;
  border: 0.0520833333vw dashed #FFFFFF;
  position: absolute;
}
.sec20 .swiper .swiper-slide:hover .slide_bottom p {
  color: #DA251C;
}
.sec20 .swiper .swiper-slide:hover .img img {
  transform: translateX(-50%) scale(1.1);
}

.sec21 {
  padding: 4.1666666667vw 9.8958333333vw 0;
}
.sec21 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 4.9479166667vw;
}
.sec21 .box {
  display: flex;
  justify-content: space-between;
}
.sec21 .box .item {
  width: 19.0104166667vw;
}
.sec21 .box .item .item_top {
  width: 17.3958333333vw;
  height: 3.8020833333vw;
  background: #004EFF;
  border-radius: 1.5625vw;
  margin: 0 auto;
  text-align: center;
  font-family: "MicrosoftYaHeiLight";
  font-size: 0.8854166667vw;
  color: #FFFFFF;
  padding: 0.5729166667vw 0 0;
}
.sec21 .box .item .item_box {
  width: 100%;
  height: 9.84375vw;
  background: #F5F5F5;
  border-radius: 0.625vw;
  margin: -1.40625vw 0 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
  font-family: "MicrosoftYaHeiLight";
  font-size: 0.7291666667vw;
  color: #333333;
  line-height: 1.3020833333vw;
  padding: 3.1770833333vw 1.25vw 0;
}
.sec21 .box .item .item_box:after {
  content: "";
  width: 17.3958333333vw;
  height: 3.8020833333vw;
  background: #004EFF;
  border-radius: 1.5625vw;
  position: absolute;
  left: 50%;
  top: -1.6666666667vw;
  transform: translateX(-50%);
  filter: blur(2.1354166667vw);
}
.sec21 .box .item .item_box p {
  position: relative;
  z-index: 3;
}

.sec22 {
  position: relative;
  padding: 6.7708333333vw 9.8958333333vw 9.375vw;
}
.sec22 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 6.7708333333vw;
}
.sec22 .box {
  width: 100%;
}
.sec22 .box img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .common_banner .text {
    padding: 0 5vw;
    display: block;
  }
  .common_banner .text .l .p {
    font-size: 14px;
  }
  .common_banner .text .l .p p {
    font-size: 14px;
  }
  .common_banner .text .r {
    width: 100%;
    margin: 20px 0 0;
    justify-content: space-between;
    gap: 20px 0;
    flex-wrap: wrap;
  }
  .common_banner .text .r .item {
    width: 48%;
  }
  .common_banner .text .r .item .num {
    justify-content: flex-start;
  }
  .common_banner .text .r .item .num p {
    font-size: 26px;
  }
  .common_banner .text .r .item .num span {
    font-size: 14px;
  }
  .common_banner .text .r .item .item_des {
    font-size: 12px;
    text-align: left;
    margin: 4px 0 0;
  }
  .sec1 {
    padding: 50px 5vw;
    overflow: hidden;
  }
  .sec1 .common_bg {
    height: 100%;
  }
  .sec1 .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sec1 .btns {
    margin: 25px 0 0;
    gap: 10px;
  }
  .sec1 .btns .iconfont {
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }
  .sec1 .btns .iconfont img {
    width: 10px;
  }
  .sec1 .swiper {
    width: 100%;
    overflow: unset;
  }
  .sec1 .swiper .swiper-slide {
    height: 50.7vw;
  }
  .sec1 .swiper .swiper-slide .icon {
    width: 12vw;
    height: 12vw;
    border-radius: 10px;
  }
  .sec1 .swiper .swiper-slide .icon img {
    width: 7vw;
  }
  .sec1 .swiper .swiper-slide .item_box .item_text {
    width: 90%;
  }
  .sec1 .swiper .swiper-slide .item_box .item_text .item_h5 {
    font-size: 80px;
  }
  .sec1 .swiper .swiper-slide .item_box .item_text .item_p {
    font-size: 15px;
  }
  .sec2 {
    padding: 40px 5vw;
  }
  .sec2 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec2 .control {
    gap: 10px;
  }
  .sec2 .control .item {
    width: 60px;
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
  }
  .sec2 .control .item p {
    font-size: 13px;
  }
  .sec2 .box .part .part_list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec2 .box .part .part_list .item {
    width: 100%;
    margin: 0 !important;
  }
  .sec2 .box .part .part_list .item .item_line {
    display: none;
  }
  .sec2 .box .part .part_list .item .item_label {
    width: 120px;
    height: 50px;
    border-radius: 12px;
    font-size: 12px;
    padding: 8px 15px;
  }
  .sec2 .box .part .part_list .item .item_box {
    margin: -20px 0 0;
    padding: 20px 15px;
    border-radius: 8px;
    height: unset;
  }
  .sec2 .box .part .part_list .item .item_box:after {
    border-radius: 12px;
    width: 120px;
    height: 50px;
    filter: blur(20px);
  }
  .sec2 .box .part .part_list .item .item_box .icon {
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }
  .sec2 .box .part .part_list .item .item_box .icon img {
    width: 20px;
  }
  .sec2 .box .part .part_list .item .item_box .item_p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .sec2 .box .part .part_list .item .item_box .item_p li {
    padding: 0 0 0 10px;
  }
  .sec2 .box .part .part_list .item .item_box .item_p li:after {
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .sec3 {
    padding: 50px 5vw;
  }
  .sec3 .title {
    font-size: 20px;
  }
  .sec3 .box {
    flex-direction: column;
  }
  .sec3 .box .cir {
    width: 120px;
    height: 120px;
    font-size: 16px;
    line-height: 1.4;
  }
  .sec3 .box .cir img {
    display: none;
  }
  .sec3 .box .center_box {
    display: flex;
    margin: 20px 0;
    gap: 20px;
  }
  .sec3 .box .center_box .cir1 {
    font-size: 13px;
    line-height: 1.4;
    width: 100px;
    height: 100px;
  }
  .sec3 .box .r_box {
    width: 100%;
  }
  .sec3 .box .r_box .item:after {
    width: 85vw;
    height: 12px;
    top: -4px;
    border-radius: 4px;
  }
  .sec3 .box .r_box .item .item_box {
    border-radius: 8px;
    padding: 20px;
    height: unset;
    font-size: 13px;
    line-height: 1.4;
  }
  .sec3 .box .r_box .item .item_box:after {
    width: 85vw;
    height: 12px;
    top: -4px;
    border-radius: 4px;
    filter: blur(10px);
  }
  .sec3 .box .r_box .item .item_box li {
    padding: 0 0 0 10px;
  }
  .sec3 .box .r_box .item .item_box li:after {
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .sec3 .box .r_box .item .item_box li:not(:last-child) {
    margin-bottom: 6px;
  }
  .sec3 .box .r_box .item:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec3 .bg .sq:nth-child(5) {
    top: unset;
    bottom: -10vw;
  }
  .sec3 .bg .sq:nth-child(4) {
    top: unset;
    bottom: -10vw;
  }
  .sec3 .bg .sq:nth-child(3) {
    top: unset;
    bottom: -10vw;
  }
  .sec3 .bg .sq:nth-child(2) {
    top: unset;
    bottom: -10vw;
  }
  .sec3 .des {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    margin: 10px 0 25px;
  }
  .sec3 .des br {
    display: none;
  }
  .sec4 {
    padding: 50px 5vw;
  }
  .sec4 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec5 {
    padding: 50px 5vw;
  }
  .sec5 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec6 {
    padding: 50px 5vw;
  }
  .sec6 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec6 .box {
    flex-wrap: wrap;
  }
  .sec6 .box .item {
    width: 50%;
    transform: unset !important;
  }
  .sec6 .box .item .item_top {
    width: 40vw;
    height: 60px;
    border-radius: 30px;
  }
  .sec6 .box .item .item_top .label {
    border-radius: 30px;
    width: 30vw;
    font-size: 12px;
    padding: 8px 0 0;
  }
  .sec6 .box .item .item_top img {
    width: 50px;
    right: 10px;
    top: 8px;
  }
  .sec6 .box .item .item_box {
    margin: -30px 0 0;
    border-radius: 8px;
    padding: 15px 10px;
    height: calc(100% - 30px);
  }
  .sec6 .box .item .item_box h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .sec6 .box .item .item_box:after {
    border-radius: 30px;
    width: 30vw;
    height: 60px;
    filter: blur(20px);
  }
  .sec6 .box .item .item_box .item_box_ul {
    width: 100%;
    height: unset;
    padding: 8px 13px;
    border-radius: 4px;
    height: unset !important;
  }
  .sec6 .box .item .item_box .item_box_ul:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec6 .box .item .item_box .item_box_ul:not(:last-child):after {
    width: 45vw;
    bottom: -5px;
  }
  .sec6 .box .item .item_box .item_box_ul p {
    font-size: 12px;
    line-height: 1.8;
  }
  .sec6 .box .item .item_box .item_box_ul p:after {
    width: 4px;
    height: 4px;
    left: -8px;
    top: 10px;
  }
  .sec7 {
    padding: 50px 5vw;
  }
  .sec7 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec7 .box {
    flex-direction: column;
    padding: 0;
  }
  .sec7 .box .cir {
    margin: 20px 0;
    width: 160px;
    height: 160px;
  }
  .sec7 .box .cir p {
    font-size: 18px;
    line-height: 1.4;
  }
  .sec7 .box .cir p span {
    font-size: 16px;
  }
  .sec7 .box .bian_box {
    width: 100%;
  }
  .sec7 .box .bian_box .item {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
  }
  .sec7 .box .bian_box .item:not(:last-child) {
    margin-bottom: 8px;
  }
  .sec7 .box .bian_box .item p {
    font-size: 15px;
  }
  .sec7 .box .bian_box .item span {
    font-size: 20px;
  }
  .sec8 {
    padding: 50px 5vw;
  }
  .sec8 .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec8 .info_box {
    width: 100%;
    margin-bottom: 35px;
  }
  .sec8 .info_box .h5 {
    font-size: 16px;
  }
  .sec8 .info_box .p {
    font-size: 13px;
    line-height: 1.5;
  }
  .sec9 {
    padding: 50px 5vw;
  }
  .sec9 .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec9 .des {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .sec9 .little_title {
    font-size: 20px;
    margin: 40px 0 20px;
  }
  .sec9 .box {
    flex-wrap: wrap;
  }
  .sec9 .box .l_box {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    justify-content: center;
  }
  .sec9 .box .jt {
    width: 100%;
    margin: 10px 0;
  }
  .sec9 .box .jt img {
    margin: 0 auto;
    width: 30px;
    transform: rotate(90deg);
  }
  .sec9 .box .r_box {
    flex-wrap: wrap;
  }
  .sec9 .box .r_box .item {
    width: 50%;
    transform: unset !important;
  }
  .sec9 .box .r_box .item .item_top {
    width: 40vw;
    height: 60px;
    border-radius: 30px;
  }
  .sec9 .box .r_box .item .item_top .item_label {
    border-radius: 30px;
    width: 30vw;
    height: 60px;
    font-size: 12px;
    padding: 8px 0 0 15px;
  }
  .sec9 .box .r_box .item .item_top .item_label img {
    width: 50px;
  }
  .sec9 .box .r_box .item .item_box {
    margin: -30px 0 0;
    border-radius: 8px;
    padding: 15px 10px;
    height: calc(100% - 30px);
  }
  .sec9 .box .r_box .item .item_box h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .sec9 .box .r_box .item .item_box:after {
    border-radius: 30px;
    width: 30vw;
    height: 60px;
    filter: blur(20px);
  }
  .sec9 .box .r_box .item .item_box .item_box_ul {
    width: 100%;
    height: unset;
    padding: 8px 13px;
    border-radius: 4px;
    height: unset !important;
  }
  .sec9 .box .r_box .item .item_box .item_box_ul:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec9 .box .r_box .item .item_box .item_box_ul:not(:last-child):after {
    width: 45vw;
    bottom: -5px;
  }
  .sec9 .box .r_box .item .item_box .item_box_ul p {
    font-size: 12px;
    line-height: 1.8;
  }
  .sec9 .box .r_box .item .item_box .item_box_ul p:after {
    width: 4px;
    height: 4px;
    left: -8px;
    top: 10px;
  }
  .sec10 {
    padding: 50px 5vw;
  }
  .sec10 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec12 {
    padding: 50px 5vw;
  }
  .sec12 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec13 {
    padding: 50px 5vw;
  }
  .sec13 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec15, .sec16, .sec17, .sec22 {
    padding: 50px 5vw;
  }
  .sec15 .title, .sec16 .title, .sec17 .title, .sec22 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec11 {
    padding: 50px 5vw;
  }
  .sec11 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec11 .box {
    flex-wrap: wrap;
  }
  .sec11 .box .l_box {
    display: block;
    width: 100%;
  }
  .sec11 .box .l_box .p {
    width: 100%;
    height: unset;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    justify-content: center;
  }
  .sec11 .box .l_box .jt {
    width: 100%;
    margin: 10px 0;
  }
  .sec11 .box .l_box .jt img {
    margin: 0 auto;
    width: 30px;
    transform: rotate(90deg);
  }
  .sec11 .box .r_box {
    flex-wrap: wrap;
  }
  .sec11 .box .r_box .item {
    width: 50%;
    transform: unset !important;
  }
  .sec11 .box .r_box .item .item_top {
    width: 40vw;
    height: 60px;
    border-radius: 30px;
  }
  .sec11 .box .r_box .item .item_top .item_label {
    border-radius: 30px;
    width: 30vw;
    height: 60px;
    font-size: 12px;
    padding: 8px 0 0 15px;
  }
  .sec11 .box .r_box .item .item_top .item_label img {
    width: 50px;
  }
  .sec11 .box .r_box .item .item_box {
    margin: -30px 0 0;
    border-radius: 8px;
    padding: 15px 10px;
    height: calc(100% - 30px);
  }
  .sec11 .box .r_box .item .item_box h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .sec11 .box .r_box .item .item_box:after {
    border-radius: 30px;
    width: 30vw;
    height: 60px;
    filter: blur(20px);
  }
  .sec11 .box .r_box .item .item_box .item_box_ul {
    width: 100%;
    height: unset;
    padding: 8px 13px;
    border-radius: 4px;
    height: unset !important;
  }
  .sec11 .box .r_box .item .item_box .item_box_ul:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec11 .box .r_box .item .item_box .item_box_ul:not(:last-child):after {
    width: 45vw;
    bottom: -5px;
  }
  .sec11 .box .r_box .item .item_box .item_box_ul p {
    font-size: 12px;
    line-height: 1.8;
  }
  .sec11 .box .r_box .item .item_box .item_box_ul p:after {
    width: 4px;
    height: 4px;
    left: -8px;
    top: 10px;
  }
  .sec14 {
    padding: 50px 5vw;
  }
  .sec14 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec14 .box .tr {
    height: 40px;
    gap: 10px;
  }
  .sec14 .box .tr .sq {
    width: 4px;
    height: 8px;
  }
  .sec14 .box .tr p {
    font-size: 15px;
  }
  .sec14 .box .list {
    flex-wrap: wrap;
    position: unset;
    gap: 10px 0;
    margin: 15px 0 0;
  }
  .sec14 .box .list .item {
    width: 50%;
    transform: unset !important;
  }
  .sec14 .box .list .item .item_top {
    width: 40vw;
    height: 60px;
    border-radius: 30px;
  }
  .sec14 .box .list .item .item_top .label {
    border-radius: 30px;
    width: 30vw;
    font-size: 12px;
    padding: 8px 0 0;
  }
  .sec14 .box .list .item .item_top img {
    width: 50px;
    right: 10px;
    top: 8px;
  }
  .sec14 .box .list .item .item_box {
    margin: -30px 0 0;
    border-radius: 8px;
    padding: 15px 10px;
    height: calc(100% - 30px);
  }
  .sec14 .box .list .item .item_box h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .sec14 .box .list .item .item_box:after {
    border-radius: 30px;
    width: 30vw;
    height: 60px;
    filter: blur(20px);
  }
  .sec14 .box .list .item .item_box .item_box_ul {
    width: 100%;
    height: unset;
    padding: 8px 13px;
    border-radius: 4px;
    height: unset !important;
  }
  .sec14 .box .list .item .item_box .item_box_ul:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec14 .box .list .item .item_box .item_box_ul:not(:last-child):after {
    width: 45vw;
    bottom: -5px;
  }
  .sec14 .box .list .item .item_box .item_box_ul p {
    font-size: 12px;
    line-height: 1.8;
  }
  .sec14 .box .list .item .item_box .item_box_ul p:after {
    width: 4px;
    height: 4px;
    left: -8px;
    top: 10px;
  }
  .sec18 {
    padding: 50px 5vw;
  }
  .sec18 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec18 .box {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .sec18 .box .item {
    width: 48%;
    height: unset;
    padding: 30px 8px;
  }
  .sec18 .box .item .item_des {
    font-size: 13px;
    line-height: 1.4;
    margin: 20px 0 0;
  }
  .sec18 .box .item .item_top p {
    font-size: 22px;
  }
  .sec18 .box .item .item_top img {
    width: 12px;
  }
  .sec19 {
    padding: 50px 5vw;
    overflow: hidden;
  }
  .sec19 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec19 .swiper_box .swiper {
    width: 160%;
    left: -30%;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box {
    height: 360px;
    border-radius: 8px;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top {
    height: 200px;
    border-radius: 8px;
    padding: 8px;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .label {
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0 0 15px auto;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .logo {
    width: 100px;
    height: 40px;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .h5 {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 20px;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .h5 br {
    display: none;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .common_btn {
    width: 120px;
    height: 36px;
    padding: 0 12px;
    bottom: 10px;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .common_btn p {
    font-size: 12px;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .common_btn img {
    width: 12px;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .slide_box_top .slide_box_top_bg {
    filter: blur(20px);
    height: 120px;
    top: 120px;
  }
  .sec19 .swiper_box .swiper .swiper-slide .slide_box .img {
    height: 180px;
    border-radius: 0 0 8px 8px;
  }
  .sec19 .swiper_box .btns {
    position: unset;
    left: unset;
    transform: unset;
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
  }
  .sec19 .swiper_box .btns .iconfont {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 10px;
  }
  .sec20 {
    padding: 50px 5vw;
    overflow: hidden;
  }
  .sec20 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec20 .swiper {
    width: 100%;
    overflow: unset;
  }
  .sec20 .swiper .swiper-slide {
    height: 80vw;
    border-radius: 8px;
    padding: 30px 0 0;
  }
  .sec20 .swiper .swiper-slide .date {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .sec20 .swiper .swiper-slide .img {
    width: 70%;
    height: 24vw;
    border-radius: 8px;
    margin: 0 auto 30px;
  }
  .sec20 .swiper .swiper-slide .img img {
    width: 64vw;
    height: 101vw;
    top: -26.25vw;
  }
  .sec20 .swiper .swiper-slide .slide_bottom p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .sec20 .swiper .swiper-slide .slide_bottom .play {
    width: 30px;
    height: 30px;
  }
  .sec20 .swiper .swiper-slide .slide_bottom .play img:nth-child(2) {
    width: 6px;
  }
  .sec20 .swiper .swiper-slide .slide_bottom .play:after {
    width: 40px;
    height: 40px;
  }
  .sec21 {
    padding: 50px 5vw 20px;
  }
  .sec21 .title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec21 .box {
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
  }
  .sec21 .box .item {
    width: 100%;
  }
  .sec21 .box .item .item_top {
    width: 60%;
    font-size: 12px;
    padding: 8px 0 0;
    height: 60px;
    border-radius: 30px;
  }
  .sec21 .box .item .item_box {
    margin: -30px 0 0;
    border-radius: 8px;
    padding: 30px 20px;
    height: calc(100% - 30px);
  }
  .sec21 .box .item .item_box p {
    font-size: 13px;
    line-height: 1.6;
  }
  .sec21 .box .item .item_box:after {
    border-radius: 30px;
    width: 60vw;
    height: 60px;
    filter: blur(20px);
    top: -40px;
  }
}

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