@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 {
  /*邀请函 begin*/
  /*邀请函 end*/
  /*回顾 begin*/
  /*回顾 end*/
  /*5G is on 广告条*/ }
  #sh-index .page-nav {
    position: relative;
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    color: #000;
    padding: 0 20px; }
    #sh-index .page-nav.page-nav-fixed {
      position: fixed;
      background-color: #fff;
      color: #000; }
      #sh-index .page-nav.page-nav-fixed .main-box .logo img.white_logo {
        display: none; }
      #sh-index .page-nav.page-nav-fixed .main-box .logo img.black_logo {
        display: block; }
    #sh-index .page-nav a {
      color: inherit; }
    #sh-index .page-nav .main-box {
      height: 100%;
      position: relative;
      z-index: 3; }
      #sh-index .page-nav .main-box .logo {
        position: absolute;
        width: auto;
        height: auto;
        top: 18px;
        left: 0; }
        #sh-index .page-nav .main-box .logo img {
          display: block;
          width: auto;
          height: auto;
          max-width: 133px; }
          #sh-index .page-nav .main-box .logo img.white_logo {
            display: none; }
          #sh-index .page-nav .main-box .logo img.black_logo {
            display: block; }
      #sh-index .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 .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 .page-nav .main-box .lang-tap,
      #sh-index .page-nav .main-box .nav-a {
        display: none; }
    #sh-index .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 .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 .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 .page-nav .slide-nav-box .lang-tap-m a {
          display: inline;
          border: none;
          padding: 0;
          line-height: 1; }
      #sh-index .page-nav .slide-nav-box .slide-cell-box {
        display: none; }
        #sh-index .page-nav .slide-nav-box .slide-cell-box a {
          padding-left: 35px; }
      #sh-index .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 .page-nav .slide-nav-box a.slide-cell {
          position: relative; }
          #sh-index .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 .page-nav {
      position: absolute;
      color: #fff; }
      #sh-index .page-nav .main-box .logo img.white_logo {
        display: block; }
      #sh-index .page-nav .main-box .logo img.black_logo {
        display: none; } }
  @media (min-width: 768px) {
    #sh-index .page-nav {
      display: block;
      background: none; }
      #sh-index .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 .page-nav .main-box a {
          color: inherit; }
        #sh-index .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 .page-nav .main-box .lang-tap a {
            font-family: fzlt-regular; }
            #sh-index .page-nav .main-box .lang-tap a.active {
              font-family: fzlt-bold;
              font-weight: bold;
              color: #c7000b; }
        #sh-index .page-nav .main-box .nav-a {
          display: block;
          float: left;
          width: 480px;
          text-align: center;
          position: relative; }
          #sh-index .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 .page-nav .main-box .nav-a .slide-menu:hover {
              display: block !important; }
            #sh-index .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 .page-nav .main-box .nav-a .slide-menu a:last-child {
                margin-bottom: 0; }
              #sh-index .page-nav .main-box .nav-a .slide-menu a:hover {
                color: #c7000b; }
        #sh-index .page-nav .main-box .nav-a a.n,
        #sh-index .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 .page-nav .main-box .nav-a a.n.cur, #sh-index .page-nav .main-box .nav-a a.n:hover,
          #sh-index .page-nav .main-box .nav-a div.n.cur,
          #sh-index .page-nav .main-box .nav-a div.n:hover {
            color: #c7000b; }
          #sh-index .page-nav .main-box .nav-a a.n:last-child,
          #sh-index .page-nav .main-box .nav-a div.n:last-child {
            margin-right: 0; }
          #sh-index .page-nav .main-box .nav-a a.n:after,
          #sh-index .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 .page-nav .main-box .nav-a a.n:hover:after,
        #sh-index .page-nav .main-box .nav-a div.n:hover:after,
        #sh-index .page-nav .main-box .nav-a a.n.cur:after,
        #sh-index .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 .page-nav .main-box .logo {
          position: static;
          width: 155px;
          height: 38px;
          float: left;
          margin-top: 3px; }
          #sh-index .page-nav .main-box .logo img {
            display: block;
            width: auto;
            height: auto; }
      #sh-index .page-nav .nav-menu,
      #sh-index .page-nav .slide-nav-box {
        display: none; } }
  @media (min-width: 768px) and (min-width: 1100px) {
    #sh-index .page-nav .main-box .nav-a {
      width: 780px; } }
  @media (min-width: 768px) and (min-width: 1100px) {
    #sh-index .page-nav .main-box .nav-a a.n,
    #sh-index .page-nav .main-box .nav-a div.n {
      margin-right: 40px;
      font-size: 18px; } }
  #sh-index .page-banner {
    position: relative;
    overflow: hidden; }
    #sh-index .page-banner .box {
      width: 100%;
      position: relative;
      max-height: 800px; }
      #sh-index .page-banner .box video {
        width: 100%;
        margin-bottom: -7px; }
      #sh-index .page-banner .box .test {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
    #sh-index .page-banner .text {
      position: absolute;
      top: 25%;
      left: 30%;
      width: 50%;
      color: #fcfbfb; }
      #sh-index .page-banner .text img {
        width: 50%; }
  @media (min-width: 967px) {
    #sh-index .page-banner .box .test {
      background-image: none !important; } }
  @media (max-width: 967px) {
    #sh-index .page-banner .box video {
      display: none; }
    #sh-index .page-banner .box .test {
      transform: scale(1.1);
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      width: 100%;
      height: 23.7037rem; }
    #sh-index .page-banner .text {
      display: none; } }
  @media (min-width: 1440px) {
    #sh-index .page-banner .text {
      width: 720px; }
      #sh-index .page-banner .text img {
        width: 50%; } }
  #sh-index .page-invitation {
    background: url("../../images/yaoqing_svg.png");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    #sh-index .page-invitation .lf-info {
      z-index: 1; }
      #sh-index .page-invitation .lf-info .invitation-img img {
        margin: 0 auto; }
    #sh-index .page-invitation .rt-info {
      padding: 50px;
      background: #fff;
      position: relative;
      min-height: 600px; }
      #sh-index .page-invitation .rt-info .title h2 {
        font-size: 42px;
        display: inline-block;
        position: relative; }
        #sh-index .page-invitation .rt-info .title h2 span {
          position: relative; }
        #sh-index .page-invitation .rt-info .title h2 em {
          width: 100%;
          height: 2px;
          background: #c7000b;
          position: absolute;
          bottom: -10px;
          left: 0;
          margin-left: 0; }
      #sh-index .page-invitation .rt-info:before {
        position: absolute;
        top: 0;
        left: -50%;
        width: 50%;
        content: '';
        background: #fff;
        height: 100%; }
      #sh-index .page-invitation .rt-info .content {
        overflow: hidden;
        margin-top: 20px; }
        #sh-index .page-invitation .rt-info .content p {
          margin: 1.8em 0;
          line-height: 28px; }
    #sh-index .page-invitation h2 {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    #sh-index .page-invitation {
      background: none; }
      #sh-index .page-invitation .rt-info {
        min-height: 0;
        padding: 20px; }
        #sh-index .page-invitation .rt-info .title h2 em {
          bottom: -3px; }
        #sh-index .page-invitation .rt-info .title {
          margin-bottom: 0; }
        #sh-index .page-invitation .rt-info .content {
          margin-top: 0; } }
  @media (max-width: 750px) {
    #sh-index .page-invitation .rt-info .title h2 {
      font-size: 28px; } }
  #sh-index .page-invitation {
    padding: 150px 0; }
  @media (max-width: 767px) {
    #sh-index .page-invitation {
      padding: 0;
      padding-top: 50px; } }
  #sh-index .page-overview {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px; }
    #sh-index .page-overview h2 {
      text-align: center;
      margin: 50px 0;
      margin-top: 100px;
      font-size: 48px; }
    #sh-index .page-overview .content {
      padding: 0 25px;
      position: relative; }
      #sh-index .page-overview .content:after {
        content: '';
        background: url("../../images/spot_lin.png") no-repeat;
        width: 5px;
        background-size: contain;
        height: 80%;
        position: absolute;
        right: 0;
        top: 10%; }
      #sh-index .page-overview .content h3 {
        margin-bottom: 0;
        font-size: 28px; }
      #sh-index .page-overview .content .one,
      #sh-index .page-overview .content .two,
      #sh-index .page-overview .content .three {
        width: 40px;
        height: 2px;
        background: #be1d2d;
        display: block;
        margin: 10px 0; }
    #sh-index .page-overview .public-container .col-sm-4:last-child .content:after {
      display: none; }
  @media (max-width: 767px) {
    #sh-index .page-overview {
      padding-top: 40px;
      padding-bottom: 40px; }
      #sh-index .page-overview .content {
        padding: 0;
        text-align: left;
        margin: 15px 0; }
        #sh-index .page-overview .content:after {
          display: none; }
        #sh-index .page-overview .content img {
          max-width: 100%; }
        #sh-index .page-overview .content h3 {
          font-size: 18px;
          text-align: left;
          font-weight: normal !important; } }
  @media (max-width: 750px) {
    #sh-index .page-overview h2 {
      text-align: center;
      margin: 30px 0;
      margin-top: 60px;
      font-size: 28px; } }
  #sh-index .page-topic .wrap {
    width: 1400px;
    margin: 0 auto; }
  @media (max-width: 1370px) {
    #sh-index .page-topic .wrap {
      width: 1300px; } }
  @media (max-width: 750px) {
    #sh-index .page-topic .wrap {
      width: 100%; } }
  #sh-index .page-topic h2 {
    text-align: center;
    margin: 50px 0;
    margin-top: 100px;
    font-size: 48px; }
  #sh-index .page-topic .accordion {
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
    width: 100%;
    color: #ffffff; }
    #sh-index .page-topic .accordion .wrap {
      position: relative;
      height: 640px; }
      #sh-index .page-topic .accordion .wrap .bg {
        width: 1400px;
        height: 640px;
        background: #081a3c;
        top: 40px;
        left: 40px;
        position: absolute; }
      #sh-index .page-topic .accordion .wrap ul {
        overflow: hidden;
        position: relative;
        z-index: 1;
        height: 100%; }
        #sh-index .page-topic .accordion .wrap ul li {
          float: none;
          position: absolute;
          width: 450px;
          height: 100%;
          background: #081a3c;
          margin-left: 0;
          padding-top: 210px;
          box-sizing: border-box;
          background-size: cover;
          background-repeat: no-repeat;
          top: 0;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          z-index: 1;
          cursor: pointer;
          padding-left: 130px; }
          #sh-index .page-topic .accordion .wrap ul li.long {
            padding-left: 70px; }
            #sh-index .page-topic .accordion .wrap ul li.long .button {
              margin-left: 90px; }
          #sh-index .page-topic .accordion .wrap ul li:before {
            content: " ";
            width: 100%;
            height: 100%;
            z-index: -1;
            background: rgba(0, 25, 98, 0.35);
            left: 0;
            top: 0;
            position: absolute;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          #sh-index .page-topic .accordion .wrap ul li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 6px;
            background: rgba(246, 111, 106, 0.8);
            bottom: 0;
            left: 0;
            opacity: 0;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          #sh-index .page-topic .accordion .wrap ul li:first-child {
            margin-left: 0; }
          #sh-index .page-topic .accordion .wrap ul li:nth-child(2) {
            left: 475px; }
          #sh-index .page-topic .accordion .wrap ul li:nth-child(3) {
            left: 950px; }
          #sh-index .page-topic .accordion .wrap ul li i {
            display: block;
            position: absolute;
            width: 23px;
            height: 23px;
            background: url(../../images/btn-close.png) no-repeat center;
            right: 40px;
            top: 40px;
            display: none;
            z-index: 1; }
          #sh-index .page-topic .accordion .wrap ul li dl {
            margin-bottom: 30px; }
            #sh-index .page-topic .accordion .wrap ul li dl dt {
              float: left;
              color: white;
              line-height: 1.1; }
              #sh-index .page-topic .accordion .wrap ul li dl dt span {
                font-size: 90px;
                font-weight: normal; }
                #sh-index .page-topic .accordion .wrap ul li dl dt span.block {
                  display: block; }
                  #sh-index .page-topic .accordion .wrap ul li dl dt span.block + em {
                    margin-left: 0; }
              #sh-index .page-topic .accordion .wrap ul li dl dt em {
                font-size: 28px;
                font-style: normal;
                font-weight: normal;
                margin-left: 15px; }
              #sh-index .page-topic .accordion .wrap ul li dl dt.s2 {
                margin-top: -20px; }
                #sh-index .page-topic .accordion .wrap ul li dl dt.s2 span {
                  font-size: 28px;
                  display: block;
                  margin-bottom: 10px; }
                #sh-index .page-topic .accordion .wrap ul li dl dt.s2 em {
                  font-size: 70px;
                  margin-left: 0;
                  display: block; }
            #sh-index .page-topic .accordion .wrap ul li dl dd {
              display: none;
              float: right;
              padding-right: 145px;
              position: relative;
              width: 635px; }
              #sh-index .page-topic .accordion .wrap ul li dl dd:after {
                content: " ";
                display: block;
                position: absolute;
                width: 50px;
                height: 2px;
                color: white;
                background: white;
                right: 145px;
                top: -40px;
                display: none; }
              #sh-index .page-topic .accordion .wrap ul li dl dd p {
                font-size: 16px;
                text-align: right;
                color: white;
                line-height: 32px;
                opacity: 0.8; }
          #sh-index .page-topic .accordion .wrap ul li .button {
            height: 50px;
            line-height: 48px;
            border: 1px solid #f66f6a;
            padding: 0 30px;
            color: #f66f6a;
            font-size: 16px;
            margin-left: 20px;
            background: rgba(0, 0, 0, 0.1);
            display: none; }
          #sh-index .page-topic .accordion .wrap ul li.active {
            width: 100%;
            margin-left: 0;
            z-index: 9;
            left: 0; }
            #sh-index .page-topic .accordion .wrap ul li.active i {
              display: block;
              opacity: 1; }
            #sh-index .page-topic .accordion .wrap ul li.active dl dd {
              display: block; }
            #sh-index .page-topic .accordion .wrap ul li.active .button {
              float: right;
              margin-right: 145px;
              margin-top: 22px;
              color: white;
              background: #f66f6a;
              border-color: #f66f6a;
              display: inline-block; }
          #sh-index .page-topic .accordion .wrap ul li:hover:before {
            background: rgba(0, 25, 98, 0.6); }
          #sh-index .page-topic .accordion .wrap ul li:hover:after {
            opacity: 1; }
    #sh-index .page-topic .accordion.accordion-en .wrap ul li dl dt.s2 em {
      font-size: 60px; }
  @media (max-width: 1370px) {
    #sh-index .page-topic .accordion {
      margin-top: 77px;
      margin-bottom: 84px; }
      #sh-index .page-topic .accordion .wrap .bg {
        width: 1300px; }
      #sh-index .page-topic .accordion .wrap ul li {
        width: 416px; }
        #sh-index .page-topic .accordion .wrap ul li:nth-child(2) {
          left: 441px; }
        #sh-index .page-topic .accordion .wrap ul li:nth-child(3) {
          left: 882px; }
        #sh-index .page-topic .accordion .wrap ul li.active {
          width: 100%;
          margin-left: 0;
          z-index: 9;
          left: 0; } }
  @media (max-width: 750px) {
    #sh-index .page-topic h2 {
      text-align: center;
      margin: 30px 0;
      margin-top: 60px;
      font-size: 28px; }
    #sh-index .page-topic .accordion {
      /*margin-top: torem(15px);
      margin-bottom: torem(15px);*/
      padding-bottom: 0; }
      #sh-index .page-topic .accordion .wrap {
        height: auto; }
        #sh-index .page-topic .accordion .wrap .bg {
          display: none; }
        #sh-index .page-topic .accordion .wrap ul {
          margin-bottom: 0; }
          #sh-index .page-topic .accordion .wrap ul li {
            width: 100%;
            margin-left: 0;
            padding-top: 7.40741rem;
            float: left;
            height: 38rem;
            text-align: left;
            position: relative;
            left: 0 !important;
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none;
            padding-left: 2.96296rem;
            padding-right: 2.96296rem; }
            #sh-index .page-topic .accordion .wrap ul li.long {
              padding-left: 2.96296rem; }
            #sh-index .page-topic .accordion .wrap ul li i {
              display: none; }
            #sh-index .page-topic .accordion .wrap ul li dl {
              margin-bottom: 2.96296rem; }
              #sh-index .page-topic .accordion .wrap ul li dl dt {
                float: none;
                margin-bottom: 1.85185rem; }
                #sh-index .page-topic .accordion .wrap ul li dl dt span {
                  font-size: 6.66667rem; }
                #sh-index .page-topic .accordion .wrap ul li dl dt em {
                  font-size: 2.07407rem;
                  margin-left: 1.11111rem; }
                #sh-index .page-topic .accordion .wrap ul li dl dt.s2 {
                  margin-top: 0;
                  text-align: left;
                  padding-left: 0; }
                  #sh-index .page-topic .accordion .wrap ul li dl dt.s2 span {
                    font-size: 2.07407rem;
                    margin-bottom: 0.74074rem; }
                  #sh-index .page-topic .accordion .wrap ul li dl dt.s2 em {
                    font-size: 5.18519rem; }
              #sh-index .page-topic .accordion .wrap ul li dl dd {
                float: none;
                width: 100%;
                padding-right: 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden; }
                #sh-index .page-topic .accordion .wrap ul li dl dd p {
                  text-align: left;
                  font-size: 1.18519rem;
                  line-height: 2.37037rem; }
                  #sh-index .page-topic .accordion .wrap ul li dl dd p + p {
                    display: none; }
                #sh-index .page-topic .accordion .wrap ul li dl dd:after {
                  display: none; }
            #sh-index .page-topic .accordion .wrap ul li .button {
              height: 3.7037rem;
              line-height: 3.55556rem;
              padding: 0 2.22222rem;
              font-size: 1.18519rem;
              margin-left: 0;
              -moz-transition: none;
              -o-transition: none;
              -webkit-transition: none;
              transition: none;
              display: inline-block; }
            #sh-index .page-topic .accordion .wrap ul li.active {
              width: 100%; }
              #sh-index .page-topic .accordion .wrap ul li.active i {
                display: none; }
              #sh-index .page-topic .accordion .wrap ul li.active dl dd {
                display: -webkit-box; }
              #sh-index .page-topic .accordion .wrap ul li.active .button {
                float: none;
                margin-right: 0;
                margin-top: 0; }
            #sh-index .page-topic .accordion .wrap ul li:hover:after {
              display: none !important; }
          #sh-index .page-topic .accordion .wrap ul .slick-dots {
            position: absolute;
            bottom: 1.48148rem;
            height: 28px;
            font-size: 0; }
            #sh-index .page-topic .accordion .wrap ul .slick-dots li {
              width: 10px;
              height: 10px;
              display: inline-block;
              float: none;
              padding-top: 0;
              border: 1px solid rgba(255, 255, 255, 0.3);
              border-radius: 50%;
              padding: 0;
              margin: 0 7px;
              background: none; }
              #sh-index .page-topic .accordion .wrap ul .slick-dots li.slick-active {
                background: white; }
              #sh-index .page-topic .accordion .wrap ul .slick-dots li:before {
                display: none; }
              #sh-index .page-topic .accordion .wrap ul .slick-dots li:after {
                display: none; }
              #sh-index .page-topic .accordion .wrap ul .slick-dots li button {
                display: none; }
      #sh-index .page-topic .accordion.accordion-en .wrap ul li dl dt.s2 em {
        font-size: 3.7037rem; } }
  #sh-index .public-container {
    max-width: 1440px;
    width: 80%;
    margin: 0 auto; }
  #sh-index .m-r {
    margin-right: 1.527%; }
  #sh-index .h-r {
    margin-right: 1.79%; }
  #sh-index .m-b {
    margin-bottom: 25px; }
  #sh-index .fr {
    float: right; }
  #sh-index .fl {
    float: left; }
  #sh-index .page-case .main .operator h2 {
    text-align: center;
    margin: 50px 0;
    margin-top: 100px;
    font-size: 48px; }
  #sh-index .page-case .main .operator .list {
    /*padding: 40px 0 50px 0;*/
    overflow: hidden; }
    #sh-index .page-case .main .operator .list .magnify {
      width: 66.05%;
      height: 952px;
      overflow: hidden;
      position: relative; }
      #sh-index .page-case .main .operator .list .magnify:hover .digitization {
        transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .magnify:hover .digitization .mask {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.3); }
      #sh-index .page-case .main .operator .list .magnify:hover .text .one img {
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px); }
      #sh-index .page-case .main .operator .list .magnify .digitization {
        width: 100%;
        height: 952px;
        cursor: pointer;
        width: 100%;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        background-size: cover !important;
        background-repeat: no-repeat !important; }
      #sh-index .page-case .main .operator .list .magnify .text {
        position: absolute;
        bottom: 50px;
        left: 60px;
        width: 56%; }
        #sh-index .page-case .main .operator .list .magnify .text .player {
          display: inline-block; }
          #sh-index .page-case .main .operator .list .magnify .text .player img {
            height: 100px; }
        #sh-index .page-case .main .operator .list .magnify .text .title {
          font-size: 28px;
          color: #fcfbfb;
          padding-top: 34px;
          line-height: 34px; }
        #sh-index .page-case .main .operator .list .magnify .text p {
          width: 95%;
          font-size: 16px;
          color: #fcfbfb;
          padding-top: 6px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        #sh-index .page-case .main .operator .list .magnify .text a {
          display: block; }
          #sh-index .page-case .main .operator .list .magnify .text a .one {
            font-size: 16px;
            color: #fcfbfb;
            margin-top: 16px; }
            #sh-index .page-case .main .operator .list .magnify .text a .one span {
              margin-right: 10px; }
            #sh-index .page-case .main .operator .list .magnify .text a .one img {
              height: 8px;
              -moz-transition: transform 0.5s ease;
              -o-transition: transform 0.5s ease;
              -webkit-transition: transform 0.5s ease;
              transition: transform 0.5s ease;
              -moz-transform: translateX(0);
              -ms-transform: translateX(0);
              -o-transform: translateX(0);
              -webkit-transform: translateX(0);
              transform: translateX(0); }
    #sh-index .page-case .main .operator .list .magnify-1 {
      width: 66.05%;
      height: 952px;
      overflow: hidden;
      position: relative; }
      #sh-index .page-case .main .operator .list .magnify-1:hover .work-1 {
        transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .magnify-1:hover .work-1 .mask {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.3); }
      #sh-index .page-case .main .operator .list .magnify-1:hover .text .one img {
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px); }
      #sh-index .page-case .main .operator .list .magnify-1 .work-1 {
        width: 100%;
        height: 952px;
        cursor: pointer;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        background-size: cover !important;
        background-repeat: no-repeat !important; }
      #sh-index .page-case .main .operator .list .magnify-1 .text {
        position: absolute;
        bottom: 50px;
        left: 60px;
        width: 32.27%; }
        #sh-index .page-case .main .operator .list .magnify-1 .text .player {
          display: inline-block; }
          #sh-index .page-case .main .operator .list .magnify-1 .text .player img {
            height: 100px; }
        #sh-index .page-case .main .operator .list .magnify-1 .text .title {
          font-size: 28px;
          color: #fcfbfb;
          padding-top: 34px;
          line-height: 34px; }
        #sh-index .page-case .main .operator .list .magnify-1 .text p {
          font-size: 16px;
          color: #fcfbfb;
          padding-top: 15px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        #sh-index .page-case .main .operator .list .magnify-1 .text a {
          display: block; }
          #sh-index .page-case .main .operator .list .magnify-1 .text a .one {
            font-size: 16px;
            color: #fcfbfb;
            margin-top: 16px; }
            #sh-index .page-case .main .operator .list .magnify-1 .text a .one span {
              margin-right: 10px; }
            #sh-index .page-case .main .operator .list .magnify-1 .text a .one img {
              height: 8px;
              -moz-transition: transform 0.5s ease;
              -o-transition: transform 0.5s ease;
              -webkit-transition: transform 0.5s ease;
              transition: transform 0.5s ease;
              -moz-transform: translateX(0);
              -ms-transform: translateX(0);
              -o-transform: translateX(0);
              -webkit-transform: translateX(0);
              transform: translateX(0); }
    #sh-index .page-case .main .operator .list .magnify-2 {
      display: none; }
    #sh-index .page-case .main .operator .list .public-magnify {
      position: relative;
      width: 32.15%;
      height: 464px;
      overflow: hidden; }
      #sh-index .page-case .main .operator .list .public-magnify:hover .public-list {
        transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .public-magnify:hover .public-list .mask {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.3); }
      #sh-index .page-case .main .operator .list .public-magnify:hover .text .one img {
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px); }
      #sh-index .page-case .main .operator .list .public-magnify .public-list {
        width: 100%;
        height: 464px;
        cursor: pointer;
        width: 100%;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        background-size: cover !important;
        background-repeat: no-repeat !important; }
      #sh-index .page-case .main .operator .list .public-magnify .public-list:hover {
        transform: scale(1.1); }
      #sh-index .page-case .main .operator .list .public-magnify .text {
        position: absolute;
        bottom: 50px;
        left: 60px;
        width: 78.88%; }
        #sh-index .page-case .main .operator .list .public-magnify .text a {
          display: inline-block; }
          #sh-index .page-case .main .operator .list .public-magnify .text a img {
            height: 70px; }
        #sh-index .page-case .main .operator .list .public-magnify .text .title {
          font-size: 28px;
          color: #fcfbfb;
          padding-top: 34px;
          line-height: 34px;
          overflow: hidden; }
        #sh-index .page-case .main .operator .list .public-magnify .text p {
          font-size: 16px;
          color: #fcfbfb;
          padding-top: 6px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        #sh-index .page-case .main .operator .list .public-magnify .text a {
          display: block; }
          #sh-index .page-case .main .operator .list .public-magnify .text a.js_video_play {
            display: inline-block; }
          #sh-index .page-case .main .operator .list .public-magnify .text a .one {
            font-size: 16px;
            color: #fcfbfb;
            margin-top: 16px; }
            #sh-index .page-case .main .operator .list .public-magnify .text a .one span {
              margin-right: 10px; }
            #sh-index .page-case .main .operator .list .public-magnify .text a .one img {
              height: 8px;
              -moz-transition: transform 0.5s ease;
              -o-transition: transform 0.5s ease;
              -webkit-transition: transform 0.5s ease;
              transition: transform 0.5s ease;
              -moz-transform: translateX(0);
              -ms-transform: translateX(0);
              -o-transform: translateX(0);
              -webkit-transform: translateX(0);
              transform: translateX(0); }
    #sh-index .page-case .main .operator .list .platform-magnify {
      position: relative;
      width: 66.04%;
      height: 464px;
      overflow: hidden; }
      #sh-index .page-case .main .operator .list .platform-magnify:hover .platform {
        transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .platform-magnify:hover .platform .mask {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.3); }
      #sh-index .page-case .main .operator .list .platform-magnify:hover .text .one img {
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px); }
      #sh-index .page-case .main .operator .list .platform-magnify .platform {
        width: 100%;
        height: 464px;
        cursor: pointer;
        width: 100%;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        background-size: cover !important;
        background-repeat: no-repeat !important; }
      #sh-index .page-case .main .operator .list .platform-magnify .platform:hover {
        transform: scale(1.1); }
      #sh-index .page-case .main .operator .list .platform-magnify .text {
        position: absolute;
        bottom: 50px;
        left: 60px;
        width: 50%; }
        #sh-index .page-case .main .operator .list .platform-magnify .text a {
          display: inline-block; }
          #sh-index .page-case .main .operator .list .platform-magnify .text a img {
            height: 70px; }
        #sh-index .page-case .main .operator .list .platform-magnify .text .title {
          font-size: 28px;
          color: #fcfbfb;
          padding-top: 34px;
          line-height: 34px;
          overflow: hidden; }
        #sh-index .page-case .main .operator .list .platform-magnify .text p {
          font-size: 16px;
          color: #fcfbfb;
          padding-top: 6px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        #sh-index .page-case .main .operator .list .platform-magnify .text a {
          display: block; }
          #sh-index .page-case .main .operator .list .platform-magnify .text a .one {
            font-size: 16px;
            color: #fcfbfb;
            margin-top: 16px; }
            #sh-index .page-case .main .operator .list .platform-magnify .text a .one span {
              margin-right: 10px; }
            #sh-index .page-case .main .operator .list .platform-magnify .text a .one img {
              height: 8px;
              -moz-transition: transform 0.5s ease;
              -o-transition: transform 0.5s ease;
              -webkit-transition: transform 0.5s ease;
              transition: transform 0.5s ease;
              -moz-transform: translateX(0);
              -ms-transform: translateX(0);
              -o-transform: translateX(0);
              -webkit-transform: translateX(0);
              transform: translateX(0); }
    #sh-index .page-case .main .operator .list .plough-magnify {
      width: 32.15%;
      height: 951px;
      position: relative;
      overflow: hidden; }
      #sh-index .page-case .main .operator .list .plough-magnify:hover .plough {
        transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .plough-magnify:hover .plough .mask {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.3); }
      #sh-index .page-case .main .operator .list .plough-magnify:hover .text .one img {
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px); }
      #sh-index .page-case .main .operator .list .plough-magnify .plough {
        width: 100%;
        height: 951px;
        cursor: pointer;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        background-size: cover !important;
        background-repeat: no-repeat !important; }
      #sh-index .page-case .main .operator .list .plough-magnify .plough:hover {
        transform: scale(1.1); }
      #sh-index .page-case .main .operator .list .plough-magnify .text {
        position: absolute;
        bottom: 50px;
        left: 60px;
        width: 78.88%; }
        #sh-index .page-case .main .operator .list .plough-magnify .text a {
          display: inline-block; }
          #sh-index .page-case .main .operator .list .plough-magnify .text a img {
            height: 70px; }
        #sh-index .page-case .main .operator .list .plough-magnify .text .title {
          font-size: 28px;
          color: #fcfbfb;
          padding-top: 34px;
          line-height: 34px;
          overflow: hidden; }
        #sh-index .page-case .main .operator .list .plough-magnify .text p {
          font-size: 16px;
          color: #fcfbfb;
          padding-top: 6px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        #sh-index .page-case .main .operator .list .plough-magnify .text a {
          display: block; }
          #sh-index .page-case .main .operator .list .plough-magnify .text a .one {
            font-size: 16px;
            color: #fcfbfb;
            margin-top: 16px; }
            #sh-index .page-case .main .operator .list .plough-magnify .text a .one span {
              margin-right: 10px; }
            #sh-index .page-case .main .operator .list .plough-magnify .text a .one img {
              height: 8px;
              -moz-transition: transform 0.5s ease;
              -o-transition: transform 0.5s ease;
              -webkit-transition: transform 0.5s ease;
              transition: transform 0.5s ease;
              -moz-transform: translateX(0);
              -ms-transform: translateX(0);
              -o-transform: translateX(0);
              -webkit-transform: translateX(0);
              transform: translateX(0); }
    #sh-index .page-case .main .operator .list .white-paper {
      width: 32.15%;
      height: 464px;
      float: left;
      position: relative;
      background: #35bbeb;
      margin-right: 1.74%;
      cursor: pointer; }
      #sh-index .page-case .main .operator .list .white-paper:hover .text .one img {
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px); }
      #sh-index .page-case .main .operator .list .white-paper .explain {
        padding: 42px 54px 5px 54px;
        max-height: 300px; }
        #sh-index .page-case .main .operator .list .white-paper .explain h3 {
          font-size: 28px;
          color: #fcfbfb; }
        #sh-index .page-case .main .operator .list .white-paper .explain .book {
          font-size: 16px;
          color: #fcfbfb;
          line-height: 26px;
          padding-top: 12px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 8;
          -webkit-box-orient: vertical; }
      #sh-index .page-case .main .operator .list .white-paper .text {
        position: absolute;
        bottom: 50px;
        left: 60px;
        width: 78.88%; }
        #sh-index .page-case .main .operator .list .white-paper .text a {
          display: block; }
          #sh-index .page-case .main .operator .list .white-paper .text a .one {
            font-size: 16px;
            color: #fcfbfb;
            margin-top: 16px; }
            #sh-index .page-case .main .operator .list .white-paper .text a .one span {
              margin-right: 10px; }
            #sh-index .page-case .main .operator .list .white-paper .text a .one img {
              height: 8px;
              -moz-transition: transform 0.5s ease;
              -o-transition: transform 0.5s ease;
              -webkit-transition: transform 0.5s ease;
              transition: transform 0.5s ease;
              -moz-transform: translateX(0);
              -ms-transform: translateX(0);
              -o-transform: translateX(0);
              -webkit-transform: translateX(0);
              transform: translateX(0); }
    #sh-index .page-case .main .operator .list .test-magnify {
      width: 100%;
      position: relative;
      overflow: hidden; }
      #sh-index .page-case .main .operator .list .test-magnify:hover .test {
        transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .test-magnify:hover .test .mask {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.3); }
      #sh-index .page-case .main .operator .list .test-magnify:hover .text .one img {
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px); }
      #sh-index .page-case .main .operator .list .test-magnify .test {
        width: 100%;
        height: 464px;
        cursor: pointer;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        background-size: cover !important;
        background-repeat: no-repeat !important; }
      #sh-index .page-case .main .operator .list .test-magnify .test:hover {
        transform: scale(1.1); }
      #sh-index .page-case .main .operator .list .test-magnify .text {
        position: absolute;
        bottom: 50px;
        left: 60px;
        width: 78.88%; }
        #sh-index .page-case .main .operator .list .test-magnify .text a {
          display: inline-block; }
          #sh-index .page-case .main .operator .list .test-magnify .text a .img {
            height: 70px; }
        #sh-index .page-case .main .operator .list .test-magnify .text .title {
          font-size: 28px;
          color: #fcfbfb;
          padding-top: 34px;
          line-height: 34px;
          overflow: hidden; }
        #sh-index .page-case .main .operator .list .test-magnify .text p {
          font-size: 16px;
          color: #fcfbfb;
          padding-top: 6px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        #sh-index .page-case .main .operator .list .test-magnify .text a {
          display: block; }
          #sh-index .page-case .main .operator .list .test-magnify .text a .one {
            font-size: 16px;
            color: #fcfbfb;
            margin-top: 16px; }
            #sh-index .page-case .main .operator .list .test-magnify .text a .one span {
              margin-right: 10px; }
            #sh-index .page-case .main .operator .list .test-magnify .text a .one img {
              height: 8px;
              -moz-transition: transform 0.5s ease;
              -o-transition: transform 0.5s ease;
              -webkit-transition: transform 0.5s ease;
              transition: transform 0.5s ease;
              -moz-transform: translateX(0);
              -ms-transform: translateX(0);
              -o-transform: translateX(0);
              -webkit-transform: translateX(0);
              transform: translateX(0); }
    #sh-index .page-case .main .operator .list .btn {
      width: 100%;
      vertical-align: middle;
      padding: 50px;
      padding-bottom: 100px; }
      #sh-index .page-case .main .operator .list .btn a {
        display: inline-block; }
        #sh-index .page-case .main .operator .list .btn a .link {
          text-align: center;
          font-size: 16px;
          color: #f66f6a;
          line-height: 46px;
          padding: 0 38px;
          border: 2px solid #f66f6a; }
        #sh-index .page-case .main .operator .list .btn a .link:hover {
          border-color: #35bbeb;
          color: #35bbeb; }
  @media only screen and (max-width: 1440px) {
    #sh-index .public-container {
      max-width: 1170px;
      margin: 0 auto; }
    #sh-index .m-r {
      margin-right: 1.527%; }
    #sh-index .h-r {
      margin-right: 1.79%; }
    #sh-index .m-b {
      margin-bottom: 16px; }
    #sh-index .fr {
      float: right; }
    #sh-index .fl {
      float: left; }
    #sh-index .page-case .main .operator .list {
      /*padding: 30px 0 25px 0;*/
      padding-bottom: 20px;
      overflow: hidden; }
      #sh-index .page-case .main .operator .list .magnify {
        width: 66.05%;
        height: 716px;
        overflow: hidden;
        position: relative; }
        #sh-index .page-case .main .operator .list .magnify:hover .digitization {
          transform: scale(1.1); }
          #sh-index .page-case .main .operator .list .magnify:hover .digitization .mask {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3); }
        #sh-index .page-case .main .operator .list .magnify:hover .text .one img {
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
        #sh-index .page-case .main .operator .list .magnify .digitization {
          width: 100%;
          height: 716px;
          cursor: pointer;
          width: 100%;
          -moz-transition: all 1s;
          -o-transition: all 1s;
          -webkit-transition: all 1s;
          transition: all 1s;
          background-size: cover !important;
          background-repeat: no-repeat !important; }
        #sh-index .page-case .main .operator .list .magnify .text {
          position: absolute;
          bottom: 34px;
          left: 44px;
          width: 56%; }
          #sh-index .page-case .main .operator .list .magnify .text .player {
            display: inline-block; }
            #sh-index .page-case .main .operator .list .magnify .text .player img {
              height: 74px; }
          #sh-index .page-case .main .operator .list .magnify .text .title {
            font-size: 24px;
            color: #fcfbfb;
            padding-top: 22px;
            line-height: 34px; }
          #sh-index .page-case .main .operator .list .magnify .text p {
            width: 95%;
            font-size: 14px;
            color: #fcfbfb;
            padding-top: 15px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          #sh-index .page-case .main .operator .list .magnify .text a {
            display: block; }
            #sh-index .page-case .main .operator .list .magnify .text a .one {
              font-size: 14px;
              color: #fcfbfb;
              margin-top: 16px; }
              #sh-index .page-case .main .operator .list .magnify .text a .one span {
                margin-right: 10px; }
              #sh-index .page-case .main .operator .list .magnify .text a .one img {
                height: 8px;
                -moz-transition: transform 0.5s ease;
                -o-transition: transform 0.5s ease;
                -webkit-transition: transform 0.5s ease;
                transition: transform 0.5s ease;
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0); }
      #sh-index .page-case .main .operator .list .magnify-1 {
        width: 66.05%;
        height: 716px;
        overflow: hidden;
        position: relative; }
        #sh-index .page-case .main .operator .list .magnify-1:hover .work-1 {
          transform: scale(1.1); }
          #sh-index .page-case .main .operator .list .magnify-1:hover .work-1 .mask {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3); }
        #sh-index .page-case .main .operator .list .magnify-1:hover .text .one img {
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
        #sh-index .page-case .main .operator .list .magnify-1 .work-1 {
          width: 100%;
          height: 716px;
          cursor: pointer;
          -moz-transition: all 1s;
          -o-transition: all 1s;
          -webkit-transition: all 1s;
          transition: all 1s;
          background-size: cover !important;
          background-repeat: no-repeat !important; }
        #sh-index .page-case .main .operator .list .magnify-1 .text {
          position: absolute;
          bottom: 34px;
          left: 44px;
          width: 56%; }
          #sh-index .page-case .main .operator .list .magnify-1 .text .player {
            display: inline-block; }
            #sh-index .page-case .main .operator .list .magnify-1 .text .player img {
              height: 74px; }
          #sh-index .page-case .main .operator .list .magnify-1 .text .title {
            font-size: 24px;
            color: #fcfbfb;
            padding-top: 22px;
            line-height: 34px; }
          #sh-index .page-case .main .operator .list .magnify-1 .text p {
            width: 95%;
            font-size: 14px;
            color: #fcfbfb;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          #sh-index .page-case .main .operator .list .magnify-1 .text a {
            display: block; }
            #sh-index .page-case .main .operator .list .magnify-1 .text a.js_video_play {
              display: inline-block; }
            #sh-index .page-case .main .operator .list .magnify-1 .text a .one {
              font-size: 14px;
              color: #fcfbfb;
              margin-top: 16px; }
              #sh-index .page-case .main .operator .list .magnify-1 .text a .one span {
                margin-right: 10px; }
              #sh-index .page-case .main .operator .list .magnify-1 .text a .one img {
                height: 8px;
                -moz-transition: transform 0.5s ease;
                -o-transition: transform 0.5s ease;
                -webkit-transition: transform 0.5s ease;
                transition: transform 0.5s ease;
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0); }
      #sh-index .page-case .main .operator .list .magnify-2 {
        display: none; }
      #sh-index .page-case .main .operator .list .public-magnify {
        position: relative;
        width: 32.15%;
        height: 348px;
        overflow: hidden; }
        #sh-index .page-case .main .operator .list .public-magnify:hover .public-list {
          transform: scale(1.1); }
          #sh-index .page-case .main .operator .list .public-magnify:hover .public-list .mask {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3); }
        #sh-index .page-case .main .operator .list .public-magnify:hover .text .one img {
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
        #sh-index .page-case .main .operator .list .public-magnify .public-list {
          width: 100%;
          height: 348px;
          cursor: pointer;
          width: 100%;
          -moz-transition: all 1s;
          -o-transition: all 1s;
          -webkit-transition: all 1s;
          transition: all 1s;
          background-size: cover !important;
          background-repeat: no-repeat !important; }
        #sh-index .page-case .main .operator .list .public-magnify .public-list:hover {
          transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .public-magnify .text {
          position: absolute;
          bottom: 34px;
          left: 44px;
          width: 81%; }
          #sh-index .page-case .main .operator .list .public-magnify .text a {
            display: inline-block; }
            #sh-index .page-case .main .operator .list .public-magnify .text a img {
              height: 52px; }
          #sh-index .page-case .main .operator .list .public-magnify .text .title {
            font-size: 24px;
            color: #fcfbfb;
            padding-top: 22px;
            line-height: 34px; }
          #sh-index .page-case .main .operator .list .public-magnify .text p {
            font-size: 14px;
            color: #fcfbfb;
            padding-top: 15px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          #sh-index .page-case .main .operator .list .public-magnify .text a {
            display: block; }
            #sh-index .page-case .main .operator .list .public-magnify .text a.js_video_play {
              display: inline-block; }
            #sh-index .page-case .main .operator .list .public-magnify .text a .one {
              font-size: 14px;
              color: #fcfbfb;
              margin-top: 16px; }
              #sh-index .page-case .main .operator .list .public-magnify .text a .one span {
                margin-right: 10px; }
              #sh-index .page-case .main .operator .list .public-magnify .text a .one img {
                height: 8px;
                -moz-transition: transform 0.5s ease;
                -o-transition: transform 0.5s ease;
                -webkit-transition: transform 0.5s ease;
                transition: transform 0.5s ease;
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0); }
      #sh-index .page-case .main .operator .list .platform-magnify {
        position: relative;
        width: 66.04%;
        height: 348px;
        overflow: hidden; }
        #sh-index .page-case .main .operator .list .platform-magnify:hover .platform {
          transform: scale(1.1); }
          #sh-index .page-case .main .operator .list .platform-magnify:hover .platform .mask {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3); }
        #sh-index .page-case .main .operator .list .platform-magnify:hover .text .one img {
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
        #sh-index .page-case .main .operator .list .platform-magnify .platform {
          width: 100%;
          height: 348px;
          cursor: pointer;
          width: 100%;
          -moz-transition: all 1s;
          -o-transition: all 1s;
          -webkit-transition: all 1s;
          transition: all 1s;
          background-size: cover !important;
          background-repeat: no-repeat !important; }
        #sh-index .page-case .main .operator .list .platform-magnify .platform:hover {
          transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .platform-magnify .text {
          position: absolute;
          bottom: 34px;
          left: 44px;
          width: 56%; }
          #sh-index .page-case .main .operator .list .platform-magnify .text a {
            display: inline-block; }
            #sh-index .page-case .main .operator .list .platform-magnify .text a img {
              height: 52px; }
          #sh-index .page-case .main .operator .list .platform-magnify .text .title {
            font-size: 24px;
            color: #fcfbfb;
            padding-top: 22px;
            line-height: 34px; }
          #sh-index .page-case .main .operator .list .platform-magnify .text p {
            font-size: 14px;
            color: #fcfbfb;
            line-height: 24px;
            padding-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          #sh-index .page-case .main .operator .list .platform-magnify .text a {
            display: block; }
            #sh-index .page-case .main .operator .list .platform-magnify .text a.js_video_play {
              display: inline-block; }
            #sh-index .page-case .main .operator .list .platform-magnify .text a .one {
              font-size: 14px;
              color: #fcfbfb;
              margin-top: 16px; }
              #sh-index .page-case .main .operator .list .platform-magnify .text a .one span {
                margin-right: 10px; }
              #sh-index .page-case .main .operator .list .platform-magnify .text a .one img {
                height: 8px;
                -moz-transition: transform 0.5s ease;
                -o-transition: transform 0.5s ease;
                -webkit-transition: transform 0.5s ease;
                transition: transform 0.5s ease;
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0); }
      #sh-index .page-case .main .operator .list .plough-magnify {
        width: 32.15%;
        height: 714px;
        position: relative;
        overflow: hidden; }
        #sh-index .page-case .main .operator .list .plough-magnify:hover .plough {
          transform: scale(1.1); }
          #sh-index .page-case .main .operator .list .plough-magnify:hover .plough .mask {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3); }
        #sh-index .page-case .main .operator .list .plough-magnify:hover .text .one img {
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
        #sh-index .page-case .main .operator .list .plough-magnify .plough {
          width: 100%;
          height: 714px;
          cursor: pointer;
          -moz-transition: all 1s;
          -o-transition: all 1s;
          -webkit-transition: all 1s;
          transition: all 1s;
          background-size: cover !important;
          background-repeat: no-repeat !important; }
        #sh-index .page-case .main .operator .list .plough-magnify .plough:hover {
          transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .plough-magnify .text {
          position: absolute;
          bottom: 34px;
          left: 44px;
          width: 82%; }
          #sh-index .page-case .main .operator .list .plough-magnify .text a {
            display: inline-block; }
            #sh-index .page-case .main .operator .list .plough-magnify .text a img {
              height: 52px; }
          #sh-index .page-case .main .operator .list .plough-magnify .text .title {
            font-size: 24px;
            color: #fcfbfb;
            padding-top: 22px;
            line-height: 34px; }
          #sh-index .page-case .main .operator .list .plough-magnify .text p {
            font-size: 14px;
            color: #fcfbfb;
            line-height: 24px;
            padding-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          #sh-index .page-case .main .operator .list .plough-magnify .text a {
            display: block; }
            #sh-index .page-case .main .operator .list .plough-magnify .text a.js_video_play {
              display: inline-block; }
            #sh-index .page-case .main .operator .list .plough-magnify .text a .one {
              font-size: 14px;
              color: #fcfbfb;
              margin-top: 16px; }
              #sh-index .page-case .main .operator .list .plough-magnify .text a .one span {
                margin-right: 10px; }
              #sh-index .page-case .main .operator .list .plough-magnify .text a .one img {
                height: 8px;
                -moz-transition: transform 0.5s ease;
                -o-transition: transform 0.5s ease;
                -webkit-transition: transform 0.5s ease;
                transition: transform 0.5s ease;
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0); }
      #sh-index .page-case .main .operator .list .white-paper {
        width: 32.15%;
        height: 348px;
        float: left;
        position: relative;
        background: #35bbeb;
        margin-right: 1.74%;
        cursor: pointer; }
        #sh-index .page-case .main .operator .list .white-paper:hover .text .one img {
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
        #sh-index .page-case .main .operator .list .white-paper .explain {
          padding: 34px 40px 5px 42px;
          max-height: 300px; }
          #sh-index .page-case .main .operator .list .white-paper .explain h3 {
            font-size: 24px;
            line-height: 34px;
            color: #fcfbfb; }
          #sh-index .page-case .main .operator .list .white-paper .explain .book {
            font-size: 14px;
            color: #fcfbfb;
            line-height: 24px;
            padding-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 8;
            -webkit-box-orient: vertical; }
        #sh-index .page-case .main .operator .list .white-paper .text {
          position: absolute;
          bottom: 34px;
          left: 44px;
          width: 78.88%; }
          #sh-index .page-case .main .operator .list .white-paper .text a {
            display: block; }
            #sh-index .page-case .main .operator .list .white-paper .text a .one {
              font-size: 16px;
              color: #fcfbfb;
              margin-top: 16px; }
              #sh-index .page-case .main .operator .list .white-paper .text a .one span {
                margin-right: 10px; }
              #sh-index .page-case .main .operator .list .white-paper .text a .one img {
                height: 8px;
                -moz-transition: transform 0.5s ease;
                -o-transition: transform 0.5s ease;
                -webkit-transition: transform 0.5s ease;
                transition: transform 0.5s ease;
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0); }
      #sh-index .page-case .main .operator .list .test-magnify {
        width: 100%;
        position: relative;
        overflow: hidden; }
        #sh-index .page-case .main .operator .list .test-magnify:hover .test {
          transform: scale(1.1); }
          #sh-index .page-case .main .operator .list .test-magnify:hover .test .mask {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3); }
        #sh-index .page-case .main .operator .list .test-magnify:hover .text .one img {
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
        #sh-index .page-case .main .operator .list .test-magnify .test {
          width: 100%;
          height: 348px;
          cursor: pointer;
          -moz-transition: all 1s;
          -o-transition: all 1s;
          -webkit-transition: all 1s;
          transition: all 1s;
          background-size: cover !important;
          background-repeat: no-repeat !important; }
        #sh-index .page-case .main .operator .list .test-magnify .test:hover {
          transform: scale(1.1); }
        #sh-index .page-case .main .operator .list .test-magnify .text {
          position: absolute;
          bottom: 34px;
          left: 44px;
          width: 78.88%; }
          #sh-index .page-case .main .operator .list .test-magnify .text a {
            display: inline-block; }
            #sh-index .page-case .main .operator .list .test-magnify .text a .img {
              height: 52px; }
          #sh-index .page-case .main .operator .list .test-magnify .text .title {
            font-size: 24px;
            color: #fcfbfb;
            padding-top: 22px;
            line-height: 34px; }
          #sh-index .page-case .main .operator .list .test-magnify .text p {
            font-size: 14px;
            line-height: 24px;
            color: #fcfbfb;
            padding-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
          #sh-index .page-case .main .operator .list .test-magnify .text a {
            display: block; }
            #sh-index .page-case .main .operator .list .test-magnify .text a.js_video_play {
              display: inline-block; }
            #sh-index .page-case .main .operator .list .test-magnify .text a .one {
              font-size: 14px;
              color: #fcfbfb;
              margin-top: 16px; }
              #sh-index .page-case .main .operator .list .test-magnify .text a .one span {
                margin-right: 10px; }
              #sh-index .page-case .main .operator .list .test-magnify .text a .one img {
                height: 8px;
                -moz-transition: transform 0.5s ease;
                -o-transition: transform 0.5s ease;
                -webkit-transition: transform 0.5s ease;
                transition: transform 0.5s ease;
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0); }
      #sh-index .page-case .main .operator .list .btn {
        width: 100%;
        padding: 50px;
        padding-bottom: 100px;
        vertical-align: middle; }
        #sh-index .page-case .main .operator .list .btn a {
          display: inline-block; } }
  @media only screen and (max-width: 992px) {
    #sh-index .public-container {
      width: 90%;
      margin: 0 auto; }
    #sh-index .m-r {
      margin-right: auto; }
    #sh-index .h-r {
      margin-right: auto; }
    #sh-index .m-b {
      margin-bottom: auto; }
    #sh-index .fr {
      float: right; }
    #sh-index .fl {
      float: none; }
    #sh-index .page-case .main {
      padding-bottom: 1.48148rem; }
      #sh-index .page-case .main .operator .list {
        overflow: hidden; }
        #sh-index .page-case .main .operator .list .magnify {
          width: auto;
          height: 23.7037rem;
          margin-bottom: 1.48148rem;
          position: relative;
          overflow: hidden; }
          #sh-index .page-case .main .operator .list .magnify .digitization {
            width: auto;
            height: 23.7037rem;
            float: none; }
          #sh-index .page-case .main .operator .list .magnify .text {
            position: static;
            bottom: auto;
            left: auto;
            width: 20.74074rem;
            margin: 0 auto; }
            #sh-index .page-case .main .operator .list .magnify .text a {
              display: inline-block; }
              #sh-index .page-case .main .operator .list .magnify .text a img {
                height: 4.44444rem;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            #sh-index .page-case .main .operator .list .magnify .text .title {
              font-size: 1.33333rem;
              color: #fcfbfb;
              padding-top: 0;
              line-height: 1.77778rem;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              position: absolute;
              left: 2.22222rem;
              bottom: 4rem;
              width: 80.11%; }
            #sh-index .page-case .main .operator .list .magnify .text p {
              display: none; }
            #sh-index .page-case .main .operator .list .magnify .text a {
              display: block; }
              #sh-index .page-case .main .operator .list .magnify .text a .one {
                font-size: 1.03704rem;
                color: #fcfbfb;
                margin-top: 1.18519rem;
                position: absolute;
                left: 2.22222rem;
                bottom: 1.48148rem; }
                #sh-index .page-case .main .operator .list .magnify .text a .one img {
                  height: 0.59259rem;
                  position: static;
                  left: 5.92593rem;
                  bottom: 2.07407rem;
                  margin-bottom: 0.14815rem; }
        #sh-index .page-case .main .operator .list .magnify-1 {
          display: none; }
        #sh-index .page-case .main .operator .list .magnify-2 {
          display: block;
          width: 100%;
          height: 23.7037rem;
          margin-bottom: 1.48148rem;
          position: relative;
          overflow: hidden; }
          #sh-index .page-case .main .operator .list .magnify-2 .work {
            width: 100%;
            height: 23.7037rem;
            background-position: center;
            float: none;
            cursor: pointer;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -webkit-transition: all 1s;
            transition: all 1s;
            background-size: cover !important;
            background-repeat: no-repeat !important; }
          #sh-index .page-case .main .operator .list .magnify-2 .work:hover {
            transform: scale(1.1); }
          #sh-index .page-case .main .operator .list .magnify-2 .text {
            position: static;
            bottom: auto;
            left: auto;
            width: 20.74074rem;
            margin: 0 auto; }
            #sh-index .page-case .main .operator .list .magnify-2 .text a {
              display: inline-block; }
              #sh-index .page-case .main .operator .list .magnify-2 .text a img {
                height: 4.44444rem;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            #sh-index .page-case .main .operator .list .magnify-2 .text .title {
              font-size: 1.33333rem;
              color: #fcfbfb;
              padding-top: 0;
              line-height: 1.77778rem;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              position: absolute;
              left: 2.22222rem;
              bottom: 4rem;
              width: 80.11%; }
            #sh-index .page-case .main .operator .list .magnify-2 .text p {
              display: none; }
            #sh-index .page-case .main .operator .list .magnify-2 .text a {
              display: block; }
              #sh-index .page-case .main .operator .list .magnify-2 .text a .one {
                font-size: 1.03704rem;
                color: #fcfbfb;
                margin-top: 0.88889rem;
                position: absolute;
                left: 2.22222rem;
                bottom: 1.48148rem; }
                #sh-index .page-case .main .operator .list .magnify-2 .text a .one img {
                  height: 0.59259rem;
                  position: absolute;
                  left: 5.92593rem;
                  bottom: 2.07407rem; }
        #sh-index .page-case .main .operator .list .public-magnify {
          width: 100%;
          height: 23.7037rem;
          margin-bottom: 1.48148rem;
          position: relative;
          overflow: hidden; }
          #sh-index .page-case .main .operator .list .public-magnify .public-list {
            width: auto;
            height: 23.7037rem;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            margin-bottom: 1.48148rem; }
          #sh-index .page-case .main .operator .list .public-magnify .text {
            position: static;
            bottom: auto;
            left: auto;
            width: 20.74074rem;
            margin: 0 auto;
            overflow: hidden; }
            #sh-index .page-case .main .operator .list .public-magnify .text a {
              display: inline-block; }
              #sh-index .page-case .main .operator .list .public-magnify .text a img {
                height: 4.44444rem;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            #sh-index .page-case .main .operator .list .public-magnify .text .title {
              font-size: 1.33333rem;
              color: #fcfbfb;
              padding-top: 0;
              line-height: 1.77778rem;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              position: absolute;
              left: 2.22222rem;
              bottom: 4rem;
              width: 80.11%; }
            #sh-index .page-case .main .operator .list .public-magnify .text p {
              display: none; }
            #sh-index .page-case .main .operator .list .public-magnify .text a {
              display: block; }
              #sh-index .page-case .main .operator .list .public-magnify .text a .one {
                font-size: 1.03704rem;
                color: #fcfbfb;
                margin-top: 1.18519rem;
                position: absolute;
                left: 2.22222rem;
                bottom: 1.48148rem; }
                #sh-index .page-case .main .operator .list .public-magnify .text a .one img {
                  height: 0.59259rem;
                  position: static;
                  left: 5.92593rem;
                  bottom: 2.07407rem;
                  margin-bottom: 0.14815rem; }
        #sh-index .page-case .main .operator .list .platform-magnify {
          width: 100%;
          height: 23.7037rem;
          margin-bottom: 1.48148rem;
          overflow: hidden;
          float: none;
          position: relative; }
          #sh-index .page-case .main .operator .list .platform-magnify .platform {
            width: 100%;
            height: 23.7037rem;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: relative; }
          #sh-index .page-case .main .operator .list .platform-magnify .text {
            position: static;
            bottom: 0;
            left: 0;
            width: auto; }
            #sh-index .page-case .main .operator .list .platform-magnify .text a {
              display: inline-block; }
              #sh-index .page-case .main .operator .list .platform-magnify .text a img {
                height: 4.44444rem;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            #sh-index .page-case .main .operator .list .platform-magnify .text .title {
              font-size: 1.33333rem;
              color: #fcfbfb;
              padding-top: 0;
              line-height: 1.77778rem;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              position: absolute;
              left: 2.22222rem;
              bottom: 4rem;
              width: auto;
              padding-right: 1.48148rem; }
            #sh-index .page-case .main .operator .list .platform-magnify .text p {
              display: none; }
            #sh-index .page-case .main .operator .list .platform-magnify .text a {
              display: block; }
              #sh-index .page-case .main .operator .list .platform-magnify .text a .one {
                font-size: 1.03704rem;
                color: #fcfbfb;
                margin-top: 1.18519rem;
                position: absolute;
                left: 2.22222rem;
                bottom: 1.48148rem; }
                #sh-index .page-case .main .operator .list .platform-magnify .text a .one img {
                  height: 0.59259rem;
                  position: static;
                  left: 5.92593rem;
                  bottom: 2.07407rem;
                  margin-bottom: 0.14815rem; }
        #sh-index .page-case .main .operator .list .plough-magnify {
          width: 100%;
          height: 23.7037rem;
          overflow: hidden;
          float: none;
          margin-bottom: 1.48148rem;
          position: relative; }
          #sh-index .page-case .main .operator .list .plough-magnify .plough {
            width: 100%;
            height: 23.7037rem;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: relative; }
          #sh-index .page-case .main .operator .list .plough-magnify .text {
            position: static;
            bottom: 0;
            left: 0;
            width: auto; }
            #sh-index .page-case .main .operator .list .plough-magnify .text a {
              display: inline-block; }
              #sh-index .page-case .main .operator .list .plough-magnify .text a img {
                height: 4.44444rem;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            #sh-index .page-case .main .operator .list .plough-magnify .text .title {
              font-size: 1.33333rem;
              color: #fcfbfb;
              padding-top: 0;
              line-height: 1.77778rem;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              position: absolute;
              left: 2.22222rem;
              bottom: 4rem;
              width: 80.11%; }
            #sh-index .page-case .main .operator .list .plough-magnify .text p {
              display: none; }
            #sh-index .page-case .main .operator .list .plough-magnify .text a {
              display: block; }
              #sh-index .page-case .main .operator .list .plough-magnify .text a .one {
                font-size: 1.03704rem;
                color: #fcfbfb;
                margin-top: 1.18519rem;
                position: absolute;
                left: 2.22222rem;
                bottom: 1.48148rem; }
                #sh-index .page-case .main .operator .list .plough-magnify .text a .one img {
                  height: 0.59259rem;
                  position: static;
                  left: 5.92593rem;
                  bottom: 2.07407rem;
                  margin-bottom: 0.14815rem; }
        #sh-index .page-case .main .operator .list .white-paper {
          width: 100%;
          height: 23.7037rem;
          float: none;
          position: relative;
          background: #35bbeb;
          margin-right: auto;
          margin-bottom: 1.48148rem; }
          #sh-index .page-case .main .operator .list .white-paper .explain {
            padding: 2.96296rem 1.48148rem 0.37037rem 1.48148rem;
            max-height: 18.51852rem; }
            #sh-index .page-case .main .operator .list .white-paper .explain h3 {
              font-size: 1.33333rem;
              color: #fcfbfb;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            #sh-index .page-case .main .operator .list .white-paper .explain .book {
              font-size: 1.03704rem;
              color: #fcfbfb;
              line-height: 1.92593rem;
              padding-top: 0.74074rem;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 6;
              -webkit-box-orient: vertical; }
          #sh-index .page-case .main .operator .list .white-paper .text {
            position: absolute;
            bottom: 2.22222rem;
            left: 1.48148rem;
            width: auto; }
            #sh-index .page-case .main .operator .list .white-paper .text a {
              display: inline-block; }
              #sh-index .page-case .main .operator .list .white-paper .text a img {
                height: 4.44444rem;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            #sh-index .page-case .main .operator .list .white-paper .text a {
              display: block; }
              #sh-index .page-case .main .operator .list .white-paper .text a .one {
                font-size: 1.03704rem;
                color: #fcfbfb;
                margin-top: auto;
                width: 11.11111rem;
                vertical-align: middle; }
                #sh-index .page-case .main .operator .list .white-paper .text a .one span {
                  margin-right: 0.74074rem; }
                #sh-index .page-case .main .operator .list .white-paper .text a .one img {
                  height: 0.59259rem;
                  position: static;
                  left: 5.92593rem;
                  bottom: 2.07407rem;
                  margin-bottom: 0.14815rem; }
        #sh-index .page-case .main .operator .list .test-magnify {
          margin-bottom: 1.48148rem;
          width: 100%;
          height: 23.7037rem;
          overflow: hidden;
          position: relative; }
          #sh-index .page-case .main .operator .list .test-magnify .test {
            width: 100%;
            height: 23.7037rem;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: relative; }
          #sh-index .page-case .main .operator .list .test-magnify .text {
            position: static;
            bottom: auto;
            left: auto;
            width: auto; }
            #sh-index .page-case .main .operator .list .test-magnify .text a {
              display: inline-block; }
              #sh-index .page-case .main .operator .list .test-magnify .text a img {
                height: 4.44444rem;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            #sh-index .page-case .main .operator .list .test-magnify .text .title {
              font-size: 1.33333rem;
              color: #fcfbfb;
              padding-top: 0;
              line-height: 1.77778rem;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              position: absolute;
              left: 2.22222rem;
              bottom: 4rem;
              width: 80.11%; }
            #sh-index .page-case .main .operator .list .test-magnify .text p {
              display: none; }
            #sh-index .page-case .main .operator .list .test-magnify .text a {
              display: block; }
              #sh-index .page-case .main .operator .list .test-magnify .text a .one {
                font-size: 1.03704rem;
                color: #fcfbfb;
                margin-top: 1.18519rem;
                position: absolute;
                left: 2.22222rem;
                bottom: 1.48148rem; }
                #sh-index .page-case .main .operator .list .test-magnify .text a .one span {
                  margin-right: 10px; }
                #sh-index .page-case .main .operator .list .test-magnify .text a .one img {
                  height: 0.59259rem;
                  position: static;
                  left: 5.92593rem;
                  margin-bottom: 0.14815rem;
                  bottom: 2.07407rem; }
        #sh-index .page-case .main .operator .list .btn {
          width: 100%;
          vertical-align: middle;
          padding: 30px;
          padding-bottom: 60px; }
          #sh-index .page-case .main .operator .list .btn a {
            display: inline-block; }
            #sh-index .page-case .main .operator .list .btn a .link {
              text-align: center;
              font-size: 1.18519rem;
              color: #f66f6a;
              line-height: 3.40741rem;
              padding: 0 2.66667rem;
              border: 0.14815rem solid #f66f6a; } }
  @media only screen and (max-width: 750px) {
    #sh-index .page-case .main .operator h2 {
      text-align: center;
      margin: 30px 0;
      margin-top: 60px;
      font-size: 28px; }
    #sh-index .public-container {
      width: 23.7037rem; } }
  #sh-index .page-review {
    background: #081a3c; }
    #sh-index .page-review .left .more em {
      margin-top: 3px;
      width: 36px;
      height: 37px;
      display: inline-block;
      overflow: hidden;
      background: url(../../images/arrow-right.png) no-repeat; }
    #sh-index .page-review .title {
      margin-bottom: 20px; }
      #sh-index .page-review .title h2 {
        display: inline-block;
        position: relative; }
        #sh-index .page-review .title h2 span {
          position: relative; }
        #sh-index .page-review .title h2 em {
          width: 100%;
          height: 2px;
          background: #c7000b;
          position: absolute;
          bottom: -10px;
          left: 0;
          margin-left: 0; }
  @media (max-width: 767px) {
    #sh-index .page-review .title h2 em {
      bottom: -3px; }
    #sh-index .page-review .title {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    #sh-index .page-review .btnav {
      max-width: 1366px;
      margin: 0 auto;
      position: relative;
      width: 100%;
      overflow: hidden; }
      #sh-index .page-review .btnav .container {
        padding: 0; }
        #sh-index .page-review .btnav .container .row {
          margin: 0; }
    #sh-index .page-review .lastyear {
      width: 100%;
      margin: 0 auto;
      max-width: 1106px;
      padding: 0; }
      #sh-index .page-review .lastyear .left {
        padding: 0 25px;
        padding-bottom: 50px; }
        #sh-index .page-review .lastyear .left .title {
          color: #fff;
          font-size: 32px;
          line-height: 42px;
          font-weight: 700;
          margin: 0;
          padding-top: 30px; }
        #sh-index .page-review .lastyear .left .content {
          color: #fff;
          font-size: 16px;
          line-height: 30px;
          padding: 1rem 0; }
        #sh-index .page-review .lastyear .left .more {
          display: block; }
          #sh-index .page-review .lastyear .left .more p {
            color: #fff;
            font-size: 16px;
            line-height: 16px;
            float: left;
            margin-right: 15px; }
          #sh-index .page-review .lastyear .left .more em {
            margin-top: 6px; }
        #sh-index .page-review .lastyear .left .line {
          display: block;
          width: 60px;
          height: 4px;
          background-color: #c7010b;
          margin: 30px auto 0; }
      #sh-index .page-review .lastyear h2 {
        margin-bottom: 0; }
      #sh-index .page-review .lastyear .right {
        padding: 0; }
        #sh-index .page-review .lastyear .right a {
          position: absolute;
          bottom: 165px;
          left: 50%;
          top: 50%;
          /*left: 80px;
          bottom: 20px;*/
          transform: translate(-50%, -50%);
          width: 60px;
          height: 60px;
          display: inline-block;
          overflow: hidden; }
          #sh-index .page-review .lastyear .right a.white-play {
            background: url("../../images/play_small.png");
            background-size: cover; } }
  @media (min-width: 768px) {
    #sh-index .page-review .btnav {
      max-width: 1920px;
      margin: 0 auto;
      position: relative;
      /*min-height: 520px \9;*/
      overflow: hidden; }
    #sh-index .page-review .lastyear {
      max-width: 1106px;
      display: flex;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 50px;
      display: table \9 ; }
      #sh-index .page-review .lastyear > em {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        background-size: cover; }
      #sh-index .page-review .lastyear .left {
        flex: 1;
        width: 50% \9 ;
        display: table-cell \9 ;
        float: none \9 ; }
        #sh-index .page-review .lastyear .left .title {
          color: #fff;
          line-height: 38px;
          font-weight: 700;
          padding-top: 85px; }
          #sh-index .page-review .lastyear .left .title h2 {
            font-size: 42px; }
        #sh-index .page-review .lastyear .left .content {
          color: #fff;
          font-size: 16px;
          line-height: 30px;
          padding: 1rem 0;
          padding-right: 60px; }
        #sh-index .page-review .lastyear .left .more {
          float: left;
          text-decoration: none; }
          #sh-index .page-review .lastyear .left .more p {
            color: #fff;
            font-size: 16px;
            line-height: 16px;
            float: left;
            margin-right: 18px; }
        #sh-index .page-review .lastyear .left .line {
          display: inline-block;
          width: 60px;
          height: 4px;
          background-color: #c7010b;
          margin: 0 0 20px 170px; }
      #sh-index .page-review .lastyear .right {
        vertical-align: middle \9 ;
        text-align: center \9 ;
        flex: 1;
        position: relative;
        width: 50% \9 ;
        display: table-cell \9 ;
        float: none \9 ; }
        #sh-index .page-review .lastyear .right a {
          position: absolute;
          bottom: 0;
          left: 60px;
          z-index: 1; }
    #sh-index .page-review .index-style .lastyear {
      max-width: none;
      padding-bottom: 0; }
      #sh-index .page-review .index-style .lastyear .left .text-box {
        max-width: 553px;
        float: right;
        padding-bottom: 50px; }
      #sh-index .page-review .index-style .lastyear .right a {
        /*bottom: auto;
        top: 50%;
        left: 50%;*/
        left: 80px;
        bottom: 50px;
        margin-left: -30px;
        margin-top: -30px;
        /*position: relative \9;
        margin-left: auto \9;
        margin-top: auto \9;*/
        width: 70px;
        height: 70px;
        display: inline-block;
        overflow: hidden; }
        #sh-index .page-review .index-style .lastyear .right a.white-play {
          background: url("../../images/play_small.png");
          background-size: cover; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #sh-index .page-review .lastyear .left .content {
      padding-left: 15px;
      padding-right: 15px; }
    #sh-index .page-review .lastyear .left .title {
      padding: 0 15px; }
    #sh-index .page-review .lastyear .left .more {
      padding-left: 15px; } }
  @media (min-width: 992px) {
    #sh-index .page-review .index-style .lastyear .left .text-box {
      padding-left: 15px; } }
  #sh-index .video_box {
    width: 100%;
    position: relative;
    z-index: 97;
    overflow: hidden; }
    #sh-index .video_box a.js_img_link {
      background: none; }
    #sh-index .video_box a.video_player {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(http://www.huawei.com/Assets/CBG/img/video_btn.png) 50% no-repeat; }
  #sh-index .video_box a.js_img_link, #sh-index .video_box a.js_video_icon, #sh-index .video_box a.js_video_player {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(http://www.huawei.com/Assets/CBG/img/video_btn.png) 50% no-repeat;
    z-index: 5; }
  #sh-index .video_box a.js_video_icon:hover, #sh-index .video_box a.js_video_player:hover {
    background: url(http://www.huawei.com/Assets/CBG/img/video_btn_hover.png) 50% no-repeat; }
  #sh-index .page-footer {
    width: 100%;
    background: #071531;
    font-family: fzlt-light;
    color: #fff; }
    #sh-index .page-footer .main-box {
      padding: 30px 20px; }
      #sh-index .page-footer .main-box .lt-info {
        width: 100%; }
        #sh-index .page-footer .main-box .lt-info .title {
          font-size: 18px;
          line-height: 25px; }
        #sh-index .page-footer .main-box .lt-info .hall {
          font-size: 14px;
          margin-top: 5px;
          line-height: 21px; }
          #sh-index .page-footer .main-box .lt-info .hall .zq {
            margin-top: 5px; }
            #sh-index .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 .page-footer .main-box .lt-info .hall .zq .text-box {
              margin-left: 20px; }
              #sh-index .page-footer .main-box .lt-info .hall .zq .text-box p:first-child {
                font-size: 18px; }
      #sh-index .page-footer .main-box .rt-follow {
        margin-top: 15px; }
        #sh-index .page-footer .main-box .rt-follow .title {
          font-size: 18px;
          line-height: 25px; }
        #sh-index .page-footer .main-box .rt-follow .tip {
          font-size: 14px;
          line-height: 20px; }
        #sh-index .page-footer .main-box .rt-follow .fs {
          text-align: left;
          height: 32px;
          margin-top: 10px; }
          #sh-index .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 .page-footer .main-box .rt-follow .fs a.fb {
              background-image: url("../../images/footer/icon_facebook.png"); }
            #sh-index .page-footer .main-box .rt-follow .fs a.tw {
              background-image: url("../../images/footer/icon_twitter.png"); }
            #sh-index .page-footer .main-box .rt-follow .fs a.wx {
              background-image: url("../../images/footer/icon_wechat.png");
              position: relative; }
              #sh-index .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 .page-footer .main-box .rt-follow .fs a.wx .wx-code-b img {
                  display: block;
                  width: 100%;
                  height: auto; }
              #sh-index .page-footer .main-box .rt-follow .fs a.wx:hover .wx-code-b {
                opacity: 1;
                pointer-events: auto; }
            #sh-index .page-footer .main-box .rt-follow .fs a.lin {
              background-image: url("../../images/footer/icon_linkedin.png"); }
    #sh-index .page-footer .main-footer {
      font-size: 14px;
      text-align: center;
      color: #414f6a;
      border-top: 1px solid #414f6a;
      padding: 20px 0; }
      #sh-index .page-footer .main-footer a {
        color: inherit; }
      #sh-index .page-footer .main-footer .bottom-link {
        color: #414f6a; }
        #sh-index .page-footer .main-footer .bottom-link a {
          margin: 0 20px; }
  @media (min-width: 768px) {
    #sh-index .page-footer {
      padding: 0; }
      #sh-index .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 .page-footer .main-box .lt-info {
          width: 50%;
          height: 100%;
          float: left; }
          #sh-index .page-footer .main-box .lt-info .title {
            margin: 0 0 10px 0;
            line-height: 32px;
            font-size: 16px; }
          #sh-index .page-footer .main-box .lt-info .hall {
            line-height: 25px;
            font-size: 14px; }
        #sh-index .page-footer .main-box .rt-follow {
          width: 50%;
          height: 100%;
          float: right;
          position: relative; }
          #sh-index .page-footer .main-box .rt-follow p {
            margin: 0 0 12px 0;
            line-height: 20px;
            text-align: right;
            font-size: 16px; }
          #sh-index .page-footer .main-box .rt-follow .fs {
            text-align: right;
            height: 24px; }
            #sh-index .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 .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 .page-footer .main-box .rt-follow .fs a.wx .wx-code-b img {
                  display: block;
                  width: 100%;
                  height: auto; }
      #sh-index .page-footer .main-footer {
        overflow: hidden; }
        #sh-index .page-footer .main-footer .copyright,
        #sh-index .page-footer .main-footer .bottom-link {
          width: 50%;
          float: left; }
        #sh-index .page-footer .main-footer .copyright {
          text-align: right; }
        #sh-index .page-footer .main-footer .bottom-link {
          text-align: left;
          padding-left: 20px; } }
  @media (min-width: 768px) and (min-width: 1170px) {
    #sh-index .page-footer .main-box {
      padding: 35px 88px 45px 88px; } }
  #sh-index .page-5G-ad {
    margin-top: 100px;
    color: #fff; }
    @media only screen and (max-width: 750px) {
      #sh-index .page-5G-ad {
        margin-top: 30px; } }
    #sh-index .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 .page-5G-ad .content-box .left {
        float: left;
        width: calc(100% - 120px); }
        #sh-index .page-5G-ad .content-box .left .title {
          font-size: 36px;
          line-height: 60px; }
        #sh-index .page-5G-ad .content-box .left .text span:first-child {
          padding-right: 12px;
          border-right: 1px solid #fff; }
        #sh-index .page-5G-ad .content-box .left .text span:last-child {
          padding-left: 10px; }
      #sh-index .page-5G-ad .content-box .right {
        float: left;
        width: 120px;
        text-align: center; }
        #sh-index .page-5G-ad .content-box .right a {
          color: inherit; }
  @media only screen and (max-width: 992px) {
    #sh-index .page-5G-ad {
      margin-top: 50px; }
      #sh-index .page-5G-ad .content-box {
        padding: 50px;
        display: block; }
        #sh-index .page-5G-ad .content-box .left {
          width: 100%; }
          #sh-index .page-5G-ad .content-box .left .title {
            font-size: 28px; }
          #sh-index .page-5G-ad .content-box .left .text {
            font-size: 18px; }
            #sh-index .page-5G-ad .content-box .left .text span {
              display: block;
              width: 100%;
              line-height: 38px; }
              #sh-index .page-5G-ad .content-box .left .text span:first-child {
                padding-right: 0;
                border-right: none; }
              #sh-index .page-5G-ad .content-box .left .text span:last-child {
                padding-left: 0; }
        #sh-index .page-5G-ad .content-box .right {
          width: 100%;
          margin-top: 50px;
          text-align: left;
          font-size: 18px; } }

.fbox-video #mediaplayer #playerID,
.fbox-video #mediaplayer video {
  width: 100%;
  height: 100%;
  object-fit: fill; }
