.sec1 .wrap {
  padding-top: 160px;
  padding-bottom: 130px;
}

.sec1 .wrap .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 36px;
  margin-bottom: 68px;
  border-bottom: 1px solid #EFEFEF;
}

.sec1 .wrap .top .title {
  width: 650px;
}

.sec1 .wrap .top .title h3 {
  color: #1a1a1a;
  font-size: 46px;
  line-height: 56px;
}

.sec1 .wrap .top .text {
  width: 780px;
}

.sec1 .wrap .top .text p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 26px;
}

.sec1 .wrap .top .text p:not(:last-child) {
  margin-bottom: 30px;
}

.sec1 .wrap .bottom .list {
  display: flex;
  justify-content: space-between;
}

.sec1 .wrap .bottom .list .item {
  width: 120px;
}

.sec1 .wrap .bottom .list .item .value .num {
  color: #FF6E11;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}

.sec1 .wrap .bottom .list .item .value .num::after {
  content: attr(data-text);
  font-size: 32px;
  font-weight: 400;
}

.sec1 .wrap .bottom .list .item .key {
  color: #666;
  font-size: 16px;
  line-height: 2;
}

.sec2 .wrap {
  padding-bottom: 120px;
}

.sec2 .wrap .title {
  text-align: center;
}

.sec2 .wrap .title h3 {
  color: #1a1a1a;
  font-size: 46px;
}

.sec2 .wrap .main {
  margin-top: 60px;
  position: relative;
  display: grid;
  gap:60px 40px;
  grid-template-columns: repeat(2,1fr);
}


.sec2 .wrap .main .item .img {
  border-radius: 14px;
  overflow: hidden;
  height: 460px;
  margin-bottom: 40px;
}

.sec2 .wrap .main .item .content {
  text-align: center;
  width:100%;
  margin: 0 auto;
}

.sec2 .wrap .main .item .content h4 {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.sec2 .wrap .main .item .content p {
  color: #888;
  font-size: 16px;
  line-height: 26px;
}

.sec2 .wrap .main .common_swiper_tab {
  transform: translateX(-50%);
  top: 240px;
}

.sec3 {
  overflow: hidden;
  position: relative;
}

.sec3 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.sec3 .bg img {
  max-height: none;
  width: 100%;
}

.sec3 .wrap {
  z-index: 2;
  padding-top: 160px;
  position: relative;
  padding-bottom: 230px;
}

.sec3 .wrap .title {
  margin-bottom: 208px;
  text-align: center;
}

.sec3 .wrap .title h3 {
  color: #fff;
  font-size: 46px;
}

.sec3 .wrap .list {
  display: flex;
  justify-content: center;
  gap: 200px;
}

.sec3 .wrap .list .item {
  text-align: center;
  width: 340px;
}

.sec3 .wrap .list .item .icon {
  margin-bottom: 18px;
}

.sec3 .wrap .list .item .text h4 {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  /* font-weight: 400; */
  margin-bottom: 20px;
}

.sec3 .wrap .list .item .text p {
  color: #fff;
  line-height: 32px;
  font-size: 20px;
}

.sec4 .wrap {
  padding-top: 140px;
  padding-bottom: 174px;
}

.sec4 .wrap .main {
  display: flex;
  gap: 100px;
}

.sec4 .wrap .main .left {
  border-radius: 14px;
  overflow: hidden;
  width: 820px;
}

.sec4 .wrap .main .left img {
  width: 100%;
}

.sec4 .wrap .main .right {
  flex: 1;
  padding-bottom: 60px;
  padding-top: 60px;
}

.sec4 .wrap .main .right .title {
  margin-bottom: 30px;
}

.sec4 .wrap .main .right .title h3 {
  font-size: 46px;
  color: #1a1a1a;
}

.sec4 .wrap .main .right .text h4 {
  color: #1a1a1a;
  font-size: 18px;
  width: 460px;
  line-height: 26px;
  margin-bottom: 40px;
}

.sec4 .wrap .main .right .text p {
  color: #1a1a1a;
  font-size: 15px;
  line-height: 26px;
}

.sec4 .wrap .main .right .text p:not(:last-child) {
  margin-bottom: 30px;
}

.sec5 .wrap {
  padding-bottom: 80px;
}

.sec5 .wrap .top {
  margin-bottom: 66px;
}

.sec5 .wrap .top .title {
  text-align: center;
  margin-bottom: 30px;
}

.sec5 .wrap .top .title h3 {
  color: #1a1a1a;
  font-size: 46px;
}

.sec5 .wrap .top .list {
  display: flex;
  gap: 28px;
  justify-content: center;
}

.sec5 .wrap .top .list .item {
  display: flex;
  width: 260px;
  justify-content: space-between;
}

.sec5 .wrap .top .list .item .ye:last-child {
  transform: scaleX(-1);
}

.sec5 .wrap .top .list .item .flex {
  text-align: center;
}

.sec5 .wrap .top .list .item .flex .value .num {
  font-size: 48px;
  display: flex;
  align-items: start;
}

.sec5 .wrap .top .list .item .flex .value .num::after {
  font-size: 16px;
  content: attr(data-text);
}

.sec5 .wrap .bottom {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.index_global .fix .first_content {
  width: 820px;
}

.index_global .fix .first_content .list {
  display: flex;
  gap: 120px;
  justify-content: center;
  margin-top: 60px;
}

.index_global .fix .first_content .list .item {
  text-align: center;
}

.index_global .fix .first_content .list .item .value .num {
  font-size: 48px;
  color: #FF6E11;
  display: flex;
  justify-content: center;
  align-items: start;
}

.index_global .fix .first_content .list .item .value .num::after {
  content: attr(data-text);
  font-size: 24px;
}

.index_global {
  height: calc(100vh + 1500px);
  background: #EDF0F6;
}

.index_global .fix {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_global .fix .drop_list {
  position: absolute;
  bottom: 40px;
  display: flex;
  gap: 50px;
  width: fit-content;
  right: calc(50vw - 900px);
}

.index_global .fix .drop_list .item {
  display: flex;
  gap: 14px;
  align-items: center;
}

.index_global .fix .drop_list .item:nth-child(1) .drop {
  background-color: rgba(255, 110, 17, 0.5);
}

.index_global .fix .drop_list .item:nth-child(1) .drop::after {
  background-color: #E25800;
}

.index_global .fix .drop_list .item:nth-child(2) .drop {
  background-color: rgba(106, 125, 245, 0.5);
}

.index_global .fix .drop_list .item:nth-child(2) .drop::after {
  background-color: #6A7DF5;
}

.index_global .fix .drop_list .item .drop::after {
  width: 8px;
  content: "";
  display: block;
  border-radius: 50%;
  height: 8px;
}

.index_global .fix .drop_list .item .drop {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  border-radius: 50%;
}

.index_global .fix .drop_list .item .drop p {
  color: #1a1a1a;
  font-size: 16px;
}

.index_global .fix .position_fixed {
  width: 560px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  background: #FFFFFF;
  z-index: 3;
  padding: 120px 75px 75px 75px;
  transform: translateX(100%);
  opacity: 0;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}

.index_global .fix .position_fixed.on {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}

.index_global .fix .position_fixed .headline {
  display: flex;
  justify-content: space-between;
}

.index_global .fix .position_fixed .headline .close {
  width: 39px;
  height: 39px;
  border: 1px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s ease;
}

.index_global .fix .position_fixed .headline .close:hover {
  background: #FF6E11;
  border: 1px solid #FF6E11;
}

.index_global .fix .position_fixed .headline .close:hover img {
  filter: invert(1);
}

.index_global .fix .position_fixed .headline .close img {
  width: 14px;
  transition: 0.6s ease;
}

.index_global .fix .position_fixed .headline .click {
  width: 39px;
  height: 39px;
  border: 1px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s ease;
}

.index_global .fix .position_fixed .headline .button {
  display: flex;
  gap: 20px;
}

.index_global .fix .position_fixed .headline .click:first-child {
  transform: rotate(180deg);
}

.index_global .fix .position_fixed .headline .click:hover {
  background: #FF6E11;
  border: 1px solid #FF6E11;
}

.index_global .fix .position_fixed .headline .click:hover .iconfont {
  color: #fff;
}

.index_global .fix .position_fixed .headline .click .iconfont {
  font-size: 18px;
  transition: 0.6s ease;
}

.index_global .fix .position_fixed .content {
  margin: 50px 0 0 0;
}

.index_global .fix .position_fixed .content .matter {
  display: none;
}

.index_global .fix .position_fixed .content .matter.on {
  display: block;
}

.index_global .fix .position_fixed .content .matter .tit h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #111111;
}

.index_global .fix .position_fixed .content .matter .txt p {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.index_global .fix .position_fixed .content .matter .img {
  width: 100%;
  height: 290px;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.index_global .fix .position_fixed .content .matter .img:hover img {
  transform: scale(1.05);
}

.index_global .fix .position_fixed .content .matter .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}

.index_global .fix .position_fixed .content .matter .p3 {
  font-weight: bold;
  font-size: 16px;
  color: #111111;
  margin: 15px 0 0 0;
}

.index_global .fix .first_content {
  position: absolute;
  top: 150px;
  transition: 1s;
}

.index_global .fix .first_content.on {
  opacity: 0;
  pointer-events: none;
}

.index_global .fix .first_content .title {
  font-size: 36px;
  color: #111111;
  line-height: 50px;
  text-align: center;
  margin: 0 0 20px;
}

.index_global .fix .first_content .title b {
  font-weight: bold;
}

.index_global .fix .first_content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #666666;
  text-align: center;
}

.index_global .fix #earth {
  width: 100vw;
  height: 100vw;
  position: relative;
  transform: translateY(85vh);
  pointer-events: none;
  transform-origin: top;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}

.index_global .fix #earth canvas {
  width: 100% !important;
  height: 100% !important;
}

.index_global .fix #earth.on {
  width: 40vw;
  height: 40vw;
  transform: translateY(0);
  pointer-events: auto;
}

