body {
  font-family: "Noto Sans SC";
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 750px;
  padding-bottom: 0.5rem;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 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;
  margin-top: 0.3rem;
}

.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: 35px 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: 700;
  padding: 0 10px;
}

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

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

.third-section .third-content {
  margin-top: 30px;
}

.third-section .third-content .third-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px 60px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .3);
  border-radius: 12px;
  margin-bottom: 25px;
  position: relative;
}

.third-section .third-content .third-item img {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.third-section .third-content .third-item h3 {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.third-section .third-content .third-item h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 58px;
  height: 5px;
  background: #006eec;
}

.third-section .third-content .third-item .text {
  margin-top: 15px;
  text-align: center;
  hyphens: auto;
}

.third-section .third-content .third-item .num {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 28px;
}

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

.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;
  padding: 8px;
  font-weight: 500;
}

.fourth-section .product-param table tr:hover {
  background: rgba(0, 110, 236, 0.19);
}

.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;
}

.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;
  background: #eaf1fd;
  padding: 15px 15px 0 15px;
}

.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.05);
}

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

.fifth-section .fifth-content .content-right .text {
  
  hyphens: auto;
  text-align: justify;
}

.sixth-section .sixth-content {
  background: url("/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;
  text-align: justify;
  hyphens: auto;
}

.sixth-section .sixth-content ul {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  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 0px;
}

.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;
  display: block;
}

.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;
  -webkit-line-clamp: 1;
  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: 16px;
  line-height: 30px;
  color: #666;
  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;
  }
  .first-section .text {
    text-align: justify;
  }
  .seventh-section {
    padding: 35px 15px 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .title {
    font-size: 30px;
  }
  .second-section .second-list .second-item {
    width: 48.5%;
  }
  .seventh-section .seventh-content .case-item .case-info {
    height: auto;
  }
}
@media (min-width: 650px) {
  .third-section .third-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .third-section .third-content .third-item {
    width: 48.5%;
  }
  .seventh-section .seventh-content .case-item .case-info .text span {
    width: 50%;
  }
}