menu .container ul li {
  margin-left: 35px;
}

.j1 h5 {
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.j1 h6 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #999999;
}
.j1 .p {
  margin-bottom: 20px;
}
.j1 .p p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0px;
  line-height: 2.5em;
}

.j2 {
  background: url(../images/48.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.j2 .all_h3 {
  color: #fff;
}
.j2 .swiper-container1 .row {
  margin: 0;
}
.j2 .swiper-container1 .img {
  background: #f4f4f5;
  transform: translate(-5px, 0px);
  position: relative;
  z-index: 1;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.j2 .swiper-container1 .zi {
  background: #fff;
  transform: translate(5px, 16px);
  position: relative;
  z-index: 2;
  padding: 20px;
}
.j2 .swiper-container1 .zi .zz {
  padding: 60px 30px;
  border: 2px solid #ececec;
}
.j2 .swiper-container1 .zi .zz h5 {
  font-size: 35px;
  color: #222222;
  margin: 0;
}
.j2 .swiper-container1 .zi .zz .dahuang {
  width: 100%;
  height: 4px;
  background: #ffe100;
  margin: 25px 0;
}
.j2 .swiper-container1 .zi .zz h6 {
  font-size: 16px;
  line-height: 1.5em;
  color: #29a3eb;
  margin-top: 0;
  margin-bottom: 30px;
}
.j2 .swiper-container1 .zi .zz p {
  font-size: 14px;
  color: #666666;
  line-height: 2em;
  margin-bottom: 0;
}
.j2 .swiper-button-next1, .j2 .swiper-button-prev1 {
  background: url(../images/50.png) no-repeat;
  background-size: 100% 100%;
  margin: 0;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  outline: none;
}
.j2 .swiper-button-next1 {
  right: -60px;
}
.j2 .swiper-button-prev1 {
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
}

.j3 {
  padding-bottom: 0px !important;
}
.j3 .yellow {
  margin-top: 60px;
  height: 170px;
  background: #ffe100;
}
.j3 .yellow .container {
  display: flex;
  justify-content: space-between;
}
.j3 .yellow .container .img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 5px solid #fff;
  transform: translateY(-30px);
  position: relative;
}
.j3 .yellow .container .img img {
  border-radius: 50%;
}
.j3 .yellow .container .img .mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.j3 .yellow .container .img .mb h6 {
  font-size: 20px;
  color: #fff;
  margin: 30px 0 10px;
  text-align: center;
}
.j3 .yellow .container .img .mb p {
  width: 75%;
  font-size: 14px;
  line-height: 1.8em;
  color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.j3 .yellow .container .img:hover .mb {
  opacity: 1;
}

.j4 {
  padding-bottom: 0px !important;
}
.j4 .row2::after {
  content: "";
  clear: both;
  display: block;
}
.j4 .row2 .img {
  width: 60%;
  float: left;
}
.j4 .row2 .text {
  width: 40%;
  float: left;
  padding: 0 5%;
  text-align: center;
}
.j4 .row2 .text h5 {
  font-size: 24px;
  color: #29a3eb;
  margin: 100px 0 50px;
}
.j4 .row2 .text p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0;
  line-height: 2em;
}

.j5 .main {
  background: url(../images/51.png) no-repeat;
  background-size: cover auto;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.j5 .main .yuan {
  width: 180px;
  border: 10px solid #efefef;
  background: #efefef;
  border-radius: 90px;
  text-align: center;
  height: 300px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.2s;
}
.j5 .main .yuan h5 {
  font-size: 20px;
  color: #222222;
  margin: 20px 0 25px;
  transition: 0.2s;
}
.j5 .main .yuan h6 {
  font-size: 14px;
  color: #666666;
  margin: 0;
  transition: 0.2s;
}
.j5 .main .yuan img {
  border-radius: 50%;
  top: 0;
}
.j5 .main .yuan:hover {
  background: #ffe100;
  border-color: #ffe100;
}
.j5 .main .yuan:hover img {
  position: absolute;
  top: auto;
  bottom: 0;
}
.j5 .main .yuan:hover h5 {
  color: #fff;
}
.j5 .main .yuan:hover h6 {
  color: #fff;
}

.j6 {
  background: #fcfcfc;
}
.j6 .swiper-container2 .swiper-slide {
  text-align: center;
}
.j6 .swiper-button-next2, .j6 .swiper-button-prev2 {
  background: url(../images/53.png) no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  margin: 0;
  transform: translateY(-50%);
  outline: none;
}
.j6 .swiper-button-prev2 {
  transform: translateY(-50%) rotate(180deg);
  left: -100px;
}
.j6 .swiper-button-next2 {
  right: -100px;
}

@media (max-width: 1380px) {
  .swiper-container2, .swiper-container1 {
    width: 90%;
  }

  .j6 .swiper-button-next2 {
    right: 0px;
  }

  .j6 .swiper-button-prev2 {
    left: 0px;
  }

  .j2 .swiper-button-next1 {
    right: 0px;
  }

  .j2 .swiper-button-prev1 {
    left: 0px;
  }
}
@media (max-width: 1199px) {
  menu .container ul li {
    margin-left: 20px;
  }

  .j1 h5 {
    margin-top: 0;
  }
  .j1 h6 {
    margin-bottom: 15px;
  }
  .j1 .p {
    margin-bottom: 0;
  }
  .j1 .p p {
    line-height: 2em;
  }

  .j2 .swiper-container1 .zi {
    transform: translate(5px, 0px);
    padding: 15px;
  }
  .j2 .swiper-container1 .zi .zz {
    padding: 30px;
  }
  .j2 .swiper-container1 .zi .zz h6 {
    margin-bottom: 15px;
  }

  .j4 .row2 .text h5 {
    margin: 60px 0 35px;
  }
}
@media (max-width: 991px) {
  .swiper-button-next1,
.swiper-button-prev1,
.swiper-button-next2,
.swiper-button-prev2 {
    display: none;
  }

  .j3 .yellow {
    margin-top: 0;
  }
  .j3 .yellow .container .img {
    width: 170px;
    height: 170px;
    transform: translateY(0px);
  }
  .j3 .yellow .container .img .mb p {
    line-height: 1.5em;
  }
  .j3 .yellow .container .img .mb h6 {
    margin: 10px 0 5px;
  }

  .j4 .row2 .text h5 {
    margin: 20px 0 35px;
  }

  .j5 .main .yuan {
    width: 130px;
    border-radius: 65px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .j1 .p p {
    line-height: 1.8em;
  }
  .j1 h6 {
    margin-bottom: 0px;
  }

  .j2 .swiper-container1 .img {
    transform: translate(0px, 0px);
  }
  .j2 .swiper-container1 .zi {
    transform: translate(0px, 0px);
    padding: 15px;
  }
  .j2 .swiper-container1 .zi .zz {
    padding: 15px;
  }
  .j2 .swiper-container1 .zi .zz h5 {
    font-size: 21px;
  }
  .j2 .swiper-container1 .zi .zz .dahuang {
    height: 3px;
    margin: 10px 0;
  }
  .j2 .swiper-container1 .zi .zz h6 {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  .j2 .swiper-container1 .zi .zz p {
    line-height: 1.8em;
  }

  .j3 .yellow {
    height: auto;
  }
  .j3 .yellow .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .j3 .yellow .container .img {
    width: 150px;
    height: 150px;
  }
  .j3 .yellow .container .img .mb h6 {
    margin: 10px 0 5px;
    font-size: 14px;
  }
  .j3 .yellow .container .img .mb p {
    font-size: 12px;
  }

  .j4 .row2 .img {
    width: 100%;
  }
  .j4 .row2 .text {
    width: 100%;
    padding: 0;
  }
  .j4 .row2 .text h5 {
    margin: 10px 0;
    font-size: 18px;
  }
  .j4 .row2 .text p {
    font-size: 14px;
    line-height: 1.8em;
  }

  .j5 .main .yuan {
    height: 140px;
    width: 60px;
  }
  .j5 .main .yuan h5 {
    font-size: 14px;
    margin: 15px 0;
  }
}

/*# sourceMappingURL=bei.css.map */
