.team-content {
  width: calc(100vw* 1200 /1920);
  margin: 0 auto;
  position: relative;
  top: -3vw;
  z-index: 9;
  background: rgba(0, 91, 172, 0.75);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  color: #ffffff; }
  .team-content .team-text {
    padding: 1.9vw 3vw;
    line-height: 2.1;
    text-align: center; }

.research-box {
  width: calc(100vw* 1200 /1920);
  margin: 0 auto;
  padding-bottom: 10vw; }
  .research-box .search-box {
    width: calc(100vw*800/1920);
    margin: 4vw auto 6vw auto;
    border: 2px solid #005bac;
    border-radius: 100px;
    position: relative; }
    .research-box .search-box .icon {
      color: #CCCCCC;
      position: absolute;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3.5vw; }
    .research-box .search-box .search-input {
      background: none;
      height: 3vw;
      line-height: 3vw;
      width: 100%;
      padding-left: 3vw;
      box-sizing: border-box; }
    .research-box .search-box .btn {
      position: absolute;
      top: -2px;
      bottom: -2px;
      right: -2px;
      padding: 0 1.3vw;
      border-radius: 100px;
      background: #005bac;
      border: 2px solid #005bac;
      color: #ffffff;
      z-index: 9; }
  .research-box .patent-top {
    background: #005bac;
    color: #ffffff;
    font-family: SourceHanSans-B;
    text-align: center;
    padding: 0.6vw 0; }
  .research-box .patent-list {
    display: flex;
    align-items: center; }
    .research-box .patent-list .left {
      width: 18%; }
    .research-box .patent-list .center {
      width: 52%; }
    .research-box .patent-list .right {
      width: 30%; }
  .research-box .patent-scroll {
    height: calc(100vw*500/1920); }
  .research-box .patent-content {
    color: #595757;
    height: auto; }
    .research-box .patent-content .patent-list {
      padding: 1.5vw 0;
      border-bottom: 1px solid #d6d6d6; }
      .research-box .patent-content .patent-list.searchResultActive {
        color: #005bac; }
      .research-box .patent-content .patent-list .left .text {
        padding-left: 2vw; }
      .research-box .patent-content .patent-list .center .text {
        padding-left: 2vw; }
      .research-box .patent-content .patent-list .right {
        text-align: center; }
  .research-box .swiper-scrollbar.scrollbar {
    width: 0.65vw;
    background: none; }
    .research-box .swiper-scrollbar.scrollbar .swiper-scrollbar-drag {
      background: #005bac; }

.view-center {
  height: 100%;
  width: 100%; }

.standard-box {
  padding: 0 7.5vw;
  min-height: 100%;
  height: 50.6vw;
  display: flex;
  background: #EEEEEE;
  box-shadow: 0 0 5.86px 1.17px #00000021;
  align-items: center;
  font-family: HanYiQiHei-80s; }
  .standard-box .standard-left {
    width: 53.2%;
    margin-top: -1vw; }
    .standard-box .standard-left .standard-list {
      width: 40.6vw; }
      .standard-box .standard-left .standard-list li {
        padding: 0.4vw 1.9vw;
        color: #005bac;
        background: #ffffff;
        box-shadow: 0 0 0.78vw 3px rgba(0, 0, 0, 0.13);
        margin-bottom: 4vw;
        cursor: pointer; }
        .standard-box .standard-left .standard-list li:nth-last-child(1) {
          margin-bottom: 0; }
        .standard-box .standard-left .standard-list li.active {
          color: #046bc8; }
  .standard-box .standard-right {
    width: 46.8%;
    height: 100%; }
    .standard-box .standard-right .standard-img-list {
      position: relative;
      height: 100%; }
      .standard-box .standard-right .standard-img-list li {
        position: absolute;
        box-shadow: 0 0 0.8vw 0.13vw rgba(0, 0, 0, 0.13);
        transition: all .6s;
        transform: scale(1); }
        .standard-box .standard-right .standard-img-list li:nth-child(3) {
          left: 18.72vw;
          top: 5.56vw;
          z-index: 3; }
        .standard-box .standard-right .standard-img-list li:nth-child(2) {
          left: 9.62vw;
          top: 10.2vw;
          z-index: 2; }
        .standard-box .standard-right .standard-img-list li:nth-child(1) {
          left: 0;
          top: 15.8vw;
          z-index: 1; }
        .standard-box .standard-right .standard-img-list li a {
          display: block; }
          .standard-box .standard-right .standard-img-list li a img {
            display: block;
            width: 20.9vw;
            height: 28.7vw;
            object-fit: cover; }
        .standard-box .standard-right .standard-img-list li.active {
          left: 50%;
          top: 50%;
          z-index: 99;
          transform: translateX(-50%) translateY(-50%) scale(1.4); }

@media screen and (max-width: 1000px) {
  .mobile-wrapper.research .banner-top {
    height: 6.34rem; }
    .mobile-wrapper.research .banner-top .banner-content .banner-text {
      top: 60%; }
    .mobile-wrapper.research .banner-top .banner-content .banner-text .banner-title {
      margin-top: -0.3rem;
      color: #fff; }
      .mobile-wrapper.research .banner-top .banner-content .banner-text .banner-title .s-list {
        padding: 0.58rem 0.7rem 0;
        text-align: left;
        text-shadow: none;
        line-height: 0.37rem;
        font-family: HanYiQiHei-65s; }
  .mobile-wrapper .m-search-box {
    padding: 1.77rem 0.7rem 1.67rem; }
    .mobile-wrapper .m-search-box .m-s-input {
      border: 1px solid #005BAC;
      border-radius: 0.6rem;
      position: relative; }
      .mobile-wrapper .m-search-box .m-s-input .icon {
        color: #CCCCCC;
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.62rem; }
      .mobile-wrapper .m-search-box .m-s-input .m-search-input {
        background: none;
        height: 0.6rem;
        line-height: 0.6rem;
        width: 100%;
        padding-left: 0.74rem;
        padding-right: 1.3rem;
        box-sizing: border-box; }
      .mobile-wrapper .m-search-box .m-s-input .btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1rem;
        border-radius: 100px;
        background: #005bac;
        border: none;
        color: #ffffff;
        z-index: 9; }
  .mobile-wrapper .m-list-box {
    padding: 0.94rem 0 1.3rem;
    box-shadow: 2px 3px 9px 4px #229cf147; }
    .mobile-wrapper .m-list-box .item .part {
      margin-bottom: 0.2rem;
      display: flex;
      height: 1.84rem; }
      .mobile-wrapper .m-list-box .item .part:last-child {
        margin-bottom: 0; }
      .mobile-wrapper .m-list-box .item .part .p-label {
        background: #005BAC;
        color: #fff;
        width: 1.9rem;
        display: flex;
        align-items: center;
        justify-content: center; }
      .mobile-wrapper .m-list-box .item .part .p-content {
        flex: 1;
        min-width: 0;
        background: #D6D6D6;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-family: HanYiQiHei-55s;
        padding: 0 0.2rem;
        text-align: justify; }
        .mobile-wrapper .m-list-box .item .part .p-content.b {
          font-family: HanYiQiHei-65s; }
    .mobile-wrapper .m-list-box .no-data {
      height: 5.92rem;
      line-height: 5.92rem;
      text-align: center;
      color: #666; }
  .mobile-wrapper .m-list-btn-box {
    padding: 0.4rem 0.6rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobile-wrapper .m-list-btn-box .btn {
      padding: 0.1rem;
      font-family: HanYiQiHei-65s;
      color: #000;
      font-size: 0.65rem; }
    .mobile-wrapper .m-list-btn-box .btn-block {
      width: 0.4rem; }
  .mobile-wrapper .standard-box {
    padding: 1.8rem 0.6rem 2.4rem;
    height: unset;
    flex-direction: column;
    box-shadow: 0 0 5px 5px #5254562e;
    align-items: center;
    font-family: HanYiQiHei-65s; }
    .mobile-wrapper .standard-box .standard-left {
      width: 100%;
      margin-top: 0; }
      .mobile-wrapper .standard-box .standard-left .standard-list {
        width: 100%;
        margin-bottom: 2.58rem; }
        .mobile-wrapper .standard-box .standard-left .standard-list li {
          padding: 0.16rem;
          color: #fff;
          background: #0756a0;
          box-shadow: 3px 4px 6px 1px #00000042;
          margin-bottom: 0.6rem;
          text-align: center; }
          .mobile-wrapper .standard-box .standard-left .standard-list li:nth-last-child(1) {
            margin-bottom: 0; }
          .mobile-wrapper .standard-box .standard-left .standard-list li.active {
            color: #fff; }
    .mobile-wrapper .standard-box .standard-right {
      width: 100%;
      height: 5.88rem; }
      .mobile-wrapper .standard-box .standard-right .standard-img-list {
        position: relative;
        height: 100%; }
        .mobile-wrapper .standard-box .standard-right .standard-img-list li {
          position: absolute;
          box-shadow: 3px 4px 13px 5px #00000030;
          transition: all .6s;
          transform: scale(1); }
          .mobile-wrapper .standard-box .standard-right .standard-img-list li:nth-child(3) {
            left: 2.82rem;
            top: 0; }
          .mobile-wrapper .standard-box .standard-right .standard-img-list li:nth-child(2) {
            left: 1.45rem;
            top: 0.7rem; }
          .mobile-wrapper .standard-box .standard-right .standard-img-list li:nth-child(1) {
            top: 1.54rem; }
          .mobile-wrapper .standard-box .standard-right .standard-img-list li a img {
            width: 3.15rem;
            height: 4.33rem; }
          .mobile-wrapper .standard-box .standard-right .standard-img-list li.active {
            left: 50%;
            top: 50%;
            z-index: 99;
            transform: translateX(-50%) translateY(-50%) scale(1.4); } }

/*# sourceMappingURL=research.css.map */
