.swiper .swiper-slide img {
  width: 100%;
}
.helps {
  margin: 30px 0 10px;
  padding: 0;
}
.helps li {
  display: flex;
  margin-bottom: 10px;
}
.helps li img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.helps li span {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #ee9656;
}
.helps li p {
  font-size: 14px;
}
.recommend-layer {
  margin-top: 40px;
  text-align: center;
}
.recommend-layer h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}
.recommend-layer h4 {
  color: #ee9656;
  font-size: 15px;
}
.recommend-layer ul {
  margin-top: 20px;
}
.recommend-layer ul li {
  width: 27%;
}
.recommend-layer ul li img {
  width: 100%;
}
.recommend-layer ul .name {
  font-family: "Courier New", Courier, monospace;
  padding: 10px;
  font-weight: 600;
  font-size: 24px;
}
.recommend-layer ul .intro {
  font-size: 14px;
  line-height: 1.6;
}
.recommend-layer .swiper-container-lawyer {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: none;
}
.recommend-layer .slide-box img {
  width: 100%;
}
.recommend-layer .slide-box .name {
  font-size: 17px;
  font-weight: 600;
  padding: 5px 0;
}
.recommend-layer .swiper-slide {
  width: 50%;
}
.recommend-layer .swiper-slide-prev,
.recommend-layer .swiper-slide-next {
  transform: scale(80%) !important;
}
.cando h2 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 40px;
}
.cando ul li {
  width: 18.4%;
  border: 1px solid #f5dac7;
  padding: 3px;
  margin-bottom: 10px;
}
.cando ul li img {
  width: 100%;
}
.cando ul li h5 {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  padding: 10px 0 16px;
}
.cando ul li p {
  font-size: 15px;
  padding-left:12px;
}
.cando ul .empty-box {
  border: 1px;
  overflow: hidden;
  width: 18%;
  height: 0;
}
.advantages {
  background-image: url("../images/bg_01.jpg");
}
.advantages h2 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  padding: 40px 0;
}
.advantages ul {
  justify-content: space-between;
  text-align: center;
}
.advantages ul img {
  width: 40px;
  height: 40px;
}
.advantages ul h4 {
  padding: 20px 0;
  font-size: 17px;
  font-weight: 600;
}
.advantages ul p {
  color: #818081;
  font-size: 15px;
}
.advantages ul li {
  width: 18%;
}
.advantages h3 {
  text-align: center;
  font-size: 22px;
  color: #ee9656;
  padding: 50px 0 40px;
}
.case {
  justify-content: space-between;
}
.case h2 {
  padding: 30px 0;
}
.case h2 b {
  font-weight: 600;
  font-size: 20px;
}
.case-left {
  width: 48%;
}
.case-left ul li {
  height: 100px;
  background-color: #f6f6f6;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.case-left ul li img {
  width: 40%;
  height: 100%;
  margin-right: 18px;
}
.case-left ul li .text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case-left ul li .text h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.case-left ul li .text p {
  padding-right: 10px;
  font-size: 15px;
  color: #818081;
}
.case-right {
  margin-bottom: 30px;
  width: 48%;
}
.case-right .video-box {
  position: relative;
}
.case-right .video-box .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
}
.case-right .video-box .circle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -7px;
}
.case-right .video-box video {
  width: 100%;
}
.sapcebetween {
  justify-content: space-between;
}
.marry-layer {
  background: url("../images/bg_02.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.marry-layer h2 {
  padding: 30px 0;
}
.marry-layer h2 b {
  font-weight: 600;
  font-size: 20px;
}
.marry-layer h2 span {
  cursor: pointer;
}
.marry-layer h3 {
  font-family: cursive;
  padding: 40px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.marry-layer-left {
  width: 48%;
  height: 302px;
  position: relative;
}
.marry-layer-left .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.marry-layer-left .swiper-slide img {
  width: 48%;
  height: 150px;
}
.marry-layer-right {
  width: 48%;
}
.marry-layer-right li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.marry-layer-right li span {
  margin-left: 20px;
  flex-shrink: 0;
}
.good-chooes h2 {
  padding: 40px 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.good-chooes ul li {
  flex: 1;
  margin-right: 10px;
}
.good-chooes ul li img {
  height: 400px;
  width: 100%;
}
.good-chooes ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .cando ul li {
    width: 48%;
  }
  .cando ul li p {
    text-align: center;
  }
  .advantages ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .advantages ul li h4 {
    padding: 10px;
  }
  .advantages h3 {
    padding: 30px 0;
  }
  .case .case-left {
    width: 100%;
  }
  .case .case-left .text h5 {
    font-size: 17px;
  }
  .case .case-left .text p {
    font-size: 15px;
  }
  .case .case-right {
    width: 100%;
  }
  .marry-layer {
    background: url("../images/bg_03.jpg");
    background-size: cover;
  }
  .marry-layer-left {
    width: 100%;
  }
  .marry-layer-right {
    width: 100%;
  }
  .good-chooes ul li {
    flex: none;
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .helps li {
    display: flex;
    align-items: center;
    width: 48%;
  }
  .recommend-layer ul {
    /*display: none;*/
  }
  .recommend-layer .swiper-container-lawyer {
    display: block;
  }
}
.swiper-btns {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.swiper-btns img {
  width: 20px;
  height: 20px;
}
.swiper-button-next1,
.swiper-button-prev1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 26px;
  background-color: #e39a65;
}
.swiper-button-prev1 {
  transform: rotate(180deg);
}
.swiper-button-disabled {
  background-color: #aaaaaa !important;
}