.index_global .fix #earth.on canvas {
  width: 100% !important;
  height: 100% !important;
}

.index_global .fix #earth.on2 {
  width: 50vw;
  height: 50vw;
  transform: translateX(-10vw);
}

.index_global .fix #earth .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.6s ease;
}

.index_global .fix #earth .position.on .point.point_on {
  pointer-events: auto;
}

.index_global .fix #earth .position .point {
  width: 10px;
  height: 10px;
  position: absolute;
  cursor: pointer;
}
.index_global .fix #earth .position .point:nth-child(2) .joke .flex{
  transform: translateY(-110%);
}

.index_global .fix #earth .position .point.ban {
  pointer-events: none !important;
}

.index_global .fix #earth .position .point.opacity {
  opacity: 0 !important;
  pointer-events: none !important;
}

.index_global .fix #earth .position .point .joke {
  width: fit-content;
}

.index_global .fix #earth .position .point.r .joke {
  flex-direction: row-reverse;
}

.index_global .fix #earth .position .point.r .joke .flex {
  right: 20px;
  left: auto;
  transform: translate(-10px, -50%);
}

.index_global .fix #earth .position .point .joke .drop {
  position: relative;
}

.index_global .fix #earth .position .point .joke .drop .d {
  width: 10px;
  height: 10px;
  background-color: #FF6E11;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.index_global .fix #earth .position .point.ban .drop .d {
  background-color: #FF6E11;
}

