html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.l-section {
  padding-top: 100px;
  padding-bottom: 60px;
}
.l-title {
  padding-bottom: 50px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 28px;
  color: #000;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.l-title img {
  display: inline-block;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 40px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
.content {
  padding-top: 76px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 50px;
  }
}
body {
  background: #d4e7fd url(../images/bg.jpg) center top no-repeat;
  background-size: 1920px auto;
}
@media (max-width: 978px) {
  body {
    background: url(../images/bg-mb.jpg) center top no-repeat;
    background-size: cover;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.banner .l-container {
  max-width: 1400px;
}
.banner .banner-img {
  margin-top: 80px;
  text-align: center;
  margin-bottom: 60px;
}
.banner .banner-img img {
  display: inline-block;
  width: 100%;
}
.banner .btn-box {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.banner .btn-box .l-btn {
  width: 194px;
  height: 54px;
  background-image: linear-gradient(90deg, #79b3ff 0%, #4161ff 100%);
  border-radius: 27px;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 54px;
  font-weight: 500;
  float: none;
  display: inline-block;
  margin: 0;
  border: none;
}
.banner .tip-box {
  position: absolute;
  width: 140px;
  height: 44px;
  right: 80px;
  top: 146px;
  font-size: 0;
  z-index: 99;
}
.banner .tip-box a {
  display: inline-block;
}
.banner .tip-box a:hover p {
  color: #05a8b7;
  height: 52px;
  opacity: 1;
}
.banner .tip-box img {
  width: 100%;
}
.banner .tip-box p {
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  padding-top: 8px;
  position: relative;
  z-index: -1;
  top: -8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
}
@media (max-width: 978px) {
  .banner .l-container {
    max-width: 1400px;
    padding: 0;
  }
  .banner .banner-img {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 30px;
  }
  .banner .banner-img img {
    display: inline-block;
    width: 100%;
  }
  .banner .btn-box {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .banner .btn-box .l-btn {
    width: 154px;
    height: 48px;
    background-image: linear-gradient(90deg, #79b3ff 0%, #4161ff 100%);
    border-radius: 27px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    float: none;
    display: inline-block;
    margin: 0;
    border: none;
  }
  .banner .tip-box {
    position: absolute;
    width: 110px;
    height: auto;
    right: 20px;
    top: 70px;
    font-size: 0;
    z-index: 99;
  }
  .banner .tip-box a {
    display: inline-block;
  }
  .banner .tip-box a:hover p {
    color: #05a8b7;
    height: 0;
    opacity: 0;
  }
  .banner .tip-box img {
    width: 100%;
  }
  .banner .tip-box p {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
    padding-top: 8px;
    position: relative;
    z-index: -1;
    top: -8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.3s;
    height: 0;
    opacity: 0;
  }
}
.introduction .l-title img {
  width: 320px;
}
.introduction .l-body .info-box {
  background: url(../images/introduction-img.png) center no-repeat;
  background-size: 100% 100%;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 10px 30px 0px rgba(215, 235, 255, 0.6);
}
.introduction .l-body .info-box p {
  font-size: 18px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 18px;
  max-width: 860px;
}
.introduction .l-body .info-box p:nth-child(4) {
  margin-bottom: 10px;
}
.introduction .l-body .info-box p:nth-child(5) {
  margin-bottom: 25px;
}
.introduction .l-body .info-box h4 {
  font-size: 24px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  background-image: linear-gradient(to right, #26abf4 0%, #3152ef 10%, #3152ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.introduction .l-body .info-box h4:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #26adf4 0%, #3151ef 100%);
  left: 0;
  top: 13px;
  content: "";
}
.introduction .l-body .info-box h4:nth-child(3) {
  margin-bottom: 22px;
}
.introduction .l-body .info-box h5 {
  font-size: 32px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
  background-image: linear-gradient(to right, #26abf4 0%, #3152ef 10%, #3152ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 978px) {
  .introduction .l-title img {
    width: 211px;
  }
  .introduction .l-title img.mb {
    display: inline-block !important;
  }
  .introduction .l-body .info-box {
    background: url(../images/introduction-img-mb.png) center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    padding-bottom: 80px;
    border-radius: 8px;
  }
  .introduction .l-body .info-box p {
    font-size: 14px;
    color: #2d3e5c;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .introduction .l-body .info-box p:nth-child(4) {
    margin-bottom: 20px;
  }
  .introduction .l-body .info-box p:nth-child(5) {
    margin-bottom: 20px;
  }
  .introduction .l-body .info-box h4 {
    font-size: 16px;
    color: #2d3e5c;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
    background-image: linear-gradient(to right, #26abf4 0%, #3152ef 10%, #3152ef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .introduction .l-body .info-box h4:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #26adf4 0%, #3151ef 100%);
    left: 0;
    top: 10px;
    content: "";
  }
  .introduction .l-body .info-box h4:nth-child(3) {
    margin-bottom: 20px;
  }
  .introduction .l-body .info-box h5 {
    font-size: 32px;
    color: #2d3e5c;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: linear-gradient(to right, #26abf4 0%, #3152ef 10%, #3152ef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.light .l-title img {
  width: 320px;
}
.light .l-body ul {
  width: 100%;
}
.light .l-body ul li {
  float: left;
  width: calc( ( 100% - 40px ) / 2 );
  text-align: left;
  padding: 108px 45px 58px 45px;
  margin-right: 40px;
  height: 240px;
  box-shadow: 0px 10px 30px 0px rgba(215, 235, 255, 0.6);
}
.light .l-body ul li:nth-child(even) {
  margin-right: 0;
}
.light .l-body ul li:nth-child(1) {
  background: url(../images/light-img-01.png) center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 40px;
}
.light .l-body ul li:nth-child(2) {
  background: url(../images/light-img-02.png) center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 40px;
}
.light .l-body ul li:nth-child(3) {
  background: url(../images/light-img-03.png) center no-repeat;
  background-size: 100% 100%;
}
.light .l-body ul li:nth-child(3) p {
  max-width: 470px;
}
.light .l-body ul li:nth-child(4) {
  background: url(../images/light-img-04.png) center no-repeat;
  background-size: 100% 100%;
}
.light .l-body ul li h3 {
  font-size: 28px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.light .l-body ul li p {
  font-size: 18px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  max-width: 444px;
}
.light .l-body ul li:hover h3 {
  color: #3456e6;
}
@media (max-width: 978px) {
  .light .l-title img {
    width: 211px;
  }
  .light .l-title img.mb {
    display: inline-block !important;
  }
  .light .l-body ul {
    width: 100%;
  }
  .light .l-body ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 60px 20px 20px 20px;
    margin-right: 0px;
    height: auto;
  }
  .light .l-body ul li:nth-child(even) {
    margin-right: 0;
  }
  .light .l-body ul li:nth-child(1) {
    background: url(../images/light-img-01-mb.png) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
  }
  .light .l-body ul li:nth-child(2) {
    background: url(../images/light-img-02-mb.png) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
  }
  .light .l-body ul li:nth-child(3) {
    background: url(../images/light-img-03-mb.png) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
  }
  .light .l-body ul li:nth-child(4) {
    background: url(../images/light-img-04-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .light .l-body ul li h3 {
    font-size: 18px;
    color: #2d3e5c;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .light .l-body ul li p {
    font-size: 14px;
    color: #2d3e5c;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    max-width: 444px;
  }
}
.agendum .l-title img {
  width: 320px;
}
.agendum .l-body {
  margin-top: 40px;
}
.agendum .l-body .l-content-top {
  margin-bottom: 40px;
}
.agendum .l-body .l-content-top ul {
  position: relative;
}
.agendum .l-body .l-content-top ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 2px;
  background-image: linear-gradient(90deg, #26adf4 0%, #3151ef 100%);
  z-index: -1;
}
.agendum .l-body .l-content-top ul li {
  float: left;
  width: calc( ( 100% - 198px ) / 10 );
  margin-right: 22px;
}
.agendum .l-body .l-content-top ul li:last-child {
  margin-right: 0;
}
.agendum .l-body .l-content-top ul li h3 {
  background-image: linear-gradient(90deg, #26adf4 0%, #3151ef 100%);
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.agendum .l-body .l-content-top ul li p {
  text-align: center;
}
.agendum .l-body .l-content-top ul li p i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/agendum-icon.svg) center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.agendum .l-body .l-content-top ul li p span {
  font-size: 16px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  vertical-align: middle;
}
.agendum .l-body .l-content-bottom img {
  display: inline-block;
  width: 327px;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 0;
}
.agendum .l-body .l-content-bottom > div {
  display: inline-block;
  width: calc( 100% - 352px );
  background: url(../images/agendum-bg.png) center no-repeat;
  background-size: cover;
  padding: 60px 60px 42px 60px;
  border-radius: 8px;
  vertical-align: middle;
}
.agendum .l-body .l-content-bottom > div h3 {
  font-size: 28px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  background-image: linear-gradient(to right, #26abf4 0%, #3152ef 10%, #3152ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agendum .l-body .l-content-bottom > div p {
  font-size: 18px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  padding-top: 15px;
  height: 84px;
  margin-bottom: 40px;
  max-width: 390px;
}
.agendum .l-body .l-content-bottom > div p:last-child {
  font-size: 20px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 40px;
  padding-top: 0;
  height: 40px;
  font-weight: 700;
  margin-bottom: 0;
  background-image: linear-gradient(to right, #26abf4 0%, #3152ef 10%, #3152ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 978px) {
  .agendum .l-title img {
    width: 211px;
  }
  .agendum .l-title img.mb {
    display: inline-block !important;
  }
  .agendum .l-body {
    margin-top: 0;
  }
  .agendum .l-body .l-content-top {
    margin-bottom: 0;
    background: url(../images/agendum-bg-top-mb.svg) center 20px no-repeat;
    background-size: 339px 304px;
  }
  .agendum .l-body .l-content-top ul {
    position: relative;
  }
  .agendum .l-body .l-content-top ul::before {
    display: none;
  }
  .agendum .l-body .l-content-top ul li {
    float: left;
    width: calc( ( 100% - 36px ) / 3 );
    margin-right: 18px;
    margin-bottom: 30px;
  }
  .agendum .l-body .l-content-top ul li:nth-child(3n) {
    margin-right: 0;
  }
  .agendum .l-body .l-content-top ul li h3 {
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
  }
  .agendum .l-body .l-content-top ul li p {
    text-align: center;
  }
  .agendum .l-body .l-content-top ul li p i {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/agendum-icon.svg) center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
  }
  .agendum .l-body .l-content-top ul li p span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    vertical-align: middle;
  }
  .agendum .l-body .l-content-bottom {
    background: url(../images/agendum-bg-mb.png) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 40px;
  }
  .agendum .l-body .l-content-bottom img.mb {
    display: inline-block !important;
    width: 164px;
    margin-right: 0;
    vertical-align: middle;
    font-size: 0;
    margin-bottom: 10px;
  }
  .agendum .l-body .l-content-bottom > div {
    display: inline-block;
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 8px;
    vertical-align: middle;
  }
  .agendum .l-body .l-content-bottom > div h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    background-image: linear-gradient(to right, #26abf4 25%, #3152ef 41%, #3152ef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .agendum .l-body .l-content-bottom > div p {
    font-size: 14px;
    color: #2d3e5c;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    margin-bottom: 18px;
    padding: 0 18px;
  }
  .agendum .l-body .l-content-bottom > div p:last-child {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    height: auto;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 30px 28px;
    margin-bottom: 0;
    background-image: linear-gradient(to right, #26abf4 9%, #3152ef 26%, #3152ef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.hr .l-title img {
  width: 470px;
}
.hr .l-body {
  position: relative;
}
.hr .l-body img {
  width: 100%;
}
.hr .l-body .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.hr .l-body .swiper-slide a {
  display: inline-block;
}
.hr .l-body .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: -100px;
  background: url(../images/allow-left-h.svg);
  transition: all 0.3s;
}
.hr .l-body .swiper-button-prev:hover {
  background: url(../images/allow-left-h.svg);
}
.hr .l-body .swiper-button-next {
  width: 60px;
  height: 60px;
  right: -100px;
  background: url(../images/allow-right-h.svg);
  transition: all 0.3s;
}
.hr .l-body .swiper-button-next:hover {
  background: url(../images/allow-right-h.svg);
}
@media (max-width: 1400px) {
  .hr .l-body .swiper-button-prev {
    display: none;
  }
  .hr .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .hr .l-title img {
    width: 301px;
  }
  .hr .l-title img.mb {
    display: inline-block !important;
  }
  .hr .l-container {
    padding: 0;
  }
  .hr .l-body {
    position: relative;
  }
  .hr .l-body img {
    width: 100%;
    overflow: hidden;
  }
  .hr .l-body .swiper-wrapper {
    overflow: auto;
    padding-left: 15px;
  }
  .hr .l-body .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .hr .l-body .swiper-slide {
    position: relative;
    width: 285px;
    margin-right: 20px;
  }
  .hr .l-body .swiper-button-prev {
    display: none;
  }
  .hr .l-body .swiper-button-next {
    display: none;
  }
  .hr .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -40px;
  }
  .hr .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #50617c;
    border-radius: 25px;
    margin: 0 8px;
    opacity: 1;
  }
  .hr .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    background: #82cb7c;
    border-radius: 25px;
    opacity: 1;
  }
}
.gallery .l-title img {
  width: 320px;
}
.gallery .l-body {
  position: relative;
}
.gallery .l-body img {
  width: 100%;
}
.gallery .l-body .swiper-slide {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.gallery .l-body .swiper-slide a {
  display: inline-block;
}
.gallery .l-body .swiper-slide h3 {
  font-size: 18px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 20px;
  padding: 0 20px;
  transition: all 0.3s;
}
.gallery .l-body .swiper-slide p {
  font-size: 14px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding: 0 20px;
  margin-bottom: 20px;
}
.gallery .l-body .swiper-slide:hover h3 {
  color: #3456e6;
}
.gallery .l-body .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: -100px;
  background: url(../images/allow-left-h.svg);
  transition: all 0.3s;
}
.gallery .l-body .swiper-button-prev:hover {
  background: url(../images/allow-left-h.svg);
}
.gallery .l-body .swiper-button-next {
  width: 60px;
  height: 60px;
  right: -100px;
  background: url(../images/allow-right-h.svg);
  transition: all 0.3s;
}
.gallery .l-body .swiper-button-next:hover {
  background: url(../images/allow-right-h.svg);
}
@media (max-width: 1400px) {
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .gallery .l-title img {
    width: 211px;
  }
  .gallery .l-title img.mb {
    display: inline-block !important;
  }
  .gallery .l-container {
    padding: 0;
  }
  .gallery .l-body {
    position: relative;
  }
  .gallery .l-body img {
    width: 100%;
    overflow: hidden;
  }
  .gallery .l-body .swiper-wrapper {
    overflow: auto;
    padding-left: 15px;
  }
  .gallery .l-body .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .gallery .l-body .swiper-slide {
    position: relative;
    width: 285px;
    margin-right: 20px;
  }
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
  .gallery .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -40px;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #50617c;
    border-radius: 25px;
    margin: 0 8px;
    opacity: 1;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    background: #82cb7c;
    border-radius: 25px;
    opacity: 1;
  }
}
.guest .l-title .mb {
  display: none;
}
.guest .l-title img {
  width: 320px;
}
.guest .l-body .content-box ul li {
  width: calc( ( 100% - 200px ) / 5 );
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 50px;
}
.guest .l-body .content-box ul li:nth-child(5n) {
  margin-right: 0;
}
.guest .l-body .content-box ul li img {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.guest .l-body .content-box ul li p {
  font-size: 16px;
  color: #6b72a7;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guest .l-body .content-box ul li p span {
  display: block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 978px) {
  .guest .l-title img {
    display: none;
  }
  .guest .l-title .mb {
    width: 200px;
    display: block;
  }
  .guest .l-title .mb.mb {
    display: inline-block !important;
  }
  .guest .l-body .content-box {
    overflow: visible;
  }
  .guest .l-body .content-box ul li {
    width: calc( (  100% - 20px  )  / 2 );
    float: left;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .guest .l-body .content-box ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .guest .l-body .content-box ul li img {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .guest .l-body .content-box ul li p {
    font-size: 14px;
    color: #6b72a7;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
  }
  .guest .l-body .content-box .swiper-pagination {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    max-width: 1180px;
  }
  .guest .l-body .content-box .swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 6px;
    background: rgba(3, 12, 76, 0.3);
    border-radius: 4px;
    margin-right: 10px;
    transition: all 0.3s;
  }
  .guest .l-body .content-box .swiper-pagination-bullet-active {
    background: #4d6ff6;
    width: 30px;
  }
}
.case .l-title img {
  width: 320px;
}
.case .l-body div {
  text-align: center;
  font-size: 0;
}
.case .l-body div span {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  width: calc( ( 100% - 120px ) / 4 );
  margin-bottom: 40px;
  font-size: 0;
  box-shadow: 0px 10px 30px 0px rgba(215, 235, 255, 0.6);
}
.case .l-body div span:nth-child(4) {
  margin-right: 0;
}
.case .l-body div span img {
  display: inline-block;
  width: 100%;
}
@media (max-width: 978px) {
  .case .l-title img {
    width: 211px;
  }
  .case .l-title img.mb {
    display: inline-block !important;
  }
  .case .l-body div {
    text-align: center;
    font-size: 0;
  }
  .case .l-body div span {
    display: inline-block;
    float: left;
    border: 1px solid #fff;
    background: #fbfdff;
    padding: 13px 0;
    position: relative;
    margin-right: 10px;
    width: calc( ( 100% - 20px ) / 3 );
    margin-bottom: 10px;
    font-size: 0;
  }
  .case .l-body div span:nth-child(4) {
    margin-right: 10px;
  }
  .case .l-body div span:nth-child(3n) {
    margin-right: 0;
  }
  .case .l-body div span img {
    display: inline-block;
    width: 100%;
  }
}

