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: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.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: 80px;
  padding-bottom: 40px;
}
.l-title {
  padding-bottom: 80px;
  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: 60px;
    padding-bottom: 0px;
  }
  .l-title {
    padding-bottom: 40px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
body {
  background: url(../images/bg.jpg) center no-repeat;
  background-size: cover;
  background-position: 0 640px;
}
@media (max-width: 978px) {
  body {
    background: #e4f1fe;
    background-position: 0 0px;
  }
}
.banner {
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
}
.banner .banner-main {
  height: 640px;
  line-height: 640px;
  position: relative;
  padding-top: 120px;
}
.banner .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  text-align: left;
}
.banner .img-box {
  text-align: left;
  margin-bottom: 20px;
}
.banner .img-box img {
  display: inline-block;
  width: 390px;
}
.banner p {
  font-size: 24px;
  color: #666666;
  letter-spacing: 0;
  text-align: left;
  font-weight: 400;
  margin-bottom: 30px;
}
.banner .btn-box {
  text-align: left;
}
.banner .btn-box .l-btn {
  width: 230px;
  height: 44px;
  background-image: linear-gradient(90deg, #9262ff 0%, #5d98ff 100%);
  border-radius: 27px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
  border: none;
  float: none;
  margin: 0;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.banner .btn-box .l-btn i {
  width: 8px;
  margin-left: 10px;
}
.banner .btn-box .l-btn i svg {
  transition: all 0.3s;
}
.banner .btn-box .l-btn:hover i svg {
  transform: translateX(5px);
}
.banner .tip-box {
  position: absolute;
  width: 140px;
  height: 44px;
  right: -30px;
  top: 110px;
  font-size: 0;
  z-index: 99;
  line-height: 0;
}
.banner .tip-box > div {
  display: inline-block;
}
.banner .tip-box > div:hover p {
  color: #505050;
  height: 30px;
  opacity: 1;
}
.banner .tip-box > div:hover a {
  opacity: 1;
}
.banner .tip-box > div:hover img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.banner .tip-box img {
  width: 100%;
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.banner .tip-box a {
  background: #fff;
  display: block;
  position: relative;
  opacity: 0;
}
.banner .tip-box a:nth-child(3) {
  padding-top: 0;
}
.banner .tip-box a:nth-child(4) {
  padding-bottom: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.banner .tip-box a:hover p {
  color: #05a8b7;
}
.banner .tip-box p {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
  margin-bottom: 0;
}
@media (max-width: 978px) {
  .banner {
    background: url(../images/banner-bg-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .banner .banner-main {
    height: auto;
    line-height: 0;
    position: relative;
    padding-top: 160px;
    padding-bottom: 250px;
    text-align: center;
  }
  .banner .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    text-align: left;
  }
  .banner .img-box {
    text-align: left;
    margin-bottom: 20px;
  }
  .banner .img-box img {
    display: inline-block;
    width: 240px;
  }
  .banner p {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .banner .btn-box {
    text-align: center;
  }
  .banner .btn-box .l-btn {
    width: 230px;
    height: 44px;
    background-image: linear-gradient(90deg, #9262ff 0%, #5d98ff 100%);
    border-radius: 27px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 44px;
    font-weight: 500;
    border: none;
    float: none;
    margin: 0;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
  }
  .banner .btn-box .l-btn i {
    width: 8px;
    margin-left: 10px;
  }
  .banner .btn-box .l-btn i svg {
    transition: all 0.3s;
  }
  .banner .btn-box .l-btn:hover i svg {
    transform: translateX(5px);
  }
  .banner .tip-box {
    position: absolute;
    width: 140px;
    height: 44px;
    right: -30px;
    top: 110px;
    font-size: 0;
    z-index: 99;
    line-height: 0;
  }
  .banner .tip-box > div {
    display: inline-block;
  }
  .banner .tip-box > div:hover p {
    color: #505050;
    height: 30px;
    opacity: 1;
  }
  .banner .tip-box > div:hover a {
    opacity: 1;
  }
  .banner .tip-box > div:hover img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .banner .tip-box img {
    width: 100%;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .banner .tip-box a {
    background: #fff;
    display: block;
    position: relative;
    opacity: 0;
  }
  .banner .tip-box a:nth-child(3) {
    padding-top: 0;
  }
  .banner .tip-box a:nth-child(4) {
    padding-bottom: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .banner .tip-box a:hover p {
    color: #05a8b7;
  }
  .banner .tip-box p {
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.3s;
    height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
}
.nav {
  height: 50px;
  background: #e9eaff;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 1;
}
.nav ul li {
  float: left;
  width: auto;
}
.nav ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  background-image: linear-gradient(to right, #000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 20px 0 0;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
.nav ul li a:hover {
  background-image: linear-gradient(to right, #25b6ff, #554ef6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav ul li.active a {
  background-image: linear-gradient(to right, #25b6ff, #554ef6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 978px) {
  .nav {
    height: 48px;
    background: #e9eaff;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
  }
  .nav ul li {
    float: left;
    width: auto;
  }
  .nav ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    background-image: linear-gradient(to right, #000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 20px 0 0;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    font-weight: 700;
  }
  .nav ul li a:hover {
    background-image: linear-gradient(to right, #25b6ff, #554ef6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nav ul li.active a {
    background-image: linear-gradient(to right, #25b6ff, #554ef6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.introduction {
  padding-top: 120px;
}
.introduction .l-title img {
  height: 80px;
}
.introduction .l-body .l-content-t {
  background: url(../images/introduction-bg.png) center no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 5px 40px 0px #dfe8f4;
  border-radius: 20px;
  padding: 50px;
  position: relative;
}
.introduction .l-body .l-content-t .img-box img {
  display: inline-block;
  height: 77px;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 20px;
  text-align: center;
}
.introduction .l-body .l-content-t p {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  width: 70%;
}
.introduction .l-body .l-content-t p img {
  height: 38px;
  display: inline-block;
}
.introduction .l-body .l-content-t p:last-child {
  font-size: 24px;
  color: #000000;
  letter-spacing: 6px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 30px;
}
.introduction .l-body .l-content-t:after {
  position: absolute;
  height: 100px;
  background-image: linear-gradient(90deg, #8acfff 0%, #a18cff 100%);
  border-radius: 20px;
  content: "";
  left: 20px;
  right: 20px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 978px) {
  .introduction {
    padding-top: 40px;
  }
  .introduction .l-title img {
    height: 45px;
  }
  .introduction .l-body .l-content-t {
    background: #fff;
    background-size: 100% 100%;
    box-shadow: 0px 5px 40px 0px #dfe8f4;
    border-radius: 20px;
    padding: 30px;
    position: relative;
  }
  .introduction .l-body .l-content-t .img-box img {
    display: inline-block;
    height: 38px;
    vertical-align: middle;
    font-size: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .introduction .l-body .l-content-t p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    width: 100%;
  }
  .introduction .l-body .l-content-t p img {
    height: 20px;
    display: inline-block;
  }
  .introduction .l-body .l-content-t p:last-child {
    font-size: 18px;
    color: #000000;
    letter-spacing: 6px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 30px;
  }
  .introduction .l-body .l-content-t:after {
    position: absolute;
    height: 80px;
    background-image: linear-gradient(90deg, #8acfff 0%, #a18cff 100%);
    border-radius: 20px;
    content: "";
    left: 20px;
    right: 20px;
    top: -10px;
    z-index: -1;
  }
}
.light .l-title {
  padding-bottom: 240px;
}
.light .l-title img {
  height: 80px;
}
.light .l-body {
  background: url(../images/light-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.light .l-body ul {
  width: 100%;
  font-size: 0;
}
.light .l-body ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 62px;
  padding-left: 94px;
  padding-right: 94px;
}
.light .l-body ul li > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 245px;
  top: -60%;
}
.light .l-body ul li h3 img {
  height: 36px;
  display: inline-block;
  margin-bottom: 30px;
}
.light .l-body ul li p {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 60px;
}
.light .l-body ul li p img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
@media (max-width: 978px) {
  .light .l-title {
    padding-bottom: 160px;
  }
  .light .l-title img {
    height: 45px;
  }
  .light .l-body {
    background: url(../images/light-bg-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
  .light .l-body ul {
    width: 100%;
    font-size: 0;
  }
  .light .l-body ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .light .l-body ul li > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 160px;
    top: -55%;
  }
  .light .l-body ul li h3 img {
    height: 24px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .light .l-body ul li p {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 30px;
  }
}
.agendum .l-title img {
  height: 80px;
}
.agendum .l-body .l-content-top img {
  width: 100%;
}
.agendum .l-body p {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  margin-top: 40px;
  padding: 0 80px;
}
@media (max-width: 978px) {
  .agendum .l-title img {
    height: 45px;
  }
  .agendum .l-body p {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
  }
}
.guest {
  margin-bottom: 100px;
}
.guest .l-title img {
  height: 80px;
}
.guest .l-body .right-box {
  float: left;
  width: 100%;
}
.guest .l-body .right-box ul li {
  width: 220px;
  margin-right: calc( ( 100% - 880px ) / 3 );
  float: left;
  text-align: center;
  margin-bottom: 40px;
}
.guest .l-body .right-box ul li img {
  display: inline-block;
  width: 220px;
  margin-bottom: 20px;
  max-width: 200px;
}
.guest .l-body .right-box ul li p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  opacity: 0.5;
  width: 220px;
}
.guest .l-body .right-box ul li p span {
  display: block;
}
.guest .l-body .right-box ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 978px) {
  .guest {
    margin-bottom: 80px;
  }
  .guest .l-title img {
    height: 45px;
  }
  .guest .l-body .right-box {
    float: left;
    width: 100%;
  }
  .guest .l-body .right-box ul li {
    width: calc( ( 100% - 10px ) / 2 );
    margin-right: 10px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .guest .l-body .right-box ul li img {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .guest .l-body .right-box ul li p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    opacity: 0.5;
    width: 100%;
  }
  .guest .l-body .right-box ul li p span {
    display: contents;
  }
  .guest .l-body .right-box ul li:nth-child(5n) {
    margin-right: 10px;
  }
  .guest .l-body .right-box ul li:nth-child(2n) {
    margin-right: 0px;
  }
}
.upgrade {
  padding-bottom: 0px;
}
.upgrade .l-title {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.upgrade .l-title .mb {
  display: none;
}
.upgrade .l-title img {
  height: 80px;
}
.upgrade .l-container {
  padding: 0;
  max-width: 100%;
}
.upgrade .l-body {
  width: 100%;
}
.upgrade .l-body .l-content {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  padding: 40px 0;
}
.upgrade .l-body .l-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 240px;
  z-index: 9;
  background-image: linear-gradient(270deg, rgba(0, 39, 78, 0) 0%, #d7e7fd 100%);
}
.upgrade .l-body .l-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 200px;
  background-image: linear-gradient(270deg, #d7e7fd 0%, rgba(0, 39, 78, 0) 100%);
  z-index: 9;
}
.upgrade .l-body .l-content::-webkit-scrollbar {
  display: none;
}
.upgrade .l-body .l-content > div {
  width: 3600px;
  margin-bottom: 0;
  font-size: 0;
  -webkit-animation: scroll 50s linear infinite;
  -moz-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}
.upgrade .l-body .l-content > div:hover {
  animation-play-state: paused;
}
.upgrade .l-body .l-content .upgrade-box {
  width: 50%;
  display: inline-block;
}
.upgrade .l-body .l-content .upgrade-box div {
  width: 360px;
  display: inline-block;
}
.upgrade .l-body .l-content .upgrade-box div img {
  width: 100%;
  display: inline-block;
  transition: all 0.3s;
}
.upgrade .l-body .l-content .upgrade-box div img:hover {
  transform: scale(1.1);
}
@media (max-width: 978px) {
  .upgrade {
    padding-bottom: 0px;
  }
  .upgrade .l-title {
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .upgrade .l-title .mb {
    display: none;
  }
  .upgrade .l-title img {
    height: 45px;
  }
  .upgrade .l-container {
    padding: 0;
    max-width: 100%;
  }
  .upgrade .l-body {
    width: 100%;
  }
  .upgrade .l-body .l-content {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    padding: 0;
  }
  .upgrade .l-body .l-content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 80px;
    z-index: 9;
    background-image: linear-gradient(270deg, rgba(0, 39, 78, 0) 0%, #00274e 100%);
  }
  .upgrade .l-body .l-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    width: 80px;
    background-image: linear-gradient(270deg, #00274e 0%, rgba(0, 39, 78, 0) 100%);
    z-index: 9;
  }
  .upgrade .l-body .l-content::-webkit-scrollbar {
    display: none;
  }
  .upgrade .l-body .l-content > div {
    width: 2618px;
    margin-bottom: 0;
    font-size: 0;
    -webkit-animation: scroll 50s linear infinite;
    -moz-animation: scroll 50s linear infinite;
    animation: scroll 50s linear infinite;
  }
  .upgrade .l-body .l-content > div:hover {
    animation-play-state: paused;
  }
  .upgrade .l-body .l-content .upgrade-box {
    width: 50%;
    display: inline-block;
  }
  .upgrade .l-body .l-content .upgrade-box div {
    width: 187px;
    display: inline-block;
  }
  .upgrade .l-body .l-content .upgrade-box div img {
    width: 100%;
    display: inline-block;
    transition: all 0.3s;
  }
  .upgrade .l-body .l-content .upgrade-box div img:hover {
    transform: scale(1.1);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-moz-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-o-keyframes scroll {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.gallery {
  margin-bottom: 0px;
}
.gallery .l-title img {
  height: 80px;
}
.gallery .l-body {
  position: relative;
}
.gallery .l-body img {
  width: 100%;
}
.gallery .l-body .swiper-wrapper {
  padding-bottom: 60px;
}
.gallery .l-body .swiper-slide {
  position: relative;
  background-image: linear-gradient(180deg, rgba(253, 253, 255, 0.9) 0%, rgba(251, 252, 255, 0.9) 100%);
  box-shadow: 0px 5px 40px 0px #dfe8f4;
  border-radius: 20px;
  overflow: hidden;
}
.gallery .l-body .swiper-slide img {
  border-radius: 8px;
  overflow: hidden;
}
.gallery .l-body .swiper-slide .img-box {
  padding: 20px 20px 0 20px;
}
.gallery .l-body .swiper-slide .info-box {
  padding: 20px;
}
.gallery .l-body .swiper-slide .info-box h3 {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  min-height: 60px;
  margin-bottom: 10px;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}
.gallery .l-body .swiper-slide .info-box p {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  min-height: 48px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery .l-body .swiper-slide .info-box p:last-child {
  margin-top: 10px;
}
.gallery .l-body .swiper-slide .info-box a {
  font-size: 16px;
  background-image: linear-gradient(to right, #4b96ff, #504aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.gallery .l-body .swiper-slide .info-box p {
  min-height: 18px;
}
.gallery .l-body .swiper-slide .info-box p span {
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.gallery .l-body .swiper-slide .info-box p span:last-child {
  float: right;
  display: none;
}
.gallery .l-body .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: -100px;
  background: url(../images/allow-left.png);
  background-size: 100% 100%;
}
.gallery .l-body .swiper-button-next {
  width: 60px;
  height: 60px;
  right: -100px;
  background: url(../images/allow-right.png);
  background-size: 100% 100%;
}
@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 {
    margin-bottom: 20px;
  }
  .gallery .l-title img {
    height: 45px;
  }
  .gallery .l-container {
    padding: 0;
  }
  .gallery .l-body {
    position: relative;
  }
  .gallery .l-body img {
    width: 100%;
    overflow: hidden;
  }
  .gallery .l-body .swiper-wrapper {
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .gallery .l-body .swiper-slide {
    position: relative;
    width: 240px;
  }
  .gallery .l-body .swiper-slide .img-box {
    padding: 15px 15px 0 15px;
  }
  .gallery .l-body .swiper-slide .info-box {
    padding: 15px;
  }
  .gallery .l-body .swiper-slide .info-box h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 40px;
  }
  .gallery .l-body .swiper-slide .info-box p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .gallery .l-body .swiper-slide .info-box p + p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 5px;
  }
  .gallery .l-body .swiper-slide .info-box a {
    font-size: 14px;
  }
  .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: -30px;
  }
  .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: #42dde6;
    border-radius: 25px;
    opacity: 1;
  }
}
footer {
  background: #fff;
}
