/* #w1600{
  display: none !important;
} */

html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
  position: relative;
}

.mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding-bottom: 0.62rem;
  margin-left: 0.8rem;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide:last-child {
  height: auto !important;
}
.swiper-slide {
  /* text-align: center; */
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
}

.swiper_paginates {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 0 !important;
  margin-top: 0.34rem !important;
}
.swiper_paginates .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.04rem;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 0;
}
.swiper_paginates .swiper-pagination-bullet-active {
  width: 0.24rem;
  background: #ffffff;
}

.swiper1 {
  position: relative;
}

/* .mySwiper .swiper_line {
  width: 4.8rem;
  height: 0rem;
  border: 0.01rem solid #ffffff;
  opacity: 0.5;
  margin-bottom: 0.34rem;
} */

div.mySwiper div.swiper-slide div.swiper_line {
  height: 2px;
  width: 4.8rem; /* 全宽 */
  background-color: #ffffff; /* 白色横线 */
  opacity: 0.8;
  margin: 0.2rem 0;
  transition: background-color 0.3s ease, width 8s linear;
}

div.mySwiper div.swiper-slide div.swiper_line.progressing {
  background-color: #af7d3f; /* 进度条的颜色 */
  width: 0%; /* 从 0% 开始动画 */
}
.mySwiper .swiper-slide span {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.swiper-slide-thumb-active .swiper_line {
  border: 0.04rem solid #ffffff;
}
.mySwiper2 .swiper-slide {
  position: relative;
}
.banner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.server_tit {
  white-space: nowrap;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.8rem;
  color: #ffffff;
  letter-spacing: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.server_txt {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 0.46rem;
}

.postite {
  position: absolute;
  top: 0;
  left: 0;
}
/* banner2 */
.aboutwe {
  display: flex;
  padding-left: 1.6rem;
}
.aboutwe_left {
  margin-right: 2.28rem;
  margin-top: 2.4rem;
}
.aboutwe_tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
  font-style: normal;
  text-transform: none;
}
.about_line {
  width: 0.8rem;
  height: 0.04rem;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  margin-top: 0.4rem;
  margin-bottom: 0.9rem;
}
.about_txt {
  display: block;
  width: 5.59rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.14rem;
}
.about_txt p {
  line-height: 0.3rem;
}
.more_in {
  width: 1.8rem;
  height: 0.5rem;
  background: #af7d3f;
  border-radius: 0rem 0rem 0rem 0rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_in img {
  width: 0.26rem !important;
  height: 0.14rem !important;
  /* background: #FFFFFF; */
  margin-left: 0.16rem;
}
.aboutwe_right {
  width: 9.73rem;
  height: 100%;
}
.aboutwe_right img {
  width: 100%;
  height: 100%;
}

/* 服务概况 */

/* hexin lingyu */
.core_line {
  width: 0.8rem;
  height: 0.04rem;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #707070;
  margin-top: 0.4rem;
  margin-bottom: 1.33rem;
}
.core_txt {
  width: 3.82rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  font-style: normal;
  text-transform: none;
  display: block;
  line-height: 0.3rem;
}
.core {
  padding-left: 1.6rem;
  display: flex;
}
.core {
  height: 100%;
}
.core_right {
  width: 8rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.core-item {
  width: 50%;
  height: 50%;
  box-sizing: border-box;
  border: 0.01rem solid #ffffff;
  padding-left: 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.core_line1 {
  width: 0.54rem;
  height: 0.04rem;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #707070;
  margin-bottom: 0.41rem;
}
.core_img {
  width: 0.54rem;
  height: 0.54rem;
  overflow: hidden;
  transition: all 0.5s;
  display: none;
}
.core_it1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.48rem;
  margin-bottom: 0.18rem;
}

.core_it2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.core_it {
  display: none;
}
.core-item:hover .core_img {
  display: block;
  animation: wz 0.5s both;
}
.core-item:hover .core_it {
  display: block;
  animation: wz 0.5s both;
}
.core-item:hover {
  animation: up 0.5s both;
}
@keyframes wz {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes up {
  from {
    padding-bottom: 0rem;
  }
  to {
    padding-bottom: 1.43rem;
  }
}

/* 为什么选择我们 */
.whywe {
  width: 100%;
  padding-top: 1.24rem;
}
.why_tit {
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.wht_line {
  width: 0.8rem;
  height: 0.04rem;
  background: #000;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #707070;

  margin: 0 auto;
  margin-top: 0.4rem;
}
.way-news {
  margin-top: 0.48rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wayn-k {
  overflow: hidden;
  margin-top: 0.39rem;
  margin-right: 0.46rem;
  /* width: 3.65rem; */
  width: 3.62rem;
  height: 2.55rem;
  /* background: rgba(255, 255, 255, 0.2); */
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* opacity: 0.2; */
}
.wayn-k:hover {
  background: #af7d3f;
}
.wayn-k:nth-child(4n) {
  margin-right: 0;
}
/* .wayn-k img {
  width: 0.73rem !important;
  height: 0.68rem !important;
  object-fit: contain !important;
} */
.wayn-k .img {
  width: 0.73rem !important;
  height: 0.68rem !important;
  object-fit: cover !important;
}
.wayn-k .img.bg1 {
  background: url(/img/wzt/n1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k .img.bg2 {
  background: url(/img/wzt/n2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.wayn-k .img.bg3 {
  background: url(/img/wzt/n3.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k .img.bg4 {
  background: url(/img/wzt/n4.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k .img.bg5 {
  background: url(/img/wzt/n5.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k .img.bg6 {
  background: url(/img/wzt/n6.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k .img.bg7 {
  background: url(/img/wzt/n7.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.wayn-k .img.bg8 {
  background: url(/img/wzt/n8.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k:hover .img.bg1 {
  background: url(/img/wzt/n1f.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k:hover .img.bg2 {
  background: url(/img/wzt/n2f.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.wayn-k:hover .img.bg3 {
  background: url(/img/wzt/n3f.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k:hover .img.bg4 {
  background: url(/img/wzt/n4f.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.wayn-k:hover .img.bg5 {
  background: url(/img/wzt/n5f.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k:hover .img.bg6 {
  background: url(/img/wzt/n6f.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.wayn-k:hover .img.bg7 {
  background: url(/img/wzt/n7f.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.wayn-k:hover .img.bg8 {
  background: url(/img/wzt/n8f.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.wayn-k {
  position: relative;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
/* .wayn-k:hover .wayn-hov{ */
/*display: block;*/
/* cursor: pointer; */
/* top: 0; */
/* } */
.wayn-hov {
  transition: all 0.5s;
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #c7a465;
  padding: 0.32rem 0.18rem 0.3rem 0.24rem;
}

.waynh-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #ffffff;
  line-height: 0.36rem;
  /*text-align: center;*/
}
.wayn-text {
  min-height: 0.6rem;
  line-height: 0.36rem;
  text-align: center;
  margin-top: 0.35rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000;
  width: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wayn-k:hover .wayn-text {
  color: #fff;
}

.waynh-text {
  width: 3.06rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.28rem;
  overflow-y: auto;
}
.waynh-text::-webkit-scrollbar {
  width: 0.04rem; /* 对于垂直滚动条，设置宽度 */
  height: 1.34rem; /* 对于水平滚动条，设置高度 */
}
.waynh-text::-webkit-scrollbar-track {
  background: #e3dbcc; /* 轨道颜色 */
}
.waynh-text::-webkit-scrollbar-thumb {
  background: #383735; /* 滑块颜色 */
  width: 0.04rem !important;
  height: 0.39rem !important;
}
.why_list {
  margin-top: 0.77rem;
  width: fit-content;
  height: 6.89rem;
  margin-left: 2.01rem;
  border-left: 0.01rem solid #707070;
  border-right: 0.01rem solid #707070;
  display: flex;
}
.order_num {
  width: 0.9rem;
  height: 0.92rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.7rem;
  color: #ffffff00;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 1px #f0f0f0;
  /* text-align: center; */
}
.why_list_it {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.55rem;
}
.why_list_it + .why_list_it {
  border-left: 0.01rem solid #707070;
}
.why_list_it span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: none;
  writing-mode: vertical-rl;
}

/* 国家 */
.country_BOX {
  height: 100%;
  display: flex;
}
.country {
  /* width: 4rem; */
  flex: 1;
  /* height: 100%; */
  position: relative;
  transition: all 0.5s;
  transition: all 0.5s;
}
.country img {
  width: 100% !important;
  height: 100% !important;
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: block;
}
.country_act {
  flex: 0 0 7rem;
}
.country_act .country_logo {
  display: block;
}
.country_act .mask {
  display: none;
}
.country_informate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.country_informate,
.country_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.country_logo {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.55rem;
  display: none;
}
.country_logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.country_name {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.country_line {
  width: 1.27rem;
  height: 0rem;
  border: 0.01rem solid #ffffff;
  margin-top: 0.24rem;
  margin-bottom: 0.14rem;
}
.country_obj {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

/* .country_item{
  position: relative;
} */
.country_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -1.55rem;
}
/* tab */
.service1 {
  width: 100%;
  padding-top: 0.45rem;
}
.s_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  text-align: center;
}
.s_title::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.04rem;
  margin-top: 0.4rem;
  background: rgba(51, 51, 51, 1);
  margin-left: auto;
  margin-right: auto;
}

.s_des {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.45rem;
  text-align: center;
}

.service1 .tab_wrap {
  flex: 0 0 3.4rem !important;
}

.service1 .content_box {
  margin-top: 0.75rem;
}

.tab_wrap .tab {
  background: #fff;
  border-bottom: 0.01rem solid rgba(235, 235, 235, 1);
  height: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.tab_wrap .tab img {
  width: auto;
  height: auto;
}
.tab_wrap .tab.active {
  background: rgba(175, 125, 63, 1);
}
.tab_wrap .tab .s_tab_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  margin-top: 0.3rem;
}
.tab_wrap .tab.active .s_tab_title {
  color: #fff;
  font-weight: bold;
}

.tab_wrap .tab.active img {
  filter: invert(0);
}

.tab_wrap img {
  width: auto;
  height: auto;
  filter: invert(1);
  margin: 0 auto;
}

.service1 .content_wrap .flex_box3 {
  height: 6.6rem;
  flex: 0 0 9.6rem;
}

.service1 .content_wrap .content {
  display: none;
  align-items: stretch;
}
.service1 .content_wrap .content.active {
  display: flex;
}
.service1 .flex_box3 .scale_box {
  height: 100%;
}
.service1 .flex_box4 {
  background: rgba(36, 36, 36, 1);
  padding: 0.72rem 1.3rem 0 0.7rem;
  flex: 0 0 6.23rem !important;
  height: 6.6rem;
}
.s_content_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffffff;
}

.s_content_list {
  margin-top: 0.42rem;
}

.s_item {
  padding-top: 0.37rem;
  padding-bottom: 0.37rem;
  border-top: 0.01rem solid rgba(136, 130, 130, 1);
  cursor: pointer;
}

.s_item_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  position: relative;
  transition: 0.6s;
}

.s_item_title::after {
  content: ">";
  font-family: "宋体";
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.6s;
}

.s_item_title.active {
  color: rgba(175, 125, 63, 1);
}

.s_item_title.active::after {
  color: rgba(175, 125, 63, 1);
  transform: translateY(-50%) rotate(-90deg);
}

.s_item_des {
  display: none;
  overflow: hidden;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  margin-top: 0.3rem;
}

/* xinzeng */
.news {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_left {
  /* margin-top: 4.7rem; */
  margin-left: 1.6rem;
}
.new_right {
  /* margin-bottom: 1.73rem; */
  margin-right: 2.57rem;
  width: 6.88rem;

  display: flex;
  flex-direction: column;
}
.new_img {
  width: 2.54rem;
  height: 1.5rem;
}
.new_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new_contin {
  width: 4.09rem;
  margin-left: 0.24rem;
}
.new_time {
  display: flex;
  align-items: center;
  margin-top: 0.29rem;
}
.new_time span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 0.13rem;
}
.new_tit {
  min-height: 0.6rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.34rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.new_timeImg {
  width: 0.17rem !important;
  height: 0.17rem !important;
}
.new_rContin {
  display: flex;
}
.new_rContin + .new_rContin {
  border-top: 0.01rem solid;
  border-color: rgba(255, 255, 255, 0.5);
  padding-top: 0.24rem;
  margin-top: 0.24rem;
}

@media only screen and (max-width: 1024px) {
  .mySwiper {
    bottom: 60px;
  }
  .banner_txt {
    top: 40%;
  }
  .aboutwe_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.32rem;
    color: #ffffff;
    font-style: normal;
    text-transform: none;
    padding-bottom: 10px;
  }
  .waynh-title {
    line-height: 0.25rem;
  }
  .way-news {
    margin-top: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .about_line {
    display: none;
  }
  .wayn-k:nth-child(2n) {
    margin-right: 0;
  }
  .wayn-k {
    width: 3.42rem;
    height: 2.05rem;
    margin-right: 0.26rem;
  }
  .waynh-text {
    height: 0.9rem;
    margin-top: 0.1rem;
    font-size: 0.2rem;
  }
  .waynh-text::-webkit-scrollbar {
    width: 0.14rem; /* 对于垂直滚动条，设置宽度 */
    height: 0.34rem; /* 对于水平滚动条，设置高度 */
  }
  .about_txt {
    font-size: 26px;
    width: 95%;
    padding-left: 20px;
    /*padding-top: 20px;*/
    margin: 0;
  }
  .about_txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .more_in span {
    font-size: 0.24rem;
  }
  .s_title {
    padding-top: 25px;
  }
  .service1 {
    margin-bottom: 10%;
    margin-bottom: 20%;
  }
  .service1 .content_box {
    display: flex;
    flex-direction: column;
  }
  .flex_box [class*="flex_box"] {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .tab_wrap .tab {
    flex: 1;
    width: 100%;
  }
  .service1 .tab_wrap {
    flex: 0 !important;
  }
  .aboutwe_tit {
    font-size: 28px;
    text-align: center;
  }
  .core_txt {
    width: 100vw;
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
  }
  .why_list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    height: auto;
  }
  .why_list_it {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
    height: auto;
    border-top: 0.01rem solid #707070;
    border-bottom: 0.01rem solid #707070;
  }
  .why_list_it span {
    writing-mode: horizontal-tb;
  }
  .why_list_it + .why_list_it {
    border-left: 0;
  }
  .why_tit {
    margin-top: 5%;
  }
  .aboutwe {
    display: flex;
    flex-direction: column;
    width: 100vw;
    justify-content: center;
  }
  .aboutwe_right {
    position: absolute;
    top: 100%;
    width: 95vw;
    padding-left: 20px;
    height: auto;
  }
  .more_in {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .service1 .content_wrap .content.active {
    display: flex;
    flex-direction: column;
  }
  .service1 .content_wrap .flex_box3 {
    height: auto;
    flex: 0;
  }
  .service1 .flex_box3 .scale_box {
    /*height: 350px;*/
    height: 4rem;
    width: 100%;
  }
  .classgmfw {
    flex-direction: column;
  }
  .service1 .flex_box3 .scale_box img {
    width: 100%;
    height: 100%;
  }

  .s_content_list {
    width: 100%;
    /*height: 30vh;*/
    margin-top: 0.2rem;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .s_item_title {
    font-size: 0.24rem;
    padding: 0.2rem 0;
  }
  .s_item_des {
    margin-top: 0;
    padding-bottom: 0.2rem;
  }
  .s_item_des span {
    font-size: 0.24rem;
  }
  .s_content_title {
    width: 100%;
  }
  .scale_box {
    height: 50%;
  }
  .scale_box .scale_img {
    width: 100% !important;
    height: 100% !important;
  }
  .service1 .content_box {
    margin-top: 0.3rem;
  }
  .service1 .flex_box4 {
    padding: 20px;
    height: auto;
    flex: 0 !important;
  }
  .service1 {
    padding-top: 0;
  }
  .server_txt {
    width: 6rem;
    font-size: 14px;
  }
  .mySwiper {
    margin-left: 0.2rem;
    width: 100vw;
  }
  .swiper-slide {
    margin-right: 0 !important;
  }
  .aboutwe {
    padding: 0;
  }
  .aboutwe_left {
    margin-right: 0;
    margin-top: 25px;
  }
  .s_title::after {
    display: none;
  }
  .tab_wrap .tab img {
    width: 25px;
    height: 25px;
  }
  .tab_wrap .tab {
    height: 80px;
  }
  .tab_wrap .tab .s_tab_title {
    font-size: 12px;
    margin-top: 10px;
  }
  .s_item {
    padding: 0;
  }
  .core {
    padding: 0;
    flex-direction: column;
  }
  .core_line {
    display: none;
  }
  .core_right {
    height: 65%;
    width: 100%;
    padding: 20px 20px;
  }

  .wht_line {
    display: none;
  }
  .whywe {
    padding-top: 25px;
    /*height: 100vh;*/
  }
  .order_num {
    font-size: 0.6rem;
  }
  .country_BOX {
    background: #000;
    padding: 0.6rem 0.2rem 0.6rem;
    width: 100%;
    flex-direction: column;
  }
  .news {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    padding: 20px;
  }
  .country_logo {
    width: 0.8rem;
    height: 0.8rem;
  }
  .new_right {
    margin-right: 0;
  }
  .new_left {
    margin-left: 0;
  }
  .country {
    width: 100%;
    height: 22%;
    flex: inherit;
  }

  .country_logo {
    margin-top: -0.51rem;
  }
  .country_act {
    flex: 0;
  }
  .country_line {
    margin-top: 0.14rem;
    margin-bottom: 0.04rem;
  }
  .country_name {
    font-size: 0.3rem;
  }
  .new_tit {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .new_time span {
    font-size: 0.2rem;
  }
  .new_timeImg {
    width: 0.2rem !important;
    height: 0.2rem !important;
  }
  .country_informate {
    top: 65%;
  }
  .core_line1 {
    margin-bottom: 0.1rem;
  }
  .core_it1 {
    margin-top: 0.18rem;
    margin-bottom: 0.18rem;
  }
  .core-item {
    padding-left: 0.25rem;
  }

  @keyframes up {
    from {
      padding-bottom: 0rem;
    }
    to {
      padding-bottom: 0.3rem;
    }
  }
}
