.is-vertical-screen .section-join .join-wrapper {
  padding-top: 20vh;
}
@media (min-width: 769px) {
  .is-vertical-screen .banner-container {
    height: calc(50vh - 60px);
  }
  .is-vertical-screen .section-join {
    margin-top: -20vh;
  }
}
@media (max-width: 768px) {
  .is-vertical-screen .section-join .join-wrapper {
    padding-top: 50vh;
  }
  .is-vertical-screen .section-join {
    margin-top: -45vh;
  }
}

.banner-container {
  width: 100%;
  height: calc(90vh - 60px);
  position: relative;
  z-index: 3;
}
.banner-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, #F1F5F8 0%, #FFFFFF 100%);
}
@media (max-width: 768px) {
  .banner-container {
    height: auto;
    z-index: 10;
  }
  .banner-container:before {
    top: -65px;
    height: 165px;
  }
}
.banner-container .banner-wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.banner-container .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .banner-container .swiper-container {
    position: relative;
  }
}
.banner-container .banner-left {
  position: absolute;
  left: 15%;
  top: 50%;
  width: 55%;
  transform: translateY(-50%);
  max-width: 500px;
}
@media (min-width: 1500px) {
  .banner-container .banner-left {
    left: 20%;
  }
}
@media (max-width: 1250px) {
  .banner-container .banner-left {
    left: 10%;
  }
}
@media (max-width: 1150px) {
  .banner-container .banner-left {
    left: 7%;
  }
}
@media (max-width: 1050px) {
  .banner-container .banner-left {
    left: 5%;
  }
}
@media (max-width: 768px) {
  .banner-container .banner-left {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    margin-top: 13%;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    max-width: 100%;
  }
}
.banner-container .banner-left .banner-text-img {
  width: 58.5%;
}
@media (max-width: 768px) {
  .banner-container .banner-left .banner-text-img {
    width: 55%;
  }
}
.banner-container .banner-left .banner-text-img img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) and (min-width: 576px) {
  .banner-container .banner-left .banner-text-img img{
    width: 85%;
  }
}
.banner-container .banner-left h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.banner-container .banner-left h2:nth-child(2) {
  text-indent: 60px;
}
.banner-container .banner-left h3 {
  font-size: 20px;
  font-weight: bold;
}
.banner-container .banner-left h1 {
  margin-top: 21px;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .banner-container .banner-left h1 {
    font-size: 10px;
    margin-top: 21px;
    color: #333333;
    line-height: 14px;
    letter-spacing: 0;
  }
}
.banner-container .banner-left p {
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .banner-container .banner-left p {
    font-size: 10px;
    margin-top: 10px;
    color: #333333;
    line-height: 20px;
    letter-spacing: 0;
  }
  .banner-container .banner-left p.kv-desc-w80 {
    max-width: 50vw;
  }
}
.banner-container .banner-left .banner-btns {
  font-size: 0;
  margin-top: 40px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .banner-container .banner-left .banner-btns {
    margin-top: 20%;
    text-align: center;
    white-space: normal;
  }
}
.banner-container .banner-left a.hc-btn {
  margin-left: 30px;
}
.banner-container .banner-left a.hc-btn:nth-child(1) {
  margin-left: 0;
  margin-top: 0 !important;
}
@media (max-width: 900px) {
  .banner-container .banner-left a.hc-btn {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .banner-container .banner-left a.hc-btn {
    margin: 30px auto 0 !important;
    display: block;
    max-width: 240px;
  }
}
.banner-container .banner-right {
  width: 31.16%;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.banner-container .banner-right img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  opacity: 0.3;
}
@media (min-width: 1500px) {
  .banner-container .banner-right {
    width: 27%;
    right: 15%;
  }
}
@media (max-width: 1200px) {
  .banner-container .banner-right {
    width: 34.16%;
    right: 2%;
  }
}
@media (max-width: 768px) {
  .banner-container .banner-right {
    right: 0;
    top: 10%;
    transform: none;
    width: 50%;
  }
  .banner-container .banner-right img {
    transform: translateX(10%);
    display: block;
    position: absolute;
    right: 0 !important;
    top: 10% !important;
    transform: none;
    width: 50%;
    left: auto !important;
  }
}

.section-events {
  z-index: 4;
  position: relative;
  padding-top: 120px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .section-events {
    padding: 90px 0 80px;
  }
  .section-events .section-container {
    padding: 0;
  }
}
.section-events h2 {
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-events h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
.section-events .events-content {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .section-events .events-content {
    margin-top: 20px;
  }
}
.section-events .events-container {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .section-events .events-container {
    padding-bottom: 30px;
  }
}
.section-events .events-container .swiper-slide {
  width: 660px;
  border-radius: 10px;
  overflow: hidden;
}
.section-events .events-container img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-events .events-btn {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .section-events .events-btn {
    margin-top: 30px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-events .swiper-container .swiper-scrollbar {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 660px;
    transform: translate(-50%, 0);
    height: 6px;
  }
  .section-events .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    width: 100px;
    height: 20px;
    background: #7F92D6;
    box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    margin-top: -7px;
  }
}
.section-events .swiper-container-horizontal > .swiper-scrollbar {
  width: 660px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 6px;
  background: #DFE4EA;
  bottom: 10px;
}
@media (max-width: 768px) {
  .section-events .swiper-container-horizontal > .swiper-scrollbar {
    width: 80%;
    max-width: 660px;
    height: 4px;
  }
}
.section-events .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  width: 100px;
  height: 20px;
  background: #7F92D6;
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-top: -7px;
}
@media (max-width: 768px) {
  .section-events .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
    height: 10px;
    margin-top: -4px;
  }
}

.hc-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("../images/common/icon-play.png");
  width: 42px;
  height: 42px;
  background-size: 100%;
  margin-left: -21px;
  margin-top: -21px;
}

