/**
 * @Description: seo页面样式
 * @Author: MaXueWei
 * @Date: 2024-3-18 14:58:27
 * @LastEditors: MaXueWei
 * @LastEditTime: 2024-3-18 14:58:27
 */
.header.white {
  background-color: #ffffff;
  /* box-shadow: 0 3px 7px rgba(0, 0, 0, .1); */
  border-bottom: #E8E8E8 solid 1px;
}

.header.white .head-nav .item {
  color: #333333;
}
.header.on .head-lang span, .header.white .head-lang span{
  color: #333333;
}
.header.white .logo_2{
  display: inline-block;
}
.header.white .logo_1 {
  display: none;
}
.seo-section .mxw-box {
  max-width: 88.54vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.seo-pagination {
  margin-top: 3.13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.seo-section4 .nav-page {
  margin-top: 30px;
}
/* .seo-section4 .nav-page .item.on {
  background-color: #14abd2;
  border: 1px solid #14abd2;
  color: #ffffff;
}



.seo-section4 .nav-page .item {
  width: 68px;
  height: 36px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  line-height: 34px;
  font-size: 14px;
  color: #bfbfbf;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
}
.seo-section4  .nav-page .next {
  width: auto;
  padding: 0 30px;
} */

.seo-pagination a {
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 0.83vw;
  font-size: 0.83vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-pagination a.active,
.seo-pagination a:hover {
  background-color: #00a7d3;
  color: #fff;
  border-color: #00a7d3;
}
.seo-pagination a:after {
  content: "";
  display: block;
}
.seo-pagination .prev-btn,
.seo-pagination .next-btn {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.seo-pagination .prev-btn:hover:after,
.seo-pagination .next-btn:hover:after {
  border-color: #fff;
}
.seo-pagination .prev-btn:after,
.seo-pagination .next-btn:after {
  width: 0.42vw;
  height: 0.42vw;
  border-top: 0.1vw solid #bbb;
  border-left: 0.1vw solid #bbb;
  transform: rotate(-45deg);
}
.seo-pagination .prev-btn:after {
  margin-left: 0.21vw;
}
.seo-pagination .next-btn:after {
  transform: rotate(135deg);
  margin-right: 0.21vw;
}
@media screen and (max-width: 768px) {
  .seo-pagination {
    margin-top: 30px;
  }
  .seo-pagination a {
    width: 30px;
    height: 30px;
    border-width: 1px;
    margin: 5px;
  }
  .seo-pagination .prev-btn:after,
  .seo-pagination .next-btn:after {
    width: 6px;
    height: 6px;
    border-top-width: 1px;
    border-left-width: 1px;
  }
}
.seo-breadcrumbs {
  background-color: #f7f7f7;
}
.seo-breadcrumbs > .mxw-box {
  padding-top: 1.04vw;
  padding-bottom: 1.04vw;
}
.seo-breadcrumbs a {
  font-size: 0.73vw;
  color: #8b8b8b;
  line-height: 1.2;
}
.seo-breadcrumbs a.active {
  color: #00a7d3;
}
.seo-breadcrumbs a:last-child:after {
  display: none;
}
.seo-breadcrumbs a:after {
  content: "/";
  color: #8b8b8b;
  margin: 0 0.26vw;
}
@media screen and (max-width: 768px) {
  .seo-breadcrumbs > .mxw-box {
    padding: 12px 0;
  }
  .seo-breadcrumbs a {
    font-size: 12px;
    line-height: 1.8;
  }
}
.seo-section1 h1 {
  font-size: 2.08vw;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 1.56vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-section1 .item {
  padding-top: 2.08vw;
  padding-bottom: 2.08vw;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
}
.seo-section1 .item .first-text {
  font-size: 1.04vw;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  flex-shrink: 0;
  margin-right: 0.94vw;
}
.seo-section1 .item ul {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.seo-section1 .item li {
  font-size: 0.83vw;
  color: #585858;
  line-height: 1.8;
  margin: 0 0.94vw;
}
.seo-section1 .item li a:hover {
  color: #00a7d3;
}
.seo-section1 .item .more-btn {
  font-size: 0.83vw;
  color: #00a7d3;
  line-height: 1.8;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .seo-section1 {
    padding-top: 5.21vw;
    padding-bottom: 10.42vw;
  }
}
@media screen and (max-width: 768px) {
  .seo-section1 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .seo-section1 h1 {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  .seo-section1 .item {
    padding: 15px 0;
  }
  .seo-section1 .item .first-text {
    font-size: 18px;
    margin-right: 10px;
  }
  .seo-section1 .item li {
    font-size: 14px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 5px;
    width: 33.33%;
  }
  .seo-section1 .more-btn {
    font-size: 12px;
    margin-left: 10px;
  }
}
.seo-section2 > .mxw-box {
  display: flex;
  align-items: flex-start;
}
.seo-section2 .first-text {
  font-size: 2.08vw;
  line-height: 1.1;
  color: #000;
  padding-bottom: 2.34vw;
  border-bottom: 0.1vw solid #e5e5e5;
}
.seo-section2 ul {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.seo-section2 ul li {
  font-size: 0.83vw;
  color: #000;
  line-height: 1.2;
  margin-right: 2.34vw;
  padding-top: 2.08vw;
  padding-bottom: 2.08vw;
}
.seo-section2 ul li:hover {
  color: #00a7d3;
}
.seo-section2 ul li a {
  color: inherit!important;
}
.seo-section2 .right-body {
  width: 20.83vw;
  flex-shrink: 0;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  padding: 2.08vw;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 5.21vw;
}
.seo-section2 .right-body a {
  font-size: 1.04vw;
  width: 2.4vw;
  height: 2.4vw;
  line-height: 2.4vw;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  color: #c8c8c8;
  font-weight: bold;
  margin-right: 0.42vw;
}
.seo-section2 .right-body a:nth-child(6n) {
  margin-right: 0;
}
.seo-section2 .right-body a:nth-child(6) ~ a {
  margin-top: 1.04vw;
}
.seo-section2 .right-body a.active {
  background-color: #00a7d3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .seo-section2 {
    padding-top: 5.21vw;
    padding-bottom: 9.38vw;
  }
  .seo-section2 .left-body {
    min-width: 0;
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .seo-section2 > .mxw-box {
    flex-flow: column;
    padding: 30px 0;
  }
  .seo-section2 .right-body {
    order: -1;
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
  .seo-section2 .right-body a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 13px!important;
    font-size: 14px;
    margin-top: 0!important;
  }
  .seo-section2 .right-body a:nth-child(7n) {
    margin-right: 0!important;
  }
  .seo-section2 .right-body a:nth-child(7) ~ a {
    margin-top: 10px!important;
  }
  .seo-section2 .first-text {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .seo-section2 .left-body {
    padding: 25px 0 0;
  }
  .seo-section2 ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .seo-section2 ul li {
    font-size: 14px;
    padding: 5px 0;
    width: 18%;
    margin-right: 2%;
  }
  .seo-section2 ul li:nth-child(5n) {
    margin-right: 0;
  }
}
.seo-section3 h1 {
  font-size: 2.08vw;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  padding-bottom: 2.34vw;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2.45vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 400;
}
.seo-section3 h1 strong{
  line-height: 1;
  margin-right: 1vw;
  display: block;
  margin-bottom: -3px;
}
.seo-section3 .top-body {
  display: flex;
  align-items: center;
  padding-bottom: 2.45vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2.86vw;
}
/* .seo-section3 .top-body .image {
  width: 18.75vw;
  flex-shrink: 0;
  margin-right: 3.49vw;
  display: block;
}
.seo-section3 .top-body .image img {
  width: 100%;
} */
.seo-section3 .top-body .info h3 {
  font-size: 1.25vw;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.56vw;
}
.seo-section3 .top-body .info .desc {
  font-size: 0.83vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  margin-bottom: 1.56vw;
}
.seo-section3 .top-body .info .desc .image{
  float: left;
  margin: 0 50px 40px 0;
}
.seo-section3 .date-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.83vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.seo-section3 .date-body:before {
  content: "";
  display: block;
  background: url(../images/seo-008.jpg) no-repeat center;
  background-size: 100%;
  width: 1.04vw;
  height: 1.04vw;
  margin-right: 0.52vw;
}
.seo-section3 .date-body .date {
  margin-right: 1.04vw;
}
.seo-section3 h2 {
  font-size: 1.56vw;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 2.08vw;
}
.seo-section3 .top-body2 {
  padding-bottom: 3.39vw;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2.08vw;
}
.seo-section3 .tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.seo-section3 .tag-list .tag-item {
  font-size: 0.8vw;
  color: #00a7d3;
  width: 11.97%;
  margin-right: 2.7%;
  background-color: #eafbff;
  text-align: center;
  padding: 0.52vw 0.26vw;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo-section3 .tag-list .tag-item:nth-child(7n) {
  margin-right: 0;
}
.seo-section3 .tag-list .tag-item:nth-child(7) ~ .tag-item {
  margin-top: 1.35vw;
}
.seo-section3 .top-body3 li {
  display: flex;
  align-items: center;
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
  border-top: 1px solid #e5e5e5;
}
.seo-section3 .top-body3 li .title:hover {
  color: #00a7d3;
}
.seo-section3 .top-body3 li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.seo-section3 .top-body3 li .image {
  width: 18.59vw;
  flex-shrink: 0;
  margin-right: 3.91vw;
  overflow: hidden;
}
.seo-section3 .top-body3 li .image:hover img {
  transform: scale(1.1);
}
.seo-section3 .top-body3 li .image img {
  transition: all 0.8s;
  width: 100%;
}
.seo-section3 .top-body3 li .info{
  min-width: 0;
  flex-grow: 1;
}
.seo-section3 .top-body3 li .title {
  font-size: 1.25vw;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.78vw;
  margin-top: 0.52vw;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seo-section3 .top-body3 li .desc {
  font-size: 0.83vw;
  line-height: 1.8;
  text-align: justify;
  color: #8d8d8d;
  margin-bottom: 1.04vw;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.seo-section3 .more-btn {
  width: 9.38vw;
  height: 2.81vw;
  line-height: 2.71vw;
  border-radius: 0.21vw;
  border: solid 1px #00a7d3;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.04vw;
  color: #00a7d3;
  margin-top: 3.65vw;
}
.seo-section3 .more-btn:hover {
  background-color: #00a7d3;
  color: #fff;
}
.seo-section3 .right-body {
/*   position: sticky;
  top: 2.08vw;
  right: 0; */
}
.seo-section3 .right-body .item:first-child ~ .item {
  margin-top: 3.65vw;
}
.seo-section3 .right-body .item2 .head,
.seo-section3 .right-body .item3 .head {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.56vw;
  margin-bottom: 0.52vw;
}
.seo-section3 .right-body .head {
  font-size: 1.25vw;
  color: #000;
  line-height: 1.2;
  margin-top: 1vw;
  padding-bottom: 2.3vw;
  margin-bottom: 1.36vw;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.seo-section3 .right-body .cover {
  width: 100%;
}
.seo-section3 .right-body .cover img {
  width: 100%;
}
.seo-section3 .right-body li {
  padding: 1.25vw 0;
  border-bottom: 1px solid #e5e5e5;
}
.seo-section3 .right-body .title {
  font-size: 0.83vw;
  margin-bottom: 0.52vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.seo-section3 .right-body .title:hover {
  color: #00a7d3;
}
.seo-section3 .right-body .item3 .head {
  margin-bottom: 0;
}
.seo-section3 .top-body4{
  margin-bottom: 3.08vw;
}

.seo-section3 .swiper-pagination .swiper-pagination-bullet{background-color: #fff;}
@media screen and (min-width: 768px) {
  .seo-section3 {
    padding-top: 5.21vw;
    padding-bottom: 10.42vw;
  }
  .seo-section3 > .mxw-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .seo-section3 .left-body {
    min-width: 0;
    flex-grow: 1;
  }
  .seo-section3 .right-body {
    width: 20.83vw;
    flex-shrink: 0;
    margin-left: 5.73vw;
  }
  .seo-section3 .right-body .item3 .tag-list {
    margin-top: 1.56vw;
  }
  .seo-section3 .right-body .item3 .tag-item {
    width: 30%;
    margin-right: 0;
  }
  .seo-section3 .right-body .item3 .tag-item:nth-child(3n-1) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .seo-section3 .right-body .item3 .tag-item:nth-child(3) ~ .tag-item {
    margin-top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .seo-section3 {
    padding: 30px 0;
  }
  .seo-section3 h1 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .seo-section3 .top-body {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* .seo-section3 .top-body .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
  } */
  .seo-section3 .top-body .info .desc .image{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .seo-section3 .top-body .info .desc .image img{
    width: 100%;
  }
  .seo-section3 .top-body .info h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .seo-section3 .top-body .info .desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .seo-section3 .date-body {
    font-size: 14px;
    margin-top: 20px;
  }
  .seo-section3 .date-body:before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .seo-section3 h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .seo-section3 .tag-list .tag-item {
    width: 23.5%;
    margin: 0!important;
    margin-right: 2%!important;
    padding: 8px 5px;
    font-size: 12px;
    line-height: 1.6;
  }
  .seo-section3 .tag-list .tag-item:nth-child(4n) {
    margin-right: 0!important;
  }
  .seo-section3 .tag-list .tag-item:nth-child(4) ~ .tag-item {
    margin-top: 2%!important;
  }
  .seo-section3 .top-body2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .seo-section3 .top-body3 li {
    display: block;
    padding: 20px 0;
  }
  .seo-section3 .top-body3 li .title {
    margin: 10px 0;
    font-size: 14px;
  }
  .seo-section3 .top-body3 li .image {
    width: 100%;
  }
  .seo-section3 .top-body3 li .info {
    padding-top: 20px;
  }
  .seo-section3 .top-body3 li .desc {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .seo-section3 .more-btn {
    width: 100%;
    font-size: 12px;
    padding: 10px 10px;
    line-height: inherit;
    height: inherit;
  }
  .seo-section3 .right-body {
    margin-top: 30px;
  }
  .seo-section3 .right-body .head {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .seo-section3 .right-body li {
    padding: 15px 0;
  }
  .seo-section3 .right-body .title {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .seo-section3 .right-body .item:first-child ~ .item {
    margin-top: 40px;
  }
  .seo-section3 .right-body .item2 .head {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .seo-section3 .right-body .item3 .head {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .seo-section3 .top-body4{
    margin-bottom: 30px;
  }
}
.seo-section4 {
  background-color: #f4f4f4;
}
.seo-section4 .seo-pagination {
  margin-top: 4.48vw;
}
.seo-section4 .seo-pagination .prev-btn,
.seo-section4 .seo-pagination .next-btn {
  background-color: #eaeaea;
}
.seo-section4 .seo-pagination .prev-btn:hover,
.seo-section4 .seo-pagination .next-btn:hover {
  background-color: #00a7d3;
}
.seo-section4 .top-banner {
  position: relative;
}
.seo-section4 .top-banner .image img {
  width: 100%;
}
.seo-section4 .top-banner .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 14.58vw;
  color: #fff;
  text-align: center;
}
.seo-section4 .top-banner h1 {
  font-size: 3.13vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.56vw;
}
.seo-section4 .top-banner h2 {
  font-size: 1.88vw;
  line-height: 1.5;
  font-weight: 400;
}
.seo-section4 .itembox {
  margin-top: 3.13vw;
}
.seo-section4 .itembox > .mxw-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.seo-section4 .mxw-box .item {
  display: block;
  background-color: #fff;
}
.seo-section4 .item .image {
  overflow: hidden;
}
.seo-section4 .item .image:hover img {
  transform: scale(1.2);
}
.seo-section4 .item .image img {
  transition: all 0.8s;
  width: 100%;
}
.seo-section4 .item .info {
  text-align: center;
  color: #000;
  padding: 2.08vw 0.52vw 2.4vw;
}
.seo-section4 .item h1 {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.78vw;
}
.seo-section4 .item h2 {
  font-size: 0.83vw;
  line-height: 1.8;
  font-weight: 400;
}
.seo-section4  .item .more-btn {
  width: 7.29vw;
  height: 2.08vw;
  border: 1px solid #00a7d3;
  border-radius: 5.21vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.56vw;
  display: block;
  color: #00a7d3;
  text-align: center;
  line-height: 1.98vw;
  font-size: 0.83vw;
  transition: all 0.4s;
}
.seo-section4 .item .more-btn:hover {
  background-color: #00a7d3;
  color: #fff;
  border-color: #00a7d3;
}
@media screen and (min-width: 1903px) {
  .seo-section4 .top-banner img {
    min-width: 1920px;
  }
}
@media screen and (min-width: 768px) {
  .seo-section4 {
    padding-bottom: 7.81vw;
  }
  .seo-section4 .mxw-box .item {
    width: 32%;
  }
  .seo-section4 .mxw-box .item:nth-child(3) ~ .item {
    margin-top: 2.08vw;
  }
  .seo-section4 .mxw-box .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .seo-section4 {
    padding-bottom: 30px;
  }
  .seo-section4 .top-banner h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .seo-section4 .top-banner h2 {
    font-size: 12px;
    line-height: 1.8;
  }
  .seo-section4 .itembox {
    margin-top: 30px;
  }
  .seo-section4  .mxw-box .item {
    width: 100%;
  }
  .seo-section4 .mxw-box .item:first-child ~ .item {
    margin-top: 20px;
  }
  .seo-section4 .mxw-box .item .more-btn {
    width: 140px;
    height: auto;
    line-height: inherit;
    padding: 8px 10px;
    font-size: 12px;
    margin-top: 15px;
  }
  .seo-section4 .mxw-box .item .info {
    padding: 15px;
  }
  .seo-section4 .mxw-box .item h1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .seo-section4  .mxw-box .item h2 {
    font-size: 12px;
    line-height: 1.6;
  }
}
.seo-section5 .top-banner {
  position: relative;
}
.seo-section5 .top-banner .image img {
  width: 100%;
}
.seo-section5 .top-banner .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}
.seo-section5 .top-banner h1 {
  font-size: 2.08vw;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.56vw;
}
.seo-section5 .top-banner h2 {
  font-size: 0.83vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  text-align: justify;
  font-weight: 400;
  width: 31.25vw;
}
.seo-section5 .item {
  margin-bottom: 4.17vw;
}
.seo-section5 .item:last-child {
  margin-bottom: 0;
}
.seo-section5 .item .head {
  font-size: 1.56vw;
  color: #000;
  line-height: 1.2;
  padding-bottom: 1.82vw;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 2.08vw;
}
.seo-section5 .item .info {
  padding-bottom: 3.13vw;
  border-bottom: 1px solid #e5e5e5;
}
.seo-section5 .item .desc {
  font-size: 0.83vw;
  color: #888;
  line-height: 1.8;
}
.seo-section5 .item .desc strong {
  color: #00a7d3;
  font-weight: 400;
}
.seo-section5 .item .more-btn {
  display: block;
  margin-top: 2.08vw;
  font-size: 1.04vw;
  line-height: 1.2;
  color: #00a7d3;
  font-weight: bold;
}
.seo-section5 .item .more-btn:hover {
  text-decoration: underline;
}
.seo-section5 .right-body .head {
  font-size: 1.25vw;
  color: #000;
  padding-bottom: 1.965vw;
  border-bottom: 2px solid #e5e5e5;
}
.seo-section5 .right-body li {
  padding-top: 1.04vw;
  padding-bottom: 1.04vw;
  border-bottom: 1px solid #e5e5e5;
}
.seo-section5 .right-body li:hover .title {
  color: #00a7d3;
}
.seo-section5 .right-body .title {
  font-size: 0.83vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin-bottom: 0.52vw;
}
.seo-section5 .date-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.83vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.seo-section5 .date-body:before {
  content: "";
  display: block;
  background: url(../images/seo-008.jpg) no-repeat center;
  background-size: 100%;
  width: 1.04vw;
  height: 1.04vw;
  margin-right: 0.52vw;
}
.seo-section5 .date-body .date {
  margin-right: 1.04vw;
}
@media screen and (min-width: 1903px) {
  .seo-section5 .top-banner img {
    min-width: 1920px;
  }
}
@media screen and (min-width: 768px) {
  .seo-section5 .content {
    padding-top: 3.13vw;
    padding-bottom: 8.33vw;
  }
  .seo-section5 .content > .mxw-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .seo-section5 .itembox {
    width: 62.5vw;
    flex-shrink: 0;
  }
  .seo-section5 .right-body {
    /* position: sticky; */
    top: 1.04vw;
    left: 0;
    width: 20.83vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .seo-section5 {
    padding-bottom: 40px;
  }
  .seo-section5 .date-body {
    font-size: 14px;
  }
  .seo-section5 .date-body:before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .seo-section5 .top-banner h1 {
    margin-bottom: 0;
    font-size: 18px;
  }
  .seo-section5 .top-banner h2 {
    display: none;
  }
  .seo-section5 .content .itembox {
    padding: 30px 0 50px;
  }
  .seo-section5 .item {
    margin-bottom: 40px;
  }
  .seo-section5 .item .head {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .seo-section5 .item .info {
    padding-bottom: 15px;
  }
  .seo-section5 .item .desc {
    font-size: 14px;
  }
  .seo-section5 .item .more-btn {
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
    display: block;
  }
  .seo-section5 .right-body .head {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .seo-section5 .right-body .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .seo-section5 .right-body li {
    padding: 15px 0;
  }
}
.seo-section6 {
  background-color: #f5f5f5;
}
.seo-section6 h1 {
  font-size: 2.08vw;
  font-weight: bold;
  margin-bottom: 2.6vw;
  display: block;
  text-align: center;
  color: #000;
  line-height: 1.1;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.seo-section6 .layui-form {
  width: 58.33vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.83vw;
}
.seo-section6 .layui-form .label {
  margin-bottom: 0.52vw;
}
.seo-section6 .layui-form .label.required:before {
  content: "*";
  color: #f13131;
  margin-right: 0.26vw;
}
.seo-section6 .layui-form .layui-input,
.seo-section6 .layui-form .layui-select,
.seo-section6 .layui-form .layui-textarea {
  height: 3.13vw;
  line-height: 3.02vw;
  padding-left: 0.78vw;
  padding-right: 0.78vw;
}
.seo-section6 .layui-form .layui-form-select dl dd.layui-this {
  background-color: #00a7d3;
}
.seo-section6 .layui-form .layui-textarea {
  height: 10.94vw;
  padding: 1.56vw;
  line-height: 1.8;
  resize: none;
}
.seo-section6 .layui-form .btn-group {
  margin-top: 4.17vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo-section6 .layui-form .layui-btn {
  width: 8.33vw;
  height: 2.6vw;
  line-height: 2.6vw;
  color: #fff;
  background-color: #535353;
  font-size: 0.83vw;
}
.seo-section6 .layui-form .layui-btn:first-child {
  background-color: #00a7d3;
  margin-right: 1.82vw;
}
@media screen and (min-width: 768px) {
  .seo-section6 {
    padding-top: 5.73vw;
    padding-bottom: 6.77vw;
  }
}
@media screen and (max-width: 768px) {
  .seo-section6 {
    padding: 40px 15px;
  }
  .seo-section6 h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .seo-section6 .layui-form {
    width: 100%;
  }
  .seo-section6 .layui-form .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .seo-section6 .layui-form .layui-input,
  .seo-section6 .layui-form .layui-select,
  .seo-section6 .layui-form .layui-textarea {
    height: 34px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .seo-section6 .layui-form .layui-textarea {
    padding: 10px;
    height: 150px;
  }
  .seo-section6 .layui-form .btn-group {
    width: 100%;
  }
  .seo-section6 .layui-form .btn-group .layui-btn {
    width: 100%;
    line-height: inherit;
    height: auto;
    padding: 8px 10px;
    font-size: 12px;
  }
}
/* ================= 新增的修改 Start ====================== */
.common-seo-section3-swiper{
  margin-top: 40px;
  margin-bottom: 40px;
}
.common-seo-section3-swiper .item{}
.common-seo-section3-swiper .item .text1{
  font-size: 0.83vw;
  color: #333;
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.common-seo-section3-swiper .item .text2{
  font-size: 0.73vw;
  color: #888;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.common-seo-section3-swiper .image img{
  width: 100%;
}
.common-seo-section3-swiper .swiper-button-prev,
.common-seo-section3-swiper .swiper-button-next{
  background-color: rgba(0,0,0,0.4);
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.common-seo-section3-swiper .swiper-button-prev:after,
.common-seo-section3-swiper .swiper-button-next:after{
  font-size: 14px;
  color: #fff;
}
.common-seo-section3-swiper .swiper-button-prev{}
.common-seo-section3-swiper .swiper-button-next{}
@media screen and (max-width: 768px) {
  .common-seo-section3-swiper{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .common-seo-section3-swiper .item .text1{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .common-seo-section3-swiper .item .text2{
    font-size: 12px;
  }
}
/* ================= 新增的修改 End ====================== */