body {
  background-color: #f4f4f4;
}
.green {
  color: #41a32c;
}
.grey {
  color: #676767;
}
.w-1400 {
  width: 1400px;
  margin: 0 auto;
}
.hx {
  background-color: #fff;
  padding: 50px 0 100px;
  position: relative;
  margin-bottom: 100px;
}
.hzzj-tit {
  font-size: 48px;
  font-family: SourceHanSansSC;
  font-weight: bold;
  text-align: center;
}

.hzzj-subtit {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}
.hx ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.hx ul li {
  width: 18%;
}
.hx ul li .hx-list img {
  display: block;
  margin: 0 auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.hx ul li .hx-list:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.hx ul li p {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-top: 20px;
}

.zjhz {
  width: 179px;
  height: 48px;
  line-height: 48px;
  background: linear-gradient(0deg, #00419c 0%, #016cc2 100%);
  border-radius: 24px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.cpzx {
  margin-bottom: 50px;
}
.cpzx .hzzj-tit {
  padding: 40px;
  color: #fff;
  background: #41a32c;
}
.cpzx ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.cpzx ul li {
  width: 28%;
  background-color: #fff;
  padding: 20px;
  margin-right: 1%;
  margin-bottom: 30px;
}
.cpzx ul li .cp-pic {
  height: 330px;
  overflow: hidden;
}
.cpzx ul li .cp-pic img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.cpzx ul li:hover .cp-pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cpzx ul li .cp-tit {
  font-size: 20px;
  color: #333;
  margin: 10px 0;
  text-align: left;
}
.cpzx .cp-link {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border: 2px solid #dddddd;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.cpzx .cp-link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.cpzx .cp-link a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #7b7b7b;
}
.cpzx .cp-link a i {
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-top;
  height: 15px;
  width: 7px;
  background: url("../images/hzzj/jt-you.png") no-repeat;
  background-position: center;
}
.cpzx .cp-link a:hover {
  color: #41a32c;
}
.cpzx .cp-link a:hover i {
  background-image: url("../images/hzzj/jt-you-h.png");
}

.cpyy {
  padding: 50px 0 80px;
  background: #fff;
}
.cpyy .cpyy-pic img {
  display: block;
  margin: 80px auto 0;
  max-width: 100%;
}

/* 保养案例 */

.byal {
  background: url("../image/byal-bg.png") no-repeat;
  background-position: center;
  padding: 80px 0;
}

.byal .hzkh-swip {
  width: 1200px;
  margin: 50px auto 0;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.byal .hzkh-swip .swiper-container-hzkh {
  width: 100%;
}

.swiper-container-hzkh .swiper-slide {
  border: 20px solid #fff;
  background-color: #fff;
  box-sizing: border-box;
}

.swiper-container-hzkh .swiper-slide .hzkh-img {
  width: 100%;
  overflow: hidden;
}

.swiper-container-hzkh .swiper-slide img {
  display: block;
}

.swiper-container-hzkh .swiper-slide .hzkh-img img {
  width: 100%;
  transition: 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  -ms-transition: 0.5s all ease-in;
  -o-transition: 0.5s all ease-in;
}

.swiper-container-hzkh .swiper-slide:hover .hzkh-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.swiper-container-hzkh .swiper-slide p {
  line-height: 40px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-top: 15px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.swiper-container-hzkh .swiper-slide:hover p {
  color: #41a32c;
}

.swiper-container-hzkh .swiper-slide span {
  display: block;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.swiper-container-hzkh .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 1;
}

.swiper-container-hzkh .swiper-pagination-bullet-active {
  background: #41a32c;
}

.swiper-container-hzkh .swiper-pagination {
  bottom: 0;
}

.address {
  margin: 50px 0;
}

.address .main {
  background-color: #fff;
  padding: 50px 60px;
  box-sizing: border-box;
}

.address .map {
  width: 100%;
  height: 480px;
  margin-top: 40px;
  background-color: #ccc;
}

/* 专业售后 */
.zysh {
  padding: 70px 0 100px;
}
.zysh-tip {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  width: max-content;
  display: block;
  margin: 25px auto 0;
  padding: 15px 30px;
  background: #41a32c;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.zysh ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.zysh ul li {
  width: 23%;
}
.zysh ul li img {
  display: block;
  max-width: 100%;
}

/* 走进经耐斯 */
.zj {
  padding: 50px 80px;
  background-color: #fff;
  box-sizing: border-box;
}
.zj p {
  text-align: left;
}
.zj .zj-pic {
  width: 573px;
  overflow: hidden;
  float: left;
}
.zj .zj-pic img {
  display: block;
  max-width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.zj .zj-cont {
  float: left;
  width: 540px;
  margin-left: 70px;
}
.zj .zj-pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.zj-cont .zj-tit {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin: 30px 0;
}
.zj-cont .zj-det {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  text-indent: 2em;
}
@media screen and (max-width: 1500px) {
  .w-1400 {
    width: 1160px;
  }
  .zj-cont .zj-tit {
    font-size: 30px;
    line-height: 36px;
    margin: 10px auto;
  }
  .zj-cont .zj-det {
    font-size: 18px;
  }
  .zj .zj-pic {
    width: 400px;
  }
  .zj .zj-cont {
    width: 560px;
    margin-left: 40px;
  }
}