.section-attend {
  padding-top: 70px;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .section-attend {
    padding-top: 10px;
  }
}
.section-attend .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}
.section-attend .section-title h2 {
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-attend .section-title h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
.section-attend .attend-content {
  margin-top: 30px;
}
.section-attend .attend-tags {
  position: relative;
}
.section-attend .attend-tags:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url("../images/home/attend-mask.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section-attend .attend-tags img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-attend .attend-cards {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 980px) {
  .section-attend .attend-cards {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 768px) {
  .section-attend .attend-cards {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-attend ul {
  display: flex;
}
@media (max-width: 768px) {
  .section-attend ul {
    display: block;
  }
}
.section-attend ul li {
  flex: 1 0 20%;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (max-width: 980px) {
  .section-attend ul li {
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .section-attend ul li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0;
  }
}
.section-attend ul .attend-card {
  padding: 20px 10px;
  border-radius: 10px;
  color: #fff;
  min-height: 114px;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 768px) {
  .section-attend ul .attend-card {
    padding: 10px 20px;
    min-height: 78px;
    height: auto;
  }
}
.section-attend ul .attend-card h3 {
  font-size: 16px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 980px) {
  .section-attend ul .attend-card h3 {
    font-size: 14px;
  }
}
@media (max-width: 880px) {
  .section-attend ul .attend-card h3 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .section-attend ul .attend-card h3 {
    font-size: 16px;
  }
}
.section-attend ul .attend-card h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: #fff;
}
.section-attend ul .attend-card p {
  font-size: 12px;
  margin-top: 5px;
  color: #FFFFFF;
  line-height: 16px;
  padding-left: 20px;
}
.section-attend ul .attend-card.card-1 {
  background: #F0B2BB;
}
.section-attend ul .attend-card.card-2 {
  background: #CA87CC;
}
.section-attend ul .attend-card.card-3 {
  background: #A494D8;
}
.section-attend ul .attend-card.card-4 {
  background: #90A3DC;
}
.section-attend ul .attend-card.card-5 {
  background: #AADBB6;
}
/* 
.section-speakers {
  z-index: 4;
  position: relative;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .section-speakers {
    padding-top: 20px;
  }
}
.section-speakers .section-title h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
@media (max-width: 768px) {
  .section-speakers .section-title h2 {
    font-size: 24px;
    line-height: 31px;
    display: block;
    text-align: center;
  }
}
.section-speakers .section-title .speakers-subtitle {
  float: right;
  font-size: 12px;
  margin-top: 24px;
  color: #333333;
  line-height: 16px;
}
@media (max-width: 768px) {
  .section-speakers .section-title .speakers-subtitle {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
}
.section-speakers .speakers-coming-tips {
  font-size: 12px;
  margin-top: 12px;
  color: #333333;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-speakers .speakers-coming-tips {
    display: none;
  }
}
.section-speakers .speakers-list {
  margin-top: 60px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  .section-speakers .speakers-list {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.section-speakers .speakers-list ul {
  display: flex;
  flex-wrap: wrap;
}
.section-speakers .speakers-list li {
  flex: 0 1 20%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
  max-width: 20%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-speakers .speakers-list li {
    flex: 0 1 18%;
  }
}
.section-speakers .speakers-list li:nth-child(n+16) {
  display: none;
}
@media (max-width: 768px) {
  .section-speakers .speakers-list li {
    flex: 0 1 50%;
    padding: 0 5px;
    max-width: 50%;
    margin-bottom: 10px;
  }
  .section-speakers .speakers-list li:nth-child(n+7) {
    display: none;
  }
}
.section-speakers .speakers-list .speakers-card {
  padding: 20px 23px 16px;
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .section-speakers .speakers-list .speakers-card {
    transition: all 0.3s;
  }
}
@media (max-width: 768px) {
  .section-speakers .speakers-list .speakers-card {
    padding: 10px 11px 18px;
  }
}
.section-speakers .speakers-list .speakers-card h2 {
  margin-top: 30px;
  font-size: 14px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.section-speakers .speakers-list .speakers-card h3 {
  font-size: 14px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
  line-height: 24px;
  height: 48px;
}
@media (max-width: 768px) {
  .section-speakers .speakers-list .speakers-card h3 {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
}
.section-speakers .speakers-list .speakers-card p {
  font-size: 12px;
  margin-top: 10px;
  color: #333333;
  line-height: 16px;
  min-height: 48px;
}
.section-speakers .speakers-list .speakers-card img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-speakers .speakers-pages {
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .section-speakers .speakers-pages {
    padding-top: 50px;
  }
}
.section-speakers .speakers-pages a {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s;
  color: #7F92D6;
  font-size: 14px;
  line-height: 42px;
  margin: 0 15px;
}
.section-speakers .speakers-pages a:hover {
  border: 1px solid #7F92D6;
}
.section-speakers .speakers-pages a.active {
  background: #7F92D6;
  border-radius: 10px;
  color: #fff;
} */


.section-speakers {
  z-index: 4;
  position: relative;
}

.section-speakers .section-title h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
@media (max-width: 768px) {
  .section-speakers .section-title h2 {
    font-size: 24px;
    line-height: 31px;
    display: block;
    text-align: center;
  }
}
.section-speakers .section-title .speakers-subtitle {
  float: right;
  font-size: 12px;
  margin-top: 24px;
  color: #333333;
  line-height: 16px;
}
@media (max-width: 768px) {
  .section-speakers .section-title .speakers-subtitle {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
}
.section-speakers .speakers-coming-tips {
  font-size: 12px;
  margin-top: 12px;
  color: #333333;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-speakers .speakers-coming-tips {
    display: none;
  }
}
.section-speakers .speakers-list {
  margin-top: 60px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  .section-speakers .speakers-list {
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.section-speakers .speakers-list ul {
  display: flex;
  flex-wrap: wrap;
}
.section-speakers .speakers-list li {
  flex: 0 1 16.6666%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
  max-width: 16.6666%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-speakers .speakers-list li {
    flex: 0 1 18%;
  }
}
.section-speakers .speakers-list li:nth-child(n+16) {
  display: none;
}
@media (max-width:992px) {
  .section-speakers .speakers-list li{
    flex: 0 1 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 576px) {
  .section-speakers .speakers-list li {
    flex: 0 1 50%;
    padding: 0 5px;
    max-width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .section-speakers .speakers-list li:nth-child(n+7) {
    display: none;
  }
}
.section-speakers .speakers-list .speakers-card {
  padding: 20px 23px 16px;
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .section-speakers .speakers-list .speakers-card {
    transition: all 0.3s;
  }
}
@media (max-width: 768px) {
  .section-speakers .speakers-list .speakers-card {
    padding: 10px 11px 18px;
  }
}
.section-speakers .speakers-list .speakers-card h2 {
  margin-top: 30px;
  font-size: 14px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.section-speakers .speakers-list .speakers-card h3 {
  font-size: 14px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
  line-height: 18px;
  height: 48px;
}
@media (max-width: 768px) {
  .section-speakers .speakers-list .speakers-card h3 {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
}
.section-speakers .speakers-list .speakers-card p {
  font-size: 12px;
  margin-top: 10px;
  color: #333333;
  line-height: 16px;
  min-height: 48px;
  overflow: hidden;
}
.section-speakers .speakers-list .speakers-card img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 1500px) and (min-width: 992px) {
  .section-speakers .speakers-list .speakers-card{
    padding: 20px 5px 16px;
  }
  .section-speakers .speakers-list .speakers-card img{
    width: 80%;
  }
}
.section-speakers .speakers-pages {
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .section-speakers .speakers-pages {
    padding-top: 50px;
  }
}
.section-speakers .speakers-pages a {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s;
  color: #7F92D6;
  font-size: 14px;
  line-height: 42px;
  margin: 0 15px;
}
.section-speakers .speakers-pages a:hover {
  border: 1px solid #7F92D6;
  color: #ffffff;
}
.section-speakers .speakers-pages a.active {
  background: #7F92D6;
  border-radius: 10px;
  color: #fff;
}

.section-agenda {
  z-index: 4;
  position: relative;
}

.section-agenda .section-title h2 {
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
@media (max-width: 768px) {
  .section-agenda .section-title h2 {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }
}
.section-agenda .section-tabs {
  margin-top: 30px;
  padding-bottom: 16px;
  position: relative;
}
.section-agenda .section-tabs[data-color~="0"]:after {
  background: #7F92D6;
}
.section-agenda .section-tabs[data-color~="0"] .tabs-head li.active {
  background: #7F92D6;
}
.section-agenda .section-tabs[data-color~="0"] .tabs-head li.active:after {
  background: #7F92D6;
}
.section-agenda .section-tabs[data-color~="1"]:after {
  background: #A494D8;
}
.section-agenda .section-tabs[data-color~="1"] .tabs-head li.active {
  background: #A494D8;
}
.section-agenda .section-tabs[data-color~="1"] .tabs-head li.active:after {
  background: #A494D8;
}
.section-agenda .section-tabs[data-color~="2"]:after {
  background: #CA87CC;
}
.section-agenda .section-tabs[data-color~="2"] .tabs-head li.active {
  background: #CA87CC;
}
.section-agenda .section-tabs[data-color~="2"] .tabs-head li.active:after {
  background: #CA87CC;
}
@media (max-width: 1000px) {
  .section-agenda .section-tabs {
    margin-top: 60px;
    padding-bottom: 70px;
  }
}
.section-agenda .section-tabs:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 6px;
  background: #7F92D6;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 1000px) {
  .section-agenda .section-tabs:after {
    bottom: 54px;
  }
}
.section-agenda .tabs-head {
  font-size: 0;
}
.section-agenda .tabs-head li {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 60px;
  padding: 4px 0;
  background: #F9FAFB;
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .section-agenda .tabs-head li {
    width: 70px;
    height: 68px;
  }
}
@media (max-width: 320px) {
  .section-agenda .tabs-head li {
    width: 60px;
    height: 68px;
  }
}
@media (max-width: 300px) {
  .section-agenda .tabs-head li {
    width: 50px;
    height: 68px;
  }
}
.section-agenda .tabs-head li span {
  font-size: 20px;
  color: #999999;
  line-height: 1;
  height: 20px;
  display: block;
  margin-top: 3px;
}
@media (max-width: 1000px) {
  .section-agenda .tabs-head li span {
    line-height: 27px;
  }
}
.section-agenda .tabs-head li a {
  display: block;
}
.section-agenda .tabs-head li b {
  display: block;
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  margin-top: 2px;
  font-weight: bold;
  color: #999999;
  line-height: 40px;
}
.section-agenda .tabs-head li.active {
  position: relative;
  background: #7F92D6;
}
.section-agenda .tabs-head li.active b, .section-agenda .tabs-head li.active span {
  color: #fff;
}
.section-agenda .tabs-head li.active:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -10px;
  height: 17px;
  width: 100%;
  background: #7F92D6;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.section-agenda .tabs-filter {
  position: absolute;
  right: 0;
  bottom: 16px;
}
@media (max-width: 1000px) {
  .section-agenda .tabs-filter {
    left: 0;
    right: auto;
    width: 100%;
    bottom: 0;
  }
}
.section-agenda .tabs-filter select {
  min-width: 236px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 14px 30px 14px 22px;
  outline: none;
  background: #F9FAFB;
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 400px;
}
.section-agenda .tabs-filter select::-ms-expand {
  display: none;
}
@media (max-width: 1000px) {
  .section-agenda .tabs-filter select {
    width: 100%;
    max-width: 100%;
  }
}
.section-agenda .tabs-filter select:target + i {
  transform: translateY(-50%) rotate(180deg);
}
.section-agenda .tabs-filter i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.section-agenda .section-tabs-body {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .section-agenda .section-tabs-body {
    margin-top: 60px;
  }
}
.section-agenda .tabs-body {
  display: none;
}
.section-agenda .tabs-body.active {
  display: block;
}
.section-agenda .tabs-body-item {
  margin-bottom: 30px;
}
.section-agenda .tabs-tag {
  display: inline-block;
  vertical-align: top;
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 15px 64px;
  font-size: 16px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #2B2B2B;
  line-height: 21px;
}
.section-agenda .tabs-tag span {
  display: inline-block;
  vertical-align: top;
  color: #7F92D6;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .section-agenda .tabs-tag {
    margin-top: 30px;
    font-size: 14px;
    line-height: 19px;
    border: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section-agenda .swiper-container {
    padding-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-agenda .swiper-container .tabs-card {
  margin-top: 10px;
}
.section-agenda .swiper-container .swiper-slide {
  height: auto !important;
}
.section-agenda .swiper-container-vertical > .swiper-scrollbar {
  display: none;
}
.section-agenda .swiper-scrollbar-drag {
  display: none;
  margin-top: -4px;
  width: 100px;
  background: #7F92D6;
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 0;
}
@media (max-width: 768px) {
  .section-agenda .swiper-scrollbar-drag {
    height: 10px;
    display: block;
  }
}
.section-agenda .swiper-container-horizontal > .swiper-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .section-agenda .swiper-container-horizontal > .swiper-scrollbar {
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    background: #DFE4EA;
    bottom: 10px;
    width: calc(100% - 40px);
    max-width: 660px;
    height: 4px;
  }
}
.section-agenda .tabs-card {
  margin-left: 30px;
  margin-top: 20px;
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
}
@media (max-width: 768px) {
  .section-agenda .tabs-card {
    margin: 0;
    padding: 0 10px;
  }
}
.section-agenda .tabs-card .tabs-card-item:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .section-agenda .tabs-card .tabs-card-item:nth-child(n+2) {
    margin-top: 0px;
  }
}
.section-agenda .tabs-card .tabs-card-item:after {
  content: "";
  display: table;
  clear: both;
}
.section-agenda .tabs-card .tabs-card-time {
  float: left;
  width: 175px;
  text-align: center;
  font-size: 12px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #7F92D6;
  line-height: 16px;
  box-sizing: border-box;
  height: 100%;
}
.section-agenda .tabs-card .tabs-card-time i {
  margin-right: 9px;
}
.section-agenda .tabs-card .tabs-card-time p {
  padding-right: 35px;
  text-align: right;
}
.section-agenda .tabs-card .tabs-card-time.center-time {
  line-height: 100px;
}
.section-agenda .tabs-card .tabs-card-time.center-time p {
  line-height: 1;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .section-agenda .tabs-card .tabs-card-time.center-time p {
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .section-agenda .tabs-card .tabs-card-time {
    float: none;
    line-height: 45px;
    display: block;
    text-align: center;
    width: auto;
  }
  .section-agenda .tabs-card .tabs-card-time.center-time {
    line-height: 45px;
  }
  .section-agenda .tabs-card .tabs-card-time p {
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
    padding-right: 0;
    text-align: left;
  }
  .section-agenda .tabs-card .tabs-card-time.tl-m {
    text-align: left;
  }
}
.section-agenda .tabs-card .tabs-card-cont {
  margin-left: 175px;
  padding-left: 29px;
}
@media (max-width: 768px) {
  .section-agenda .tabs-card .tabs-card-cont {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.section-agenda .tabs-card .tabs-card-cont h4 {
  font-size: 16px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #2B2B2B;
  line-height: 21px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section-agenda .tabs-card .tabs-card-cont h4 {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .section-agenda .tabs-card .tabs-card-cont .tabs-card-list {
    padding-bottom: 20px;
  }
}
.section-agenda .tabs-card .tabs-card-cont .tabs-card-list:after {
  content: "";
  display: table;
  clear: both;
}
.section-agenda .tabs-card .tabs-card-cont .tabs-card-list > p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #2B2B2B;
  line-height: 21px;
  margin-left: -30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .section-agenda .tabs-card .tabs-card-cont .tabs-card-list > p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 3px solid #F3F5F7;
    padding-top: 20px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
.section-agenda .tabs-card .tabs-card-cont .tabs-card-list > p:nth-last-child(1) {
  margin-bottom: 0;
}
.section-agenda .tabs-card .tabs-card-cont .tabs-card-list li {
  float: left;
  width: 50%;
  max-width: 285px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section-agenda .tabs-card .tabs-card-cont .tabs-card-list li {
    float: none;
    display: block;
    max-width: none;
    width: 100%;
    margin-top: 20px;
  }
}
.section-agenda .tabs-card .tabs-card-cont .tabs-card-list li img {
  float: left;
  width: 60px;
  border-radius: 60px;
}
.section-agenda .tabs-card .tabs-card-cont .tabs-card-list li .card-desc {
  margin-left: 70px;
  height: 60px;
  padding-top: 10px;
  box-sizing: border-box;
}
.section-agenda .tabs-card .tabs-card-cont .tabs-card-list li .card-desc h5 {
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  line-height: 16px;
}
.section-agenda .tabs-card .tabs-card-cont .tabs-card-list li .card-desc p {
  font-size: 12px;
  margin-top: 10px;
  color: #999999;
  line-height: 16px;
}
.section-agenda .section-agenda-btns {
  margin-top: 60px;
  text-align: center;
}

.tab-set-item {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -25px;
  color: #7F92D6;
  font-size: 12px;
  z-index: 2;
}
@media (max-width: 768px) {
  .tab-set-item {
    margin-top: 20px;
    right: auto;
    top: 100%;
    left: 0;
    text-align: center;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 769px), (-ms-high-contrast: none) and (min-width: 769px) {
  .swiper-container.agenda-item-swiper .swiper-wrapper {
    flex-direction: column;
  }
}
.section-qa {
  padding: 0 0 100px;
  position: relative;
  z-index: 4;
}
.section-qa .section-qa-card {
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 190px;
  padding: 0 160px;
}
@media (max-width: 1000px) {
  .section-qa .section-qa-card {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .section-qa .section-qa-card {
    padding: 40px 30px;
    height: auto;
  }
}
.section-qa .qa-card-left {
  float: left;
  width: 70%;
  overflow: hidden;
  padding-top: 67px;
}
@media (max-width: 768px) {
  .section-qa .qa-card-left {
    float: none;
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
}
.section-qa .qa-card-left img {
  float: left;
  width: 56px;
}
@media (max-width: 768px) {
  .section-qa .qa-card-left img {
    float: none;
    width: 38px;
  }
}
.section-qa .qa-card-left .qa-left-desc {
  margin-left: 84px;
  font-size: 18px;
  line-height: 28px;
  color: #4b4b4b;
  font-weight: lighter;
}
@media (max-width: 768px) {
  .section-qa .qa-card-left .qa-left-desc {
    margin-top: 24px;
    margin-left: 0;
    font-size: 12px;
    line-height: 16px;
  }
}
.section-qa .qa-card-left h3 {
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 768px) {
  .section-qa .qa-card-left h3 {
    font-size: 14px;
  }
}
.section-qa .qa-card-right {
  margin-left: 70%;
  text-align: right;
  padding-top: 67px;
}
@media (max-width: 768px) {
  .section-qa .qa-card-right {
    margin-left: 0;
    text-align: center;
    padding-top: 25px;
  }
}
.section-qa .qa-card-right a {
  line-height: 56px;
  color: #8092d6;
}
@media (max-width: 768px) {
  .section-qa .qa-card-right a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 769px) {
  .section-qa .qa-card-right a:hover {
    position: relative;
  }
  .section-qa .qa-card-right a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: #8092d6;
  }
}
.section-qa .qa-card-right .qa-arrow {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border-right: 1px solid #8092d6;
  border-bottom: 1px solid #8092d6;
  transform: rotate(-45deg);
  transform-origin: center center;
  margin-top: 23px;
  margin-left: 14px;
}
@media (max-width: 768px) {
  .section-qa .qa-card-right .qa-arrow {
    width: 6px;
    height: 6px;
    margin-top: 9px;
    margin-left: 10px;
  }
}

.banner-right-live {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0px 20px 42px rgba(32, 32, 32, 0.202825);
  opacity: 1;
  background-color: white;
  width: 40.9%;
  overflow: hidden;
  border-radius: 24px;
  display: none;
  max-width: 700px;
  margin-left: 30px;
  z-index: 20;
}
.banner-right-live.is-smalled {
  left: 100%;
  top: 5%;
  transition: all 0.7s linear;
  transform: translate(0, -100%) scale(0);
  transform-origin: right bottom;
  opacity: 0;
  outline: none;
  border: 0;
}
@media (min-width: 1500px) {
  .banner-right-live {
    right: 10%;
  }
}
@media (max-width: 768px) {
  .banner-right-live {
    display: none !important;
    position: static;
    left: 0;
    top: 0;
    transform: none !important;
    width: auto;
    max-width: 100%;
    margin: 60px 20px 0;
    border-radius: 10px;
    opacity: 1;
    background-color: #d8d8d8;
  }
}
.banner-right-live .video-js .vjs-picture-in-picture-control {
  display: none;
}
@media (min-width: 769px) {
  .banner-right-live .vjs-big-play-centered .vjs-big-play-button {
    display: none;
  }
}
.banner-right-live .video-js, .banner-right-live .vjs-poster {
  background-color: transparent;
}
.banner-right-live .live-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.banner-right-live .live-wrapper .live-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotate(0);
  border-radius: 10px;
  overflow: hidden;
}
.banner-right-live .live-wrapper .live-box-close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 15px;
  height: 15px;
  background-image: url("../images/common/close.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
  display: none;
  cursor: pointer;
}
.banner-right-live .live-wrapper img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-right-live .live-wrapper video, .banner-right-live .live-wrapper iframe {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 10px;
  overflow: hidden;
  outline: none;
}

.live-btn-small {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 200;
  transition: transform 0.4s;
  display: none;
}
.live-btn-small.is-show .hc-icon.icon-live-btn {
  background-image: url("../images/home/live-close.png");
}
.live-btn-small.is-show .js-close {
  display: block;
}
.live-btn-small.is-show .js-play {
  display: none;
}
.live-btn-small.is-mobile {
  display: none !important;
}
@media (max-width: 900px) {
  .live-btn-small {
    bottom: 2%;
    transform: scale(0.7);
    transform-origin: right top;
  }
}
@media (max-width: 768px) {
  .live-btn-small {
    display: none !important;
    transform: none;
  }
  .live-btn-small.is-mobile {
    top: auto;
    bottom: 30%;
    display: block !important;
  }
  .live-btn-small.is-mobile a {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    margin: 0;
  }
}
.live-btn-small .js-close {
  display: none;
}
.live-btn-small a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px 0px 0px 100px;
  opacity: 1;
  background-color: #f3f6f9;
  height: 50px;
  box-sizing: border-box;
  padding: 8px 24px 10px 25px;
  font-size: 0;
  background-image: linear-gradient(179deg, #F9FAFC 0%, #FFFFFF 53%, #F3F6F9 100%);
  border: 2px solid #FFFFFF;
}
.live-btn-small a i {
  margin-right: 14px;
}
.live-btn-small a span {
  color: #556c8d;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.hc-icon.icon-live-btn {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-image: url("../images/home/live-play-btn.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner-item-box {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 40px 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  .banner-item-box {
    max-width: 1280px;
  }
}
@media (max-width: 768px) {
  .banner-item-box {
    display: block;
    padding: 1px 0 0;
    position: relative;
  }
}

@media (min-width: 1500px) {
  .section-container {
    max-width: 1200px;
  }
}

.banner-container .banner-left .banner-text-img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner-container .banner-left .banner-text-img {
    width: 55%;
  }
}

.banner-container .banner-left {
  position: static;
  left: 0 !important;
  top: 0 !important;
  transform: none;
  display: table-cell;
  vertical-align: middle;
  width: 520px;
}
@media (max-width: 1100px) {
  .banner-container .banner-left {
    transform: scale(0.8);
    transform-origin: left center;
  }
}
@media (max-width: 870px) {
  .banner-container .banner-left {
    transform: scale(0.7);
  }
}
@media (max-width: 768px) {
  .banner-container .banner-left {
    transform: none;
    padding: 0 20px;
    width: 100%;
    display: block;
    margin: 10% 0 0;
    box-sizing: border-box;
    vertical-align: top;
  }
  .banner-container .banner-left .banner-text-cont {
    padding: 0;
  }
  .banner-container .banner-left .banner-text-desc h1 {
    font-size: 22px;
    margin-top: 24px;
    color: #333333;
    line-height: 30px;
    letter-spacing: 0;
  }
  .banner-container .banner-left .banner-text-desc p {
    font-size: 18px;
    margin-top: 10px;
    color: #333333;
    line-height: 28px;
    letter-spacing: 0;
  }
  .banner-container .banner-left .banner-btns {
    margin-top: 30%;
  }
}

@media (max-width: 576px) {
  .banner-container .banner-left .banner-text-desc h1 {
    font-size: 14px;
    margin-top: 24px;
    color: #333333;
    line-height: 14px;
    letter-spacing: 0;
  }
  .banner-container .banner-left .banner-text-desc p {
    font-size: 13px;
    margin-top: 10px;
    color: #333333;
    line-height: 20px;
    letter-spacing: 0;
  }
}

.banner-container .banner-left p {
  max-width: 520px;
}

.banner-container .banner-right {
  position: static;
  left: 0 !important;
  top: 0 !important;
  transform: none;
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 500px);
}
@media (max-width: 768px) {
  .banner-container .banner-right {
    display: block;
    position: absolute;
    right: 0 !important;
    top: 10% !important;
    transform: none;
    width: 50%;
    left: auto !important;
  }
}

.banner-container .banner-right img {
  transform: translateX(10%);
}
@media (min-width: 1500px) {
  .banner-container .banner-right img {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .banner-container .banner-right img {
    transform: translateX(10%);
  }
}

.banner-container {
  height: auto;
}
@media (max-width: 1440px) {
  .banner-container {
    height: auto !important;
  }
}

.banner-container .swiper-container {
  position: relative;
}

.is-vertical-screen .banner-container .banner-right img {
  transform: translateX(-20%);
}
@media (max-width: 768px) {
  .is-vertical-screen .banner-container .banner-right img {
    transform: translateX(10%);
  }
}

.section-speakers {
  padding-top: 0;
  padding-bottom: 140px;
}
@media (max-width: 900px) {
  .section-speakers {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .section-speakers {
    padding-bottom: 90px;
  }
}

.section-qa {
  padding-bottom: 140px;
}
@media (max-width: 900px) {
  .section-qa {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .section-qa {
    padding-bottom: 90px;
  }
}

.section-agenda-2 {
  position: relative;
  z-index: 4;
  padding-bottom: 140px;
}
@media (max-width: 900px) {
  .section-agenda-2 {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .section-agenda-2 {
    padding-bottom: 90px;
  }
}
.section-agenda-2 .section-title {
  color: #333333;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}
@media (max-width: 768px) {
  .section-agenda-2 .section-title {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }
}
.section-agenda-2 .section-agenda-btns {
  text-align: center;
  margin-top: 30px;
}

.section-agenda-flexbox {
  margin-top: 50px;
}
.section-agenda-flexbox .agenda-flexbox-wrapper {
  display: flex;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper {
    display: block;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item {
  flex: 0 1 25%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item {
    flex: none;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:nth-child(1) .agenda-flexbox-cont .flexbox-bg {
  background-position: 70% top;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:nth-child(1) .agenda-flexbox-cont .flexbox-bg,
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:nth-child(1) .agenda-flexbox-cont .flexbox-mask-front {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:nth-child(1) .agenda-flexbox-cont .flexbox-bg,
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:nth-child(1) .agenda-flexbox-cont .flexbox-mask-front {
    border-radius: 10px;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:nth-last-child(1) .agenda-flexbox-cont .flexbox-bg,
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:nth-last-child(1) .agenda-flexbox-cont .flexbox-mask-front {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:nth-last-child(1) .agenda-flexbox-cont .flexbox-bg,
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:nth-last-child(1) .agenda-flexbox-cont .flexbox-mask-front {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:hover {
    flex: 0 1 32%;
  }
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item:hover .agenda-flexbox-cont .flexbox-mask-back {
    transition: top 0.6s, bottom 0.6s, opacity 0.3s;
    visibility: visible;
    top: -5px;
    bottom: -5px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item.active {
  flex: 0 1 32%;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item.active .agenda-flexbox-cont .flexbox-mask-back {
  transition: top 0.6s, bottom 0.6s, opacity 0.3s;
  visibility: visible;
  top: -5px;
  bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont {
  height: 580px;
  position: relative;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont {
    height: auto;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-bg {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-bg {
    background-size: 100% auto;
    background-position: center center;
    height: 115px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front {
    padding-left: 30px;
    padding-top: 30px;
    text-align: left;
    height: 115px;
    position: relative;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front h3 {
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front h3 {
    line-height: 24px;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 26px;
  line-height: 21px;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front p b {
  font-size: 16px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-mobile-icon {
  display: none;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-mobile-icon {
    display: block;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-mobile-icon.active i {
    transform: rotate(225deg) scale(1.5);
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-front-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-front-icon {
    display: none;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-front-icon.front-icon-keynote {
  width: 71px;
  height: 80px;
  background-image: url("../images/home/agenda-icon-w-1.png");
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-front-icon.front-icon-summits {
  width: 66px;
  height: 74px;
  background-image: url("../images/home/agenda-icon-w-2.png");
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-front-icon.front-icon-sessions {
  width: 75px;
  height: 71px;
  background-image: url("../images/home/agenda-icon-w-3.png");
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-front-icon.front-icon-exhibtion {
  width: 75px;
  height: 60px;
  background-image: url("../images/home/agenda-icon-w-4.png");
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-front .mask-front-icon img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  border: 1px solid white;
  box-shadow: 0px 2px 10px rgba(187, 187, 187, 0.200612);
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back {
    position: static;
    visibility: visible;
    opacity: 1;
    color: #333;
    padding-top: 50px;
    display: none;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-wrapper {
  padding: 0 10px;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-icon.back-icon-keynote {
  width: 71px;
  height: 80px;
  background-image: url("../images/home/agenda-icon-1.png");
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-icon.back-icon-summits {
  width: 66px;
  height: 74px;
  background-image: url("../images/home/agenda-icon-2.png");
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-icon.back-icon-sessions {
  width: 75px;
  height: 71px;
  background-image: url("../images/home/agenda-icon-3.png");
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-icon.back-icon-exhibtion {
  width: 75px;
  height: 60px;
  background-image: url("../images/home/agenda-icon-4.png");
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 80px;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top {
    position: static;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 94px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #f4f5f7 100%);
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top h3 {
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top h3 {
    margin-bottom: 30px;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list {
  padding: 0 25px 0 20px;
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list {
    position: static;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list ul {
  position: absolute;
  top: 0;
  left: 25px;
  right: 10px;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list ul {
    position: static;
    display: block;
    overflow: visible;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list ul::-webkit-scrollbar {
  width: 5px;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  box-shadow: none;
  background-color: #EDEDED;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list ul::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: transparent;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list li {
  padding: 0 10px 0 16px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #2b2b2b;
  margin-bottom: 18px;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list li:nth-last-child(1) {
  margin-bottom: 10px;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-top .mask-back-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #7f92d6;
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-top: 32px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-bottom {
    position: static;
  }
}
.section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-bottom a {
  margin-left: 30px;
  opacity: 0.869071;
  color: #7f92d6;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 768px) {
  .section-agenda-flexbox .agenda-flexbox-wrapper .agenda-flexbox-item .agenda-flexbox-cont .flexbox-mask-back .mask-back-bottom a:hover {
    text-decoration: underline;
  }
}

.section-agenda-tips {
  margin-top: 30px;
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .section-agenda-tips {
    margin-top: 10px;
  }
}

.hc-icon.icon-arrow-btm-w {
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) scale(1.5);
  transform-origin: center center;
  transition: transform 0.3s;
}

@media (max-width: 768px) {
  .section-agenda .section-agenda-btns {
    margin-top: 30px;
  }
}

.section-media {
  padding-bottom: 140px;
}
@media (max-width: 900px) {
  .section-media {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .section-media {
    padding-bottom: 90px;
  }
}
.section-media .section-title h2 {
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-media .section-title h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
.section-media .media-wrapper {
  margin-top: 30px;
}
.section-media .media-wrapper .media-group {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section-media .media-wrapper .media-group {
    margin-bottom: 30px;
  }
}
.section-media .media-wrapper .media-group:nth-last-child(1) {
  margin-bottom: 0;
}
.section-media .media-wrapper .media-group h3 {
  opacity: 0.8;
  color: #2b2b2b;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.section-media .media-wrapper .media-group ul {
  display: block;
  margin-top: 30px;
  font-size: 0;
  line-height: 0;
}
.section-media .media-wrapper .media-group ul li {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
}
@media (max-width: 768px) {
  .section-media .media-wrapper .media-group ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
}
.section-media .media-wrapper .media-group ul li img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.hc-icon.icon-location {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 12px;
  background-image: url("../images/home/icon-location.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.section-location {
  padding-bottom: 140px;
}
@media (max-width: 900px) {
  .section-location {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .section-location {
    padding-bottom: 90px;
  }
}
.section-location .section-title h2 {
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-location .section-title h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
.section-location .location-box {
  margin-top: 82px;
  position: relative;
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .section-location .location-box {
    display: block;
    margin-top: 30px;
  }
}
.section-location .location-box .location-left {
  width: 47%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .section-location .location-box .location-left {
    display: block;
    vertical-align: top;
    width: 100%;
  }
}
.section-location .location-box .location-left img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-location .location-box .location-right {
  display: table-cell;
  width: 53%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .section-location .location-box .location-right {
    display: block;
    width: auto;
    margin: 0 20px 0;
    vertical-align: top;
  }
}
.section-location .location-box .location-right .location-desc {
  border-radius: 10px;
  border: 1px solid white;
  background-color: #f9fafb;
  padding: 32px 60px;
}
@media (max-width: 768px) {
  .section-location .location-box .location-right .location-desc {
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
}
.section-location .location-box .location-right .location-desc h3 {
  color: #2b2b2b;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
}
.section-location .location-box .location-right .location-desc h3 i {
  margin-right: 12px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .section-location .location-box .location-right .location-desc h3 {
    margin-bottom: 10px;
  }
}
.section-location .location-box .location-right .location-desc p {
  color: #333333;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .section-location .location-box .location-right .location-desc p {
    font-size: 12px;
    line-height: 16px;
  }
}

.section-sidebar {
  position: fixed;
  bottom: 150px;
  right: 40px;
  z-index: 98;
  display: none;
}
@media (max-width: 768px) {
  .section-sidebar {
    right: 35px;
  }
  .section-sidebar.hide-mobile {
    display: none !important;
  }
}
.section-sidebar .sidebar-item {
  margin-bottom: 20px;
  font-size: 0;
}
@media (max-width: 768px) {
  .section-sidebar .sidebar-item {
    margin-bottom: 10px;
  }
}
.section-sidebar .sidebar-item:nth-last-child(1) {
  margin-bottom: 0;
}
.section-sidebar .sidebar-item img {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
}

@media (max-width: 1440px) {
  .banner-container {
    height: calc(100vh - 60px);
  }
}

.section-partners {
  padding-top: 0;
}

.banner-container .banner-right {
  right: 8%;
}
@media (min-width: 1500px) {
  .banner-container .banner-right {
    right: 15%;
  }
}

.banner-container .banner-left {
  left: 13%;
}
@media (max-width: 1200px) {
  .banner-container .banner-left {
    left: 5%;
  }
}
@media (min-width: 1500px) {
  .banner-container .banner-left {
    left: 17%;
  }
}

.banner-container .banner-right.is-living {
  opacity: 0.1;
}

.banner-container .banner-right {
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .banner-container .banner-right {
    position: static;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px 0;
  }
}
.banner-container .banner-right .banner-right-bg {
  opacity: 1;
}
@media (max-width: 768px) {
  .banner-container .banner-right .banner-right-bg {
    position: absolute;
    right: 0;
    top: 7%;
    transform: translate(10%);
    width: 45%;
    opacity: 1;
  }
}

.banner-container .banner-right .banner-livestream-box {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 530px;
  transform: translate(-50%, -50%);
  width: 90%;
  box-shadow: 0 0 5px #e6e6e6;
    background: #FDFEFF;
}
@media (max-width: 1100px) {
  .banner-container .banner-right .banner-livestream-box {
    left: 40%;
    min-width: 450px;
  }
}
@media (max-width: 1000px) {
  .banner-container .banner-right .banner-livestream-box {
    left: 30%;
  }
}
@media (max-width: 900px) {
  .banner-container .banner-right .banner-livestream-box {
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.85);
    min-width: 500px;
  }
}
@media (max-width: 840px) {
  .banner-container .banner-right .banner-livestream-box {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 768px) {
  .banner-container .banner-right .banner-livestream-box{
    top:20px;
    left: 0;
    transform: none;
    min-width: 0;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
}
@media (max-width: 576px) {
  .banner-container .banner-right .banner-livestream-box {
    top: 0;
    left: 0;
    transform: none;
    min-width: 0;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
}
.banner-container .banner-right .banner-livestream-box .livestream-videobox {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  transform: rotate(0);
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
}
.banner-container .banner-right .banner-livestream-box .livestream-videobox video, .banner-container .banner-right .banner-livestream-box .livestream-videobox iframe, .banner-container .banner-right .banner-livestream-box .livestream-videobox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  transform: none;
  outline: none;
  border: none;
}
.banner-container .banner-right .banner-livestream-box .livestream-panel {
  background: #FDFEFF;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  box-sizing: border-box;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .banner-container .banner-right .banner-livestream-box .livestream-panel {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.banner-container .banner-right .banner-livestream-box .livestream-panel h2 {
  font-size: 16px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #262726;
  line-height: 21px;
  padding-left: 20px;
  position: relative;
}
.banner-container .banner-right .banner-livestream-box .livestream-panel h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-image: url("../images/home/live.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner-container .banner-right .banner-livestream-box .livestream-panel p {
  margin-top: 8px;
  font-size: 12px;
  color: #2B2B2B;
  line-height: 16px;
  padding-left: 20px;
}
.banner-container .banner-right .banner-livestream-box .livestream-panel p a {
  font-size: 12px;
  color: #7F92D6;
  line-height: 16px;
  float: right;
}
@media (max-width: 768px) {
  .banner-container .banner-right .banner-livestream-box .livestream-panel p a {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
.banner-container .banner-right .banner-livestream-box .livestream-panel p a i {
  margin-left: 7px;
  margin-top: 6px;
}
@media (min-width: 769px) {
  .banner-container .banner-right .banner-livestream-box .livestream-panel p a:hover {
    text-decoration: underline;
  }
}

.section-speakers {
  padding-bottom: 180px;
}
.section-speakers .speakers-list {
  margin-bottom: -20px;
}
@media (max-width: 900px) {
  .section-speakers {
    padding-bottom: 90px;
  }
}

.section-media {
  padding-bottom: 180px;
}
@media (max-width: 900px) {
  .section-media {
    padding-bottom: 90px;
  }
}

@media (max-width: 1000px) {
  .tab-set-item {
    top: -15px;
  }
}
@media (max-width: 768px) {
  .tab-set-item {
    top: 100%;
  }
}

@media (max-width: 920px) {
  .banner-container .banner-item-box {
    min-height: 230px;
  }
}

.font-10 {
  font-size: 12px;
  width: 120%;
  display: block;
  transform-origin: left center;
  transform: scale(0.833);
}

.hc-btn.btn-full-blue {
  background-color: #7F92D6;
  color: #fff;
  border: 1px solid #7F92D6;
}

/* .hc-nav-center {
  margin: 0 210px;
} */

.hc-nav-right .hc-nav-user {
  width: auto;
}
.hc-nav-right .hc-nav-user img {
  width: 42px;
}

.hc-nav-user .hc-nav-to_logout {
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  margin-left: 10px;
}

.header-tips {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #E6EAEC;
  opacity: 0.9;
}
.header-tips.is-hide {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s;
}
.header-tips.is-fixed {
  position: fixed;
  z-index: 100;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .header-tips {
    top: 65px;
    z-index: 99;
    position: fixed;
    opacity: 1;
  }
}
.header-tips .header-tips-item {
  margin-right: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 40px;
  max-width: 896px;
  margin: 0 auto;
  width: 74%;
}
.header-tips .header-tips-item .tips-item-desc {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .header-tips .header-tips-item {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .header-tips .header-tips-item .tips-item-desc .font-10 {
    transform: scale(1);
    width: 90%;
    padding: 15px 0;
    color: #6e6e6e;
  }
}
.header-tips .header-tips-item p {
  color: #999999;
  text-align: center;
}
@media (max-width: 768px) {
  .header-tips .header-tips-item p {
    text-align: left;
  }
}
.header-tips .header-tips-item a {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../images/common/tips-close.png");
  background-size: 100%;
  text-align: right;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .header-tips .header-tips-item a {
    right: 0;
  }
}

@media (max-width: 768px) {
  .hc-header.is-open .header-btm .hc-nav-center {
    left: -20px;
    right: -20px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .hc-header.is-open .header-btm .hc-nav-lang_mobile {
    left: 0;
    right: 0;
    width: auto;
    z-index: 30;
  }
}

.hc-nav-center ul > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}
.hc-nav-center .nav-center-hover span {
  cursor: pointer;
  line-height: 21px;
  font-size: 16px;
  color: #444444;
}
.hc-nav-center .nav-center-hover span i {
  margin-left: 7px;
}
@media (max-width: 1200px) {
  .hc-nav-center .nav-center-hover span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .hc-nav-center .nav-center-hover span {
    font-size: 18px;
  }
  .hc-nav-center .nav-center-hover span i {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .hc-nav-center .nav-center-hover {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 769px) {
  .hc-nav-center .nav-center-hover:hover i {
    transform: rotate(225deg);
    margin-top: 10px;
  }
  .hc-nav-center .nav-center-hover:hover .nav-center-droplist {
    display: block;
  }
}

.hc-icon.icon-arrow-bottom {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  margin-top: 6px;
  transform-origin: center center;
}

@media (max-width: 768px) {
  .hc-header.is-open .header-btm .hc-nav-center li.active .nav-center-hover span, .hc-header.is-open .header-btm .hc-nav-center li.active .nav-center-hover i {
    color: #C7000B;
    border-color: #C7000B;
  }
  .hc-header.is-open .header-btm .hc-nav-center li.active .nav-center-hover span i {
    transform: rotate(225deg);
    margin-top: 9px;
  }
}

.nav-center-droplist {
  position: absolute;
  top: 100%;
  left: -75px;
  width: 200px;
  box-sizing: border-box;
  padding-top: 35px;
  z-index: 2;
  display: none;
}
@media (max-width: 768px) {
  .nav-center-droplist {
    position: static;
    top: 0;
    left: 0;
    width: auto;
    padding: 10px 0;
  }
}
.nav-center-droplist:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -22px;
  width: 45px;
  height: 20px;
  background-image: url(../images/common/arrow-top.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 768px) {
  .nav-center-droplist:after {
    display: none;
  }
}
.nav-center-droplist ul {
  display: block;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 10;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .nav-center-droplist ul {
    box-shadow: none;
    padding: 10px 0;
    background-color: #F3F5F7;
  }
}
.nav-center-droplist ul li {
  padding: 10px 0;
  width: 100%;
  margin-right: 0;
  text-align: center;
  border-bottom: 1px solid #F5F5F5;
  text-align: center;
}
@media (max-width: 768px) {
  .nav-center-droplist ul li {
    box-sizing: border-box;
  }
}
.nav-center-droplist ul li:nth-last-child(1) {
  border-bottom: 0;
}
.nav-center-droplist ul li a {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .video-box .content a.btn-close .iconfont {
    font-size: 14px;
  }
}

.bg-city {
  position: relative;
  z-index: 2;
  padding-top: 18vw;
  margin-top: -18vw;
  background-image: url("../images/home/bg.png");
  background-position: center top;
  background-size: 100%;
  padding-bottom: 180px;
}
.bg-city:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background-color: #F3F5F7;
}
@media (max-width: 900px) {
  .bg-city {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .bg-city {
    background-size: 768px;
    background-repeat: no-repeat;
    margin-top: -40px;
    padding-top: 80px;
    padding-bottom: 90px;
    background-size: 768px;
    background-position: left top;
  }
  .bg-city:after {
    content: "";
    height: 70%;
  }
}

.font-10.t-center {
  transform-origin: center center;
  display: inline;
  width: auto;
}

@media (max-width: 1000px) {
  .section-agenda.section-agenda-living .tabs-head li {
    height: 46px;
    padding: 3px 0;
  }
  .section-agenda.section-agenda-living .tabs-head li.active {
    border-radius: 10px 10px 0 0;
  }
  .section-agenda.section-agenda-living .tabs-head li.active:after {
    height: 15px;
  }
  .section-agenda.section-agenda-living .tabs-head li span {
    font-size: 16px;
    line-height: 21px;
    margin-top: 0;
  }
  .section-agenda.section-agenda-living .tabs-head li b {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .tabs-body-swiper .swiper-container {
    margin: 0;
    padding-bottom: 72px;
  }
}
.section-agenda.section-agenda-living .tabs-body {
  position: relative;
}
.section-agenda.section-agenda-living .swiper-button-prev {
  left: -48px;
  color: transparent;
  height: 47px;
  width: 24px;
  margin-top: -23px;
  background-image: url("../images/home/prev.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 20;
}
.section-agenda.section-agenda-living .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
  }
}
@media (max-width: 1140px) {
  .section-agenda.section-agenda-living .swiper-button-prev {
    left: -28px;
  }
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .swiper-button-prev {
    left: 50%;
    margin-left: -47px;
    bottom: 0;
    width: 42px;
    height: 42px;
    top: auto;
    background-image: url("../images/home/prev-btn.png");
  }
}
.section-agenda.section-agenda-living .swiper-button-next {
  right: -48px;
  color: transparent;
  height: 47px;
  width: 24px;
  margin-top: -23px;
  background-image: url("../images/home/next.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 20;
}
.section-agenda.section-agenda-living .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
  }
}
@media (max-width: 1140px) {
  .section-agenda.section-agenda-living .swiper-button-next {
    right: -28px;
  }
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .swiper-button-next {
    right: auto;
    left: 50%;
    top: auto;
    margin-left: 5px;
    bottom: 0;
    width: 42px;
    height: 42px;
    background-image: url("../images/home/next-btn.png");
  }
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .slide-hide-mobile {
    display: none;
  }
}
.section-agenda.section-agenda-living .swiper-slide {
  width: 33.33%;
  box-sizing: border-box;
}
.section-agenda.section-agenda-living .swiper-slide.size-2-3 {
  width: calc(66.66% - 20px);
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .swiper-slide.slide-hide-mobile {
    display: none;
  }
}
.section-agenda.section-agenda-living .live-card-table {
  display: flex;
}
.section-agenda.section-agenda-living .live-card-table .live-card-table-left {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.section-agenda.section-agenda-living .live-card-table .live-card-table-right {
  width: calc(50% - 10px);
}
.section-agenda.section-agenda-living .live-card {
  background: #F9FAFB;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: all 0.3s;
  border-radius: 10px;
}
.section-agenda.section-agenda-living .live-card .live-card-wrapper {
  position: relative;
  height: 100%;
  transform: rotate(0);
  overflow: hidden;
  border-radius: 10px;
}
.section-agenda.section-agenda-living .live-card .live-card-cont {
  padding: 10px 20px;
}
@media (min-width: 769px) {
  .section-agenda.section-agenda-living .live-card:hover {
    z-index: 2;
    box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
  }
}
.section-agenda.section-agenda-living .live-card.card-hide-pc {
  display: none;
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .live-card.card-hide-pc {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .live-card {
    margin-bottom: 10px;
  }
}
.section-agenda.section-agenda-living .live-card:nth-last-child(1) {
  margin-bottom: 0;
}
.section-agenda.section-agenda-living .live-card.size-full {
  margin-bottom: 0;
  height: 475px;
  background-color: #eee;
  position: relative;
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .live-card.size-full {
    height: 200px;
    margin-bottom: 10px;
  }
}
.section-agenda.section-agenda-living .live-card.size-full .live-card-cont {
  position: absolute;
  left: 20px;
  right: 0;
  top: 0;
  bottom: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 30px;
}
.section-agenda.section-agenda-living .live-card.size-full .live-card-time {
  color: #fff;
  right: -20px;
  top: -10px;
}
.section-agenda.section-agenda-living .live-card.size-full .live-card-title {
  color: #fff;
}
.section-agenda.section-agenda-living .live-card.size-full .live-card-btns {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.section-agenda.section-agenda-living .live-card .live-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.section-agenda.section-agenda-living .live-card .live-card-bg img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .live-card .live-card-bg {
    filter: blur(0);
    background-size: cover;
  }
}
.section-agenda.section-agenda-living .live-card .live-card-type {
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 5px 10px 6px;
  background: #7F92D6;
  border-radius: 0px 10px 0px 10px;
  color: #fff;
  min-width: 102px;
  text-align: center;
  line-height: 14px;
  box-sizing: border-box;
}
.section-agenda.section-agenda-living .live-card .live-card-type.type-color-1 {
  background: rgba(255, 255, 255, 0.16);
}
.section-agenda.section-agenda-living .live-card .live-card-type.type-color-2 {
  background: #FCD8CE;
  color: #6E3011;
}
.section-agenda.section-agenda-living .live-card .live-card-type.type-color-3 {
  background: #F8D9A9;
  color: #715516;
}
.section-agenda.section-agenda-living .live-card .live-card-time {
  font-size: 12px;
  color: #7F92D6;
  line-height: 16px;
}
.section-agenda.section-agenda-living .live-card .live-card-time i {
  width: 10px;
  height: 10px;
  margin-right: 11px;
  margin-top: -2px;
}
.section-agenda.section-agenda-living .live-card .live-card-title {
  margin-top: 10px;
  font-size: 16px;
  font-family: "huaweisans-bold", "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #2B2B2B;
  line-height: 25px;
  height: 63px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.section-agenda.section-agenda-living .live-card .live-card-title span{
  font-family: "huaweisans-regular", "Microsoft YaHei", Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.section-agenda.section-agenda-living .live-card .live-card-btns {
  margin-top: 11px;
  text-align: right;
}
.section-agenda.section-agenda-living .live-card .live-card-btns .live-card-play {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  background-image: url("../images/home/icon-live-play.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-agenda.section-agenda-living .live-card .live-card-btns .live-card-play.live-color-white {
  background-image: url("../images/home/icon-live-play-w.png");
}
@media (max-width: 768px) {
  .section-agenda.section-agenda-living .live-card .live-card-btns .live-card-play {
    width: 21px;
    height: 21px;
  }
}

.hc-icon.icon-time.icon-time-white {
  background-image: url("../images/common/icon-timer-w.png");
}

.section-dynamic {
  padding-bottom: 180px;
  position: relative;
  z-index: 5;
}
@media (max-width: 900px) {
  .section-dynamic {
    padding-bottom: 90px;
  }
  .section-dynamic .section-container {
    overflow: visible;
  }
}
.section-dynamic .section-title h2 {
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
@media (max-width: 768px) {
  .section-dynamic .section-title h2 {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }
}
.section-dynamic .dynamic-cont {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-tab-head {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-dynamic .dynamic-tab-head .dynamic-tab-filter {
  position: relative;
  z-index: 3;
}
.section-dynamic .dynamic-tab-head .dynamic-tab-filter.is-open .dynamic-tab-selected i {
  transform: rotate(180deg);
}
.section-dynamic .dynamic-tab-head .dynamic-tab-selected {
  display: none;
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-tab-head .dynamic-tab-selected {
    display: block;
    line-height: 42px;
    text-align: center;
    height: 44px;
    background: #F9FAFB;
    box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
    margin: 0 20px;
    border-radius: 10px;
  }
  .section-dynamic .dynamic-tab-head .dynamic-tab-selected i {
    transition: all 0.3s;
    margin-left: 12px;
  }
}
.section-dynamic .dynamic-tab-head ul {
  font-size: 0;
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-tab-head ul {
    position: absolute;
    top: 100%;
    width: calc(100% - 50px);
    left: 0;
    display: none;
    margin: 0 25px;
  }
}
.section-dynamic .dynamic-tab-head ul li {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-tab-head ul li {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    width: 100%;
    line-height: 42px;
    text-align: center;
  }
}
.section-dynamic .dynamic-tab-head a {
  display: inline-block;
  vertical-align: top;
  min-width: 122px;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
  color: #999999;
  background: #F9FAFB;
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
  font-size: 12px;
}
.section-dynamic .dynamic-tab-head a.active {
  background: #7F92D6;
  color: #FFFFFF;
  border-color: #7F92D6;
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-tab-head a.active {
    background-color: #fff;
    border-color: #eee;
    color: #7F92D6;
  }
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-tab-head a {
    box-shadow: none;
    border: 0;
    line-height: 42px;
    background-color: transparent;
  }
}
.section-dynamic .dynamic-tab-body {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-display-pc {
    display: none;
  }
}
.section-dynamic .dynamic-display-mobile {
  display: none;
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-display-mobile {
    display: block;
  }
}
.section-dynamic .dynamic-body-item {
  display: none;
}
.section-dynamic .dynamic-body-item.active {
  display: block;
}
.section-dynamic .swiper-btns {
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .section-dynamic .swiper-btns {
    text-align: center;
  }
}
.section-dynamic .swiper-btns a {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-dynamic .swiper-btns a:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .section-dynamic .swiper-btns a.swiper-button-disabled {
    opacity: 0.5;
  }
}
.section-dynamic .swiper-btns .dynamic-button-prev {
  background-image: url("../images/home/prev-btn.png");
}
.section-dynamic .swiper-btns .dynamic-button-next {
  background-image: url("../images/home/next-btn.png");
}
.section-dynamic .swiper-slide {
  width: auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-dynamic .swiper-slide {
    width: 100%;
  }
}
.section-dynamic .swiper-slide:nth-last-child(1) {
  margin-right: 0 !important;
}
.section-dynamic .dynamic-blurbox {
  width: 100%;
  height: 308px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  cursor: pointer;
  border-radius: 11px;
}

.section-dynamic .dynamic-blurbox a{
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .section-dynamic .dynamic-blurbox {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    transform: rotate(0);
  }
}
.section-dynamic .dynamic-blurbox .dynamic-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center bottom;
  background-image: inherit;
  overflow: hidden;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-blurbox .dynamic-bg {
    border-radius: 0 0 10px 10px;
  }
}
.section-dynamic .dynamic-blurbox .dynamic-infobox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 30px 20px 20px;
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-blurbox .dynamic-infobox {
    border-radius: 0 0 10px 10px;
  }
}
.section-dynamic .dynamic-blurbox .dynamic-infobox h2 {
  font-size: 18px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.section-dynamic .dynamic-blurbox .dynamic-infobox p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
.section-dynamic .dynamic-blurbox .dynamic-btns {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
}
.section-dynamic .dynamic-blurbox .dynamic-btns a {
  font-size: 12px;
  color: #fff;
}
@media (min-width: 769px) {
  .section-dynamic .dynamic-blurbox .dynamic-btns a:hover {
    text-decoration: underline;
  }
}
.section-dynamic .dynamic-box {
  height: 144px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  color: #333;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transform: rotate(0);
}

@media (max-width: 768px) and (min-width: 576px) {
    .dynamic-display-mobile .swiper-wrapper > .swiper-slide{
      display: flex;
      flex-wrap: wrap;
    }
  
    .dynamic-display-mobile .swiper-wrapper > .swiper-slide > .dynamic-blurbox{
      margin-left: 5px;
      margin-right: 5px;
      flex:  1 1 100%;
    }
  
    .dynamic-display-mobile .swiper-wrapper > .swiper-slide > .dynamic-box{
      flex: 0 0 calc(50% - 10px);
      margin-right: 5px;
      margin-left: 5px;
      max-width: calc(50% - 10px);
      margin-bottom: 10px;
    }
  
  }
  @media (max-width: 576px) {
    .section-dynamic .dynamic-box {
      width: 100%;
      margin-bottom: 10px;
    }
  }

.section-dynamic .dynamic-box:nth-child(1) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section-dynamic .dynamic-box:nth-child(1) {
    margin-bottom: 10px;
  }
}
.section-dynamic .dynamic-box.dynamic-image-box {
  position: relative;
}
.section-dynamic .dynamic-box.dynamic-image-box img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-dynamic .dynamic-box.dynamic-image-box.type-2 .dynamic-type {
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.section-dynamic .dynamic-box.dynamic-image-box .dynamic-imagebox-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background-size: 0 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.section-dynamic .dynamic-box.dynamic-image-box .dynamic-imagebox-cont:before {
  content: "";
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  filter: blur(20px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-dynamic .dynamic-box.dynamic-image-box .dynamic-imagebox-cont h2 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  z-index: 2;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
}
.section-dynamic .dynamic-box.dynamic-title-box {
  padding: 35px 20px 29px;
  display: flex;
  align-items: center;
}
.section-dynamic .dynamic-box.dynamic-title-box h2 {
  font-size: 14px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #131313;
  line-height: 19px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.section-dynamic .dynamic-box.dynamic-column-box .dynamic-left {
  float: left;
  width: 102px;
  height: 100%;
  background-size: 100%;
}
.section-dynamic .dynamic-box.dynamic-column-box .dynamic-right {
  margin-left: 102px;
  padding: 30px 20px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-dynamic .dynamic-box.dynamic-column-box .dynamic-right h2 {
  font-size: 14px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #131313;
  line-height: 18px;
  max-height: 90px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.section-dynamic .dynamic-type {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  min-width: 102px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 0 10px 0 10px;
  text-align: center;
  z-index: 10;
}
.section-dynamic .dynamic-type span {
  color: #7F92D6;
}
.section-dynamic .dynamic-type.color-2 span {
  color: #AADBB6;
}
.section-dynamic .dynamic-type.color-3 span {
  color: #fff;
}

.hc-icon-arrow.arrow-down {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background-image: url(../images/home/icon-arrow-down-black.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -1px;
}

.dynamic-popup.hide-popup {
  display: none;
}

.dynamic-popup-swiper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.dynamic-popup-swiper .close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50px;
  right: 50px;
  background-image: url("../images/common/close-white.png");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 120;
}

@media(min-width:1500px){
  .dynamic-popup-swiper .close-popup{
    top: 60px;
    right: 18%;
  }
}
@media(min-width:1900px){
  .dynamic-popup-swiper .close-popup{
    top: 100px;
    right: 25%;
  }
}
@media(min-width:2200px){
  .dynamic-popup-swiper .close-popup{
    top: 120px;
    right: 28%;
  }
}
@media (max-width: 768px) {
  .dynamic-popup-swiper .close-popup {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.dynamic-popup-swiper .swiper-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  /*padding-bottom: 50px;*/
}
@media (max-width: 768px) {
  .dynamic-popup-swiper .swiper-container {
    top: 0;
    transform: none;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .dynamic-popup-swiper .swiper-slide {
    height: 100% !important;
  }
}
.dynamic-popup-swiper .swiper-btns {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .dynamic-popup-swiper .swiper-btns {
    text-align: center;
  }
}
.dynamic-popup-swiper .swiper-btns a {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.8;
  display: none;
}
.dynamic-popup-swiper .swiper-btns a:nth-last-child(1) {
  margin-right: 0;
}
.dynamic-popup-swiper .swiper-btns a.swiper-button-disabled {
  opacity: 0.5;
}
.dynamic-popup-swiper .swiper-btns .dynamic-button-prev {
  background-image: url("../images/home/prev-btn-w.png");
}
.dynamic-popup-swiper .swiper-btns .dynamic-button-next {
  background-image: url("../images/home/next-btn-w.png");
}

.dynamic-popup-content {
  text-align: center;
}
@media (max-width: 768px) {
  .dynamic-popup-content {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
}

.dynamic-popup-videobox {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 960px;
}
.dynamic-popup-videobox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .dynamic-popup-videobox {
    width: auto;
    max-width: 500px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.dynamic-popup-videobox img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}
.dynamic-popup-videobox .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  background-image: url("../images/common/icon-play.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.dynamic-popup-imgtextbox {
  display: inline-block;
  vertical-align: top;
  background: #F9FAFB;
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 50px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dynamic-popup-imgtextbox {
    padding: 20px;
    margin: 90px 20px;
  }
}
.dynamic-popup-imgtextbox .imgtextbox-left {
  float: left;
  width: 300px;
}
@media (max-width: 768px) {
  .dynamic-popup-imgtextbox .imgtextbox-left {
    float: none;
    width: 100%;
  }
}
.dynamic-popup-imgtextbox .imgtextbox-left img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.dynamic-popup-imgtextbox .imgtextbox-right {
  margin-left: 330px;
  width: 555px;
  text-align: left;
}
@media (max-width: 1050px) {
  .dynamic-popup-imgtextbox .imgtextbox-right {
    width: 400px;
  }
}
@media (max-width: 910px) {
  .dynamic-popup-imgtextbox .imgtextbox-right {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .dynamic-popup-imgtextbox .imgtextbox-right {
    margin-left: 0;
    width: 100%;
    margin-top: 19px;
  }
}
.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-title {
  font-size: 32px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  color: #2B2B2B;
  line-height: 26px;
}
@media (max-width: 768px) {
  .dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-title {
    font-size: 12px;
    line-height: 26px;
  }
}
.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text {
  padding-right: 35px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text {
    margin-top: 0;
    overflow: visible;
    max-height: none;
    padding-right: 0;
  }
}
.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text::-webkit-scrollbar {
  width: 5px;
}
.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text::-webkit-scrollbar-thumb {
  border-radius: 2px;
  box-shadow: none;
  background-color: #EDEDED;
}
.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: transparent;
}
.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text p {
  margin-bottom: 26px;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 20px;
}
@media (max-width: 768px) {
  .dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}

/* .section-business {
  padding-bottom: 180px;
} 
@media (max-width: 900px) {
  .section-business {
    padding-bottom: 90px;
  }
}*/
.section-business .business-wrapper {
  padding: 90px 0 62px;
  background-color: #F3F5F7;
  background-image: url("../images/home/business-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .section-business .business-wrapper {
    padding: 74px 0 60px;
  }
}
.section-business .business-cont {
  text-align: center;
}
.section-business .business-cont h1 {
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 768px) {
  .section-business .business-cont h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
.section-business .business-cont > p {
  margin-top: 28px;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 768px) {
  .section-business .business-cont > p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 30px;
  }
}
.section-business .business-cont .business-links {
  margin-top: 69px;
}
@media (max-width: 768px) {
  .section-business .business-cont .business-links {
    margin-top: 30px;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.section-business .business-cont .business-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  padding: 13px 24px;
  min-width: 128px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .section-business .business-cont .business-links a:hover {
    background-color: #C7000B;
    border-color: #C7000B;
  }
}
@media (max-width: 768px) {
  .section-business .business-cont .business-links a {
    min-width: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
.section-business .business-cont .business-line {
  margin-top: 60px;
  display: flex;
}
@media (max-width: 768px) {
  .section-business .business-cont .business-line {
    margin-top: 10px;
  }
}
.section-business .business-cont .business-line:before, .section-business .business-cont .business-line:after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #FFFFFF;
  margin-top: 10px;
}
.section-business .business-cont .business-line span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
  padding: 0 50px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .section-business .business-cont .business-line span {
    max-width: 100%;
    padding: 0;
  }
}
.section-business .business-cont .business-btns {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section-business .business-cont .business-btns {
    margin-top: 30px;
  }
}

.hc-icon-arrow.arrow-right-white {
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 5px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transform: rotate(-45deg);
  transform-origin: center center;
  margin-top: 5px;
  margin-left: 7px;
}

.hc-icon.icon-consulting {
  width: 19px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  background-image: url("../images/home/icon-consulting.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-advertisement {
  padding-bottom: 180px;
}
@media (max-width: 900px) {
  .section-advertisement {
    padding-bottom: 90px;
  }
}
.section-advertisement .section-title h2 {
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
@media (max-width: 768px) {
  .section-advertisement .section-title h2 {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .section-advertisement .section-container {
    padding: 0;
  }
}
.section-advertisement .swiper-container-horizontal > .swiper-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .section-advertisement .swiper-container-horizontal > .swiper-scrollbar {
    display: block;
    left: 20px;
    right: 20px;
    background: #DFE4EA;
    bottom: 10px;
    height: 4px;
    width: calc(100% - 40px);
  }
}
.section-advertisement .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  height: 10px;
  margin-top: -4px;
  width: 100px;
  background: #7F92D6;
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.section-advertisement .advertisement-cont .advertisement-tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 36px;
  text-align: center;
  height: 18px;
  background: #F9FAFB;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #333333;
  line-height: 16px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-advertisement .advertisement-cont .advertisement-tag {
    width: 40px;
    line-height: 14px;
    left: 15px;
  }
}
.section-advertisement .advertisement-cont .advertisement-block {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .section-advertisement .advertisement-cont .advertisement-block {
    padding: 0 20px;
  }
}
.section-advertisement .advertisement-cont .advertisement-block img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-advertisement .advertisement-cont .advertisement-table {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .section-advertisement .advertisement-cont .advertisement-table {
    display: none;
    margin-top: 0;
  }
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-tag {
  left: 20px;
}
.section-advertisement .advertisement-cont .advertisement-table img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 10px;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-table {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  white-space: nowrap;
  display: flex;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-left {
  flex: 0 1 50%;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px;
  position: relative;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right {
  flex: 0 1 50%;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right ul {
  overflow: hidden;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li.advertisement-full {
  width: 100%;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li:nth-child(1) {
  padding: 0 10px 10px;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li:nth-child(1).advertisement-full {
  padding: 0 0 10px 10px;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li:nth-child(1) .advertisement-tag {
  bottom: 20px;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li:nth-child(2) {
  padding: 0 10px 10px;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li:nth-child(2).advertisement-full {
  padding: 10px 0 0 10px;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li:nth-child(2).advertisement-full .advertisement-tag {
  bottom: 10px;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li:nth-child(2) .advertisement-tag {
  bottom: 20px;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li:nth-child(3) {
  padding: 10px 10px 0;
}
.section-advertisement .advertisement-cont .advertisement-table .advertisement-right li:nth-child(4) {
  padding: 10px 10px 0;
}
.section-advertisement .advert-swiper {
  display: none;
}
@media (max-width: 768px) {
  .section-advertisement .advert-swiper {
    display: block;
    margin-top: 60px;
    padding-bottom: 50px;
  }
  .section-advertisement .advert-swiper img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}

.banner-livestream-swiper {
  width: 530px;
}
@media (max-width: 768px) {
  .banner-livestream-swiper {
    width: 100%;
    min-width: none;
  }
}
.banner-livestream-swiper .banner-playback-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transform: rotate(0);
}
.banner-livestream-swiper .banner-playback-box .video-js {
  background-color: transparent;
}
.banner-livestream-swiper .banner-playback-box .vjs-poster {
  background-color: transparent;
}
@media (max-width: 768px) {
  .banner-livestream-swiper .banner-playback-box .vjs-poster:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.banner-livestream-swiper .banner-playback-box .vjs-big-play-centered .vjs-big-play-button {
  opacity: 0;
}
@media (max-width: 768px) {
  .banner-livestream-swiper .banner-playback-box .vjs-big-play-centered .vjs-big-play-button {
    opacity: 1;
    background-image: url("../images/common/icon-play.png");
    background-size: 42px 42px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.banner-livestream-swiper .banner-playback-box .js_spec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../images/common/icon-play.png");
  background-size: 42px 42px;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-livestream-swiper .banner-playback-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  background-image: url("../images/common/icon-play.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
.banner-livestream-swiper img {
  transform: none !important;
  width: 100% !important;
}
.banner-livestream-swiper .swiper-livestream-small {
  padding: 20px 10px 0;
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-top: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.banner-livestream-swiper .swiper-livestream-small.no-pd {
  padding-bottom: 20px;
}
.banner-livestream-swiper .swiper-livestream-small.no-pd .swiper-container {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .banner-livestream-swiper .swiper-livestream-small {
    padding: 20px 13px 0;
  }
}
.banner-livestream-swiper .swiper-livestream-small .banner-playback-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/home/icon-live-play-w.png");
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .banner-livestream-swiper .swiper-livestream-small .banner-playback-box {
    border-radius: 0;
  }
}
.banner-livestream-swiper .swiper-livestream-small .swiper-container {
  padding-bottom: 40px;
}
.banner-livestream-swiper .swiper-livestream-small .swiper-scrollbar {
  opacity: 0;
  left: 10px;
  right: 10px;
  background: #DFE4EA;
  bottom: 20px;
  height: 4px;
  width: calc(100% - 20px);
}
@media (max-width: 768px) {
  .banner-livestream-swiper .swiper-livestream-small .swiper-scrollbar {
    bottom: 15px;
    left: 7px;
    right: 7px;
    width: calc(100% - 14px);
  }
}
.banner-livestream-swiper .swiper-livestream-small .swiper-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  height: 10px;
  margin-top: -4px;
  width: 100px;
  background: #7F92D6;
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .banner-livestream-swiper .swiper-livestream-small .swiper-scrollbar .swiper-scrollbar-drag {
    height: 8px;
  }
}
.banner-livestream-swiper .swiper-livestream-small .swiper-slide {
  width: calc(25% - 20px);
  padding: 0 10px;
}
@media (max-width: 768px) {
  .banner-livestream-swiper .swiper-livestream-small .swiper-slide {
    width: calc(33.33% - 14px);
    padding: 0 7px;
  }
}
.banner-livestream-swiper .swiper-livestream-small .swiper-slide p {
  font-size: 12px;
  margin-top: 10px;
  color: #333333;
  line-height: 16px;
}
.banner-livestream-swiper .swiper-livestream-small .banner-playback-btn-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: visible !important;
}
.banner-livestream-swiper .swiper-livestream-small .banner-playback-btn-small:before {
  display: none;
}

/*Location Begin*/
.section-location {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .section-location {
    padding-bottom: 35px;
  }
}
.section-location .section-title h2 {
  font-size: 30px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: left;
}

.aboutus .section-location .section-title h2{
  text-align: center;
}

@media (max-width: 768px) {
  .section-location .section-title h2 {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }
}
.section-location .location-box{
  background: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .section-location .location-box {
    width: 100%;
    display: block;
    align-items: center;
    float: none;
    margin-bottom: 20px;
    height: auto;
  }
  .section-location .location-box .location-table-left-info h3:first-child{
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .section-location .location-box {
    flex-direction: column;
    padding: 17px;
  }
}
.section-location .location-box .location-table-right{
  width: 55%;
}
@media (max-width:768px) {
  .section-location .location-box .location-table-right{
    width: 100%;
  }
}
.section-location .location-box .location-swiper {
  position: relative;
}
.section-location .location-box .location-swiper .swiper-container {
  border-radius: 10px;
}
.section-location .location-box .location-swiper .swiper-container .swiper-slide{
  height: auto;
}
.section-location .location-box .location-swiper img{
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  .section-location .location-box .location-swiper {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-location .location-box .location-swiper {
    display: block;
    width: 100%;
  }
}
.section-location .location-box .location-table-left-info {
  display: table;
  padding-left: 30px;
  padding-right: 35px;
  width: 45%;
}
.section-location .location-box .location-table-left-info div{
  vertical-align: middle;
  display: table-cell;
  height: 100%;
  min-height: 100%;
}

@media (max-width: 1100px) {
  .section-location .location-box .location-table-left-info {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .section-location .location-box .location-table-right{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .section-location .location-box .location-table-left-info{
    padding: 0 10px 20px;
  }
}
@media (max-width: 768px) {
  .section-location .location-box .location-table-left-info {
    margin-top: 19px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-location .location-box .location-table-left-info h3 {
  font-size: 16px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #2B2B2B;
  line-height: 21px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.section-location .location-box .location-table-left-info h3:first-child{
  margin-top: 0;
}
.section-location .location-box .location-table-left-info b{
  font-size: 16px;
  font-family: "huaweisans-bold",  "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
  color: #2B2B2B;
}
@media (max-width: 768px) {
  .section-location .location-box .location-table-left-info b{
    font-size: 14px;
  }
}
.section-location .location-box .location-table-left-info small{
  font-size: 14px;
}

.section-location .location-box .location-table-left-info img{
  width: 12px;
}

@media (max-width: 768px) {
  .section-location .location-box .location-table-left-info h3 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 19px;
  }
}
.section-location .location-box .location-table-left-info p {
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
@media (max-width: 768px) {
  .section-location .location-box .location-table-left-info p {
    font-size: 12px;
    line-height: 16px;
  }
}

.section-location .location-btns {
  margin-top: 20px;
  text-align: right;
  font-size: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}

@media (max-width: 768px) {
  .section-location .location-btns {
    text-align: center;
    margin-top: 30px;
  }
}
.section-location .location-btns a {
  display: inline-block;
  vertical-align: top;
  min-width: 80px;
  border: 1px solid #7F92D6;
  border-radius: 5px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #7F92D6;
  font-size: 14px;
  padding: 5px 0;
}

.section-location .location-btns .swiper-button-disabled{
  background-color:#7F92D6;
  color: #ffffff;
  border: 1px solid #7F92D6;
}

.section-location .location-btns .swiper-button-disabled:hover{
  cursor: unset;
  background-color: #7F92D6;
  color: #ffffff;
}

@media (min-width: 769px) {
  .section-location .location-btns a:hover {
    background-color: #7F92D6;
    color: #ffffff;
  }
}

@media (max-width: 768px) {
  .section-location .location-btns a {
    min-width: 60px;
    margin-top: 17px;
    font-size: 10px;
  }
}
/*Location End*/

.js-logined .hc-nav-right > a.js-status-login, .js-logined .hc-nav-right > .hc-nav-signup, .js-logined .hc-nav-right .hc-nav-user > a.js-status-login{
  font-size: 16px;
  line-height: 42px;
  margin-left: 10px;
}

.hc-nav-user a{
  font-size: 14px!important;
}

.hc-nav-center{
  margin: 0;
}

.hc-nav-center ul{
  text-align: right;
}

@media (max-width: 768px) {
  .hc-nav-center ul{
    text-align: center;
  }
}