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;
}
.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: 56px;
  padding-bottom: 56px;
}
.l-title {
  padding-bottom: 60px;
  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: 10px;
  color: #999;
  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: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .l-title p {
    font-size: 14px;
  }
}
@media (max-width: 978px) {
  .content {
    padding-top: 0px;
  }
}
body {
  background: url(../images/bg.jpg) center top no-repeat;
  background-size: cover;
}
@media (max-width: 978px) {
  body {
    background: url(../images/bg-mb.jpg) center 0 no-repeat;
    background-size: cover;
  }
}
.banner {
  background: url(../images/banner-bg-sss.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding-top: 150px;
}
.banner .banner-img {
  text-align: center;
  margin-bottom: 15px;
}
.banner .banner-img img {
  display: inline-block;
  width: 100%;
  max-width: 680px;
}
.banner .banner-info {
  padding-bottom: 260px;
}
.banner .banner-info h1 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner .banner-info h1 span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fad24f;
  vertical-align: middle;
  margin: 0 5px 10px 5px;
}
.banner .banner-info .time-box {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 48px;
  color: #fad24f;
  display: none;
}
.banner .banner-info .time-box p {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
}
.banner .banner-info .time-box p span {
  display: inline-block;
  vertical-align: middle;
}
.banner .banner-info .time-box p .number {
  display: inline-block;
  width: 40px;
  height: 50px;
  font-size: 40px;
  color: #000000;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
  margin: 0 5px;
  background-image: linear-gradient(180deg, #e1eeff 0%, #ffffff 100%);
}
.banner .banner-info .btn-box {
  text-align: center;
}
.banner .banner-info .btn-box a {
  display: inline-block;
  float: none;
  margin-right: 0;
  width: 216px;
  height: 52px;
  line-height: 50px;
  font-size: 20px;
  color: #000000;
  border-color: transparent;
  background: #f3a646;
  border-radius: 30px;
  transition: all 0.3s;
}
.banner .banner-info .btn-box a:hover {
  background: #ffc14e;
  border-color: #ffc14e;
}
.banner .banner-info p {
  text-align: center;
  font-size: 0;
}
.banner .banner-info p img {
  display: inline-block;
  width: 156px;
  height: 156px;
  margin-bottom: 10px;
}
.banner .banner-info p span {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  display: block;
  text-align: center;
}
@media (max-width: 978px) {
  .banner {
    padding-top: 50px;
    background: url(../images/banner-bg-sss.jpg) center top no-repeat;
    background-size: 100% 100%;
  }
  .banner .banner-img {
    text-align: center;
    margin-bottom: 10px;
  }
  .banner .banner-img img {
    display: inline-block;
    width: 100%;
    max-width: 320px;
  }
  .banner .banner-info {
    margin-bottom: 0px;
    padding-bottom: 150px;
  }
  .banner .banner-info h1 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .banner .banner-info h1 span {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #fad24f;
    vertical-align: middle;
    margin: 0 5px 6px 5px;
  }
  .banner .banner-info .time-box {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .banner .banner-info .time-box p {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }
  .banner .banner-info .time-box p span {
    display: inline-block;
    vertical-align: middle;
  }
  .banner .banner-info .time-box p .number {
    display: inline-block;
    width: 24px;
    height: 30px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin: 0 5px;
    background-image: linear-gradient(180deg, #e1eeff 0%, #ffffff 100%);
  }
  .banner .banner-info .btn-box {
    text-align: center;
  }
  .banner .banner-info .btn-box a {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: 157px;
    height: 40px;
    line-height: 40px;
    background: #fda80a;
    border-color: #fda80a;
    font-size: 18px;
    color: #000000;
  }
  .banner .banner-info p {
    text-align: center;
    font-size: 0;
  }
  .banner .banner-info p img {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
  .banner .banner-info p span {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: block;
    text-align: center;
  }
}
.intpopuction {
  margin-top: -170px;
}
.intpopuction .l-title img {
  height: 90px;
}
.intpopuction .l-body {
  overflow: hidden;
}
.intpopuction .l-body .video-box {
  font-size: 0;
  position: relative;
  text-align: center;
}
.intpopuction .l-body .video-box img {
  width: 80%;
  display: inline-block;
}
.intpopuction .l-body .video-box img.mb {
  display: none;
}
.intpopuction .l-body .video-box iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  width: 80.5%;
  height: 100%;
  z-index: 1;
}
.intpopuction .l-body .video-box .play-icon {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  top: 50%;
  margin-top: -36px;
  background: url(../images/video-play.svg);
  cursor: pointer;
  z-index: 2;
}
.intpopuction .l-body .video-box .close-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 12%;
  top: 30px;
  background: url(../images/video-close.svg);
  background-size: 100% 100%;
  cursor: pointer;
  display: none;
}
.intpopuction .l-body .info-box {
  padding: 30px 40px 0;
}
.intpopuction .l-body .info-box p {
  font-size: 18px;
  text-align: left;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
}
.intpopuction .l-body .info-box p + p {
  margin-top: 30px;
}
@media (max-width: 978px) {
  .intpopuction {
    margin-top: -90px;
  }
  .intpopuction .l-title img {
    height: 55px;
  }
  .intpopuction .l-body .video-box img {
    width: 100%;
    margin-bottom: 20px;
  }
  .intpopuction .l-body .video-box {
    margin-bottom: 20px;
  }
  .intpopuction .l-body .video-box iframe {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .intpopuction .l-body .video-box .play-icon {
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    background-size: 100% 100%;
  }
  .intpopuction .l-body .info-box {
    padding: 0;
  }
  .intpopuction .l-body .info-box p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  .intpopuction .l-body .info-box p + p {
    margin-top: 20px;
  }
}
.videobox .l-title img {
  height: 90px;
}
.videobox .l-body {
  position: relative;
  display: flex;
}
.videobox .l-body .video-box {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.videobox .l-body .video-box img {
  width: 100%;
}
.videobox .l-body .video-box iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videobox .l-body .video-box .play-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  background: url(../images/video-play.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1;
}
.videobox .l-body .video-box .play-icon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.3;
  background: #12156e;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  animation: videoBg 1s infinite;
  z-index: 0;
}
.videobox .l-body .video-box .close-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/video-close.svg);
  background-size: 100% 100%;
  cursor: pointer;
  display: none;
}
.videobox .l-body .info-box {
  padding: 30px 40px;
  background-color: #fff;
}
.videobox .l-body .info-box p {
  font-size: 18px;
  color: #0b325b;
  line-height: 28px;
  font-weight: 400;
}
.videobox .l-body .info-box p + p {
  margin-top: 40px;
}
.videobox .l-body .l-content-t {
  margin-bottom: 20px;
  width: calc( 100% - 310px );
  margin-right: 10px;
}
.videobox .l-body ul {
  width: 300px;
}
.videobox .l-body ul li {
  float: left;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  background: url(../images/videobox-bg-01.png) center no-repeat;
  background-size: 100% 100%;
  padding: 17px 20px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  cursor: pointer;
}
.videobox .l-body ul li:first-child {
  background: url(../images/videobox-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.videobox .l-body ul li:last-child {
  margin-right: 0;
}
.videobox .l-body ul li h3 {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.videobox .l-body ul li p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.videobox .l-body ul li p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/time.svg) center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.videobox .l-body ul li .l-btn {
  background: #fda80a;
  border-color: #fda80a;
  width: 76px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.3s;
  margin-right: 0;
  margin-top: 5px;
}
.videobox .l-body ul li .l-btn:hover {
  background: #ffc14e;
  border-color: #ffc14e;
}
.videobox .l-body ul li:hover,
.videobox .l-body ul li.active {
  border-color: #50a0ed;
}
.videobox .l-body .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: -100px;
  background: url(../images/allow-left.svg);
  display: none;
}
.videobox .l-body .swiper-button-next {
  width: 60px;
  height: 60px;
  right: -100px;
  background: url(../images/allow-right.svg);
  display: none;
}
@media (max-width: 1400px) {
  .videobox .l-body .swiper-button-prev {
    display: none;
  }
  .videobox .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .videobox .l-title img {
    height: 55px;
  }
  .videobox .l-body {
    position: relative;
    display: block;
  }
  .videobox .l-body .video-box {
    font-size: 0;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  .videobox .l-body .video-box img {
    width: 100%;
  }
  .videobox .l-body .video-box video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .videobox .l-body .video-box .play-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    background: url(../images/video-play.svg) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 1;
  }
  .videobox .l-body .video-box .play-icon::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.3;
    background: #12156e;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    animation: videoBg 1s infinite;
    z-index: 0;
  }
  .videobox .l-body .video-box .close-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/video-close.svg);
    background-size: 100% 100%;
    cursor: pointer;
    display: none;
  }
  .videobox .l-body .info-box {
    padding: 30px 40px;
    background-color: #fff;
  }
  .videobox .l-body .info-box p {
    font-size: 18px;
    color: #0b325b;
    line-height: 28px;
    font-weight: 400;
  }
  .videobox .l-body .info-box p + p {
    margin-top: 40px;
  }
  .videobox .l-body .l-content-t {
    margin-bottom: 20px;
    width: 100%;
  }
  .videobox .l-body ul {
    width: 100%;
  }
  .videobox .l-body ul li {
    float: left;
    width: 100%;
    margin-right: 30px;
    background-color: #fff;
    transition: all 0.3s;
    background: none;
    background-size: cover;
    border-radius: 8px;
    padding: 0;
    display: none;
    cursor: pointer;
    position: relative;
  }
  .videobox .l-body ul li:last-child {
    margin-right: 0;
  }
  .videobox .l-body ul li h3 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    display: inline-block;
  }
  .videobox .l-body ul li p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
  }
  .videobox .l-body ul li p:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0;
  }
  .videobox .l-body ul li .l-btn {
    display: none;
  }
  .videobox .l-body ul li.active,
  .videobox .l-body ul li:hover {
    background: none;
    border: none;
    display: block;
  }
  .videobox .l-body .swiper-button-prev {
    width: 60px;
    height: 60px;
    left: -100px;
    background: url(../images/allow-left.svg);
    display: none;
  }
  .videobox .l-body .swiper-button-next {
    width: 60px;
    height: 60px;
    right: -100px;
    background: url(../images/allow-right.svg);
    display: none;
  }
  .videobox .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -30px;
  }
  .videobox .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 4px;
    border-radius: 50%;
    background: #0d2f54;
    margin: 0 8px;
    opacity: 1;
  }
  .videobox .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 5px;
    border-radius: 25px;
    opacity: 1;
    background: #07c5d5;
  }
}
.agenda {
  background: url(../images/agenda-bg.jpg) center bottom no-repeat;
  background-size: contain;
}
.agenda .l-title img {
  height: 90px;
}
.agenda .l-body .tab_btn {
  margin-bottom: 50px;
}
.agenda .l-body .tab_btn li {
  margin-right: 20px;
  background-image: linear-gradient(90deg, #002786 0%, #002479 100%);
  border-radius: 30px;
  transition: all 0.3s;
  padding: 15px 30px;
  cursor: pointer;
  width: calc( ( 100% - 40px ) / 3 ) !important;
}
.agenda .l-body .tab_btn li h3 span {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  transition: all 0.3s;
}
.agenda .l-body .tab_btn li:last-child {
  margin-right: 0;
}
.agenda .l-body .tab_btn li.active {
  background-image: linear-gradient(90deg, #13989b 0%, #4fb8ba 100%);
  border-radius: 30px;
}
.agenda .l-body .tab_btn li.active h3 span,
.agenda .l-body .tab_btn li.active h3 p {
  color: #fff;
}
.agenda .l-body .tab_item li {
  width: 100%;
  padding: 40px 50px 10px;
  border-radius: 20px;
}
.agenda .l-body .tab_item li:nth-child(1) {
  background: #092250 url(../images/agenda-bg-01.jpg) center top no-repeat;
  background-size: cover;
}
.agenda .l-body .tab_item li:nth-child(2) {
  background: #092250 url(../images/agenda-bg-01.jpg) center top no-repeat;
  background-size: cover;
}
.agenda .l-body .tab_item li:nth-child(3) {
  background: #092250 url(../images/agenda-bg-01.jpg) center top no-repeat;
  background-size: cover;
}
.agenda .l-body .tab_item li p {
  font-size: 0;
  color: #ffffff;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #4165b4;
  max-width: 100%;
}
.agenda .l-body .tab_item li p i {
  font-style: normal;
  display: inline-block;
  width: 380px;
  vertical-align: middle;
  color: #5cf0f3;
  font-size: 16px;
  line-height: 28px;
}
.agenda .l-body .tab_item li p:last-child {
  border: none;
}
.agenda .l-body .tab_item li p span {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  display: inline-block;
  width: calc( 100% - 680px );
  vertical-align: middle;
}
.agenda .l-body .tab_item li p span:nth-child(3) {
  width: 380px;
}
.agenda .l-body .tab_item li p span:first-child {
  width: 300px;
  display: inline-block;
}
@media (max-width: 978px) {
  .agenda {
    background: none;
  }
  .agenda .l-title img {
    height: 55px;
  }
  .agenda .l-container {
    padding: 0;
  }
  .agenda .l-body .tab_btn {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .agenda .l-body .tab_btn li {
    margin-right: 10px;
    transition: all 0.3s;
    padding: 7px 0;
    cursor: pointer;
    width: calc( ( 100% - 20px ) / 3 ) !important;
  }
  .agenda .l-body .tab_btn li h3 span {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 0.3s;
  }
  .agenda .l-body .tab_btn li h3 span.pc {
    display: none;
  }
  .agenda .l-body .tab_btn li h3 span.mb {
    display: block;
    margin-bottom: 0;
  }
  .agenda .l-body .tab_btn li h3 p {
    display: none;
  }
  .agenda .l-body .tab_item li {
    width: 100%;
    padding: 25px 20px 15px;
    overflow: hidden;
    border-radius: 0;
  }
  .agenda .l-body .tab_item li .content-box {
    position: relative;
    height: 100%;
    padding-left: 13px;
  }
  .agenda .l-body .tab_item li .content-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -40px;
    left: 0;
    width: 1px;
    background: #2da0f4;
  }
  .agenda .l-body .tab_item li .mb {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .agenda .l-body .tab_item li:nth-child(1) {
    background: url(../images/agenda-bg-01-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .agenda .l-body .tab_item li:nth-child(2) {
    background: url(../images/agenda-bg-01-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .agenda .l-body .tab_item li:nth-child(3) {
    background: url(../images/agenda-bg-01-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .agenda .l-body .tab_item li > p:after {
    display: none;
  }
  .agenda .l-body .tab_item li p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: none;
    max-width: 820px;
    position: relative;
  }
  .agenda .l-body .tab_item li p span {
    width: 100%;
  }
  .agenda .l-body .tab_item li p i {
    width: 100%;
  }
  .agenda .l-body .tab_item li p:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #2da0f4;
    border-radius: 50%;
    left: -16px;
    top: 6px;
  }
  .agenda .l-body .tab_item li p span:first-child {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
  }
  .agenda .l-body .tab_item li p i {
    font-size: 14px;
    color: #5cf0f3;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
}
.guest .l-title img {
  height: 90px;
}
.guest .l-body {
  position: relative;
  font-size: 0;
}
.guest .l-body img {
  width: 100%;
}
.guest .l-body .swiper-slide {
  position: relative;
}
.guest .l-body .swiper-slide .card {
  float: left;
  width: calc(( 100% - 180px ) / 5 );
  margin-right: 45px;
  margin-bottom: 30px;
}
.guest .l-body .swiper-slide .card:nth-child(5n) {
  margin-right: 0;
}
.guest .l-body .swiper-slide .info-box {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.guest .l-body .swiper-slide .info-box h3 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  font-weight: 500;
  margin-top: 15px;
}
.guest .l-body .swiper-slide p {
  font-size: 15px;
  color: #999999;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.guest .l-body .swiper-slide p span {
  display: block;
}
.guest .l-body .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: -100px;
  background: url(../images/allow-left.svg);
}
.guest .l-body .swiper-button-prev:after {
  display: none;
}
.guest .l-body .swiper-button-next {
  width: 60px;
  height: 60px;
  right: -100px;
  background: url(../images/allow-right.svg);
}
.guest .l-body .swiper-button-next:after {
  display: none;
}
.guest .l-body .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: -30px;
}
.guest .l-body .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 8px;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 4px;
}
.guest .l-body .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  border-radius: 25px;
  opacity: 1;
  background-image: linear-gradient(90deg, #1c55dd 0%, #0233a9 100%);
  border-radius: 4px;
}
@media (max-width: 1400px) {
  .guest .l-body .swiper-button-prev {
    display: none;
  }
  .guest .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .guest.pc {
    display: none;
  }
  .guest.mb {
    display: block;
  }
  .guest .l-title img {
    height: 55px;
  }
  .guest .l-body {
    position: relative;
    font-size: 0;
    padding: 0 10px;
  }
  .guest .l-body img {
    width: 100%;
  }
  .guest .l-body .swiper-slide {
    position: relative;
  }
  .guest .l-body .swiper-slide .card {
    float: left;
    width: calc(( 100% - 30px ) / 2 );
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .guest .l-body .swiper-slide .card:nth-child(5n) {
    margin-right: 30px;
  }
  .guest .l-body .swiper-slide .card:nth-child(2n) {
    margin-right: 0;
  }
  .guest .l-body .swiper-slide .info-box {
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }
  .guest .l-body .swiper-slide .info-box h3 {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    font-weight: 500;
  }
  .guest .l-body .swiper-slide p {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
  }
  .guest .l-body .swiper-button-prev {
    width: 60px;
    height: 60px;
    left: -100px;
    background: url(../images/allow-left.svg);
  }
  .guest .l-body .swiper-button-next {
    width: 60px;
    height: 60px;
    right: -100px;
    background: url(../images/allow-right.svg);
  }
  .guest .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -30px;
  }
  .guest .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 4px;
    opacity: 0.3;
    background: #ffffff;
    border-radius: 4px;
  }
  .guest .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    border-radius: 25px;
    opacity: 1;
    background: #58fbff;
    border-radius: 2.5px;
  }
}
.guest-1 .l-title img {
  width: 354px;
}
.guest-1 .l-title img.mb {
  display: none;
}
.guest-1 .l-body {
  position: relative;
}
.guest-1 .l-body img {
  width: 100%;
  transition: all 0.3s;
  display: inline-block;
}
.guest-1 .l-body .img-box {
  overflow: hidden;
  font-size: 0;
  max-height: 200px;
}
.guest-1 .l-body .swiper-slide {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.guest-1 .l-body .swiper-slide .info-box {
  padding: 20px 30px;
}
.guest-1 .l-body .swiper-slide .info-box h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  min-height: 56px;
  margin-bottom: 10px;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}
.guest-1 .l-body .swiper-slide .info-box p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  min-height: 48px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.guest-1 .l-body .swiper-slide .info-box p:last-child {
  margin-top: 10px;
}
.guest-1 .l-body .swiper-slide .info-box p {
  min-height: 18px;
}
.guest-1 .l-body .swiper-slide .info-box p span {
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.guest-1 .l-body .swiper-slide .info-box p span:last-child {
  float: right;
  display: none;
}
.guest-1 .l-body .swiper-slide:hover img {
  transform: scale(1.1);
}
.guest-1 .l-body .swiper-slide:hover .info-box h3 {
  color: #07c5d5;
}
.guest-1 .l-body .swiper-slide a {
  display: inline-block;
}
.guest-1 .l-body .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: -100px;
  background: url(../images/allow-left.svg);
  transition: all 0.3s;
}
.guest-1 .l-body .swiper-button-prev::after {
  display: none;
}
.guest-1 .l-body .swiper-button-next {
  width: 60px;
  height: 60px;
  right: -100px;
  background: url(../images/allow-right.svg);
  transition: all 0.3s;
}
.guest-1 .l-body .swiper-button-next::after {
  display: none;
}
.guest-1 .l-body .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: -50px;
}
.guest-1 .l-body .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #0d2f54;
  border-radius: 4px;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 1;
}
.guest-1 .l-body .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  background: #07c5d5;
  border-radius: 4px;
  opacity: 1;
}
@media (max-width: 1400px) {
  .guest-1 .l-body .swiper-button-prev {
    display: none;
  }
  .guest-1 .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .guest-1 {
    padding-bottom: 50px;
  }
  .guest-1 .l-title {
    padding: 0 15px 30px;
  }
  .guest-1 .l-title img {
    width: 190px;
  }
  .guest-1 .l-container {
    padding: 0;
  }
  .guest-1 .l-body {
    position: relative;
  }
  .guest-1 .l-body img {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
  }
  .guest-1 .l-body .swiper-wrapper {
    padding-left: 20px;
  }
  .guest-1 .l-body .swiper-slide {
    position: relative;
    width: 320px;
  }
  .guest-1 .l-body .swiper-slide .info-box {
    padding: 20px;
  }
  .guest-1 .l-body .swiper-slide .info-box h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    min-height: 56px;
    margin-bottom: 10px;
  }
  .guest-1 .l-body .swiper-slide .info-box p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .guest-1 .l-body .swiper-slide:hover img {
    transform: scale(1.1);
  }
  .guest-1 .l-body .swiper-button-prev {
    display: none;
  }
  .guest-1 .l-body .swiper-button-next {
    display: none;
  }
  .guest-1 .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -40px;
  }
  .guest-1 .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 4px;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 1;
  }
  .guest-1 .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 5px;
    border-radius: 25px;
    opacity: 1;
  }
}
.guide .l-title img {
  height: 90px;
}
.guide .l-container {
  max-width: 100%;
  padding: 0;
}
.guide .l-body {
  position: relative;
  font-size: 0;
  text-align: right;
  background: #132453;
}
.guide .l-body .content-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1180px;
  width: 100%;
  top: -5px;
  bottom: -1px;
  z-index: 2;
  text-align: left;
}
.guide .l-body .info-box {
  padding: 50px 15px 50px 0;
  width: 510px;
  height: 100%;
  display: inline-block;
  text-align: left;
}
.guide .l-body .info-box h3 {
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 15px;
}
.guide .l-body .info-box span {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  padding: 20px 0;
}
.guide .l-body .info-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 15px;
}
.guide .l-body .info-head span:nth-child(1) {
  width: 220px;
}
.guide .l-body .info-head span:nth-child(2) {
  width: 140px;
}
.guide .l-body .info-head span:nth-child(3) {
  width: 80px;
}
.guide .l-body .info-content {
  max-height: calc( 100% - 125px );
  overflow-y: auto;
  text-indent: 8px;
}
.guide .l-body .info-content::-webkit-scrollbar {
  background: transparent;
  border-radius: 3px;
  width: 6px;
}
.guide .l-body .info-content p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.guide .l-body .info-content p span:nth-child(1) {
  width: 220px;
}
.guide .l-body .info-content p span:nth-child(2) {
  width: 140px;
}
.guide .l-body .info-content p span:nth-child(3) {
  width: 80px;
}
.guide .l-body img.pc {
  width: 100%;
  display: inline-block;
}
@media (max-width: 978px) {
  .guide .l-title img {
    height: 55px;
  }
  .guide .l-body {
    padding-left: 0;
    background: none;
    padding-right: 0;
  }
  .guide .l-body::after {
    display: none;
  }
  .guide .l-body .info-box {
    padding: 17px 15px 40px;
    background: rgba(0, 24, 81, 0.8);
  }
  .guide .l-body .pc {
    display: none !important;
  }
  .guide .l-body .mb {
    display: block;
    width: 100% !important;
  }
  .guide .l-body .info-box {
    padding: 20px 15px;
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .guide .l-body .info-box h3 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 700;
    width: auto;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .guide .l-body .info-box span {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 0;
  }
  .guide .l-body .info-head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 15px;
  }
  .guide .l-body .info-head span:nth-child(1) {
    width: calc( 100% - 160px );
  }
  .guide .l-body .info-head span:nth-child(2) {
    width: 80px;
  }
  .guide .l-body .info-head span:nth-child(3) {
    width: 70px;
  }
  .guide .l-body .info-content {
    max-height: 1450px;
    overflow-y: auto;
    padding-left: 15px;
  }
  .guide .l-body .info-content::-webkit-scrollbar {
    background: #d8d8d8;
    border-radius: 3px;
    width: 6px;
  }
  .guide .l-body .info-content p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border: none;
    text-indent: 0;
  }
  .guide .l-body .info-content p span:nth-child(1) {
    width: calc( 100% - 160px );
  }
  .guide .l-body .info-content p span:nth-child(2) {
    width: 80px;
  }
  .guide .l-body .info-content p span:nth-child(3) {
    width: 70px;
  }
  .guide .l-body .content-box {
    position: static;
    transform: translateX(0);
  }
}
.case .l-title img {
  height: 90px;
}
.case .l-title .mb {
  display: none !important;
}
.case .l-body div {
  width: calc(( 100% - 60px ) / 4 );
  margin-right: 20px;
  background: #fff;
  border: 1px solid #3f4c67;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  height: 80px;
  border-radius: 10px;
}
.case .l-body div:nth-child(4n) {
  margin-right: 0;
}
.case .l-body div img {
  height: 100%;
  display: inline-block;
}
@media (max-width: 978px) {
  .case .l-title img {
    height: 50px;
  }
  .case .l-title .pc {
    display: none;
  }
  .case .l-title .mb {
    display: block !important;
  }
  .case .l-body div {
    width: calc(( 100% - 15px ) / 2 )!important;
    margin-right: 15px !important;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    height: 45px;
    background: #07132a;
    border: 1px solid #3f4c67;
  }
  .case .l-body div:nth-child(6n) {
    margin-right: 15px !important;
  }
  .case .l-body div:nth-child(2n) {
    margin-right: 0px !important;
  }
  .case .l-body div img {
    width: 100%;
    display: inline-block;
  }
}
.attenddee {
  display: none;
}
.attenddee .l-title img {
  width: 307px;
}
.attenddee .l-body img {
  width: 100%;
}
@media (max-width: 978px) {
  .attenddee .l-title img {
    width: 180px;
  }
  .attenddee .l-body .pc {
    display: none;
  }
  .attenddee .l-body .mb {
    display: block;
  }
}
.houette .l-title img {
  width: 307px;
}
.houette .l-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.houette .l-body {
  position: relative;
  font-size: 0;
}
.houette .l-body .swiper-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #030e1a 0%, rgba(3, 14, 26, 0) 20%, rgba(3, 14, 26, 0) 50%, rgba(3, 14, 26, 0) 80%, #030e1a 100%);
  z-index: 1;
}
.houette .l-body img {
  width: 100%;
}
.houette .l-body .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.houette .l-body .swiper-slide {
  position: relative;
}
.houette .l-body .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: 30px;
  background: url(../images/allow-left.svg);
  z-index: 2;
}
.houette .l-body .swiper-button-prev:after {
  display: none;
}
.houette .l-body .swiper-button-next {
  width: 60px;
  height: 60px;
  right: 30px;
  background: url(../images/allow-right.svg);
  z-index: 2;
}
.houette .l-body .swiper-button-next:after {
  display: none;
}
@media (max-width: 978px) {
  .houette .l-title img {
    width: 180px;
  }
  .houette .l-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .houette .l-body {
    position: relative;
    font-size: 0;
  }
  .houette .l-body .swiper-container:after {
    display: none;
  }
  .houette .l-body .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .houette .l-body .swiper-slide {
    position: relative;
  }
  .houette .l-body .swiper-button-prev {
    display: none;
  }
  .houette .l-body .swiper-button-next {
    display: none;
  }
}
.oldmeeting .l-title img {
  height: 90px;
}
.oldmeeting .l-body img {
  display: inline-block;
  width: 90%;
}
.oldmeeting .l-body .img-box.pc {
  display: inline-block;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
.oldmeeting .l-body .img-box.pc .btn-box {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-49%);
  bottom: 19.5%;
}
.oldmeeting .l-body .img-box.pc .btn-box a {
  display: inline-block;
  float: none;
  margin-right: 0;
  width: 195px;
  height: 54px;
  line-height: 52px;
  font-size: 20px;
  color: #000000;
  border-color: transparent;
  background: #f3a646;
  border-radius: 30px;
  transition: all 0.3s;
}
.oldmeeting .l-body .img-box.pc .btn-box a:hover {
  background: #ffc14e;
  border-color: #ffc14e;
}
.oldmeeting .l-body .img-box.pc img {
  border-radius: 8px;
  overflow: hidden;
}
.oldmeeting .l-body .l-bottom {
  text-align: center;
}
.oldmeeting .l-body .l-bottom h3 {
  font-size: 34px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 52px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
.oldmeeting .l-body .l-bottom .img-box {
  display: inline-block;
  width: 200px;
}
.oldmeeting .l-body .l-bottom .img-box img {
  width: 100%;
}
.oldmeeting .l-body .l-bottom .btn-box {
  text-align: center;
}
.oldmeeting .l-body .l-bottom .btn-box a {
  display: inline-block;
  float: none;
  margin-right: 0;
  width: 435px;
  height: 60px;
  line-height: 58px;
  font-size: 18px;
  color: #fff;
  border-color: transparent;
  background: #4fb8ba;
  border-radius: 30px;
  transition: all 0.3s;
  margin-bottom: 60px;
}
.oldmeeting .l-body .l-bottom .btn-box a:hover {
  border-color: #60c9da;
  background: #60c9da;
}
@media (max-width: 978px) {
  .oldmeeting {
    padding-top: 0;
  }
  .oldmeeting .l-title img {
    height: 55px;
  }
  .oldmeeting .l-body img {
    width: 100%;
  }
  .oldmeeting .l-body .img-box.pc {
    display: none;
    margin-bottom: 160px;
  }
  .oldmeeting .l-body .img-box.mb {
    display: inline-block;
    margin-bottom: 60px;
    position: relative;
  }
  .oldmeeting .l-body .img-box.mb .btn-box {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-49%);
    bottom: 24.5%;
  }
  .oldmeeting .l-body .img-box.mb .btn-box a {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: 165px;
    height: 52px;
    line-height: 50px;
    font-size: 18px;
    color: #000000;
    border-color: transparent;
    background: #f3a646;
    border-radius: 30px;
    transition: all 0.3s;
  }
  .oldmeeting .l-body .img-box.mb .btn-box a:hover {
    background: #ffc14e;
    border-color: #ffc14e;
  }
  .oldmeeting .l-body .l-bottom {
    text-align: center;
  }
  .oldmeeting .l-body .l-bottom h3 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .oldmeeting .l-body .l-bottom .img-box {
    display: inline-block;
    width: 160px;
  }
  .oldmeeting .l-body .l-bottom .img-box img {
    width: 100%;
  }
  .oldmeeting .l-body .l-bottom .btn-box {
    text-align: center;
  }
  .oldmeeting .l-body .l-bottom .btn-box a {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: 335px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    border-color: transparent;
    background: #4fb8ba;
    border-radius: 30px;
    transition: all 0.3s;
    margin-bottom: 40px;
  }
}
.knowledge .l-title img {
  height: 90px;
}
.knowledge .l-container {
  max-width: 100%;
  padding: 0 !important;
}
.knowledge .knowledge-tab {
  max-width: 1280px;
  margin: 0 auto;
}
.knowledge .knowledge-tab .swiper-slide {
  width: 100px !important;
  transition: all 0.3s;
}
.knowledge .knowledge-tab .swiper-slide.active-nav {
  color: #f66f6a;
}
.knowledge .knowledge-swiper {
  padding-bottom: 60px;
}
.knowledge .knowledge-swiper .swiper-wrapper {
  align-items: center;
}
.knowledge .knowledge-swiper .img-box {
  font-size: 0;
}
.knowledge .knowledge-swiper img {
  display: inline-block;
  width: 100%;
}
.knowledge .knowledge-swiper img.mb {
  display: none;
}
.knowledge .knowledge-swiper .swiper-slide {
  max-width: 900px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
.knowledge .content-box {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 40px;
  right: 40px;
}
.knowledge .content-box h3 {
  font-size: 48px;
  color: #ffffff;
  line-height: 58px;
  margin-bottom: 10px;
  font-weight: 700;
}
.knowledge .content-box h2 {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 38px;
}
.knowledge .content-box p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  position: absolute;
  bottom: 40px;
  left: 0px;
}
.knowledge .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 20px;
  top: 40%;
  border-radius: 50%;
  background: url(../images/allow-left.svg);
  background-size: 100% 100%;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.5);
}
.knowledge .swiper-button-prev:after {
  display: none;
}
.knowledge .swiper-button-next {
  width: 50px;
  height: 50px;
  right: 20px;
  top: 40%;
  border-radius: 50%;
  background: url(../images/allow-right.svg);
  background-size: 100% 100%;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.5);
}
.knowledge .swiper-button-next:after {
  display: none;
}
.knowledge .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 0px;
}
.knowledge .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 8px;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 4px;
}
.knowledge .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  border-radius: 25px;
  opacity: 1;
  background-image: linear-gradient(90deg, #1c55dd 0%, #0233a9 100%);
  border-radius: 4px;
}
@media (max-width: 1400px) {
  .knowledge .l-body .swiper-button-prev {
    display: none;
  }
  .knowledge .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .knowledge {
    position: relative;
  }
  .knowledge .l-title img {
    height: 55px;
  }
  .knowledge .l-container {
    max-width: 100%;
    padding: 0 !important;
  }
  .knowledge .knowledge-tab {
    max-width: 1280px;
    margin: 0 auto;
  }
  .knowledge .knowledge-tab .swiper-slide {
    width: 100px !important;
    transition: all 0.3s;
  }
  .knowledge .knowledge-tab .swiper-slide.active-nav {
    color: #f66f6a;
  }
  .knowledge .knowledge-swiper {
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .knowledge .knowledge-swiper .swiper-wrapper {
    align-items: center;
    padding-bottom: 40px;
  }
  .knowledge .knowledge-swiper img {
    display: inline-block;
    width: 100%;
  }
  .knowledge .knowledge-swiper img.pc {
    display: none;
  }
  .knowledge .knowledge-swiper img.mb {
    display: inline-block;
  }
  .knowledge .knowledge-swiper .swiper-slide {
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 1s !important;
    cursor: pointer;
    position: relative;
    transform: scale(1) translateX(0px) !important;
  }
  .knowledge .knowledge-swiper .swiper-slide-active,
  .knowledge .knowledge-swiper .swiper-slide-duplicate-active {
    transform: scale(1) translateX(0);
  }
  .knowledge .knowledge-swiper .swiper-slide-next {
    transform: scale(0.92) translateX(20px);
  }
  .knowledge .knowledge-swiper .swiper-slide-prev {
    transform: scale(0.92) translateX(-20px);
  }
  .knowledge .content-box {
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 15px;
    right: 20px;
  }
  .knowledge .content-box h3 {
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .knowledge .content-box h2 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .knowledge .content-box p {
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    position: static;
    bottom: -50px;
    left: 0px;
  }
  .knowledge .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
    bottom: 0;
  }
  .knowledge .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 4px;
    opacity: 0.3;
    background: #ffffff;
    border-radius: 4px;
  }
  .knowledge .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    border-radius: 25px;
    opacity: 1;
    background: #58fbff;
    border-radius: 2.5px;
  }
  .knowledge .swiper-button-prev {
    width: 60px;
    height: 60px;
    left: 55px;
    background: url("../images/arrow-left.svg") center no-repeat;
    background-size: cover;
  }
  .knowledge .swiper-button-next {
    width: 60px;
    height: 60px;
    right: 55px;
    background: url("../images/arrow-right.svg") center no-repeat;
    background-size: cover;
  }
}
.light .l-title img {
  height: 90px;
}
.light .l-body {
  text-align: center;
  position: relative;
}
.light .l-body ul {
  display: inline-block;
  width: 50%;
  position: relative;
  transform-style: preserve-3d;
  perspective: 250px;
}
.light .l-body ul li {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
}
.light .l-body ul li:nth-child(1) {
  position: relative;
}
.light .l-body ul li[data-index="0"] {
  transform: translateX(-70%) translateZ(-60px);
}
.light .l-body ul li[data-index="0"]:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.light .l-body ul li[data-index="1"] {
  transform: translateX(-35%) translateZ(-30px);
  opacity: 0.9;
}
.light .l-body ul li[data-index="1"]:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.light .l-body ul li[data-index="2"] {
  transform: translateX(0%) translateZ(0);
  opacity: 1;
}
.light .l-body ul li[data-index="2"]:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  position: absolute;
}
.light .l-body ul li[data-index="3"] {
  transform: translateX(35%) translateZ(-30px);
  opacity: 0.9;
}
.light .l-body ul li[data-index="3"]:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.light .l-body ul li[data-index="4"] {
  transform: translateX(70%) translateZ(-60px);
}
.light .l-body ul li[data-index="4"]:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.light .l-body ul li.active {
  animation: opa 0.5s ease-out;
}
.light .l-body .img-box {
  font-size: 0;
}
.light .l-body img {
  display: inline-block;
  width: 100%;
}
.light .l-body img.mb {
  display: none;
}
.light .l-body .content-box {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 40px;
  right: 40px;
}
.light .l-body .content-box h3 {
  font-size: 48px;
  color: #ffffff;
  line-height: 58px;
  margin-bottom: 10px;
  font-weight: 700;
}
.light .l-body .content-box h2 {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 38px;
}
.light .l-body .content-box p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  position: absolute;
  bottom: 40px;
  left: 0px;
}
.light .l-body .light-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -60px;
  top: 40%;
  border-radius: 50%;
  background: url(../images/allow-left.svg);
  background-size: 100% 100%;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.light .l-body .light-button-prev:after {
  display: none;
}
.light .l-body .light-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -60px;
  top: 40%;
  border-radius: 50%;
  background: url(../images/allow-right.svg);
  background-size: 100% 100%;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.light .l-body .light-button-next:after {
  display: none;
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.light {
  display: none;
}
.video-model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.video-model .por-player {
  width: 700px;
  height: 400px;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -350px;
}
.video-model .por-player iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-model video {
  width: 700px;
  height: 400px;
}
.video-model .video-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/video-close.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 9999999999;
}
.video-model.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
@media (max-width: 978px) {
  .video-model .por-player {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .video-model video {
    width: 100%;
    height: auto;
  }
}
