.common_banner {
  height: 100vh;
}
.common_banner .img {
  height: 100%;
  filter: brightness(0.8);
}
.common_banner .img img {
  display: block;
  height: 100%;
}
.common_video canvas {
    object-fit: cover;
}
.common_banner .img video {
     display: block;
     width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_banner .img .common_video {
     width: 100%;
  height: 100%;
}
.common_banner .text_box {
  top: 20%;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.common_banner .text_box .h1 {
  font-weight: 600;
  font-size: 48px;
  color: rgb(255, 255, 255);
}
.common_banner .text_box .p {
  font-weight: 400;
  font-size: 32px;
  color: rgb(255, 255, 255);
  margin-bottom: 29px;
}
.common_banner .text_box .btns {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.common_banner .text_box .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 44px;
  border-radius: 24px;
  background: rgb(241, 123, 19);
  border: 1px solid rgb(241, 123, 19);
  transition: 0.6s;
}
.common_banner .text_box .btns .btn p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.6s;
}
.common_banner .text_box .btns .btn:nth-child(2) {
  background: unset;
}
.common_banner .text_box .btns .btn:nth-child(2) p {
  color: rgb(241, 123, 19);
}
.common_banner .text_box .btns .btn:nth-child(2):hover {
  background: rgb(241, 123, 19);
}
.common_banner .text_box .btns .btn:nth-child(2):hover p {
  color: #FFFFFF;
}

.sec1 {
  width: 100%;
  height: 100vh;
  background: url("/static/images/bg1.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec1 .wrap .l_box {
  width: 758px;
}
.sec1 .wrap .l_box .title {
  font-weight: 600;
  font-size: 48px;
  color: #1A1A1A;
}
.sec1 .wrap .l_box .title span {
  color: #F17B13;
}
.sec1 .wrap .l_box .des {
  margin: 5px 0 45px;
  font-family: "Poppins L";
  font-weight: 300;
  font-size: 24px;
  color: #000000;
}
.sec1 .wrap .l_box .list .item {
  border-radius: 8px;
  background: #FFFFFF;
}
.sec1 .wrap .l_box .list .item .block {
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 12px;
  height: 59px;
  cursor: pointer;
}
.sec1 .wrap .l_box .list .item .block .num {
  font-weight: 400;
  font-size: 14px;
  color: #F17B13;
}
.sec1 .wrap .l_box .list .item .block .p {
  font-weight: 400;
  font-size: 20px;
  color: #C9C9C9;
  transition: 0.6s;
}
.sec1 .wrap .l_box .list .item .block:hover .p {
  color: #1A1A1A;
}
.sec1 .wrap .l_box .list .item.item_active .block .p {
  color: #1A1A1A;
}
.sec1 .wrap .l_box .list .item .hide {
  padding: 0 20px 30px 54px;
  display: none;
}
.sec1 .wrap .l_box .list .item .hide p {
  font-family: "Poppins L";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
}
.sec1 .wrap .l_box .list .item:not(:last-child) {
  margin-bottom: 10px;
}
.sec1 .wrap .l_box .more {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px 13px 22px;
  background: #F17B13;
  border-radius: 40px;
  margin: 58px 0 0;
}
.sec1 .wrap .l_box .more p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.sec1 .wrap .l_box .more img {
  display: block;
  width: 12px;
}
.sec1 .wrap .earth {
  width: 709px;
  height: 709px;
}
.sec1 .wrap .earth #earth {
  width: 805px !important;
  height: 805px !important;
  position: relative;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}
.sec1 .wrap .earth #earth .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.6s ease;
  z-index: 3;
}
.sec1 .wrap .earth #earth .position .point {
  position: absolute;
}
.sec1 .wrap .earth #earth .position .point .point_box {
  /* position: absolute; */
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec1 .wrap .earth #earth .position .point .point_box .add {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .wrap .earth #earth .position .point .point_box .add:after, .sec1 .wrap .earth #earth .position .point .point_box .add:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.4;
  border-radius: 50%;
  position: absolute;
  animation: 3s scale linear infinite;
}
.sec1 .wrap .earth #earth .position .point .point_box .add:before {
  transition-delay: 1.5s;
}
.sec1 .wrap .earth #earth .position .point .point_box p {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.sec1 .wrap .earth #earth .position .point .point_box img {
  display: block;
  width: 34px;
  max-height: unset;
  max-width: unset;
}
.sec1 .wrap .earth #earth canvas {
  width: 100%;
  height: 100%;
  position: relative;
}