.index_global .fix #earth .position .point.on .joke .flex p{
  opacity: 1;
  transform: translateX(0px);
}

.index_global .fix #earth .position .point .joke .drop::before,
.index_global .fix #earth .position .point .joke .drop::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  
  position: absolute;
  animation: big 2s ease infinite;
  background-color: #fff;
  border-radius: 50%;
}

.index_global .fix #earth .position .point .joke .drop::after {
  animation-delay: 1.5s;
}

.index_global .fix #earth .position .point .joke .flex {
  white-space: nowrap;
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.index_global .fix #earth .position .point.ban .joke .flex {
  top: 100%;
  transform: translate(0,0);
}
.index_global .fix #earth .position .point.ban .joke .flex p{
  opacity: 1;
  transform: translateX(0px);
}
.index_global .fix #earth .position .point .joke .flex p{
  opacity: 0;
  transition: all 0.6s;
  transform: translateX(10px);
}

.index_global .fix .shadow {
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@keyframes big {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.sec2 .wrap .main.PE {
  display: none;
}

.sec3 .wrap .list .item .icon {
  height: 66px;
}

.sec4 .wrap .main .right .text {
  height: 300px;
  overflow: scroll;
}

.sec4 .wrap .main .right .text::-webkit-scrollbar {
  height: 0;
}

.sec4 .wrap .main .left img {
  height: 100%;
}

.index_global .fix #earth .position .point .flex{
  pointer-events: none;
}


.index_global .fix .first_content .title,
.sec5 .wrap .top .title h3,
.sec4 .wrap .main .right .title h3,
.sec3 .wrap .title h3,
.sec1 .wrap .top .title h3{
  font-size: 40px;
}
.index_global .fix .first_content .list .item .value .num::after,
.index_global .fix .first_content .list .item .value .num,
.sec1 .wrap .bottom .list .item .value .num::after,
.sec1 .wrap .bottom .list .item .value .num{
  font-size: 36px;
}
.sec2 .wrap .title h3{
  font-size: 40px;
}
.sec2 .wrap .main .item .content h4{
  font-size: 24px;
}
.sec3 .wrap .list .item .text p{
  font-size: 16px;
  line-height: 1.6;
}

.sec4 .wrap .main .right .text h4{
  font-size: 24px;
  width: 100%;
}
.index_global .fix .first_content .list .item .key{
  font-size: 16px;
}

.index_global .fix #earth .position .point .joke .flex{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* left: 0; */
  display: flex;
  gap: 10px;
}
.index_global .fix #earth .position .point .joke .flex .logo{
  width: 30px;
}


