body {
  font-family: SourceHanSansSC;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

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

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

section .title::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 6px;
  background: #326caf;
}

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

section .section-btn {
  display: block;
  background: #f9bb0b;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  width: 220px;
  padding: 8px 0px;
  color: #fff;
  margin: 40px auto 0;
  letter-spacing: 1px;
  background-size: 200% auto;
  transition: all .5s;
}

section .section-btn:hover {
  background-image: linear-gradient(to right, #f9bb0b 0%, #f6e1ad 51%, #f9bb0b 100%);
  background-position: center right;
}

.first-section {
  padding: 35px 0 45px;
}

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

.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: #326caf;
  padding: 35px 0 45px;
}

.second-section .title {
  color: #fff;
}

.second-section .title::before {
  background: #fff;
}

.second-section .text {
  color: #fff;
  margin-top: 20px;
}

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

.second-section .second-content .second-item {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
}

.second-section .second-content .second-item h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  color: #326caf;
}

.second-section .second-content .second-item h3 span {
  color: #fecb65;
  font-size: 40px;
  margin-right: 15px;
}

.second-section .second-content .second-item .text {
  color: #666;
  text-align: start;
  margin-top: 27px;
}

.second-section .second-content .second-item2 h3 {
  font-weight: bold;
  display: block;
  color: #333;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.second-section .second-content .second-item2 .img-box {
  overflow-x: auto;
}

