.hc-header {
  height: 90px;
}
@media (max-width: 768px) {
  .hc-header {
    height: 65px;
  }
}
.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 102;
  background: #000000;
}
@media (max-width: 768px) {
  .header-top {
    display: none;
  }
}
.lang-change-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.lang-change-top {
  padding-top: 30px;
  margin-bottom: 30px;
}
.lang-change-top h3 {
  font-size: 16px;
  color: #444;
}
.lang-change-table {
  display: table;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.lang-table-col {
  display: table-cell;
  width: 20%;
}
.lang-table-col .lang-table-wrap {
  padding: 0 15px;
  line-height: 24px;
}
.lang-table-col .lang-table-wrap h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(68, 68, 68, 0.15);
  padding-bottom: 15px;
}
.lang-table-col .lang-table-wrap ul {
  padding-top: 12px;
  margin-bottom: 24px;
}
.lang-table-col .lang-table-wrap ul li {
  padding: 5px 0;
}
.lang-table-col .lang-table-wrap ul li a {
  color: #808080;
  font-size: 12px;
}
.lang-table-col .lang-table-wrap ul li a:hover {
  color: #c7000b;
}
.lang-change {
  float: right;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
.lang-change span {
  display: inline-block;
  margin: 0 6px 0 7px;
}
.lang-change i {
  transform-origin: center center;
  transition: all 0.3s;
}
.lang-change.is-open i.hc-icon-arrow_down {
  transform: rotate(180deg);
}
.header-btm {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  z-index: 100;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .header-btm {
    top: 0;
    height: 65px;
  }
  .header-btm .hc-nav-center,
  .header-btm .hc-nav-right {
    display: none;
  }
}
.hc-nav {
  position: relative;
}
@media (max-width: 768px) {
  .hc-nav {
    margin-left: -4px;
  }
}
.hc-logo,
.hc-nav-right {
  position: absolute;
  top: 0;
  height: 100%;
}
.hc-nav-menu {
  float: right;
  margin-right: 10px;
  margin-top: 17px;
}
.hc-nav-menu span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: all 0.2s;
}
.hc-nav-menu span:nth-child(1) {
  transform-origin: right top;
}
.hc-nav-menu span:nth-child(3) {
  transform-origin: right bottom;
}
.hc-nav-menu.active span:nth-child(1) {
  transform: rotate(-45deg);
}
.hc-nav-menu.active span:nth-child(2) {
  opacity: 0;
}
.hc-nav-menu.active span:nth-child(3) {
  transform: rotate(45deg);
}
.hc-logo {
  width: 52px;
  left: 0;
}
@media (max-width: 768px) {
  .hc-logo {
    width: 49px;
  }
}
.hc-logo img {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) {
  .hc-logo img {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .hc-header.is-open .header-btm {
    height: 100%;
    box-shadow: none;
  }
  .hc-header.is-open .header-btm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: -1;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .hc-header.is-open .header-btm .hc-nav-center {
    position: absolute;
    top: 65px;
    left: 4px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: block;
    height: calc(100vh - 110px);
  }
  .hc-header.is-open .header-btm .hc-nav-center li {
    padding: 10px;
    display: block;
    margin-right: 0;
  }
  .hc-header.is-open .header-btm .hc-nav-center li.active i {
    transform: rotate(180deg);
  }
  .hc-header.is-open .header-btm .hc-nav-center li i {
    margin-left: 10px;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card {
    display: none;
    position: relative;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    transform: none;
    left: auto;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card ul {
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card ul::after {
    display: none;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card ul li {
    padding: 10px;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card ul li a {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding: 0;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile {
    position: fixed;
    bottom: 0;
    height: 45px;
    left: 0;
    width: 100%;
    display: block;
    background-color: #f3f5f8;
    transition: height 0.3s;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile.active {
    height: 345px;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile.active i {
    transform: rotate(180deg);
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_text {
    background-color: #666A75;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f3f5f8;
    height: 45px;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_text i {
    transform-origin: center center;
    margin-left: 5px;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_wrapper h3 {
    padding: 10px 30px;
    color: #444;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_list {
    width: 100%;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_list ul {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    margin: 5px 30px 10px;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_list li {
    padding: 6px 0;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_list li a {
    color: #444;
    line-height: 24px;
  }
}
.hc-nav-lang_mobile {
  display: none;
}
.hc-nav-center {
  margin: 0 100px 0 91px;
}
.hc-nav-center ul {
  padding-top: 20px;
}
.hc-nav-center li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}
.hc-nav-center li i {
  margin-left: 5px;
  transition: all 0.3s;
  transform-origin: center center;
}
.hc-nav-center li > a {
  line-height: 21px;
  font-size: 16px;
  color: #444444;
  position: relative;
}
@media (max-width: 1200px) {
  .hc-nav-center li {
    margin-right: 10px;
  }
  .hc-nav-center li > a {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .hc-nav-center li:hover i {
    transform: rotate(180deg);
  }
  .hc-nav-center li:hover .hc-nav-drop_card {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.hc-nav-drop_card {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  padding-top: 10px;
  opacity: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.hc-nav-drop_card ul {
  display: block;
  padding: 5px 0;
  background: #F5F9FC;
  border: 1px solid #E4EAF0;
  border-radius: 3px;
  box-shadow: 9px 9px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #ffffff;
}
.hc-nav-drop_card ul:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 6px;
  width: 5px;
  height: 5px;
  margin-left: -3px;
  border: 1px solid #E4EAF0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform-origin: center center;
  background: #F5F9FC;
  z-index: 2;
  transform: rotate(-45deg);
}
.hc-nav-drop_card ul li {
  display: block;
  margin: 0;
}
.hc-nav-drop_card ul li a {
  display: block;
  line-height: 21px;
  font-size: 14px;
  padding: 4px 20px;
  text-align: center;
  white-space: nowrap;
}
.hc-nav-drop_card ul li a:hover {
  background-color: rgba(233, 233, 233, 0.4);
}
.hc-nav-right {
  right: 0;
  width: 100px;
  font-size: 12px;
  color: #444444;
  padding-top: 22px;
  text-align: right;
  white-space: nowrap;
}
.hc-nav-right > a,
.hc-nav-right .hc-nav-signup {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  color: #444444;
  position: relative;
}
.hc-nav-right > a:hover,
.hc-nav-right .hc-nav-signup:hover {
  color: #C7000B;
}
.hc-nav-right .hc-nav-signup {
  margin-right: 0;
  cursor: pointer;
}
.hc-nav-right .hc-nav-signup:hover {
  color: #C7000B;
}
.hc-nav-right .hc-nav-signup:hover > i {
  transform: rotate(180deg);
}
.hc-nav-right .hc-nav-signup:hover .hc-nav-dropbox {
  visibility: visible;
  width: 70px;
  height: auto;
  overflow: visible;
  transform: translateY(0);
  opacity: 1;
  top: 100%;
}
.hc-nav-right .hc-nav-signup > i {
  margin-left: 8px;
  transform-origin: center center;
  transition: transform 0.3s;
}
.hc-nav-right .hc-nav-dropbox {
  visibility: hidden;
  position: absolute;
  top: -1000px;
  right: 0;
  padding-top: 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.hc-nav-right .hc-nav-dropbox:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 6px;
  width: 5px;
  height: 5px;
  border: 1px solid #E4EAF0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform-origin: center center;
  background: #F5F9FC;
  z-index: 2;
  transform: rotate(-45deg);
}
.hc-nav-right .hc-nav-dropbox ul {
  display: block;
  padding: 2px 8px;
  background: #F5F9FC;
  border: 1px solid #E4EAF0;
  border-radius: 3px;
  box-shadow: 9px 9px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
}
.hc-nav-right .hc-nav-dropbox ul li {
  padding: 6px 0;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.05);
}
.hc-nav-right .hc-nav-dropbox ul li:nth-last-child(1) {
  border-bottom: 0;
}
.hc-nav-right .hc-nav-dropbox ul li a {
  color: #333333;
}
.hc-nav-right .hc-nav-dropbox ul li a:hover {
  color: #C7000B;
}
.popup-login {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.popup-login.active {
  visibility: visible;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.popup-login.active .popup-login-container {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.popup-login .popup-login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 460px;
  height: 481px;
  background: #F5F9FC;
  border: 1px solid #E4EAF0;
  box-shadow: 9px 9px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .popup-login .popup-login-container {
    width: 335px;
    height: auto;
  }
}
.popup-login .popup-login-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.popup-login .popup-login-close i {
  width: 15px;
  height: 15px;
}
.popup-login .popup-login-top {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-top {
    padding-top: 26px;
  }
}
.popup-login .popup-login-top h2 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-top h2 {
    font-size: 14px;
    line-height: 22px;
  }
}
.popup-login .popup-login-top .popup-tab-head {
  margin-top: 26px;
  font-size: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .popup-login .popup-login-top .popup-tab-head {
    margin-top: 23px;
  }
}
.popup-login .popup-login-top .popup-tab-head a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  line-height: 24px;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .popup-login .popup-login-top .popup-tab-head a {
    font-size: 14px;
    padding: 7px 0;
  }
}
.popup-login .popup-login-top .popup-tab-head a.active {
  color: #C0000A;
  position: relative;
}
.popup-login .popup-login-top .popup-tab-head a.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #C7000B;
  border-radius: 3px;
}
.popup-login .popup-login-center {
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.popup-login .popup-login-center .popup-login-tab-body {
  padding: 30px 57px;
  display: none;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-login-tab-body {
    padding: 30px 15px;
  }
}
.popup-login .popup-login-center .popup-login-tab-body.active {
  display: block;
}
.popup-login .popup-login-center .popup-input-group {
  height: 42px;
  margin-bottom: 20px;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper {
  background: #FFFFFF;
  border: 1px solid #444444;
  border-radius: 4px;
  position: relative;
  height: 42px;
  box-sizing: border-box;
  overflow: hidden;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  text-indent: 15px;
  color: #444444;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper input::-moz-placeholder {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.5;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper input:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.5;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper input::placeholder {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-input-group .input-wrapper input {
    font-size: 14px;
  }
  .popup-login .popup-login-center .popup-input-group .input-wrapper input::-moz-placeholder {
    font-size: 14px;
  }
  .popup-login .popup-login-center .popup-input-group .input-wrapper input:-ms-input-placeholder {
    font-size: 14px;
  }
  .popup-login .popup-login-center .popup-input-group .input-wrapper input::placeholder {
    font-size: 14px;
  }
}
.popup-login .popup-login-center .popup-input-group.popup-input-group-col {
  font-size: 0;
  white-space: nowrap;
}
.popup-login .popup-login-center .popup-input-group.popup-input-group-col .input-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 211px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-input-group.popup-input-group-col .input-wrapper {
    width: 169px;
  }
}
.popup-login .popup-login-center .popup-input-group.popup-input-group-col button {
  display: inline-block;
  vertical-align: top;
  outline: none;
  border: 1px solid #C7000B;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #C7000B;
  letter-spacing: 0.88px;
  line-height: 40px;
  box-sizing: border-box;
  background: #fff;
  padding: 0;
  margin: 0;
  width: 124px;
  cursor: pointer;
}
.popup-login .popup-login-center .popup-radio-group {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-radio-group {
    font-size: 12px;
    line-height: 16px;
  }
}
.popup-login .popup-login-center .popup-radio-group label {
  display: inline-block;
  vertical-align: top;
}
.popup-login .popup-login-center .popup-radio-group span {
  display: inline-block;
  vertical-align: top;
}
.popup-login .popup-login-center .popup-radio-group input[type="checkbox"] {
  display: none;
}
.popup-login .popup-login-center .popup-radio-group input[type="checkbox"] + span {
  position: relative;
  padding-left: 22px;
}
.popup-login .popup-login-center .popup-radio-group input[type="checkbox"] + span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
  border: 1px solid #C7000B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-radio-group input[type="checkbox"] + span:before {
    top: -3px;
  }
}
.popup-login .popup-login-center .popup-radio-group input[type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
  background: #C7000B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-radio-group input[type="checkbox"]:checked + span:after {
    top: 2px;
  }
}
.popup-login .popup-login-center .popup-radio-group a {
  color: #151515;
  text-decoration: underline;
}
.popup-login .popup-login-center .popup-button-group {
  margin-top: 21px;
  text-align: center;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-button-group {
    margin-top: 20px;
  }
}
.popup-login .popup-login-center .popup-button-group button {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 42px;
  background: #C7000B;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 42px;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.popup-login .popup-login-bottom {
  height: 65px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-bottom {
    height: 60px;
  }
}
.popup-login .popup-login-bottom p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 65px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-bottom p {
    font-size: 14px;
    line-height: 60px;
  }
}
.popup-login .popup-login-bottom p a {
  color: #C7000B;
  text-decoration: underline;
}
.section-footer {
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 19px;
}
.section-footer:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .section-footer {
    padding-top: 19px;
  }
}
.section-attention {
  float: left;
  margin-top: 7px;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
}
.section-attention span {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.section-attention a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}
.section-attention a:hover .section-attention-popup {
  display: block;
}
.section-attention a .section-attention-popup {
  display: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%;
  padding-bottom: 10px;
}
.section-attention a .section-attention-popup .section-attention-popup_wrapper {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(47, 65, 202, 0.25);
  border-radius: 8px;
}
.section-attention a .section-attention-popup .section-attention-popup_wrapper img {
  width: 138px;
}
.footer-link {
  float: right;
}
@media (max-width: 768px) {
  .footer-link {
    float: none;
  }
}
.footer-link .footer-link-top {
  text-align: right;
}
.footer-link .footer-link-top ul {
  font-size: 0;
}
@media (max-width: 768px) {
  .footer-link .footer-link-top ul {
    text-align: center;
  }
}
.footer-link .footer-link-top li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  position: relative;
}
.footer-link .footer-link-top li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: #333;
}
.footer-link .footer-link-top li:nth-last-child(1):after {
  display: none;
}
.footer-link .footer-link-top li a {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.footer-link .footer-link-btm {
  margin-top: 5px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}
@media (max-width: 768px) {
  .footer-link .footer-link-btm {
    margin-top: 8px;
    text-align: center;
    line-height: 14px;
  }
}
/* loading 开始*/
.hc-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}
.hc-loading .hc-loading-ccontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vh;
  max-width: 342px;
}
@media (max-width: 768px) {
  .hc-loading .hc-loading-ccontainer {
    width: 276px;
  }
}
.hc-loading .hc-loading-circle {
  padding-top: 100%;
  background-image: url('../images/home/loading-circle.png');
  background-size: cover;
  -webkit-animation: circle 10s linear infinite;
          animation: circle 10s linear infinite;
}
.hc-loading .hc-loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vh;
  z-index: 2;
}
@media (max-width: 768px) {
  .hc-loading .hc-loading-wrapper {
    width: 70vw;
  }
}
.hc-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 149px;
  display: block;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .hc-loading img {
    width: 110px;
  }
}
@-webkit-keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(72deg);
  }
  40% {
    transform: rotate(144deg);
  }
  60% {
    transform: rotate(216deg);
  }
  80% {
    transform: rotate(288deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(72deg);
  }
  40% {
    transform: rotate(144deg);
  }
  60% {
    transform: rotate(216deg);
  }
  80% {
    transform: rotate(288deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle-reverse {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-72deg);
  }
  40% {
    transform: rotate(-144deg);
  }
  60% {
    transform: rotate(-216deg);
  }
  80% {
    transform: rotate(-288deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes circle-reverse {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-72deg);
  }
  40% {
    transform: rotate(-144deg);
  }
  60% {
    transform: rotate(-216deg);
  }
  80% {
    transform: rotate(-288deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* loading 结束*/
/* 顶部KV 开始*/
.hc-hero {
  padding-bottom: 38px;
  background-image: linear-gradient(90deg, #F1F5F8 1%, #FFFFFF 57%);
  position: relative;
}
@media (max-width: 768px) {
  .hc-hero {
    height: auto;
  }
}
.hc-hero .hc-swiper-pagination {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .hc-hero .hc-swiper-pagination {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper.swiper-container {
    padding-bottom: 10px;
  }
}
.hc-hero-swiper .hc-hero-item {
  height: 540px;
  background-image: url('../images/home/hero-bg.png');
  background-position: right top;
  background-size: auto 484px;
  background-repeat: no-repeat;
  padding-top: 110px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.hc-hero-swiper .hc-hero-item img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hc-hero-swiper .hc-hero-item.type-2 {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left {
    width: 100%;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-title {
    width: 44.2%;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info {
    margin-top: 95px;
    text-align: center;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info h2 {
    width: 100%;
    font-size: 28px;
    letter-spacing: 7px;
    line-height: 37px;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info p i {
    width: 38px;
    height: 30px;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info p i::before {
    width: 20px;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper .hc-hero-item {
    height: auto;
    padding-top: 38px;
    background-size: 51.73% auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hc-hero-swiper .hero-item-cont {
  max-width: 1005px;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 0;
}
.hc-hero-swiper .hero-item-left {
  display: inline-block;
  vertical-align: middle;
  width: 317px;
}
.hc-hero-swiper .hero-item-left img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-left {
    width: 41%;
  }
}
.hc-hero-swiper .hero-item-right {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 455px);
  margin-left: 138px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-right {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
.hc-hero-swiper .hero-item-right img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.hc-hero-swiper .hero-item-title {
  width: 301px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-title {
    width: 97.4%;
  }
}
.hc-hero-swiper .livebox-iframe-box {
  width: 100%;
  position: relative;
  padding-top: 56.3636%;
}
@media (max-width: 768px) {
  .hc-hero-swiper .livebox-iframe-box {
    padding-top: 56.1194%;
  }
}
.hc-hero-swiper .livebox-iframe-box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hc-hero-swiper .livebox-iframe-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hc-hero-swiper .hero-item-info {
  margin-top: 54px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info {
    margin-top: 23px;
  }
}
.hc-hero-swiper .hero-item-info h2 {
  font-size: 28px;
  color: #333333;
  letter-spacing: 11.5px;
  line-height: 37px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info h2 {
    width: 97.4%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 5px;
  }
}
.hc-hero-swiper .hero-item-info p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 3px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info p {
    font-size: 9px;
    line-height: 15px;
    margin-top: 3px;
  }
}
.hc-hero-swiper .hero-item-info p i {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  position: relative;
  width: 48px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info p i {
    height: 15px;
    width: 15px;
  }
}
.hc-hero-swiper .hero-item-info p i::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  height: 1px;
  margin-left: -10px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info p i::after {
    width: 8px;
    margin-left: -4px;
  }
}
.hc-hero-swiper .hero-item-info .hero-item-btnbox {
  margin-top: 20px;
  font-size: 0;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info .hero-item-btnbox {
    margin-top: 40px;
  }
}
.hc-hero-swiper .hero-item-info .hero-item-btnbox .hero-item-btn {
  display: inline-block;
  vertical-align: top;
  background: #F5F8FA;
  border: 1px solid #D8E0EA;
  box-shadow: 3px 3px 5px 0 rgba(110, 127, 147, 0.34), -2px -2px 5px 2px #FFFFFF;
  border-radius: 19px;
  padding: 10px 20px;
  min-width: 78px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  margin-right: 15px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info .hero-item-btnbox .hero-item-btn {
    display: block;
    margin: 0 auto;
    width: 170px;
    margin-bottom: 15px;
  }
}
.hc-hero-swiper .hero-item-info .hero-item-btnbox .hero-item-btn:hover {
  color: #fff;
  background: #ED2933;
  border: 1px solid #FFFFFF;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
}
.hc-hero-swiper .livebox-panel {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #000000;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(28, 69, 124, 0.15);
}
@media (max-width: 768px) {
  .hc-hero-swiper .livebox-panel {
    height: auto;
  }
}
.hc-hero-swiper .livebox-panel .livebox-panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .hc-hero-swiper .livebox-panel .livebox-panel-wrap {
    position: relative;
    padding: 15px 10px;
    text-align: center;
    height: auto;
    line-height: 1.5;
  }
  .hc-hero-swiper .livebox-panel .livebox-panel-wrap p {
    line-height: 1.5;
    white-space: normal;
  }
  .hc-hero-swiper .livebox-panel .livebox-panel-wrap a {
    margin-top: 15px;
  }
}
.hc-hero-swiper .livebox-panel p,
.hc-hero-swiper .livebox-panel a {
  display: inline-block;
  vertical-align: top;
  color: #000000;
}
.hc-hero-swiper .livebox-panel a {
  float: right;
}
@media (max-width: 768px) {
  .hc-hero-swiper .livebox-panel a {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
  }
}
.hc-hero-swiper .livebox-panel a i {
  margin-right: 7px;
}
.hc-swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.hc-swiper-pagination .swiper-pagination-bullet {
  margin: 0 3.5px;
  background: #EEEFFF;
  background: rgba(48, 99, 183, 0.9);
  border: none;
  transition: all 0.3s;
  box-shadow: 1px 1px 2px 0 rgba(110, 127, 147, 0.22), inset 0 0 5px 0 rgba(48, 99, 183, 0.26);
}
.hc-swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  background: #ED2933;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  border-radius: 5px;
}
@media (max-width: 768px) {
  .hc-swiper-pagination {
    margin-top: 10px;
  }
}
.hc-hero-outlink {
  font-weight: bold;
  margin-top: 14px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  line-height: 18px;
}
@media (max-width: 768px) {
  .hc-hero-outlink {
    margin-top: 50px;
    padding: 0 20px;
    text-align: left;
  }
}
.hc-hero-outlink li,
.hc-hero-outlink b {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.hc-hero-outlink li a,
.hc-hero-outlink b a {
  color: #333333;
}
.hc-hero-outlink li a:hover,
.hc-hero-outlink b a:hover {
  color: #C7000B;
  text-decoration: underline;
}
.hc-hero-outlink b {
  font-weight: bold;
}
@media (max-width: 768px) {
  .hc-hero-outlink b {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 18px;
    padding-bottom: 15px;
    margin-right: 0;
    border-bottom: 1px solid #979797;
  }
}
@media (max-width: 768px) {
  .hc-hero-outlink ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .hc-hero-outlink li {
    margin-top: 15px;
    margin-right: 0;
    width: 50%;
  }
  .hc-hero-outlink li:nth-child(odd) {
    text-align: right;
  }
  .hc-hero-outlink li a {
    font-size: 12px;
    color: #666666;
  }
}
/* 顶部KV 结束*/
/* 嘉宾 开始*/
.section-guest {
  padding-top: 60px;
  padding-bottom: 43px;
  position: relative;
  background-image: linear-gradient(0deg, #FFFFFF 4%, #FFFFFF 57%, #F1F5F8 91%, #ECF1F4 97%, #DCE5EB 100%);
}
.section-guest:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  opacity: 1;
  background-image: url('../images/home/section-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section-guest:before {
    height: 43px;
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  .section-guest {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.guest-swiper {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .guest-swiper {
    padding-bottom: 10px;
  }
}
.guest-list {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  .guest-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.guest-list .guest-list-wrapper {
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .guest-list .guest-list-wrapper {
    display: block;
  }
}
.guest-list ul {
  display: table-row;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .guest-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}
.guest-list li {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  box-sizing: border-box;
  padding: 15px 15px 20px;
  position: relative;
  margin-bottom: 22px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .guest-list li {
    display: block;
    width: 50%;
    padding: 0 7.5px 0;
  }
}
.guest-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: -1;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .guest-list li:after {
    display: none;
  }
}
.guest-list li:hover {
  z-index: 3;
}
.guest-list li:hover:after {
  box-sizing: border-box;
  background: #F5F9FC;
  border: 1px solid #E4EAF0;
  box-shadow: 9px 9px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
  border-radius: 10px;
}
.guest-list .guest-imgbox img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .guest-list .guest-imgbox img {
    width: 94%;
  }
}
.guest-list .guest-name {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .guest-list .guest-name {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0;
  }
}
.guest-list .guest-position {
  margin-top: 13px;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .guest-list .guest-position {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.guest-list .guest-info {
  margin-top: 3px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .guest-list .guest-info {
    margin-top: 5px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.guest-btns {
  margin-top: 6px;
  padding-bottom: 4px;
  text-align: center;
}
.guest-btns button {
  margin: 0 8px;
}
.popup-guest {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
@media (max-width: 768px) {
  .popup-guest {
    overflow-y: auto;
  }
}
.popup-guest.active {
  visibility: visible;
  overflow: visible;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .popup-guest.active {
    overflow: hidden;
    overflow-y: auto;
  }
}
.popup-guest.active .popup-guest-container {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .popup-guest.active .popup-guest-container {
    transform: none;
    margin: 90px auto;
  }
}
.popup-guest .popup-guest-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 702px;
  height: 413px;
  background: #F5F9FC;
  border: 1px solid #E4EAF0;
  box-shadow: 9px 9px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 35px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-container {
    width: 335px;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 120px auto;
    transition: margin 0.6s ease, opacity 0.2s;
  }
}
.popup-guest .popup-guest-wrapper {
  font-size: 0;
  width: 100%;
}
.popup-guest .popup-guest-left {
  display: inline-block;
  vertical-align: top;
  width: 220px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-left {
    width: 100%;
    display: block;
  }
}
.popup-guest .popup-guest-right {
  display: inline-block;
  vertical-align: top;
  width: 475px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-right {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}
.popup-guest .popup-guest-close {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 2;
  cursor: pointer;
}
.popup-guest .popup-guest-close i {
  width: 14px;
  height: 14px;
}
.popup-guest .popup-guest-left_wrapper {
  padding-left: 25px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-left_wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.popup-guest .popup-guest-imgbox {
  width: 153px;
}
.popup-guest .popup-guest-imgbox img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-imgbox {
    width: 160px;
  }
}
.popup-guest .popup-guest-tag {
  margin-top: 5px;
}
.popup-guest .popup-guest-tag span {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  opacity: 0.9;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 2px;
  font-size: 12px;
  color: #333333;
  box-sizing: border-box;
  line-height: 17px;
  height: 20px;
}
.popup-guest .popup-guest-name {
  margin-top: 13px;
  font-size: 22px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 29px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-name {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.popup-guest .popup-guest-right_wraapper {
  height: 338px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-right_wraapper {
    overflow: visible;
    height: auto;
    padding: 0 25px;
  }
}
.popup-guest .popup-guest-right_wraapper::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  height: 1px;
}
.popup-guest .popup-guest-right_wraapper::-webkit-scrollbar-thumb {
  background: #B3B2B2;
  border-radius: 2.5px;
}
.popup-guest .popup-guest-right_wraapper::-webkit-scrollbar-track {
  background: transparent;
}
.popup-guest .popup-guest-title {
  font-size: 16px;
  color: #444444;
  letter-spacing: 1px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-title {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.popup-guest .popup-guest-subtitle {
  font-size: 14px;
  color: #A9A9A9;
  letter-spacing: 1px;
  margin-top: 11px;
  line-height: 19px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-subtitle {
    letter-spacing: 0;
  }
}
.popup-guest .popup-guest-desc {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(68, 68, 68, 0.8);
  letter-spacing: 1px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-desc {
    margin-top: 20px;
    letter-spacing: 0;
  }
}
.popup-guest .popup-guest-agenda {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-agenda {
    margin-top: 30px;
  }
}
.popup-guest .popup-guest-agenda h3 {
  font-size: 16px;
  color: #444444;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-agenda h3 {
    letter-spacing: 0;
  }
}
.popup-guest .popup-guest-agenda li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4DAE1;
}
.popup-guest .popup-guest-agenda li h4 {
  font-size: 14px;
  color: #444444;
  letter-spacing: 1px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-agenda li h4 {
    color: rgba(68, 68, 68, 0.8);
    letter-spacing: 0;
  }
}
.popup-guest .popup-guest-agenda li p {
  margin-top: 2px;
  font-size: 14px;
  color: rgba(68, 68, 68, 0.4);
  letter-spacing: 1px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .popup-guest .popup-guest-agenda li p {
    color: rgba(68, 68, 68, 0.4);
    letter-spacing: 0;
  }
}
/* 嘉宾 结束*/
/* 大会议程 开始*/
.section-agenda {
  padding-top: 60px;
  padding-bottom: 43px;
  position: relative;
  background-color: #EFF4F8;
}
.section-agenda:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  opacity: 1;
  background-image: url('../images/home/section-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section-agenda:before {
    height: 43px;
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  .section-agenda {
    padding-top: 40px;
    padding-bottom: 1px;
  }
}
.agenda-tabs {
  margin-top: 30px;
}
.agenda-tabs.act-shadow {
  box-shadow: 11px 3px 19px 0 rgba(110, 127, 147, 0.25);
}
@media (max-width: 768px) {
  .agenda-tabs {
    background: #EFF4F8;
    border: 1px solid #E4EAF0;
    box-shadow: 11px 3px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
  }
}
.agenda-circle {
  content: '';
  position: absolute;
  top: 1px;
  width: 32px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
}
.agenda-tab-head {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .agenda-tab-head {
    padding: 25px 15px 0;
    display: flex;
  }
  .agenda-tab-head button {
    flex-shrink: 0;
  }
}
.agenda-tab-head ul {
  display: table;
  margin: 0 -16px;
}
@media (max-width: 768px) {
  .agenda-tab-head ul {
    margin: 0;
    display: block;
    flex-grow: 1;
  }
}
.agenda-tab-head li {
  display: table-cell;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .agenda-tab-head li {
    display: none;
    padding: 0 12px;
  }
}
.agenda-tab-head li .tab-head-wrap {
  padding: 16px 20px;
  cursor: pointer;
  background: #EFF4F8;
  border: 1px solid #E4EAF0;
  box-shadow: 11px 3px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
  border-radius: 10px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .agenda-tab-head li .tab-head-wrap:hover {
    border: 1px solid transparent;
    background: #E6EBEF;
    box-shadow: inset 4px 4px 8px 0 rgba(48, 99, 183, 0.21);
  }
}
@media (max-width: 768px) {
  .agenda-tab-head li .tab-head-wrap {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
.agenda-tab-head li p {
  opacity: 0.7;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #748B9A;
  letter-spacing: 1px;
  line-height: 16px;
}
.agenda-tab-head li .agenda-tab-connect {
  content: '';
  position: absolute;
  top: 100%;
  left: 16px;
  right: 16px;
  height: 40px;
  display: none;
  margin-top: -10px;
  background: #EFF4F8;
  border-left: 1px solid #E4EAF0;
}
.agenda-tab-head li .agenda-tab-connect:after {
  content: '';
  position: absolute;
  top: 1px;
  width: 32px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
  right: -32px;
  background-image: url('../images/home/tab-bg.png');
}
.agenda-tab-head li .agenda-tab-connect:before {
  content: '';
  position: absolute;
  top: 1px;
  width: 32px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
  left: -32px;
  background-image: url('../images/home/tab-bg-left.png');
}
.agenda-tab-head li:nth-child(1) .agenda-tab-connect:before {
  display: none;
}
.agenda-tab-head li:nth-last-child(1) .agenda-tab-connect {
  z-index: 2;
}
.agenda-tab-head li:nth-last-child(1) .agenda-tab-connect:after {
  z-index: 1;
  width: 1px;
  border-right: 1px solid #E4EAF0;
  height: 100%;
  background-image: none;
  right: 0;
}
.agenda-tab-head li.active {
  position: relative;
}
.agenda-tab-head li.active p {
  color: #000000;
  opacity: 1;
}
@media (max-width: 768px) {
  .agenda-tab-head li.active {
    display: block;
  }
}
@media (min-width: 769px) {
  .agenda-tab-head li.active .tab-head-wrap {
    background: #EFF4F8;
    border: 1px solid #E4EAF0;
    box-shadow: -1px -1px 7px 3px #FFFFFF;
  }
  .agenda-tab-head li.active .agenda-tab-connect {
    display: block;
  }
}
.agenda-tab-head .tab-head-time {
  display: flex;
  justify-content: space-between;
}
.agenda-tab-head .tab-head-title {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .agenda-tab-head .tab-head-title {
    margin-top: 6px;
    color: #000000;
  }
}
.agenda-tab-cont {
  margin-top: 20px;
  min-height: 100px;
  background: #EFF4F8;
  border: 1px solid #E4EAF0;
  box-shadow: 11px 3px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
  border-radius: 20px;
  padding: 62px 40px;
  position: relative;
  z-index: 1;
}
.agenda-tab-cont.is-first {
  border-radius: 0 20px 20px 20px;
}
.agenda-tab-cont.is-last {
  border-radius: 20px 0 20px 20px;
}
@media (max-width: 768px) {
  .agenda-tab-cont {
    padding: 52px 15px;
    margin-top: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .agenda-tab-cont.is-first {
    border-radius: 0;
  }
  .agenda-tab-cont.is-last {
    border-radius: 0;
  }
}
.agenda-wrap {
  display: none;
}
.agenda-wrap.active {
  display: block;
}
.agenda-wrap.agenda-wrap-empty_style {
  min-height: 300px;
}
.agenda-wrap.agenda-wrap-empty_style.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenda-wrap.agenda-wrap-empty_style:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/home/theme-bg.png');
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.agenda-empty {
  padding: 20px 20px 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 9px 3px rgba(36, 72, 113, 0.08);
  border-radius: 15px;
  max-width: 770px;
  margin: 0 auto;
}
.agenda-empty .agenda-empty-title {
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 21px;
  font-weight: bold;
}
.agenda-empty .agenda-empty-time {
  margin-top: 10px;
  font-size: 16px;
  color: #444444;
  letter-spacing: 1px;
  line-height: 22px;
}
.agenda-empty .agenda-empty-time span {
  margin-right: 30px;
}
.agenda-empty .agenda-empty-desc {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.8);
  letter-spacing: 1px;
  line-height: 22px;
  margin-top: 30px;
}
.agenda-item {
  background: #FFFFFF;
  box-shadow: 3px 3px 9px 3px rgba(36, 72, 113, 0.08);
  border-radius: 15px;
  position: relative;
  margin-bottom: 64px;
}
.agenda-item:nth-last-child(1) {
  margin-bottom: 0;
}
.agenda-item:hover .hc-icon-time {
  background-image: url('../images/home/icon-time-act.png');
}
.agenda-item:hover .item-time span {
  font-weight: bold;
  color: #ED2933;
}
.agenda-item:hover .item-info-title {
  font-weight: bold;
  color: #000;
}
.agenda-item .item-time {
  position: absolute;
  top: -35px;
  left: -22px;
  background: #EFF4F8;
  border: 1px solid #E4EAF0;
  box-shadow: 3px 3px 5px 0 rgba(110, 127, 147, 0.21), -2px -2px 7px 2px #FFFFFF;
  border-radius: 22.5px 22.5px 0 22.5px;
  padding: 12px 15px 12px 20px;
  box-sizing: border-box;
  height: 45px;
  font-size: 0;
}
.agenda-item .item-time span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-size: 12px;
  color: #A7BAC6;
  letter-spacing: 1px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .agenda-item .item-time {
    left: 15px;
  }
  .agenda-item .item-time .hc-icon-time {
    background-image: url('../images/home/icon-time-act.png');
  }
  .agenda-item .item-time span {
    font-weight: bold;
    color: #ED2933;
  }
}
.agenda-item .item-info .item-info-title {
  padding: 20px 16px 14px 44px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 21px;
  position: relative;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-title {
    padding: 43px 20px 15px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
  }
}
.agenda-item .item-info .item-info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0.36;
  background-image: linear-gradient(-25deg, #EFF1F2 0%, #EBEEF0 100%);
  box-shadow: inset 0 -1px 3px 0 rgba(229, 229, 229, 0.5), inset 0 1px 3px 0 rgba(21, 21, 186, 0.23);
  border-radius: 0px;
}
.agenda-item .item-info .item-info-list {
  padding: 18px 32px 0;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list {
    padding: 20px 0 5px;
  }
}
.agenda-item .item-info .item-info-list ul {
  font-size: 0;
}
.agenda-item .item-info .item-info-list ul li {
  width: 33.33%;
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.agenda-item .item-info .item-info-list ul li .info-avator {
  display: inline-block;
  vertical-align: top;
  border-radius: 45px;
  width: 45px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li .info-avator {
    border-radius: 50px;
    width: 50px;
  }
}
.agenda-item .item-info .item-info-list ul li .info-cont {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 60px);
  margin-left: 15px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li .info-cont {
    width: calc(100% - 67px);
    margin-left: 17px;
  }
}
.agenda-item .item-info .item-info-list ul li .info-cont-name {
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li .info-cont-name {
    font-size: 14px;
  }
}
.agenda-item .item-info .item-info-list ul li .info-cont-desc {
  margin-top: 5px;
  font-size: 12px;
  color: rgba(102, 102, 102, 0.8);
  letter-spacing: 1px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li .info-cont-desc {
    line-height: 16px;
    margin-top: 2px;
  }
}
.section-summit {
  margin-top: 30px;
}
.summit-wrap {
  background: #EFF4F8;
  border: 1px solid #DCE2E9;
  box-shadow: 9px 9px 15px -4px rgba(82, 95, 110, 0.19), -4px -4px 10px 2px rgba(255, 255, 255, 0.82);
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .summit-wrap {
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
}
.summit-head {
  background: #FFFFFF;
  box-shadow: 0 4px 12px 4px rgba(36, 72, 113, 0.08);
  border-radius: 10px;
  height: 107px;
  box-sizing: border-box;
}
.summit-head .summit-title {
  padding: 12px 19px 14px;
  position: relative;
}
.summit-head .summit-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.36;
  height: 1px;
  background-image: linear-gradient(-25deg, #EFF1F2 0%, #EBEEF0 100%);
  box-shadow: inset 0 -1px 3px 0 rgba(229, 229, 229, 0.5), inset 0 1px 3px 0 rgba(21, 21, 186, 0.23);
  border-radius: 0px;
}
.summit-head .summit-title h3 {
  position: absolute;
  top: 12px;
  left: 19px;
  font-size: 22px;
  color: #000000;
  letter-spacing: 1.1px;
  line-height: 29px;
}
.summit-head .summit-title p {
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  line-height: 29px;
  font-weight: bold;
}
.summit-head .summit-column ul {
  font-size: 0;
  white-space: nowrap;
}
.summit-head .summit-column ul li {
  text-indent: 39px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  line-height: 50px;
  white-space: normal;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
}
.summit-head .summit-column ul li b {
  font-size: 22px;
  color: #333333;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 6px;
}
.summit-cont .summit-list ul {
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul {
    display: block;
  }
}
.summit-cont .summit-list ul li {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
  border-right: 1px solid #D4DAE1;
  padding: 19px 20px 9px;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #EFF4F8;
    border: 1px solid #DCE2E9;
    box-shadow: 9px 9px 15px -4px rgba(82, 95, 110, 0.19), -4px -4px 10px 2px rgba(255, 255, 255, 0.82);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0;
  }
}
.summit-cont .summit-list ul li .summit-item-head {
  background: #FFFFFF;
  box-shadow: 0 4px 12px 4px rgba(36, 72, 113, 0.08);
  border-radius: 10px;
}
.summit-cont .summit-list ul li .summit-item-head_top {
  padding: 14px 15px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.summit-cont .summit-list ul li .summit-item-head_top span {
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 21px;
}
.summit-cont .summit-list ul li .summit-item-head_top b {
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: bold;
}
.summit-cont .summit-list ul li .summit-item-head_top::after {
  content: '';
  opacity: 0.36;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(-25deg, #EFF1F2 0%, #EBEEF0 100%);
  box-shadow: inset 0 -1px 3px 0 rgba(229, 229, 229, 0.5), inset 0 1px 3px 0 rgba(21, 21, 186, 0.23);
  border-radius: 1.5px;
}
.summit-cont .summit-list ul li .summit-item-head_btm {
  padding: 10px 20px;
  position: relative;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0.83px;
}
.summit-cont .summit-list ul li .summit-item-head_btm b {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.73px;
  line-height: 21px;
  font-weight: bold;
  margin-right: 4px;
}
.summit-cont .summit-list ul li .summit-item {
  padding: 18px 20px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li .summit-item {
    margin-bottom: 4px;
  }
}
.summit-cont .summit-list ul li .summit-item:nth-child(3) .summit-item-cont::before {
  top: 60%;
}
.summit-cont .summit-list ul li .summit-item:nth-child(4) .summit-item-cont::before {
  top: auto;
  bottom: 7%;
}
.summit-cont .summit-list ul li .summit-item:nth-last-child(1) {
  margin-bottom: 0;
}
.summit-cont .summit-list ul li .summit-item .summit-item-time {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 16px;
  transition: all 0.3s;
}
.summit-cont .summit-list ul li .summit-item .summit-item-title {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 19px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .summit-cont .summit-list ul li .summit-item:hover {
    background: #FFFFFF;
    box-shadow: 4px 4px 9px 3px rgba(36, 72, 113, 0.08);
    border-radius: 8px;
  }
  .summit-cont .summit-list ul li .summit-item:hover .summit-item-time {
    color: #000000;
  }
}
.summit-cont .summit-list ul li .summit-item.active {
  background: #FFFFFF;
  box-shadow: 4px 4px 9px 3px rgba(36, 72, 113, 0.08);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li .summit-item.active {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}
.summit-cont .summit-list ul li .summit-item.active .summit-item-time {
  color: #000000;
}
.summit-cont .summit-list ul li .summit-item.active .summit-item-title {
  color: #000000;
  font-weight: bold;
}
.summit-cont .summit-list ul li .summit-item.active .summit-item-cont {
  transform: translateY(0);
  visibility: visible;
  height: auto;
  opacity: 1;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li .summit-item.active .summit-item-cont {
    height: 100%;
  }
}
.summit-cont .summit-list ul li:nth-child(1) .summit-item-cont {
  left: 31%;
}
.summit-cont .summit-list ul li:nth-child(2) .summit-item-cont {
  left: 64%;
}
.summit-cont .summit-list ul li:nth-child(3) .summit-item-cont {
  right: 31%;
}
.summit-cont .summit-list ul li:nth-child(3) .summit-item-cont::before {
  left: auto;
  right: -2px;
  background-image: url('../images/home/icon-arrow-white-right.png');
}
.summit-cont .summit-list ul li:nth-child(3) .summit-item-block {
  left: 0;
  right: 20px;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li:nth-child(3) .summit-item-block {
    left: 20px;
  }
}
.summit-cont .summit-item-cont_list {
  position: absolute;
  top: 33px;
  left: 0;
  right: 4px;
  bottom: 0;
  max-height: calc(100% - 33px);
  overflow: hidden;
  overflow-y: auto;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .summit-cont .summit-item-cont_list {
    max-height: calc(100% - 37px);
  }
}
.summit-cont .summit-item-cont_list::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.summit-cont .summit-item-cont_list::-webkit-scrollbar-thumb {
  background: #B3B2B2;
  border-radius: 2.5px;
}
.summit-cont .summit-item-cont_list::-webkit-scrollbar-track {
  background: transparent;
}
.summit-cont .summit-item-cont {
  position: absolute;
  top: 10px;
  width: calc(33% + 13px);
  bottom: 10px;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
@media (max-width: 768px) {
  .summit-cont .summit-item-cont {
    position: fixed;
    top: 0;
    left: 0!important;
    bottom: 0;
    right: 0!important;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
  }
}
.summit-cont .summit-item-cont::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 30%;
  width: 23px;
  height: 36px;
  background-image: url('../images/home/icon-arrow-white-left.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .summit-cont .summit-item-cont::before {
    display: none;
  }
}
.summit-cont .summit-item-block {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 20px;
  box-shadow: 1px 1px 7px 5px rgba(36, 72, 113, 0.2);
  border-radius: 10px;
  padding: 33px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .summit-cont .summit-item-block {
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 500px;
    background: #FFFFFF;
    box-shadow: 2px 2px 16px 5px rgba(36, 72, 113, 0.2);
    border-radius: 10px;
    padding-top: 37px;
  }
}
.summit-cont .summit-item-cont_close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.summit-cont .summit-card-wrap {
  padding: 0 20px;
}
.summit-cont .summit-card-title {
  line-height: 17px;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0.83px;
}
.summit-cont .summit-card-title span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-title span {
    margin-left: 10px;
  }
}
.summit-cont .summit-card-cont-title {
  margin-top: 5px;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 16px;
  position: relative;
  padding-bottom: 8px;
}
.summit-cont .summit-card-cont-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.36;
  background-image: linear-gradient(-25deg, #EFF1F2 0%, #EBEEF0 100%);
  box-shadow: inset 0 -1px 3px 0 rgba(229, 229, 229, 0.5), inset 0 1px 3px 0 rgba(21, 21, 186, 0.23);
  border-radius: 0px;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-cont-title {
    font-size: 14px;
    line-height: 19px;
  }
}
.summit-cont .summit-card-cont {
  padding-top: 8px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-cont {
    padding-bottom: 35px;
  }
}
.summit-cont .summit-card-item {
  margin-bottom: 10px;
}
.summit-cont .summit-card-item h6 {
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-item h6 {
    font-size: 14px;
    line-height: 19px;
  }
}
.summit-cont .summit-card-item p {
  font-size: 10px;
  color: rgba(102, 102, 102, 0.8);
  letter-spacing: 1px;
  margin-top: 5px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-item p {
    font-size: 12px;
    line-height: 16px;
  }
}
.section-more_agenda {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section-more_agenda {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.more_agenda-tab-head {
  margin-left: -10px;
  position: relative;
}
@media (max-width: 768px) {
  .more_agenda-tab-head {
    margin: 0;
    display: flex;
    padding: 0 20px;
  }
  .more_agenda-tab-head > button {
    flex-shrink: 0;
  }
}
.more_agenda-head-btns {
  position: absolute;
  right: 0;
  top: -52px;
  text-align: right;
}
.more_agenda-head-btns button {
  margin: 0 8px;
}
.more_agenda-head-swiper {
  padding: 10px 0!important;
}
.more_agenda-head-swiper .swiper-slide {
  padding: 0 20px 0 10px;
  width: auto;
}
@media (max-width: 768px) {
  .more_agenda-head-swiper .swiper-slide {
    padding: 0 5px!important;
  }
}
.more_agenda-head-swiper .swiper-slide.selected .agenda-day {
  color: #fff;
  background: #ED2933;
  border: 1px solid #FFFFFF;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
}
@media (max-width: 768px) {
  .more_agenda-head-swiper .swiper-slide.selected .agenda-day {
    color: #ED2933;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}
.more_agenda-head-swiper .swiper-slide.selected .agenda-day b {
  color: #fff;
}
@media (max-width: 768px) {
  .more_agenda-head-swiper .swiper-slide.selected .agenda-day b {
    color: #ED2933;
  }
}
@media (max-width: 768px) {
  .more_agenda-head-swiper {
    padding: 0 5px;
  }
}
.agenda-day {
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #EFF4F8;
  border: 1px solid #D8E0EA;
  box-shadow: 3px 3px 5px 0 rgba(110, 127, 147, 0.34), -2px -2px 5px 2px #FFFFFF;
  border-radius: 19px;
  transition: all 0.3s;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .agenda-day {
    width: 72px;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}
.agenda-day b {
  transition: all 0.3s;
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .agenda-day b {
    margin-right: 4px;
  }
}
@media (min-width: 769px) {
  .agenda-day:hover {
    background: #BFC7D0;
    color: #fff;
    box-shadow: inset 3px 3px 5px 0 rgba(129, 134, 143, 0.61);
  }
  .agenda-day:hover b {
    color: #fff;
  }
}
.more_agenda-tab-cont {
  margin-top: 29px;
}
.more_agenda-table {
  display: none;
}
.more_agenda-table-head {
  display: table;
  margin-bottom: 30px;
  height: 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .more_agenda-table-head {
    display: none;
  }
}
.table-body-item {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.table-body-item:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .table-body-item {
    display: block;
    padding: 25px 20px 20px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .table-body-item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.table-head-time,
.table-head-cont,
.table-head-type,
.table-body-time,
.table-body-cont,
.table-body-type {
  display: table-cell;
}
@media (max-width: 768px) {
  .table-head-time,
  .table-head-cont,
  .table-head-type,
  .table-body-time,
  .table-body-cont,
  .table-body-type {
    display: block;
  }
}
.table-head-time,
.table-head-type,
.table-head-cont {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 16px;
  height: 16px;
  border-left: 1px solid #666666;
  padding-left: 7px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .table-head-time,
  .table-head-type,
  .table-head-cont {
    color: #333;
    border: none;
  }
}
.table-head-time,
.table-body-time {
  width: 171px;
}
@media (max-width: 768px) {
  .table-head-time,
  .table-body-time {
    width: 100%;
  }
}
.table-head-type,
.table-body-type {
  width: 70px;
}
@media (max-width: 768px) {
  .table-head-type,
  .table-body-type {
    width: auto;
    position: absolute;
    background: #F1F5F8;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 5px 0 rgba(110, 127, 147, 0.22), -3px -1px 5px 2px rgba(255, 255, 255, 0.78);
    border-radius: 6px;
    right: 20px;
    top: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
.table-head-cont,
.table-body-cont {
  width: calc(100% - 241px);
}
@media (max-width: 768px) {
  .table-head-cont,
  .table-body-cont {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    margin-top: 20px;
  }
}
.more_agenda-table-body {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 19px;
}
.more_agenda-table-body a {
  color: #333333;
}
@media (max-width: 768px) {
  .more_agenda-table-body {
    margin-top: 20px;
  }
}
.table-body-cont:hover a {
  font-weight: bold;
  text-decoration: underline;
}
.more_agenda-more-btn {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .more_agenda-more-btn {
    margin-top: 40px;
  }
}
.more_agenda-more-btn a {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.more_agenda-more-btn a i {
  margin-left: 6px;
}
.more_agenda-more-btn a:hover {
  color: #C7000B;
  text-decoration: underline;
}
.more_agenda-more-btn a:hover i {
  background-image: url('../images/home/icon-more-red.png');
}
@media (max-width: 768px) {
  .more_agenda-more-btn a {
    color: #333;
  }
}
.section-advert {
  margin: 0 -5px;
}
@media (max-width: 768px) {
  .section-advert {
    margin: 0 -6px;
  }
}
.section-advert-table {
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .section-advert-table {
    margin: 0;
    display: block;
  }
}
.section-advert-table .advert-table-left {
  display: table-cell;
  width: 52%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .section-advert-table .advert-table-left {
    width: 100%;
    display: block;
  }
}
.section-advert-table .advert-table-right {
  display: table-cell;
  width: 48%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .section-advert-table .advert-table-right {
    margin-top: 12px;
    width: 100%;
    display: block;
  }
}
.section-advert-table .table-right-row {
  display: table-row;
  width: 100%;
}
@media (max-width: 768px) {
  .section-advert-table .table-right-row {
    width: 100%;
    display: flex;
  }
}
.section-advert-table .table-right-row:nth-child(1) .advert-imgbox {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section-advert-table .table-right-row:nth-child(1) .advert-imgbox {
    margin-bottom: 12px;
  }
}
.section-advert-table .table-right-item {
  display: table-cell;
  width: 50%;
}
@media (max-width: 768px) {
  .section-advert-table .table-right-item {
    display: block;
  }
}
.section-advert-table .advert-imgbox {
  display: block;
  padding: 0 5px;
  position: relative;
}
@media (max-width: 768px) {
  .section-advert-table .advert-imgbox {
    padding: 0 6px;
  }
}
.section-advert-table .advert-imgbox .advert-tag {
  position: absolute;
  left: 10px;
  bottom: 5px;
  opacity: 0.67;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  width: 36px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  color: #333333;
  letter-spacing: 0;
}
.section-advert-table img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-module {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .section-module {
    margin-bottom: 80px;
  }
}
/* 大会议程 结束*/
/* 线上展厅 开始*/
.section-online {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.section-online img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-online .section-online-link {
  font-size: 0;
  line-height: 16px;
  margin-top: 25px;
}
.section-online .section-online-link span {
  font-size: 12px;
  color: #ED2933;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.section-online .section-online-link:hover a span {
  text-decoration: underline;
}
.section-online .section-online-cont {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-online .section-online-cont h2 {
  font-weight: bold;
  font-size: 28px;
  color: #213149;
  letter-spacing: 0;
  text-align: center;
  line-height: 37px;
  margin-bottom: 16px;
}
.section-online .section-online-cont p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  line-height: 21px;
}
/* 线上展厅 结束*/
/* 在线直播 开始*/
.common-title-img_live {
  position: absolute;
  left: 100%;
  top: -13px;
  height: 66px;
  left: 8px;
}
@media (max-width: 768px) {
  .common-title-img_live {
    height: 43px;
    top: -6px;
    left: 1px;
  }
}
.section-live {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section-live {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-live-table:after {
  content: '';
  display: table;
  clear: both;
}
.live-table-left {
  float: left;
  width: 250px;
}
@media (max-width: 768px) {
  .live-table-left {
    float: none;
    width: 100%;
  }
}
.live-table-right {
  margin-left: 280px;
}
@media (max-width: 768px) {
  .live-table-right {
    margin-left: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 10px;
  }
}
.live-left-info {
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .live-left-info {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .live-left-menu {
    overflow: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .live-left-menu ul {
    white-space: nowrap;
    font-size: 0;
    padding: 0 20px;
    text-align: left;
    position: relative;
    display: block;
    width: 708px;
  }
  .live-left-menu ul::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 2px;
    height: 2px;
    width: 100%;
    background-color: #D4DAE1;
  }
}
.live-left-menu li {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .live-left-menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
}
.live-left-menu li a {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 21px;
}
.live-left-menu li a:hover {
  font-weight: bold;
}
.live-left-menu li.active {
  position: relative;
  text-indent: 26px;
}
@media (max-width: 768px) {
  .live-left-menu li.active {
    text-indent: 0;
  }
}
.live-left-menu li.active a {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .live-left-menu li.active a {
    font-size: 16px;
    line-height: 21px;
    position: relative;
  }
  .live-left-menu li.active a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 2.5px;
    background: #FD666C;
  }
}
.live-left-menu li.active:before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 5px;
  background: #FD666C;
  border-radius: 2.5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .live-left-menu li.active:before {
    display: none;
  }
}
.live-table-right_block {
  padding-top: 58%;
  position: relative;
}
@media (max-width: 768px) {
  .live-table-right_block {
    padding: 0;
  }
}
.live-change {
  margin-top: 19px;
  text-align: center;
  font-size: 12px;
  color: #748B9A;
  letter-spacing: 0;
  line-height: 16px;
  text-decoration: underline;
}
.live-change i {
  margin-right: 6px;
}
.live-change a {
  color: #748B9A;
}
.live-table-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 768px) {
  .live-table-box {
    position: relative;
  }
}
.live-table-box.active {
  display: flex;
}
@media (max-width: 768px) {
  .live-table-box.active {
    display: block;
  }
}
.live-table-box.live-col-1 .live-box-item {
  background-size: cover;
}
.live-table-box.live-col-1 .live-box-item .live-box-item_info {
  display: none;
}
@media (max-width: 768px) {
  .live-table-box.live-col-1 .live-box-item .live-box-item_info {
    display: flex;
  }
}
.live-table-box.live-col-1 .live-box-item:before {
  display: none;
}
@media (max-width: 768px) {
  .live-table-box.live-col-1 .live-box-item:before {
    display: block;
    height: calc(100% - 45px);
    background-size: 100%;
  }
}
.live-table-box.live-col-1 .live-box-item:after {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  width: 38.78%;
  height: 100%;
  background: inherit;
  background-size: inherit;
  background-position: right top;
  filter: blur(4px);
}
@media (max-width: 768px) {
  .live-table-box.live-col-1 .live-box-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18);
    background-position: 0 0;
  }
}
.live-table-box .live-box-item {
  flex: 1;
  overflow: hidden;
  transition: 0.3s;
  line-height: 0;
  position: relative;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item {
    padding-top: 56.12%;
    margin-bottom: 20px;
  }
}
.live-table-box .live-box-item img {
  width: 200%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
.live-table-box .live-box-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  background-color: rgba(0, 0, 0, 0.18);
  background: inherit;
  background-size: auto 114.9425%;
  z-index: 2;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item:before {
    height: calc(100% - 45px);
    background-size: 100%;
  }
}
.live-table-box .live-box-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  background: inherit;
  background-size: inherit;
  filter: blur(4px);
}
.live-table-box .live-box-item .live-play {
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  background: #FFFFFF;
  box-shadow: 0 5px 12px 0 rgba(22, 22, 22, 0.27);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -1px;
}
.live-table-box .live-box-item .live-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-width: 3px 6px;
  margin-left: 4px;
  border-color: transparent transparent transparent #333;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item .live-link-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url('../images/home/icon-playbtn-w.png');
    background-size: 90px 90px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.live-table-box .live-box-item .live-box-item_info_2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38.78%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 2;
}
.live-table-box .live-box-item .live-box-item_info_2 .live-box-desc {
  position: absolute;
  bottom: 19px;
  left: 0;
  display: block;
}
.live-table-box .live-box-item .live-box-item_info_2 .live-box-desc a {
  margin-top: 23px;
}
.live-table-box .live-box-item .live-box-item_info_2 .live-box-desc a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item .live-box-item_info_2 {
    display: none;
  }
}
.live-table-box .live-box-item .live-box-item_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item .live-box-item_info {
    height: 45px;
  }
}
.live-table-box .live-box-item div p {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 1.5;
  text-indent: 9px;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item div p {
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-indent: 15px;
  }
}
.live-table-box .live-box-item div .live-box-desc {
  display: none;
}
.live-table-box .live-box-item div .live-box-desc h3 {
  color: #fff;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding-top: 16px;
  padding-left: 20px;
  line-height: 24px;
  max-width: 240px;
}
.live-table-box .live-box-item div .live-box-desc a {
  display: block;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 18px;
  padding-left: 20px;
  line-height: 30px;
}
.live-table-box .live-box-item div .live-box-desc a span {
  display: inline-block;
  vertical-align: middle;
}
.live-table-box .live-box-item div .live-box-desc a:hover {
  text-decoration: underline;
}
.live-table-box .live-box-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.live-table-box .live-box-wrap > img {
  height: 90%;
}
@media (min-width: 769px) {
  .live-table-box .live-box-item:hover {
    flex: 1 1 27.5%;
    background-size: 100% 100%;
    background-size: cover;
  }
  .live-table-box .live-box-item:hover:before {
    height: 60.4%;
    background-size: auto 165.5629%;
  }
  .live-table-box .live-box-item:hover .live-box-item_info {
    height: 39.6%;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .live-table-box .live-box-item:hover .live-box-item_info .live-box-desc {
    padding-bottom: 20px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .live-table-box .live-box-item:hover .live-box-item_info > p {
    display: none;
  }
  .live-table-box .live-box-item:hover img {
    width: 100%;
    height: 100%;
  }
}
/* 在线直播 结束*/
/* 新价值 开始*/
.section-news {
  margin-top: 43px;
}
@media (max-width: 768px) {
  .section-news {
    margin-top: 41px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-news-wrap {
  margin: 0 -15px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .section-news-wrap {
    margin: 0;
  }
}
.section-news-left {
  display: inline-block;
  vertical-align: top;
  width: 56.4%;
  box-sizing: border-box;
  padding: 0 15px;
  white-space: normal;
}
@media (max-width: 768px) {
  .section-news-left {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
.section-news-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 43.6%;
  box-sizing: border-box;
  padding: 0 15px;
  white-space: normal;
}
@media (max-width: 768px) {
  .section-news-right {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: 100%;
    padding: 0;
  }
}
.section-news-card {
  background: #EFF4F8;
  box-shadow: 9px 9px 15px 5px rgba(82, 95, 110, 0.11);
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-news-card {
    background: #EFF4F8;
    box-shadow: 5px 5px 9px 3px rgba(82, 95, 110, 0.11);
    border-radius: 15px;
  }
}
.section-news-item {
  position: relative;
  padding-top: 46.79%;
}
@media (max-width: 768px) {
  .section-news-item {
    padding-top: 46.56%;
  }
}
.section-news-imgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-news-imgbox .section-news-tag {
  position: absolute;
  left: 11px;
  top: 12px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.67);
  border-radius: 5px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
}
.section-news-imgbox img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-news-btm {
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .section-news-btm {
    padding: 20px 15px;
  }
}
.section-news-btm .section-news-info {
  display: none;
}
.section-news-btm .section-news-info a {
  color: #333333;
}
.section-news-btm .section-news-info a:hover {
  text-decoration: underline;
}
.section-news-btm .section-news-info h4 {
  line-height: 29px;
  font-size: 22px;
  color: #333333;
  letter-spacing: 1px;
  max-height: 58px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .section-news-btm .section-news-info h4 {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
  }
}
.section-news-btm .section-news-info p {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .section-news-btm .section-news-info p {
    font-size: 12px;
    line-height: 16px;
    max-height: 48px;
    -webkit-line-clamp: 3;
  }
}
.section-news-pagination {
  margin-top: 24px;
  height: 8px;
}
.section-news-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 3.5px;
  background: #EEEFFF;
  box-shadow: 1px 1px 2px 0 rgba(110, 127, 147, 0.22), inset 0 0 5px 0 rgba(48, 99, 183, 0.26);
}
.section-news-pagination .swiper-pagination-bullet-active {
  background: #ED2933;
  width: 25px;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  border-radius: 5px;
}
@media (max-width: 768px) {
  .section-news-swiper-btns {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .section-news-swiper-btns button {
    margin: 0 8px;
  }
}
.section-news-right_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  bottom: 0;
  overflow: hidden;
  padding: 1px 15px 20px;
}
@media (max-width: 768px) {
  .section-news-right_container {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0;
    overflow: hidden;
  }
}
.swiper-news_pc-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding-right: 50px;
}
.swiper-news_pc-container .swiper-wrapper {
  padding-top: 1px;
  flex-direction: column;
}
.swiper-news_pc-container .swiper-news_pc-scrollbar {
  position: absolute;
  right: 6px;
  width: 24px;
  height: 222px;
  background: linear-gradient(180deg, #E9EFF3 0%, #D7E3E9 100%);
  box-shadow: 0px 1px 5px 1px rgba(140, 170, 210, 0.5);
  border-radius: 9px;
  border: 1px solid #FFFFFF;
  top: 0;
  z-index: 2;
}
.swiper-news_pc-container .swiper-news_pc-scrollbar .swiper-scrollbar-drag {
  width: 22px;
  height: 22px;
  background: linear-gradient(321deg, #F9FBFC 0%, #F1F4F6 26%, #E1E9EF 55%, #A8B9CC 100%);
  box-shadow: -1px -1px 1px 0px rgba(255, 255, 255, 0.45), 1px 2px 2px 0px rgba(110, 127, 147, 0.22);
  border-radius: 7px;
  border: 1px solid #F5F5F5;
  cursor: pointer;
}
.section-news_scrollbar {
  background-image: linear-gradient(180deg, #E9EFF3 0%, #D7E3E9 100%);
  border: 1px solid #FFFFFF;
  box-shadow: inset 0 1px 5px 1px rgba(140, 170, 210, 0.5);
  border-radius: 5px;
  height: 8px;
  margin: 20px 20px 0;
  overflow: hidden;
}
.section-news_scrollbar .swiper-scrollbar-drag {
  background: #ED2933;
  border: 0 solid rgba(255, 255, 255, 0.61);
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  border-radius: 5px;
}
.section-news-right_wrapper .section-news-right_item {
  height: 134px;
  box-sizing: border-box;
  padding: 17px 20px;
  background: #EFF4F8;
  box-shadow: 9px 9px 13px -4px rgba(82, 95, 110, 0.33);
  border-radius: 15px;
  position: relative;
  border: 2px transparent solid;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section-news-right_wrapper .section-news-right_item {
    margin: 0 20px 20px;
    padding: 20px 20px 15px;
  }
}
.section-news-right_wrapper .section-news-right_item:after {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: linear-gradient(100deg, #FFFFFF, #ADBDCF);
  border-radius: 15px;
  content: '';
  z-index: -1;
}
.section-news-right_wrapper .news-right_item-desc {
  padding-right: 131px;
}
.section-news-right_wrapper .news-right_item-desc h5 {
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.section-news-right_wrapper .news-right_item-desc h5 a {
  color: #000000;
}
.section-news-right_wrapper .news-right_item-desc h5:hover {
  text-decoration: underline;
}
.section-news-right_wrapper .news-right_item-desc p {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  margin-top: 15px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .section-news-right_wrapper .news-right_item-desc p {
    -webkit-line-clamp: 3;
    max-height: 48px;
  }
}
.section-news-right_wrapper .news-right_item-imgbox {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 100px;
  height: 100px;
}
.section-news-right_wrapper .news-right_item-imgbox img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-news-right_wrapper .news-right_item-imgbox span {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 51px;
  height: 24px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.67);
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
}
/* 新价值 结束*/
/* 热门话题 开始*/
.section-topic .topic-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .section-topic .topic-wrapper {
    display: block;
  }
}
.section-topic .topic-left {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  box-sizing: border-box;
  padding-right: 26px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .section-topic .topic-left {
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
  .section-topic .topic-left ul {
    display: flex;
    background: #EFF4F8;
    border: 1px solid #E4EAF0;
    box-shadow: 4px 3px 15px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
    border-radius: 10px;
    padding: 0 10px;
    align-items: center;
    box-sizing: border-box;
    height: 68px;
  }
}
.section-topic .topic-left li {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section-topic .topic-left li {
    margin-top: 0;
    flex: 1;
  }
}
.section-topic .topic-left li h3 {
  font-size: 22px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 29px;
  cursor: pointer;
}
.section-topic .topic-left li h3 i {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .section-topic .topic-left li h3 {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .section-topic .topic-left li h3 i {
    display: none!important;
  }
}
.section-topic .topic-left li p {
  display: none;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 19px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.88px;
}
@media (max-width: 768px) {
  .section-topic .topic-left li p {
    display: none!important;
  }
}
.section-topic .topic-left li.active h3 {
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-topic .topic-left li.active h3 {
    color: #C7000B;
  }
}
.section-topic .topic-left li.active h3 i {
  display: none;
}
.section-topic .topic-left li.active p {
  display: block;
}
.section-topic .topic-left .topic-left-desc-mobile {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  margin: 20px 0;
  line-height: 19px;
}
.section-topic .topic-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 300px);
}
@media (max-width: 768px) {
  .section-topic .topic-right {
    display: block;
    width: 100%;
  }
}
.section-topic .topic-right-container {
  padding-top: 60%;
  position: relative;
  transform: translateY(-40px);
}
@media (max-width: 768px) {
  .section-topic .topic-right-container {
    padding-top: 166.567%;
  }
}
.section-topic .topic-right-container li {
  position: absolute;
  width: 17.3%;
  max-width: 128px;
  top: 50%;
  left: 50%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container li {
    width: 26.8%;
    max-width: 500px;
  }
}
.section-topic .topic-right-container li .topic-scale-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190%;
  height: 226%;
  border-radius: 50%;
  display: none;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0.4424);
}
.section-topic .topic-right-container li .topic-scale-cont h5 {
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.85px;
  text-align: center;
  line-height: 29px;
}
.section-topic .topic-right-container li .topic-scale-cont p {
  margin-top: 20px;
  line-height: 16px;
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .section-topic .topic-right-container li .topic-scale-cont p {
    max-height: 48px;
    -webkit-line-clamp: 3;
  }
}
.section-topic .topic-right-container li .topic-scale-cont .topic-view-more {
  margin-top: 30px;
  font-size: 12px;
  color: #C7000B;
  letter-spacing: 1px;
  line-height: 18px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.section-topic .topic-right-container li .topic-scale-cont .topic-view-more i {
  margin-left: 6px;
}
.section-topic .topic-right-container li .topic-circle {
  display: block;
  padding-top: 100%;
  position: relative;
  transition: all 0.3s;
  transform-origin: center center;
}
@media (min-width: 769px) {
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover {
    transform: scale(2.26);
    z-index: 10;
  }
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover .topic-scale-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover .topic-circle-block {
    border: none;
    background-image: url('../images/home/topic-bg.png');
    background-size: 100% 100%;
  }
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover .topic-circle-block span {
    display: none;
  }
}
.section-topic .topic-right-container li .topic-circle-block {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: linear-gradient(-36deg, #F9FBFC 12%, #F1F4F6 52%, #D6DCE1 96%);
  border: 2px solid #FFFFFF;
  box-shadow: 3px 3px 7px 2px rgba(110, 127, 147, 0.22), -4px -1px 5px 2px rgba(255, 255, 255, 0.78);
}
.section-topic .topic-right-container li .topic-circle-block span {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 21px;
}
@media (max-width: 1200px) {
  .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 16px;
    display: block;
    max-width: 80%;
    text-align: center;
  }
}
.section-topic .topic-right-container .topic-right-box {
  display: none;
}
.section-topic .topic-right-container .topic-right-box.active {
  display: block;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
  left: 2%;
  top: 26%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
    left: 2%;
    top: 21%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
  left: 0;
  top: 64%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
    left: 0;
    top: 52%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
  left: 23%;
  top: 0;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
    left: 23%;
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
  left: 18%;
  top: 46%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
    left: 11%;
    top: 37%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(5) {
  left: 16%;
  top: 75%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(6) {
  left: 35%;
  top: 27%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
  left: 41%;
  top: 54%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
    left: 30%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(8) {
  left: 58%;
  top: 13%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
  left: 59%;
  top: 43%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
    top: 49%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(10) {
  left: 61%;
  top: 73%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(11) {
  left: 77%;
  top: 33%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
  left: 0%;
  top: -5%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
  left: 5%;
  top: 30%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
    left: 1%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(3) {
  left: 0;
  top: 70%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
  left: 23%;
  top: 9%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
    left: 29%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(5) {
  left: 17%;
  top: 56%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
  left: 31%;
  top: 37%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
    left: 29%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
  left: 35%;
  top: 73%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
    left: 29%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
  left: 44%;
  top: 13%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
    top: 20%;
    left: 50%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(9) {
  left: 48%;
  top: 50%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
  left: 60%;
  top: 1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
    top: 90%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(11) {
  left: 64%;
  top: 35%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(12) {
  left: 67%;
  top: 70%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
  left: 81%;
  top: 20%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
    top: 87%;
    left: 10%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
  left: 83%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
    left: 76%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(1) {
  left: 0%;
  top: -5%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(1) {
    top: 5%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(2) {
  left: 5%;
  top: 30%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(3) {
  left: 5%;
  top: 70%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(4) {
  left: 26%;
  top: 13%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(5) {
  left: 22%;
  top: 56%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
  left: 43%;
  top: 3%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
    left: 63%;
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(7) {
  left: 44%;
  top: 36%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(8) {
  left: 46%;
  top: 68%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
  left: 72%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
    top: 30%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(10) {
  left: 63%;
  top: 50%;
}
.topic-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s;
  opacity: 1;
  visibility: hidden;
}
.topic-popup.active {
  z-index: 999;
  visibility: visible;
  height: 100%;
  opacity: 1;
  transform: translateY(0);
}
.topic-popup.active .topic-popup-container {
  transform: translate(-50%, -50%);
}
.topic-popup .topic-popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  background-image: url('../images/home/topic-bg.png');
  background-size: 100% 100%;
  width: 267px;
  height: 267px;
  transition: transform 0.2s;
}
.topic-popup .topic-popup-container .topic-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.topic-popup .topic-popup-container .topic-popup-close i {
  width: 15px;
  height: 15px;
}
.topic-popup .topic-popup-container .topic-popup-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topic-popup .topic-popup-container .topic-scale-cont {
  max-width: 212px;
}
.topic-popup .topic-popup-container .topic-scale-cont h5 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.62px;
  text-align: center;
  line-height: 21px;
}
.topic-popup .topic-popup-container .topic-scale-cont p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  letter-spacing: 1px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.topic-popup .topic-popup-container .topic-scale-cont .topic-view-more {
  margin-top: 30px;
  font-size: 12px;
  color: #C7000B;
  letter-spacing: 1px;
  line-height: 18px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.topic-popup .topic-popup-container .topic-scale-cont .topic-view-more i {
  margin-left: 6px;
}
.is-en .section-topic .topic-left li h3,
.is-en .section-topic .topic-left li p,
.is-en .section-topic .topic-left .topic-left-desc-mobile,
.is-en .topic-popup .topic-popup-container .topic-scale-cont h5,
.is-en .topic-popup .topic-popup-container .topic-scale-cont p,
.is-en .topic-popup .topic-popup-container .topic-scale-cont .topic-view-more,
.is-en .section-topic .topic-right-container li .topic-scale-cont h5,
.is-en .section-topic .topic-right-container li .topic-scale-cont p {
  letter-spacing: 0;
}
.is-en .section-topic .topic-right-container li .topic-scale-cont h5 {
  max-width: 84%;
  margin: 0 auto;
}
.is-en .section-topic .topic-right-container li .topic-circle-block span {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .is-en .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 12px;
    line-height: 16px;
  }
}
/* 20210827修改 start*/
.section-topic .topic-right-container li {
  width: 19.3%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container li {
    width: 31%;
  }
  .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container {
    padding-top: 193.731%;
  }
}
.section-topic .topic-right-container li .topic-circle-block span {
  margin-top: 2px;
  margin-left: 2px;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li {
    width: 28%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
  left: 3%;
  top: 28%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
    left: 17%;
    top: 20%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
  left: 7%;
  top: 68%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
    left: 3%;
    top: 36%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
  left: 22%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
    left: 27%;
    top: 46%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
  left: 39%;
  top: 65%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
    left: 8%;
    top: 61%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(5) {
  left: 43%;
  top: 27%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(5) {
    left: 60%;
    top: 14%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(6) {
  left: 65%;
  top: 18%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(6) {
    left: 50%;
    top: 30%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
  left: 64%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
    left: 64%;
    top: 45%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(8) {
  left: 86%;
  top: 46%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(8) {
    left: 48%;
    top: 58%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
  left: 7%;
  top: -6%;
  width: 13.6%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
    width: 11%;
    top: 15%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(10) {
  left: 22%;
  top: 44%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(10) {
    top: 52%;
    left: 1%;
    width: 14.7%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(11) {
  left: 53%;
  top: 7%;
  width: 12.1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(11) {
    width: 17.4%;
    top: 35%;
    left: 32%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(12) {
  left: 57%;
  top: 83%;
  width: 12.1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(12) {
    width: 14.7%;
    top: 29%;
    left: 80%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(13) {
  left: 78%;
  top: 77%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(13) {
    width: 18.89%;
    top: 73%;
    left: 38%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(14) {
  left: 86%;
  top: 0%;
  width: 12.1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(14) {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li {
    width: 29.25%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
  left: 0%;
  top: 2%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
  left: 5%;
  top: 34%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
    left: 15%;
    top: 24%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(3) {
  left: -1%;
  top: 83%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(3) {
    left: 4%;
    top: 39%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
  left: 18%;
  top: 12%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
    left: 9%;
    top: 55%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(5) {
  left: 14%;
  top: 62%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(5) {
    left: 0%;
    top: 75%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
  left: 33%;
  top: -8%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
    left: 38%;
    top: 13%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
  left: 28%;
  top: 39%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
    left: 44%;
    top: 30.5%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
  left: 48%;
  top: 13%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
    left: 35%;
    top: 46%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(9) {
  left: 46%;
  top: 50%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(9) {
    left: 37%;
    top: 67%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
  left: 37%;
  top: 79%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
    left: 29%;
    top: 83%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(11) {
  left: 67%;
  top: 3%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(11) {
    left: 68%;
    top: 7%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(12) {
  left: 63%;
  top: 35%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(12) {
    left: 73%;
    top: 37%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
  left: 66%;
  top: 75%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
    left: 64%;
    top: 53%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
  left: 85%;
  top: 21%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
    left: 68%;
    top: 71%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(15) {
  left: 80%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(15) {
    left: 59%;
    top: 87%;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li {
    width: 29.25%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(1) {
  left: 5%;
  top: 30%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(4) {
  left: 22%;
  top: 56%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(4) {
    left: 20%;
    top: 64%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(8) {
  left: 72%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(8) {
    width: 28%;
    left: 65%;
    top: 70%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(2) {
  width: 9.65%;
  left: 5%;
  top: 70%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(2) {
    width: 16.4%;
    left: 1%;
    top: 55%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(3) {
  width: 12.11%;
  top: 28%;
  left: 26%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(3) {
    width: 11.9%;
    left: 15%;
    top: 18%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(5) {
  top: 0;
  left: 43%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(5) {
    left: 40%;
    top: 14%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
  width: 23.7%;
  max-width: 171px;
  top: 33%;
  left: 41%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
    width: 16.4%;
    left: 60%;
    top: 33%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(7) {
  width: 12.11%;
  left: 53%;
  top: 75%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(7) {
    width: 39.4%;
    left: 28%;
    top: 42%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
  left: 67%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
    left: 71%;
    top: 45%;
  }
}
/* 20210827修改 end*/
/* 热门话题 结束*/
/* 合作伙伴 开始*/
@media (max-width: 768px) {
  .section-module-partner {
    margin-top: -80px;
    padding-top: 40px;
    position: relative;
  }
  .section-module-partner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-image: url('../images/home/section-bg.png');
    background-repeat: no-repeat;
    height: 43px;
    background-size: auto 100%;
  }
}
.section-cooperate {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-cooperate {
    margin-top: 0;
  }
}
.section-cooperate ul {
  font-size: 0;
}
@media (max-width: 768px) {
  .section-cooperate ul {
    margin-top: 10px;
  }
}
.section-cooperate ul li {
  display: inline-block;
  vertical-align: top;
  width: 16.6%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 30px;
  transform-origin: center center;
  transition: transform 500ms ease-out;
}
@media (max-width: 768px) {
  .section-cooperate ul li {
    width: 33.33%;
    margin-bottom: 0;
    margin-top: 20px;
    height: auto;
    line-height: 1;
  }
}
@media (min-width: 769px) {
  .section-cooperate ul li:hover {
    transform: scale(1.1);
  }
}
.section-cooperate ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.section-cooperate ul li img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: 60px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 768px) {
  .section-cooperate ul li img {
    width: 100%;
    height: auto;
  }
}
.section-cooperate-more {
  display: block;
  font-size: 12px;
  color: #556C8D;
  text-align: center;
  line-height: 18px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section-cooperate-more {
    margin-top: 30px;
    color: #333;
  }
}
.section-cooperate-more i {
  margin-left: 6px;
}
.section-cooperate-more:hover {
  color: #C7000B;
  text-decoration: underline;
}
.section-cooperate-more:hover i {
  background-image: url('../images/home/icon-more-red.png');
}
/*20210828 合作伙伴修改 start*/
.section-cooperate-btm {
  margin-top: 30px;
  height: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .section-cooperate-btm {
    height: 16px;
  }
}
.section-cooperate-btm .section-cooperate-tips {
  float: left;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
@media (max-width: 768px) {
  .section-cooperate-btm .section-cooperate-tips {
    font-size: 12px;
    line-height: 16px;
  }
}
.section-cooperate-btm .section-cooperate-swiper-pagination {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.section-cooperate-btm .section-cooperate-swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background: #3063B7;
  box-shadow: 1px 1px 2px 0px rgba(110, 127, 147, 0.22), 0px 0px 5px 0px rgba(48, 99, 183, 0.26);
  border: 1px solid #FFFFFF;
  margin: 7px 3.5px 0;
  transition: width 0.3s ease;
}
@media (max-width: 768px) {
  .section-cooperate-btm .section-cooperate-swiper-pagination .swiper-pagination-bullet {
    margin: 3px 3.5px 0;
  }
}
.section-cooperate-btm .section-cooperate-swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  background: #ED2933;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.61);
}
.section-cooperate-more {
  margin-top: 30px;
}
/*20210828 合作伙伴修改 end*/
/* 合作伙伴 结束*/
/* 地图 开始*/
.map-bg {
  height: 517px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../images/home/map.png');
  background-size: auto 750px;
  background-position: center top;
  z-index: 1;
}
@media (max-width: 768px) {
  .map-bg {
    height: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    background-image: url('../images/home/map-mobile.png');
    background-size: cover;
  }
}
.map-bg .map-bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
}
.map-bg::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(3, 12, 57, 0.6) 0%, rgba(3, 12, 57, 0.23) 12%, rgba(3, 12, 57, 0.05) 27%, rgba(3, 12, 57, 0.02) 57%, rgba(3, 12, 57, 0.05) 69%, rgba(3, 12, 57, 0.23) 85%, rgba(3, 12, 57, 0.65) 100%);
}
@media (max-width: 768px) {
  .section-map {
    padding: 0 20px;
  }
}
.section-map.section-map-en .map-bg {
  background-image: url('../images/home/map-en.jpg');
}
@media (max-width: 768px) {
  .section-map.section-map-en .map-bg {
    background-image: url('../images/home/map-mobile-en.jpg');
  }
}
.map-container {
  max-width: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  transform: translateY(-95px);
  background: #EFF4F8;
  box-shadow: 9px 9px 15px 5px rgba(82, 95, 110, 0.11);
  border-radius: 20px;
  padding: 40px 50px 45px;
  margin-bottom: -95px;
  position: relative;
  z-index: 4;
  transition: transform 1s;
}
.map-container.active {
  transform: translateY(-370px);
  margin-bottom: -275px;
}
@media (max-width: 768px) {
  .map-container {
    transform: translateY(-60px);
    margin-bottom: -60px;
    padding: 50px 27px 40px;
  }
  .map-container.active {
    transform: translateY(-95vw);
    margin-bottom: -95vw;
  }
}
.map-container > h2 {
  font-size: 28px;
  color: #333333;
  letter-spacing: 5px;
  line-height: 37px;
  text-align: center;
}
@media (max-width: 768px) {
  .map-container > h2 {
    font-size: 20px;
    color: #333333;
    letter-spacing: 3.57px;
    line-height: 26px;
  }
}
.map-container .map-info {
  margin-top: 29px;
}
.map-container .map-info ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .map-container .map-info ul {
    flex-direction: column;
  }
}
.map-container .map-info ul li {
  font-size: 14px;
  color: #333333;
  letter-spacing: 3px;
  line-height: 22px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .map-container .map-info ul li {
    margin-bottom: 20px;
    padding: 0;
  }
  .map-container .map-info ul li i {
    margin: 0 8px;
  }
}
.map-container .map-info ul li:nth-child(2) {
  position: relative;
}
.map-container .map-info ul li:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 19px;
  margin-top: -10px;
  background-color: #000;
}
@media (max-width: 768px) {
  .map-container .map-info ul li:nth-child(2)::before {
    display: none;
  }
}
.map-container .map-info ul li:nth-child(2)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 19px;
  margin-top: -10px;
  background-color: #000;
}
@media (max-width: 768px) {
  .map-container .map-info ul li:nth-child(2)::after {
    display: none;
  }
}
.map-container .map-btns {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .map-container .map-btns {
    margin-top: 20px;
    display: flex;
  }
}
.map-container .map-btns > a {
  display: inline-block;
  vertical-align: top;
  background: #F5F8FA;
  border: 1px solid #D8E0EA;
  box-shadow: 3px 3px 5px 0 rgba(110, 127, 147, 0.34), -2px -2px 5px 2px #FFFFFF;
  border-radius: 38px;
  width: 108px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  margin: 0 7.5px;
}
@media (max-width: 768px) {
  .map-container .map-btns > a {
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    width: 131px;
  }
}
@media (min-width: 769px) {
  .map-container .map-btns > a:hover {
    color: #fff;
    background: #ED2933;
    border: 1px solid #FFFFFF;
    box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  }
}
/* 地图 结束*/
/* 邀请函 开始*/
.section-invitation {
  max-width: 869px;
  width: 100%;
  margin: 23px auto 0;
  height: 600px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-invitation {
    height: 60vh;
  }
}
.section-invitation .invitation-wrapper {
  height: 100%;
  width: calc(100% + 20px);
  overflow: hidden;
  overflow-y: auto;
}
.section-invitation .invitation-wrapper .invitation-box ::-webkit-scrollbar {
  display: none;
}
.section-invitation .invitation-wrapper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.section-invitation .invitation-wrapper img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* 邀请函 结束*/
/* 联系 开始*/
.section-connect {
  margin-top: 39px;
}
@media (max-width: 768px) {
  .section-connect {
    margin-top: 10px;
  }
}
.section-connect .section-connect-wrapper {
  margin: 0 -25px;
}
@media (max-width: 768px) {
  .section-connect .section-connect-wrapper {
    margin: 0;
  }
}
.section-connect ul {
  font-size: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .section-connect ul {
    white-space: normal;
  }
}
.section-connect li {
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
  white-space: normal;
}
@media (max-width: 768px) {
  .section-connect li {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.section-connect li > h4 {
  font-size: 16px;
  color: #444444;
  line-height: 21px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.15);
}
@media (max-width: 768px) {
  .section-connect li > h4 {
    width: 242px;
  }
}
.section-connect li .section-connect-list {
  padding-top: 4px;
}
.section-connect li .section-connect-list p {
  margin-top: 10px;
  font-size: 12px;
  color: #333333;
  line-height: 14px;
}
.section-connect li .section-connect-list p a {
  color: #333333;
}
.section-connect li .section-connect-list p a:hover {
  text-decoration: underline;
  color: #C7000B;
}
/* 联系 结束*/
/* app扫码 开始*/
.section-app {
  margin-top: -7px;
  height: 200px;
  background-image: url('../images/home/footer-app-bg-cn.jpg');
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #b1b6ba;
  position: relative;
}
.section-app .section-app-qrcode {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.section-app .section-app-qrcode .app-qrcode-box {
  color: #FFFFFF;
  margin: 0 35px;
}
.section-app .section-app-qrcode .app-qrcode-box h3 {
  line-height: 24px;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 9px;
}
.section-app .section-app-qrcode .app-qrcode-box p {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 17px;
}
.section-app .section-app-qrcode .app-qrcode-box img {
  margin-top: 11px;
  width: 71px;
}
.section-app-mobile {
  margin-bottom: 60px;
  padding: 0 20px;
}
.section-app-mobile .section-app-item {
  position: relative;
  margin-bottom: 20px;
}
.section-app-mobile .section-app-item:nth-last-child(1) {
  margin-bottom: 0;
}
.section-app-mobile .section-app-item > img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-app-mobile .section-app-item .section-app-item-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 28px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-app-mobile .section-app-item .section-app-item-box h2 {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #FFFFFF;
}
.section-app-mobile .section-app-item .section-app-item-box p {
  margin-top: 10px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 17px;
}
.section-app-mobile .section-app-item .section-app-item-box img {
  display: inline-block;
  vertical-align: top;
  width: 26.35%;
  flex-shrink: 0;
}
/*20210827 app二维码修改 start*/
.section-container {
  overflow: visible;
}
body {
  overflow-x: hidden;
}
.section-app {
  background-color: transparent;
  background-image: url('../images/home/footer-app-bg-cn.jpg');
}
[data-lang="en"] .section-app {
  background-image: url('../images/home/footer-app-bg-en.jpg');
}
/*20210827 app二维码修改 end*/
/* app扫码 结束*/
/* 外链部分 开始*/
.section-outlinks-box {
  margin-top: 90px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-outlinks-box {
    margin-top: 60px;
  }
}
.section-outlinks-box li {
  padding: 0 22px;
  font-size: 14px;
  color: #444444;
  text-align: center;
  line-height: 21px;
  float: left;
}
@media (max-width: 768px) {
  .section-outlinks-box li {
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
    margin-right: 30px;
  }
  .section-outlinks-box li:nth-child(1) {
    float: none;
    font-size: 14px;
    display: block;
    text-align: left;
    line-height: 17px;
    margin: 0;
  }
}
.section-outlinks-box li a {
  font-size: 16px;
  color: #444444;
  text-align: center;
  line-height: 21px;
  text-decoration: underline;
  font-weight: bold;
}
.section-outlinks-box li a:hover {
  color: #C7000B;
}
/* 外链部分 结束*/
/* 侧边导航 开始*/
.sidebar-nav {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 100;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 768px) {
  .sidebar-nav {
    display: none!important;
  }
}
.sidebar-nav li {
  margin-bottom: 27px;
  padding-left: 37px;
  position: relative;
}
.sidebar-nav li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 23px;
  width: 4px;
  height: 4px;
  opacity: 0.15;
  background: #32354B;
  border-radius: 50%;
  transform: translateY(-50%);
}
.sidebar-nav li a {
  opacity: 0.2;
  font-size: 12px;
  color: #32354B;
  letter-spacing: 1px;
  line-height: 18px;
  display: block;
  padding-left: 10px;
  transition: all 0.3s;
}
.sidebar-nav li a:hover {
  color: #000000;
  opacity: 1;
}
.sidebar-nav li:hover::before {
  width: 10px;
  height: 10px;
  left: 20px;
  background: #F1F5F8;
  border: 0;
  opacity: 1;
  box-shadow: 1px 1px 2px 0 rgba(110, 127, 147, 0.34), -2px -2px 5px 2px #FFFFFF;
}
.sidebar-nav li.active::before {
  width: 10px;
  height: 10px;
  left: 20px;
  background: #ED2933;
  opacity: 1;
  box-shadow: inset -1px -1px 2px 0 #F89898, inset 2px 2px 3px 0 rgba(3, 3, 3, 0.3);
}
.sidebar-nav li.active a {
  color: #C7000B;
  opacity: 1;
}
/* 侧边导航 结束*/
/* 侧边分享 开始*/
.sideber-share {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 90;
}
.sideber-share.is-open .sideber-share-visible .sideber-share-item .sideber-share-box {
  display: none;
}
.sideber-share-top,
.sideber-share-btm {
  width: 60px;
  background-image: linear-gradient(164deg, #FFFFFF 0%, #E9EDF5 49%, #FFFFFF 100%);
  box-shadow: 0 2px 7px 0 rgba(47, 65, 202, 0.25);
  border-radius: 8px;
  padding: 8px 0;
}
.sideber-share-hide {
  display: none;
  border-top: 1px solid #C6C6C6;
}
.sideber-share-top {
  margin-bottom: 10px;
}
.sideber-share-back {
  height: 6px;
  margin-top: 12px;
  cursor: pointer;
  background-image: url('../images/home/share/icon-arrow-up.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
.sideber-share-item {
  margin-bottom: 7px;
  position: relative;
}
.sideber-share-item.sideber-share-pointer {
  cursor: pointer;
}
.sideber-share-item p {
  line-height: 16px;
  font-size: 12px;
  color: #000000;
  text-align: center;
}
.sideber-share-item:hover p {
  font-weight: bold;
}
.sideber-share-item:hover .sideber-share-hover_box {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
.sideber-share-hover_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s, opacity 0.5s;
  top: 0;
}
.sideber-share-hover_box.share-qrcode {
  top: -8px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper {
  padding: 10px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li {
  margin-bottom: 6px;
  position: relative;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li .media-popup {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 20px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li .media-popup .media-popup-wrapper {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li .media-popup .media-popup-wrapper img {
  width: 120px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li:hover .media-popup {
  display: block;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li:nth-last-child(1) {
  margin-bottom: 0;
}
.sideber-share-hover_box .share-hover_box-wrapper {
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 15px 12px;
  text-align: center;
  position: relative;
}
.sideber-share-hover_box .share-hover_box-wrapper:after {
  content: '';
  position: absolute;
  right: -7px;
  top: 20px;
  width: 8px;
  height: 12px;
  background-image: url('../images/home/share/share-triangle.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 2;
}
.sideber-share-hover_box .share-hover_box-wrapper img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.sideber-share-hover_box .share-hover_box-wrapper h3 {
  font-size: 14px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.sideber-share-hover_box .share-hover_box-wrapper h4 {
  font-size: 14px;
  color: #444444;
  line-height: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.sideber-share-box {
  height: 36px;
  position: relative;
}
.sideber-share-box i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 侧边分享 结束*/
.ie-tip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1F5F8;
  z-index: 999999;
}
.ie-tip img {
  float: left;
  width: 380px;
}
.ie-tip p {
  margin-left: 380px;
}
.section__hero {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-color: #fff;
  z-index: 10000;
}
.hero__wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.hero__animationfont {
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hero__animationfont .hero__animationfont_words {
  margin-top: -11px;
  min-height: 18.75vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero__animationfont .hero__animationfont_words {
    margin-top: 1vw;
    min-height: 36vw;
  }
}
.hero__animationfont .hero__animationfont_words.is-en .hero__animationfont_text p {
  letter-spacing: 0;
}
.hero__animationfont .hero__animationfont_words .hero__animationfont_text {
  text-align: center;
}
.hero__animationfont .hero__animationfont_words .hero__animationfont_text.text_bold p {
  font-weight: bold;
}
.hero__animationfont .hero__animationfont_words p {
  background-image: linear-gradient(90deg, #ED4ED1 0%, #975DDb 100%);
  height: 6.25vw;
  line-height: 6.25vw;
  padding: 0 3.5vw;
  font-size: 2.7vw;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .hero__animationfont .hero__animationfont_words p {
    height: 12vw;
    line-height: 12vw;
    padding: 0 7vw;
    font-size: 6vw;
  }
}
.hero__animationfont img {
  width: 46vw;
}
@media (max-width: 768px) {
  .hero__animationfont img {
    width: 70vw;
    margin-top: 3vw;
  }
}
.hero__animationfont h2 {
  line-height: 25px;
  line-height: 1.73vw;
  font-family: HuaweiSans-Bold;
  font-size: 22px;
  font-size: 1.52vw;
  color: #C7000B;
  margin-bottom: 37px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero__animationfont h2 {
    font-size: 4vw;
    margin-bottom: 4vw;
    line-height: 4vw;
    margin-bottom: 1vw;
    margin-top: 2vw;
  }
}
.hero__animationfont h1 {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #1d1d1b;
  color: #fff;
  font-size: 8vw;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: -2px;
  text-decoration: none;
}
.hero__animationfont h1:nth-child(1) {
  padding: 10px 20px 20px;
  transform: translateX(-12%);
}
.hero__animationfont h1:nth-child(2) {
  padding: 0 40px 20px 20px;
  transform: translate(12%, -0.2em);
}
.hero__animation__wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.hero__gross {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 70vw;
  min-width: 70vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hero__gross {
    width: 100vw;
    height: 100vw;
  }
}
.gross__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-size: auto 100vh;
  background-position: 50%;
  background-image: url('../images/home/f-bg.jpg');
}
.gross__center {
  position: absolute;
  width: 35vw;
  height: 35vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .gross__center {
    width: 50vw;
    height: 50vw;
  }
}
.section-title {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section-title {
    margin-top: 30px;
  }
}
.section-title h4 {
  font-size: 24px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 31px;
  padding-left: 0;
  position: relative;
}
.section-title h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 19px;
  margin-top: -9px;
  background: #FD666C;
  box-shadow: 0 2px 2px 0 #FD666C;
  border-radius: 1.5px;
  display: none;
}
@media (max-width: 768px) {
  .section-title h4:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-title h4 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 0;
  }
}
.section-title p {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 12px;
  color: #32354B;
  letter-spacing: 0;
  line-height: 16px;
}
.section-title p i {
  margin-right: 6px;
}
.section-title p a {
  text-decoration: underline;
  color: #748B9A;
  letter-spacing: 0;
  margin-left: 15px;
}
.section-title p a:hover {
  color: #C7000B;
  text-decoration: underline;
}
/*20210830 修改锚点*/
.seat-point {
  position: relative;
  top: -90px;
}
@media (max-width: 768px) {
  .seat-point {
    top: -65px;
  }
}
/*20210831 登录修改*/
.hc-nav-right {
  width: auto;
  min-width: 100px;
}
.js-status-logout,
.hc-nav-right > a.js-status-logout {
  display: none;
}
.hc-nav-center li.nav-hidden-pc {
  display: none!important;
}
.hc-nav-center {
  margin: 0 120px 0 91px;
}
@media (max-width: 768px) {
  .hc-nav-center li.nav-hidden-pc {
    display: block!important;
  }
  .hc-nav-center li.nav-hidden-pc.js-status-logout {
    display: none!important;
  }
  .hc-nav-center li.nav-hidden-pc.js-status-logout.act {
    display: block!important;
  }
  .hc-nav-center li.nav-hidden-pc.js-status-login {
    display: none!important;
  }
  .hc-nav-center li.nav-hidden-pc.js-status-login.act {
    display: block!important;
  }
}
/*20210831 修改 start*/
.section-summit.double-column .summit-head .summit-column ul li {
  width: 50%;
}
.section-summit.double-column .summit-cont .summit-list ul li:nth-child(1) .summit-item-cont {
  left: 48%;
}
.section-summit.double-column .summit-cont .summit-list ul li:nth-last-child(1) .summit-item-cont {
  right: 48%;
  left: auto;
}
.section-summit.double-column .summit-cont .summit-list ul li:nth-last-child(1) .summit-item-cont::before {
  left: auto;
  right: -2px;
  background-image: url('../images/home/icon-arrow-white-right.png');
}
.section-summit.double-column .summit-cont .summit-list ul li:nth-last-child(1) .summit-item-block {
  left: 0;
  right: 20px;
}
@media (max-width: 768px) {
  .section-summit.double-column .summit-cont .summit-list ul li:nth-last-child(1) .summit-item-block {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .section-invitation .invitation-wrapper {
    width: calc(100% + 8px);
  }
}
@media (max-width: 768px) {
  .more_agenda-head-swiper {
    transform: translateY(-10px);
  }
  .more_agenda-head-swiper .agenda-day {
    width: auto;
    min-width: 72px;
  }
}
.section-news-right_wrapper .news-right_item-imgbox span {
  min-width: 41px;
  width: auto;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .hc-icon-button_right:hover {
    background-image: url(../images/home/icon-btn-next.png);
  }
  .hc-icon-button_left:hover {
    background-image: url(../images/home/icon-btn-prev.png);
  }
}
/*20210831 修改 end*/
/*20210901 修改 start*/
@media (max-width: 1440px) {
  .hc-hero-swiper .hc-hero-item {
    background-position: 110% top;
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper .hc-hero-item {
    background-position: 115% top;
  }
}
@media (min-width: 1000px) {
  .hc-hero-swiper .hc-hero-item.type-2 {
    background-position: 90% top;
  }
}
@media (min-width: 1400px) {
  .hc-hero-swiper .hc-hero-item.type-2 {
    background-position: 80% top;
  }
}
/*20210901 修改 end*/
/*20210902 修改 start*/
.hc-icon-button_left.hide-always,
.hc-icon-button_right.hide-always {
  display: none!important;
}
.live-table-box .live-box-item div p {
  text-indent: 0;
  padding: 0 9px;
  max-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item div p {
    -webkit-line-clamp: 1;
    max-height: 18px;
  }
}
.agenda-tab-head ul {
  display: flex;
}
@media (max-width: 768px) {
  .agenda-tab-head ul {
    display: block;
  }
}
.agenda-tab-head li {
  display: block;
  flex: 1;
}
@media (max-width: 768px) {
  .agenda-tab-head li {
    flex: none;
    display: none;
  }
  .agenda-tab-head li.active {
    display: block;
  }
}
.agenda-tab-head li .tab-head-wrap {
  box-sizing: border-box;
  height: 100%;
}
/*20210902 修改 end*/
/*20210916修改 start*/
.hc-hero-swiper .hc-hero-item {
  position: relative;
  z-index: 2;
}
.hc-hero-swiper .hc-hero-item.has-img-bg {
  background-image: none;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hc-hero-item.has-img-bg {
    position: relative;
    text-align: center;
    padding-top: 102.53%;
  }
  .hc-hero-swiper .hc-hero-item.has-img-bg.type-2 .hero-item-left {
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  .hc-hero-swiper .hc-hero-item.has-img-bg {
    padding-top: 128.53%;
  }
}
.hc-hero-img_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  text-align: center;
}
.hc-hero-img_bg img,
.hc-hero-img_bg picture {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .hc-hero-img_bg img,
  .hc-hero-img_bg picture {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*20210916修改 end*/
/*20210917修改 start*/
@media (max-width: 1500px) {
  .c-container {
    max-width: 100%;
    padding: 0 40px;
  }
}
.hero-item-type3 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 1150px;
  text-align: left;
  padding-left: 190px;
  box-sizing: border-box;
  height: 320px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .hero-item-type3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    justify-content: center;
    transform: none;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .hero-item-type3 {
    padding-bottom: 40px;
  }
}
.hero-item-type3-btn {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 33px;
  min-width: 128px;
  height: 40px;
  background: #F5F8FA;
  box-shadow: -2px -2px 5px 2px #FFFFFF, 3px 3px 5px 0px rgba(110, 127, 147, 0.34);
  border-radius: 40px;
  border: 1px solid #D8E0EA;
  line-height: 40px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .hero-item-type3-btn:hover {
    color: #fff;
    background: #ED2933;
    border: 1px solid #FFFFFF;
    box-shadow: inset -2px -3px 4px 0 #f89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  }
}
@media (width: 768px) {
  .hero-item-type3-btn {
    min-width: 180px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    transform-origin: center bottom;
    transform: scale(1.2);
  }
}
@media (max-width: 600px) {
  .hero-item-type3-btn {
    min-width: 180px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 14px;
  }
}
/*20210917修改 end*/
