@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #edf0f0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
.banner {
  padding-top: 80px;
}
.banner h1 {
  font-size: 36px;
  text-align: center;
  font-weight: normal;
}
.banner h2 {
  font-size: 18px;
  color: #535353;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 60px;
}
.banner .swiper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.current-swiper {
  /* width:1060px; */
  /* height:480px; */
  width: 85%;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 99;
  background-color: #ffffff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}
.swiper_item {
  margin-top: 39px;
  margin-bottom: 39px;
  margin-left: 32px;
  margin-right: 32px;
}
.left-swiper {
  position: absolute;
  left: -10px;
  top: 45px;
  z-index: 1;
}
.right-swiper {
  position: absolute;
  right: -10px;
  top: 45px;
  z-index: 1;
}
.nocurrent-swiper {
  width: 33%;
  height: 80%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.nocurrent-swiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide .swiper_item {
  display: flex;
  /* justify-content: space-evenly; */
  /* align-content: center; */
}
.swiper-slide .swiper_item .item_left {
  width: 50%;
}
.swiper-slide .swiper_item .item_left img {
  width: 100%;
}
.swiper-slide .swiper_item .item_right {
  width: 50%;
}
.swiper-slide .swiper_item .item_right h3 {
  font-size: 24px;
  font-weight: 500;
  color: #13284a;
}
.swiper-slide .swiper_item .item_right p {
  font-size: 18px;
  color: #6e7694;
}
.swiper-slide .swiper_item .item_right .quote_left {
  width: 54px;
  margin-top: 20px;
  margin-bottom: 6px;
}
.slide1 {
}
.slide2 {
}
.slide3 {
}
.banner .title {
  padding-top: 70px;
  margin-left: 45px;
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  color: #666;
}
.nocurrent-swiper .title {
  padding-top: 44px;
  margin-left: 30px;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
}
.name {
  margin-left: 45px;
  height: 55px;
  display: inline-block;
  position: relative;
  line-height: 55px;
  padding-bottom: 9px;
  padding-right: 55px;
  border-bottom: 1px solid #dddddd;
  font-size: 36px;
  color: #333;
}
.nocurrent-swiper .name {
  height: 46px;
  line-height: 46px;
  font-size: 30px;
  padding-right: 46px;
  margin-left: 30px;
}
.name:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/curr_sectbg.png) no-repeat center center;
}
.nocurrent-swiper .name:before {
  width: 26px;
  height: 26px;
  background-size: 100% 100%;
}
.detail {
  margin-left: 45px;
  width: 275px;
  margin-top: 30px;
  padding-right: 5px;
  line-height: 24px;
  color: #bbb;
  font-size: 14px;
}
.nocurrent-swiper .detail {
  font-size: 12px;
  line-height: 20px;
  width: 235px;
  margin-left: 30px;
}
.swiper-button-prev {
  /* width:60px; */
  /* height:60px; */
  /* background: #ffffff; */
  /* opacity: 0.4; */

  /* background:url(https://lxp-website-test.oss-cn-hangzhou.aliyuncs.com/image/curr_prev.png) no-repeat center center; */
}
.swiper-button-next {
  /* width:46px;
	height:46px;
	background-size:auto;
	background-image:url(https://lxp-website-test.oss-cn-hangzhou.aliyuncs.com/image/curr_next.png); */
}
@media (min-width: 992px) {
  .swiper-slide .swiper_item .item_right a {
    /* display: inline-block; */
  }
  .swiper-slide .swiper_item .item_right .quote_right {
    float: right;
  }
  .swiper-slide .swiper_item .item_right {
    /* padding-left: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .current-swiper {
    height: 480px;
  }
  .left-swiper .swiper-wrapper .swiper-slide-active,
  .right-swiper .swiper-wrapper .swiper-slide-active {
    width: 1020px !important;
  }
}
@media (min-width: 350px) and (max-width: 991px) {
  .current-swiper {
    width: 80%;
  }
  .swiper-slide .swiper_item {
    flex-direction: column;
    /* padding: 15px; */
  }
  .swiper-slide .swiper_item .item_left,
  .swiper-slide .swiper_item .item_right {
    width: 100%;
  }
  .swiper-slide .swiper_item .item_left {
    margin: 0 auto;
  }
  .swiper-slide .swiper_item .item_right h3 {
    text-align: center;
    margin-top: 20px;
  }
  .swiper-slide .swiper_item .item_right a {
    display: block;
    margin: 0 auto;
  }
  .swiper-slide .swiper_item .item_right .quote_right {
    float: right;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .left-swiper .swiper-wrapper .swiper-slide-active,
  .right-swiper .swiper-wrapper .swiper-slide-active {
    width: 100% !important;
  }

  .swiper-slide .swiper_item .item_right h3 {
    font-size: 20px;
  }
  .swiper-slide .swiper_item .item_right p {
    font-size: 14px;
  }
  .swiper-slide .swiper_item .item_right .quote_left {
    width: 44px;
    margin-top: 0;
  }
  .swiper-slide .swiper_item .item_right a {
    width: 120px;
    height: 36px;
  }
  .swiper-slide .swiper_item .item_right a span {
    font-size: 14px;
    margin-right: 0;
  }
  .swiper-slide .swiper_item .item_right .quote_right {
    width: 42px !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .left-swiper .swiper-wrapper .swiper-slide-active,
  .right-swiper .swiper-wrapper .swiper-slide-active {
    width: 270px !important;
  }
}
@media (min-width: 768px) {
  .mb-prof_ul {
    display: none;
  }
}
@media (min-width: 350px) and (max-width: 767px) {
  .prof_ul {
    /* display: none; */
  }
  .mb-prof_ul ul {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #ffffff; */
    justify-content: flex-start;
  }
  .mb-prof_ul ul li {
    width: 150px;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
  }
}
@media (min-width: 350px) and (max-width: 414px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
@media (min-width: 415px) and (max-width: 575px) {
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 50px;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next{
	right: 0;
}
}
