.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left .logo_g {
  display: none;
}
.header .header-content .header-content-right li > a {
  transition: all 0.3s;
}
.header.header-fixed .header-content .header-content-right li > a {
  padding: 22px 0;
}
.banner-box {
  position: relative;
  height: 100vh;
}
.banner-box .scroll-tips {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 8;
}
.banner-box .scroll-tips p {
  color: #fff;
}
.banner-box .scroll-tips img {
  width: 31px;
  margin-bottom: 13px;
}
.banner-box > .container {
  width: 100%;
  overflow: hidden;
}
.banner-box > .container .banner-pagination-box {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90px;
  width: 32.29166667%;
  background: #229E42;
  border-radius: 50px 0 0 0;
  z-index: 999;
  padding: 30px 20px 25px 42px;
  display: flex;
  align-items: center;
}
.banner-box > .container .banner-pagination-box .banner-pagination-left {
  width: max-content;
}
.banner-box > .container .banner-pagination {
  position: absolute;
  left: calc(50% - 140px);
  height: 3px;
  bottom: 43px;
  z-index: 999;
  width: 17.95%;
  max-width: 280px;
  border-radius: 5px;
}
.banner-box > .container .banner-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #28CE00;
  border-radius: 5px;
}
.banner-box > .container .swiper-button-prev,
.banner-box > .container .swiper-button-next {
  z-index: 999;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.banner-box > .container .swiper-button-prev::after,
.banner-box > .container .swiper-button-next::after {
  font-size: 30px;
}
.banner-box > .container .swiper-button-prev:hover,
.banner-box > .container .swiper-button-next:hover {
  color: #28CE00;
}
.banner-box > .container .swiper-button-prev {
  left: 3.3%;
}
.banner-box > .container .swiper-button-next {
  right: 3.3%;
}
.banner-box > .container .pagination-info {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30%;
}
.banner-box > .container .pagination-info span {
  color: #fff;
  letter-spacing: 2px;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.banner-box > .container .pagination-info span:nth-child(1) {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
.banner-box > .container .pagination-info span:nth-child(2) {
  color: rgba(255, 255, 255, 0.67);
  font-size: 22px;
}
.banner-box .banner .index-slide {
  position: relative;
  display: block;
}
.banner-box .banner .index-slide .banner-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner-box .banner .index-slide .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 34.475%;
  max-width: 660px;
}
.banner-box .banner .index-slide .banner-content .font54 {
  width: 100%;
  letter-spacing: 6px;
}
.banner-box .banner .index-slide .banner-content .font40 {
  letter-spacing: 3px;
}
@keyframes circleProgress {
  0% {
    stroke-dashoffset: 75.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.main {
  position: relative;
  background: #fff;
}
.main .sub-title {
  color: #6E6E6E;
}
.main .about-us {
  background-image: url('../img/index/jj_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.main .about-us .about-us-top {
  background: #F1F1F1;
  width: 24.322916%;
  max-width: 467px;
  height: calc(129 * var(--cbasta) / 16);
}
.main .about-us .container {
  width: 81.354%;
  max-width: 1562px;
  background: #fff;
}
.main .about-us .about-us-title {
  width: 18.37%;
  max-width: 287px;
  margin-left: 11.5236%;
  border-left: 1px solid #DBDBDB;
  border-top: 1px solid #DBDBDB;
  border-right: none;
  padding-top: 49px;
  margin-top: 80px;
  transition: all 0.3s ease;
  text-align: center;
}
.main .about-us .about-us-title img {
  width: calc(105 * var(--cbasta) / 16);
}
.main .about-us .about-us-content {
  border-left: 1px solid #CFCFCF;
  width: 70.29449%;
  display: flex;
  justify-content: space-between;
  padding: 7.29166667% 0 7.29166667% 5.83333333%;
}
.main .about-us .about-us-content .about-us-content-left {
  width: 75%;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .font28 {
  color: #229E42;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-desc {
  color: #3D3D3D;
  line-height: 32px;
  margin-bottom: 40px;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 82px;
  width: 100%;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item {
  flex: 1;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item div text:nth-child(3) {
  width: calc(26 * var(--cbasta) / 16);
  height: calc(26 * var(--cbasta) / 16);
  background: #E8E8E8;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #09882A;
  font-size: calc(15 * var(--cbasta) / 16);
  position: relative;
  bottom: calc(40 * var(--cbasta) / 16);
  right: calc(10 * var(--cbasta) / 16);
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font65 {
  font-size: calc(52 * var(--cbasta) / 16);
  font-family: Impact, Impact;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font37 {
  font-size: calc(37 * var(--cbasta) / 16);
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font18 {
  font-size: calc(18 * var(--cbasta) / 16);
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .green-text {
  color: #399B3E;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font18 {
  color: #141414;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .know-more-btn {
  display: inline-block;
  color: #399B3E;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #399B3E;
  border-radius: 5px;
  transition: all 0.3s;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .know-more-btn:hover {
  background: #399B3E;
  color: #fff;
}
.main .about-us .about-us-content .about-us-content-left .about-us-text .know-more-btn span {
  margin-left: 5px;
}
.main .about-us .about-us-content .about-us-content-right {
  width: 16.07%;
  max-width: 176px;
  overflow: hidden;
}
.main .about-us .about-us-content .about-us-content-right .about-us-tabs {
  display: flex;
  flex-direction: column;
}
.main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item {
  width: 100%;
  height: 0;
  padding: 50% 1.25vw;
  flex-direction: column;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item:hover p {
  color: rgba(255, 255, 255, 0.46);
}
.main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item p {
  color: #fff;
  margin-bottom: 8px;
  font-size: calc(16 * var(--cbasta) / 16);
  position: relative;
  transition: all 0.3s ease;
}
.main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item text {
  font-size: calc(16 * var(--cbasta) / 16);
  display: block;
  color: rgba(255, 255, 255, 0.46);
  text-transform: uppercase;
}
.main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item:nth-child(1) {
  background: #229E42;
  border-radius: 20px 0px 0px 0px;
}
.main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item:nth-child(2) {
  background: #6DC161;
}
.main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item:nth-child(3) {
  background: #92CAB5;
}
.main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item:nth-child(4) {
  background: #71A78C;
  border-radius: 0px 0px 0px 20px;
}
.main .about-us .about-us-content .about-us-content-right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.main .about-us .lh-overview-page {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.38%;
  max-width: 240px;
  border: 1px solid rgba(219, 219, 219, 0.41);
  border-right: none;
  border-bottom: none;
  height: calc(516 * var(--cbasta) / 16);
  color: #fff;
  writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
.main .about-us .lh-overview-page a {
  color: #fff;
  font-size: 14px;
  font-family: 'Arial';
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .about-us .lh-overview-page a p {
  display: inline-block;
  transform: rotate(180deg);
  letter-spacing: 5px;
  margin-bottom: 29px;
}
.main .about-us .lh-overview-page a img {
  width: 16px;
}
.main .choose-us {
  background-image: url('../img/index/choose_us_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main .choose-us .container {
  padding-right: 18.64583333%;
  display: flex;
  align-items: stretch;
}
.main .choose-us .container .choose-us-content {
  width: 80.51%;
  height: 100%;
  flex: none;
  padding: 7% 6.25% 0 11.25%;
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide {
  opacity: 0!important;
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide.swiper-slide-active {
  opacity: 1!important;
}
.main .choose-us .container .choose-us-content .reason-container .color-white .bold {
  color: #ffcc00;
}
.main .choose-us .container .choose-us-content .reason-container .reason-text {
  overflow: hidden;
  background: rgba(34, 158, 66, 0.86);
  border-radius: 20px;
  width: 58%;
  max-width: 600px;
  padding: calc(74 * var(--cbasta) / 16) calc(92 * var(--cbasta) / 16) calc(90 * var(--cbasta) / 16) calc(40 * var(--cbasta) / 16);
  position: relative;
}
.main .choose-us .container .choose-us-content .reason-container .reason-text ul li {
  line-height: 32px;
}
.main .choose-us .container .choose-us-content .reason-container .reason-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 14px;
  color: rgba(255, 255, 255, 0.26);
  font-size: calc(142 * var(--cbasta) / 16);
  font-family: 'Arial';
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide-1 .reason-text::after {
  content: '01';
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide-2 .reason-text::after {
  content: '02';
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide-3 .reason-text::after {
  content: '03';
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide-4 .reason-text::after {
  content: '04';
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide-5 .reason-text::after {
  content: '05';
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide-6 .reason-text::after {
  content: '06';
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide-7 .reason-text::after {
  content: '07';
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide-8 .reason-text::after {
  content: '08';
}
.main .choose-us .container .choose-us-content .reason-container .swiper-slide-9 .reason-text::after {
  content: '09';
}
.main .choose-us .container .choose-us-pagination-box {
  width: 19%;
  max-width: 298px;
  min-height: calc(849 * var(--cbasta) / 16);
  flex: none;
  background: rgba(255, 255, 255, 0.86);
  position: relative;
}
.main .choose-us .container .choose-us-pagination-box .choose-us-pagination {
  bottom: auto;
  top: calc(160 * var(--cbasta) / 16);
  color: rgba(51, 51, 51, 0.44);
  font-size: calc(43 * var(--cbasta) / 16);
  font-family: Arial, Arial;
  font-style: italic;
  text-align: center;
}
.main .choose-us .container .choose-us-pagination-box .choose-us-pagination .swiper-pagination-current {
  font-size: calc(90 * var(--cbasta) / 16);
  color: #333;
  font-weight: bold;
}
.main .choose-us .container .choose-us-pagination-box .choose-us-icons {
  width: calc(88 * var(--cbasta) / 16);
  position: relative;
  overflow: hidden;
  margin-top: calc(292 * var(--cbasta) / 16);
  margin-left: calc(66 * var(--cbasta) / 16);
}
.main .choose-us .container .choose-us-pagination-box .choose-us-icons img {
  max-width: calc(88 * var(--cbasta) / 16);
}
.main .choose-us .container .choose-us-pagination-box .choose-us-prev,
.main .choose-us .container .choose-us-pagination-box .choose-us-next {
  width: 50%;
  height: 0;
  padding: 25% 0;
  background: #229E42;
}
.main .choose-us .container .choose-us-pagination-box .choose-us-prev::after,
.main .choose-us .container .choose-us-pagination-box .choose-us-next::after {
  color: #fff;
  font-size: calc(45 * var(--cbasta) / 16);
}
.main .choose-us .container .choose-us-pagination-box .choose-us-next {
  top: auto;
  bottom: 0;
  right: 0;
}
.main .choose-us .container .choose-us-pagination-box .choose-us-prev {
  top: auto;
  bottom: 0;
  left: 0;
}
.main .solution-service {
  background: url('../img/index/case_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: max-content;
}
.main .solution {
  padding: 76px 0 88px;
}
.main .solution .container {
  text-align: center;
}
.main .solution .container .solution-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.main .solution .container .solution-card {
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  margin-right: 1px;
  margin-bottom: 1px;
}
.main .solution .container .solution-card:nth-child(4n) {
  margin-right: 0;
}
.main .solution .container .solution-card::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .solution .container .solution-card img {
  width: 100%;
  height: 276px;
  object-fit: cover;
  display: block;
}
.main .solution .container .solution-card p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  transition: all 0.3s ease;
}
.main .solution .container .solution-card:hover p {
  top: 40%;
  box-shadow: 0 100px 200px rgba(0, 0, 0, 0.2);
}
.main .service {
  padding-bottom: 148px;
}
.main .service .container {
  text-align: center;
}
.main .service .container .service-cards {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.main .service .container .service-card {
  height: 451px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.main .service .container .service-card:nth-child(2) {
  width: 51.41%;
  margin: 0 1px;
}
.main .service .container .service-card:nth-child(2) video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .service .container .service-card:nth-child(1),
.main .service .container .service-card:nth-child(3) {
  width: 24.24%;
}
.main .service .container .service-card:nth-child(1) img,
.main .service .container .service-card:nth-child(3) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .service .container .service-card:nth-child(1):hover .service-content,
.main .service .container .service-card:nth-child(3):hover .service-content {
  padding-bottom: 60px;
}
.main .service .container .service-card .service-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 17.333% 48px;
  transition: all 0.3s ease;
}
.main .service .container .service-card .service-content .font16 {
  line-height: 30px;
}
.main .service .container .service-card.service-card-middle .play-button {
  width: 67px;
  height: 67px;
  background: url('../img/index/play.png');
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}
.main .service .container .service-card.service-card-middle img {
  filter: brightness(0.5);
}
.main .news .container .news-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main .news .container .news-box .main-news {
  flex: none;
  width: 39.7916%;
  height: calc(950 * var(--cbasta) / 16);
  position: relative;
}
.main .news .container .news-box .main-news img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.main .news .container .news-box .main-news .main-news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 55px 8.37% 58px 7.85%;
  background: #229E42;
}
.main .news .container .news-box .main-news .main-news-content .font50 {
  flex: none;
  width: max-content;
}
.main .news .container .news-box .main-news .main-news-content .news-info {
  flex: 1;
  padding-left: 7.7519%;
  border-left: 1px solid #fff;
}
.main .news .container .news-box .main-news .main-news-content .news-info .font18 {
  line-height: 35px;
}
.main .news .container .news-box .main-news .main-news-content .news-info .font16 {
  color: rgba(255, 255, 255, 0.46);
}
.main .news .container .news-box .news-content-container {
  flex: none;
  width: 45.26%;
  height: calc(950 * var(--cbasta) / 16);
  padding: calc(78 * var(--cbasta) / 16) 5.1% 0 4.166%;
  overflow: hidden;
}
.main .news .container .news-box .right-title {
  flex: none;
  width: 14.9479%;
  max-width: 287px;
  height: calc(750 * var(--cbasta) / 16);
  border: 1px solid #DBDBDB;
  border-bottom: none;
  padding: calc(50 * var(--cbasta) / 16) 0 0 0;
  float: right;
  text-align: center;
}
.main .news .container .news-box .right-title img {
  width: calc(106 * var(--cbasta) / 16);
}
.main .news .container .news-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  gap: 12px;
}
.main .news .container .news-tabs .news-tab {
  width: 165px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  border-radius: 27px;
  transition: all 0.3s ease;
  background: #EFEFEF;
  color: #777777;
  font-size: 20px;
  cursor: pointer;
}
.main .news .container .news-tabs .news-tab.active,
.main .news .container .news-tabs .news-tab:hover {
  background: #009245;
  color: #fff;
}
.main .news .container .news-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.main .news .container .news-item {
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
}
.main .news .container .news-item img {
  width: 32%;
  max-width: 221px;
  height: calc(143 * var(--cbasta) / 16);
  object-fit: cover;
  display: block;
}
.main .news .container .news-item .news-content {
  width: calc(100% - 30%);
  padding-top: 1vw;
  margin-left: 34px;
}
.main .news .container .news-item .news-content h3 {
  font-size: 18px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  line-height: 30px;
  color: #000000;
}
.main .news .container .news-item .news-content .news-date {
  font-size: 16px;
  color: #A4A4A4;
  margin-top: auto;
  transition: all 0.3s ease;
}
.main .news .container .news-item:hover .news-content h3,
.main .news .container .news-item:hover .news-content .news-date {
  color: #078828;
}
.main .news .container .news-more {
  margin-top: 53px;
}
.main .customer {
  background: url('../img/index/khbg.png') no-repeat center bottom #EEEEEE;
  background-size: cover;
  padding: 100px 0 80px;
  overflow: hidden;
}
.main .customer .safe-width .customer-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
.main .customer .safe-width .customer-tabs .customer-tab {
  width: 165px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 11px;
  color: #777777;
  font-size: 20px;
  text-decoration: none;
  background: #E3E3E3;
  border-radius: 200px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.main .customer .safe-width .customer-tabs .customer-tab.active,
.main .customer .safe-width .customer-tabs .customer-tab:hover {
  background: #009245;
  color: #fff;
}
.main .customer .safe-width .customer-grid {
  display: flex;
  margin-top: 64px;
  flex-wrap: wrap;
  gap: 22px 3%;
}
.main .customer .safe-width .customer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
  width: 14%;
  flex: 0 0 14%;
  margin-bottom: 22px;
  margin-right: 0;
}
.main .customer .safe-width .customer-item img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.main .customer .safe-width .customer-item p {
  color: #1D1D1D;
  text-align: center;
}
.main .customer .safe-width .customer-item:hover {
  transform: translateY(-10px);
}
@media (min-width: 1367px) and (max-width: 1600px) {
  .banner-box .banner .index-slide .banner-content .font54 {
    font-size: calc(54 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-title {
    padding-top: calc(49 * var(--cbasta) / 16);
    margin-top: calc(80 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content {
    padding: calc(70 * var(--cbasta) / 16) 0 calc(70 * var(--cbasta) / 16) calc(50 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-left .font40 {
    font-size: 35px;
  }
  .main .about-us .about-us-content .about-us-content-left .font28 {
    font-size: 24px;
    margin-bottom: 25px!important;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-desc {
    font-size: calc(19 * var(--cbasta) / 16);
    margin-bottom: calc(40 * var(--cbasta) / 16) !important;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats {
    margin-top: calc(80 * var(--cbasta) / 16) !important;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font65 {
    font-size: calc(48 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font37 {
    font-size: calc(36 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font18 {
    font-size: calc(19 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item {
    padding: 50% 1vw;
  }
  .main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item text {
    font-size: calc(17 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content .font40 {
    font-size: calc(40 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content .font28 {
    font-size: calc(28 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-slide .reason-text {
    width: 67%;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-slide .reason-text .font26 {
    font-size: calc(28 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-slide .reason-text .u-m-b-35 {
    margin-bottom: calc(35 * var(--cbasta) / 16) !important;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-slide .font18 {
    font-size: calc(20 * var(--cbasta) / 16);
  }
  .main .solution .index_title_div .font40 {
    font-size: calc(42 * var(--cbasta) / 16);
  }
  .main .solution .index_title_div .font20 {
    font-size: calc(22 * var(--cbasta) / 16);
  }
  .main .solution .solution-cards .solution-card p {
    font-size: calc(24 * var(--cbasta) / 16);
  }
  .main .service {
    padding-bottom: calc(148 * var(--cbasta) / 16);
  }
  .main .service .index_title_div .font40 {
    font-size: calc(42 * var(--cbasta) / 16);
  }
  .main .service .index_title_div .font20 {
    font-size: calc(22 * var(--cbasta) / 16);
  }
  .main .service .container .service-cards .service-card {
    height: calc(500 * var(--cbasta) / 16);
  }
  .main .service .container .service-cards .service-card .font24 {
    font-size: calc(26 * var(--cbasta) / 16);
  }
  .main .service .container .service-cards .service-card .font16 {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  .main .news .container .news-more {
    margin-top: calc(60 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .main-news .main-news-content {
    padding: calc(55 * var(--cbasta) / 16) 8.37% calc(58 * var(--cbasta) / 16) 7.85%;
  }
  .main .news .container .news-box .main-news .main-news-content .font50 {
    font-size: calc(50 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .main-news .main-news-content .news-info .font18 {
    font-size: calc(20 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .main-news .main-news-content .news-info .font16 {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .news-content-container {
    padding: calc(76 * var(--cbasta) / 16) 5.1% 0 4.166%;
  }
  .main .news .container .news-box .news-content-container .font40 {
    font-size: calc(40 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .news-content-container .font28 {
    font-size: calc(28 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .news-content-container .font16 {
    font-size: calc(16 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .news-content-container .font18 {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .right-title {
    height: calc(750 * var(--cbasta) / 16);
  }
  .main .news .container .news-tabs .news-tab {
    width: calc(165 * var(--cbasta) / 16);
    height: calc(54 * var(--cbasta) / 16);
    font-size: calc(20 * var(--cbasta) / 16);
  }
  .main .news .container .news-item .news-content h3 {
    font-size: calc(20 * var(--cbasta) / 16);
    line-height: calc(35 * var(--cbasta) / 16);
    margin-bottom: calc(25 * var(--cbasta) / 16);
  }
  .main .customer {
    padding: calc(96 * var(--cbasta) / 16) 0 calc(80 * var(--cbasta) / 16);
  }
  .main .customer .font40 {
    font-size: calc(42 * var(--cbasta) / 16);
  }
  .main .customer .safe-width .customer-tabs .customer-tab {
    font-size: calc(22 * var(--cbasta) / 16);
    width: calc(225 * var(--cbasta) / 16);
    height: calc(70 * var(--cbasta) / 16);
  }
}
@media screen and (max-width: 1366px) {
  .banner-box .banner .index-slide .banner-content .font54 {
    font-size: calc(50 * var(--cbasta) / 16);
  }
  .banner-box .banner .index-slide .banner-content .font40 {
    font-size: calc(38 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-title {
    padding-top: calc(49 * var(--cbasta) / 16);
    margin-top: calc(80 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content {
    padding: calc(70 * var(--cbasta) / 16) 0 calc(70 * var(--cbasta) / 16) calc(50 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-left .font40 {
    font-size: calc(38 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-left .font28 {
    font-size: calc(22 * var(--cbasta) / 16);
    margin-bottom: calc(20 * var(--cbasta) / 16) !important;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-desc {
    font-size: calc(17 * var(--cbasta) / 16);
    line-height: calc(32 * var(--cbasta) / 16);
    margin-bottom: calc(40 * var(--cbasta) / 16) !important;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-stats .stat-item .font65 {
    font-size: 80px;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-stats .stat-item .font37 {
    font-size: 50px;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-stats .stat-item .font18 {
    font-size: 24px;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font65 {
    font-size: calc(42 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font37 {
    font-size: calc(32 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font18 {
    font-size: calc(17 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item {
    padding: 50% 1vw;
  }
  .main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item text {
    font-size: calc(15 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content .font40 {
    font-size: calc(38 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content .font28 {
    font-size: calc(26 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-slide .reason-text {
    width: 73%;
    padding: calc(60 * var(--cbasta) / 16) calc(65 * var(--cbasta) / 16) calc(65 * var(--cbasta) / 16) calc(36 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-slide .reason-text .font26 {
    font-size: calc(26 * var(--cbasta) / 16);
    margin-bottom: 26px!important;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-slide .reason-text ul li {
    line-height: calc(35 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-slide .font18 {
    font-size: calc(19 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-pagination-box {
    width: 18%;
    min-height: calc(694 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-pagination-box .swiper-pagination-current {
    font-size: 72px;
  }
  .main .choose-us .container .choose-us-pagination-box .swiper-pagination-total {
    font-size: 24px;
  }
  .main .news .container .news-tabs {
    margin-bottom: calc(50 * var(--cbasta) / 16);
  }
  .main .news .container .news-more {
    margin-top: calc(50 * var(--cbasta) / 16);
  }
  .main .solution .index_title_div .font40 {
    font-size: calc(38 * var(--cbasta) / 16);
  }
  .main .solution .index_title_div .font20 {
    font-size: calc(22 * var(--cbasta) / 16);
  }
  .main .solution .solution-cards .solution-card img {
    height: calc(300 * var(--cbasta) / 16);
  }
  .main .solution .solution-cards .solution-card p {
    font-size: calc(22 * var(--cbasta) / 16);
  }
  .main .service {
    padding-bottom: calc(128 * var(--cbasta) / 16);
  }
  .main .service .index_title_div .font40 {
    font-size: calc(38 * var(--cbasta) / 16);
  }
  .main .service .index_title_div .font20 {
    font-size: calc(22 * var(--cbasta) / 16);
  }
  .main .service .container .service-cards .service-card {
    height: calc(500 * var(--cbasta) / 16);
  }
  .main .service .container .service-cards .service-card .font24 {
    font-size: calc(26 * var(--cbasta) / 16);
  }
  .main .service .container .service-cards .service-card .font16 {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .main-news {
    height: calc(850 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .main-news .main-news-content {
    padding: calc(50 * var(--cbasta) / 16) 8% calc(50 * var(--cbasta) / 16) 7%;
  }
  .main .news .container .news-box .main-news .main-news-content .font50 {
    font-size: calc(46 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .main-news .main-news-content .news-info .font18 {
    font-size: calc(18 * var(--cbasta) / 16);
    line-height: calc(35 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .main-news .main-news-content .news-info .font16 {
    font-size: calc(16 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .news-content-container {
    height: calc(850 * var(--cbasta) / 16);
    padding: calc(76 * var(--cbasta) / 16) 5.1% 0 4.166%;
  }
  .main .news .container .news-box .news-content-container .font40 {
    font-size: calc(38 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .news-content-container .font28 {
    font-size: calc(28 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .news-content-container .font16 {
    font-size: calc(16 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .news-content-container .font18 {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  .main .news .container .news-box .right-title {
    height: calc(650 * var(--cbasta) / 16);
  }
  .main .news .container .news-tabs .news-tab {
    width: calc(165 * var(--cbasta) / 16);
    height: calc(54 * var(--cbasta) / 16);
    font-size: calc(19 * var(--cbasta) / 16);
  }
  .main .news .container .news-item .news-content {
    padding-top: 0.5vw;
    margin-left: calc(30 * var(--cbasta) / 16);
  }
  .main .news .container .news-item .news-content h3 {
    font-size: calc(19 * var(--cbasta) / 16);
    line-height: calc(30 * var(--cbasta) / 16);
    margin-bottom: calc(22 * var(--cbasta) / 16);
  }
  .main .news .container .news-item img {
    height: calc(120 * var(--cbasta) / 16);
  }
  .main .customer {
    padding: calc(90 * var(--cbasta) / 16) 0 calc(75 * var(--cbasta) / 16);
  }
  .main .customer .safe-width .font40 {
    font-size: calc(38 * var(--cbasta) / 16);
  }
  .main .customer .safe-width .customer-tabs .customer-tab {
    font-size: calc(20 * var(--cbasta) / 16);
    width: calc(200 * var(--cbasta) / 16);
    height: calc(62 * var(--cbasta) / 16);
  }
  .main .customer .safe-width .customer-item img {
    width: calc(120 * var(--cbasta) / 16);
    height: calc(120 * var(--cbasta) / 16);
  }
  .main .customer .safe-width .customer-item p {
    font-size: calc(19 * var(--cbasta) / 16);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .banner-box .banner .index-slide .banner-content .font54 {
    font-size: calc(45 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-title {
    margin-left: 7.1486%;
  }
  .main .about-us .about-us-content {
    width: 74.66949%;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: calc(50 * var(--cbasta) / 16);
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item:nth-child(1),
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item:nth-child(2) {
    margin-bottom: calc(40 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-content {
    padding-left: 6.875%;
  }
  .main .choose-us .container .choose-us-pagination-box .choose-us-pagination .swiper-pagination-current {
    font-size: calc(80 * var(--cbasta) / 16);
  }
  .main .choose-us .container .choose-us-pagination-box .choose-us-pagination .swiper-pagination-total {
    font-size: calc(32 * var(--cbasta) / 16);
  }
}
@media screen and (max-width: 768px) {
  .banner-box > .container .banner-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.72rem;
    width: 100%;
    left: 0;
    max-width: 100%;
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
    margin-right: 0.15rem;
    position: relative;
    font-size: 0.2rem;
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet .quan {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet .quan span {
    position: absolute;
    color: #fff;
    font-size: 0.2rem;
    z-index: 2;
    font-weight: bold;
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet .quan .jdt {
    position: relative;
    transform: rotate(-90deg);
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet .quan .jdt .jdt2 {
    stroke-dasharray: 75.4;
    stroke-dashoffset: 75.4;
    stroke-linecap: round;
    animation: circleProgress 5s linear 1;
    animation-fill-mode: forwards;
    transform-origin: center;
  }
  @keyframes jtd2 {
    0% {
      stroke-dasharray: 0 90;
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dasharray: 90 0;
      stroke-dashoffset: 0;
    }
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet .jdt2 {
    animation: jtd2 infinite 6s linear;
  }
  @keyframes circleProgressLoad_right {
    0% {
      transform: rotate(45deg);
    }
    50%,
    100% {
      transform: rotate(225deg);
    }
  }
  @keyframes circleProgressLoad_left {
    0%,
    50% {
      transform: rotate(45deg);
    }
    100% {
      transform: rotate(225deg);
    }
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet .jdt {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    top: 0;
    background-color: transparent;
    color: #ffffff;
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .jdt {
    opacity: 1;
    transform: rotate(-90deg);
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .rightcircle {
    border-bottom: 2px solid #46C35A;
    border-left: 2px solid #46C35A;
    right: 0;
    animation: circleProgressLoad_right 6s linear infinite;
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .leftcircle {
    border-top: 2px solid #46C35A;
    border-right: 2px solid #46C35A;
    left: 0;
    animation: circleProgressLoad_left 6s linear infinite;
  }
  .banner-box > .container .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .wrapper_con {
    display: block;
  }
  .banner-box > .container .banner-button-next,
  .banner-box > .container .banner-button-prev {
    display: none;
  }
  .banner-box .banner .index-slide .banner-content {
    width: 81.33%;
  }
  .banner-box .banner .index-slide .banner-content .font40 {
    font-size: 0.31rem;
    letter-spacing: 1px;
  }
  .banner-box .banner .index-slide .banner-content .font54 {
    font-size: 0.55rem;
  }
  .banner-box .scroll-tips {
    display: none;
  }
  .main {
    width: 100%;
    overflow-x: hidden;
  }
  .main .about-us .about-us-title {
    display: none;
  }
  .main .about-us .container {
    width: 100%;
  }
  .main .about-us .about-us-content {
    width: 100%;
    height: max-content;
    padding: 0.9rem 0.3rem 0.8rem;
    flex-direction: column;
  }
  .main .about-us .about-us-content .about-us-content-left {
    width: 100%;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .font40 {
    padding-top: 0!important;
    font-size: 0.5rem !important;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .font28 {
    font-size: 0.36rem !important;
    line-height: 0.55rem;
    margin-bottom: 0.22rem !important;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-desc {
    font-size: 0.28rem;
    line-height: 0.55rem;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats {
    margin-top: 0.5rem;
    padding: 0 0.2rem;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item {
    flex: none;
    width: 50%;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font65 {
    font-size: 1rem;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font37 {
    font-size: 0.57rem !important;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .d-flex text:nth-child(3) {
    width: 0.42rem;
    height: 0.42rem;
    font-size: 0.23rem;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item .font18 {
    font-size: 0.28rem !important;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item:nth-child(1),
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item:nth-child(2) {
    margin-bottom: 0.7rem;
  }
  .main .about-us .about-us-content .about-us-content-left .about-us-text .about-us-stats .stat-item div text:nth-child(3) {
    width: 0.41rem;
    height: 0.41rem;
    font-size: 0.23rem !important;
    bottom: 0.5rem;
  }
  .main .about-us .about-us-content .about-us-content-right {
    width: 100%;
    max-width: 100%;
  }
  .main .about-us .about-us-content .about-us-content-right .about-us-tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item {
    width: 3.42rem;
    height: 3.1rem;
    padding: 0;
    padding-left: 0.39rem;
    padding-bottom: 0.46rem;
    border-radius: 0!important;
  }
  .main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item p {
    font-size: 0.31rem;
    margin-bottom: 0.18rem;
  }
  .main .about-us .about-us-content .about-us-content-right .about-us-tabs .tab-item text {
    font-size: 0.31rem;
  }
  .main .about-us .lh-overview-page {
    display: none;
  }
  .main .index_title_div .font40 {
    font-size: 0.5rem !important;
    margin-bottom: 0.22rem !important;
  }
  .main .index_title_div .font28 {
    font-size: 0.32rem !important;
    line-height: 0.55rem;
    color: #747474;
  }
  .main .choose-us {
    height: max-content;
    padding-bottom: 0.7rem;
  }
  .main .choose-us .container {
    padding-top: 1rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .main .choose-us .container .choose-us-content {
    width: 100%;
    padding: 0;
  }
  .main .choose-us .container .choose-us-content .font40 {
    font-size: 0.5rem !important;
    margin-bottom: 0.48rem !important;
  }
  .main .choose-us .container .choose-us-content .font28 {
    font-size: 0.36rem !important;
    line-height: 0.6rem;
    flex-direction: column;
  }
  .main .choose-us .container .choose-us-content .reason-container {
    width: 100%;
    background: none;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper {
    flex-direction: column;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide {
    opacity: 1!important;
    border-radius: 0.2rem;
    margin-bottom: 0.26rem;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide > div:nth-child(1) {
    display: none;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide .reason-text {
    width: 100%;
    padding: 0.6rem 0.4rem;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide .reason-text .font26 {
    font-size: 0.34rem !important;
    margin-bottom: 0.28rem !important;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide .reason-text ul {
    font-size: 0.25rem !important;
    line-height: 0.5rem;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide .reason-text ul li {
    line-height: 0.45rem;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide .reason-text::after {
    font-size: 1.42rem;
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide:nth-child(1) .reason-text::after {
    content: '01';
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide:nth-child(2) .reason-text::after {
    content: '02';
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide:nth-child(3) .reason-text::after {
    content: '03';
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide:nth-child(4) .reason-text::after {
    content: '04';
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide:nth-child(5) .reason-text::after {
    content: '05';
  }
  .main .choose-us .container .choose-us-content .reason-container .swiper-wrapper .swiper-slide:nth-child(6) .reason-text::after {
    content: '06';
  }
  .main .choose-us .container .choose-us-pagination-box {
    display: none;
  }
  .main .solution {
    padding: 0.76rem 0 0.88rem;
  }
  .main .solution .container .solution-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .solution .container .solution-cards .solution-card p {
    font-size: 0.28rem !important;
    margin-top: 0!important;
    width: 100%;
    padding: 0 0.2rem;
  }
  .main .solution .container .solution-cards .solution-card:nth-child(2n) {
    margin-right: 0;
  }
  .main .solution .container .solution-cards .solution-card img {
    height: 2.36rem;
  }
  .main .solution .index_title_div .font20 {
    font-size: 0.22rem;
  }
  .main .service {
    padding-bottom: 0.84rem;
  }
  .main .service .container .service-cards {
    flex-direction: column;
  }
  .main .service .container .service-cards .service-card {
    width: 100%!important;
    height: 5.53rem;
  }
  .main .service .container .service-cards .service-card:nth-child(2) {
    margin: 0.2rem 0 !important;
  }
  .main .service .container .service-cards .service-card:nth-child(2) img {
    height: 5.54rem;
    object-fit: cover;
  }
  .main .service .container .service-cards .service-card.service-card-middle .play-button {
    width: 1rem;
    height: 1rem;
  }
  .main .service .container .service-cards .service-card .service-content .font24 {
    font-size: 0.38rem !important;
  }
  .main .service .container .service-cards .service-card .service-content .font16 {
    font-size: 0.28rem !important;
    line-height: 0.5rem !important;
    margin-top: 0.299rem !important;
  }
  .main .service .index_title_div .font20 {
    font-size: 0.22rem;
  }
  .main .news .container .news-box {
    flex-direction: column;
  }
  .main .news .container .news-box .main-news {
    width: 100%;
    height: 9.4rem;
  }
  .main .news .container .news-box .main-news::after {
    content: '';
    width: 100%;
    height: 2.32rem;
    background: #229E42;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .main .news .container .news-box .main-news .main-news-content {
    padding: 0 0.3rem 0.4rem;
    background: none;
    z-index: 3;
    flex-direction: column;
  }
  .main .news .container .news-box .main-news .main-news-content .font50 {
    margin-bottom: 0.9rem !important;
    font-size: 0.5rem;
  }
  .main .news .container .news-box .main-news .main-news-content .news-info {
    height: 1.7rem;
    width: 100%;
    padding-top: 0.05rem !important;
  }
  .main .news .container .news-box .main-news .main-news-content .news-info .font18 {
    font-size: 0.32rem !important;
    line-height: 0.5rem;
    margin-bottom: 0.3rem !important;
  }
  .main .news .container .news-box .main-news .main-news-content .news-info .font16 {
    font-size: 0.24rem !important;
  }
  .main .news .container .news-box .news-content-container {
    width: 100%;
    padding: 0.6rem 0 0.5rem;
    height: max-content;
  }
  .main .news .container .news-box .news-content-container .font40 {
    padding-left: 0.35rem;
    font-size: 0.4rem;
  }
  .main .news .container .news-box .right-title {
    display: none;
  }
  .main .news .container .news-tabs {
    padding-left: 0.3rem;
    justify-content: flex-start;
    gap: 0.16rem;
    overflow-x: scroll;
  }
  .main .news .container .news-tabs .news-tab {
    width: 2.16rem;
    height: 0.71rem;
    font-size: 0.28rem;
    flex: none;
  }
  .main .news .container .news-list {
    padding: 0 0.3rem;
  }
  .main .news .container .news-item {
    justify-content: space-between;
  }
  .main .news .container .news-item img {
    width: 2.21rem;
    height: 1.53rem;
    object-fit: cover;
    display: block;
  }
  .main .news .container .news-item .news-content {
    width: 4.41rem;
    padding-top: 0.12rem;
  }
  .main .news .container .news-item .news-content h3 {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.23rem;
  }
  .main .news .container .news-item .news-content .news-date {
    font-size: 0.24rem;
  }
  .main .news .container .news-more {
    text-align: center;
    margin-top: 0.53rem;
  }
  .main .customer {
    padding: 0.96rem 0;
  }
  .main .customer .font40 {
    font-size: 0.5rem !important;
  }
  .main .customer .safe-width .customer-tabs {
    margin-bottom: 0.3rem;
  }
  .main .customer .safe-width .customer-tabs .customer-tab {
    width: 2.25rem;
    height: 0.7rem;
    font-size: 0.28rem;
  }
  .main .customer .safe-width .customer-grid {
    margin-top: 0;
    gap: 0;
  }
  .main .customer .safe-width .customer-grid .customer-item {
    width: 2.2rem;
    margin-right: 0.15rem;
    margin-bottom: 0.25rem;
    text-align: center;
    flex: none;
  }
  .main .customer .safe-width .customer-grid .customer-item:nth-child(3n) {
    margin-right: 0;
  }
  .main .customer .safe-width .customer-grid .customer-item img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: contain;
    margin-bottom: 0.07rem;
  }
  .main .customer .safe-width .customer-grid .customer-item p {
    font-size: 0.28rem;
  }
}
