@charset "utf-8";

/* CSS Document */
/*头部 开始*/
.subMenu .ly_Top {
  background-image: none;
  background-color: #fff;
  border-bottom: 1px solid #e8ebf6;
}

/*头部 结束*/

/*SEO banner 开始*/
.SEO_banner {
  width: 100%;
  height: 330px;
  background: #fff url(../images/xt_bg.png) no-repeat left bottom;
  background-size: cover;
  overflow: hidden;
  margin-top: 99px;
  position: relative;
}

.SEO_banner .SEO_bantext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.SEO_bantext b {
  display: block;
  width: 100%;
  line-height: 52px;
  overflow: hidden;
  color: #222;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.SEO_bantext p {
  width: 100%;
  line-height: 30px;
  overflow: hidden;
  color: #222;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin: 15px auto 0;
  position: relative;
}

.SEO_bantext p:after {
  content: "";
  display: inline-block;
  background: #ff6b03 url(../images/jt08.png) no-repeat center center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 0 0 -3px 15px;
}

@media (max-width:1680px) {
  .SEO_banner {
    height: 300px;
    margin-top: 85px;
  }

  .SEO_bantext b {
    line-height: 48px;
    font-size: 44px;
  }

  .SEO_bantext p {
    font-size: 17px;
  }

  .SEO_bantext p::after {
    margin: 0 0 -5px 15px;
  }
}

@media (max-width:1600px) {
  .SEO_banner {
    height: 280px;
  }

  .SEO_bantext b {
    line-height: 44px;
    font-size: 40px;
  }

  .SEO_bantext p {
    font-size: 16px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .SEO_banner {
    height: 250px;
  }

  .SEO_bantext b {
    line-height: 40px;
    font-size: 36px;
  }

  .SEO_bantext p {
    font-size: 14px;
  }
}

@media (max-width:1366px) {
  .SEO_banner {
    height: 240px;
  }

  .SEO_bantext b {
    line-height: 36px;
    font-size: 32px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .SEO_banner {
    height: 220px;
    margin-top: 81px;
  }

  .SEO_bantext b {
    line-height: 34px;
    font-size: 30px;
  }
}

@media (max-width:1080px) {
  .SEO_banner {
    height: 200px;
  }

  .SEO_bantext b {
    line-height: 32px;
    font-size: 28px;
  }
}

@media (max-width:1024px) {
  .SEO_bantext b {
    line-height: 30px;
    font-size: 26px;
  }
}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .SEO_banner {
    height: 160px;
    margin-top: 60px;
  }

  .SEO_bantext b {
    font-size: 24px;
  }

  .SEO_bantext p {
    margin: 10px auto 0;
  }

}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}

/*SEO banner 结束*/

/*关键词SEO优化 开始*/
.SEO_Reason {
  width: 100%;
  background: url(../images/SEO_Bg1.jpg) no-repeat left top;
  background-size: cover;
  padding: 90px 0 120px;
  overflow: hidden;
}

.SEO_Reason_main {
  margin: 0 auto;
}

.SEO_tit {
  margin: 0 auto 50px;
}

.SEO_tit span {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
}

.SEO_tit span em {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ff6b03;
  margin: 10px 12px 0 0;
  border-radius: 100%;
}

.SEO_tit p {
  font-size: 48px;
  color: #fff;
  margin-top: 10px;
}

.SEO_tit i {
  display: block;
  max-width: 660px;
  font-size: 16px;
  color: rgba(255, 255, 255, .45);
  line-height: 30px;
  margin-top: 10px;
}

.SEO_tit2 span {
  color: #222;
}

.SEO_tit2 p {
  color: #222;
}

.SEO_tit2 i {
  display: block;
  font-size: 16px;
  color: #999;
  max-width: 100%;
  line-height: 30px;
}

.SEO_tit3 {
  margin: 50px auto;
  text-align: center;
}

.SEO_tit3 p {
  font-size: 32px;
}

.SEO_tit3 img {
  margin-top: 30px;
}

.SEO_tit4 {
  text-align: center;
}

.Reason_Con .Reason_img {
  width: 45%;
  float: left;
  height: 550px;
}

.Reason_Con .Reason_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 0 30px;
}

.Reason_list {
  width: 48%;
  float: right;
}

.Reason_list ul li {
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 30px;
}

.Reason_list ul li:last-child {
  border: 0;
}

.Reason_list ul li p {
  height: 60px;
  line-height: 60px;
}

.Reason_list ul li p a {
  display: block;
  width: 86%;
  padding: 0;
  overflow: hidden;
  line-height: 60px;
  color: rgba(255, 255, 255, .45);
  font-size: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 45px;
}

.Reason_list ul li p a em {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 16px;
  left: 0;
}

.Reason_list ul li p span {
  display: block;
  width: 14%;
  height: 100%;
  background: url(../images/jt10.png) center center no-repeat;
  cursor: pointer;
  float: left;
  opacity: .5;
}

.Reason_list ul li div {
  display: none;
  margin: 0 auto 15px;
}

.Reason_list ul li div .text {
  display: block;
  font-size: 16px;
  font-weight: lighter;
  color: rgba(255, 255, 255, .45);
  line-height: 30px;
  margin-top: 10px;
}

