﻿.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
/* banner */
.banner {
  width: 100%;
  position: relative;
}
.swiper-banner {
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-slide a,
.swiper-banner .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-pagination-bullets {
  bottom: 0.08rem !important;
}
.swiper-banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 8px !important;
  background: rgba(255, 255, 255, 0.8);
}
.swiper-banner .swiper-pagination-bullet-active {
  background: #ff8500;
}
/* 问题 */
.problem {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 1.37rem;
  background: url(../images/bg.jpg) no-repeat center 56px;
  overflow: hidden;
}
.problem .biaoti {
  width: 6.9rem;
  height: 1.4rem;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.23rem;
  box-sizing: border-box;
}
.problem .biaoti img {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 6.52rem;
}
.problem .biaoti span {
  display: block;
  font-size: 0.74rem;
  line-height: 0.58rem;
  letter-spacing: 0.18rem;
  color: #f2f2f2;
  font-weight: bold;
}
.problem .biaoti h3 {
  letter-spacing: 0.05rem;
  color: #494949;
  font-size: 0.35rem;
  line-height: 0.35rem;
  margin: -0.13rem 0 0.26rem;
}
.problem .biaoti h3 i {
  font-weight: bold;
  color: #343434;
}
.problem .biaoti p {
  color: #777777;
  font-size: 0.14rem;
  line-height: 0.11rem;
  font-weight: 100;
}
.problem ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.26rem;
}
.problem ul li:nth-child(2) {
  background: url(../images/ku1.png) no-repeat left top;
}
.problem ul li:nth-child(2) i {
  background: url(../images/wt2.png) no-repeat center;
}
.problem ul li:nth-child(2).on i i {
  background: url(../images/wt21.png) no-repeat center;
}
.problem ul li:nth-child(3) i {
  background: url(../images/wt3.png) no-repeat center;
}
.problem ul li:nth-child(3).on i i {
  background: url(../images/wt31.png) no-repeat center;
}
.problem ul li:nth-child(4) {
  background: url(../images/ku1.png) no-repeat left top;
}
.problem ul li:nth-child(4) em {
  position: absolute;
  top: 2.35rem;
  right: 0.15rem;
  transform: rotate(90deg);
}
.problem ul li:nth-child(4) i {
  background: url(../images/wt4.png) no-repeat center;
}
.problem ul li:nth-child(4).on i i {
  background: url(../images/wt41.png) no-repeat center;
}
.problem ul li:nth-child(5) {
  background: url(../images/ku1.png) no-repeat left top;
  margin-left: 1.78rem;
}
.problem ul li:nth-child(5) em {
  display: none;
}
.problem ul li:nth-child(5) i {
  background: url(../images/wt5.png) no-repeat center;
}
.problem ul li:nth-child(5).on i i {
  background: url(../images/wt51.png) no-repeat center;
}
.problem ul li:nth-child(6) em {
  left: -0.1rem;
  right: auto;
  transform: rotate(180deg);
}
.problem ul li:nth-child(6) i {
  background: url(../images/wt6.png) no-repeat center;
}
.problem ul li:nth-child(6).on i i {
  background: url(../images/wt61.png) no-repeat center;
}
.problem ul li:nth-child(7) {
  background: url(../images/ku1.png) no-repeat left top;
  margin-right: 1.48rem;
}
.problem ul li:nth-child(7) em {
  left: -0.1rem;
  right: auto;
  transform: rotate(180deg);
}
.problem ul li:nth-child(7) i {
  background: url(../images/wt7.png) no-repeat center;
}
.problem ul li:nth-child(7).on i i {
  background: url(../images/wt71.png) no-repeat center;
}
@media screen and (min-width: 980px) {
  .problem ul li.on {
    background: url(../images/ku3.png) no-repeat left top;
  }
  .problem ul li.on em {
    background: url("../images/j2.png") no-repeat center;
  }
  .problem ul li.on i {
    margin-bottom: 0.1rem;
    margin-top: 0.05rem;
    border: solid 1px #ffffff;
    background: url(../images/wt11.png) no-repeat center;
  }
  .problem ul li.on span {
    color: #fff;
  }
  .problem ul li.on p {
    color: #fff;
  }
}
.problem ul li {
  width: 2.73rem;
  height: 2.46rem;
  background: url(../images/ku2.png) no-repeat left top;
  box-shadow: 0.09rem 0.07rem 0rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.08rem;
  box-sizing: border-box;
  padding: 0.23rem 0.2rem 0 0.22rem;
  position: relative;
  margin-top: 0.69rem;
  transition: 0.5s;
}
.problem ul li em {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url("../images/j1.png") no-repeat center;
  position: absolute;
  top: 0.92rem;
  right: -0.15rem;
  transition: 0.5s;
}
.problem ul li i {
  width: 0.54rem;
  height: 0.54rem;
  background: #ffffff url(../images/wt1.png) no-repeat center;
  border: solid 0.05rem rgba(58, 57, 95, 0.2);
  transition: 0.5s;
  display: block;
  border-radius: 50%;
}
.problem ul li span {
  display: block;
  color: #3d3d3d;
  margin: 0.07rem 0 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
}
.problem ul li p {
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #636363;
  font-size: 0.15rem;
}
/* 优势 */
.reason {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg_20.jpg) no-repeat;
  background-position: center bottom 1.16rem;
  padding-bottom: 1.09rem;
}
.reason .biaoti {
  width: 3.94rem;
  height: 0.81rem;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  background: url("../images/advantages.png") no-repeat center top;
  padding-top: 0.39rem;
  box-sizing: border-box;
}
.reason .biaoti img {
  position: absolute;
  top: 0.04rem;
  left: 1.15rem;
}
.reason .biaoti h3 {
  color: #323232;
  font-size: 0.25rem;
  line-height: 0.35rem;
  font-weight: bold;
  text-align: left;
  margin-left: 0.22rem;
}
.reason .biaoti h3 i {
  margin-left: 1.15rem;
  font-weight: bold;
}
.reason .box1 {
  width: 100%;
}
.reason .box1 ul {
  margin-top: 0.39rem;
  float: left;
  width: 6.15rem;
  height: 6.62rem;
  box-shadow: 0rem 0rem 0.13rem 0rem rgba(0, 0, 0, 0.16);
  border-radius: 0.1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.21rem 0.88rem 0 0.49rem;
}
.reason .box1 ul li:nth-child(2) .ti {
  background: url("../images/tiao2.png") no-repeat left center;
}
.reason .box1 ul li:nth-child(3) .ti {
  background: url("../images/tiao3.png") no-repeat left center;
}
.reason .box1 ul li {
  width: 100%;
  height: 2.08rem;
}
.reason .box1 ul li .ti {
  width: 5.49rem;
  margin-bottom: 0.07rem;
  height: 0.74rem;
  background: url("../images/tiao1.png") no-repeat left center;
  margin-left: -0.72rem;
  padding-left: 0.65rem;
  padding-top: 0.31rem;
  box-sizing: border-box;
}
.reason .box1 ul li .ti p {
  font-size: 0.16rem;
  color: #fff;
  float: left;
}
.reason .box1 ul li .ti p span {
  line-height: 0.22rem;
  font-size: 0.22rem;
  margin-right: 0.16rem;
  color: #fff;
  font-weight: bold;
  float: left;
}
.reason .box1 ul li .ti i {
  float: right;
  color: #ff8500;
  font-size: 0.2rem;
  display: block;
  line-height: 0.22rem;
  margin-right: -0.1rem;
}
.reason .box1 ul li .jie {
  box-sizing: border-box;
  padding-left: 0.25rem;
  background: url(../images/dian.png) no-repeat left 12px;
  line-height: 0.2rem;
  letter-spacing: 0rem;
  color: #999999;
  font-size: 0.14rem;
}
.reason .box1 .tu {
  margin-top: 1.1rem;
  width: 5.82rem;
  height: 5.88rem;
  float: right;
}
.reason .box2::after {
  width: 100%;
  height: 88px;
  background: url("../images/di.png") no-repeat center;
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0px;
  border-left: -25px 0px solid;
  z-index: -1;
}
.reason .box2 {
  margin-top: 0.67rem;
  width: 100%;
  height: 6.66rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  border: solid 0.03rem #ffffff;
  box-sizing: border-box;
  padding: 0.22rem;
  position: relative;
}
.reason .box2 ul {
  float: right;
  width: 5.35rem;
  margin-top: 0.15rem;
}
.reason .box2 ul li:nth-child(2) .ti {
  background: url("../images/tiao5.png") no-repeat right center;
}
.reason .box2 ul li:nth-child(3) .ti {
  background: url("../images/tiao6.png") no-repeat right center;
}
.reason .box2 ul li {
  width: 100%;
  height: 2.08rem;
}
.reason .box2 ul li .ti {
  width: 5.95rem;
  margin-bottom: 0.07rem;
  height: 0.74rem;
  background: url("../images/tiao4.png") no-repeat right center;
  margin-right: -0.48rem;
  padding-right: 0.88rem;
  padding-top: 0.31rem;
  box-sizing: border-box;
  float: right;
}
.reason .box2 ul li .ti p {
  font-size: 0.16rem;
  color: #fff;
  float: right;
}
.reason .box2 ul li .ti p span {
  line-height: 0.22rem;
  font-size: 0.22rem;
  margin-left: 0.16rem;
  color: #fff;
  font-weight: bold;
  float: right;
}
.reason .box2 ul li .ti i {
  float: left;
  color: #ff8500;
  font-size: 0.2rem;
  display: block;
  line-height: 0.22rem;
  margin-right: -0.1rem;
}
.reason .box2 ul li .jie {
  box-sizing: border-box;
  padding-left: 0.25rem;
  width: 4.78rem;
  background: url(../images/dian.png) no-repeat left 12px;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #999999;
  font-size: 0.14rem;
}
.reason .box2 .tu {
  float: left;
  width: 6.25rem;
  height: 6.2rem;
}
/* 产品 */
.product {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg6.png) no-repeat center bottom;
}
.product .biaoti {
  float: left;
  width: 4.39rem;
  height: 1.26rem;
}
.product .biaoti i {
  display: block;
  letter-spacing: 0.07rem;
  color: #f3f3f3;
  font-family: arial;
  font-size: 0.7rem;
  line-height: 0.52rem;
  font-weight: bold;
}
.product .biaoti h3 {
  color: #323232;
  font-size: 0.4rem;
  line-height: 0.38rem;
  font-weight: bold;
  margin: -0.12rem 0 0.32rem;
}
.product .biaoti h3 a {
  color: #323232;
}
.product .biaoti h3 em {
  color: #ff8500;
  font-weight: bold;
}
.product .biaoti p {
  letter-spacing: 0.13rem;
  color: #777777;
  font-size: 0.16rem;
  line-height: 0.15rem;
}
.product .dh {
  width: 7.12rem;
  height: 0.49rem;
  background: url("../images/aimeishu.png") no-repeat right center;
  margin-right: -3.2rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
  float: right;
  margin-top: 0.66rem;
  line-height: 0.49rem;
}
.product .dh p {
  float: left;
  box-sizing: border-box;
  padding-left: 0.44rem;
  font-size: 0.16rem;
  letter-spacing: 0.01rem;
  color: #333333;
  background: url("../images/zs.png") no-repeat left center;
  font-weight: bold;
}
.product .dh span {
  font-weight: bold;
  display: block;
  float: left;
  box-sizing: border-box;
  padding-left: 0.21rem;
  font-size: 0.16rem;
  letter-spacing: 0.01rem;
  color: #333333;
  margin-left: 0.28rem;
  background: url("../images/dh2.png") no-repeat left center;
}
.product .classify {
  width: 2.69rem;
  height: 6.94rem;
  margin: 0.62rem 0 0 -0.59rem;
  padding-top: 0.27rem;
  box-sizing: border-box;
  float: left;
}
.product .classify li.on {
  background: url("../images/fb.png") no-repeat left center;
}
.product .classify li.on a {
  background-position-x: -1rem;
  color: #fff;
}
.product .classify li.on a span {
  color: #fff;
}
.product .classify li {
  width: 100%;
  margin-top: 0.08rem;
  height: 0.62rem;
  line-height: 0.62rem;
  transition: 0.5s;
  background: url(../images/fb.png) no-repeat -3rem center;
}
.product .classify li a {
  display: block;
  width: 100%;
  height: 0.62rem;
  box-sizing: border-box;
  padding-left: 0.99rem;
  background: url(../images/zhuan.png) no-repeat 0.61rem center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #7f7f7f;
  font-size: 0.12rem;
  text-transform: uppercase;
  transition: 0.5s;
}
.product .classify li a span {
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  transition: 0.5s;
  margin-right: 0.15rem;
}
.product .pics {
  width: 9.92rem;
  float: right;
}
.product .pics ul {
  width: 100%;
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .pics ul li:hover .tu img {
  transform: scale(1.2);
}
.product .pics ul li:hover .ti {
  font-weight: bold;
}
.product .pics ul li:hover .ti .mo {
  font-weight: normal;
  color: #ff8500;
}
.product .pics ul li {
  margin-top: 0.3rem;
  width: 3.13rem;
  height: 2.7rem;
  background-color: #ffffff;
  border: solid 1px #f2eded;
  box-sizing: border-box;
  padding: 0.13rem;
}
.product .pics ul li .tu {
  width: 100%;
  height: 1.94rem;
  overflow: hidden;
}
.product .pics ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.product .pics ul li .ti::after {
  width: 100%;
  height: 1px;
  background-color: #cccbca;
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
  z-index: 0;
}
.product .pics ul li .ti {
  width: 100%;
  margin-top: 0.25rem;
  line-height: 0.15rem;
  height: 0.15rem;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.25rem;
}
.product .pics ul li .ti a {
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555555;
  font-size: 0.14rem;
  float: left;
  background-color: #fff;
  z-index: 999;
  position: relative;
  box-sizing: border-box;
  padding: 0 6px;
  transition: 0.3s;
}
.product .pics ul li .ti .mo {
  width: auto;
  float: right;
  color: #999999;
  font-size: 0.12rem;
}
/* 设计 */
.design {
  width: 100%;
  height: 8.91rem;
  padding-top: 1.01rem;
  box-sizing: border-box;
  background: url(../images/bg.png) no-repeat center 1.12rem;
}
.design .biaoti {
  margin: 0 auto;
  width: 5.72rem;
  text-align: center;
  height: 1.04rem;
}
.design .biaoti i {
  display: block;
  letter-spacing: 0.07rem;
  color: #f3f3f3;
  font-family: arial;
  font-size: 0.7rem;
  line-height: 0.52rem;
  font-weight: bold;
}
.design .biaoti h3 {
  color: #323232;
  font-size: 0.4rem;
  line-height: 0.38rem;
  font-weight: bold;
  margin: -0.2rem 0 0.18rem;
}
.design .biaoti h3 a {
  color: #323232;
}
.design .biaoti h3 em {
  color: #ff8500;
  font-weight: bold;
}
.design .biaoti p {
  letter-spacing: 0.13rem;
  color: #ff8500;
  font-size: 0.16rem;
  line-height: 0.15rem;
}
.design .zs {
  display: none;
}
.design ul {
  width: 100%;
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.design ul li.on::after {
  opacity: 0;
}
.design ul li.on {
  width: 67%;
}
.design ul li.on .tis {
  display: none;
}
.design ul li.on .zi {
  left: 0.6rem;
  opacity: 1;
}
.design ul li::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  content: "";
  transition: 0.5s;
}
.design ul li {
  position: relative;
  width: 11%;
  height: 6.5rem;
  transition: 1s;
  overflow: hidden;
}
.design ul li img {
   width: 100%; 
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.design ul li .tis {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  padding-top: 2.08rem;
  box-sizing: border-box;
}
.design ul li .tis p {
  width: 100%;
  writing-mode: tb-rl;
  line-height: 1.4rem;
  letter-spacing: 0.04rem;
  color: #ffffff;
  font-size: 0.18rem;
  padding-top: 0.29rem;
  box-sizing: border-box;
  box-sizing: content-box;
  max-height: 3.5rem;
  background: url("../images/quan.png") no-repeat center top;
}
.design ul li .tis p a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.design ul li .tis span {
  display: block;
  width: 100%;
  line-height: 0.22rem;
  letter-spacing: 0rem;
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  bottom: 0.1rem;
  left: 0px;
  border-left: 0.1rem 0px solid;
  box-sizing: border-box;
  padding: 0 0.1rem;
  text-align: right;
}
.design ul li .zi {
  width: 3.54rem;
  height: 2.79rem;
  background: rgba(255, 255, 255, 0.85) url(../images/ban.png) no-repeat 0.35rem 0.79rem;
  position: absolute;
  bottom: 0.4rem;
  left: -100%;
  border-left: 0.4rem -100% solid;
  opacity: 0;
  box-sizing: border-box;
  padding: 0.4rem 0.4rem 0 0.34rem;
  transition: 1s;
}
.design ul li .zi .ti {
  width: 100%;
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.design ul li .zi .ti a {
  color: #333;
}
.design ul li .zi .jie {
  line-height: 0.22rem;
  letter-spacing: 0rem;
  color: #666666;
  font-size: 0.14rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 1.1rem;
  margin: 0.45rem 0 0.4rem;
}
.design ul li .zi em {
  display: block;
  text-align: right;
  color: #e68316;
  font-size: 0.12rem;
  line-height: 0.11rem;
}
.design ul li .zi .mo1 {
  display: block;
  width: 1.02rem;
  height: 0.31rem;
  text-align: center;
  line-height: 0.31rem;
  position: absolute;
  bottom: 0.36rem;
  right: -0.67rem;
  border-right: 0.36rem -0.67rem solid;
  border-radius: 0.15rem;
  color: #fff;
  font-size: 0.12rem;
  background-color: #97af0f;
}
.design ul li .zi .mo2 {
  display: block;
  width: 1.02rem;
  height: 0.31rem;
  text-align: center;
  line-height: 0.31rem;
  position: absolute;
  bottom: 0px;
  right: -0.67rem;
  border-right: 0 -0.67rem solid;
  border-radius: 0.15rem;
  color: #fff;
  font-size: 0.12rem;
  background-color: #ff8500;
}
.design ul li .zi .mo2 span i:nth-child(5) {
  margin-left: 5px;
}
/* 服务 */
.service {
  width: 100%;
  height: 10.59rem;
  margin-top: -0.17rem;
  background: url("../images/bg5.jpg") no-repeat center bottom;
  padding-top: 1.68rem;
  box-sizing: border-box;
}
.service .biaoti {
  width: 5.72rem;
  height: 1.04rem;
  float: left;
}
.service .biaoti i {
  display: block;
  letter-spacing: 0.07rem;
  color: #454361;
  font-family: arial;
  font-size: 0.7rem;
  line-height: 0.52rem;
  font-weight: bold;
}
.service .biaoti h3 {
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.38rem;
  font-weight: bold;
  margin: -0.2rem 0 0.18rem;
}
.service .biaoti h3 a {
  color: #fff;
}
.service .biaoti h3 em {
  color: #ff8500;
  font-weight: bold;
}
.service .biaoti p {
  letter-spacing: 0.13rem;
  color: #ff8500;
  font-size: 0.16rem;
  line-height: 0.15rem;
}
.service .dh {
  float: right;
  height: 0.26rem;
  line-height: 0.26rem;
  margin-top: 0.45rem;
  box-sizing: border-box;
  padding-left: 0.37rem;
  background: url("../images/dh3.png") no-repeat left center;
  font-size: 0.23rem;
  color: #fff;
}
.service ul {
  width: 100%;
  margin-top: 0.27rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service ul li.on i {
  background: url("../images/yuan2.png") no-repeat center;
}
.service ul li.on i img {
  left: 4px;
  top: 7px;
}
.service ul li {
  width: 25%;
  height: 3.17rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0.6rem 0.95rem 0;
}
.service ul li i {
  width: 1.11rem;
  height: 1.11rem;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
  background: url("../images/yuan1.png") no-repeat center;
}
.service ul li i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.5s;
}
.service ul li p {
  margin: 0.27rem 0 0.16rem;
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.22rem;
}
.service ul li span {
  display: block;
  line-height: 0.22rem;
  letter-spacing: 0rem;
  color: #afabc4;
  font-size: 0.14rem;
}
.service ul li span a {
  color: #afabc4;
}
/* 加盟 */
.join {
  width: 100%;
  padding-top: 0.66rem;
  padding-bottom: 1.02rem;
  background: url(../images/bg_41.png) no-repeat right 7.3rem;
}
.join .biaoti {
  margin: 0 auto;
  width: 5.83rem;
  height: 0.71rem;
  text-align: center;
}
.join .biaoti i {
  display: block;
  letter-spacing: 0.07rem;
  color: #f3f3f3;
  font-family: arial;
  font-size: 0.7rem;
  line-height: 0.52rem;
  font-weight: bold;
}
.join .biaoti h3 {
  color: #323232;
  font-size: 0.4rem;
  line-height: 0.38rem;
  margin-top: -0.21rem;
}
.join .biaoti h3 a {
  color: #323232;
}
.join .biaoti h3 em {
  color: #ff8500;
  font-weight: bold;
}
.join .zs {
  display: none;
}
.join ul {
  width: 100%;
  margin-top: 0.56rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join ul li:hover img {
  transform: scale(1.2);
}
.join ul li {
  width: 19%;
  height: 2.82rem;
  transition: 0.5s;
  margin-top: 0.21rem;
  overflow: hidden;
  position: relative;
}
.join ul li img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.join ul li .ti {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  background: url("../images/ti.png") no-repeat center;
  height: 0.49rem;
  background-size: 100% 100%;
  line-height: 0.49rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.join ul li .ti a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #fff;
}
/* 关于我们 */
.about {
  width: 100%;
  height: 7.66rem;
  background: url(../images/bg_41.png) no-repeat right -1.71rem;
}
.about .able {
  width: 5.33rem;
}
.about .able .tis {
  width: 100%;
  height: 1.01rem;
  position: relative;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.about .able .tis span {
  letter-spacing: 0.1rem;
  color: #ecebeb;
  opacity: 0.48;
  font-family: arial;
  font-size: 0.7rem;
  line-height: 0.52rem;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.about .able .tis h3 {
  font-size: 0.32rem;
  line-height: 0.3rem;
  color: #333;
}
.about .able .tis h3 a {
  color: #333;
}
.about .able .tis p {
  margin-top: 0.09rem;
  letter-spacing: 0.01rem;
  color: #888888;
  font-size: 0.12rem;
  line-height: 0.11rem;
}
.about .able .bt {
  width: 100%;
  height: 0.82rem;
  border-left: 1px solid #e3e3e3;
  margin-left: 0.2rem;
  box-sizing: border-box;
  padding-left: 0.29rem;
  line-height: 0.6rem;
  color: #ff8500;
  font-size: 0.16rem;
  font-weight: bold;
}
.about .able .jie {
  line-height: 0.34rem;
  letter-spacing: 0rem;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.14rem;
}
.about .abri::after {
  width: 6.19rem;
  height: 0.8rem;
  background: url("../images/tuo.png") no-repeat center;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-right: 0 0px solid;
  z-index: -1;
}
.about .abri>div{
		width: 100% !important;
	height: 100% !important;
}
.about .abri iframe{
	width: 100% !important;
	height: 100% !important;
}
.about .abri {
  width: 6.5rem;
  height: 3.94rem;
  position: relative;
}
.about .abri img {
  width: 6.5rem;
  height: 3.94rem;
}
.about .hd {
  width: 5.65rem;
  height: 0.4rem;
  float: left;
  margin-top: -0.44rem;
}
.about .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url("../images/line.png") no-repeat center;
}
.about .hd ul li.on {
  background: #ff8500 url(../images/g11.png) no-repeat 0.24rem center;
  border: 2px solid #ff8500;
}
.about .hd ul li.on a {
  color: #fff;
}
.about .hd ul li:nth-child(2) {
  background: url(../images/g2.png) no-repeat 0.24rem center;
}
.about .hd ul li:nth-child(2).on {
  background: #ff8500 url(../images/g21.png) no-repeat 0.24rem center;
}
.about .hd ul li:nth-child(3) {
  background: url(../images/g3.png) no-repeat 0.24rem center;
}
.about .hd ul li:nth-child(3).on {
  background: #ff8500 url(../images/g31.png) no-repeat 0.24rem center;
}
.about .hd ul li {
  width: 1.38rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border: 2px solid #EEEEEE;
  box-sizing: border-box;
  padding-left: 0.57rem;
  color: #555555;
  font-size: 0.14rem;
  transition: 0.5s;
  background: url(../images/g1.png) no-repeat 0.24rem center;
}
.about .hd ul li a {
  color: #555555;
  transition: 0.3s;
}
.about .bd {
  height: 3.25rem !important;
}
.about .bdss {
  margin-top: 0.64rem;
}
.about .bdss ul li:hover .tu img {
  transform: scale(1.2);
}
.about .bdss ul li:hover .ti {
  color: #ff8500;
}
.about .bdss ul li:hover .ti a {
  color: #ff8500;
}
.about .bdss ul li {
  width: 2.96rem;
  margin-right: 0.3rem;
  float: left;
}
.about .bdss ul li .tu {
  width: 100%;
  height: 2.16rem;
  background-color: #DCDCDC;
  overflow: hidden;
}
.about .bdss ul li .tu a {
  display: block;
  width: 2.89rem;
  height: 2.08rem;
  margin: 0.04rem;
  overflow: hidden;
}
.about .bdss ul li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.about .bdss ul li .ti {
  width: 100%;
  line-height: 0.4rem;
  box-sizing: border-box;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.about .bdss ul li .ti a {
  font-size: 0.14rem;
  color: #777;
  transition: 0.3s;
}
/* 新闻 */
.news {
  width: 100%;
  height: 8.56rem;
  background-color: #efefef;
  padding-top: 0.59rem;
  box-sizing: border-box;
}
.news .biaoti {
  margin: 0 auto;
  width: 5.95rem;
  text-align: center;
  height: 1.04rem;
}
.news .biaoti i {
  display: block;
  letter-spacing: 0.07rem;
  color: #f9f9f9;
  font-family: arial;
  font-size: 0.7rem;
  line-height: 0.52rem;
  font-weight: bold;
}
.news .biaoti h3 {
  color: #323232;
  font-size: 0.4rem;
  line-height: 0.38rem;
  font-weight: bold;
  margin: -0.2rem 0 0.18rem;
}
.news .biaoti h3 a {
  color: #323232;
}
.news .biaoti h3 em {
  color: #ff8500;
  font-weight: bold;
}
.news .biaoti p {
  letter-spacing: 0.13rem;
  color: #777777;
  font-size: 0.16rem;
  line-height: 0.15rem;
}
.news .tabBox {
  width: 7.98rem;
  margin-top: 0.43rem;
  float: left;
}
.news .tabBox .hd {
  width: 3.6rem;
  height: 0.5rem;
}
.news .tabBox .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .tabBox .hd ul li.on {
  background: #ff8500 url(../images/xw11.png) no-repeat 0.2rem center;
}
.news .tabBox .hd ul li.on a {
  color: #fff;
}
.news .tabBox .hd ul li:nth-child(2) {
  background: #ffffff url(../images/xw2.png) no-repeat 0.2rem center;
}
.news .tabBox .hd ul li:nth-child(2).on {
  background: #ff8500 url(../images/xw21.png) no-repeat 0.2rem center;
}
.news .tabBox .hd ul li:nth-child(3) {
  display: none;
}
.news .tabBox .hd ul li {
  transition: 0.5s;
  width: 1.7rem;
  height: 0.5rem;
  background: #ffffff url(../images/xw1.png) no-repeat 0.2rem center;
  border-radius: 0.25rem;
  border: solid 1px #dcdcdc;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #545454;
  box-sizing: border-box;
  padding-left: 0.63rem;
}
.news .tabBox .bd .con:nth-child(3) {
  display: none;
}
.news .tabBox .bd .yi:hover .tu img {
  transform: scale(1.2);
}
.news .tabBox .bd .yi:hover .zi .ti a {
  color: #ff8500;
}
.news .tabBox .bd .yi {
  width: 100%;
  height: 1.71rem;
  background-color: #ffffff;
  border-radius: 0.05rem;
  margin: 0.27rem 0 0.19rem;
  box-sizing: border-box;
  padding: 0.2rem 0.25rem 0 0.15rem;
}
.news .tabBox .bd .yi .tu {
  float: left;
  width: 1.9rem;
  height: 1.3rem;
  overflow: hidden;
}
.news .tabBox .bd .yi .tu img {
  width: 1.9rem;
  height: 1.3rem;
  transition: 0.5s;
}
.news .tabBox .bd .yi .shi {
  float: left;
  text-align: center;
  margin: 0.27rem 0.31rem 0 0.23rem;
  color: #545454;
  font-size: 0.14rem;
  line-height: 0.11rem;
}
.news .tabBox .bd .yi .shi p {
  margin-bottom: 0.25rem;
  width: 100%;
  height: 0.37rem;
  border-bottom: 1px solid #dadada;
  color: #545454;
  font-size: 0.24rem;
  line-height: 0.18rem;
}
.news .tabBox .bd .yi .zi {
  float: right;
  width: 4.43rem;
  margin-top: 0.3rem;
}
.news .tabBox .bd .yi .zi .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.18rem;
  font-size: 0.18rem;
  color: #545454;
}
.news .tabBox .bd .yi .zi .ti a {
  color: #545454;
  transition: 0.3s;
}
.news .tabBox .bd .yi .zi .jie {
  margin-top: 0.14rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.26rem;
  letter-spacing: 0rem;
  color: #a7a7a7;
  font-size: 0.14rem;
}
.news .tabBox .bd ul {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.05rem;
  box-sizing: border-box;
  padding: 0 0.12rem;
}
.news .tabBox .bd ul li:last-child {
  border: none;
}
.news .tabBox .bd ul li:hover .ti a {
  color: #ff8500;
}
.news .tabBox .bd ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  line-height: 0.77rem;
}
.news .tabBox .bd ul li::before {
  content: '';
  display: block;
  transition: 0.7s;
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  background: #ff8500;
}
.news .tabBox .bd ul li:hover:before {
  width: 100%;
}
.news .tabBox .bd ul li span {
  float: left;
  color: #8b8b8b;
  font-size: 0.18rem;
}
.news .tabBox .bd ul li .ti {
  float: left;
  margin-left: 0.3rem;
  width: 88%;
}
.news .tabBox .bd ul li .ti a {
  width: 100%;
  display: block;
  font-size: 0.16rem;
  color: #545454;
  box-sizing: border-box;
  padding-right: 0.5rem;
  background: url("../images/jt.png") no-repeat right center;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .cjwt {
  width: 4.5rem;
  margin-top: 0.42rem;
}
.news .cjwt .tis {
  transition: 0.5s;
  width: 1.7rem;
  height: 0.5rem;
  background: #3a3a60 url(../images/xw11.png) no-repeat 0.2rem center;
  border-radius: 0.25rem;
  border: solid 1px #dcdcdc;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #fff;
  box-sizing: border-box;
  padding-left: 0.63rem;
}
.news .cjwt .tis a {
  color: #fff;
}
.news .cjwt ul {
  width: 100%;
  margin-top: 0.27rem;
}
.news .cjwt ul .tu:hover img {
  transform: scale(1.2);
}
.news .cjwt ul .tu {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.news .cjwt ul .tu img {
  width: 100%;
  height: 2.2rem;
  transition: 1s;
}
.news .cjwt ul li:hover .ti a {
  color: #ff8500;
}
.news .cjwt ul li:last-child {
  height: 1.45rem;
  margin-top: 2px;
}
.news .cjwt ul li {
  width: 100%;
  height: 1.35rem;
  box-sizing: border-box;
  padding: 0.3rem 0.08rem;
  background: #fff;
}
.news .cjwt ul li .ti {
  width: 100%;
  line-height: 0.19rem;
  box-sizing: border-box;
  padding-left: 0.33rem;
  background: url("../images/Q.png") no-repeat left center;
  font-size: 0.16rem;
  color: #545454;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .cjwt ul li .ti a {
  color: #545454;
  transition: 0.3s;
}
.news .cjwt ul li .jie {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.33rem;
  background: url(../images/A.png) no-repeat left 3px;
  color: #8b8b8b;
  line-height: 0.25rem;
  margin-top: 0.15rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 小屏下样式 */
@media screen and (max-width: 980px) {
  .biaoti {
    width: 100% !important;
    overflow: hidden;
  }
  /* 问题 */
  .problem {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    background: none;
  }
  .problem .biaoti {
    width: 100%;
    height: auto;
    padding-bottom: 0.01rem;
  }
  .problem .biaoti img {
    max-width: 85%;
    right: 50%;
    transform: translateX(50%);
  }
  .problem .biaoti span {
    font-size: 0.35rem;
    letter-spacing: 0.1rem;
    line-height: 0.15rem;
  }
  .problem .biaoti h3 {
    font-size: 0.22rem;
    line-height: 0.35rem;
    margin: -0.1rem 0 0.03rem;
    letter-spacing: 0;
  }
  .problem .biaoti p {
    font-size: 0.1rem;
    text-transform: lowercase;
  }
  .problem ul {
    margin-top: 0.1rem;
    justify-content: normal;
    flex-wrap: nowrap;
  }
  .problem ul .swiper-slide-next {
    transform: translateX(-15px);
  }
  .problem ul li.on {
    background: url(../images/ku1.png) no-repeat left top;
  }
  .problem ul li:nth-child(2) {
    background: url(../images/ku2.png) no-repeat left top;
  }
  .problem ul li:nth-child(4) em {
    transform: rotate(0);
  }
  .problem ul li:nth-child(5) {
    margin-left: 0;
  }
  .problem ul li:nth-child(5) em {
    display: block;
  }
  .problem ul li:nth-child(6) em {
    left: auto !important;
    transform: rotate(0);
  }
  .problem ul li:last-child {
    background: url(../images/ku2.png) no-repeat left top;
  }
  .problem ul li:last-child em {
    display: none;
  }
  .problem ul li {
    margin-top: 0.25rem;
    width: 1.8rem;
    height: 2rem;
    padding: 0.1rem;
    background-size: 100% 100% !important;
    box-shadow: 0.06rem 0 0rem 0rem rgba(0, 0, 0, 0.08);
  }
  .problem ul li em {
    top: 0.92rem !important;
    right: -0.15rem !important;
  }
  .problem ul li i {
    width: 0.3rem;
    height: 0.3rem;
    background-size: 50% !important;
    border: solid 0.03rem rgba(58, 57, 95, 0.2);
  }
  .problem ul li span {
    margin: 0.07rem 0 0.1rem;
    font-size: 0.16rem;
  }
  .problem ul li p {
    font-size: 0.14rem;
    line-height: 0.25rem;
  }
  /* 优势 */
  .reason {
    background-size: auto 200%;
    padding-bottom: 0.5rem;
    background-position: center bottom;
  }
  .reason .biaoti {
    position: relative;
    background-size: 75%;
    height: 0.58rem;
  }
  .reason .biaoti img {
    max-height: 90%;
    left: 1.2rem;
  }
  .reason .biaoti h3 {
    text-align: center;
    margin-left: 0;
    font-size: 0.3rem;
    line-height: 0;
  }
  .reason .biaoti h3 i {
    margin-left: 0.8rem;
  }
  .reason .box1 {
    width: 100%;
  }
  .reason .box1 ul {
    width: 100%;
    padding: 0.1rem 0.2rem 0 0.3rem;
  }
  .reason .box1 ul li .ti {
    margin-left: -0.52rem;
    padding-left: 0.5rem;
    width: 100%;
    background-size: 100% !important;
    position: relative;
  }
  .reason .box1 ul li .ti p {
    font-size: 0.15rem;
  }
  .reason .box1 ul li .ti p span {
    font-size: 0.2rem;
  }
  .reason .box1 ul li .ti i {
    position: absolute;
    top: 0.31rem;
    right: -0.6rem;
  }
  .reason .box1 ul li .jie {
    line-height: 0.17rem;
    background: url(../images/dian.png) no-repeat left 9px;
  }
  .reason .box1 .tu {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .reason .box1 .tu img {
    width: 100%;
  }
  .reason .box2 {
    width: 100%;
    margin-top: 0.3rem;
    box-shadow: 0rem 0rem 0.13rem 0rem rgba(0, 0, 0, 0.1);
    padding: 0.1rem;
  }
  .reason .box2 ul {
    margin-top: 0;
    width: 100%;
    padding: 0;
    float: none;
  }
  .reason .box2 ul li:nth-child(3) .ti {
    margin-right: -0.365rem;
  }
  .reason .box2 ul li .ti {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    background-size: 97% 100% !important;
    position: relative;
    padding-right: 0.3rem;
    margin-right: -0.285rem;
  }
  .reason .box2 ul li .ti p {
    font-size: 0.13rem;
  }
  .reason .box2 ul li .ti p span {
    font-size: 0.16rem;
    margin-left: 0.1rem;
  }
  .reason .box2 ul li .ti i {
    position: absolute;
    right: auto;
    left: -0.45rem;
  }
  .reason .box2 ul li .jie {
    width: 100%;
    line-height: 0.25rem;
    background: url(../images/dian.png) no-repeat left 9px;
  }
  .reason .box2 .tu {
    width: 100%;
    margin-top: 0.44rem;
    height: auto;
  }
  .reason .box2 .tu img {
    width: 100%;
  }
  /* 产品 */
  .product {
    width: 100%;
  }
  .product .biaoti {
    text-align: center;
    height: 1rem;
  }
  .product .biaoti i {
    font-size: 0.5rem;
  }
  .product .biaoti h3 {
    margin: -0.2rem 0 0.1rem;
    font-size: 0.3rem;
  }
  .product .biaoti p {
    font-size: 0.14rem;
    line-height: 0.12rem;
  }
  .product .classify {
    display: none;
  }
  .product .dh {
    display: none;
  }
  .product .pics {
    width: 100%;
  }
  .product .pics ul {
    margin-top: 0;
  }
  .product .pics ul li {
    margin-top: 0.2rem;
    width: 49%;
    padding: 0;
    height: 2rem;
  }
  .product .pics ul li .tu {
    height: 1.64rem;
  }
  .product .pics ul li .ti {
    margin-top: 0.1rem;
    padding: 0 0.1rem;
  }
  /* 设计 */
  .design {
    height: auto;
    padding-top: 0.4rem;
    background: url(../images/bg.png) no-repeat center;
    background-size: auto 100%;
  }
  .design .biaoti {
    height: 0.8rem;
  }
  .design .biaoti i {
    font-size: 0.4rem;
    letter-spacing: 0.04rem;
    line-height: 0.3rem;
  }
  .design .biaoti h3 {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin: -0.1rem 0 0.12rem;
  }
  .design .biaoti p {
    letter-spacing: 0.1rem;
    font-size: 0.13rem;
    line-height: 0.13rem;
  }
  .design .zs {
    display: block;
    width: 2rem;
    height: 0.4rem;
    margin: 0.3rem auto 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    line-height: 0.4rem;
    font-size: 0.15rem;
    color: #ff8500;
  }
  .design ul {
    justify-content: normal;
    flex-wrap: nowrap;
  }
  .design ul li::after {
    display: none;
  }
  .design ul li.on .zi {
    left: 50%;
  }
  .design ul li {
    position: relative;
    width: 100%;
    height: 3.8rem;
    transition: 1s;
    overflow: hidden;
  }
  .design ul li .tis {
    display: none;
  }
  .design ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .design ul li .zi {
    width: 80%;
    height: 2.79rem;
    background: rgba(255, 255, 255, 0.85) url(../images/ban.png) no-repeat 0.35rem 0.79rem;
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    border-left: 0.4rem 50% solid;
    opacity: 1;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 0.4rem 0.4rem 0 0.34rem;
    transition: 1s;
  }
  .design ul li .zi .ti {
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .design ul li .zi .ti a {
    color: #333;
  }
  .design ul li .zi .jie {
    line-height: 0.22rem;
    letter-spacing: 0rem;
    color: #666666;
    font-size: 0.14rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 1.1rem;
    margin: 0.45rem 0 0.4rem;
  }
  .design ul li .zi em {
    display: block;
    text-align: left;
    color: #e68316;
    font-size: 0.12rem;
    line-height: 0.11rem;
  }
  .design ul li .zi .mo1 {
    display: block;
    width: 1.02rem;
    height: 0.31rem;
    text-align: center;
    line-height: 0.31rem;
    position: absolute;
    bottom: 0.36rem;
    right: -0.27rem;
    border-right: 0.36rem -0.27rem solid;
    border-radius: 0.15rem;
    color: #fff;
    font-size: 0.12rem;
    background-color: #97af0f;
  }
  .design ul li .zi .mo2 {
    display: block;
    width: 1.02rem;
    height: 0.31rem;
    text-align: center;
    line-height: 0.31rem;
    position: absolute;
    bottom: 0px;
    right: -0.27rem;
    border-right: 0 -0.27rem solid;
    border-radius: 0.15rem;
    color: #fff;
    font-size: 0.12rem;
    background-color: #ff8500;
  }
  .design ul li .zi .mo2 span i:nth-child(5) {
    margin-left: 5px;
  }
  /* 服务 */
  .service {
    height: 7.6rem;
    margin-top: 0.2rem;
    background-size: auto 115% !important;
    padding-top: 0.5rem;
    background: url(../images/bg51.jpg) no-repeat center -0.6rem;
  }
  .service .biaoti {
    height: 0.8rem;
    text-align: center;
  }
  .service .biaoti i {
    font-size: 0.4rem;
    letter-spacing: 0.04rem;
    line-height: 0.3rem;
  }
  .service .biaoti h3 {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin: -0.1rem 0 0.12rem;
  }
  .service .biaoti p {
    letter-spacing: 0.1rem;
    font-size: 0.13rem;
    line-height: 0.13rem;
  }
  .service .dh {
    margin-top: 0.2rem;
    font-size: 0.21rem;
  }
  .service .swiper-service {
    height: 7rem;
  }
  .service ul {
    justify-content: normal;
    flex-wrap: nowrap;
  }
  .service ul li.on i {
    background: url(../images/yuan1.png) no-repeat center;
  }
  .service ul li.on i img {
    left: 4px;
    top: 7px;
  }
  .service ul li {
    height: 2.5rem;
    padding: 0;
  }
  .service ul li i {
    width: 100%;
  }
  /* 加盟 */
  .join {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .join .biaoti {
    height: 0.5rem;
    text-align: center;
  }
  .join .biaoti i {
    font-size: 0.4rem;
    letter-spacing: 0.04rem;
    line-height: 0.3rem;
  }
  .join .biaoti h3 {
    font-size: 0.25rem;
    line-height: 0.3rem;
    margin: -0.1rem 0 0.12rem;
  }
  .join .zs {
    display: block;
    width: 2rem;
    height: 0.4rem;
    margin: 0.3rem auto 0;
    text-align: center;
    border-radius: 10px;
    line-height: 0.4rem;
    font-size: 0.15rem;
    color: #ff8500;
    background: url(../images/dh2.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 0.2rem;
  }
  .join ul {
    margin-top: 0.2rem;
  }
  .join ul li:nth-child(5),
  .join ul li:nth-child(6),
  .join ul li:nth-child(7),
  .join ul li:nth-child(8),
  .join ul li:nth-child(9),
  .join ul li:nth-child(10) {
    display: none;
  }
  .join ul li {
    width: 49%;
    height: 1.82rem;
  }
  /* 关于我们 */
  .about {
    background: none;
    height: 5.8rem;
  }
  .about .slideTxtBox1 {
    display: none;
  }
  .about .able {
    width: 100%;
  }
  .about .able .tis {
    text-align: center;
  }
  .about .able .tis span {
    font-size: 0.4rem;
    position: relative;
    display: block;
    line-height: 0.2rem;
  }
  .about .able .tis h3 {
    font-size: 0.25rem;
    margin: -0.07rem 0 0.1rem;
  }
  .about .able .tis p {
    margin-top: 0;
    letter-spacing: 0;
  }
  .about .able .bt {
    height: auto;
    border: none;
    margin: 0;
    text-align: center;
    padding: 0;
    line-height: 0.4rem;
  }
  .about .abri::after {
    width: 100%;
    height: 0.5rem;
    background: url(../images/tuo.png) no-repeat center;
    background-size: auto 100% !important;
    bottom: -0.2rem;
  }
  .about .abri {
    width: 100%;
    height: 2.5rem;
  }
  .about .abri img {
    height: 2.5rem;
    width: 100%;
  }
  /* 新闻 */
  .news {
    height: 6.3rem;
    padding-top: 0.4rem;
  }
  .news .biaoti {
    height: 0.8rem;
    text-align: center;
  }
  .news .biaoti i {
    font-size: 0.4rem;
    letter-spacing: 0.04rem;
    line-height: 0.3rem;
  }
  .news .biaoti h3 {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin: -0.1rem 0 0.12rem;
  }
  .news .biaoti p {
    letter-spacing: 0.1rem;
    font-size: 0.13rem;
    line-height: 0.13rem;
  }
  .news .tabBox {
    width: 100%;
    margin-top: 0.3rem;
  }
  .news .tabBox .hd {
    width: 100%;
    margin: 0 auto;
  }
  .news .tabBox .hd ul li:nth-child(3) {
    display: block;
  }
  .news .tabBox .hd ul li {
    width: 32%;
    line-height: 0.4rem;
    height: 0.4rem;
    box-sizing: border-box;
    padding-left: 0.4rem;
    background-size: auto 40% !important;
    font-size: 0.15rem;
  }
  .news .tabBox .bd {
    width: 100%;
  }
  .news .tabBox .bd .con:nth-child(3) {
    display: block;
  }
  .news .tabBox .bd .yi {
    margin: 0.18rem 0;
  }
  .news .tabBox .bd .yi .shi {
    display: none;
  }
  .news .tabBox .bd .yi .tu {
    width: 40%;
  }
  .news .tabBox .bd .yi .zi {
    width: 56%;
  }
  .news .tabBox .bd ul li {
    line-height: 0.45rem;
  }
  .news .tabBox .bd ul li .ti {
    margin-left: 0;
  }
  .news .tabBox .bd ul li .ti a {
    font-size: 0.15rem;
    background: none;
    padding: 0;
  }
  .news .tabBox .bd ul li span {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0.16rem;
  }
  .news .cjwt {
    display: none;
  }
}
