:root {
  --color-primary: #e4664e;
  --txt-gray: #656565;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/common/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/static/common/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/static/common/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/static/common/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/static/common/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/static/common/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
@media screen and (max-width: 768px) {
  .pad-spacing {
    padding: 40px 0;
  }
  .margin-spacing {
    margin: 40px 0;
  }
  .marginb-spacing {
    margin-bottom: 40px;
  }
  .pad80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padb100 {
    padding-bottom: 40px;
  }
}
.text-tip {
  color: var(--txt-gray);
}
.pagination-rect.swiper-pagination {
  position: static;
  text-align: center;
}
.pagination-rect.swiper-pagination-bullets {
  margin-top: 10px;
}
.pagination-rect .swiper-pagination-bullet {
  width: 15px;
  height: 8px;
  border-radius: 0;
  background-color: var(--color-primary);
  opacity: 0.2;
}
.pagination-rect .swiper-pagination-bullet-active {
  opacity: 1;
}
.maintit-mb {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.maintit-mb img {
  vertical-align: middle;
}
.maintit-mb2 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.maintit-bg {
  padding: 30px 0;
  position: relative;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-color: rgba(228, 102, 78, 0.83);
  font-weight: bold;
  margin-bottom: 10px;
}
.maintit-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://imgs.sialchina.cn/homeImg/bg-sh-img.jpg') no-repeat center center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 950px) {
  .header {
    background-color: #1a1a1a;
    border: 0;
    height: 60px;
  }
  .header .header-con {
    display: flex;
    justify-content: space-between;
  }
  .header .header-con:after {
    display: none;
  }
  .header .header-fl {
    display: flex;
  }
  .header .menu-btn {
    height: 100%;
    margin-right: 10px;
  }
  .header .sial-date {
    display: inline-flex;
    color: #fff;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    white-space: nowrap;
  }
  .header .sial-date .item {
    margin: 2px 0;
  }
  .header .sial-date .tag {
    border-radius: 2px;
    padding: 1px 5px 2px;
    background-color: var(--color-primary);
    display: inline-block;
    margin-right: 5px;
  }
  .header .logo-img2 {
    display: none;
  }
  .header .logo {
    width: auto;
  }
  .header .logo img {
    width: 90px;
  }
  .header .lang-box {
    display: none;
  }
  .header .lang-mbbox {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
  }
  .header .lang-mbbox:hover .lang-mbsub {
    display: block;
  }
  .header .lang-mbbox .lang {
    display: block;
    position: relative;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    padding-right: 20px;
  }
  .header .lang-mbbox .lang:after {
    position: absolute;
    right: 5px;
    top: 8px;
    display: inline-block;
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-width: 0 0 1px 1px;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
  }
  .header .lang-mbbox .lang img {
    vertical-align: middle;
    width: 18px;
  }
  .header .lang-mbbox .lang-mbsub {
    display: none;
    position: absolute;
    top: 29px;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
  }
  .header .lang-mbbox .lang-mbsub a {
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
  }
}
.ibanner-swiper .swiper-pagination-bullets {
  margin-top: 0;
}
.ibanner-swiper .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 0;
}
.reason-swiper.one-slide .swiper-slide {
  width: 100%;
  padding: 10px;
  transform: scale(1);
}
.reason-swiper.one-slide .li .videobox:before,
.reason-swiper.one-slide .li .imgbox:before {
  padding-top: 70%;
}
.reason-swiper .swiper-slide {
  padding: 10px 0;
  transform: scale(0.8);
  width: 62%;
  height: auto;
}
.reason-swiper .swiper-slide-active {
  transform: scale(1);
}
.reason-swiper .li {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  height: 100%;
}
.reason-swiper .li .videobox,
.reason-swiper .li .imgbox {
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 10px;
  min-height: 50px;
}
.reason-swiper .li .videobox.height55:before,
.reason-swiper .li .imgbox.height55:before {
  padding-top: 55%;
}
.reason-swiper .li .videobox:before,
.reason-swiper .li .imgbox:before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: #ccc;
}
.reason-swiper .li .videobox img,
.reason-swiper .li .imgbox img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.reason-swiper .li .videobox video,
.reason-swiper .li .imgbox video {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.reason-swiper .li .txtbox {
  color: var(--txt-gray);
  margin-top: 10px;
}
.reason-swiper.reason-swiper-one .swiper-slide {
  padding: 10px;
  transform: scale(1);
  width: 100%;
}
.reason-swiper.reason-swiper-one .li .imgbox,
.reason-swiper.reason-swiper-one .li .videobox {
  position: relative;
}
.reason-swiper.reason-swiper-one .li .imgbox:before,
.reason-swiper.reason-swiper-one .li .videobox:before {
  padding-top: 70%;
}
.reason-swiper.reason-swiper-one .li .txtbox {
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background: linear-gradient(to bottom, transparent, #000000);
}
.click-btn {
  text-align: center;
}
.click-btn.two {
  display: flex;
  justify-content: space-between;
}
.click-btn.two .click-a {
  min-width: auto;
  width: 48%;
  padding: 5px;
  padding-right: 32px;
}
.click-btn.two .click-a:after {
  width: 25px;
  right: 5px;
}
.click-btn .click-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--color-primary);
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  min-width: 85%;
  min-height: 55px;
  padding: 5px 10px;
  padding-right: 40px;
}
.click-btn .click-a.column {
  flex-direction: column;
}
.click-btn .click-a:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  opacity: 0.5;
  position: absolute;
  top: -1px;
  right: 6px;
  animation: ani-click 1s ease infinite;
}
.click-btn .click-a:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: url("../images/click.png") no-repeat left center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}
@keyframes ani-click {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.yewu-box {
  background: url('https://imgs.sialchina.cn/homeImg/bg-yewu.png') no-repeat center center;
  background-size: cover;
}
.yewu-box .yewu-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.yewu-box .yewu-swiper .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.yewu-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.yewu-row {
  padding: 15px 20px;
  border-radius: 10px;
  background-color: var(--color-primary);
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yewu-row::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 50px;
  margin-right: 10px;
  background: url(../images/money-data.png) no-repeat center center;
  background-size: 100%;
  flex-shrink: 0;
}
.yewu-row:last-child {
  margin-bottom: 0;
}
.yewu-row .txt {
  display: inline-block;
  min-width: 75%;
}
.yewu-row .p2 {
  font-weight: bold;
  font-size: 28px;
  margin-top: 5px;
}
.yewu-row .p2 .yuan {
  font-size: 16px;
}
.yewu-list .yewu-row {
  background-color: #fff;
  color: #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.yewu-list .yewu-row:before {
  background-image: url(../images/money-data-red.png);
}
.yewu-list .yewu-row .p2 {
  color: var(--color-primary);
}
.global-box {
  background: var(--color-primary) url('https://imgs.sialchina.cn/homeImg/bg-global.png') no-repeat center center;
  background-size: 100%;
}
.global-box .maintit-mb {
  color: #fff;
  margin-bottom: 0;
}
.country-box .tip {
  text-align: right;
  color: var(--txt-gray);
}
.country-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.country-list:after {
  content: "";
  display: flex;
}
.country-list li {
  margin-bottom: 20px;
  flex: 0 0 25%;
  width: 25%;
  padding: 0 5px;
  text-align: center;
}
.country-list li .img {
  margin: 0 auto 5px;
  width: 55px;
  border-radius: 50%;
  border: 1px solid #efefef;
}
.country-list li .img img {
  width: 100%;
  display: block;
}
.video-container {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.video-container img {
  display: block;
  border-radius: 10px;
}
.video-container video {
  width: 100%;
  object-fit: cover;
}
.video-container .txtbox {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  color: var(--txt-gray);
}
.video-container .txtbox .p {
  margin-right: 20px;
}
.video-container .imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.matchme-data {
  *zoom: 1;
}
.matchme-data:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.matchme-data li {
  float: left;
  width: 33.333%;
  text-align: center;
}
.matchme-data .icon {
  position: relative;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  margin: 0 auto 10px;
  max-width: 80%;
}
.matchme-data .icon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.matchme-data .icon img {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}
.matchme-data .p1 {
  font-weight: bold;
  font-size: 22px;
  color: var(--color-primary);
}
.sial-data .item {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.sial-data .item:nth-child(2n) {
  text-align: left;
  justify-content: flex-start;
}
.sial-data .item > * {
  display: inline-block;
}
.sial-data .item .p1 {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 24px;
  margin-right: 5px;
}
.sial-data .item .p1 .txt {
  font-size: 18px;
}
.sial-data .item .p2 {
  color: var(--txt-gray);
  align-self: flex-end;
  margin-right: 0;
}
.sial-data .item .icon {
  align-self: center;
  vertical-align: middle;
  font-size: 0;
  margin-right: 5px;
}
.sial-data .item .icon img {
  width: 20px;
}
.sial-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sial-links .link {
  width: 48%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  min-height: 60px;
}
.sial-links .link .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 8px solid var(--color-primary);
  font-size: 0;
  background-color: #fff;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sial-links .link .icon img {
  width: 20px;
}
.sial-links .link .txt {
  flex-grow: 1;
  border-radius: 0 30px 30px 0;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-left: -20px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.sial-box {
  position: relative;
  background-color: rgba(228, 102, 78, 0.83);
}
.sial-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://imgs.sialchina.cn/homeImg/bg-sial.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sial-box.sz:before {
  background-image: url('https://imgs.sialchina.cn/homeImg/bg-sial-sz.jpg');
}
.sial-box .maintit-mb {
  color: #fff;
}
.sial-box .videos-swiper .swiper-slide {
  padding: 0 5px;
}
.sial-box .swiper-pagination-bullet {
  background-color: #fff;
}
.index-activity {
  background: url('https://imgs.sialchina.cn/homeImg/bg-activity.png') no-repeat center center;
  background-size: cover;
}
.expo-box {
  position: relative;
  background-color: rgba(228, 102, 78, 0.83);
  margin-bottom: 40px;
  padding: 40px 0;
}
.expo-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://imgs.sialchina.cn/homeImg/bg-expo.png') no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.expo-box .kv {
  position: absolute;
  width: 60%;
  left: -2%;
  top: 0;
  height: 100%;
}
.expo-box .kv img {
  max-height: 120%;
}
.expo-box .expo-tab-box {
  width: 190px;
  float: right;
}
.expo-tab-box .tab-nav {
  position: relative;
  border-radius: 10px;
  display: flex;
  background-color: #fff;
  height: 50px;
  align-items: center;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  color: rgba(101, 101, 101, 0.6);
  margin: 10px 0;
}
.expo-tab-box .tab-nav:before {
  content: "";
  display: block;
  background-color: #aeaeae;
  width: 50px;
  height: 100%;
}
.expo-tab-box .tab-nav:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-color: transparent;
}
.expo-tab-box .tab-nav.sh .txt {
  background-image: url(../images/sign-bg-sh1.png);
}
.expo-tab-box .tab-nav.sz .txt {
  background-image: url(../images/sign-bg-sz1.png);
}
.expo-tab-box .tab-nav .txt {
  flex-grow: 1;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 90%;
  background-position: left bottom;
  height: 100%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
.expo-tab-box .tab-nav .txt .p1 {
  letter-spacing: 2px;
  font-size: 16px;
}
.expo-tab-box .tab-nav .txt .p2 {
  font-size: 12px;
}
.expo-tab-box .tab-nav.active {
  color: #656565;
}
.expo-tab-box .tab-nav.active:before {
  background-color: #da4645;
}
.expo-tab-box .tab-nav.active:after {
  background-color: #fff;
  border-color: #fff;
}
.expo-tab-box .tab-nav.active.sh .txt {
  background-image: url(../images/sign-bg-sh.png);
}
.expo-tab-box .tab-nav.active.sz .txt {
  background-image: url(../images/sign-bg-sz.png);
}
.index-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-tab .tab-nav {
  width: 48%;
  border-radius: 10px;
  border: 1px solid #aeaeae;
  color: #aeaeae;
  display: flex;
  text-align: center;
  position: relative;
  background-color: #fff;
  min-height: 50px;
  align-items: center;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
}
.index-tab .tab-nav:before {
  content: "";
  display: block;
  background-color: #aeaeae;
  width: 50px;
  height: 100%;
  flex-shrink: 0;
}
.index-tab .tab-nav:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  flex-shrink: 0;
}
.index-tab .tab-nav .p {
  flex-grow: 1;
  padding: 0 2px;
}
.index-tab .tab-nav.deep-default {
  color: #333333;
  border-color: #656565;
}
.index-tab .tab-nav.deep-default:before {
  background-color: #656565;
}
.index-tab .tab-nav.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.index-tab .tab-nav.active:before {
  background-color: var(--color-primary);
}
.index-tab .tab-nav.active:after {
  border-color: rgba(255, 255, 255, 0.6);
}
.tab-content-box .tab-content {
  display: none;
}
.tab-content-box .tab-content.active {
  display: block;
}
.inews-list li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5ea;
}
.inews-list li .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.videos-list li {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.videos-list li:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.videos-list li img,
.videos-list li video {
  display: block;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videobox {
  position: relative;
  min-height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.videobox::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url('../images/video-ico2.png') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.videobox img {
  border-radius: 10px;
  display: block;
}
.index-preview {
  background: url('https://imgs.sialchina.cn/homeImg/bg-preview.png') no-repeat center center;
  background-size: cover;
}
.preview-swiper .two-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.preview-swiper .two-item .img {
  flex: 1;
  margin-right: 10px;
}
.preview-swiper .two-item .img:before {
  padding-top: 200px;
}
.preview-swiper .two-item .img:nth-child(2) {
  flex: 2;
  margin-right: 0;
}
.preview-swiper .two-item2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.preview-swiper .two-item2:nth-child(2n) {
  flex-direction: row-reverse;
}
.preview-swiper .two-item2:nth-child(2n) .item:nth-child(1) {
  margin-right: 0;
  margin-left: 10px;
}
.preview-swiper .two-item2 .item {
  flex: 1;
}
.preview-swiper .two-item2 .item:before {
  padding-top: 200px;
}
.preview-swiper .two-item2 .item:nth-child(1) {
  flex: 2;
  margin-right: 10px;
}
.preview-swiper .two-item2 .item-two .img {
  margin-bottom: 10px;
}
.preview-swiper .two-item2 .item-two .img:before {
  padding-top: 100px;
}
.preview-swiper .two-item2 .item-two .img:last-child {
  margin-bottom: 0;
}
.preview-swiper .img {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-swiper .img:before {
  content: "";
  display: block;
  padding-top: 220px;
  width: 100%;
}
.preview-swiper .img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  transform: translate(-50%, 0%);
  height: 115% !important;
}
.preview-swiper .img .p1 {
  font-size: 18px;
  margin-bottom: 5px;
}
.preview-swiper .img .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 8px;
  color: #fff;
  width: 100%;
}
.videos-swiper .swiper-slide {
  padding: 10px;
}
.videos-swiper .item {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.videos-swiper .item .imgbox,
.videos-swiper .item .videobox {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 50px;
}
.videos-swiper .item .imgbox:before,
.videos-swiper .item .videobox:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.videos-swiper .item .imgbox video,
.videos-swiper .item .videobox video,
.videos-swiper .item .imgbox img,
.videos-swiper .item .videobox img {
  display: block;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d1d1f;
  display: none;
  z-index: 999;
}
.video-modal .modal-content {
  width: 96%;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-modal .modal-close {
  width: 28px;
  position: fixed;
  right: 20px;
  top: 30px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  background-color: #333336;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  z-index: 2;
}
.video-modal .modal-close i {
  font-size: 20px;
}
.video-modal .modal-video {
  width: 100%;
}
.video-modal .modal-video video {
  width: 100%;
  display: block;
}
.index-themelist-rect {
  display: flex;
  flex-wrap: wrap;
}
.index-themelist-rect li {
  width: calc(100%/3 - 6.7px);
  margin-right: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  background-color: #fef6f4;
}
.index-themelist-rect li:nth-child(3n) {
  margin-right: 0;
}
.index-themelist-rect li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.index-themelist-rect li .icon {
  width: 28px;
  text-align: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.index-themelist-rect li .icon:before {
  display: none;
}
.index-themelist-rect li .icon img {
  position: static;
  max-width: 100%;
}
.sial-links2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sial-links2 .link {
  width: 48%;
  padding: 12px 5px;
  padding-left: 20px;
  margin-right: 4%;
  margin-bottom: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sial-links2 .link:nth-child(2n),
.sial-links2 .link:last-child {
  margin-right: 0;
}
.sial-links2 .link .icon {
  margin-right: 5px;
  width: 20px;
  font-size: 0;
}
.sial-links2 .link .icon img {
  max-width: 100%;
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}
.sial-links2 .link:hover {
  opacity: 0.8;
}
.sial-links3 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sial-links3 .link {
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100%/3 - 6.7px);
  margin-right: 10px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sial-links3 .link:nth-child(3n),
.sial-links3 .link:last-child {
  margin-right: 0;
}
.sial-links3 .link .icon {
  margin-right: 5px;
  width: 20px;
  font-size: 0;
  flex-shrink: 0;
}
.sial-links3 .link .icon img {
  max-width: 100%;
}
.sial-links3 .link:hover {
  background-color: var(--color-primary);
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sial-links3 .link:hover .icon img {
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}
.reason-box {
  background: url('https://imgs.sialchina.cn/homeImg/bg-reason.png') no-repeat center center;
  background-size: cover;
}
.msg-swiper .swiper-slide {
  padding: 10px;
  height: auto;
}
.msg-swiper .li {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.msg-swiper .li .title {
  margin-top: 20px;
  text-align: right;
}
.msg-swiper.msg-swiper-active .swiper-slide {
  width: 80% !important;
}
.msg-swiper.msg-swiper-active .swiper-slide-active .li {
  background-color: var(--color-primary);
  color: #fff;
}
.msg-swiper.msg-swiper-active .swiper-slide-active .li .fcbase {
  color: #fff !important;
}
.index-organizer {
  background: url('https://imgs.sialchina.cn/homeImg/bg-organizer.png') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.index-organizer-con .item {
  margin-bottom: 30px;
}
.index-organizer-con .item:last-child {
  margin-bottom: 0;
}
.index-organizer-con .title {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 82px;
  line-height: 82px;
  border-radius: 10px;
  position: relative;
  padding: 10px 2em;
  margin-bottom: 20px;
}
.index-organizer-con .title img {
  max-width: 80%;
  max-height: 100%;
}
.index-organizer-con .title:after {
  position: absolute;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 3px 3px;
  border-style: solid;
  right: 2em;
  top: 50%;
  margin-top: -0.5em;
  border-color: #989898;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.index-organizer-con .title.active:after {
  border-color: var(--color-primary);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.index-organizer-con .info {
  display: none;
}
.index-organizer-con .info p {
  margin-bottom: 15px;
}
.activity-swiper-mb .swiper-slide {
  padding: 5px;
  height: auto;
}
.activity-swiper-mb .li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.activity-swiper-mb .tit {
  margin-bottom: 5px;
}
.activity-swiper-mb .p {
  margin-bottom: 5px;
}
.activity-swiper-mb .videobox,
.activity-swiper-mb .imgbox {
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}
.activity-swiper-mb .videobox:before,
.activity-swiper-mb .imgbox:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.activity-swiper-mb .videobox img,
.activity-swiper-mb .imgbox img {
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
.activity-swiper-mb .videobox video,
.activity-swiper-mb .imgbox video {
  width: 100%;
  object-fit: cover;
}
.activity-swiper-mb .videobox img,
.activity-swiper-mb .imgbox img,
.activity-swiper-mb .videobox video,
.activity-swiper-mb .imgbox video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.salon-swiper-mb .swiper-slide {
  padding: 5px;
  height: auto;
  width: 85% !important;
}
.salon-swiper-mb .videobox,
.salon-swiper-mb .imgbox {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.salon-swiper-mb .videobox img,
.salon-swiper-mb .imgbox img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
.sponsor-img-mb .li {
  border-radius: 10px;
  border: 1px solid #cccccc;
  width: 48%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.sponsor-img-mb .li img {
  max-width: 80%;
  max-height: 90%;
}
.fenghui-contact-mb .item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #f55c43;
}
.fenghui-contact-mb .item .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.fenghui-contact-mb .item .p {
  margin: 10px 0;
}
.fenghui-contact-mb .item .p strong {
  white-space: nowrap;
}
.fenghui-contact-mb .item .user {
  display: flex;
  align-items: center;
}
.fenghui-contact-mb .item .user:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffe5e1 url('../images/icon/ico-user.png') no-repeat center center;
  background-size: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.fenghui-contact-mb .item .phone {
  display: flex;
  align-items: center;
}
.fenghui-contact-mb .item .phone:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffe5e1 url('../images/icon/ico-phone.png') no-repeat center center;
  background-size: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.fenghui-contact-mb .item .email {
  display: flex;
  align-items: center;
}
.fenghui-contact-mb .item .email:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffe5e1 url('../images/icon/ico-email.png') no-repeat center center;
  background-size: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.contact-sponsor-block.pink {
  background-color: #fcf3f3;
}
.contact-sponsor-block.pink .item .user:before,
.contact-sponsor-block.pink .item .phone:before,
.contact-sponsor-block.pink .item .email:before {
  background-color: #fff;
}
.contact-sponsor-block .item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #f55c43;
}
.contact-sponsor-block .item .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-sponsor-block .item .p {
  margin: 10px 0;
}
.contact-sponsor-block .item .p strong {
  white-space: nowrap;
}
.contact-sponsor-block .item a:hover {
  color: var(--color-primary);
}
.contact-sponsor-block .item .link {
  text-decoration: underline;
}
.contact-sponsor-block .item .link:hover {
  color: var(--color-primary);
}
.contact-sponsor-block .item .links-box .link {
  display: block;
  margin: 10px 0;
}
.contact-sponsor-block .item .links-box .link img {
  max-width: 25px;
  max-height: 25px;
  vertical-align: middle;
  margin-left: 5px;
  animation: aniMove 1s ease infinite;
}
@keyframes aniMove {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.contact-sponsor-block .item .user {
  display: flex;
  align-items: center;
}
.contact-sponsor-block .item .user:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffe5e1 url('../images/icon/ico-user.png') no-repeat center center;
  background-size: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.contact-sponsor-block .item .phone {
  display: flex;
  align-items: center;
}
.contact-sponsor-block .item .phone:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffe5e1 url('../images/icon/ico-phone.png') no-repeat center center;
  background-size: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.contact-sponsor-block .item .email {
  display: flex;
  align-items: center;
}
.contact-sponsor-block .item .email:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffe5e1 url('../images/icon/ico-email.png') no-repeat center center;
  background-size: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.tabbox-plain {
  display: flex;
  justify-content: center;
}
.tabbox-plain .tab {
  flex: 1;
  text-align: center;
  margin: 0;
  padding: 10px 5px;
}
.date-inline span {
  display: inline-block;
  margin-right: 20px;
}
.date-inline span:last-child {
  margin-right: 0;
}
.date-inline span img {
  vertical-align: middle;
  max-width: 16px;
}
@media screen and (max-width: 768px) {
  .pad90,
  .pad-top-spacing {
    padding-top: 40px;
  }
  .footer .left .p a {
    text-decoration: none;
    border-bottom: 1px solid var(--color-primary);
  }
  .footer .left .p img {
    width: 20px;
  }
  .breadcrumb {
    box-shadow: none;
    background-color: #fae0dc;
    position: static;
  }
  .breadcrumb .crumbs-a:first-of-type:before {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 18px;
    color: var(--color-primary);
    vertical-align: middle;
  }
  .breadcrumb + .pad80 {
    padding-top: 40px;
  }
  .breadcrumb + div:not(.pad80) > .pad80:first-of-type {
    padding-top: 40px;
  }
  .foot-btnbox-float {
    display: block !important;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 998;
  }
  .foot-btnbox {
    display: flex;
    height: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .foot-btnbox .item {
    flex: 1;
    background-color: #fff;
    text-align: center;
    height: 100%;
    font-size: 18px;
    position: relative;
    line-height: 1.2;
  }
  .foot-btnbox .item:hover {
    background-color: var(--color-primary);
    color: #fff;
  }
  .foot-btnbox .item:hover .tit:after {
    background-image: url(../images/icon/ico-menu-white.png);
  }
  .foot-btnbox .item:hover .tit {
    color: #fff;
  }
  .foot-btnbox .item:hover .con {
    display: block;
  }
  .foot-btnbox .item:hover ~ .item {
    background-color: #fff;
    color: #333;
  }
  .foot-btnbox .item:hover ~ .item .tit:after {
    background-image: url(../images/icon/ico-menu.png);
  }
  .foot-btnbox .item.highlight {
    background-color: var(--color-primary);
    color: #fff;
  }
  .foot-btnbox .item.highlight .tit {
    color: #fff;
  }
  .foot-btnbox .item.highlight .tit:after {
    background-image: url(../images/icon/ico-menu-white.png);
  }
  .foot-btnbox .item .tit {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    padding: 0 6px;
  }
  .foot-btnbox .item .tit:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 100%;
    background: url(../images/icon/ico-menu.png) no-repeat center center;
    background-size: 100%;
    margin-left: 5px;
    flex-shrink: 0;
  }
  .foot-btnbox .item .con {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    width: 100%;
    max-width: 250px;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .foot-btnbox .item .con:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: var(--color-primary) transparent transparent transparent;
  }
  .foot-btnbox .item .con .link {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff !important;
  }
  .foot-btnbox .item .con .link:last-child {
    border-bottom: none;
  }
  .foot-btnbox .item .con .ewm {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #fff;
  }
  .foot-btnbox .item .con .ewm img {
    display: block;
    width: 100%;
    max-width: 110px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .popup {
    display: none;
  }
  .matchme-top {
    padding-top: 40px;
  }
  .hall-bg {
    margin-top: 0;
  }
  .innovation-box .awards-about {
    padding-top: 40px;
  }
  .eventinfo-box .pad80 {
    padding-top: 40px !important;
  }
  .index-themelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-themelist:after {
    display: none;
  }
  .index-themelist li {
    width: 25%;
    padding: 0 5px;
    margin-right: 0 !important;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .index-themelist li .icon {
    max-width: 68px;
  }
  .index-themelist li .icon:before {
    background-color: #fef6f4;
  }
}
@media screen and (max-width: 460px) {
  .header .sial-date {
    font-size: 12px;
  }
  .header .lang-mbbox {
    font-size: 14px;
  }
  .header .logo img {
    width: 75px;
  }
  .sial-links2 .link:last-child {
    width: auto;
    padding-right: 20px;
  }
  .maintit-mb {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .wrap {
    width: 94%;
  }
  .matchme-data .p1 {
    font-size: 19px;
  }
}
@media screen and (max-width: 320px) {
  .header .logo img {
    width: 65px;
  }
  .header .sial-date {
    font-size: 0.6rem;
  }
  .sial-links .link .txt {
    padding: 5px 15px 5px 20px !important;
    min-height: 54px !important;
  }
  .date-inline span {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
  .click-btn .click-a {
    display: flex;
  }
  .click-btn.two {
    display: block;
  }
  .click-btn.two .click-a {
    width: 100%;
    margin-top: 10px;
  }
  .foot-btnbox .item {
    font-size: 16px;
  }
  .index-themelist-rect li {
    width: calc(100%/2 - 5px);
  }
  .index-themelist-rect li:nth-child(3n) {
    margin-right: 10px;
  }
  .index-themelist-rect li:nth-child(2n) {
    margin-right: 0;
  }
}