.Reason_list ul li.on p span {
  background: url(../images/jt09.png) center center no-repeat;
  opacity: 1;
}

.Reason_list ul li.on {
  border-top: 1px solid #fff;
}

.Reason_list ul li.on p a {
  color: #fff;
}

.Reason_list ul li.on p a em {
  border: 1px solid #fff;
}

@media (max-width:1680px) {


  .SEO_Reason {
    padding: 80px 0;
  }

  .SEO_tit span {
    font-size: 17px;
  }

  .SEO_tit span em {
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
  }

  .SEO_tit p {
    font-size: 44px;
  }

  .SEO_tit3 p {
    font-size: 30px;
  }

  .Reason_list ul li p a {
    font-size: 28px;
  }
}

@media (max-width:1600px) {
  .SEO_tit {
    margin: 0 auto 40px;
  }

  .SEO_tit span {
    font-size: 16px;
  }

  .SEO_tit span em {
    width: 6px;
    height: 6px;
    margin: 0 8px 0 0;
  }

  .SEO_tit p {
    font-size: 40px;
  }

  .SEO_tit3 p {
    font-size: 28px;
  }

  .Reason_list ul li p a {
    font-size: 28px;
  }

  .Reason_Con .Reason_img {
    height: 500px;
  }

  .Reason_list {
    width: 50%;
  }

  .Reason_list ul li {
    padding: 20px 0;
  }

  .Reason_list ul li p {
    height: 56px;
    line-height: 56px;
  }

  .Reason_list ul li p a {
    line-height: 56px;
    font-size: 26px;
  }

  .Reason_list ul li p a em {
    line-height: 28px;
    font-size: 16px;
    top: 14px;
  }

  .Reason_list ul li div {
    margin: 0 auto 10px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .SEO_Reason {
    padding: 60px 0;
  }

  .SEO_tit span {
    font-size: 14px;
  }

  .SEO_tit p {
    font-size: 36px;
  }

  .SEO_tit3 p {
    font-size: 26px;
  }

  .SEO_tit i {
    font-size: 14px;
    line-height: 26px;
  }

  .Reason_list {
    width: 52%;
  }

  .Reason_Con .Reason_img {
    height: 440px;
  }

  .Reason_list ul li {
    padding: 18px 0;
  }

  .Reason_list ul li p {
    height: 48px;
    line-height: 46px;
  }

  .Reason_list ul li p a {
    line-height: 46px;
    font-size: 24px;
    padding-left: 40px;
  }

  .Reason_list ul li p a em {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    top: 12px;
  }

  .Reason_list ul li div .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }

}

@media (max-width:1366px) {
  .SEO_Reason {
    padding: 70px 0;
  }

  .SEO_tit p {
    font-size: 32px;
  }

  .Reason_Con .Reason_img {
    height: 400px;
  }

  .Reason_list ul li {
    padding: 17px 0;
  }

  .Reason_list ul li p {
    height: 42px;
    line-height: 40px;
  }

  .Reason_list ul li p a {
    line-height: 40px;
    font-size: 20px;
    padding-left: 40px;
  }

  .Reason_list ul li p a em {
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    top: 10px;
  }

  .Reason_list ul li div .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .SEO_Reason {
    padding: 60px 0 50px;
  }

  .SEO_tit {
    margin: 0 auto 30px;
  }

  .SEO_tit p {
    font-size: 30px;
  }

  .SEO_tit3 p {
    font-size: 24px;
  }

  .Reason_list ul li {
    padding: 12px 0;
  }

  .Reason_list ul li p a {
    font-size: 18px;
  }

  .Reason_Con .Reason_img {
    height: 360px;
  }

  .Reason_list ul li p span {
    background-size: 20px 20px;
  }

  .Reason_list ul li.on p span {
    background: url(../images/jt09.png) center center no-repeat;
    background-size: 20px 20px;
  }
}

@media (max-width:1080px) {

  .SEO_tit p {
    font-size: 28px;
  }

  .Reason_Con .Reason_img {
    height: 340px;
  }

  .Reason_list ul li p a {
    font-size: 16px;
  }
}

@media (max-width:1024px) {
  .SEO_Reason {
    padding: 40px 0;
  }

  .SEO_tit {
    margin: 0 auto 20px;
  }

  .SEO_tit p {
    font-size: 26px;
  }

  .SEO_tit3 p {
    font-size: 22px;
  }

  .Reason_list ul li {
    padding: 8px 0;
  }
}