@media screen and (max-width: 1919px) {
  .sec1 .wrap {
    padding-top: 8.3333333333vw;
    padding-bottom: 6.7708333333vw;
  }

  .sec1 .wrap .top {
    padding-bottom: 1.875vw;
    margin-bottom: 3.5416666667vw;
  }

  .sec1 .wrap .top .title {
    width: 33.8541666667vw;
  }

  .sec1 .wrap .top .title h3 {
    font-size: 2.3958333333vw;
    line-height: 2.9166666667vw;
  }

  .sec1 .wrap .top .text {
    width: 40.625vw;
  }

  .sec1 .wrap .top .text p {
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }

  .sec1 .wrap .top .text p:not(:last-child) {
    margin-bottom: 1.5625vw;
  }

  .sec1 .wrap .bottom .list .item {
    width: 6.25vw;
  }

  .sec1 .wrap .bottom .list .item .value .num {
    font-size: 2.6041666667vw;
  }

  .sec1 .wrap .bottom .list .item .value .num::after {
    font-size: 1.6666666667vw;
  }

  .sec1 .wrap .bottom .list .item .key {
    font-size: 0.8333333333vw;
  }

.sec2 .wrap{
padding-bottom: 6.25vw;
}
.sec2 .wrap .title h3{
font-size: 2.3958333333vw;
}
.sec2 .wrap .main{
margin-top: 3.125vw;
 gap: 3.125vw 2.0833333333vw;
}
.sec2 .wrap .main .item .img{
border-radius: 0.7291666667vw;
 height: 23.9583333333vw;
 margin-bottom: 2.0833333333vw;
}
.sec2 .wrap .main .item .content h4{
font-size: 1.0416666667vw;
 margin-bottom: 1.5625vw;
}
.sec2 .wrap .main .item .content p{
font-size: 0.8333333333vw;
 line-height: 1.3541666667vw;
}
.sec2 .wrap .main .common_swiper_tab{
top: 12.5vw;
}


  .sec3 .wrap {
    padding-top: 8.3333333333vw;
    padding-bottom: 11.9791666667vw;
  }

  .sec3 .wrap .title {
    margin-bottom: 10.8333333333vw;
  }

  .sec3 .wrap .title h3 {
    font-size: 2.3958333333vw;
  }

  .sec3 .wrap .list {
    gap: 10.4166666667vw;
  }

  .sec3 .wrap .list .item {
    width: 17.7083333333vw;
  }

  .sec3 .wrap .list .item .icon {
    margin-bottom: 0.9375vw;
  }

  .sec3 .wrap .list .item .text h4 {
    font-size: 0.8333333333vw;
    margin-bottom: 1.0416666667vw;
  }

  .sec3 .wrap .list .item .text p {
    line-height: 1.6666666667vw;
    font-size: 1.0416666667vw;
  }

  .sec4 .wrap {
    padding-top: 7.2916666667vw;
    padding-bottom: 9.0625vw;
  }

  .sec4 .wrap .main {
    gap: 5.2083333333vw;
  }

  .sec4 .wrap .main .left {
    border-radius: 0.7291666667vw;
    width: 42.7083333333vw;
  }

  .sec4 .wrap .main .right {
    padding: 3.125vw 0;
  }

  .sec4 .wrap .main .right .title {
    margin-bottom: 1.5625vw;
  }

  .sec4 .wrap .main .right .title h3 {
    font-size: 2.3958333333vw;
  }

  .sec4 .wrap .main .right .text h4 {
    font-size: 0.9375vw;
    /* width: 23.9583333333vw; */
    line-height: 1.3541666667vw;
    margin-bottom: 2.0833333333vw;
  }

  .sec4 .wrap .main .right .text p {
    font-size: 0.78125vw;
    line-height: 1.3541666667vw;
  }

  .sec4 .wrap .main .right .text p:not(:last-child) {
    margin-bottom: 1.5625vw;
  }

  .sec5 .wrap {
    padding-bottom: 4.1666666667vw;
  }

  .sec5 .wrap .top {
    margin-bottom: 3.4375vw;
  }

  .sec5 .wrap .top .title {
    margin-bottom: 1.5625vw;
  }

  .sec5 .wrap .top .title h3 {
    font-size: 2.3958333333vw;
  }

  .sec5 .wrap .top .list {
    gap: 1.4583333333vw;
  }

  .sec5 .wrap .top .list .item {
    width: 13.5416666667vw;
  }

  .sec5 .wrap .top .list .item .flex .value .num {
    font-size: 2.5vw;
  }

  .sec5 .wrap .top .list .item .flex .value .num::after {
    font-size: 0.8333333333vw;
  }

  .sec5 .wrap .bottom {
    width: 62.5vw;
  }

  .index_global .fix .first_content {
    width: 42.7083333333vw;
  }

  .index_global .fix .first_content .list {
    gap: 6.25vw;
    margin-top: 3.125vw;
  }

  .index_global .fix .first_content .list .item .value .num {
    font-size: 2.5vw;
  }

  .index_global .fix .first_content .list .item .value .num::after {
    font-size: 1.25vw;
  }

  .index_global {
    height: calc(78.125vw + 100vh);
  }

  .index_global .fix .drop_list {
    bottom: 2.0833333333vw;
    gap: 2.6041666667vw;
    right: calc(-46.875vw + 50vw);
  }

  .index_global .fix .drop_list .item {
    gap: 0.7291666667vw;
  }

  .index_global .fix .drop_list .item .drop::after {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }

  .index_global .fix .drop_list .item .drop {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }

  .index_global .fix .drop_list .item .drop p {
    font-size: 0.8333333333vw;
  }

  .index_global .fix .position_fixed {
    width: 29.1666666667vw;
    padding: 6.25vw 3.90625vw 3.90625vw;
  }

  .index_global .fix .position_fixed .headline .close {
    width: 2.03125vw;
    height: 2.03125vw;
  }

  .index_global .fix .position_fixed .headline .close img {
    width: 0.7291666667vw;
  }

  .index_global .fix .position_fixed .headline .click {
    width: 2.03125vw;
    height: 2.03125vw;
  }

  .index_global .fix .position_fixed .headline .button {
    gap: 1.0416666667vw;
  }

  .index_global .fix .position_fixed .headline .click .iconfont {
    font-size: 0.9375vw;
  }

  .index_global .fix .position_fixed .content {
    margin: 2.6041666667vw 0px 0px;
  }

  .index_global .fix .position_fixed .content .matter .tit h4 {
    font-size: 1.25vw;
    line-height: 1.875vw;
    margin-bottom: 1.0416666667vw;
  }

  .index_global .fix .position_fixed .content .matter .txt p {
    font-size: 0.8333333333vw;
  }

  .index_global .fix .position_fixed .content .matter .img {
    height: 15.1041666667vw;
    margin-top: 1.5625vw;
    border-radius: 0.5208333333vw;
  }

  .index_global .fix .position_fixed .content .matter .p3 {
    font-size: 0.8333333333vw;
    margin: 0.78125vw 0px 0px;
  }

  .index_global .fix .first_content {
    top: 7.8125vw;
  }

  .index_global .fix .first_content .title {
    font-size: 1.875vw;
    line-height: 2.6041666667vw;
    margin: 0px 0px 1.0416666667vw;
  }

  .index_global .fix .first_content .text {
    font-size: 0.8333333333vw;
  }

  .index_global .fix #earth .position .point {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }

  .index_global .fix #earth .position .point.r .joke .flex {
    right: 1.0416666667vw;
    transform: translate(-0.5208333333vw, -50%);
  }

  .index_global .fix #earth .position .point .joke .drop .d {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }

  .index_global .fix #earth .position .point .joke .flex {
    font-size: 0.8333333333vw;
    left: 1.0416666667vw;
    transform: translateY( -50%);
  }

  .sec3 .wrap .list .item .icon {
    height: 3.4375vw;
  }

  .index_global .fix .drop_list .item {
    font-size: 0.833333vw;
  }

  .sec4 .wrap .main .right .text {
    height: 15.625vw;
  }



