body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 750px;
  padding-bottom: 0.5rem;
}

a {
  text-decoration: none;
  color: #333;
}

* {
  box-sizing: border-box;
}

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

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

.banner .banner {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0.3rem;
}

section .title {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  color: #333;
  padding-bottom: 15px;
  position: relative;
}
section .title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 176px;
  height: 8px;
  background: #2c6fd6;
}
section .text {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #666;
  hyphens: auto;
}

.first-section {
  padding: 30px 0 40px;
}
.first-section .first-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
}
.first-section .first-content .first-left {
  width: 100%;
}
.first-section .first-content .first-left .text1 {
  text-align: left;
  margin-top: 20px;
  hyphens: none;
}
.first-section .first-content .first-left ul {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.first-section .first-content .first-left ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.first-section .first-content .first-left ul li img {
  display: block;
  width: 36px;
  height: auto;
  transition: all 0.3s;
}
.first-section .first-content .first-left ul li img:hover {
  transform: scale(1.2);
}
.first-section .first-content .first-left ul li .text2 {
  margin-top: 5px;
}
.first-section .first-content .first-left .text3 {
  display: block;
  width: 260px;
  padding: 2px 0;
  color: #fff;
  background: #2c6fd6;
  margin: 15px auto 0;
}
.first-section .first-content .first-left .text3:hover {
  border-radius: 12px;
}
.first-section .first-content .first-right {
  width: 100%;
  position: relative;
  max-width: 530px;
  margin: 0 auto;
}
.first-section .first-content .first-right::before {
  content: "";
  position: absolute;
  top: 16px;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 16px;
  background: #eee;
  border-radius: 90px 0 90px 0;
}
.first-section .first-content .first-right img {
  width: 100%;
  border-radius: 90px 0 90px 0;
  height: auto;
  display: block;
}

.second-section {
  background: #2b6ed5;
  padding: 30px 0 40px;
}
.second-section .title {
  color: #fff;
}
.second-section .title::before {
  background: #fff;
}
.second-section .text {
  color: #fff;
  margin-top: 20px;
}
.second-section .second-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 20px;
}
.second-section .second-content .second-item {
  width: 100%;
  position: relative;
}
.second-section .second-content .second-item img {
  display: block;
  width: 100%;
  height: auto;
}
.second-section .second-content .second-item .text1 {
  position: absolute;
  bottom: 0;
  border-top: 1px dashed #fff;
  width: 100%;
  padding: 10px 0;
}

.third-section {
  padding: 30px 0 40px;
}
.third-section .text1 {
  margin-top: 20px;
}
.third-section .image1 {
  display: none;
}
.third-section .third-list1, .third-section .third-list2 {
  display: none;
}
.third-section .third-list3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 20px;
}
.third-section .third-list3 .third-item1 {
  display: none !important;
}
.third-section .third-list3 .third-item {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d1e4f9;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 3px 3px 1px 0px #b5d3fa;
}
.third-section .third-list3 .third-item .icon1 {
  display: block;
  width: 45px;
  height: auto;
}
.third-section .third-list3 .third-item .text2 {
  width: 100%;
  color: #29294c;
  padding: 10px 0;
}
.third-section .third-list3 .third-item .text3 {
  color: #0072c6;
  width: 100%;
}

.fourth-section {
  padding: 30px 0 40px;
  background: #2b6ed5;
}
.fourth-section .title {
  color: #fff;
}
.fourth-section .title::before {
  background: #fff;
}
.fourth-section .fourth-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 35px;
}
.fourth-section .fourth-content .fourth-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
.fourth-section .fourth-content .fourth-left .left-item {
  width: 100%;
  background: #f4f7ff;
  padding: 30px 20px 20px;
  position: relative;
}
.fourth-section .fourth-content .fourth-left .left-item span {
  position: absolute;
  top: 0px;
  left: 20px;
  color: #dce8ff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 48px;
  font-weight: 300;
  z-index: 0;
}
.fourth-section .fourth-content .fourth-left .left-item h4 {
  font-size: 20px;
  font-weight: bold;
  color: #2b6ed5;
  position: relative;
  z-index: 1;
}
.fourth-section .fourth-content .fourth-left .left-item .text {
  text-align: left;
}
.fourth-section .fourth-content .fourth-right {
  width: 100%;
  padding: 20px 10px;
  background: #f4f7ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fourth-section .fourth-content .fourth-right img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 815px;
}
.fourth-section .fourth-content .fourth-right h4 {
  color: #2b6ed5;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
  font-weight: bold;
}