@media (max-width:920px) {
  .SEO_Reason {
    padding: 40px 0 30px;
  }

  .SEO_tit {
    margin: 0 auto 25px;
  }

  .SEO_tit p {
    font-size: 24px;
  }

  .Reason_Con .Reason_img {
    width: 100%;
    height: 350px;
  }

  .Reason_list {
    width: 100%;
    margin-top: 40px;
  }

  .Reason_list ul li {
    padding: 20px 0;
  }

  .Reason_list ul li p a {
    font-size: 18px;
  }

  .Reason_list ul li p a em {
    font-size: 14px;
  }

  .Reason_list ul li div .text {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .SEO_Reason {
    padding: 20px 0;
  }

  .SEO_tit {
    margin: 0 auto 20px;
  }

  .SEO_tit p {
    font-size: 22px;
  }

  .SEO_tit i {
    font-size: 14px;
    line-height: 26px;
  }

  .SEO_tit3 p {
    font-size: 16px;
    line-height: 24px;
  }

  .SEO_tit3 img {
    width: 48px;
    margin-top: 20px;
  }

  .Reason_Con .Reason_img {
    height: 240px;
  }

  .Reason_list {
    margin-top: 20px;
  }

  .Reason_list ul li {
    padding: 10px 0;
  }

  .Reason_list ul li p a {
    font-size: 16px;
  }

  .Reason_list ul li p span {
    background-size: 14px 14px;
  }

  .Reason_list ul li.on p span {
    background: url(../images/jt09.png) center center no-repeat;
    background-size: 14px 14px;
  }

}

@media (max-width:390px) {}

@media (max-width:320px) {
  .Reason_Con .Reason_img {
    height: 200px;
  }
}

@media (max-width:280px) {}

/*关键词SEO优化 结束*/

/*网站优化与竞价推广的区别是什么 开始*/
.SEO_Difference {
  width: 100%;
  background: #fff url(../images/xt_bg.png) no-repeat left bottom;
  overflow: hidden;
  overflow: hidden;
  text-align: center;
  padding: 120px 0;
}

.SEO_Difference_main {
  margin: 0 auto;
}

.SEO_Difference span {
  display: block;
  font-size: 48px;
  color: #222;
}

.SEO_Difference p {
  font-size: 18px;
  font-weight: lighter;
  color: #222;
}

.SEO_Difference p.p1 {
  margin: 60px 0 10px;
}

@media (max-width:1680px) {
  .SEO_Difference {
    padding: 100px 0;
  }

  .SEO_Difference span {
    font-size: 44px;
  }

  .SEO_Difference p.p1 {
    margin: 50px 0 10px;
  }
}

@media (max-width:1600px) {
  .SEO_Difference {
    padding: 80px 0;
  }

  .SEO_Difference span {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .SEO_Difference p {
    line-height: 30px;
    font-size: 16px;
  }

  .SEO_Difference p.p1 {
    margin: 40px 0 4px;
  }
}

@media (max-width:1560px) {
  .SEO_Difference {
    padding: 80px 0;
  }

  .SEO_Difference span {
    font-size: 40px;
  }
}

@media (max-width:1440px) {
  .SEO_Difference {
    padding: 60px 0;
  }

  .SEO_Difference span {
    font-size: 36px;
  }

  .SEO_Difference p {
    line-height: 26px;
    font-size: 14px;
  }

  .SEO_Difference p.p1 {
    margin: 30px 0 4px;
  }
}

@media (max-width:1366px) {
  .SEO_Difference span {
    font-size: 32px;
  }
}

@media (max-width:1280px) {
  .SEO_Difference span {
    font-size: 30px;
  }
}

@media (max-width:1200px) {
  .SEO_Difference span {
    font-size: 28px;
  }

  .SEO_Difference p.p1 {
    margin: 20px 0 4px;
  }
}

@media (max-width:1080px) {
  .SEO_Difference span {
    font-size: 26px;
  }
}

@media (max-width:1024px) {
  .SEO_Difference {
    padding: 40px 0;
  }

  .SEO_Difference span {
    font-size: 22px;
  }

  .SEO_Difference p {
    font-size: 15px;
  }
}

@media (max-width:920px) {
  .SEO_Difference {
    padding: 40px 0;
  }

  .SEO_Difference span {
    font-size: 20px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .SEO_Difference span {
    font-size: 18px;
  }

  .SEO_Difference p {
    font-size: 14px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}

/*网站优化与竞价推广的区别是什么 结束*/

/*我们的优势 开始*/
.SEO_Advantage {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 0 125px;
  position: relative;
  background: #f1f5f9;
}

.SEO_Advantage .SEOAdv_Main {
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  padding: 30px 80px 0;
}

.SEOAdv_Main .swiper-container {
  width: 80%;
  height: 100%;
  overflow: hidden;
  margin: 0 50px 0 0;
  padding: 0;
  position: relative;
  float: right;
}

.SEOAdv_Main .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_Img {
  width: 650px;
  height: 368px;
  position: relative;
  float: left;
}

.SEOAdv_Main .swiper-container .swiper-slide img.IndBg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 30px 0 30px;
}

.SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text {
  float: right;
  width: calc(100% - 720px);
}

.SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text b {
  display: block;
  font-weight: normal;
  font-size: 36px;
  color: #222;
  margin: 80px 0 20px;
}

.SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text p {
  font-size: 18px;
  font-weight: lighter;
  color: #222;
  line-height: 32px;
}

.SEO_Advantage .SEOAdv_Menu {
  width: 15%;
  height: auto;
  float: left;
}

.SEOAdv_Menu ul li {
  width: 100%;
  height: 77px;
  overflow: hidden;
  line-height: 77px;
  margin: 0;
  padding: 0;
  background: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}

.SEOAdv_Menu ul li span {
  display: block;
  font-size: 18px;
  color: rgba(34, 34, 34, .25);
  float: left;
  line-height: 45px;
  margin-right: 20px;
}

.SEOAdv_Menu ul li b {
  display: block;
  color: rgba(34, 34, 34, .25);
  font-size: 44px;
  font-weight: normal;
  float: left;
}

.SEOAdv_Menu ul li:hover span,
.SEOAdv_Menu ul li.active span {
  color: #222;
}

.SEOAdv_Menu ul li:hover,
.SEOAdv_Menu ul li.active b {
  color: #222;
}

@media (max-width:1680px) {
  .SEO_Advantage {
    padding: 80px 0;
  }

  .SEO_Advantage .SEOAdv_Main {
    padding: 0 60px;
  }

  .SEOAdv_Menu ul li {
    height: 70px;
    line-height: 70px;
  }

  .SEOAdv_Menu ul li b {
    font-size: 40px;
  }
}

@media (max-width:1600px) {

  .SEO_Advantage .SEOAdv_Main {
    padding: 0 40px;
  }

  .SEOAdv_Menu ul li b {
    font-size: 36px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text {
    width: calc(100% - 700px);
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text b {
    font-size: 32px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width:1560px) {
  .SEOAdv_Main .swiper-container {
    margin: 0;
  }

}

@media (max-width:1440px) {
  .SEO_Advantage {
    padding: 60px 0;
  }

  .SEOAdv_Menu ul li {
    height: 68px;
    line-height: 68px;
  }

  .SEOAdv_Menu ul li b {
    font-size: 32px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_Img {
    width: 600px;
    height: 340px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text {
    width: calc(100% - 640px);
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text b {
    font-size: 28px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width:1366px) {
  .SEO_Advantage .SEOAdv_Main {
    padding: 0 20px;
  }

  .SEOAdv_Main .swiper-container {
    margin: 0;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_Img {
    width: 60%;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text {
    width: 35%;
  }

  .SEOAdv_Menu ul li b {
    font-size: 30px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text b {
    font-size: 26px;
  }

}

@media (max-width:1280px) {}

@media (max-width:1200px) {

  .SEOAdv_Menu ul li b {
    font-size: 26px;
  }

  .SEO_Advantage .SEOAdv_Menu {
    width: 14%;
  }

  .SEOAdv_Menu ul li {
    height: 64px;
    line-height: 64px;
  }

  .SEOAdv_Main .swiper-container {
    width: 82%;
    margin: 0;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_Img {
    width: 56%;
    height: 320px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text {
    width: 40%;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text b {
    font-size: 24px;
  }


}

@media (max-width:1080px) {
  .SEO_Advantage .SEOAdv_Main {
    padding: 0;
  }

  .SEO_Advantage .SEOAdv_Menu {
    width: 100%;
    margin-bottom: 40px;
  }

  .SEOAdv_Menu ul li {
    width: 20%;
    float: left;
    padding: 0 10px;
    text-align: center;
    height: auto;
    line-height: 40px;
  }

  .SEOAdv_Menu ul li span {
    width: 100%;
  }

  .SEOAdv_Menu ul li b {
    font-size: 26px;
    width: 100%;
  }

  .SEOAdv_Main .swiper-container {
    width: 100%;
    margin: 0;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_Img {
    width: 50%;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text {
    width: 45%;
  }
}

@media (max-width:1024px) {
  .SEO_Advantage {
    padding: 40px 0;
  }

  .SEOAdv_Menu ul li span {
    line-height: 30px;
  }

  .SEOAdv_Menu ul li b {
    line-height: 40px;
    font-size: 24px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text b {
    font-size: 22px;
  }
}

@media (max-width:920px) {
  .SEO_Advantage .SEOAdv_Main {
    padding: 0;
  }

  .SEO_Advantage .SEOAdv_Menu {
    width: 100%;
    margin-bottom: 30px;
  }

  .SEOAdv_Menu ul li {
    width: 20%;
    float: left;
    padding: 0 10px;
    text-align: center;
  }

  .SEOAdv_Menu ul li span {
    width: 100%;
  }

  .SEOAdv_Menu ul li b {
    font-size: 20px;
    width: 100%;
  }

  .SEOAdv_Main .swiper-container {
    width: 100%;
    margin: 0;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_Img {
    width: 100%;
    height: 280px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text {
    width: 100%;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text b {
    margin: 30px 0 10px;
    font-size: 20px;
  }

}

@media (max-width:820px) {}

@media (max-width:767px) {
  .SEO_Advantage {
    padding: 20px 0;
  }

  .SEO_Advantage .SEOAdv_Menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .SEOAdv_Menu ul li {
    width: 20%;
    float: left;
    height: auto;
    line-height: 30px;
    padding: 0;
  }

  .SEOAdv_Menu ul li span {
    line-height: 24px;
    font-size: 14px;
  }

  .SEOAdv_Menu ul li b {
    line-height: 30px;
    font-size: 16px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_Img {
    height: 180px;
  }

  .SEOAdv_Main .swiper-container .swiper-slide .SEOAdv_text b {
    margin: 20px 0 10px;
    font-size: 18px;
  }
}

@media (max-width:390px) {
  .SEOAdv_Menu ul li b {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width:320px) {}

@media (max-width:280px) {}

/*我们的优势 结束*/

/*排名服务 开始*/
.Ranking_Services {
  width: 100%;
  background: url(../images/SEO_Bg2.jpg) no-repeat left top;
  background-size: cover;
  padding: 90px 0 120px;
  overflow: hidden;
}

.Ranking_Services_main {
  margin: 0 auto;
}

.Ranking_Services .Services_list {
  width: 100%;
  margin: 0;
  padding: 0;
}

.Ranking_Services .Services_list ul li {
  width: 25%;
  float: left;
  padding: 0 120px 35px;
  position: relative;
  text-align: center;
}

.Ranking_Services .Services_list ul li:before {
  content: "";
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.Ranking_Services .Services_list ul li em {
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid #eac186;
  border-radius: 15px;
  font-size: 18px;
  color: #eac186;
  line-height: 54px;
  text-align: center;
  margin: 0 auto;
}

.Ranking_Services .Services_list ul li b {
  display: block;
  margin: 25px 0;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}

.Ranking_Services .Services_list ul li p {
  font-size: 16px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.45);
  line-height: 30px;
}

.Ranking_Services .Services_list ul li img {
  display: block;
  margin: 50px auto 0;
}

.Ranking_Services .Services_list ul li:last-child:after {
  content: "";
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width:1680px) {
  .Ranking_Services {
    padding: 80px 0;
  }

  .Ranking_Services .Services_list ul li b {
    font-size: 28px;
  }
}

@media (max-width:1600px) {
  .Ranking_Services .Services_list ul li {
    padding: 0 80px 35px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .Ranking_Services {
    padding: 60px 0;
  }

  .Ranking_Services .Services_list ul li {
    padding: 20px;
  }

  .Ranking_Services .Services_list ul li em {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 46px;
  }

  .Ranking_Services .Services_list ul li b {
    font-size: 24px;
  }

  .Ranking_Services .Services_list ul li p {
    font-size: 14px;
  }
}

@media (max-width:1366px) {
  .Ranking_Services .Services_list ul li b {
    font-size: 22px;
    margin: 20px 0;
  }

  .Ranking_Services .Services_list ul li img {
    margin: 30px auto 0;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .Ranking_Services {
    padding: 40px 0;
  }

  .Ranking_Services .Services_list ul li b {
    font-size: 20px;
  }
}

@media (max-width:920px) {
  .Ranking_Services .Services_list ul li img {
    margin: 20px auto 0;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .Ranking_Services {
    padding: 20px 0;
  }

  .Ranking_Services .Services_list ul li {
    width: 50%;
  }

  .Ranking_Services .Services_list ul li:nth-child(1):before,
  .Ranking_Services .Services_list ul li:nth-child(3):before {
    display: none;
  }

  .Ranking_Services .Services_list ul li:last-child:after {
    display: none;
  }

  .Ranking_Services .Services_list ul li img {
    width: 48px;
  }

  .Ranking_Services .Services_list ul li b {
    font-size: 18px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .Ranking_Services .Services_list ul li {
    padding: 20px 0;
  }

  .Ranking_Services .Services_list ul li p {
    line-height: 24px;
    font-size: 12px;
  }
}

@media (max-width:280px) {}

/*排名服务 结束*/

/*附加服务 开始*/
.Additional_Services {
  width: 100%;
  background: #fff;
  padding: 90px 0;
  overflow: hidden;
}

.Additional_Services_main {
  margin: 0 auto;
}

.Additional_Services .Services_tit {
  width: 100%;
  margin-bottom: 75px;
}

.Additional_Services .Services_tit span {
  display: block;
  font-size: 18px;
  color: #222;
}

.Additional_Services .Services_tit span em {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ff6b03;
  margin: 10px 12px 0 0;
  border-radius: 100%;
}

.Additional_Services .Services_tit p {
  font-size: 48px;
  color: #222;
  margin: 10px 0;
}

.Additional_Services .Services_tit i {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

.Additional_Services .Services_list {
  width: 100%;
  margin: 0;
  padding: 0;
}

.Additional_Services .Services_list ul li {
  width: 23.5%;
  float: left;
  margin: 0 2% 30px 0;
  background: #f1f5f9;
  border-radius: 0 20px 0 20px;
  padding: 45px 50px;
  position: relative;
}

.Additional_Services .Services_list ul li:after {
  content: "";
  width: 100%;
  height: 0;
  background-image: linear-gradient(to right, #feb450, #ff6b03);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 20px 0 20px;
  transition: all .4s ease;
  z-index: 1;
}

.Additional_Services .Services_list ul li:hover:after {
  height: 100%;
  bottom: 0;
}

.Additional_Services .Services_list ul li:nth-child(4n+4) {
  margin-right: 0;
}

.Additional_Services .Services_list ul li b {
  display: block;
  font-size: 30px;
  color: #222;
  font-weight: normal;
  position: relative;
  z-index: 2;
}

.Additional_Services .Services_list ul li p {
  font-size: 18px;
  font-weight: lighter;
  color: #555;
  line-height: 32px;
  margin: 25px 0 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 64px;
  position: relative;
  z-index: 2;
}

.Additional_Services .Services_list ul li em {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #e2e8ee;
  border-radius: 15px;
  font-size: 18px;
  color: #ff6b03;
  line-height: 60px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

.Additional_Services .Services_list ul li:nth-child(7) {
  width: 49%;
  margin-right: 0;
}

.Additional_Services .Services_list ul li:hover b {
  color: #fff;
}

.Additional_Services .Services_list ul li:hover p {
  color: rgba(255, 255, 255, 0.65);
}

.Additional_Services .Services_list ul li:hover em {
  border: 1px solid #fff;
}

@media (max-width:1680px) {
  .Additional_Services {
    padding: 80px 0 50px;
  }

  .Additional_Services .Services_list ul li {
    padding: 40px;
  }

  .Additional_Services .Services_list ul li b {
    font-size: 28px;
  }
}

@media (max-width:1600px) {
  .Additional_Services .Services_list ul li {
    padding: 30px;
  }

  .Additional_Services .Services_list ul li p {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
  }

  .Additional_Services .Services_list ul li em {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 48px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .Additional_Services {
    padding: 60px 0 35px;
  }

  .Additional_Services .Services_list ul li {
    margin: 0 2% 25px 0;
    padding: 25px;
  }

  .Additional_Services .Services_list ul li b {
    font-size: 26px;
  }

  .Additional_Services .Services_list ul li p {
    height: 52px;
    line-height: 26px;
    font-size: 14px;
  }
}

@media (max-width:1366px) {
  .Additional_Services {
    padding: 60px 0 40px;
  }

  .Additional_Services .Services_list ul li {
    width: 48.5%;
  }

  .Additional_Services .Services_list ul li:nth-child(2n+2) {
    margin-right: 0;
  }

  .Additional_Services .Services_list ul li:nth-child(7) {
    width: 100%;
  }

  .Additional_Services .Services_list ul li b {
    font-size: 26px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .Additional_Services .Services_list ul li {
    width: 48.5%;
  }

  .Additional_Services .Services_list ul li:nth-child(2n+2) {
    margin-right: 0;
  }

  .Additional_Services .Services_list ul li:nth-child(7) {
    width: 100%;
  }

  .Additional_Services .Services_list ul li b {
    font-size: 24px;
  }
}

@media (max-width:1024px) {
  .Additional_Services {
    padding: 40px 0 20px;
  }

  .Additional_Services .Services_list ul li b {
    font-size: 22px;
  }
}

@media (max-width:920px) {
  .Additional_Services {
    padding: 40px 0 20px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .Additional_Services {
    padding: 20px 0 0;
  }

  .Additional_Services .Services_list ul li {
    width: 100%;
    padding: 20px;
  }

  .Additional_Services .Services_list ul li b {
    font-size: 18px;
  }

  .Additional_Services .Services_list ul li p {
    height: auto;
    max-height: 52px;
    margin: 10px 0 20px;
  }

  .Additional_Services .Services_list ul li:nth-child(7) {
    width: 100%;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}

/*附加服务 结束*/

/*实力认可 开始*/
.Strength {
  width: 100%;
  background: url(../images/SEO_Bg3.jpg) no-repeat left top;
  background-size: cover;
  overflow: hidden;
}

.Strength_main {
  margin: 0 auto;
}

/*实力认可 结束*/

/*我们的优势2 开始*/
.Opt_Advantage {
  width: 100%;
  background: #f1f5f9;
  padding: 90px 0 120px;
  overflow: hidden;
}

.Opt_Advantage_main {
  margin: 0 auto;
}

.OptAdv_tit {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}

.OptAdv_tit span {
  display: block;
  font-size: 18px;
  color: #222;
}

.OptAdv_tit span em {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ff6b03;
  margin: 10px 12px 0 0;
  border-radius: 100%;
}

.OptAdv_tit p {
  font-size: 48px;
  color: #222;
  margin-top: 10px;
}

.OptAdv_list {
  width: 100%;
  position: relative;
}

.OptAdv_list .OptAdv_list_l {
  width: 42%;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 1px 40px 1px rgba(229, 234, 240, 0.5);
  float: left;
  position: relative;
  z-index: 2;
}

.OptAdv_list_l .Advlistl_tit {
  width: 100%;
  height: 118px;
  padding-top: 35px;
  font-size: 36px;
  color: #fff;
  background: url(../images/SEO_TitBg.jpg) no-repeat left top;
  background-size: cover;
  text-align: center;
  border-radius: 25px 25px 0 0;
}

.OptAdv_list_l ul li {
  font-size: 18px;
  color: #555;
  text-align: center;
  border-bottom: 1px solid #e7ecf1;
  padding: 40px 10px;
}

.OptAdv_list_l ul li:last-child {
  border: 0;
  padding-bottom: 65px;
}

.OptAdv_list .OptAdv_list_r {
  width: 60%;
  float: right;
  position: absolute;
  background: #fff;
  margin: 25px 0;
  right: 0;
  border-radius: 25px;
  z-index: 1;
}

.OptAdv_list_r .Advlistr_tit {
  width: 100%;
  height: 93px;
  text-align: center;
  background: #e8edf3;
  border-radius: 0 25px 0 0;
}

.OptAdv_list_r .Advlistr_tit ul li {
  font-size: 30px;
  color: #222;
  padding: 25px 0;
  border-right: 1px solid #f1f5f9;
}

.OptAdv_list_r .Advlistr_tit ul li:nth-child(1) {
  width: 20%;
  float: left;
  height: 93px;
}

.OptAdvr_list {
  width: 100%;
}

.OptAdvr_list ul li {
  float: left;
}

.OptAdvr_list ul li:nth-child(1) {
  width: 20%;
  border-right: 1px solid #e7ecf1;
}

.OptAdvr_list ul li:nth-child(1) span {
  display: block;
  padding: 35px 0 36px 25px;
  font-size: 24px;
  color: #222;
  text-align: center;
  border-bottom: 1px solid #e7ecf1;
}

.OptAdvr_list ul li:nth-child(1) span.border_none {
  border: 0;
}

.OptAdvr_list ul li:nth-child(2) {
  width: 80%;
}

.OptAdvr_list ul li:nth-child(2) p {
  font-size: 18px;
  font-weight: lighter;
  color: #555;
  text-align: center;
  border-bottom: 1px solid #e7ecf1;
  padding: 40px 10px;
}

.OptAdvr_list ul li:nth-child(2) p.border_none {
  border: 0;
}

@media (max-width:1680px) {
  .Opt_Advantage {
    padding: 80px 0;
  }
}

@media (max-width:1600px) {
  .Strength_main {
    padding: 60px 0 0;
  }

  .OptAdv_list .OptAdv_list_l {
    border-radius: 20px;
  }

  .OptAdv_list_l .Advlistl_tit {
    height: 100px;
    line-height: 100px;
    font-size: 32px;
    padding: 0;
    border-radius: 20px 20px 0 0;
  }

  .OptAdv_list_l ul li {
    font-size: 16px;
    padding: 30px 10px;
  }

  .OptAdv_list_l ul li:last-child {
    border: 0;
    padding-bottom: 50px;
  }

  .OptAdv_list .OptAdv_list_r {
    margin: 20px 0;
    border-radius: 20px;
  }

  .OptAdv_list_r .Advlistr_tit {
    height: 80px;
    border-radius: 0 20px 0 0;
  }

  .OptAdv_list_r .Advlistr_tit ul li {
    font-size: 28px;
    padding: 19px 0;
  }

  .OptAdv_list_r .Advlistr_tit ul li:nth-child(1) {
    height: 80px;
  }

  .OptAdvr_list ul li:nth-child(1) span {
    padding: 25px 0 26px 25px;
    font-size: 22px;
  }

  .OptAdvr_list ul li:nth-child(2) p {
    font-size: 16px;
    padding: 30px 10px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .Opt_Advantage {
    padding: 60px 0;
  }

  .OptAdv_list .OptAdv_list_l {
    border-radius: 20px;
  }

  .OptAdv_list_l .Advlistl_tit {
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    padding: 0;
    border-radius: 20px 20px 0 0;
  }

  .OptAdv_list_l ul li {
    font-size: 14px;
    padding: 30px 10px;
  }

  .OptAdv_list_l ul li:last-child {
    border: 0;
    padding-bottom: 50px;
  }

  .OptAdv_list .OptAdv_list_r {
    margin: 20px 0;
    border-radius: 20px;
  }

  .OptAdv_list_r .Advlistr_tit {
    height: 80px;
    border-radius: 0 20px 0 0;
  }

  .OptAdv_list_r .Advlistr_tit ul li {
    font-size: 24px;
    padding: 19px 0;
  }

  .OptAdv_list_r .Advlistr_tit ul li:nth-child(1) {
    height: 80px;
  }

  .OptAdvr_list ul li:nth-child(1) span {
    padding: 25px 0 26px 25px;
    font-size: 20px;
  }

  .OptAdvr_list ul li:nth-child(2) p {
    font-size: 14px;
    padding: 30px 10px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .OptAdv_list .OptAdv_list_l {
    width: 100%;
  }

  .OptAdv_list .OptAdv_list_r {
    width: 100%;
    position: inherit;
    margin: 40px 0 0;
  }

}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .Strength_main {
    padding: 40px 0 0;
  }

  .Opt_Advantage {
    padding: 40px 0;
  }

  .OptAdv_list .OptAdv_list_r {
    margin: 20px 0 0;
  }
}

@media (max-width:920px) {

  .OptAdv_list .OptAdv_list_l {
    width: 100%;
  }

  .OptAdv_list_l .Advlistl_tit {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
  }

  .OptAdv_list_l ul li:last-child {
    padding-bottom: 30px;
  }

  .OptAdv_list .OptAdv_list_r {
    width: 100%;
    overflow: hidden;
    position: inherit;
  }

}

@media (max-width:820px) {}

@media (max-width:767px) {
  .Strength_main {
    padding: 20px 0 0;
  }

  .Opt_Advantage {
    padding: 20px 0;
  }

  .OptAdv_list_l .Advlistl_tit {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }

  .OptAdv_list_l ul li {
    padding: 20px 10px;
  }

  .OptAdv_list_r .Advlistr_tit {
    height: 60px;
  }

  .OptAdv_list_r .Advlistr_tit ul li {
    height: 60px;
    line-height: 38px;
    padding: 10px 0;
    font-size: 20px;
  }

  .OptAdv_list_r .Advlistr_tit ul li:nth-child(1) {
    height: 60px;
  }

  .OptAdvr_list ul li:nth-child(2) p {
    font-size: 14px;
    padding: 20px 10px;
  }

  .OptAdvr_list ul li span,
  .OptAdvr_list ul li:nth-child(1) span {
    height: 62px;
    line-height: 62px;
    padding: 0;
    font-size: 16px;
  }

  .OptAdvr_list ul li span:nth-child(2) {
    height: 83px;
    line-height: 83px;
  }
}

@media (max-width:390px) {
  .OptAdvr_list ul li:nth-child(1) span {
    font-size: 16px;
  }

  .OptAdvr_list ul li:nth-child(2) p {
    font-size: 14px;
  }
}

@media (max-width:320px) {
  .OptAdvr_list ul li span:nth-child(3) {
    height: 83px;
    line-height: 83px;
  }
}

@media (max-width:280px) {}

/*我们的优势2 结束*/

/*客户评价 开始*/
.Customer_Reviews {
  width: 100%;
  background: #fff;
  padding: 90px 0 180px;
  overflow: hidden;
}

.CustRev_tit {
  text-align: center;
  margin-bottom: 50px;
}

.CustRev_tit span {
  display: block;
  font-size: 18px;
  color: #222;
}

.CustRev_tit span em {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ff6b03;
  margin: 10px 12px 0 0;
  border-radius: 100%;
}

.CustRev_tit p {
  font-size: 48px;
  color: #222;
  margin-top: 10px;
}

.Customer_Reviews .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.Customer_Reviews .swiper-container .swiper-slide {
  width: 100%;
  height: auto;
  padding: 20px;
}

.Customer_Reviews .swiper-container .swiper-slide .CustRev_box {
  width: 100%;
  background: #fff url(../images/SEO_Bg4.png) no-repeat left top;
  background-size: cover;
  border-radius: 0 20px 0 20px;
  padding: 50px 90px 50px 60px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.Customer_Reviews .swiper-container .swiper-slide .CustRev_Img {
  width: 180px;
  height: 180px;
  float: left;
}

.Customer_Reviews .swiper-container .swiper-slide .CustRev_Img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.Customer_Reviews .swiper-container .swiper-slide .CustRev_Text {
  width: calc(100% - 230px);
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.Customer_Reviews .swiper-container .swiper-slide .CustRev_Text .CustRevName {
  background: url(../images/SEO_ico2.png) no-repeat top right;
  background-size: contain;
}

.Customer_Reviews .swiper-container .swiper-slide .CustRev_Text a {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #222;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Customer_Reviews .swiper-container .swiper-slide .CustRev_Text span {
  display: block;
  font-size: 16px;
  font-weight: lighter;
  color: #555;
  margin: 10px 0 35px;
}

.Customer_Reviews .swiper-container .swiper-slide .CustRev_Text p {
  width: 100%;
  height: 120px;
  overflow: hidden;
  line-height: 30px;
  color: #555;
  font-size: 16px;
  font-weight: lighter;
  text-align: justify;
  word-break: break-all;
  padding: 0 40px 0 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width:1680px) {
  .Customer_Reviews {
    padding: 80px 0 140px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_box {
    padding: 40px 60px 40px 40px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text {
    width: calc(100% - 220px);
  }
}

@media (max-width:1600px) {
  .Customer_Reviews .swiper-container {
    margin: -20px auto;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .Customer_Reviews {
    padding: 60px 0 110px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_box {
    padding: 40px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text span {
    font-size: 14px;
    margin: 10px 0 25px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text p {
    height: 104px;
    line-height: 26px;
    font-size: 14px;
  }
}

@media (max-width:1366px) {

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text {
    width: calc(100% - 210px);
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text p {
    padding: 0 20px 0 0;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .Customer_Reviews {
    padding: 60px 0 100px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Img {
    float: none;
    margin: 0 auto 30px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text {
    width: 100%;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text a {
    font-size: 22px;
  }

}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .Customer_Reviews {
    padding: 40px 0 80px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Img {
    margin: 0 auto 20px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text a {
    font-size: 20px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text span {
    margin: 5px 0 20px;
  }
}

@media (max-width:920px) {
  .Customer_Reviews .swiper-container .swiper-slide .CustRev_box {
    padding: 30px;
  }

}

@media (max-width:820px) {}

@media (max-width:767px) {
  .Customer_Reviews {
    padding: 20px 0 60px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_box {
    padding: 20px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text a {
    font-size: 18px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text span {
    font-size: 14px;
  }

  .Customer_Reviews .swiper-container .swiper-slide .CustRev_Text p {
    font-size: 14px;
    line-height: 26px;
    height: 105px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .Customer_Reviews {
    padding: 20px 0 80px;
  }
}

@media (max-width:280px) {}

/*客户评价 结束*/