.index_global .fix .first_content .title, .sec5 .wrap .top .title h3, .sec4 .wrap .main .right .title h3, .sec3 .wrap .title h3, .sec1 .wrap .top .title h3{
font-size: 2.0833333333vw;
}
.index_global .fix .first_content .list .item .value .num::after, .index_global .fix .first_content .list .item .value .num, .sec1 .wrap .bottom .list .item .value .num::after, .sec1 .wrap .bottom .list .item .value .num{
font-size: 1.875vw;
}
.sec2 .wrap .title h3{
font-size: 2.0833333333vw;
}
.sec2 .wrap .main .item .content h4{
font-size: 1.25vw;
}
.sec3 .wrap .list .item .text p{
font-size: 0.8333333333vw;
}
.sec4 .wrap .main .right .text h4{
font-size: 1.25vw;
}
.index_global .fix .first_content .list .item .key{
font-size: 0.8333333333vw;
}


}

@media screen and (max-width: 1024px) {
  .sec1 .wrap {
    padding: 50px 0;
  }

  .sec1 .wrap .top {
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .sec1 .wrap .top .title {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec1 .wrap .top .text p {
    font-size: 14px;
    line-height: 2;
  }

  .sec1 .wrap .top .text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .sec1 .wrap .top .text {
    width: 100%;
  }

  .sec1 .wrap .bottom .list .item .value .num {
    font-size: 28px;
  }

  .sec1 .wrap .bottom .list .item .value .num::after {
    font-size: 14px;
  }

  .sec1 .wrap .bottom .list .item {
    width: fit-content;
  }

  .sec1 .wrap .bottom .list .item .key {
    font-size: 14px;
  }
.sec1 .wrap .top .title{
  width: 190px;
}
  .sec1 .wrap .top .title h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .sec2 .wrap {
    padding-bottom: 50px;
  }

  .sec2 .wrap .title h3 {
    font-size: 24px;
  }

  .sec2 .wrap .main {
    margin-top: 30px;
  }

  .sec2 .wrap .main .item .content h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .sec2 .wrap .main .item .content p {
    font-size: 14px;
    line-height: 2;
  }

  .sec2 .wrap .main .item .content {
    width: 100%;
    text-align: left;
  }

  .sec2 .wrap .main .item .img {
    border-radius: 10px;
    height: auto;
    overflow: hidden;
  }

  .sec2 .wrap .main .item .img img {
    width: 100%;
  }

  .sec2 .wrap .main .common_swiper_tab {
    transform: none;
    width: 90vw;
    margin-left: 0;
    margin-top: 30px;
  }

  .sec2 .wrap .main .item {
    background-color: #EDF0F6;
    border-radius: 10px;
  }

  .sec2 .wrap .main .item .content {
    padding: 20px 20px 30px;
  }

  .sec2 .wrap .main .swiper-slide {
    height: auto;
  }

  .sec2 .wrap .main .swiper-slide .item {
    height: 100%;
  }

  .sec2 .wrap .main.PC {
    display: none;
  }

  .sec2 .wrap .main.PE {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sec3 .wrap {
    padding: 50px 0;
  }

  .sec3 .wrap .title {
    margin-bottom: 30px;
  }

  .sec3 .wrap .list .item .icon {
    height: 32px;
    margin-bottom: 10px;
  }

  .sec3 .wrap .list .item .text h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sec3 .wrap .list .item .text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .sec3 .wrap .list {
    width: 90vw;
    margin: 0 auto;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .sec3 .wrap .list .item {
    width: 100%;
  }

  .sec3 .wrap .title h3 {
    font-size: 24px;
  }

  .sec4 .wrap .main .right .text p:not(:last-child) {
    margin-top: 20px;
  }

  .sec4 .wrap .main {
    flex-direction: column-reverse;
  }

  .sec4 .wrap {
    padding: 50px 0;
  }

  .sec4 .wrap .main .right {
    padding-top: 0;
  }

  .sec4 .wrap .main .right .title h3 {
    font-size: 24px;
  }

  .sec4 .wrap .main .right .title {
    margin-bottom: 10px;
  }

  .sec4 .wrap .main .right .text h4 {
    font-size: 16px;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .sec4 .wrap .main .right .text p {
    font-size: 14px;
    line-height: 2;
  }

  .sec4 .wrap .main .left {
    width: 100%;
    border-radius: 10px;
  }

  .sec5 .wrap .top .title h3 {
    font-size: 24px;
  }

  .sec5 .wrap .top .top {
    margin-bottom: 30px;
  }

  .sec5 .wrap .bottom {
    width: 100%;
  }

  .sec5 .wrap .bottom .swiper {
    margin-bottom: 30px;
  }

  .sec5 .wrap {
    padding-bottom: 50px;
  }

  .sec5 .wrap .top .title {
    margin-bottom: 30px;
  }

  .index_global {
    position: relative;
    z-index: 2;
  }

  .index_global .fix .first_content .list .item .key {
    font-size: 14px;
  }

  .index_global {
    height: auto;
  }

  .index_global .fix .first_content {
    position: static;
    width: 90vw;
    margin: 0 auto;
  }

  .index_global .fix {
    height: auto;
    padding-top: 50px;
    flex-direction: column;
  }
  .index_global .fix .first_content .title h3{
    font-size: 24px;
  }
  .index_global .fix .first_content .title {
    line-height: 1;
    margin-bottom: 30px;
  }

  .index_global .fix .first_content .text {
    font-size: 14px;
  }

  .index_global .fix .first_content .list .item .value .num {
    font-size: 32px;
  }

  .index_global .fix .first_content .list .item .value .num::after {
    font-size: 16px;
  }

  .index_global .fix .first_content .list {
    gap: 40px;
    margin-top: 30px;
  }

  .index_global .fix #earth {
    transform: none !important;
    pointer-events: all;
    width: 100vw !important;
    height: 100vw !important;
  }

  .index_global .fix #earth .position .point {
    pointer-events: all;
  }

  .index_global .fix #earth .position .point .joke .drop .d {
    width: 8px;
    height: 8px;
  }

  .index_global .fix #earth .position .point .joke p {
    font-size: 12px;
    left: 20px;
    display: none;
  }

  .index_global .fix .position_fixed {
    position: fixed;
    width: 100%;
  }

  .index_global .fix .position_fixed .headline .click,
  .index_global .fix .position_fixed .headline .close {
    width: 36px;
    height: 36px;
  }

  .index_global .fix .position_fixed.on {
    transition-delay: 0s;
  }

  .index_global .fix .position_fixed .headline .close img {
    width: 16px;
  }

  .index_global .fix .position_fixed {
    padding: 80px 5vw 40px;
  }

  .index_global .fix .position_fixed .headline .click .iconfont {
    font-size: 18px;
  }

  .index_global .fix .position_fixed .content {
    margin-top: 30px;
  }

  .index_global .fix .position_fixed .content .matter .tit h4 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .index_global .fix .position_fixed .content .matter .txt p {
    font-size: 14px;
    line-height: 1.6;
  }

  .index_global .fix .position_fixed .content .matter .img {
    height: auto;
    margin-top: 30px;
    border-radius: 20px;
  }

  .index_global .fix .position_fixed .headline .button {
    gap: 10px;
  }

  .sec4 .wrap .main .right .text {
    height: auto;
    overflow: hidden;
    padding-right: 0;
  }
  .index_global .fix .drop_list{
    display: none;
  }
 
}

@media screen and (max-width: 767px) {
  .sec1 .wrap .bottom .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .sec2 .wrap .main.PE {
    grid-template-columns: repeat(1, 1fr);
  }
      .sec2 .wrap .main{
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
   }

  .index_global .fix .position_fixed .content .matter .tit h4 {
    font-size: 18px;
  }

  /* .sec1 .wrap .top .title h3 {
    font-size: 20px;
  } */

  .sec2 .wrap .main .item .content h4 {
    font-size: 16px;
  }
  /* .sec2 .wrap{
    width: 95vw;
    margin-left: 5vw;
  } */

}