p, h1, h2, h3, h4, h5, h6,.row {
  margin: 0;
}
* {
  box-sizing: border-box;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
body {
  font-family: SourceHanSansCN;
}

.zixun-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.zixun-btn-box .zixun-btn {
  background-color: #f9bb0b;
  color: #ffffff;
  border-radius: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zixun-btn-box .zixun-btn img {
  width: 0px;
  height: 0px;
  display: inline-block;
  transition: width 0.5s ease;
}
.zixun-btn-box .zixun-btn:hover img {
  width: 29px;
  height: 16px;
  margin-left: 10px;
}

.banner .banner-s {
  display: block;
  width: 100%;
  height: auto;
}
section .section-title {
  text-align: center;
  font-size: 24px;
}
section .section-title span {
  font-weight: 700;
  position: relative;
  padding: 0 30px;
}
section .section-title span::before, section .section-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 17px;
}
section .section-title span::before {
  left: 0;
}
section .section-title span::after {
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}
section .title1 span::before, section .title1 span::after {
  background: url("/static/special/images/xitu/title_icon1.png") no-repeat center center;
  background-size: 100% 100%;
}
section .title2 span::before, section .title2 span::after {
  background: url("/static/special/images/xitu/title_icon2.png") no-repeat center center;
  background-size: 100% 100%;
}

.first-section {
  padding: 25px 15px;
}
.first-section .first-content {
  margin-top: 20px;
}
.first-section .first-content .content-left {
  margin-bottom: 20px;
}
.first-section .section-title {
  color: #333;
}
.first-section .first-content .content-left .left-text1 {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.first-section .first-content .content-left .left-text2 {
  margin-left: 17px;
  background: #7eb1fc;
  border-radius: 5px;
  color: #fff;
  position: relative;
  width: 95%;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 15px 15px 20px;
  margin-top: 40px;
}
.first-section .first-content .content-left .left-text2:nth-child(2) {
  margin-top: 30px;
}
.first-section .first-content .content-left .left-text2:nth-child(3) {
  margin-bottom: 15px;
}
.first-section .first-content .content-left .left-text2 span {
  background: #086afa;
  border-radius: 5px;
  position: absolute;
  left: -17px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 34px;
  top: -15px;
}
.first-section .first-content .content-right img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.second-section {
  background: url("/static/special/images/xitu/second_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 15px;
}
.second-section .second-content .section-title {
  color: #fff;
}
.second-section .second-content .second-text {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.second-section .second-content .second-list {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.second-section .second-content .second-list .second-item {
  width: 48%;
}
.second-section .second-content .second-list .second-item img {
  width: 100%;
  height: auto;
  display: block;
}
.second-section .second-content .second-list .second-item p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.third-section {
  padding: 30px 15px 0;
}
.third-section .section-title {
  color: #333;
}
.third-section .third-part1 {
  background: url("/static/special/images/xitu/third_bg1.jpg") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 25px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 30px;
}
.third-section .third-part1 .part1-title {
  color: #1478fc;
}
.third-section .third-part1 .part1-title b {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: normal;
}
.third-section .third-part1 .part1-text {
  color: #666;
  margin-top: 5px;
}
.third-section .third-part1 .part1-img {
  display: block;
  height: auto;
  margin: 20px auto;
}
.third-section .third-part1 .part1-img-title {
  color: #000;
  text-align: center;
}
.third-section .third-part2 {
  border: solid 1px #086afa;
}
.third-section .third-part2 .part2-title {
  color: #1478fc;
}
.third-section .third-part2 .part2-title b {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: normal;
}
.third-section .third-part2 .part2-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.third-section .third-part2 .part2-top .top-left {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
}
.third-section .third-part2 .part2-top .top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.third-section .third-part2 .part2-top .top-right .top-right-item {
  position: relative;
  width: 48.5%;
}
.third-section .third-part2 .part2-top .top-right .top-right-item img {
  width: 100%;
  height: auto;
  display: block;
}
.third-section .third-part2 .part2-top .top-right .top-right-item p {
  font-weight: lighter;
  color: #fff;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.third-section .third-part2 .part2-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.third-section .third-part2 .part2-bottom .part2-item {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
  height: auto;
  font-size: 18px;
}
.third-section .third-part2 .part2-bottom .part2-item .item-num {
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  width: 36px;
  height: 36px;
}
.third-section .third-part2 .part2-bottom .part2-item .item-title {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  width: 130px;
  padding: 2px 0;
}
.third-section .third-part2 .part2-bottom .part2-item .item-text {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.third-section .third-part2 .part2-bottom .part2-item1 .item-num {
  border: solid 1px #086afa;
  color: #086afa;
}
.third-section .third-part2 .part2-bottom .part2-item1 .item-title {
  background: url("/static/special/images/xitu/third_bg2.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.third-section .third-part2 .part2-bottom .part2-item2 .item-num {
  border: solid 1px #548afe;
  color: #548afe;
}
.third-section .third-part2 .part2-bottom .part2-item2 .item-title {
  background: url("/static/special/images/xitu/third_bg3.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.fourth-section {
  background: url("/static/special/images/xitu/second_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 15px;
}
.fourth-section .fourth-content .section-title {
  color: #fff;
}
.fourth-section .fourth-content .fourth-list {
  display: flex;
  flex-wrap: wrap;
}
.fourth-section .fourth-content .fourth-list .item-box {
  padding: 0 10px;
  margin-bottom: 20px;
}
.fourth-section .fourth-content .fourth-list .fourth-item {
  position: relative;
  width: 100%;
}
.fourth-section .fourth-content .fourth-list .fourth-item .item-img {
  width: 100%;
  height: auto;
  display: block;
}
.fourth-section .fourth-content .fourth-list .fourth-item .item-text {
  color: #fff;
}
.fourth-section .fourth-content .fourth-list .fourth-item .item-text h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.fourth-section .fourth-content .fourth-list .fourth-item .item-text span {
  background: #fff;
  display: block;
  width: 76px;
  height: 2px;
  margin: 5px auto;
}
.fourth-section .fourth-content .fourth-list .fourth-item .item-text p {
  font-size: 16px;
  line-height: 28px;
}

.fifth-section .liucheng-list {
  display: flex;
  flex-wrap: wrap;
}
.fifth-section .liucheng-list .liucheng-item img {
  display: block;
  width: 100%;
  height: auto;
}
.fifth-section .liucheng-list .liucheng-item p {
  text-align: center;
  text-shadow: 0 0 1px #000;
}
.fifth-section .g-4 {
  --bs-gutter-y: 1.5rem;
  --bs-gutter-x: 1.5rem;
} 
.fifth-section .fifth-content {
  padding: 0 15px;
}
.fifth-section .fifth-content .fifth-left {
  background-color: #e5f0ff;
  margin-top: 20px;
}
.fifth-section .fifth-content .fifth-left h2 {
  color: #333;
  font-weight: bold;
}
.fifth-section .fifth-content .fifth-left p {
  color: #666;
}
.fifth-section .fifth-content .fifth-left .fifth-btn {
  position: relative;
  display: table;
  line-height: 1;
  background-color: #f9bb0b;
  color: #ffffff;
  border-radius: 2px;
}
.fifth-section .fifth-content .fifth-left .fifth-btn img {
  width: 0px;
  height: 0px;
  display: inline-block;
  transition: width 0.5s ease;
}
.fifth-section .fifth-content .fifth-left .fifth-btn:hover img {
  width: 25px;
  height: 13px;
  margin-left: 10px;
}
.fifth-section .fifth-content .fifth-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fifth-section .fifth-content .fifth-right .right-item {
  background-color: #ecf5f9;
  width: 48.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.fifth-section .fifth-content .fifth-right .right-item span {
  position: absolute;
  bottom: 0px;
  right: 15px;
  color: #e6edf3;
  font-family: Impact;
  z-index: 0;
  font-style: italic;
  font-size: 60px;
  line-height: 60px;
}
.fifth-section .fifth-content .fifth-right .right-item .service-item {
  background: #ecf5f9;
  border-radius: 50%;
  box-shadow: 1px 1px 16px 0px rgba(20, 26, 63, 0.06);
  width: 140px;
  height: 140px;
  padding: 9px;
}
.fifth-section .fifth-content .fifth-right .right-item .service-item .service-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.fifth-section .fifth-content .fifth-right .right-item .service-item .service-bg .icon-2 {
  display: none;
}
.fifth-section .fifth-content .fifth-right .right-item .service-item .service-bg p {
  color: #1f1e1e;
  margin-top: 5px;
  font-size: 18px;
}
.fifth-section .fifth-content .fifth-right .right-item .service-item .service-bg img {
  width: 48px;
  height: 48px;
}
.fifth-section .fifth-content .fifth-right .right-item:hover .service-item {
  border: dashed 1px rgba(63, 81, 181, 0.5);
}
.fifth-section .fifth-content .fifth-right .right-item:hover .service-item .service-bg {
  background: #2b8afc;
}
.fifth-section .fifth-content .fifth-right .right-item:hover .service-item .service-bg .icon-1 {
  display: none;
}
.fifth-section .fifth-content .fifth-right .right-item:hover .service-item .service-bg .icon-2 {
  display: block;
}
.fifth-section .fifth-content .fifth-right .right-item:hover .service-item .service-bg p {
  color: #fff;
}

.sixth-section {
  margin-top: 25px;
}
.sixth-section .sixth-content {
  margin-top: 25px;
  padding: 0 15px;
}
.sixth-section .section-title {
  color: #333;
}
.sixth-section .sixth-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sixth-section .sixth-content .sixth-item {
  background: #e5f0ff;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.sixth-section .sixth-content .sixth-item:last-child {
  margin-bottom: 0;
}
.sixth-section .sixth-content .sixth-item .pro-title {
  color: #333;
}
.sixth-section .sixth-content .sixth-item .pro-title h3 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
}
.sixth-section .sixth-content .sixth-item span {
  background: #ffc90c;
  display: block;
  margin: 10px auto 15px;
  width: 155px;
  height: 4px;
}
.sixth-section .sixth-content .sixth-item p {
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.sixth-section .sixth-content .sixth-item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sixth-section .sixth-content .sixth-item ul li {
  color: #666;
  padding-left: 18px;
  position: relative;
}
.sixth-section .sixth-content .sixth-item ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ffc90c;
}
.sixth-section .sixth-content .sixth-item .pro-img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.5s ease;
  height: 305px;
  width: auto;
}
.sixth-section .sixth-content .sixth-item .pro-img:hover {
  transform: scale(1.05);
}
.sixth-section .sixth-content .sixth-item .item-btn {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.sixth-section .sixth-content .sixth-item .item-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fffefe;
}
.sixth-section .sixth-content .sixth-item .item-btn a img {
  margin-left: 10px;
}
.sixth-section .sixth-content .sixth-item .item-btn .swt-btn {
  background: #f9bb0b;
  background-size: 200% auto;
  transition: background 0.5s ease;
}
.sixth-section .sixth-content .sixth-item .item-btn .swt-btn:hover {
  background-image: linear-gradient(to right, #f9bb0b 10%, #f0ece0 51%, #f9bb0b 100%);
  background-position: center right;
}
.sixth-section .sixth-content .sixth-item .item-btn .more-btn {
  background: #086afa;
  background-size: 200% auto;
  transition: background 0.5s ease;
}
.sixth-section .sixth-content .sixth-item .item-btn .more-btn:hover {
  background-image: linear-gradient(to right, #086afa 10%, #a9c5f3 51%, #086afa 100%);
  background-position: center right;
}
.seventh-section {
  padding-top: 25px;
}
.seventh-section .section-title {
  color: #333;
}
.seventh-section .seventh-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
  padding: 0 15px;
}
.seventh-section .seventh-content .seventh-item {
  width: 100%;
  margin-bottom: 25px;
}
.seventh-section .seventh-content .seventh-item:last-child {
  margin-bottom: 0;
}
.seventh-section .seventh-content .seventh-item .case-img {
  overflow: hidden;
}
.seventh-section .seventh-content .seventh-item .case-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
}
.seventh-section .seventh-content .seventh-item .case-img:hover img {
  transform: scale(1.05);
}
.seventh-section .seventh-content .seventh-item .case-text {
  background: #f5faff;
  padding: 20px 20px 30px;
  font-size: 18px;
}
.seventh-section .seventh-content .seventh-item .case-text h3 {
  color: #333;
  font-weight: 700;
  font-size: 20px;
}
.seventh-section .seventh-content .seventh-item .case-text p {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}
.seventh-section .seventh-content .seventh-item .case-text a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 20px;
  width: 130px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
}
.seventh-section .seventh-content .seventh-item .case-text a img {
  display: inline-block;
  margin-left: 20px;
}
.seventh-section .seventh-content .seventh-item .case-text .more-btn {
  background: #f9bb0b;
  background-size: 200% auto;
  transition: background 0.5s ease;
  margin-right: 15px;
}
.seventh-section .seventh-content .seventh-item .case-text .more-btn:hover {
  background-image: linear-gradient(to right, #f9bb0b 10%, #f0ece0 51%, #f9bb0b 100%);
  background-position: center right;
}
.seventh-section .seventh-content .seventh-item .case-text .swt-btn {
  background: #086afa;
  background-size: 200% auto;
  transition: background 0.5s ease;
}
.seventh-section .seventh-content .seventh-item .case-text .swt-btn:hover {
  background-image: linear-gradient(to right, #086afa 10%, #a9c5f3 51%, #086afa 100%);
  background-position: center right;
}
#message {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .zixun-btn-box .zixun-btn {
    padding: 10px 30px;
    font-size: 16px;
  } 
  .second-section .second-content {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .second-section .second-content .second-list .second-item p {
    font-size: 16px;
    line-height: 30px;
  }
  .third-section .third-part1 .part1-title {
    font-size: 20px;
    line-height: 36px;
  }
  .third-section .third-part1 .part1-img {
    width: 100%;
  }
  .third-section .third-part1 .part1-img1 {
    display: none;
  }
  .third-section .third-part1 .part1-img2 {
    display: block;
  }
  .third-section .third-part2 {
    margin-top: 25px;
    padding-top: 15px;
  }
  .third-section .third-part2 .part2-title {
    padding-left: 20px;
    font-size: 20px;
    line-height: 36px;
  }
  .third-section .third-part2 .part2-top {
    padding: 10px 20px;
  }
  .third-section .third-part2 .part2-top .top-right .top-right-item p {
    font-size: 16px;
    line-height: 30px;
  }
  .third-section .third-part2 .part2-bottom {
    padding: 0 20px;
    margin-top: 15px;
  }
  .fourth-section {
    margin-top: 20px;
  }
  .fourth-section .fourth-content {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .fourth-section .fourth-content .fourth-list {
    margin-top: 25px;
    justify-content: flex-start;
  }
  .fourth-section .fourth-content .fourth-list .fourth-item {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .fourth-section .fourth-content .fourth-list .fourth-item .item-img {
    width: 50%;
    border-radius: 10px 0 0 10px;
  }
  .fourth-section .fourth-content .fourth-list .fourth-item .item-text {
    padding: 15px 10px 10px 10px;
  }
  
  .fifth-section {
    margin-top: 25px;
  }
  .fifth-section .section-title span {
    padding: 0;
  }
  .fifth-section .section-title span::before, .fifth-section .section-title span::after {
    display: none;
  }
  .fifth-section .liucheng-list {
    margin-top: 25px;
    justify-content: flex-start;
    padding: 0 10px;
  }
  .fifth-section .liucheng-list .liucheng-item {
    width: 25%;
    padding: 0 8px 15px;
  }
  .fifth-section .liucheng-list .liucheng-item::after {
    display: none;
  }
  .fifth-section .liucheng-list .liucheng-item p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .fifth-section .fifth-content {
    margin-top: -5px;
  }
  .fifth-section .fifth-content .fifth-left {
    padding: 20px;
  }
  .fifth-section .fifth-content .fifth-left h2 {
    font-size: 22px;
  }
  .fifth-section .fifth-content .fifth-left p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .fifth-section .fifth-content .fifth-left .fifth-btn {
    margin-top: 20px;
    font-size: 16px;
    padding: 12px 30px;
  }
  .fifth-section .fifth-content .fifth-right .right-item {
    height: 180px;
  }
  .sixth-section .sixth-content .sixth-item {
    padding: 20px 10px;
  }
  .sixth-section .sixth-content .sixth-item ul {
    padding: 20px 0px 15px;
  }
  .sixth-section .sixth-content .sixth-item ul li {
    width: 50%;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .sixth-section .sixth-content .sixth-item .item-btn {
    bottom: 35px;
  }
  .sixth-section .sixth-content .sixth-item .item-btn a {
    width: 130px;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;
  }
  .sixth-section .sixth-content .sixth-item .item-btn a img {
    width: 26px;
    height: auto;
  }
}
@media (min-width: 576px) {
  .zixun-btn-box .zixun-btn {
    padding: 10px 65px;
    font-size: 18px;
  }
  .second-section .second-content {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .second-section .second-content .second-list .second-item p {
    font-size: 18px;
    line-height: 30px;
  }
  .third-section .third-part1 .part1-title {
    font-size: 22px;
    line-height: 36px;
  }
  .third-section .third-part1 .part1-img {
    width: 80%;
  }
  .third-section .third-part1 .part1-img1 {
    display: block;
  }
  .third-section .third-part1 .part1-img2 {
    display: none;
  }
  .third-section .third-part2 {
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .third-section .third-part2 .part2-title {
    padding-left: 25px;
    font-size: 22px;
    line-height: 36px;
  }
  .third-section .third-part2 .part2-top {
    padding: 10px 25px;
  }
  .third-section .third-part2 .part2-top .top-right .top-right-item p {
    font-size: 20px;
    line-height: 30px;
  }
  .third-section .third-part2 .part2-bottom {
    padding: 0 25px;
    margin-top: 15px;
  }
  .fourth-section {
    margin-top: 30px;
  }
  .fourth-section .fourth-content {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .fourth-section .fourth-content .fourth-list {
    margin-top: 30px;
    justify-content: flex-start;
  }
  .fourth-section .fourth-content .fourth-list .item-box {
    width: 33.33333333%;
  }
  .fourth-section .fourth-content .fourth-list .item-box .fourth-item::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .fourth-section .fourth-content .fourth-list .fourth-item .item-text {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px 10px 10px 10px;
    z-index: 2;
  }
  .fifth-section {
    margin-top: 30px;
  }
  .fifth-section .liucheng-list {
    margin-top: 30px;
    justify-content: center;
    padding: 0 15px;
  }
  .fifth-section .liucheng-list .liucheng-item {
    width: 20%;
    padding: 0 12px;
    margin-bottom: 15px;
  }
  .fifth-section .liucheng-list .liucheng-item p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .fifth-section .fifth-content {
    margin-top: 1px;
  }
  .fifth-section .fifth-content .fifth-left {
    padding: 30px;
  }
  .fifth-section .fifth-content .fifth-left h2 {
    font-size: 24px;
  }
  .fifth-section .fifth-content .fifth-left p {
    font-size: 16px;
    line-height: 34px;
    margin-top: 10px;
  }
  .fifth-section .fifth-content .fifth-left .fifth-btn {
    margin-top: 20px;
    padding: 14px 30px;
    font-size: 18px;
  }
  .fifth-section .fifth-content .fifth-right .right-item {
    height: 200px;
  }
  .sixth-section .sixth-content .sixth-item {
    padding: 20px;
  }
  .sixth-section .sixth-content .sixth-item ul {
    padding: 30px 0px;
    justify-content: space-evenly;
  }
  .sixth-section .sixth-content .sixth-item ul li {
    width: 190px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .sixth-section .sixth-content .sixth-item .item-btn {
    bottom: 35px;
    justify-content: space-evenly;
  }
  .sixth-section .sixth-content .sixth-item .item-btn a {
    width: 180px;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0;
  }
  .sixth-section .sixth-content .sixth-item .item-btn a img {
    width: 28px;
    height: auto;
  }
}