.m1 {
  background: #fcfcfc;
  display: -webkit-box;
  overflow: hidden;
}
.m1 .img {
  position: relative;
}
.m1 .img img {
  position: relative;
  z-index: 2;
}
.m1 .img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 50%;
  height: 120%;
  border: 3px solid #ffe100;
  z-index: 1;
}
.m1 .col-md-6 {
  float: right;
}
.m1 .col-md-6 h5 {
  font-size: 20px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 10px;
}
.m1 .col-md-6 h6 {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.m1 .col-md-6 p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 35px;
  margin-top: 15px;
  line-height: 2em;
  text-indent: 2em;
}
.m1 .col-md-6 .ppl {
  transform: translateX(30%);
  margin-bottom: 220px;
}
.m1 .col-md-6 .hh {
  width: 1000px;
  height: 3px;
  background: #ffe100;
}

.m2 .img {
  padding-left: 100px;
}
.m2 .text {
  position: relative;
}
.m2 .text h5 {
  font-size: 20px;
  color: #333333;
  margin-top: 190px;
  margin-bottom: 10px;
}
.m2 .text h6 {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.m2 .text p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 35px;
  margin-top: 15px;
  line-height: 2em;
  text-indent: 2em;
}
.m2 .text .lyn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.m3 {
  background: #fcfcfc;
}
.m3 .row {
  margin: 0px;
}
.m3 .row .col-md-8 {
  padding: 0;
}
.m3 .row .col-md-4 {
  padding: 0;
}
.m3 .row .top::after {
  content: "";
  clear: both;
  display: block;
}
.m3 .row .top .img {
  width: 50%;
  height: 325px;
  float: left;
  overflow: hidden;
}
.m3 .row .top .text {
  width: 50%;
  float: left;
  height: 325px;
  background: #fff;
  padding: 40px;
}
.m3 .row .top .text h5 {
  font-size: 20px;
  color: #ffe300;
  margin-top: 0;
  margin-bottom: 10px;
}
.m3 .row .top .text h6 {
  font-size: 14px;
  color: #999999;
  margin-top: 0px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.m3 .row .top .text p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.9em;
}
.m3 .row .bottom::after {
  content: "";
  clear: both;
  display: block;
}
.m3 .row .bottom .img {
  width: 50%;
  height: 325px;
  float: right;
  overflow: hidden;
}
.m3 .row .bottom .text {
  width: 50%;
  float: left;
  height: 325px;
  background: #ffe100;
  padding: 40px;
  text-align: right;
}
.m3 .row .bottom .text h5 {
  font-size: 20px;
  color: #29a3eb;
  margin-top: 0;
  margin-bottom: 10px;
}
.m3 .row .bottom .text h6 {
  font-size: 14px;
  color: #29a3eb;
  margin-top: 0px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.m3 .row .bottom .text p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.9em;
}
.m3 .row .left .img {
  width: 100%;
  height: 325px;
  overflow: hidden;
}
.m3 .row .left .text {
  height: 325px;
  background: #29a3eb;
  padding: 40px;
}
.m3 .row .left .text h5 {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
.m3 .row .left .text h6 {
  font-size: 14px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.m3 .row .left .text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.9em;
}

.m4 .lb {
  height: 460px;
  background: url(../images/60.png) no-repeat;
  background-size: 100% auto;
  background-position: left;
}
.m4 .lb .swiper-container1 {
  margin-left: 25%;
  height: 100%;
}
.m4 .lb .swiper-container1 .swiper-slide {
  height: 100%;
  border: 2px solid #d9d9d9;
  border-radius: 230px;
  background: #ffffff;
  position: relative;
}
.m4 .lb .swiper-container1 .swiper-slide img {
  width: 100%;
  border-radius: 50%;
  border: 10px solid #d9d9d9;
  transition: 0.4s;
}
.m4 .lb .swiper-container1 .swiper-slide h5 {
  font-size: 45px;
  color: #a5a5a5;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.m4 .lb .swiper-container1 .swiper-slide p {
  width: 100%;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.8em;
  padding: 0 15px;
}
.m4 .lb .swiper-container1 .swiper-slide:nth-of-type(2n) {
  transform: rotate(180deg);
}
.m4 .lb .swiper-container1 .swiper-slide:nth-of-type(2n) img {
  transform: rotate(-180deg);
}
.m4 .lb .swiper-container1 .swiper-slide:nth-of-type(2n) p {
  transform: rotate(-180deg) translateX(50%);
}
.m4 .lb .swiper-container1 .swiper-slide:nth-of-type(2n) h5 {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.m4 .lb .swiper-container1 .swiper-slide:hover img {
  border-color: #ffe100;
}
.m4 .lb .swiper-container1 .swiper-slide:hover h5 {
  color: #29a3eb;
}

.m5 {
  background: #fcfcfc;
}
.m5 h5 {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}
.m5 .swiper-container2 {
  padding-bottom: 20px;
}
.m5 .swiper-container2 .swiper-slide {
  height: 85px;
  line-height: 85px;
  text-align: center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.4;
  transition: 0.4s;
  cursor: pointer;
}
.m5 .swiper-container2 .swiper-slide:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  opacity: 1;
}
.m5 .swiper-scrollbar {
  opacity: 1 !important;
}
.m5 .swiper-container-horizontal > .swiper-scrollbar {
  width: 30%;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  height: 2px;
  background: #f2f2f2;
}
.m5 .swiper-scrollbar-drag {
  height: 6px;
  background: #29a3eb;
  border-radius: 0px;
  left: 0;
  top: -2px;
}

@media (max-width: 1500px) {
  .m1 .col-md-6 .ppl {
    transform: translateX(0%);
  }
}
@media (max-width: 1199px) {
  .m1 .col-md-6 .hh {
    width: 100%;
  }

  .m1 .col-md-6 .ppl {
    margin-bottom: 80px;
  }

  .m1 .img {
    width: 45%;
  }

  .m2 .text h5 {
    margin-top: 60px;
  }

  .m3 .row .top .text {
    height: 268px;
    padding: 20px;
  }
  .m3 .row .top .text h6 {
    margin-bottom: 15px;
  }
  .m3 .row .top .text p {
    line-height: 1.5em;
  }
  .m3 .row .top .img {
    height: 268px;
  }
  .m3 .row .bottom .text {
    height: 268px;
    padding: 20px;
  }
  .m3 .row .bottom .text h6 {
    margin-bottom: 15px;
  }
  .m3 .row .bottom .text p {
    line-height: 1.5em;
  }
  .m3 .row .bottom .img {
    height: 268px;
  }
  .m3 .row .left .text {
    height: 268px;
    padding: 20px;
  }
  .m3 .row .left .text h6 {
    margin-bottom: 15px;
  }
  .m3 .row .left .text p {
    line-height: 1.5em;
  }
  .m3 .row .left .img {
    height: 268px;
  }

  .m4 .lb .swiper-container1 .swiper-slide p {
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .m1 .col-md-6 p {
    margin-bottom: 0;
  }
  .m1 .col-md-6 .hh {
    display: none;
  }
  .m1 .col-md-6 .ppl {
    display: none;
  }

  .m2 .text .lyn {
    display: none;
  }
  .m2 .text h5 {
    margin-top: 0px;
  }
  .m2 .img {
    padding-left: 15px;
  }

  .m3 .row .top .text {
    height: 308px;
    padding: 20px;
  }
  .m3 .row .top .text h6 {
    margin-bottom: 15px;
  }
  .m3 .row .top .text p {
    line-height: 1.8em;
  }
  .m3 .row .top .img {
    height: 308px;
  }
  .m3 .row .bottom .text {
    height: 308px;
    padding: 20px;
  }
  .m3 .row .bottom .text h6 {
    margin-bottom: 15px;
  }
  .m3 .row .bottom .text p {
    line-height: 1.8em;
  }
  .m3 .row .bottom .img {
    height: 308px;
  }
  .m3 .row .left .text {
    width: 50%;
    float: left;
    height: 308px;
    padding: 20px;
  }
  .m3 .row .left .text h6 {
    margin-bottom: 15px;
  }
  .m3 .row .left .text p {
    line-height: 1.8em;
  }
  .m3 .row .left .img {
    width: 50%;
    float: left;
    height: 308px;
  }
}
@media (max-width: 767px) {
  .m1 .img {
    width: 100%;
  }
  .m1 .img::after {
    display: none;
  }

  .m1 .col-md-6 h5 {
    margin-top: 15px;
    margin-bottom: 7px;
  }
  .m1 .col-md-6 h6 {
    margin-bottom: 5px;
  }
  .m1 .col-md-6 p {
    margin-top: 5px;
    line-height: 1.8em;
  }

  .m2 .text h5 {
    margin-top: 15px;
    margin-bottom: 7px;
  }
  .m2 .text h6 {
    margin-bottom: 5px;
  }
  .m2 .text p {
    margin-top: 5px;
    line-height: 1.8em;
    margin-bottom: 10px;
  }

  .m3 .row .top .text {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .m3 .row .top .text h6 {
    margin-bottom: 10px;
  }
  .m3 .row .top .text p {
    line-height: 1.8em;
  }
  .m3 .row .top .img {
    width: 100%;
    height: auto;
  }
  .m3 .row .bottom .text {
    text-align: left;
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .m3 .row .bottom .text h6 {
    margin-bottom: 10px;
  }
  .m3 .row .bottom .text p {
    line-height: 1.8em;
  }
  .m3 .row .bottom .img {
    width: 100%;
    height: auto;
  }
  .m3 .row .left .text {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .m3 .row .left .text h6 {
    margin-bottom: 10px;
  }
  .m3 .row .left .text p {
    line-height: 1.8em;
  }
  .m3 .row .left .img {
    width: 100%;
    height: auto;
  }

  .m4 .lb .swiper-container1 {
    margin-left: 0%;
  }

  .m5 h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .m5 .swiper-container2 .swiper-slide {
    height: 50px;
    line-height: 50px;
  }
  .m5 .swiper-container2 .swiper-slide img {
    width: 90px;
  }
}

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

.cy1226{
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 25px;
  margin-top: 25px;
}
.cy1226 p {
  font-size: 14px;
  color: #666!important;
  text-indent: 28px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
}
.cy1226 p span{
  color: #666!important;
}
.cy1226::-webkit-scrollbar-track{
  width: 3px;
  background: #eee;
}
.cy1226::-webkit-scrollbar{
  width: 3px;
  background: #eee;
}
.cy1226::-webkit-scrollbar-thumb{
  background: #ffe300;
}