body {
  font-family: SourceHanSansSC;
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

section .title {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  color: #333;
  position: relative;
  padding-bottom: 20px;
}

section .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12.35%;
  height: 5px;
  min-width: 100px;
  background: #006eec;
  border-radius: 5px;
}

section .text {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

.first-section {
  padding: 30px 0 0;
}

.first-section .text {
  text-align: center;
  margin-top: 15px;
}

.first-section .first-img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 25px auto 0;
}

.second-section {
  background: #eaf1fd;
  padding: 30px 0 40px;
}

.second-section .second-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-top: 30px;
}

.second-section .second-list .second-item {
  width: 100%;
  padding: 25px 0 15px;
  background: #f9fbff;
  border-radius: 20px;
}

.second-section .second-list .second-item:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.second-section .second-list .second-item p {
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.second-section .second-list .second-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.third-section {
  padding: 30px 0 40px;
}

.third-section .swiper1 {
  margin-top: 30px;
  padding-bottom: 80px;
}

.third-section .swiper1 .swiper-slide img {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.third-section .swiper1 .swiper-slide h3 {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 15px;
  text-shadow: 0px 0px 0px #333;
  position: relative;
}

.third-section .swiper1 .swiper-slide h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 5px;
  background: #006eec;
}

.third-section .swiper1 .swiper-slide .text {
  margin-top: 15px;
  height: 90px;
}

.third-section .swiper1 .swiper-slide .num {
  color: #666;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}

.third-section .swiper1 .swiper-slide .num span {
  font-size: 20px;
  color: #333;
  letter-spacing: 4px;
  font-weight: 500;
}

.third-section .swiper1 .swiper-button-next1, .third-section .swiper1 .swiper-button-prev1 {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url("/static/special/images/mtw6x/third_icon8.jpg") no-repeat;
  background-size: 100% 100%;
}

.third-section .swiper1 .swiper-button-next1 {
  content: '';
  right: 38%;
}

.third-section .swiper1 .swiper-button-prev1 {
  content: '';
  left: 38%;
  transform: rotate(180deg);
}

.third-section .swiper1 .swiper-button-next1:hover {
  background: url("/static/special/images/mtw6x/third_icon7.jpg") no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.third-section .swiper1 .swiper-button-prev1:hover {
  background: url("/static/special/images/mtw6x/third_icon7.jpg") no-repeat;
  background-size: 100% 100%;
  transform: rotate(0);
}

.fourth-section {
  background: #eaf1fd;
  padding: 30px 0 40px;
}

.fourth-section .product-param {
  overflow-x: auto;
  margin-top: 30px;
}

.fourth-section .product-param table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.fourth-section .product-param table .table-title {
  background: #006eec;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
  padding: 8px;
  font-weight: 500;
}

.fourth-section .product-param table tr td {
  text-align: center;
  border: solid 1px #c9c9c9;
  color: #333;
  opacity: 0.9;
  font-size: 16px;
  line-height: 30px;
  padding: 5px;
}

.fourth-section .product-param table tr td:first-child {
  opacity: 1;
  letter-spacing: 1;
}

.fifth-section {
  padding: 30px 0 40px;
}

.fifth-section .fifth-content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fifth-section .fifth-content .content-left {
  width: 100%;
  overflow: hidden;
}

.fifth-section .fifth-content .content-left img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
}

.fifth-section .fifth-content .content-left img:hover {
  transform: scale(1.1);
}

.fifth-section .fifth-content .content-right {
  width: 100%;
  padding: 15px;
  background: #eaf1fd;
}

.sixth-section .sixth-content {
  background: url("/static/special/images/mtw6x/sixth_bg.jpg") no-repeat center;
  background-size: cover;
  margin-top: 30px;
}

.sixth-section .sixth-content .text {
  color: #fff;
  padding: 35px 0 30px;
}

.sixth-section .sixth-content ul {
  display: flex;
  justify-content: flex-start;
  column-gap: 22px;
  padding-bottom: 30px;
}

.sixth-section .sixth-content ul li {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sixth-section .sixth-content ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sixth-section .sixth-content ul li img:hover {
  transform: scale(1.05);
}

.sixth-section .sixth-content ul li p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
  text-align: center;
}

.seventh-section {
  padding: 30px 15px 40px;
}

.seventh-section .seventh-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
  row-gap: 25px;
}

.seventh-section .seventh-content .case-item {
  width: 100%;
  display: block;
}

.seventh-section .seventh-content .case-item .case-img {
  overflow: hidden;
}

.seventh-section .seventh-content .case-item .case-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .3s;
}

.seventh-section .seventh-content .case-item .case-img img:hover {
  transform: scale(1.1);
}

.seventh-section .seventh-content .case-item .case-info {
  padding: 25px 20px 20px;
  background: #f3f6f9;
}

.seventh-section .seventh-content .case-item .case-info h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.seventh-section .seventh-content .case-item .case-info .text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.seventh-section .seventh-content .case-item .case-info .text span {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  width: 100%;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .title {
    font-weight: 700;
  }
  .third-section .swiper1 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .third-section .swiper1 .swiper-slide h3::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .third-section .swiper1 .swiper-button-next1 {
    right: 34.5%;
  }
  .third-section .swiper1 .swiper-button-prev1 {
    left: 34.5%;
  }
  .seventh-section {
    padding: 35px 15px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .title {
    font-size: 30px;
  }
  .second-section .second-list .second-item {
    width: 31.75%;
  }
  .seventh-section .seventh-content .case-item .case-info {
    height: auto;
  }
  .seventh-section .seventh-content .case-item .case-info .text span {
    width: 50%;
  }
}
