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;
}
.l-title img.mb {
  display: none;
}
@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;
  }
  .l-title img {
    transform: scale(1.1);
  }
  .l-title img.pc {
    display: none;
  }
  .l-title img.mb {
    display: inline-block;
  }
}
@media (max-width: 978px) {
  .content {
    padding-top: 0px;
  }
}
html {
  width: 100%;
}
body {
  background: #00042b;
}
@media (max-width: 978px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
}
.banner {
  height: 800px;
  overflow: hidden;
  margin-top: -20px;
  position: relative;
}
.banner .banner-info {
  position: relative;
  z-index: 1;
  padding-top: 460px;
}
.banner .banner-info h3 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 400px;
}
.banner .banner-info .btn-box {
  text-align: center;
  padding-top: 10px;
}
.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: linear-gradient(90deg, #f9ce60 0%, #ffa326 100%);
  border-radius: 30px;
  transition: all 0.3s;
}
.banner .banner-info .btn-box a:hover {
  background: linear-gradient(90deg, #ffa326 0%, #ffa326 100%);
  border-color: #ffc14e;
}
.banner .banner-info p {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-bottom: 0;
}
.banner .banner-info p img {
  display: inline-block;
  width: 156px;
  height: 156px;
  margin-bottom: 10px;
}
.banner .banner-info p i {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  display: block;
  text-align: center;
  font-style: normal;
}
.banner .banner-info span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fad24f;
  vertical-align: middle;
  margin: 0 5px 10px 5px;
}
.banner .video-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner .video-box video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 978px) {
  .banner {
    padding-top: 0px;
    margin-top: -45px;
    height: auto;
    overflow: hidden;
  }
  .banner .l-container {
    padding: 0;
  }
  .banner .banner-info {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .banner .banner-info h3 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    position: absolute;
    margin-bottom: 0;
    left: 50%;
    top: 25%;
    transform: translateX(-50%) translateY(-50%);
  }
  .banner .banner-info .btn-box {
    text-align: center;
    padding-top: 20px;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translateX(-50%) translateY(-50%);
  }
  .banner .banner-info .btn-box a {
    display: inline-block;
    transform: scale(0.9);
    float: none;
    margin-right: 0;
    width: 216px;
    height: 52px;
    line-height: 50px;
    font-size: 20px;
    color: #000000;
    border-color: transparent;
    background: linear-gradient(90deg, #f9ce60 0%, #ffa326 100%);
    border-radius: 30px;
    transition: all 0.3s;
  }
  .banner .banner-info .btn-box a:hover {
    background: linear-gradient(90deg, #ffa326 0%, #ffa326 100%);
    border-color: #ffc14e;
  }
  .banner .banner-info p {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    position: absolute;
    width: 300px;
    left: 50%;
    top: 65%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
  }
  .banner .banner-info p img {
    width: 100px;
    height: 100px;
  }
  .banner .banner-info p i {
    font-size: 14px;
  }
  .banner .banner-info span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fad24f;
    vertical-align: middle;
    margin: 0 5px 8px 5px;
    margin-top: 4px;
  }
  .banner .video-box.pc {
    display: none;
  }
  .banner .video-box.mb {
    display: block;
  }
  .banner .video-box.mb video {
    width: 100%;
  }
  .banner img.mb {
    width: 100%;
  }
}
.intpopuction {
  padding-top: 46px;
}
.intpopuction .l-title img {
  height: 90px;
}
.intpopuction .l-body .video-box {
  font-size: 0;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.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: 0px 40px 0;
  position: relative;
}
.intpopuction .l-body .info-box::after {
  position: absolute;
  left: 0;
  top: -20px;
  width: 40px;
  height: 34px;
  background: url(../images/point-l.svg);
  background-size: 100% 100%;
  content: "";
}
.intpopuction .l-body .info-box::before {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 40px;
  height: 34px;
  background: url(../images/point-l.svg);
  background-size: 100% 100%;
  transform: rotateZ(180deg);
  content: "";
}
.intpopuction .l-body .info-box p {
  font-size: 18px;
  text-align: center;
  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: -30px;
  }
  .intpopuction .l-title img {
    height: 45px;
  }
  .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;
  }
  .intpopuction .l-body .info-box::after {
    display: none;
  }
  .intpopuction .l-body .info-box::before {
    display: none;
  }
}
.videobox {
  display: none;
}
.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.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: 45px;
  }
  .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 .l-title img {
  height: 90px;
}
.agenda .l-body .tab_btn {
  max-width: 941px;
  margin: 0 auto;
  margin-bottom: 50px;
  background: #2c2d50;
  border-radius: 36px;
}
.agenda .l-body .tab_btn li {
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 15px 30px;
  border-radius: 36px;
  transition: all 0.3s;
  width: auto !important;
  cursor: pointer;
  min-width: 220px;
}
.agenda .l-body .tab_btn li h3 span {
  font-size: 18px;
  color: #ffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  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, #ae6c34 0%, #fadf9e 100%);
}
.agenda .l-body .tab_btn li.active h3 span,
.agenda .l-body .tab_btn li.active h3 p {
  color: #000;
}
.agenda .l-body .tab_item li {
  width: 100%;
  position: relative;
}
.agenda .l-body .tab_item li .l-content-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  padding-right: 46px;
}
.agenda .l-body .tab_item li .l-content-nav h3 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 20px;
}
.agenda .l-body .tab_item li .l-content-nav .nav-item,
.agenda .l-body .tab_item li .l-content-nav .navs-item {
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.agenda .l-body .tab_item li .l-content-nav .nav-item p,
.agenda .l-body .tab_item li .l-content-nav .navs-item p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
}
.agenda .l-body .tab_item li .l-content-nav .nav-item p span,
.agenda .l-body .tab_item li .l-content-nav .navs-item p span {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.agenda .l-body .tab_item li .l-content-nav .nav-item.active,
.agenda .l-body .tab_item li .l-content-nav .navs-item.active {
  background-image: linear-gradient(225deg, #3c406a 0%, #211f3e 100%);
}
.agenda .l-body .tab_item li .l-content-nav .nav-item.active p,
.agenda .l-body .tab_item li .l-content-nav .navs-item.active p {
  opacity: 1;
}
.agenda .l-body .tab_item li .l-content-nav .navs-item p {
  cursor: auto;
}
.agenda .l-body .tab_item li .nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.agenda .l-body .tab_item li .nav-fixed .l-content-nav {
  left: 0;
  top: 120px;
}
.agenda .l-body .tab_item li .nav-fixed-b {
  position: static;
}
.agenda .l-body .tab_item li .nav-fixed-b .l-content-nav {
  left: 0;
  top: auto;
  bottom: 20px;
}
.agenda .l-body .tab_item li .l-content-main {
  padding-left: 340px;
  width: 100%;
}
.agenda .l-body .tab_item li .l-content-main .card {
  margin-bottom: 40px;
  padding: 50px 100px;
  background: url(../images/agend-bg.png);
  background-size: cover;
  width: 100%;
  border-radius: 10px;
  position: relative;
  opacity: 0.5;
  transition: all 0.3s;
}
.agenda .l-body .tab_item li .l-content-main .card h3 {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(right, #ae6c33, #fce6ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 420px;
}
.agenda .l-body .tab_item li .l-content-main .card p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.agenda .l-body .tab_item li .l-content-main .card p span {
  margin-right: 20px;
}
.agenda .l-body .tab_item li .l-content-main .card img {
  width: 190px;
  position: absolute;
  right: 15%;
  bottom: 0;
}
.agenda .l-body .tab_item li .l-content-main .card.active {
  opacity: 1;
}
.agenda .l-body .tab_item li .l-content-main .card.abc img:nth-child(6) {
  right: 33%;
  width: 200px;
  z-index: 4;
}
.agenda .l-body .tab_item li .l-content-main .card.abc img:nth-child(7) {
  right: 25%;
  width: 200px;
  z-index: 3;
}
.agenda .l-body .tab_item li .l-content-main .card.abc img:nth-child(8) {
  right: 12%;
  width: 180px;
  z-index: 2;
}
.agenda .l-body .tab_item li .l-content-main .card.abc img:nth-child(9) {
  right: 0%;
  width: 180px;
  z-index: 1;
}
@media (max-width: 1439px) {
  .agenda .l-body .tab_item li .nav-fixed {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .agenda .l-body .tab_item li .nav-fixed {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .agenda .l-body .tab_item li .nav-fixed {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 978px) {
  .agenda {
    background: none;
  }
  .agenda .l-title img {
    height: 45px;
  }
  .agenda .l-container {
    padding: 0;
  }
  .agenda .l-body .tab_btn {
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #2c2d50;
    text-align: center;
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  .agenda .l-body .tab_btn li {
    background-size: 100% 100%;
    border-radius: 8px;
    padding: 5px 15px;
    border-radius: 36px;
    transition: all 0.3s;
    width: auto !important;
    cursor: pointer;
    min-width: 0;
    display: inline-block;
    float: none;
  }
  .agenda .l-body .tab_btn li h3 span {
    font-size: 12px;
    color: #ffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    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, #ae6c34 0%, #fadf9e 100%);
  }
  .agenda .l-body .tab_btn li.active h3 span,
  .agenda .l-body .tab_btn li.active h3 p {
    color: #000;
  }
  .agenda .l-body .tab_item li {
    width: 100%;
    position: relative;
  }
  .agenda .l-body .tab_item li .l-content-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .agenda .l-body .tab_item li .l-content-nav h3 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 20px;
    display: none;
  }
  .agenda .l-body .tab_item li .l-content-nav .nav-item,
  .agenda .l-body .tab_item li .l-content-nav .navs-item {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 3px 5px;
  }
  .agenda .l-body .tab_item li .l-content-nav .nav-item p,
  .agenda .l-body .tab_item li .l-content-nav .navs-item p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    opacity: 0.5;
    transition: all 0.3s;
  }
  .agenda .l-body .tab_item li .l-content-nav .nav-item p span,
  .agenda .l-body .tab_item li .l-content-nav .navs-item p span {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-top: 5px;
    display: block;
    max-width: 80px;
  }
  .agenda .l-body .tab_item li .l-content-nav .nav-item.active,
  .agenda .l-body .tab_item li .l-content-nav .navs-item.active {
    background-image: linear-gradient(225deg, #3c406a 0%, #211f3e 100%);
  }
  .agenda .l-body .tab_item li .l-content-nav .nav-item.active p,
  .agenda .l-body .tab_item li .l-content-nav .navs-item.active p {
    opacity: 1;
  }
  .agenda .l-body .tab_item li .nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .agenda .l-body .tab_item li .nav-fixed .l-content-nav {
    left: 0;
    top: 60px;
  }
  .agenda .l-body .tab_item li .nav-fixed-b {
    position: static;
  }
  .agenda .l-body .tab_item li .nav-fixed-b .l-content-nav {
    left: 0;
    top: auto;
    bottom: 0px;
  }
  .agenda .l-body .tab_item li .l-content-main {
    padding-left: 110px;
    width: calc( 100% - 10px );
  }
  .agenda .l-body .tab_item li .l-content-main .card {
    margin-bottom: 10px;
    padding: 10px 20px;
    background: url(../images/agend-bg.png);
    background-size: cover;
    width: 100%;
    border-radius: 10px;
    opacity: 0.5;
    transition: all 0.3s;
  }
  .agenda .l-body .tab_item li .l-content-main .card h3 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(bottom, #ae6c33, #fce6ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .agenda .l-body .tab_item li .l-content-main .card p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .agenda .l-body .tab_item li .l-content-main .card p span {
    margin-right: 5px;
  }
  .agenda .l-body .tab_item li .l-content-main .card img {
    display: none;
  }
  .agenda .l-body .tab_item li .l-content-main .card.active {
    opacity: 1;
  }
}
.agendas .l-title img {
  height: 90px;
}
.agendas .l-body .tab_btn {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.agendas .l-body .tab_btn li {
  margin-right: 20px;
  background: #22245a url(../images/tab-mr.png);
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 15px 30px;
  transition: all 0.3s;
  cursor: pointer;
  width: calc( ( 100% - 40px ) / 3 ) !important;
}
.agendas .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;
}
.agendas .l-body .tab_btn li:last-child {
  margin-right: 0;
}
.agendas .l-body .tab_btn li.active {
  background: #22245a url(../images/tab-h.png);
  background-size: 100% 100%;
}
.agendas .l-body .tab_btn li.active h3 span,
.agendas .l-body .tab_btn li.active h3 p {
  color: #fff;
}
.agendas .l-body .tab_item li {
  width: 100%;
}
.agendas .l-body .tab_item li .content-box {
  border-radius: 8px;
  overflow: hidden;
}
.agendas .l-body .tab_item li .content-box .card {
  display: flex;
  background: #182647;
}
.agendas .l-body .tab_item li .content-box .card .time {
  width: 30%;
  text-align: right;
  padding: 0 70px;
  display: flex;
  align-items: center;
  justify-content: right;
  display: none;
}
.agendas .l-body .tab_item li .content-box .card .time p {
  font-size: 18px;
  display: inline-block;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  background: linear-gradient(to left, #ffac43, #698aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agendas .l-body .tab_item li .content-box .card .info {
  width: 100%;
  background: #11163b;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 180px;
}
.agendas .l-body .tab_item li .content-box .card .info img {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #f66f6a;
  left: 30px;
  top: 14px;
  border-radius: 50%;
  z-index: 1;
}
.agendas .l-body .tab_item li .content-box .card .info img + img {
  left: 100px;
  z-index: 7;
}
.agendas .l-body .tab_item li .content-box .card .info img + img + img {
  left: 60px;
  z-index: 2;
}
.agendas .l-body .tab_item li .content-box .card .info h3 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
.agendas .l-body .tab_item li .content-box .card .info h4 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
.agendas .l-body .tab_item li .content-box .card .info i {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
}
.agendas .l-body .tab_item li .content-box .card .info p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 25px;
  float: right;
  width: 400px;
}
.agendas .l-body .tab_item li .content-box .card .info p span {
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-left: 10px;
  vertical-align: text-top;
}
.agendas .l-body .tab_item li .content-box .card .info > div {
  float: right;
  width: 400px;
}
.agendas .l-body .tab_item li .content-box .card .info > div p {
  width: auto;
  float: none;
}
.agendas .l-body .tab_item li .content-box .card:nth-child(odd) .time {
  background: #0a193c;
}
.agendas .l-body .tab_item li .content-box .card:nth-child(odd) .info {
  background: #070c33;
}
.agendas .l-body .tab_item li .content-box .card:nth-child(even) .time {
  background: #192748;
}
.agendas .l-body .tab_item li .content-box .card:nth-child(even) .info {
  background: #12173c;
}
.agendas .l-body .tab_item li .mb {
  display: none !important;
}
@media (max-width: 978px) {
  .agendas {
    background: none;
  }
  .agendas .l-title img {
    height: 45px;
  }
  .agendas .l-container {
    padding: 0;
  }
  .agendas .l-body .tab_btn {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .agendas .l-body .tab_btn li {
    margin-right: 10px;
    transition: all 0.3s;
    padding: 7px 0;
    cursor: pointer;
    width: calc( ( 100% - 20px ) / 3 ) !important;
  }
  .agendas .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;
  }
  .agendas .l-body .tab_btn li h3 span.pc {
    display: none;
  }
  .agendas .l-body .tab_btn li h3 span.mb {
    display: block;
    margin-bottom: 0;
  }
  .agendas .l-body .tab_btn li h3 p {
    display: none;
  }
  .agendas .l-body .tab_item li {
    width: 100%;
  }
  .agendas .l-body .tab_item li .content-box .card {
    display: flex;
    background: #182647;
  }
  .agendas .l-body .tab_item li .content-box .card .time {
    width: 30%;
    text-align: right;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: right;
    display: none;
  }
  .agendas .l-body .tab_item li .content-box .card .time p {
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    background: linear-gradient(to left, #ffac43, #698aff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .agendas .l-body .tab_item li .content-box .card .info {
    width: 100%;
    background: #11163b;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 120px;
    padding-right: 20px;
  }
  .agendas .l-body .tab_item li .content-box .card .info .mb {
    display: inline-block !important;
  }
  .agendas .l-body .tab_item li .content-box .card .info img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 1;
  }
  .agendas .l-body .tab_item li .content-box .card .info img + img {
    left: 65px;
    z-index: 7;
  }
  .agendas .l-body .tab_item li .content-box .card .info img + img + img {
    left: 60px;
    z-index: 2;
  }
  .agendas .l-body .tab_item li .content-box .card .info h3 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0px;
  }
  .agendas .l-body .tab_item li .content-box .card .info h3 + p {
    padding-top: 10px;
  }
  .agendas .l-body .tab_item li .content-box .card .info h4 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .agendas .l-body .tab_item li .content-box .card .info i {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 13px;
    margin-top: -2px;
    background: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    display: none;
  }
  .agendas .l-body .tab_item li .content-box .card .info .pc {
    display: none;
  }
  .agendas .l-body .tab_item li .content-box .card .info .mb {
    padding-top: 10px;
  }
  .agendas .l-body .tab_item li .content-box .card .info > div {
    float: none;
    width: auto;
  }
  .agendas .l-body .tab_item li .content-box .card .info p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 0;
    width: auto;
    float: none;
  }
  .agendas .l-body .tab_item li .content-box .card .info p span {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: -1px;
    vertical-align: text-top;
  }
  .agendas .l-body .tab_item .pc {
    display: none !important;
  }
  .agendas .l-body .tab_item .mb {
    display: block !important;
  }
}
.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: 14px;
  color: #f2b883;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  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, #ae6c34 0%, #fadf9e 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: 45px;
  }
  .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 {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    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: -15px;
  }
  .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-image: linear-gradient(90deg, #ae6c34 0%, #fadf9e 100%);
    border-radius: 2.5px;
  }
}
.guest-1 {
  display: none;
}
.guest-1 .l-title img {
  height: 90px;
}
.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: 5px;
  height: 5px;
  margin: 0 8px;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 4px;
}
.guest-1 .l-body .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  border-radius: 25px;
  opacity: 1;
  background-image: linear-gradient(90deg, #ae6c34 0%, #fadf9e 100%);
  border-radius: 4px;
}
@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 img {
    height: 45px;
  }
  .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-container {
  padding: 0;
  max-width: 100%;
}
.guide .l-title img {
  height: 90px;
}
.guide .l-body {
  padding-left: 50%;
  background: url(../images/guide-img.jpg) left no-repeat;
  background-size: 70% auto;
}
.guide .l-body .info-box {
  padding: 30px;
  background: rgba(13, 24, 105, 0.9);
  background: url(../images/guide-img-bg.png) center no-repeat;
  background-size: cover;
}
.guide .l-body .info-box > h3 {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.guide .l-body .info-box > h3 span {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
}
.guide .l-body section {
  margin-bottom: 30px;
}
.guide .l-body section h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
.guide .l-body section h3:after {
  content: "";
  width: 3px;
  height: 20px;
  background: #fda80a;
  position: absolute;
  left: 0;
  top: 5px;
}
.guide .l-body section p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.guide .l-body .btn-box {
  margin-top: -20px;
  margin-bottom: 10px;
}
.guide .l-body .btn-box a {
  display: inline-block;
  float: none;
  margin-right: 0;
  width: 195px;
  height: 54px;
  line-height: 50px;
  font-size: 20px;
  color: #000000;
  border-color: transparent;
  background: linear-gradient(90deg, #f9ce60 0%, #ffa326 100%);
  border-radius: 30px;
  transition: all 0.3s;
}
.guide .l-body .btn-box a:hover {
  background: linear-gradient(90deg, #ffa326 0%, #ffa326 100%);
  border-color: #ffc14e;
}
@media (max-width: 978px) {
  .guide {
    padding-top: 60px;
  }
  .guide .l-title img {
    height: 45px;
  }
  .guide .l-body {
    padding-left: 0;
    background: none;
  }
  .guide .l-body .info-box {
    padding: 20px 15px 20px;
  }
  .guide .l-body .info-box > h3 {
    font-size: 26px;
  }
  .guide .l-body .mb {
    display: block;
    width: 100%;
  }
  .guide .l-body section {
    margin-bottom: 30px;
  }
  .guide .l-body section h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
  }
  .guide .l-body section h3:after {
    content: "";
    width: 3px;
    height: 20px;
    background: #fda80a;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .guide .l-body section p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .guide .l-body .btn-box {
    margin-top: -20px;
  }
  .guide .l-body .btn-box a {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
  }
}
.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;
}
.case .l-body p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.case .l-body.abc {
  margin-bottom: 10px;
  text-align: center;
}
.case .l-body.abc div {
  float: none;
  display: inline-block;
  margin-right: 0;
}
.case .l-body.abc p {
  color: #c5965c;
}
@media (max-width: 978px) {
  .case {
    overflow: hidden;
    padding-top: 20px;
  }
  .case .l-title {
    position: relative;
    height: 107px;
  }
  .case .l-title img {
    height: 45px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .case .l-title p {
    padding-top: 55px;
  }
  .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;
  }
  .case .l-body.abc div {
    margin-right: 0 !important;
  }
}
.attenddee {
  display: none;
}
.attenddee .l-title img {
  height: 90px;
}
.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 {
  display: none;
}
.houette .l-title img {
  height: 90px;
}
.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 {
    height: 45px;
  }
  .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 {
  position: relative;
  padding-bottom: 30px;
}
.oldmeeting .l-title img {
  height: 90px;
}
.oldmeeting .l-body {
  position: relative;
  z-index: 2;
}
.oldmeeting .l-body img {
  display: inline-block;
  width: 100%;
  float: left;
}
.oldmeeting .l-body .img-box {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-right: 30px;
  max-height: 400px;
  width: calc( ( 100% - 75px ) / 3 );
  border-radius: 12px;
}
.oldmeeting .l-body .img-box:nth-child(3) {
  margin-right: 0;
}
.oldmeeting .l-body .img-box .btn-box {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-49%);
  bottom: 25%;
}
.oldmeeting .l-body .img-box .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-image: linear-gradient(90deg, #f9ce60 0%, #ffa326 100%);
  border-radius: 30px;
  transition: all 0.3s;
}
.oldmeeting .l-body .img-box .btn-box a:hover {
  background: #ffc14e;
  border-color: #ffc14e;
}
.oldmeeting .l-body .img-box img {
  display: inline-block;
  font-size: 0;
}
.oldmeeting .l-body a {
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  max-height: 396px;
  overflow: hidden;
  box-shadow: -2px 44px 46px -25px rgba(201, 125, 97, 0);
  transition: all 0.3s;
}
.oldmeeting .l-body a:hover {
  box-shadow: -2px 44px 46px -25px rgba(201, 125, 97, 0.6);
}
.oldmeeting .l-body .l-bottom {
  text-align: center;
  padding-top: 100px;
}
.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;
  background: linear-gradient(to bottom, #ae6c33 60%, #fce6ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.oldmeeting .l-body .l-bottom .img-box {
  display: inline-block;
  width: 200px;
  margin-right: 0;
  margin-bottom: 0;
  transition: all 0.3s;
}
.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-image: linear-gradient(90deg, #f9ce60 0%, #ffa326 100%);
  border-radius: 30px;
  transition: all 0.3s;
  margin-bottom: 60px;
}
.oldmeeting .l-body .l-bottom .btn-box a:hover {
  border-color: #60c9da;
  background: #60c9da;
}
.oldmeeting .ng-show {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/chart-bg.jpg) center bottom no-repeat;
  background-size: 1920px auto;
  height: 430px;
}
@media (max-width: 978px) {
  .oldmeeting {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .oldmeeting .l-title img {
    height: 45px;
  }
  .oldmeeting .l-body img {
    width: 100%;
  }
  .oldmeeting .l-body a {
    border-radius: 8px;
  }
  .oldmeeting .l-body .img-box {
    display: inline-block;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .oldmeeting .l-body .img-box .btn-box {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-49%);
    bottom: 18.5%;
  }
  .oldmeeting .l-body .img-box .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;
    transform: scale(0.7);
  }
  .oldmeeting .l-body .img-box .btn-box a:hover {
    background: #ffc14e;
    border-color: #ffc14e;
  }
  .oldmeeting .l-body .l-bottom {
    text-align: center;
    padding-top: 60px;
  }
  .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;
  }
  .oldmeeting .ng-show {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/chart-bg-mb.jpg) center bottom no-repeat;
    background-size: cover;
    height: 400px;
  }
}
.knowledge .l-title img {
  height: 90px;
}
.knowledge .l-body .card {
  float: left;
  background-image: linear-gradient(225deg, #3d4e7e 0%, #211f3e 100%);
  border-radius: 10px;
  margin-right: 20px;
  padding: 30px;
  position: relative;
  min-height: 290px;
}
.knowledge .l-body .card:nth-child(1) {
  width: 320px;
  margin-bottom: 20px;
}
.knowledge .l-body .card:nth-child(1):hover {
  background: url(../images/knowledge-bg-1.png);
  background-size: cover;
}
.knowledge .l-body .card:nth-child(2) {
  margin-right: 0;
  width: calc( 100% - 340px );
  margin-bottom: 20px;
}
.knowledge .l-body .card:nth-child(2):hover {
  background: url(../images/knowledge-bg-2.png);
  background-size: cover;
}
.knowledge .l-body .card:nth-child(3) {
  margin-right: 20px;
  width: calc( 100% - 340px );
}
.knowledge .l-body .card:nth-child(3):hover {
  background: url(../images/knowledge-bg-2.png);
  background-size: cover;
}
.knowledge .l-body .card:nth-child(4) {
  margin-right: 0;
  width: 320px;
}
.knowledge .l-body .card:nth-child(4):hover {
  background: url(../images/knowledge-bg-1.png);
  background-size: cover;
}
.knowledge .l-body .card h3 {
  font-size: 48px;
  letter-spacing: 0;
  text-align: left;
  line-height: 56px;
  font-weight: 700;
  background-image: -webkit-linear-gradient(bottom, #ae6c33, #fce6ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.knowledge .l-body .card h4 {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.knowledge .l-body .card span {
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  position: absolute;
  right: 30px;
  top: 43px;
  background-image: -webkit-linear-gradient(bottom, #ae6c33, #fce6ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.knowledge .l-body .card p {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.knowledge .l-body .card .p-point {
  padding-left: 15px;
  position: relative;
}
.knowledge .l-body .card .p-point:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #e7c68c;
  border-radius: 50%;
}
.knowledge .l-body .card ul li {
  float: left;
}
.knowledge .l-body .card ul li:first-child {
  margin-right: 40px;
}
.knowledge .l-body .card ul li .p-point {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.knowledge .l-body .card:nth-child(3) {
  padding-right: 0;
}
.knowledge .l-body .card:nth-child(3) ul li:nth-child(2) {
  width: calc( 100% - 300px );
}
.knowledge .l-body[data-index="1"] .card:nth-child(1) {
  background: url(../images/knowledge-bg-1.png);
  background-size: cover;
}
.knowledge .l-body[data-index="2"] .card:nth-child(2) {
  background: url(../images/knowledge-bg-2.png);
  background-size: cover;
}
.knowledge .l-body[data-index="3"] .card:nth-child(3) {
  background: url(../images/knowledge-bg-2.png);
  background-size: cover;
}
.knowledge .l-body[data-index="4"] .card:nth-child(4) {
  background: url(../images/knowledge-bg-1.png);
  background-size: cover;
}
@media (max-width: 978px) {
  .knowledge {
    position: relative;
  }
  .knowledge .l-title img {
    height: 45px;
  }
  .knowledge .l-body .card {
    float: left;
    background-image: linear-gradient(225deg, #3d4e7e 0%, #211f3e 100%);
    border-radius: 10px;
    margin-right: 20px;
    padding: 20px;
    position: relative;
    min-height: 0;
  }
  .knowledge .l-body .card:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .knowledge .l-body .card:nth-child(1):hover {
    background: url(../images/knowledge-bg-1.png);
    background-size: cover;
  }
  .knowledge .l-body .card:nth-child(2) {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .knowledge .l-body .card:nth-child(2):hover {
    background: url(../images/knowledge-bg-2.png);
    background-size: cover;
  }
  .knowledge .l-body .card:nth-child(3) {
    margin-right: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .knowledge .l-body .card:nth-child(3):hover {
    background: url(../images/knowledge-bg-2.png);
    background-size: cover;
  }
  .knowledge .l-body .card:nth-child(4) {
    margin-right: 0;
    width: 100%;
  }
  .knowledge .l-body .card:nth-child(4):hover {
    background: url(../images/knowledge-bg-1.png);
    background-size: cover;
  }
  .knowledge .l-body .card h3 {
    font-size: 30px;
    letter-spacing: 0;
    text-align: left;
    line-height: 40px;
    font-weight: 700;
    background-image: -webkit-linear-gradient(bottom, #ae6c33, #fce6ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
  }
  .knowledge .l-body .card h4 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .knowledge .l-body .card span {
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 33px;
    background-image: -webkit-linear-gradient(bottom, #ae6c33, #fce6ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .knowledge .l-body .card p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .knowledge .l-body .card .p-point {
    padding-left: 12px;
    position: relative;
  }
  .knowledge .l-body .card .p-point:after {
    content: "";
    width: 4px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #e7c68c;
    border-radius: 50%;
  }
  .knowledge .l-body .card ul li {
    float: left;
  }
  .knowledge .l-body .card ul li:first-child {
    margin-right: 40px;
    margin-bottom: 10px;
  }
  .knowledge .l-body .card ul li .p-point {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .knowledge .l-body .card:nth-child(3) {
    padding-right: 0;
  }
  .knowledge .l-body .card:nth-child(3) ul li:nth-child(2) {
    width: 100%;
  }
}
.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;
  }
}