.fifth-section {
  background: url("/special/images/ntp/fifth_bg.jpg") no-repeat bottom;
  background-size: cover;
  padding: 30px 0 40px;
}
.fifth-section .text1 {
  margin-top: 20px;
}
.fifth-section .fifth-content {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  flex-wrap: wrap;
  row-gap: 120px;
}
.fifth-section .fifth-content .fifth-item {
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.fifth-section .fifth-content .fifth-item .item-top {
  background-image: linear-gradient(176deg, #76a9f9 0%, #0858cd 100%), linear-gradient(#0858cd, #0858cd);
  border-radius: 10px;
  position: relative;
  padding: 15px 25px;
}
.fifth-section .fifth-content .fifth-item .item-top .product-title {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 28px;
  font-weight: normal;
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 15px;
}
.fifth-section .fifth-content .fifth-item .item-top .product-title a {
  color: #333;
}
.fifth-section .fifth-content .fifth-item .item-top .product-title a b {
  color: #0858cd;
  font-weight: normal;
}
.fifth-section .fifth-content .fifth-item .item-top .product-img {
  display: block;
  width: 160px;
  height: auto;
  position: absolute;
  bottom: 5px;
  left: 40px;
}
.fifth-section .fifth-content .fifth-item .item-top .text {
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 2;
}
.fifth-section .fifth-content .fifth-item .item-bottom {
  padding: 20px;
}
.fifth-section .fifth-content .fifth-item .item-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 13px;
}
.fifth-section .fifth-content .fifth-item .item-bottom ul li {
  text-align: left;
  font-weight: bold;
  width: 100%;
  color: #2b6ed5;
  position: relative;
  padding-left: 29px;
}
.fifth-section .fifth-content .fifth-item .item-bottom ul li::before {
  content: "";
  width: 22px;
  height: 17px;
  background: url("/special/images/ntp/fifth_icon.jpg") no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sixth-section {
  padding: 30px 15px 40px;
}
.sixth-section .text1 {
  margin-top: 20px;
}
.sixth-section .swiper1 {
  margin-top: 30px;
  padding-bottom: 80px;
}
.sixth-section .swiper1 .swiper-slide .case-item {
  width: 100%;
  display: block;
  overflow: hidden;
}
.sixth-section .swiper1 .swiper-slide .case-item .case-img {
  overflow: hidden;
  display: block;
}
.sixth-section .swiper1 .swiper-slide .case-item .case-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.sixth-section .swiper1 .swiper-slide .case-item .case-img img:hover {
  transform: scale(1.05);
}
.sixth-section .swiper1 .swiper-slide .case-item .case-info {
  padding: 25px 20px 20px;
  background: #f3f6f9;
}
.sixth-section .swiper1 .swiper-slide .case-item .case-info h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.sixth-section .swiper1 .swiper-slide .case-item .case-info .text {
  padding-top: 13px;
  margin-top: 15px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 35px;
}
.sixth-section .swiper1 .swiper-slide .case-item .case-info .text span {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-align: start;
}
.sixth-section .swiper1 .swiper-button-prev3 {
  left: 42%;
  transform: translateX(-53%);
  border: solid 1px #adacb3;
}
.sixth-section .swiper1 .swiper-button-next3 {
  right: 42%;
  transform: translateX(53%);
  background: #2c6fd6;
}
.sixth-section .swiper1 .swiper-button-prev3, .sixth-section .swiper1 .swiper-button-next3 {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  bottom: 0;
  top: auto;
}
.sixth-section .swiper1 .swiper-button-next3::after {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
}
.sixth-section .swiper1 .swiper-button-prev3::after {
  color: #adacb3;
  font-size: 20px;
  font-weight: bold;
}

.form-section {
  margin-top: 0;
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .title {
    font-family: Arial;
    font-weight: 700;
  }
  section .title::before {
    width: 120px;
    height: 5px;
  }
  .first-section .first-content .first-left ul {
    flex-wrap: wrap;
  }
  .first-section .first-content .first-left ul li {
    width: 40%;
  }
  .first-section .first-content .first-right::before {
    display: none;
  }
  .third-section .third-list3 .third-item {
    width: 100%;
  }
  .fifth-section .fifth-content .fifth-item .item-top .product-title {
    font-size: 24px;
  }
  .fifth-section .fifth-content .fifth-item .item-top .product-img {
    left: 15px;
  }
  .sixth-section {
    padding: 35px 15px 40px;
  }
  .sixth-section .swiper1 {
    padding-bottom: 0;
  }
  .sixth-section .swiper1 .swiper-button-prev3 {
    left: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  .sixth-section .swiper1 .swiper-button-next3 {
    right: 0;
  }
  .sixth-section .swiper1 .swiper-button-prev3, .sixth-section .swiper1 .swiper-button-next3 {
    bottom: 50%;
    transform: translateX(0);
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .title {
    font-size: 32px;
  }
  .second-section .second-content .second-item {
    width: 48.5%;
  }
  .third-section .third-list3 .third-item {
    width: 31%;
  }
  .sixth-section .swiper1 .swiper-slide .case-item .case-info {
    height: auto;
  }
}