.banner_swiper {
  width: 100%;
  height: 100vh;
}
.banner_swiper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner_swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s;
  transform: scale(1.1);
}
.banner_swiper .swiper-slide .slide_box {
  position: absolute;
  left: 9.8958333333vw;
  top: 44%;
  transform: translateY(-50%);
  z-index: 3;
}
.banner_swiper .swiper-slide .slide_box .h5 {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 2.5vw;
  color: #000000;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.banner_swiper .swiper-slide .slide_box .p {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 0.8854166667vw;
  color: #000000;
  line-height: 1.3020833333vw;
  margin: 0.5208333333vw 0 2.2395833333vw;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.banner_swiper .swiper-slide .slide_box .common_btn {
  opacity: 0;
  transform: translateY(1.0416666667vw);
  pointer-events: none;
}
.banner_swiper .swiper-slide .slide_box .common_btn p {
  color: #333333;
}
.banner_swiper .swiper-slide.swiper-slide-active > img {
  transform: scale(1);
}
.banner_swiper .swiper-slide.swiper-slide-active .slide_box .h5, .banner_swiper .swiper-slide.swiper-slide-active .slide_box .p, .banner_swiper .swiper-slide.swiper-slide-active .slide_box .common_btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: 0.6s;
}
.banner_swiper .swiper-slide.swiper-slide-active .slide_box .p {
  transition-delay: 0.1s;
}
.banner_swiper .swiper-slide.swiper-slide-active .slide_box .common_btn {
  transition-delay: 0.2s;
}
.banner_swiper .swiper-pagination {
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 0.78125vw;
  bottom: 2.3958333333vw;
  left: 9.8958333333vw;
}
.banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.09375vw;
  height: 1.09375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0.0520833333vw solid #E1E1E1;
  opacity: 1;
  background: unset;
  margin: 0;
  cursor: pointer;
  transition: 0.6s;
}
.banner_swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  position: relative;
  border: 0.0520833333vw solid #E1E1E1;
  transition: 0.6s;
}
.banner_swiper .swiper-pagination .swiper-pagination-bullet:hover, .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0.0520833333vw solid #DA251C;
}
.banner_swiper .swiper-pagination .swiper-pagination-bullet:hover:after, .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #DA251C;
  border: 0.0520833333vw solid #DA251C;
}