.second-section .second-content .second-item2 .img-box img {
  max-width: 100%;
  min-width: 992px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.third-section {
  background: url("/static/special/images/linkuang/third_bg.jpg") no-repeat bottom;
  background-size: cover;
  padding: 35px 0 45px;
}

.third-section .text1 {
  margin-top: 20px;
}

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

.third-section .third-content .third-item {
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.third-section .third-content .third-item .item-top {
  background-image: linear-gradient(176deg, #76a9f9 0%, #0858cd 100%), linear-gradient(#0858cd, #0858cd);
  border-radius: 10px;
  position: relative;
  padding: 15px 25px;
}

.third-section .third-content .third-item .item-top .product-title {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: -50px;
  right: 15px;
  z-index: 2;
}

.third-section .third-content .third-item .item-top .product-title a {
  color: #333;
}

.third-section .third-content .third-item .item-top .product-title a b {
  color: #0858cd;
}

.third-section .third-content .third-item .item-top .product-img {
  display: block;
  width: 160px;
  height: auto;
  position: absolute;
  bottom: 5px;
  left: 40px;
  z-index: 2;
}

.third-section .third-content .third-item .item-top .text {
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.third-section .third-content .third-item .item-bottom {
  padding: 15px 20px;
}

.third-section .third-content .third-item .item-bottom .text {
  text-align: start;
}

.fourth-section {
  padding: 35px 0px 45px;
}

.fourth-section .text1 {
  margin-top: 20px;
}

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

.fourth-section .swiper1 .swiper-slide .swiper-item {
  background: #326caf;
  padding: 10px 10px 23px;
  height: 100%;
}

.fourth-section .swiper1 .swiper-slide .swiper-item img {
  display: block;
  width: 100%;
  height: auto;
}

.fourth-section .swiper1 .swiper-slide .swiper-item h4 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 15px 6px 0;
}

.fourth-section .swiper1 .swiper-slide .swiper-item .text {
  text-align: start;
  color: #fff;
  padding: 10px 6px;
}

.fourth-section .swiper1 .swiper-button-prev3 {
  left: 42%;
  transform: rotate(180deg);
}

.fourth-section .swiper1 .swiper-button-next3 {
  right: 42%;
}

.fourth-section .swiper1 .swiper-button-prev3, .fourth-section .swiper1 .swiper-button-next3 {
  content: '';
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  bottom: 0;
  top: auto;
  background: url("/static/special/images/linkuang/swiper_icon2.png") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.fifth-section {
  padding: 35px 0px 45px;
  background: #f3f3f3;
}

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

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

.fifth-section .fifth-content .content-left .left-img {
  display: none;
  width: 100%;
}

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

.fifth-section .fifth-content .content-left .active {
  display: block;
}

.fifth-section .fifth-content .content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fifth-section .fifth-content .content-right .right-img {
  display: block;
  width: 32.2%;
  cursor: pointer;
  position: relative;
}

.fifth-section .fifth-content .content-right .right-img img {
  display: block;
  width: 100%;
  height: auto;
}

.fifth-section .fifth-content .content-right .active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border: solid 3px #f9bb0b;
}

.fifth-section .text {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  color: #333;
  font-weight: 600;
}

.sixth-section {
  background: url("/static/special/images/linkuang/sixth_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.sixth-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(50, 108, 175, 0.5);
  z-index: 1;
}

.sixth-section .container {
  position: relative;
  z-index: 2;
}

.sixth-section .container .title {
  color: #fff;
}

.sixth-section .container .title::before {
  background: #fff;
}

.sixth-section .container .text {
  color: #fff;
  margin-top: 20px;
}

@media (max-width: 425px) {
  .third-section .third-content .mtw6x-item .item-top .product-title {
    width: 60%;
    text-align: end;
    top: -60px !important;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .title::before {
    width: 120px;
    height: 5px;
  }
  .first-section .first-content .first-right::before {
    display: none;
  }
  .third-section .third-content .third-item .item-top .product-title {
    font-size: 20px;
    top: -35px;
  }
  .third-section .third-content .third-item .item-top .product-img {
    left: 15px;
  }
  .fourth-section .swiper1 {
    padding-bottom: 0;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item {
    height: 420px;
  }
  .fourth-section .swiper1 .swiper-button-prev3 {
    left: 0;
  }
  .fourth-section .swiper1 .swiper-button-next3 {
    right: 0;
  }
  .fourth-section .swiper1 .swiper-button-prev3, .fourth-section .swiper1 .swiper-button-next3 {
    bottom: 50%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item {
    height: 400px;
  }
  .fourth-section .swiper1 .swiper-button-prev3 {
    left: 40.6%;
  }
  .fourth-section .swiper1 .swiper-button-next3 {
    right: 40.6%;
  }
  .fourth-section .swiper1 .swiper-button-next3:hover {
    background: url("/static/special/images/linkuang/swiper_icon1.png") no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
  }
  .fourth-section .swiper1 .swiper-button-prev3:hover {
    background: url("/static/special/images/linkuang/swiper_icon1.png") no-repeat;
    background-size: 100% 100%;
    transform: rotate(0);
  }
  .sixth-section {
    padding: 60px 0 80px;
  }
  .sixth-section .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .sixth-section .container .title {
    width: 58%;
    line-height: 40px;
    text-align: end;
  }
  .sixth-section .container .title::before {
    right: 0;
    left: auto;
    transform: translateX(0);
  }
  .sixth-section .container .text {
    text-align: end;
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 730px;
    padding: 0 15px;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item {
    height: 415px;
  }
  .fourth-section .swiper1 .swiper-button-prev3 {
    left: 42.7%;
  }
  .fourth-section .swiper1 .swiper-button-next3 {
    right: 42.7%;
  }
  .fifth-section .text {
    width: 80%;
  }
  .sixth-section .container .title {
    width: 58%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 15px;
  }
  section .title {
    font-size: 28px;
  }
  .first-section .first-content .first-left {
    width: 58.5%;
  }
  .first-section .first-content .first-left .title {
    text-align: left;
  }
  .first-section .first-content .first-left .title::before {
    left: 0;
    transform: translateX(0);
  }
  .first-section .first-content .first-right {
    width: 38.5%;
    margin-top: 30px;
  }
  .second-section .second-content .second-item1 {
    width: 48.87%;
  }
  .second-section .second-content .second-item1 h3 {
    font-size: 18px;
  }
  .second-section .second-content .second-item1 h3 span {
    font-size: 45px;
  }
  .second-section .second-content .second-item2 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .third-section .third-content .third-item {
    width: 48.5%;
  }
  .third-section .third-content .third-item .item-top .product-title {
    font-size: 22px;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item {
    height: 450px;
  }
  .fourth-section .swiper1 .swiper-button-prev3 {
    left: 43.5%;
  }
  .fourth-section .swiper1 .swiper-button-next3 {
    right: 43.5%;
  }
  .fifth-section .fifth-content .content-left {
    width: 73.5%;
  }
  .fifth-section .fifth-content .content-right {
    width: 24.24%;
    flex-direction: column;
  }
  .fifth-section .fifth-content .content-right .right-img {
    width: auto;
    height: 32%;
  }
  .fifth-section .fifth-content .content-right .active::before {
    border: solid 4px #f9bb0b;
  }
  .fifth-section .text {
    width: 70%;
  }
  .sixth-section {
    padding: 100px 0 120px;
  }
  .sixth-section::before {
    display: none;
  }
  .sixth-section .container .title {
    width: 52%;
    line-height: 46px;
  }
  .sixth-section .container .text {
    font-size: 18px;
    line-height: 46px;
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 15px;
  }
  section .title {
    font-size: 30px;
  }
  .first-section {
    padding: 50px 0;
  }
  .first-section .first-content .first-right {
    margin-top: 0;
    width: 37.2%;
  }
  .second-section .second-content .second-item1 h3 {
    font-size: 20px;
  }
  .second-section .second-content .second-item1 h3 span {
    font-size: 50px;
  }
  .second-section .second-content .second-item2 h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .third-section .third-content {
    margin-top: 140px;
  }
  .third-section .third-content .third-item .item-top .product-title {
    font-size: 28px;
  }
  .fourth-section .swiper1 {
    padding-bottom: 90px;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item {
    height: 430px;
  }
  .fourth-section .swiper1 .swiper-button-prev3 {
    left: 45%;
  }
  .fourth-section .swiper1 .swiper-button-next3 {
    right: 45%;
  }
  .fifth-section .text {
    width: 60%;
    font-size: 18px;
    margin: 45px auto 0;
  }
  .sixth-section .container .title {
    width: 45%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding: 0 15px;
  }
  section .title {
    font-size: 34px;
    font-weight: 800;
    padding-bottom: 20px;
  }
  section .section-btn {
    font-size: 20px;
    line-height: 32px;
    width: 280px;
    padding: 10px 0;
  }
  .first-section {
    padding: 50px 0 60px;
  }
  .first-section .first-content .first-left .text1 {
    margin-top: 33px;
    line-height: 38px;
  }
  .first-section .first-content .first-right {
    margin-top: 10px;
  }
  .second-section {
    padding: 50px 0 60px;
  }
  .third-section {
    padding: 50px 0 60px;
  }
  .third-section .text1 {
    margin-top: 30px;
  }
  .third-section .section-btn {
    width: 240px;
    margin: 60px auto 0;
  }
  .third-section .third-content {
    margin-top: 160px;
    row-gap: 150px;
  }
  .third-section .third-content .third-item .item-top .product-title {
    font-size: 28px;
  }
  .third-section .third-content .third-item .item-top .product-img {
    width: 195px;
  }
  .third-section .third-content .third-item .item-top .text {
    line-height: 40px;
  }
  .fourth-section {
    padding: 50px 0 60px;
  }
  .fourth-section .text1 {
    margin-top: 30px;
  }
  .fourth-section .swiper1 {
    margin-top: 35px;
    padding-bottom: 95px;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item {
    height: 445px;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item h4 {
    font-size: 20px;
    padding: 23px 10px 0;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item .text {
    padding: 10px;
  }
  .fourth-section .swiper1 .swiper-button-prev3 {
    left: 45.2%;
  }
  .fourth-section .swiper1 .swiper-button-next3 {
    right: 45.2%;
  }
  .fourth-section .swiper1 .swiper-button-prev3, .fourth-section .swiper1 .swiper-button-next3 {
    width: 54px;
    height: 54px;
  }
  .fifth-section {
    padding: 50px 0 60px;
  }
  .fifth-section .fifth-content .content-right .active::before {
    border: solid 6px #f9bb0b;
  }
  .fifth-section .text {
    font-size: 20px;
  }
  .sixth-section {
    padding: 120px 0 150px;
  }
  .sixth-section .container .title {
    line-height: 64px;
  }
  .sixth-section .container .text {
    font-size: 22px;
    line-height: 60px;
    margin-top: 45px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1440px;
    padding: 0 15px;
  }
  section .title {
    font-size: 36px;
  }
  section .text {
    font-size: 18px;
    line-height: 36px;
  }
  section .section-btn {
    font-size: 22px;
    line-height: 36px;
    width: 320px;
    padding: 15px 0;
    margin: 65px auto 0;
  }
  .first-section {
    padding: 70px 0 80px;
  }
  .first-section .first-content .first-left .text1 {
    line-height: 42px;
  }
  .second-section {
    padding: 60px 0 70px;
  }
  .second-section .text1 {
    margin-top: 35px;
  }
  .second-section .second-content .second-item1 h3 {
    font-size: 22px;
  }
  .second-section .second-content .second-item1 h3 span {
    font-size: 60px;
  }
  .second-section .second-content .second-item2 h3 {
    font-size: 22px;
  }
  .third-section {
    padding: 60px 0 70px;
  }
  .third-section .text1 {
    margin-top: 35px;
  }
  .third-section .third-content {
    margin-top: 130px;
    row-gap: 120px;
  }
  .third-section .third-content .third-item .item-top {
    padding: 34px 20px;
  }
  .third-section .third-content .third-item .item-top .product-title {
    font-size: 36px;
  }
  .third-section .third-content .third-item .item-top .text {
    font-size: 22px;
    line-height: 40px;
  }
  .third-section .third-content .third-item .item-bottom {
    padding: 27px 20px;
  }
  .third-section .third-content .third-item .item-bottom .text {
    font-size: 20px;
    line-height: 48px;
  }
  .third-section .section-btn {
    width: 280px;
    margin: 80px auto 0;
  }
  .fourth-section {
    padding: 60px 0 70px;
  }
  .fourth-section .text1 {
    margin-top: 35px;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item {
    height: 467px;
  }
  .fourth-section .swiper1 .swiper-slide .swiper-item h4 {
    font-size: 22px;
  }
  .fourth-section .swiper1 .swiper-button-prev3 {
    left: 45.2%;
  }
  .fourth-section .swiper1 .swiper-button-next3 {
    right: 45.2%;
  }
  .fifth-section {
    padding: 60px 0 70px;
  }
  .fifth-section .text {
    font-size: 22px;
    margin: 55px auto 0;
  }
  .sixth-section {
    padding: 160px 0 218px;
  }
  .sixth-section .container .title {
    width: 44%;
    line-height: 74px;
  }
  .sixth-section .container .text {
    font-size: 24px;
    line-height: 74px;
    margin-top: 48px;
  }
}
