@charset "UTF-8";
/*动画使用方法*/
/*@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}*/
#sh-index-meetings {
  line-height: 1.42857143;
  /*中间盒子尺寸*/ }
  #sh-index-meetings .public-container {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden; }
    @media only screen and (min-width: 1201px) {
      #sh-index-meetings .public-container {
        max-width: 1200px; } }
    #sh-index-meetings .public-container .item-title {
      font-size: 48px;
      text-align: center;
      color: #084084;
      position: relative;
      padding-bottom: 5px; }
      #sh-index-meetings .public-container .item-title:after {
        position: absolute;
        content: '';
        width: 200px;
        height: 2px;
        background-color: #c7000b;
        left: 50%;
        margin-left: -100px;
        bottom: 0; }
    @media only screen and (max-width: 750px) {
      #sh-index-meetings .public-container {
        width: 100%;
        padding: 15px; }
        #sh-index-meetings .public-container .item-title {
          font-size: 28px; }
          #sh-index-meetings .public-container .item-title:after {
            width: 100px;
            margin-left: -50px; } }
  #sh-index-meetings .page-nav {
    position: relative;
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    color: #000;
    padding: 0 20px; }
    #sh-index-meetings .page-nav.page-nav-fixed {
      position: fixed;
      background-color: #fff;
      color: #000; }
      #sh-index-meetings .page-nav.page-nav-fixed .main-box .logo img.white_logo {
        display: none; }
      #sh-index-meetings .page-nav.page-nav-fixed .main-box .logo img.black_logo {
        display: block; }
    #sh-index-meetings .page-nav a {
      color: inherit; }
    #sh-index-meetings .page-nav .main-box {
      height: 100%;
      position: relative;
      z-index: 3; }
      #sh-index-meetings .page-nav .main-box .logo {
        position: absolute;
        width: auto;
        height: auto;
        top: 18px;
        left: 0; }
        #sh-index-meetings .page-nav .main-box .logo img {
          display: block;
          width: auto;
          height: auto;
          max-width: 133px; }
          #sh-index-meetings .page-nav .main-box .logo img.white_logo {
            display: none; }
          #sh-index-meetings .page-nav .main-box .logo img.black_logo {
            display: block; }
      #sh-index-meetings .page-nav .main-box .nav-menu {
        position: absolute;
        width: 25px;
        height: 17px;
        right: 0;
        background-size: 100% 100%;
        background-image: url("../../images/menu.png");
        top: 50%;
        margin-top: -8px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #sh-index-meetings .page-nav .main-box .nav-menu.cur {
          width: 20px;
          height: 20px;
          margin-top: -10px;
          background-image: url("../../images/icon/icon_pupup_close.png"); }
      #sh-index-meetings .page-nav .main-box .lang-tap,
      #sh-index-meetings .page-nav .main-box .nav-a {
        display: none; }
    #sh-index-meetings .page-nav .slide-nav-box {
      position: fixed;
      width: 100%;
      background: #fff;
      height: 100%;
      left: 0;
      top: 0;
      padding-top: 75px;
      font-size: 21px;
      z-index: 1;
      pointer-events: none;
      text-align: center;
      -webkit-transition: transform 0.5s, opacity 0.5s;
      -moz-transition: transform 0.5s, opacity 0.5s;
      -ms-transition: transform 0.5s, opacity 0.5s;
      -o-transition: transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s;
      -webkit-transform: translate(0, -100%);
      -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      -o-transform: translate(0, -100%);
      transform: translate(0, -100%);
      opacity: 0;
      filter: alpha(opacity=0); }
      #sh-index-meetings .page-nav .slide-nav-box.cur {
        pointer-events: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100); }
      #sh-index-meetings .page-nav .slide-nav-box .lang-tap-m {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #000;
        left: 0;
        bottom: 42px;
        line-height: 1; }
        #sh-index-meetings .page-nav .slide-nav-box .lang-tap-m a {
          display: inline;
          border: none;
          padding: 0;
          line-height: 1; }
      #sh-index-meetings .page-nav .slide-nav-box .slide-cell-box {
        display: none; }
        #sh-index-meetings .page-nav .slide-nav-box .slide-cell-box a {
          padding-left: 35px; }
      #sh-index-meetings .page-nav .slide-nav-box a {
        display: block;
        line-height: 55px;
        border-top: 1px solid #e6e6e6;
        padding-left: 20px;
        width: 100%;
        text-decoration: none;
        font-family: fzlt-regular; }
        #sh-index-meetings .page-nav .slide-nav-box a.slide-cell {
          position: relative; }
          #sh-index-meetings .page-nav .slide-nav-box a.slide-cell:after {
            position: absolute;
            width: 15px;
            height: 15px;
            background-size: 100% 100%;
            top: 50%;
            margin-top: -5px;
            right: 28px;
            content: ""; }
  @media (min-width: 967px) {
    #sh-index-meetings .page-nav {
      position: absolute;
      color: #fff; }
      #sh-index-meetings .page-nav .main-box .logo img.white_logo {
        display: block; }
      #sh-index-meetings .page-nav .main-box .logo img.black_logo {
        display: none; } }
  @media (min-width: 768px) {
    #sh-index-meetings .page-nav {
      display: block;
      background: none; }
      #sh-index-meetings .page-nav .main-box {
        width: 98%;
        height: 72px;
        padding: 17px 0;
        margin: 0 auto;
        max-width: 1260px;
        position: relative;
        font-family: fzlt-bold; }
        #sh-index-meetings .page-nav .main-box a {
          color: inherit; }
        #sh-index-meetings .page-nav .main-box .lang-tap {
          display: block;
          font-size: 14px;
          line-height: 38px;
          float: right;
          width: 90px;
          padding-left: 10px;
          margin-top: 5px; }
          #sh-index-meetings .page-nav .main-box .lang-tap a {
            font-family: fzlt-regular; }
            #sh-index-meetings .page-nav .main-box .lang-tap a.active {
              font-family: fzlt-bold;
              font-weight: bold;
              color: #c7000b; }
        #sh-index-meetings .page-nav .main-box .nav-a {
          display: block;
          float: left;
          width: 480px;
          text-align: center;
          position: relative; }
          #sh-index-meetings .page-nav .main-box .nav-a .slide-menu {
            position: absolute;
            width: 275px;
            height: auto;
            padding: 16px;
            background: #fff;
            top: 38px;
            left: 0;
            display: none;
            z-index: 999; }
            #sh-index-meetings .page-nav .main-box .nav-a .slide-menu:hover {
              display: block !important; }
            #sh-index-meetings .page-nav .main-box .nav-a .slide-menu a {
              display: block;
              width: 100%;
              line-height: 30px;
              margin-bottom: 5px;
              color: inherit;
              text-decoration: none;
              font-size: 16px;
              text-align: left; }
              #sh-index-meetings .page-nav .main-box .nav-a .slide-menu a:last-child {
                margin-bottom: 0; }
              #sh-index-meetings .page-nav .main-box .nav-a .slide-menu a:hover {
                color: #c7000b; }
        #sh-index-meetings .page-nav .main-box .nav-a a.n,
        #sh-index-meetings .page-nav .main-box .nav-a div.n {
          display: inline-block;
          margin-right: 5px;
          line-height: 42px;
          font-size: 16px;
          text-decoration: none;
          cursor: pointer;
          position: relative; }
          #sh-index-meetings .page-nav .main-box .nav-a a.n.cur, #sh-index-meetings .page-nav .main-box .nav-a a.n:hover,
          #sh-index-meetings .page-nav .main-box .nav-a div.n.cur,
          #sh-index-meetings .page-nav .main-box .nav-a div.n:hover {
            color: #c7000b; }
          #sh-index-meetings .page-nav .main-box .nav-a a.n:last-child,
          #sh-index-meetings .page-nav .main-box .nav-a div.n:last-child {
            margin-right: 0; }
          #sh-index-meetings .page-nav .main-box .nav-a a.n:after,
          #sh-index-meetings .page-nav .main-box .nav-a div.n:after {
            content: "";
            position: absolute;
            width: 40px;
            height: 2px;
            background: #c7000b;
            bottom: 0;
            left: 0;
            -webkit-transform: scale(1, 0);
            -moz-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
            -webkit-transition: transform 0.5s, opacity 0.5s;
            -moz-transition: transform 0.5s, opacity 0.5s;
            -ms-transition: transform 0.5s, opacity 0.5s;
            -o-transition: transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s; }
        #sh-index-meetings .page-nav .main-box .nav-a a.n:hover:after,
        #sh-index-meetings .page-nav .main-box .nav-a div.n:hover:after,
        #sh-index-meetings .page-nav .main-box .nav-a a.n.cur:after,
        #sh-index-meetings .page-nav .main-box .nav-a div.n.cur:after {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
        #sh-index-meetings .page-nav .main-box .logo {
          position: static;
          width: 155px;
          height: 38px;
          float: left;
          margin-top: 3px; }
          #sh-index-meetings .page-nav .main-box .logo img {
            display: block;
            width: auto;
            height: auto; }
      #sh-index-meetings .page-nav .nav-menu,
      #sh-index-meetings .page-nav .slide-nav-box {
        display: none; } }
  @media (min-width: 768px) and (min-width: 1100px) {
    #sh-index-meetings .page-nav .main-box .nav-a {
      width: 780px; } }
  @media (min-width: 768px) and (min-width: 1100px) {
    #sh-index-meetings .page-nav .main-box .nav-a a.n,
    #sh-index-meetings .page-nav .main-box .nav-a div.n {
      margin-right: 40px;
      font-size: 18px; } }
  #sh-index-meetings .page-banner {
    position: relative; }
    @media only screen and (max-width: 750px) {
      #sh-index-meetings .page-banner {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1921px) {
      #sh-index-meetings .page-banner {
        height: 750px;
        overflow: hidden; }
        #sh-index-meetings .page-banner .item-content {
          height: 100%; }
          #sh-index-meetings .page-banner .item-content img {
            transform: translate(0, -50%);
            position: relative;
            top: 50%; } }
    #sh-index-meetings .page-banner img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 750px) {
        #sh-index-meetings .page-banner img {
          width: auto;
          height: 400px; } }
    #sh-index-meetings .page-banner .public-container {
      position: absolute;
      top: 0;
      width: 100%;
      padding: 0 10%;
      height: 100%; }
      @media only screen and (min-width: 1201px) {
        #sh-index-meetings .page-banner .public-container {
          width: 100%;
          max-width: inherit;
          padding: 0 calc((100% - 1000px) / 2); } }
      @media only screen and (max-width: 750px) {
        #sh-index-meetings .page-banner .public-container {
          left: 0;
          top: 0;
          width: 100%; } }
    #sh-index-meetings .page-banner .swiper-container {
      height: 100%; }
    #sh-index-meetings .page-banner .item-content {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    .public-container {
      height: 100%;
    }*/ }
      #sh-index-meetings .page-banner .item-content .text {
        height: 100%;
        padding: 150px 0; }
        @media only screen and (min-width: 1401px) {
          #sh-index-meetings .page-banner .item-content .text {
            padding: 250px 0; } }
        @media only screen and (max-width: 750px) {
          #sh-index-meetings .page-banner .item-content .text {
            padding: 100px 10px; }
            #sh-index-meetings .page-banner .item-content .text .title {
              font-size: 32px; } }
        #sh-index-meetings .page-banner .item-content .text .title {
          font-size: 52px;
          color: #fff; }
          @media only screen and (max-width: 750px) {
            #sh-index-meetings .page-banner .item-content .text .title {
              font-size: 32px; } }
        #sh-index-meetings .page-banner .item-content .text .more {
          color: #c7000b;
          border: 2px solid #c7000b;
          display: inline-block;
          padding: 10px 20px; }
    #sh-index-meetings .page-banner .swiper-pagination {
      bottom: 30px;
      width: 100%; }
      @media only screen and (max-width: 750px) {
        #sh-index-meetings .page-banner .swiper-pagination {
          position: static;
          padding: 20px 0; } }
      #sh-index-meetings .page-banner .swiper-pagination .swiper-pagination-bullet {
        margin-right: 5px;
        background-color: #fff;
        width: 120px;
        border-radius: 4px;
        height: 4px; }
        @media only screen and (max-width: 750px) {
          #sh-index-meetings .page-banner .swiper-pagination .swiper-pagination-bullet {
            background-color: #000;
            width: 8px;
            height: 8px; } }
        @media only screen and (max-width: 750px) {
          #sh-index-meetings .page-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #c7000b;
            width: 30px; } }
  #sh-index-meetings .page-express {
    padding-top: 40px; }
    #sh-index-meetings .page-express .public-container {
      background-image: url("../../images/meetings-index/express/bg.png");
      background-repeat: no-repeat;
      background-size: 70%;
      overflow: inherit; }
      @media only screen and (max-width: 750px) {
        #sh-index-meetings .page-express .public-container {
          background-image: none; } }
    #sh-index-meetings .page-express .item-title {
      text-align: left;
      padding: 0 15px; }
      #sh-index-meetings .page-express .item-title:after {
        left: 0;
        margin-left: 15px; }
    #sh-index-meetings .page-express .item-box {
      margin: 30px 0;
      margin-bottom: 0;
      position: relative; }
      #sh-index-meetings .page-express .item-box ul {
        position: relative;
        overflow: hidden; }
        #sh-index-meetings .page-express .item-box ul li {
          width: 33.33%;
          padding: 15px;
          float: left; }
          @media only screen and (max-width: 750px) {
            #sh-index-meetings .page-express .item-box ul li {
              width: 100%;
              float: inherit; } }
          #sh-index-meetings .page-express .item-box ul li:hover a .item-pic img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
          #sh-index-meetings .page-express .item-box ul li a {
            display: block; }
            @media only screen and (max-width: 750px) {
              #sh-index-meetings .page-express .item-box ul li a {
                -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
                -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
                box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09); } }
            #sh-index-meetings .page-express .item-box ul li a .item-pic {
              width: 100%;
              overflow: hidden;
              position: relative; }
              #sh-index-meetings .page-express .item-box ul li a .item-pic img {
                width: 100%;
                -webkit-transition: transform 0.8s;
                -moz-transition: transform 0.8s;
                -ms-transition: transform 0.8s;
                -o-transition: transform 0.8s;
                transition: transform 0.8s; }
              #sh-index-meetings .page-express .item-box ul li a .item-pic span.player {
                position: absolute;
                bottom: 165px;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 60px;
                height: 60px;
                display: inline-block;
                overflow: hidden;
                z-index: 10; }
                #sh-index-meetings .page-express .item-box ul li a .item-pic span.player.white-play {
                  background: url("../../images/play_small.png");
                  background-size: cover; }
            #sh-index-meetings .page-express .item-box ul li a .item-text {
              background-color: #fff;
              padding: 20px 0; }
              @media only screen and (max-width: 750px) {
                #sh-index-meetings .page-express .item-box ul li a .item-text {
                  padding: 20px; } }
              #sh-index-meetings .page-express .item-box ul li a .item-text .tag {
                background-color: #4664ff;
                border-radius: 0 10px 0 0;
                padding: 5px 15px;
                color: #fff;
                display: inline-block; }
              #sh-index-meetings .page-express .item-box ul li a .item-text .title {
                font-size: 18px;
                color: #084084;
                margin: 20px 0; }
                @media only screen and (max-width: 750px) {
                  #sh-index-meetings .page-express .item-box ul li a .item-text .title {
                    font-size: 18px; } }
              #sh-index-meetings .page-express .item-box ul li a .item-text .desc {
                color: #084084;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden; }
                @media only screen and (max-width: 750px) {
                  #sh-index-meetings .page-express .item-box ul li a .item-text .desc {
                    display: none; } }
              #sh-index-meetings .page-express .item-box ul li a .item-text .more {
                color: #282828;
                margin-top: 50px;
                margin-bottom: 10px; }
                #sh-index-meetings .page-express .item-box ul li a .item-text .more i {
                  display: inline-block;
                  width: 10px;
                  height: 10px;
                  border-top: 1px solid #282828;
                  border-right: 1px solid #282828;
                  -webkit-transform: rotate(45deg);
                  -moz-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
            #sh-index-meetings .page-express .item-box ul li a.noImg .item-text {
              padding: 0;
              padding-bottom: 20px; }
              #sh-index-meetings .page-express .item-box ul li a.noImg .item-text .tag {
                width: 100%;
                border-radius: 0;
                padding: 15px 20px; }
              #sh-index-meetings .page-express .item-box ul li a.noImg .item-text > div {
                padding-left: 20px;
                padding-right: 20px; }
      #sh-index-meetings .page-express .item-box .swiper-button-next,
      #sh-index-meetings .page-express .item-box .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background-size: cover;
        top: 30%; }
        @media only screen and (max-width: 750px) {
          #sh-index-meetings .page-express .item-box .swiper-button-next,
          #sh-index-meetings .page-express .item-box .swiper-button-prev {
            display: none; } }
      #sh-index-meetings .page-express .item-box .swiper-button-next {
        right: -30px;
        background-image: url("../../images/meetings-index/arrow_right_red.png"); }
        #sh-index-meetings .page-express .item-box .swiper-button-next.swiper-button-disabled {
          opacity: 1;
          filter: alpha(opacity=100);
          background-image: url("../../images/meetings-index/arrow_right_gray.png"); }
      #sh-index-meetings .page-express .item-box .swiper-button-prev {
        left: -30px;
        background-image: url("../../images/meetings-index/arrow_left_red.png"); }
        #sh-index-meetings .page-express .item-box .swiper-button-prev.swiper-button-disabled {
          opacity: 1;
          filter: alpha(opacity=100);
          background-image: url("../../images/meetings-index/arrow_left_gray.png"); }
      #sh-index-meetings .page-express .item-box .swiper-wrapper-pc-top {
        margin-bottom: 30px; }
        #sh-index-meetings .page-express .item-box .swiper-wrapper-pc-top li.item-top {
          width: 100%; }
          #sh-index-meetings .page-express .item-box .swiper-wrapper-pc-top li.item-top a {
            overflow: hidden;
            height: 100%;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
          #sh-index-meetings .page-express .item-box .swiper-wrapper-pc-top li.item-top .item-pic {
            float: right;
            width: 50%; }
          #sh-index-meetings .page-express .item-box .swiper-wrapper-pc-top li.item-top .item-text {
            padding: 20px;
            float: left;
            width: 50%;
            background-color: transparent;
            border-bottom: 10px solid #084084;
            /*&:after {
              position: absolute;
              content: '';
              width: 90%;
              height: 10px;
              background-color: #084084;
              right: 0;
              bottom: -10px;
            }*/ }
            #sh-index-meetings .page-express .item-box .swiper-wrapper-pc-top li.item-top .item-text .title {
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden; }
              @media only screen and (min-width: 751px) {
                #sh-index-meetings .page-express .item-box .swiper-wrapper-pc-top li.item-top .item-text .title {
                  font-size: 28px; } }
      #sh-index-meetings .page-express .item-box .load-more {
        text-align: center; }
        @media only screen and (min-width: 751px) {
          #sh-index-meetings .page-express .item-box .load-more {
            display: none; } }
        #sh-index-meetings .page-express .item-box .load-more a {
          margin-top: 30px;
          display: inline-block;
          padding: 10px 30px;
          color: #c7000b;
          border: 2px solid #c7000b; }
          #sh-index-meetings .page-express .item-box .load-more a[aria-expanded="true"] {
            display: none; }
  #sh-index-meetings .page-sentence {
    background-image: url("../../images/meetings-index/sentence/bg.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 0;
    margin: 30px 0; }
    #sh-index-meetings .page-sentence .item-title {
      color: #fff; }
    #sh-index-meetings .page-sentence .item-box {
      margin: 40px 0;
      height: 506px;
      position: relative;
      /* @include screen-min-1601 {
         height: 610px;
       }*/ }
      @media only screen and (max-width: 1200px) {
        #sh-index-meetings .page-sentence .item-box {
          height: 378px; } }
      @media only screen and (max-width: 750px) {
        #sh-index-meetings .page-sentence .item-box {
          height: auto !important; } }
      #sh-index-meetings .page-sentence .item-box .left {
        width: 60%;
        float: left;
        height: 100%; }
        @media only screen and (max-width: 750px) {
          #sh-index-meetings .page-sentence .item-box .left {
            width: 100%;
            height: auto; } }
        #sh-index-meetings .page-sentence .item-box .left .swiper-container {
          height: 100%; }
          @media only screen and (max-width: 750px) {
            #sh-index-meetings .page-sentence .item-box .left .swiper-container {
              height: auto; } }
        #sh-index-meetings .page-sentence .item-box .left .item-content img {
          width: 100%; }
      #sh-index-meetings .page-sentence .item-box .right {
        float: left;
        width: calc(40% - 50px);
        height: 100%; }
        @media only screen and (max-width: 750px) {
          #sh-index-meetings .page-sentence .item-box .right {
            display: none; } }
        #sh-index-meetings .page-sentence .item-box .right .swiper-container {
          height: 100%;
          position: relative; }
          #sh-index-meetings .page-sentence .item-box .right .swiper-container:after {
            position: absolute;
            top: 0;
            right: 0;
            content: '';
            height: 100%;
            width: 2px;
            background-color: #0068b7; }
          #sh-index-meetings .page-sentence .item-box .right .swiper-container .swiper-wrapper {
            width: 100%; }
            #sh-index-meetings .page-sentence .item-box .right .swiper-container .swiper-wrapper .swiper-slide {
              height: 126px;
              padding: 0 10px; }
        #sh-index-meetings .page-sentence .item-box .right .item-content {
          background-color: #fff;
          padding: 10px;
          border-radius: 5px;
          height: 100%; }
          #sh-index-meetings .page-sentence .item-box .right .item-content .img-box {
            width: 100px;
            float: left; }
            #sh-index-meetings .page-sentence .item-box .right .item-content .img-box img {
              width: 85%; }
          #sh-index-meetings .page-sentence .item-box .right .item-content .text-box {
            float: left;
            width: calc(100% - 100px);
            color: #084084; }
            #sh-index-meetings .page-sentence .item-box .right .item-content .text-box .name {
              font-size: 20px;
              margin-bottom: 10px; }
            #sh-index-meetings .page-sentence .item-box .right .item-content .text-box .tag {
              font-size: 14px; }
        #sh-index-meetings .page-sentence .item-box .right .swiper-slide-thumb-active {
          border-right: 2px solid #c7000b;
          width: 100%; }
          #sh-index-meetings .page-sentence .item-box .right .swiper-slide-thumb-active .item-content {
            background-color: #4664ff; }
            #sh-index-meetings .page-sentence .item-box .right .swiper-slide-thumb-active .item-content .text-box {
              color: #fff; }
      @media only screen and (min-width: 751px) {
        #sh-index-meetings .page-sentence .item-box .swiper-pagination {
          display: none; } }
      #sh-index-meetings .page-sentence .item-box .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #c7000b; }
      #sh-index-meetings .page-sentence .item-box .swiper-button {
        position: absolute;
        right: 10px;
        bottom: 0;
        height: 100%;
        width: 40px; }
        @media only screen and (max-width: 750px) {
          #sh-index-meetings .page-sentence .item-box .swiper-button {
            display: none; } }
        #sh-index-meetings .page-sentence .item-box .swiper-button .swiper-button-next,
        #sh-index-meetings .page-sentence .item-box .swiper-button .swiper-button-prev {
          top: inherit;
          width: 30px;
          height: 30px;
          background-size: cover;
          right: 0;
          left: inherit; }
        #sh-index-meetings .page-sentence .item-box .swiper-button .swiper-button-next {
          bottom: 0;
          background-image: url("../../images/meetings-index/arrow_down_white.png");
          /*&.swiper-button-disabled {
            @include opacity(1);
            background-image: url("../../images/meetings-index/arrow_down_gray.png");
          }*/ }
        #sh-index-meetings .page-sentence .item-box .swiper-button .swiper-button-prev {
          bottom: 40px;
          background-image: url("../../images/meetings-index/arrow_up_white.png");
          /*&.swiper-button-disabled {
            @include opacity(1);
            background-image: url("../../images/meetings-index/arrow_up_gray.png");
          }*/ }
  #sh-index-meetings .page-5G-ad {
    color: #fff;
    padding: 30px 0; }
    #sh-index-meetings .page-5G-ad .content-box {
      background: url("../../images/5G_ad_pc.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 50px 100px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: Center; }
      #sh-index-meetings .page-5G-ad .content-box .left {
        float: left;
        width: calc(100% - 120px); }
        #sh-index-meetings .page-5G-ad .content-box .left .title {
          font-size: 36px;
          line-height: 60px; }
        #sh-index-meetings .page-5G-ad .content-box .left .text span:first-child {
          padding-right: 12px;
          border-right: 1px solid #fff; }
        #sh-index-meetings .page-5G-ad .content-box .left .text span:last-child {
          padding-left: 10px; }
      #sh-index-meetings .page-5G-ad .content-box .right {
        float: left;
        width: 120px;
        text-align: center; }
        #sh-index-meetings .page-5G-ad .content-box .right a {
          color: inherit; }
  @media only screen and (max-width: 992px) {
    #sh-index-meetings .page-5G-ad .public-container {
      padding: 0; }
    #sh-index-meetings .page-5G-ad .content-box {
      padding: 30px;
      display: block; }
      #sh-index-meetings .page-5G-ad .content-box .left {
        width: 100%; }
        #sh-index-meetings .page-5G-ad .content-box .left .title {
          font-size: 28px;
          line-height: 40px; }
        #sh-index-meetings .page-5G-ad .content-box .left .text {
          font-size: 18px; }
          #sh-index-meetings .page-5G-ad .content-box .left .text span {
            display: block;
            width: 100%;
            line-height: 38px; }
            #sh-index-meetings .page-5G-ad .content-box .left .text span:first-child {
              padding-right: 0;
              border-right: none; }
            #sh-index-meetings .page-5G-ad .content-box .left .text span:last-child {
              padding-left: 0; }
      #sh-index-meetings .page-5G-ad .content-box .right {
        width: 100%;
        margin-top: 50px;
        text-align: left;
        font-size: 18px; } }
  #sh-index-meetings .page-moment {
    padding: 30px 0;
    background-image: url("../../images/meetings-index/moment/bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      #sh-index-meetings .page-moment {
        background-image: none;
        padding-bottom: 0; }
        #sh-index-meetings .page-moment .public-container {
          padding: 0; } }
    #sh-index-meetings .page-moment .item-box {
      margin: 40px 0;
      margin-bottom: 0;
      position: relative; }
      #sh-index-meetings .page-moment .item-box .swiper-slide .item-content {
        display: block;
        width: 100%;
        height: 100%; }
        #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box {
          overflow: hidden;
          width: 100%;
          position: relative; }
          #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box img {
            width: 100%; }
          #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box span.player {
            position: absolute;
            bottom: 165px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            display: inline-block;
            overflow: hidden; }
            #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box span.player.white-play {
              background: url("../../images/play_small.png");
              background-size: cover; }
          #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box .text {
            font-size: 28px;
            position: absolute;
            bottom: 30px;
            width: 100%;
            color: #fff;
            text-align: center;
            padding: 0 30px;
            overflow: hidden; }
            @media only screen and (max-width: 750px) {
              #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box .text {
                font-size: 20px;
                bottom: 20px; } }
            #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box .text .left {
              width: 50%;
              float: left;
              text-align: left; }
              #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box .text .left img {
                width: 30px; }
              #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box .text .left span {
                vertical-align: middle; }
            #sh-index-meetings .page-moment .item-box .swiper-slide .item-content .img-box .text .right {
              float: right;
              width: 50%;
              text-align: right;
              font-size: 16px;
              margin-top: 12px; }
      #sh-index-meetings .page-moment .item-box .btn-box {
        padding: 20px 16.665%;
        margin-top: 20px; }
        @media only screen and (max-width: 750px) {
          #sh-index-meetings .page-moment .item-box .btn-box {
            padding: 20px 0;
            text-align: center; } }
        #sh-index-meetings .page-moment .item-box .btn-box .swiper-pagination {
          float: left;
          margin-top: -10px;
          position: static; }
          @media only screen and (max-width: 750px) {
            #sh-index-meetings .page-moment .item-box .btn-box .swiper-pagination {
              float: inherit; } }
          #sh-index-meetings .page-moment .item-box .btn-box .swiper-pagination .swiper-pagination-bullet {
            margin-right: 5px; }
            #sh-index-meetings .page-moment .item-box .btn-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              background-color: #c7000b;
              width: 30px;
              border-radius: 4px; }
        #sh-index-meetings .page-moment .item-box .btn-box .right {
          float: right;
          position: relative; }
          @media only screen and (max-width: 750px) {
            #sh-index-meetings .page-moment .item-box .btn-box .right {
              display: none; } }
          #sh-index-meetings .page-moment .item-box .btn-box .right .swiper-button-next,
          #sh-index-meetings .page-moment .item-box .btn-box .right .swiper-button-prev {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            background-size: cover; }
          #sh-index-meetings .page-moment .item-box .btn-box .right .swiper-button-next {
            right: 0;
            background-image: url("../../images/meetings-index/arrow_right_red.png"); }
            #sh-index-meetings .page-moment .item-box .btn-box .right .swiper-button-next.swiper-button-disabled {
              opacity: 1;
              filter: alpha(opacity=100);
              background-image: url("../../images/meetings-index/arrow_right_gray.png"); }
          #sh-index-meetings .page-moment .item-box .btn-box .right .swiper-button-prev {
            right: 50px;
            left: auto;
            background-image: url("../../images/meetings-index/arrow_left_red.png"); }
            #sh-index-meetings .page-moment .item-box .btn-box .right .swiper-button-prev.swiper-button-disabled {
              opacity: 1;
              filter: alpha(opacity=100);
              background-image: url("../../images/meetings-index/arrow_left_gray.png"); }
  #sh-index-meetings .page-topics {
    padding: 30px 0; }
    #sh-index-meetings .page-topics .item-box {
      margin: 30px 0; }
      #sh-index-meetings .page-topics .item-box ul {
        position: relative; }
        #sh-index-meetings .page-topics .item-box ul li {
          width: 33.3%;
          padding: 15px; }
          @media only screen and (max-width: 750px) {
            #sh-index-meetings .page-topics .item-box ul li {
              width: 100%; } }
          #sh-index-meetings .page-topics .item-box ul li:hover a .item-pic img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
          #sh-index-meetings .page-topics .item-box ul li a {
            display: block;
            -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
            -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09); }
            #sh-index-meetings .page-topics .item-box ul li a .item-pic {
              width: 100%;
              overflow: hidden;
              position: relative; }
              #sh-index-meetings .page-topics .item-box ul li a .item-pic img {
                width: 100%;
                -webkit-transition: transform 0.8s;
                -moz-transition: transform 0.8s;
                -ms-transition: transform 0.8s;
                -o-transition: transform 0.8s;
                transition: transform 0.8s; }
              #sh-index-meetings .page-topics .item-box ul li a .item-pic span.player {
                position: absolute;
                bottom: 165px;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 60px;
                height: 60px;
                display: inline-block;
                overflow: hidden;
                z-index: 10; }
                #sh-index-meetings .page-topics .item-box ul li a .item-pic span.player.white-play {
                  background: url("../../images/play_small.png");
                  background-size: cover; }
            #sh-index-meetings .page-topics .item-box ul li a .item-text {
              background-color: #fff;
              padding: 20px; }
              #sh-index-meetings .page-topics .item-box ul li a .item-text .tag {
                background-color: #4664ff;
                border-radius: 0 10px 0 0;
                padding: 5px 15px;
                color: #fff;
                display: inline-block; }
              #sh-index-meetings .page-topics .item-box ul li a .item-text .title {
                font-size: 18px;
                color: #084084;
                margin: 20px 0;
                margin-bottom: 50px; }
                @media only screen and (max-width: 750px) {
                  #sh-index-meetings .page-topics .item-box ul li a .item-text .title {
                    font-size: 18px; } }
              #sh-index-meetings .page-topics .item-box ul li a .item-text .more {
                color: #282828;
                margin-bottom: 10px; }
                #sh-index-meetings .page-topics .item-box ul li a .item-text .more i {
                  display: inline-block;
                  width: 10px;
                  height: 10px;
                  border-top: 1px solid #282828;
                  border-right: 1px solid #282828;
                  -webkit-transform: rotate(45deg);
                  -moz-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
            #sh-index-meetings .page-topics .item-box ul li a.noImg .item-text {
              padding: 0;
              padding-bottom: 20px; }
              #sh-index-meetings .page-topics .item-box ul li a.noImg .item-text .tag {
                width: 100%;
                border-radius: 0;
                padding: 15px 20px; }
              #sh-index-meetings .page-topics .item-box ul li a.noImg .item-text > div {
                padding-left: 20px;
                padding-right: 20px; }
      #sh-index-meetings .page-topics .item-box .load-more {
        text-align: center;
        margin: 30px 0; }
        #sh-index-meetings .page-topics .item-box .load-more a {
          display: inline-block;
          padding: 10px 30px;
          color: #c7000b;
          border: 2px solid #c7000b; }
          #sh-index-meetings .page-topics .item-box .load-more a[aria-expanded="true"] {
            display: none; }
  #sh-index-meetings .page-footer {
    width: 100%;
    background: #071531;
    font-family: fzlt-light;
    color: #fff; }
    #sh-index-meetings .page-footer .main-box {
      padding: 30px 20px; }
      #sh-index-meetings .page-footer .main-box .lt-info {
        width: 100%; }
        #sh-index-meetings .page-footer .main-box .lt-info .title {
          font-size: 18px;
          line-height: 25px; }
        #sh-index-meetings .page-footer .main-box .lt-info .hall {
          font-size: 14px;
          margin-top: 5px;
          line-height: 21px; }
          #sh-index-meetings .page-footer .main-box .lt-info .hall .zq {
            margin-top: 5px; }
            #sh-index-meetings .page-footer .main-box .lt-info .hall .zq .icon-map {
              float: left;
              display: inline-block;
              width: 20px;
              height: 20px;
              background-repeat: no-repeat;
              background-image: url("../../images/footer/icon_map.png"); }
            #sh-index-meetings .page-footer .main-box .lt-info .hall .zq .text-box {
              margin-left: 20px; }
              #sh-index-meetings .page-footer .main-box .lt-info .hall .zq .text-box p:first-child {
                font-size: 18px; }
      #sh-index-meetings .page-footer .main-box .rt-follow {
        margin-top: 15px; }
        #sh-index-meetings .page-footer .main-box .rt-follow .title {
          font-size: 18px;
          line-height: 25px; }
        #sh-index-meetings .page-footer .main-box .rt-follow .tip {
          font-size: 14px;
          line-height: 20px; }
        #sh-index-meetings .page-footer .main-box .rt-follow .fs {
          text-align: left;
          height: 32px;
          margin-top: 10px; }
          #sh-index-meetings .page-footer .main-box .rt-follow .fs a {
            display: inline-block;
            width: 32px;
            height: 32px;
            border-radius: 32px;
            margin-right: 12px;
            background-size: 100% 100%; }
            #sh-index-meetings .page-footer .main-box .rt-follow .fs a.fb {
              background-image: url("../../images/footer/icon_facebook.png"); }
            #sh-index-meetings .page-footer .main-box .rt-follow .fs a.tw {
              background-image: url("../../images/footer/icon_twitter.png"); }
            #sh-index-meetings .page-footer .main-box .rt-follow .fs a.wx {
              background-image: url("../../images/footer/icon_wechat.png");
              position: relative; }
              #sh-index-meetings .page-footer .main-box .rt-follow .fs a.wx .wx-code-b {
                opacity: 0;
                position: absolute;
                width: 92px;
                height: 92px;
                padding: 9px;
                top: -107px;
                left: -16px;
                background: #003594;
                -webkit-transition: opacity 0.5s;
                -moz-transition: opacity 0.5s;
                -ms-transition: opacity 0.5s;
                -o-transition: opacity 0.5s;
                transition: opacity 0.5s; }
                #sh-index-meetings .page-footer .main-box .rt-follow .fs a.wx .wx-code-b img {
                  display: block;
                  width: 100%;
                  height: auto; }
              #sh-index-meetings .page-footer .main-box .rt-follow .fs a.wx:hover .wx-code-b {
                opacity: 1;
                pointer-events: auto; }
            #sh-index-meetings .page-footer .main-box .rt-follow .fs a.lin {
              background-image: url("../../images/footer/icon_linkedin.png"); }
    #sh-index-meetings .page-footer .main-footer {
      font-size: 14px;
      text-align: center;
      color: #414f6a;
      border-top: 1px solid #414f6a;
      padding: 20px 0; }
      #sh-index-meetings .page-footer .main-footer a {
        color: inherit; }
      #sh-index-meetings .page-footer .main-footer .bottom-link {
        color: #414f6a; }
        #sh-index-meetings .page-footer .main-footer .bottom-link a {
          margin: 0 20px; }
  @media (min-width: 768px) {
    #sh-index-meetings .page-footer {
      padding: 0; }
      #sh-index-meetings .page-footer .main-box {
        width: 98%;
        max-width: 1336px;
        height: 220px;
        padding: 35px 58px 45px 58px;
        margin: 0 auto;
        position: relative;
        font-size: 14px; }
        #sh-index-meetings .page-footer .main-box .lt-info {
          width: 50%;
          height: 100%;
          float: left; }
          #sh-index-meetings .page-footer .main-box .lt-info .title {
            margin: 0 0 10px 0;
            line-height: 32px;
            font-size: 16px; }
          #sh-index-meetings .page-footer .main-box .lt-info .hall {
            line-height: 25px;
            font-size: 14px; }
        #sh-index-meetings .page-footer .main-box .rt-follow {
          width: 50%;
          height: 100%;
          float: right;
          position: relative; }
          #sh-index-meetings .page-footer .main-box .rt-follow p {
            margin: 0 0 12px 0;
            line-height: 20px;
            text-align: right;
            font-size: 16px; }
          #sh-index-meetings .page-footer .main-box .rt-follow .fs {
            text-align: right;
            height: 24px; }
            #sh-index-meetings .page-footer .main-box .rt-follow .fs a {
              display: inline-block;
              width: 30px;
              height: 30px;
              border-radius: 2px;
              margin-right: 0;
              margin-left: 15px;
              background-size: 100% 100%; }
              #sh-index-meetings .page-footer .main-box .rt-follow .fs a.wx .wx-code-b {
                position: absolute;
                width: 165px;
                height: 165px;
                padding: 18px;
                top: -174px;
                left: -66px;
                background: #003594; }
                #sh-index-meetings .page-footer .main-box .rt-follow .fs a.wx .wx-code-b img {
                  display: block;
                  width: 100%;
                  height: auto; }
      #sh-index-meetings .page-footer .main-footer {
        overflow: hidden; }
        #sh-index-meetings .page-footer .main-footer .copyright,
        #sh-index-meetings .page-footer .main-footer .bottom-link {
          width: 50%;
          float: left; }
        #sh-index-meetings .page-footer .main-footer .copyright {
          text-align: right; }
        #sh-index-meetings .page-footer .main-footer .bottom-link {
          text-align: left;
          padding-left: 20px; } }
  @media (min-width: 768px) and (min-width: 1170px) {
    #sh-index-meetings .page-footer .main-box {
      padding: 35px 88px 45px 88px; } }

.fbox-video #mediaplayer #playerID,
.fbox-video #mediaplayer video {
  width: 100%;
  height: 100%;
  object-fit: fill; }