.sec1 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.sec1 .sec1_top {
  position: absolute;
  top: 3.1770833333vw;
  left: 0;
  padding: 0 10vw;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.sec1 .sec1_top .l .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #FFFFFF;
}
.sec1 .sec1_top .l .des {
  font-weight: 400;
  font-size: 1.4583333333vw;
  color: #CCCCCC;
  margin: 0.8333333333vw 0 0;
}
.sec1 .sec1_top .btns {
  display: flex;
  gap: 0.5208333333vw;
}
.sec1 .sec1_top .btns .iconfont {
  width: 3.9583333333vw;
  height: 3.75vw;
  border-radius: 0.3125vw;
  border: 0.0520833333vw solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.sec1 .sec1_top .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 .sec1_top .btns .iconfont img {
  display: block;
  width: 0.9375vw;
  transform: rotate(-90deg);
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec1 .sec1_top .btns .iconfont:nth-child(1) {
  transform: rotate(180deg);
}
.sec1 .sec1_top .btns .iconfont:hover:after {
  transform: translateX(0);
}
.sec1 .sec1_top .btns .iconfont:hover img {
  filter: brightness(0) invert(1);
}
.sec1 .sec1_swiper {
  width: 100%;
  height: 100%;
}
.sec1 .sec1_swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.sec1 .sec1_swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 2s;
}
.sec1 .sec1_swiper .swiper-slide .slide_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10vw;
  width: 48.1770833333vw;
}
.sec1 .sec1_swiper .swiper-slide .slide_box .p {
  font-weight: 400;
  font-size: 1.0416666667vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8229166667vw;
  margin-bottom: 3.3854166667vw;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.sec1 .sec1_swiper .swiper-slide .slide_box .common_btn {
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.sec1 .sec1_swiper .swiper-slide .slide_box .common_btn p {
  color: #333333;
}
.sec1 .sec1_swiper .swiper-slide.swiper-slide-active > img {
  transform: scale(1);
}
.sec1 .sec1_swiper .swiper-slide.swiper-slide-active .slide_box .p, .sec1 .sec1_swiper .swiper-slide.swiper-slide-active .slide_box .common_btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: 0.6s;
}
.sec1 .sec1_swiper .swiper-slide.swiper-slide-active .slide_box .common_btn {
  transition-delay: 0.1s;
}
.sec1 .sec1_swiper1 {
  position: absolute;
  left: 10vw;
  bottom: 1.6666666667vw;
  z-index: 3;
  width: 97.5520833333vw;
  overflow: unset;
}
.sec1 .sec1_swiper1 .swiper-slide {
  cursor: pointer;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box {
  width: 100%;
  height: 7.96875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4166666667vw;
  border: 0.15625vw solid rgba(255, 255, 255, 0.16);
  border-radius: 0.625vw;
  transition: 0.6s;
  position: relative;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box {
  position: absolute;
  width: 9.4791666667vw;
  height: 9.4791666667vw;
  opacity: 0;
  transition: 0.6s;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box svg {
  display: block;
  overflow: visible;
  width: 100%;
  height: unset;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box svg .frame {
  fill: none;
  stroke: transparent;
  stroke-width: 6;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box svg .bracket {
  fill: none;
  stroke: transparent;
  stroke-width: 6;
  stroke-linecap: square;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box svg .glow-xl {
  fill: none;
  stroke: #e63946;
  stroke-width: 30;
  stroke-dasharray: 200 1400;
  stroke-linecap: butt;
  opacity: 0.025;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box svg .glow-lg {
  fill: none;
  stroke: #e63946;
  stroke-width: 14;
  stroke-dasharray: 200 1400;
  stroke-linecap: butt;
  opacity: 0.08;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box svg .glow-md {
  fill: none;
  stroke: #e63946;
  stroke-width: 6;
  stroke-dasharray: 200 1400;
  stroke-linecap: butt;
  opacity: 0.22;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box svg .core {
  fill: none;
  stroke: #e63946;
  stroke-width: 20;
  stroke-dasharray: 200 1400;
  stroke-linecap: butt;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box svg .a {
  animation: orbit 8s linear infinite;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .line_box svg .b {
  animation: orbit 8s linear infinite;
  animation-delay: -4s;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box:after {
  content: "";
  width: 20.78125vw;
  left: -0.5208333333vw;
  height: 0.0520833333vw;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .icon {
  width: 2.5vw;
  opacity: 0;
  transition: 0.6s;
  position: absolute;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box .icon img {
  display: block;
  width: 100%;
}
.sec1 .sec1_swiper1 .swiper-slide .slide_box p {
  font-weight: 500;
  font-size: 1.0416666667vw;
  color: #FFFFFF;
  line-height: 1.4583333333vw;
  text-align: center;
  transition: 0.6s;
}
.sec1 .sec1_swiper1 .swiper-slide:hover .slide_box {
  border: 0.15625vw solid rgb(255, 255, 255);
}
.sec1 .sec1_swiper1 .swiper-slide.swiper-slide-active .line_box {
  opacity: 1;
}
.sec1 .sec1_swiper1 .swiper-slide.swiper-slide-active .slide_box {
  border: 0.15625vw solid rgb(255, 255, 255);
}
.sec1 .sec1_swiper1 .swiper-slide.swiper-slide-active .slide_box .icon {
  opacity: 1;
  transform: translateY(-34%);
}
.sec1 .sec1_swiper1 .swiper-slide.swiper-slide-active .slide_box p {
  transform: translateY(1.6vw);
}

.sec2 {
  height: 300vh;
}
.sec2 .fix {
  width: 100%;
  height: 100vh;
  top: 0;
  padding: 2.1875vw 10vw 0;
  position: sticky;
}
.sec2 .fix .sec2_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.9166666667vw;
  position: relative;
  z-index: 3;
}
.sec2 .fix .sec2_top .l {
  padding: 0.7291666667vw 0 0;
}
.sec2 .fix .sec2_top .l .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #333333;
}
.sec2 .fix .sec2_top .l .des {
  font-weight: 400;
  font-size: 1.4583333333vw;
  color: #333333;
  margin: 0.5208333333vw 0 0;
}
.sec2 .fix .sec2_top .more .common_btn {
  background: #DA251C;
}
.sec2 .fix .list {
  width: 100%;
}
.sec2 .fix .list .swiper {
  width: 100%;
  overflow: unset;
}
.sec2 .fix .list .swiper .swiper-wrapper {
  display: block;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide .slide_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 31.9791666667vw;
  background: #FFFFFF;
  border-radius: 0.625vw;
  padding: 0 0 0 2.34375vw;
  will-change: transform, opacity;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: paused;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide .slide_box .slide_l {
  padding: 2.8645833333vw 0 0;
  width: 36.71875vw;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide .slide_box .slide_l .slide_h5 {
  font-weight: 500;
  font-size: 1.4583333333vw;
  color: #333333;
  line-height: 1;
  margin-bottom: 4.375vw;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide .slide_box .slide_l .slide_des {
  font-weight: 400;
  font-size: 1.0416666667vw;
  color: #666666;
  line-height: 1.8229166667vw;
  padding: 2.0833333333vw 0 0;
  border-top: 0.0520833333vw solid #CCCCCC;
  height: 8.3333333333vw;
  margin-bottom: 2.0833333333vw;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide .slide_box .slide_l .slide_more .common_btn {
  background: #F1F1F1;
  pointer-events: auto;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide .slide_box .slide_l .slide_more .common_btn p {
  color: #333333;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide .slide_box .slide_r {
  display: block;
  width: 38.5416666667vw;
  height: 24.1145833333vw;
  border-radius: 0.625vw;
  overflow: hidden;
  margin: auto 0 0;
  pointer-events: auto;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide .slide_box .slide_r img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide .slide_box .slide_r:hover img {
  transform: scale(1.1);
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  position: relative;
  top: 0;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide:nth-child(1) .slide_box {
  animation-name: blockP1;
  transform: scale(1.5);
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  z-index: 2;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide:nth-child(2) .slide_box {
  animation-name: blockP2;
  transform: scale(1.5);
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  z-index: 3;
}
.sec2 .fix .list .swiper .swiper-wrapper .swiper-slide:nth-child(3) .slide_box {
  animation-name: blockP3;
  transform: scale(1.5);
}

@keyframes orbit {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -1600;
  }
}
@keyframes blockP1 {
  0% {
    opacity: 0;
    transform: scale(1) translateY(40%);
  }
  15% {
    opacity: 1;
    transform: scale(1) translateY(20%);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  55% {
    opacity: 0.8;
    transform: scale(0.96) translateY(-3.64583vw);
  }
  to {
    opacity: 0.6;
    transform: scale(0.92) translateY(-7.29167vw);
  }
}
@keyframes blockP2 {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(40%);
  }
  30% {
    opacity: 0;
    transform: scale(1.5) translateY(40%);
  }
  37% {
    opacity: 1;
  }
  38% {
    pointer-events: none;
  }
  50% {
    pointer-events: all;
  }
  55% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.8;
    pointer-events: all;
    transform: scale(0.96) translateY(-3.64583vw);
  }
}
@keyframes blockP3 {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(40%);
  }
  55% {
    opacity: 0;
    transform: scale(1.5) translateY(40%);
  }
  62% {
    pointer-events: none;
  }
  63% {
    pointer-events: all;
  }
  65% {
    opacity: 1;
  }
  to {
    opacity: 1;
    pointer-events: all;
    transform: scale(1) translateY(1.8583vw);
  }
}
.sec3 {
  padding: 6.0416666667vw 10vw 0;
  background: #FEFEFE;
  overflow: hidden;
}
.sec3 .sec3_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.6458333333vw;
  position: relative;
  z-index: 3;
}
.sec3 .sec3_top .l .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #333333;
}
.sec3 .sec3_top .l .des {
  font-weight: 400;
  font-size: 1.4583333333vw;
  color: #333333;
  margin: 0.5208333333vw 0 0;
}
.sec3 .sec3_top .more .common_btn {
  background: #DA251C;
}
.sec3 .swiper {
  width: 100%;
  margin: 0 0 2.2395833333vw;
  overflow: unset;
}
.sec3 .swiper .swiper-slide {
  display: flex;
  height: 31.9791666667vw;
  box-shadow: 0vw 0.3645833333vw 6.9791666667vw 0.3645833333vw rgba(0, 0, 0, 0.09);
  border-radius: 0.625vw;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.7395833333vw 0 0;
}
.sec3 .swiper .swiper-slide .slide_l {
  padding: 2.4479166667vw 0 0 2.8125vw;
  width: 36.4583333333vw;
  height: 100%;
}
.sec3 .swiper .swiper-slide .slide_l .label {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.4583333333vw;
  color: #333333;
  margin-bottom: 7.8125vw;
}
.sec3 .swiper .swiper-slide .slide_l .logo {
  width: 11.3541666667vw;
  height: 3.2291666667vw;
}
.sec3 .swiper .swiper-slide .slide_l .des {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.0416666667vw;
  color: #333333;
  margin: 1.0416666667vw 0 2.1875vw;
}
.sec3 .swiper .swiper-slide .slide_l .common_btn {
  background: #F1F1F1;
}
.sec3 .swiper .swiper-slide .slide_l .common_btn p {
  color: #333333;
}
.sec3 .swiper .swiper-slide .img {
  width: 33.75vw;
  height: 22.8645833333vw;
  border-radius: 0.625vw;
  overflow: hidden;
}
.sec3 .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s;
}
.sec3 .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.sec3 .btns {
  display: flex;
  justify-content: center;
  gap: 0.5208333333vw;
  position: relative;
  z-index: 3;
}
.sec3 .btns .iconfont {
  width: 3.9583333333vw;
  height: 3.75vw;
  border-radius: 0.3125vw;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.sec3 .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;
}
.sec3 .btns .iconfont img {
  display: block;
  width: 0.9375vw;
  transform: rotate(-90deg);
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec3 .btns .iconfont:nth-child(1) {
  transform: rotate(180deg);
}
.sec3 .btns .iconfont:hover:after {
  transform: translateX(0);
}
.sec3 .btns .iconfont:hover img {
  filter: brightness(0) invert(1);
}

.sec4 {
  -webkit-perspective: 700;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.sec4:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(254, 254, 254, 0), rgba(254, 254, 254, 0.8));
}
.sec4 .sec4_box {
  height: 15.625vw;
  transform: rotateX(46deg);
  transform-origin: bottom;
}
.sec4 .sec4_box .sec4_logo_box {
  display: flex;
  width: max-content;
  left: 50%;
  position: relative;
  gap: 0.5208333333vw;
  transform: translateX(-50%);
}
.sec4 .sec4_box .sec4_logo_box .sec4_logo {
  height: max-content;
  animation: img_go 50s infinite linear;
}
.sec4 .sec4_box .sec4_logo_box .sec4_logo .flex {
  display: flex;
  flex-direction: column;
}
.sec4 .sec4_box .sec4_logo_box .sec4_logo .flex .logo {
  width: 11.1458333333vw;
  height: 5.2083333333vw;
  border-radius: 0.625vw;
  border: 0.0520833333vw solid #CCCCCC;
  border-radius: 0.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.78125vw;
}
.sec4 .sec4_box .sec4_logo_box .sec4_logo .flex .logo img {
  display: block;
  max-width: 40%;
  max-height: 40%;
}

@keyframes img_go {
  100% {
    transform: translateY(-50%);
  }
}
@keyframes img_go2 {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.sec5 {
  background: #F1F1F1;
  padding: 4.21875vw 9.8958333333vw 21.3541666667vw;
  position: relative;
  overflow: hidden;
}
.sec5 .title {
  font-family: "SourceHanSans CN m";
  margin-bottom: 3.0208333333vw;
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #333333;
}
.sec5 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec5 .box .l_box {
  width: 39.5833333333vw;
}
.sec5 .box .l_box .little_title {
  font-weight: 400;
  font-size: 1.4583333333vw;
  color: #333333;
}
.sec5 .box .l_box .des {
  font-weight: 400;
  font-size: 1.0416666667vw;
  color: #666666;
  line-height: 1.8229166667vw;
  margin: 0.8854166667vw 0 2.34375vw;
}
.sec5 .box .l_box .common_btn p {
  color: #333333;
}
.sec5 .box .r_box {
  width: 22.9166666667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 3.6458333333vw 5.2083333333vw;
}
.sec5 .box .r_box .item {
  width: 8.8541666667vw;
}
.sec5 .box .r_box .item .num {
  display: flex;
  justify-content: center;
  gap: 0.4166666667vw;
  align-items: flex-start;
}
.sec5 .box .r_box .item .num p {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 3.28125vw;
  color: #E61014;
  line-height: 1;
}
.sec5 .box .r_box .item .num span {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 1.0416666667vw;
  color: #E61014;
  display: block;
}
.sec5 .box .r_box .item .item_des {
  font-family: "MicrosoftYaHeiLight";
  font-size: 1.0416666667vw;
  color: #333333;
  line-height: 1;
  text-align: center;
  margin: 0.9375vw 0 0;
}
.sec5 .map {
  width: 60.625vw;
  height: 60.625vw;
  position: absolute;
  top: 20.3125vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec5 .map #earth {
  width: 60.625vw;
  height: 60.625vw;
  position: relative;
  transform: scale(0);
  transition: 1s;
}
.sec5 .map #earth .position {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sec5 .map #earth .position .point {
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec5 .map #earth .position .point:after, .sec5 .map #earth .position .point:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #DA251C;
  opacity: 0.4;
  border-radius: 50%;
  position: absolute;
  animation: 3s scale linear infinite;
}
.sec5 .map #earth .position .point:before {
  animation-delay: 1.5s;
}
.sec5 .map #earth .position .point .add {
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.sec5 .map .dians {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec5 .map .dians .point {
  position: absolute;
  cursor: pointer;
}
.sec5 .map .dians .point .cir {
  width: 0.3125vw;
  height: 0.3125vw;
  background: #DA251C;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.sec5 .map .dians .point .cir:after {
  content: "";
  width: 160%;
  height: 160%;
  background: #DA251C;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  z-index: -1;
  transition: 0.6s;
}
.sec5 .map .dians .point .cir:before {
  content: "";
  width: 220%;
  height: 220%;
  background: #DA251C;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  z-index: -1;
  transition: 0.6s;
}
.sec5 .map .dians .point .text {
  font-size: 0.7291666667vw;
  color: #333333;
  position: absolute;
  right: 0;
  width: max-content;
  top: 50%;
  transform: translate(100%, -50%);
  box-shadow: 0 0 5.2083333333vw rgba(51, 51, 51, 0.8);
  padding: 0.6770833333vw;
  border-radius: 3.125vw;
  background: #FFFFFF;
  opacity: 0;
  transition: 0.6s;
  min-width: 4.1666666667vw;
  text-align: center;
}
.sec5 .map .dians .point.on {
  z-index: 3;
}
.sec5 .map .dians .point.on .cir {
  transform: scale(2.2);
}
.sec5 .map .dians .point.on .cir:after, .sec5 .map .dians .point.on .cir:before {
  opacity: 0.1;
}
.sec5 .map .dians .point.on .text {
  opacity: 1;
}
.sec5 .map .dians .point:nth-child(1) {
  top: 16.5104166667vw;
  left: 38.0208333333vw;
}
.sec5 .map .dians .point:nth-child(2) {
  top: 16.71875vw;
  left: 38.3333333333vw;
}
.sec5 .map .dians .point:nth-child(3) {
  top: 16.9791666667vw;
  left: 38.1770833333vw;
}
.sec5 .map .dians .point:nth-child(4) {
  top: 16.8229166667vw;
  left: 37.03125vw;
}
.sec5 .map .dians .point:nth-child(5) {
  top: 17.1875vw;
  left: 36.1979166667vw;
}
.sec5 .map .dians .point:nth-child(6) {
  top: 17.4479166667vw;
  left: 35.8854166667vw;
}
.sec5 .map .dians .point:nth-child(7) {
  top: 17.34375vw;
  left: 36.9791666667vw;
}
.sec5 .map .dians .point:nth-child(8) {
  top: 17.34375vw;
  left: 37.4479166667vw;
}
.sec5 .map .dians .point:nth-child(9) {
  top: 18.0208333333vw;
  left: 37.0833333333vw;
}
.sec5 .map.aos-animate #earth {
  transform: scale(1);
}

.sec6 {
  padding: 2.8645833333vw 9.8958333333vw 0;
}
.sec6 .sec6_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4583333333vw;
}
.sec6 .sec6_top .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #333333;
}
.sec6 .sec6_top .common_btn {
  background: #F1F1F1;
}
.sec6 .sec6_top .common_btn p {
  color: #333333;
}
.sec6 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4583333333vw;
}
.sec6 .list .item {
  display: block;
  width: 25.6770833333vw;
}
.sec6 .list .item .item_box {
  padding: 2.6041666667vw 2.0833333333vw 0;
  border-radius: 0.625vw;
  height: 10.7291666667vw;
  border: 0.0520833333vw solid #CCCCCC;
  transition: 0.6s;
}
.sec6 .list .item .item_box .item_h5 {
  font-family: "MicrosoftYaHeiLight";
  font-size: 1.0416666667vw;
  color: #333333;
  line-height: 1.6666666667vw;
  height: 3.3333333333vw;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.6s;
}
.sec6 .list .item .item_box .date {
  font-family: "MicrosoftYaHeiLight";
  font-size: 0.7291666667vw;
  color: #333333;
  transition: 0.6s;
  margin: 0.78125vw 0 0;
}
.sec6 .list .item .item_box:hover {
  background: #DA251C;
  border: 0.0520833333vw solid #DA251C;
}
.sec6 .list .item .item_box:hover .item_h5, .sec6 .list .item .item_box:hover .date {
  color: #FFFFFF;
}

.sec7 {
  padding: 2.8645833333vw 9.8958333333vw 9.375vw;
}
.sec7 .sec7_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4583333333vw;
}
.sec7 .sec7_top .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #333333;
}
.sec7 .sec7_top .common_btn {
  background: #F1F1F1;
}
.sec7 .sec7_top .common_btn p {
  color: #333333;
}
.sec7 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5625vw 0;
}
.sec7 .list .item {
  display: block;
  width: 39.21875vw;
  height: 24.0104166667vw;
  border-radius: 0.625vw;
  overflow: hidden;
  position: relative;
}
.sec7 .list .item:after {
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}
.sec7 .list .item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s;
}
.sec7 .list .item .item_bottom {
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 0;
  padding: 0 2.2916666667vw 1.9791666667vw;
}
.sec7 .list .item .item_bottom .h5 {
  font-family: "MicrosoftYaHeiLight";
  font-size: 1.0416666667vw;
  color: #FFFFFF;
  line-height: 1.6666666667vw;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.625vw;
  transition: 0.6s;
}
.sec7 .list .item .item_bottom .date {
  font-family: "MicrosoftYaHeiLight";
  font-size: 0.7291666667vw;
  color: #FFFFFF;
  line-height: 1;
}
.sec7 .list .item:nth-child(1) .h5 {
  transform: translateX(-0.5208333333vw);
}
.sec7 .list .item:hover img {
  transform: scale(1.1);
}
.sec7 .list .item:hover .item_bottom .h5 {
  color: #DA251C;
}

@keyframes scale {
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner_swiper .swiper-slide .slide_box {
    width: 90%;
    left: 5vw;
  }
  .banner_swiper .swiper-slide .slide_box .h5 {
    font-size: 20px;
  }
  .banner_swiper .swiper-slide .slide_box .p {
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 0 25px;
  }
  .banner_swiper .swiper-slide .slide_box .p br {
    display: none;
  }
  .banner_swiper .swiper-pagination {
    left: 5vw;
    bottom: 25px;
    gap: 10px;
  }
  .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  .banner_swiper .swiper-pagination .swiper-pagination-bullet:after {
    width: 8px;
    height: 8px;
  }
  .sec1 {
    height: unset;
    padding: 50px 5vw;
  }
  .sec1 .sec1_top {
    position: unset;
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
  .sec1 .sec1_top .l .title {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
  }
  .sec1 .sec1_top .l .des {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
  }
  .sec1 .sec1_top .btns {
    gap: 10px;
    margin: 15px 0 0;
  }
  .sec1 .sec1_top .btns .iconfont {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: rgba(218, 37, 28, 0.4);
  }
  .sec1 .sec1_top .btns .iconfont img {
    width: 10px;
    filter: brightness(0) invert(1);
  }
  .sec1 .sec1_swiper1 {
    display: none;
  }
  .sec1 .sec1_swiper .swiper-slide > img {
    height: unset;
    transform: unset;
  }
  .sec1 .sec1_swiper .swiper-slide .ph_box {
    display: block !important;
    position: absolute;
    top: 17vw;
    left: 16px;
  }
  .sec1 .sec1_swiper .swiper-slide .ph_box p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 6px 0 0;
  }
  .sec1 .sec1_swiper .swiper-slide .ph_box p br {
    display: none;
  }
  .sec1 .sec1_swiper .swiper-slide .ph_box .icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DA251C;
    border-radius: 4px;
  }
  .sec1 .sec1_swiper .swiper-slide .ph_box .icon img {
    display: block;
    width: 16px;
  }
  .sec1 .sec1_swiper .swiper-slide .slide_box {
    width: 100%;
    position: unset;
    transform: unset;
    padding: 15px 0 0;
  }
  .sec1 .sec1_swiper .swiper-slide .slide_box .p {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
  }
  .sec1 .sec1_swiper .swiper-slide .slide_box .common_btn {
    background: #DA251C;
  }
  .sec1 .sec1_swiper .swiper-slide .slide_box .common_btn p {
    color: #FFFFFF;
  }
  .sec1 .sec1_swiper .swiper-slide .slide_box .common_btn img {
    filter: brightness(0) invert(1);
  }
  .sec2 {
    height: calc(300vh + 120px);
  }
  .sec2 .fix {
    padding: 70px 5vw 0;
  }
  .sec2 .fix .sec2_top {
    align-items: flex-end;
    margin-bottom: 45px;
  }
  .sec2 .fix .sec2_top .l {
    padding: 0;
  }
  .sec2 .fix .sec2_top .l .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec2 .fix .sec2_top .l .des {
    font-size: 13px;
  }
  .sec2 .fix .list .sec2_swiper .swiper-wrapper .swiper-slide .slide_box {
    flex-direction: column-reverse;
    height: unset;
    padding: 20px;
    border-radius: 10px;
  }
  .sec2 .fix .list .sec2_swiper .swiper-wrapper .swiper-slide .slide_box .slide_r {
    width: 100%;
    height: 50vw;
    border-radius: 8px;
  }
  .sec2 .fix .list .sec2_swiper .swiper-wrapper .swiper-slide .slide_box .slide_l {
    padding: 20px 0 0;
    width: 100%;
  }
  .sec2 .fix .list .sec2_swiper .swiper-wrapper .swiper-slide .slide_box .slide_l .slide_h5 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .sec2 .fix .list .sec2_swiper .swiper-wrapper .swiper-slide .slide_box .slide_l .slide_des {
    padding: 15px 0 0;
    font-size: 13px;
    height: unset;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  .sec3 {
    padding: 50px 5vw;
    overflow: hidden;
  }
  .sec3 .sec3_top {
    display: block;
    margin-bottom: 25px;
  }
  .sec3 .sec3_top .l {
    margin-bottom: 15px;
  }
  .sec3 .sec3_top .l .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec3 .sec3_top .l .des {
    font-size: 13px;
    margin: 0;
  }
  .sec3 .btns {
    margin: 30px 0 0;
    gap: 10px;
  }
  .sec3 .btns .iconfont {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .sec3 .btns .iconfont img {
    width: 10px;
  }
  .sec3 .swiper .swiper-slide {
    height: unset;
    flex-direction: column-reverse;
    padding: 20px;
    border-radius: 10px;
  }
  .sec3 .swiper .swiper-slide .img {
    display: block;
    width: 100%;
    height: 50vw;
    border-radius: 8px;
  }
  .sec3 .swiper .swiper-slide .slide_l {
    height: unset;
    width: 100%;
    padding: 15px 0 0;
  }
  .sec3 .swiper .swiper-slide .slide_l .label {
    width: fit-content;
    padding: 4px 8px;
    font-size: 13px;
    margin: 0;
  }
  .sec3 .swiper .swiper-slide .slide_l .logo {
    width: 100px;
    height: 32px;
    margin: 10px 0;
  }
  .sec3 .swiper .swiper-slide .slide_l .des {
    font-size: 13px;
    line-height: 1.6;
    margin: 8px 0 15px;
  }
  .sec5 {
    padding: 50px 5vw 50vw;
  }
  .sec5 .map {
    width: 90vw;
    height: 90vw;
    bottom: -52vw;
    top: unset;
  }
  .sec5 .map #earth {
    transform: unset;
    width: 90vw;
    height: 90vw;
  }
  .sec5 .map #earth .position .point .add {
    width: 4px;
    height: 4px;
  }
  .sec5 .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec5 .box {
    display: block;
  }
  .sec5 .box .r_box {
    width: 100%;
    margin: 30px 0 0;
    gap: 20px 0;
  }
  .sec5 .box .r_box .item {
    width: 50%;
  }
  .sec5 .box .r_box .item .num {
    justify-content: flex-start;
  }
  .sec5 .box .r_box .item .num p {
    font-size: 28px;
  }
  .sec5 .box .r_box .item .num span {
    font-size: 12px;
  }
  .sec5 .box .r_box .item .item_des {
    font-size: 12px;
    text-align: left;
  }
  .sec5 .box .l_box {
    width: 100%;
  }
  .sec5 .box .l_box .little_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec5 .box .l_box .des {
    font-size: 13px;
    line-height: 1.5;
    margin: 5px 0 25px;
  }
  .sec6 {
    padding: 50px 5vw;
  }
  .sec6 .sec6_top {
    margin-bottom: 30px;
  }
  .sec6 .sec6_top .title {
    font-size: 20px;
  }
  .sec6 .list {
    gap: 20px;
    flex-wrap: wrap;
  }
  .sec6 .list .item {
    width: 100%;
  }
  .sec6 .list .item .item_box {
    height: unset;
    padding: 20px;
    border-radius: 10px;
  }
  .sec6 .list .item .item_box .item_h5 {
    font-size: 15px;
    line-height: 1.6;
    height: unset;
  }
  .sec6 .list .item .item_box .item_h5 br {
    display: none;
  }
  .sec6 .list .item .item_box .date {
    font-size: 13px;
    margin: 10px 0 0;
  }
  .sec7 {
    padding: 20px 5vw 60px;
  }
  .sec7 .sec7_top {
    margin-bottom: 30px;
  }
  .sec7 .sec7_top .title {
    font-size: 20px;
  }
  .sec7 .list {
    gap: 20px;
    flex-wrap: wrap;
  }
  .sec7 .list .item {
    width: 100%;
    height: 60vw;
    border-radius: 10px;
  }
  .sec7 .list .item .item_bottom {
    padding: 15px;
  }
  .sec7 .list .item .item_bottom .h5 {
    font-size: 15px;
    line-height: 1.4;
    height: unset;
  }
  .sec7 .list .item .item_bottom .h5 br {
    display: none;
  }
  .sec7 .list .item .item_bottom .date {
    font-size: 13px;
    margin: 10px 0 0;
  }
  .sec4 .sec4_box {
    height: 150px;
  }
  .sec4 .sec4_box .sec4_logo_box {
    gap: 10px;
  }
  .sec4 .sec4_box .sec4_logo_box .sec4_logo .flex .logo {
    width: 150px;
    height: 70px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
}

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