@keyframes scale {
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.sec2 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec2 .wrap .sec2_top {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sec2 .wrap .sec2_top .l .title {
  font-weight: 600;
  font-size: 48px;
  color: #000000;
}
.sec2 .wrap .sec2_top .l .des {
  font-weight: 400;
  font-size: 18px;
  color: #ACACAC;
}
.sec2 .wrap .sec2_top .btns {
  display: flex;
  gap: 10px;
}
.sec2 .wrap .sec2_top .btns .jt {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(241, 123, 19, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s;
}
.sec2 .wrap .sec2_top .btns .jt img {
  display: block;
  width: 6px;
  height: auto;
}
.sec2 .wrap .sec2_top .btns .jt:hover {
  background: rgb(241, 123, 19);
}
.sec2 .wrap .swiper {
  margin: 52px 0 62px;
  padding: 2px;
}
.sec2 .wrap .swiper .swiper-slide {
  height: auto;
}
.sec2 .wrap .swiper .swiper-slide .slide_box {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #E8E8E8;
  transition: 0.6s;
  border-radius: 12px;
  padding: 45px 20px 36px;
}
.sec2 .wrap .swiper .swiper-slide .slide_box .h5 {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #1A1A1A;
  text-align: center;
  transition: 0.6s;
}
.sec2 .wrap .swiper .swiper-slide .slide_box .img {
  width: 330px;
  height: 351px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec2 .wrap .swiper .swiper-slide .slide_box .img img {
  display: block;
  transition: 3s;
}
.sec2 .wrap .swiper .swiper-slide .slide_box .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.sec2 .wrap .swiper .swiper-slide .slide_box .more_btn p {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #929292;
  transition: 0.6s;
}
.sec2 .wrap .swiper .swiper-slide .slide_box .more_btn svg {
  display: block;
  width: 12px;
  height: unset;
}
.sec2 .wrap .swiper .swiper-slide .slide_box .more_btn svg path {
  transition: 0.6s;
}
.sec2 .wrap .swiper .swiper-slide .slide_box:hover {
  border: 1px solid #F17B13;
}
.sec2 .wrap .swiper .swiper-slide .slide_box:hover .h5 {
  color: #F17B13;
}
.sec2 .wrap .swiper .swiper-slide .slide_box:hover .img img {
  transform: scale(1.1);
}
.sec2 .wrap .swiper .swiper-slide .slide_box:hover .more_btn p {
  color: #F17B13;
}
.sec2 .wrap .swiper .swiper-slide .slide_box:hover .more_btn path {
  fill: #F17B13;
}
.sec2 .wrap .more {
  width: fit-content;
  margin: 62px auto 0;
}
.sec2 .wrap .more a {
  width: fit-content;
  padding: 13px 29px;
  font-weight: 500;
  font-size: 14px;
  color: #F17B13;
  transition: 0.6s;
  border: 1px solid #F17B13;
  border-radius: 50px;
}
.sec2 .wrap .more a:hover {
  background: #F17B13;
  color: #FFFFFF;
}

.sec3 {
  padding: 112px 0 96px;
  background: linear-gradient(180deg, rgba(253, 234, 216, 0.2) 0%, rgba(241, 123, 19, 0.2) 100%);
}
.sec3 .part1 .title {
  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 92px;
}
.sec3 .part1 .swiper_box {
  width: 100%;
  overflow: hidden;
}
.sec3 .part1 .swiper_box .swiper {
  width: 2530px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box {
  display: block;
  height: 433px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom {
  width: 100%;
  height: 224px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 97px 46px 0;
  display: flex;
  justify-content: space-between;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .more {
  padding: 10px 21px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgb(241, 123, 19);
  border-radius: 40px;
  height: fit-content;
  margin: 7px 0 0;
  opacity: 0;
  transition: 0.6s;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .more p {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .more img {
  display: block;
  width: 12px;
  height: unset;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .slide_l {
  width: 540px;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .slide_l .h5 {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .slide_l .p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0 0;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box:hover img {
  transform: scale(1.1);
}
.sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box:hover .slide_bottom .more {
  opacity: 1;
}
.sec3 .part1 .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_box .slide_bottom .more {
  opacity: 1;
}
.sec3 .part1 .btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 62px 0 0;
}
.sec3 .part1 .btns .jt {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(241, 123, 19, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s;
}
.sec3 .part1 .btns .jt img {
  display: block;
  width: 6px;
  height: auto;
}
.sec3 .part1 .btns .jt:hover {
  background: rgb(241, 123, 19);
}
.sec3 .part2 {
  padding: 119px 0 0;
}
.sec3 .part2 .title {
  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: rgb(26, 26, 26);
  margin-bottom: 62px;
}
.sec3 .part2 .list {
  display: flex;
  gap: 48px;
}
.sec3 .part2 .list .item {
  width: 384px;
}
.sec3 .part2 .list .item .item_box {
  width: 100%;
  height: 100%;
  padding: 53px 40px 85px;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 42px;
  text-align: center;
  transition: 0.6s;
}
.sec3 .part2 .list .item .item_box:hover {
  background: rgba(255, 255, 255, 0);
}
.sec3 .part2 .list .item .item_box .icon {
  width: 48px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sec3 .part2 .list .item .item_box .icon img {
  display: block;
}
.sec3 .part2 .list .item .item_box .h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  min-height: 60px;
  margin: 35px 0 25px;
  color: rgb(26, 26, 26);
}
.sec3 .part2 .list .item .item_box .p {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: rgb(136, 136, 136);
}

.sec4 {
  padding: 122px 0 105px;
}
.sec4 .wrap .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  color: rgb(26, 26, 26);
  margin-bottom: 61px;
}
.sec4 .wrap .box {
  display: flex;
  justify-content: space-between;
}
.sec4 .wrap .box .l_box {
  width: 816px;
}
.sec4 .wrap .box .l_box .item {
  display: block;
  width: 100%;
  background: rgb(250, 250, 250);
  border-radius: 16px;
}
.sec4 .wrap .box .l_box .item .img {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
}
.sec4 .wrap .box .l_box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec4 .wrap .box .l_box .item .item_bottom {
  padding: 46px 36px 36px 59px;
}
.sec4 .wrap .box .l_box .item .item_bottom .h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: rgb(26, 26, 26);
  margin-bottom: 34px;
  transition: 0.6s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec4 .wrap .box .l_box .item .item_bottom .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec4 .wrap .box .l_box .item .item_bottom .flex .date {
  font-weight: 400;
  font-size: 14px;
  color: rgb(26, 26, 26);
}
.sec4 .wrap .box .l_box .item .item_bottom .flex .more {
  display: flex;
  gap: 7px;
  align-items: center;
}
.sec4 .wrap .box .l_box .item .item_bottom .flex .more p {
  font-weight: 400;
  font-size: 14px;
  color: rgb(241, 123, 19);
}
.sec4 .wrap .box .l_box .item .item_bottom .flex .more svg {
  display: block;
  width: 10px;
}
.sec4 .wrap .box .l_box .item .item_bottom .flex .more svg path {
  fill: rgb(241, 123, 19);
}
.sec4 .wrap .box .l_box .item:hover .img img {
  transform: scale(1.1);
}
.sec4 .wrap .box .l_box .item:hover .item_bottom .h5 {
  color: rgb(241, 123, 19);
}
.sec4 .wrap .box .r_box {
  width: 816px;
}
.sec4 .wrap .box .r_box .item {
  display: block;
  width: 100%;
  height: 180px;
  padding: 40px 65px 0 61px;
  border-radius: 16px;
  border: 1px solid rgb(235, 235, 235);
  transition: 0.6s;
}
.sec4 .wrap .box .r_box .item:not(:last-child) {
  margin-bottom: 20px;
}
.sec4 .wrap .box .r_box .item .h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgb(26, 26, 26);
  transition: 0.6s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec4 .wrap .box .r_box .item .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 19px 0 0;
}
.sec4 .wrap .box .r_box .item .flex .date {
  font-weight: 400;
  font-size: 14px;
  color: rgb(26, 26, 26);
}
.sec4 .wrap .box .r_box .item .flex .more {
  display: flex;
  gap: 7px;
  align-items: center;
}
.sec4 .wrap .box .r_box .item .flex .more p {
  font-weight: 400;
  font-size: 14px;
  color: rgb(241, 123, 19);
}
.sec4 .wrap .box .r_box .item .flex .more svg {
  display: block;
  width: 10px;
}
.sec4 .wrap .box .r_box .item .flex .more svg path {
  fill: rgb(241, 123, 19);
}
.sec4 .wrap .box .r_box .item:hover {
  box-shadow: 8px 8px 14px 0px rgba(24, 52, 124, 0.1);
}
.sec4 .wrap .box .r_box .item:hover .h5 {
  color: rgb(241, 123, 19);
}
.sec4 .wrap > .more {
  width: fit-content;
  margin: 77px auto 0;
}
.sec4 .wrap > .more a {
  width: fit-content;
  padding: 15px 31px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.6s;
  background: #F17B13;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec5 {
  background: rgb(248, 248, 248);
  padding: 67px 0 87px;
}
.sec5 .wrap .title {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  margin-bottom: 36px;
}
.sec5 .wrap .swiper {
  width: 1700px;
  margin: 0 auto 66px;
  padding: 10px;
}
.sec5 .wrap .swiper .swiper-slide .slide_box {
  display: block;
  width: 100%;
  text-align: center;
}
.sec5 .wrap .swiper .swiper-slide .slide_box .label {
  width: 100%;
  height: 125px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 51px;
  background: rgb(255, 255, 255);
}
.sec5 .wrap .swiper .swiper-slide .slide_box .label img {
  display: block;
  max-width: 70%;
  max-height: 50%;
  transition: 2s;
}
.sec5 .wrap .swiper .swiper-slide .slide_box .h5 {
  font-weight: 600;
  font-size: 20px;
  color: rgb(26, 26, 26);
}
.sec5 .wrap .swiper .swiper-slide .slide_box .date {
  font-weight: 400;
  font-size: 16px;
  color: rgb(26, 26, 26);
  margin: 3px 0 17px;
}
.sec5 .wrap .swiper .swiper-slide .slide_box .name {
  font-weight: 400;
  font-size: 16px;
  color: rgb(26, 26, 26);
  margin-bottom: 11px;
}
.sec5 .wrap .swiper .swiper-slide .slide_box .p {
  font-weight: 400;
  font-size: 16px;
  color: rgb(26, 26, 26);
}
.sec5 .wrap .swiper .swiper-slide .slide_box:hover .label img {
  transform: scale(1.1);
}
.sec5 .wrap .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 76px 0 0;
}
.sec5 .wrap .btns .jt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  transition: 0.6s;
  cursor: pointer;
}
.sec5 .wrap .btns .jt svg {
  display: block;
  width: 12px;
  height: unset;
}
.sec5 .wrap .btns .jt svg path {
  transition: 0.6s;
}
.sec5 .wrap .btns .jt:hover {
  background: rgb(241, 123, 19);
}
.sec5 .wrap .btns .jt:hover svg path {
  fill: #ffffff;
}

.sec6 {
  background: rgb(241, 123, 19);
  position: relative;
  padding: 113px 0 150px;
}
.sec6 .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.sec6 .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec6 .wrap {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.sec6 .wrap .list {
  width: 520px;
}
.sec6 .wrap .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sec6 .wrap .list .item:not(:last-child) {
  margin-bottom: 30px;
}
.sec6 .wrap .list .item p {
  font-weight: 400;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.sec6 .wrap .list .item .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec6 .wrap .list .item .icon img {
  display: block;
}
.sec6 .wrap .l_box {
  width: 664px;
}
.sec6 .wrap .l_box .title {
  font-weight: 500;
  font-size: 48px;
  color: rgb(255, 255, 255);
}
.sec6 .wrap .l_box .des {
  margin: 47px 0 0;
  font-weight: 400;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 1919px) {
  .common_banner .text_box .h1 {
    font-size: 2.5vw;
  }
  .common_banner .text_box .p {
    font-size: 1.6666666667vw;
    margin-bottom: 1.5104166667vw;
  }
  .common_banner .text_box .btns {
    gap: 0.625vw;
  }
  .common_banner .text_box .btns .btn {
    width: 6.5625vw;
    height: 2.2916666667vw;
    border-radius: 1.25vw;
  }
  .common_banner .text_box .btns .btn p {
    font-size: 0.7291666667vw;
  }
  .sec1 .wrap .l_box {
    width: 39.4791666667vw;
  }
  .sec1 .wrap .l_box .title {
    font-size: 2.5vw;
  }
  .sec1 .wrap .l_box .des {
    margin: 0.2604166667vw 0px 2.34375vw;
    font-size: 1.25vw;
  }
  .sec1 .wrap .l_box .list .item {
    border-radius: 0.4166666667vw;
  }
  .sec1 .wrap .l_box .list .item .block {
    padding: 0px 1.25vw;
    gap: 0.625vw;
    height: 3.0729166667vw;
  }
  .sec1 .wrap .l_box .list .item .block .num {
    font-size: 0.7291666667vw;
  }
  .sec1 .wrap .l_box .list .item .block .p {
    font-size: 1.0416666667vw;
  }
  .sec1 .wrap .l_box .list .item .hide {
    padding: 0px 1.0416666667vw 1.5625vw 2.8125vw;
  }
  .sec1 .wrap .l_box .list .item .hide p {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .sec1 .wrap .l_box .list .item:not(:last-child) {
    margin-bottom: 0.5208333333vw;
  }
  .sec1 .wrap .l_box .more {
    gap: 0.4166666667vw;
    padding: 0.6770833333vw 1.25vw 0.6770833333vw 1.1458333333vw;
    border-radius: 2.0833333333vw;
    margin: 3.0208333333vw 0px 0px;
  }
  .sec1 .wrap .l_box .more p {
    font-size: 0.7291666667vw;
  }
  .sec1 .wrap .l_box .more img {
    width: 0.625vw;
  }
  .sec1 .wrap .earth {
    width: 36.9270833333vw;
    height: 36.9270833333vw;
  }
  .sec1 .wrap .earth #earth {
    width: 41.9270833333vw !important;
    height: 41.9270833333vw !important;
  }
  .sec1 .wrap .earth #earth .position .point .point_box {
    gap: 0.5208333333vw;
  }
  .sec1 .wrap .earth #earth .position .point .point_box .add {
    width: 0.3125vw;
    height: 0.3125vw;
  }
  .sec1 .wrap .earth #earth .position .point .point_box p {
    font-size: 0.9375vw;
  }
  .sec1 .wrap .earth #earth .position .point .point_box img {
    width: 1.7708333333vw;
  }
  .sec2 .wrap .sec2_top .l .title {
    font-size: 2.5vw;
  }
  .sec2 .wrap .sec2_top .l .des {
    font-size: 0.9375vw;
  }
  .sec2 .wrap .sec2_top .btns {
    gap: 0.5208333333vw;
  }
  .sec2 .wrap .sec2_top .btns .jt {
    width: 2.1875vw;
    height: 2.1875vw;
  }
  .sec2 .wrap .sec2_top .btns .jt img {
    width: 0.3125vw;
  }
  .sec2 .wrap .swiper {
    margin: 2.7083333333vw 0px 3.2291666667vw;
    padding: 0.1041666667vw;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box {
    border-radius: 0.625vw;
    padding: 2.34375vw 1.0416666667vw 1.875vw;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .h5 {
    font-size: 1.0416666667vw;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .img {
    width: 17.1875vw;
    height: 18.28125vw;
    margin: 0px auto 0.8333333333vw;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .more_btn {
    gap: 0.3645833333vw;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .more_btn p {
    font-size: 0.7291666667vw;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .more_btn svg {
    width: 0.625vw;
  }
  .sec2 .wrap .more {
    margin: 3.2291666667vw auto 0px;
  }
  .sec2 .wrap .more a {
    padding: 0.6770833333vw 1.5104166667vw;
    font-size: 0.7291666667vw;
    border-radius: 2.6041666667vw;
  }
  .sec3 {
    padding: 5.8333333333vw 0px 5vw;
  }
  .sec3 .part1 .title {
    font-size: 2.5vw;
    margin-bottom: 4.7916666667vw;
  }
  .sec3 .part1 .swiper_box .swiper {
    width: 131.7708333333vw;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box {
    height: 22.5520833333vw;
    border-radius: 0.7291666667vw;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom {
    height: 11.6666666667vw;
    padding: 5.0520833333vw 2.3958333333vw 0px;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .more {
    padding: 0.5208333333vw 1.09375vw;
    gap: 0.46875vw;
    border-radius: 2.0833333333vw;
    margin: 0.3645833333vw 0px 0px;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .more p {
    font-size: 0.7291666667vw;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .more img {
    width: 0.625vw;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .slide_l {
    width: 28.125vw;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .slide_l .h5 {
    font-size: 1.4583333333vw;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .slide_l .p {
    font-size: 0.7291666667vw;
    margin: 0.78125vw 0px 0px;
  }
  .sec3 .part1 .btns {
    gap: 0.5208333333vw;
    margin: 3.2291666667vw 0px 0px;
  }
  .sec3 .part1 .btns .jt {
    width: 2.1875vw;
    height: 2.1875vw;
  }
  .sec3 .part1 .btns .jt img {
    width: 0.3125vw;
  }
  .sec3 .part2 {
    padding: 6.1979166667vw 0px 0px;
  }
  .sec3 .part2 .title {
    font-size: 2.5vw;
    margin-bottom: 3.2291666667vw;
  }
  .sec3 .part2 .list {
    gap: 2.5vw;
  }
  .sec3 .part2 .list .item {
    width: 20vw;
  }
  .sec3 .part2 .list .item .item_box {
    padding: 2.7604166667vw 2.0833333333vw 4.4270833333vw;
    border: 0.1041666667vw solid rgb(255, 255, 255);
    border-radius: 2.1875vw;
  }
  .sec3 .part2 .list .item .item_box .icon {
    width: 2.5vw;
    height: 2.2395833333vw;
  }
  .sec3 .part2 .list .item .item_box .h5 {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    min-height: 3.125vw;
    margin: 1.8229166667vw 0px 1.3020833333vw;
  }
  .sec3 .part2 .list .item .item_box .p {
    font-size: 0.8333333333vw;
  }
  .sec4 {
    padding: 6.3541666667vw 0px 5.46875vw;
  }
  .sec4 .wrap .title {
    font-size: 2.5vw;
    line-height: 2.9166666667vw;
    margin-bottom: 3.1770833333vw;
  }
  .sec4 .wrap .box .l_box {
    width: 42.5vw;
  }
  .sec4 .wrap .box .l_box .item {
    border-radius: 0.8333333333vw;
  }
  .sec4 .wrap .box .l_box .item .img {
    height: 19.7916666667vw;
    border-radius: 0.8333333333vw;
  }
  .sec4 .wrap .box .l_box .item .item_bottom {
    padding: 2.3958333333vw 1.875vw 1.875vw 3.0729166667vw;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .h5 {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
    margin-bottom: 1.7708333333vw;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .flex .date {
    font-size: 0.7291666667vw;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .flex .more {
    gap: 0.3645833333vw;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .flex .more p {
    font-size: 0.7291666667vw;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .flex .more svg {
    width: 0.5208333333vw;
  }
  .sec4 .wrap .box .r_box {
    width: 42.5vw;
  }
  .sec4 .wrap .box .r_box .item {
    height: 9.375vw;
    padding: 2.0833333333vw 3.3854166667vw 0px 3.1770833333vw;
    border-radius: 0.8333333333vw;
  }
  .sec4 .wrap .box .r_box .item:not(:last-child) {
    margin-bottom: 1.0416666667vw;
  }
  .sec4 .wrap .box .r_box .item .h5 {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
  }
  .sec4 .wrap .box .r_box .item .flex {
    margin: 0.9895833333vw 0px 0px;
  }
  .sec4 .wrap .box .r_box .item .flex .date {
    font-size: 0.7291666667vw;
  }
  .sec4 .wrap .box .r_box .item .flex .more {
    gap: 0.3645833333vw;
  }
  .sec4 .wrap .box .r_box .item .flex .more p {
    font-size: 0.7291666667vw;
  }
  .sec4 .wrap .box .r_box .item .flex .more svg {
    width: 0.5208333333vw;
  }
  .sec4 .wrap .box .r_box .item:hover {
    box-shadow: rgba(24, 52, 124, 0.1) 0.4166666667vw 0.4166666667vw 0.7291666667vw 0px;
  }
  .sec4 .wrap > .more {
    margin: 4.0104166667vw auto 0px;
  }
  .sec4 .wrap .more a {
    padding: 0.78125vw 1.6145833333vw;
    font-size: 0.7291666667vw;
    border-radius: 2.6041666667vw;
  }
  .sec5 {
    padding: 3.4895833333vw 0px 4.53125vw;
  }
  .sec5 .wrap .title {
    font-size: 2.5vw;
    margin-bottom: 1.875vw;
  }
  .sec5 .wrap .swiper {
    width: 88.5416666667vw;
    margin: 0px auto 3.4375vw;
    padding: 0.5208333333vw;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .label {
    height: 6.5104166667vw;
    border-radius: 0.7291666667vw;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.5208333333vw 0px;
    margin-bottom: 2.65625vw;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .h5 {
    font-size: 1.0416666667vw;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .date {
    font-size: 0.8333333333vw;
    margin: 0.15625vw 0px 0.8854166667vw;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .name {
    font-size: 0.8333333333vw;
    margin-bottom: 0.5729166667vw;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .p {
    font-size: 0.8333333333vw;
  }
  .sec5 .wrap .btns {
    gap: 1.0416666667vw;
    margin: 3.9583333333vw 0px 0px;
  }
  .sec5 .wrap .btns .jt {
    width: 2.3958333333vw;
    height: 2.3958333333vw;
  }
  .sec5 .wrap .btns .jt svg {
    width: 0.625vw;
  }
  .sec6 {
    padding: 5.8854166667vw 0px 7.8125vw;
  }
  .sec6 .wrap .list {
    width: 27.0833333333vw;
  }
  .sec6 .wrap .list .item {
    padding: 0px 0px 1.5625vw;
  }
  .sec6 .wrap .list .item:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
  .sec6 .wrap .list .item p {
    font-size: 0.8333333333vw;
  }
  .sec6 .wrap .list .item .icon {
    width: 1.25vw;
    height: 1.25vw;
  }
  .sec6 .wrap .l_box {
    width: 34.5833333333vw;
  }
  .sec6 .wrap .l_box .title {
    font-size: 2.5vw;
  }
  .sec6 .wrap .l_box .des {
    margin: 2.4479166667vw 0px 0px;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .common_banner {
    height: 60vh;
  }
  .common_banner .text_box {
    width: 90%;
  }
  .common_banner .text_box .h1 {
    font-size: 20px;
  }
  .common_banner .text_box .p {
    font-size: 14px;
    margin: 10px 0 25px;
  }
  .common_banner .text_box .btns {
    gap: 10px;
  }
  .common_banner .text_box .btns .btn {
    width: 120px;
    height: 36px;
    border-radius: 20px;
  }
  .common_banner .text_box .btns .btn p {
    font-size: 14px;
  }
  .sec1 {
    padding: 50px 0;
    height: unset;
  }
  .sec1 .wrap {
    display: block;
  }
  .sec1 .wrap .l_box {
    width: 100%;
  }
  .sec1 .wrap .l_box .title {
    font-size: 22px;
  }
  .sec1 .wrap .l_box .des {
    font-size: 15px;
    margin: 8px 0 20px;
  }
  .sec1 .wrap .l_box .list .item {
    border-radius: 8px;
  }
  .sec1 .wrap .l_box .list .item .block {
    height: unset;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 10px;
  }
  .sec1 .wrap .l_box .list .item .block .num {
    font-size: 16px;
    line-height: 20px;
  }
  .sec1 .wrap .l_box .list .item .block .p {
    font-size: 15px;
    line-height: 20px;
  }
  .sec1 .wrap .l_box .list .item .hide {
    padding: 10px 20px 20px;
  }
  .sec1 .wrap .l_box .list .item .hide p {
    font-size: 15px;
    line-height: 1.6;
  }
  .sec1 .wrap .l_box .list .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .sec1 .wrap .l_box .more {
    margin: 30px 0 0;
    padding: 8px 15px;
    gap: 8px;
    border-radius: 60px;
  }
  .sec1 .wrap .l_box .more p {
    font-size: 14px;
  }
  .sec1 .wrap .l_box .more img {
    width: 12px;
  }
  .sec1 .wrap .earth {
    width: 80vw;
    height: 80vw;
    margin: 30px 0 0;
  }
  .sec1 .wrap .earth #earth {
    width: 80vw !important;
    height: 80vw !important;
  }
  .sec1 .wrap .earth #earth .position .point .point_box {
    gap: 10px;
  }
  .sec1 .wrap .earth #earth .position .point .point_box .add {
    width: 6px;
    height: 6px;
  }
  .sec1 .wrap .earth #earth .position .point .point_box img {
    width: 30px;
  }
  .sec1 .wrap .earth #earth .position .point .point_box p {
    font-size: 14px;
  }
  .sec2 {
    padding: 50px 0;
    height: unset;
    overflow: hidden;
  }
  .sec2 .wrap .sec2_top {
    display: block;
    margin-bottom: 20px;
  }
  .sec2 .wrap .sec2_top .l {
    margin-bottom: 15px;
  }
  .sec2 .wrap .sec2_top .l .title {
    font-size: 22px;
  }
  .sec2 .wrap .sec2_top .l .des {
    font-size: 15px;
  }
  .sec2 .wrap .sec2_top .btns {
    gap: 10px;
  }
  .sec2 .wrap .sec2_top .btns .jt {
    width: 32px;
    height: 32px;
  }
  .sec2 .wrap .sec2_top .btns .jt img {
    width: 7px;
  }
  .sec2 .wrap .swiper {
    width: 100%;
    overflow: unset;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box {
    border-radius: 8px;
    padding: 20px 0;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .h5 {
    font-size: 18px;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 70vw;
    margin: 15px 0;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .more_btn {
    gap: 8px;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .more_btn p {
    font-size: 14px;
  }
  .sec2 .wrap .swiper .swiper-slide .slide_box .more_btn svg {
    width: 9px;
  }
  .sec2 .wrap .more {
    margin: 30px 0 0;
  }
  .sec2 .wrap .more a {
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 14px;
  }
  .sec3 {
    padding: 50px 0;
  }
  .sec3 .part1 .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec3 .part1 .swiper_box {
    width: 90%;
    margin: 0 auto;
  }
  .sec3 .part1 .swiper_box .swiper {
    width: 100%;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box {
    height: 50vw;
    border-radius: 8px;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom {
    height: unset;
    padding: 40px 15px 20px;
    display: block;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .slide_l {
    width: 100%;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .slide_l .h5 {
    font-size: 16px;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .slide_l .p {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .sec3 .part1 .swiper_box .swiper .swiper-slide .slide_box .slide_bottom .more {
    display: none;
  }
  .sec3 .part1 .btns {
    gap: 10px;
    margin: 30px 0 0;
  }
  .sec3 .part1 .btns .jt {
    width: 32px;
    height: 32px;
  }
  .sec3 .part1 .btns .jt img {
    width: 7px;
  }
  .sec3 .part2 {
    padding: 60px 0 0;
  }
  .sec3 .part2 .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec3 .part2 .list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec3 .part2 .list .item {
    width: 100%;
  }
  .sec3 .part2 .list .item .item_box {
    border-radius: 10px;
    padding: 40px 20px;
  }
  .sec3 .part2 .list .item .item_box .icon {
    width: 40px;
    height: 40px;
  }
  .sec3 .part2 .list .item .item_box .h5 {
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.4;
  }
  .sec3 .part2 .list .item .item_box .p {
    font-size: 14px;
    line-height: 1.6;
  }
  .sec4 {
    padding: 50px 0;
  }
  .sec4 .wrap .title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .sec4 .wrap .box {
    display: block;
  }
  .sec4 .wrap .box .l_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .sec4 .wrap .box .l_box .item {
    border-radius: 8px;
  }
  .sec4 .wrap .box .l_box .item .img {
    height: 40vw;
    border-radius: 8px;
  }
  .sec4 .wrap .box .l_box .item .item_bottom {
    padding: 20px;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .h5 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .flex .date {
    font-size: 14px;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .flex .more {
    gap: 8px;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .flex .more p {
    font-size: 14px;
  }
  .sec4 .wrap .box .l_box .item .item_bottom .flex .more svg {
    width: 8px;
  }
  .sec4 .wrap .box .r_box {
    width: 100%;
  }
  .sec4 .wrap .box .r_box .item {
    border-radius: 8px;
    padding: 20px;
    height: unset;
  }
  .sec4 .wrap .box .r_box .item .h5 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .sec4 .wrap .box .r_box .item .flex .date {
    font-size: 14px;
  }
  .sec4 .wrap .box .r_box .item .flex .more {
    gap: 8px;
  }
  .sec4 .wrap .box .r_box .item .flex .more p {
    font-size: 14px;
  }
  .sec4 .wrap .box .r_box .item .flex .more svg {
    width: 8px;
  }
  .sec4 .wrap .box .r_box .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .sec4 .wrap > .more {
    margin: 30px auto 0;
  }
  .sec4 .wrap > .more a {
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 14px;
  }
  .sec5 {
    padding: 50px 0;
  }
  .sec5 .wrap {
    width: 70vw;
    margin: 0 auto;
  }
  .sec5 .wrap .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec5 .wrap .swiper {
    width: 100%;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .label {
    height: 26vw;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .label img {
    max-height: 70%;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .h5 {
    font-size: 18px;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .date {
    font-size: 14px;
    margin: 10px 0;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_box .name, .sec5 .wrap .swiper .swiper-slide .slide_box .p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec5 .wrap .btns {
    gap: 15px;
    margin: 30px 0 0;
  }
  .sec5 .wrap .btns .jt {
    width: 36px;
    height: 36px;
  }
  .sec5 .wrap .btns .jt svg {
    width: 12px;
  }
  .sec6 {
    padding: 50px 0;
  }
  .sec6 .wrap {
    display: block;
  }
  .sec6 .wrap .l_box {
    width: 100%;
    margin-bottom: 25px;
  }
  .sec6 .wrap .l_box .title {
    font-size: 22px;
  }
  .sec6 .wrap .l_box .des {
    font-size: 15px;
    line-height: 1.6;
    margin: 10px 0 0;
  }
  .sec6 .wrap .list {
    width: 100%;
  }
  .sec6 .wrap .list .item {
    padding: 0 0 15px;
  }
  .sec6 .wrap .list .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .sec6 .wrap .list .item p {
    font-size: 14px;
  }
  .sec6 .wrap .list .item .icon {
    width: 18px;
    height: 18px;
  }
  .common_banner {
      margin: 60px 0 0;
  }
}

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