#index .index-banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  background-color: #3a3a3a; }
  #index .index-banner .swiper-container {
    height: 100%;
    position: relative; }
  #index .index-banner .swiper-wrapper {
    height: 100% !important;
    transition-timing-function: linear; }
  #index .index-banner .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    #index .index-banner .swiper-slide > img {
      width: 100%;
      opacity: 0; }
    #index .index-banner .swiper-slide .texts {
      width: 75%;
      max-width: 1440px;
      position: absolute;
      left: 12.5%;
      top: 50%;
      transform: translateY(-50%);
      color: #fff; }
      #index .index-banner .swiper-slide .texts .text01 {
        font-size: 60px;
        line-height: 60px; }
      #index .index-banner .swiper-slide .texts .text02 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 20px; }
  #index .index-banner .swiper-pagination-index {
    width: 100%;
    bottom: 40px;
    z-index: 100;
    position: absolute; }
  #index .index-banner .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background-color: #fff;
    opacity: 0.6;
    outline: none;
    transition: all .6s;
    margin: 0 10px;
    border-radius: 0; }
    #index .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #0068b6;
      transition: all .6s; }
#index .index-title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  padding: 60px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #index .index-title .more {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center; }
    #index .index-title .more .arr {
      border: 2px solid #999;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin-left: 10px;
      line-height: 17px;
      text-align: center; }
      #index .index-title .more .arr i {
        font-size: 12px; }
#index .last-product .items {
  display: flex;
  flex-wrap: wrap; }
  #index .last-product .items .item {
    width: 24%;
    transition: all 0.6s;
    display: block;
    margin-right: 1.333%;
    margin-bottom: 1.333%;
    background-color: #fff; }
    #index .last-product .items .item .pic {
      width: 100%;
      overflow: hidden; }
      #index .last-product .items .item .pic img {
        width: 100%;
        transition: transform .5s ease-out;
        -webkit-transition: transform .5s ease-out;
        -moz-transition: transform .5s ease-out; }
    #index .last-product .items .item .info {
      background-color: #fff;
      transition: all 0.6s;
      padding: 15px 30px; }
      #index .last-product .items .item .info .t1 {
        font-size: 16px;
        color: #333; }
      #index .last-product .items .item .info .t2 {
        font-size: 14px;
        color: #999;
        margin-top: 5px; }
    #index .last-product .items .item.item01 {
      width: 49.3%; }
    #index .last-product .items .item:nth-of-type(3) {
      margin-right: 0; }
    #index .last-product .items .item:nth-of-type(7) {
      margin-right: 0; }
    #index .last-product .items .item:hover {
      box-shadow: 0px 5px 20px 0px rgba(0, 73, 133, 0.2); }
      #index .last-product .items .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      #index .last-product .items .item:hover .info {
        background-color: #0f6ab4; }
        #index .last-product .items .item:hover .info .t1 {
          color: #f1f2f3; }
        #index .last-product .items .item:hover .info .t2 {
          color: #bce2ff; }
#index .solution-box .solution-banner {
  width: 100%;
  height: 460px;
  position: relative; }
  #index .solution-box .solution-banner .swiper-solution {
    height: 100%; }
  #index .solution-box .solution-banner .swiper-wrapper {
    height: 100%; }
  #index .solution-box .solution-banner .swiper-slide {
    width: 24% !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    #index .solution-box .solution-banner .swiper-slide > img {
      width: 100%;
      opacity: 0; }
    #index .solution-box .solution-banner .swiper-slide .mask {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 60px 30px 0;
      top: 0;
      left: 0;
      background-color: rgba(15, 106, 180, 0.7);
      display: none; }
      #index .solution-box .solution-banner .swiper-slide .mask .left {
        width: 58%;
        padding-right: 5%;
        position: relative; }
        #index .solution-box .solution-banner .swiper-slide .mask .left .title .tt {
          font-size: 20px;
          font-weight: bold;
          color: #fff; }
        #index .solution-box .solution-banner .swiper-slide .mask .left .title .line {
          width: 40px;
          height: 3px;
          background-color: #fff;
          margin-top: 20px; }
        #index .solution-box .solution-banner .swiper-slide .mask .left .info {
          font-size: 16px;
          color: #fff;
          line-height: 30px;
          margin-top: 30px; }
        #index .solution-box .solution-banner .swiper-slide .mask .left .more {
          width: 130px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          color: #fff;
          font-size: 14px;
          padding: 0 20px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          border: 1px solid #fff;
          position: absolute;
          left: 0;
          bottom: 50px; }
      #index .solution-box .solution-banner .swiper-slide .mask .right {
        width: 42%;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url("../img/10.png");
        background-size: 5px auto;
        padding-left: 5%; }
        #index .solution-box .solution-banner .swiper-slide .mask .right ul li {
          list-style: disc;
          color: #fff;
          line-height: 36px; }
          #index .solution-box .solution-banner .swiper-slide .mask .right ul li .item {
            font-size: 16px;
            color: #fff;
            padding-bottom: 3px; }
          #index .solution-box .solution-banner .swiper-slide .mask .right ul li:hover .item {
            box-shadow: 0 1px #fff; }
    #index .solution-box .solution-banner .swiper-slide .bottoms {
      position: absolute;
      left: 30px;
      bottom: 30px; }
      #index .solution-box .solution-banner .swiper-slide .bottoms .title {
        color: #fff; }
        #index .solution-box .solution-banner .swiper-slide .bottoms .title .t1 {
          font-size: 20px;
          line-height: 20px;
          font-weight: bold; }
        #index .solution-box .solution-banner .swiper-slide .bottoms .title .line {
          width: 40px;
          height: 3px;
          background-color: #fff;
          margin-top: 20px; }
    #index .solution-box .solution-banner .swiper-slide.swiper-slide-active {
      width: 50% !important; }
      #index .solution-box .solution-banner .swiper-slide.swiper-slide-active .mask {
        display: flex; }
      #index .solution-box .solution-banner .swiper-slide.swiper-slide-active .bottoms {
        display: none; }
  #index .solution-box .solution-banner .prevNext-box {
    width: 87.5%;
    max-width: 1680px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; }
    #index .solution-box .solution-banner .prevNext-box .prev, #index .solution-box .solution-banner .prevNext-box .next {
      position: absolute;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background-color: rgba(0, 104, 182, 0.8); }
      #index .solution-box .solution-banner .prevNext-box .prev i, #index .solution-box .solution-banner .prevNext-box .next i {
        font-size: 16px;
        color: #fff; }
      #index .solution-box .solution-banner .prevNext-box .prev.swiper-button-disabled, #index .solution-box .solution-banner .prevNext-box .next.swiper-button-disabled {
        background-color: rgba(0, 0, 0, 0.2); }
    #index .solution-box .solution-banner .prevNext-box .prev {
      left: 0; }
    #index .solution-box .solution-banner .prevNext-box .next {
      right: 0; }
  #index .solution-box .solution-banner .swiper-pagination-solution {
    width: 100%;
    bottom: -40px;
    z-index: 100; }
  #index .solution-box .solution-banner .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    background-color: #ddd;
    opacity: 0.6;
    outline: none;
    transition: all .6s;
    margin: 0 10px;
    border-radius: 0; }
    #index .solution-box .solution-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #0068b6;
      transition: all .6s; }
#index .news-box .news-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  #index .news-box .news-content .item {
    background-color: #fff;
    display: flex;
    transition: all 0.6s;
    border-bottom: 1px solid #f5f6f7;
    padding: 25px 0 25px 30px; }
    #index .news-box .news-content .item .text-box {
      width: calc(100% - 120px);
      padding-right: 50px; }
      #index .news-box .news-content .item .text-box .tt {
        font-size: 20px;
        line-height: 20px; }
      #index .news-box .news-content .item .text-box .desc {
        font-size: 16px;
        color: #999;
        line-height: 28px;
        height: 56px;
        margin-top: 15px; }
    #index .news-box .news-content .item .date {
      width: 120px;
      flex-shrink: 0;
      text-align: center;
      border-left: 1px solid #eee;
      font-size: 14px;
      color: #0f6ab4;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #index .news-box .news-content .item .date .t1 {
        font-weight: bold;
        font-size: 48px;
        line-height: 48px; }
      #index .news-box .news-content .item .date .t2 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px;
        font-weight: bold; }
    #index .news-box .news-content .item:hover {
      background-color: #0f6ab4;
      box-shadow: 0px 5px 20px 0px rgba(0, 73, 133, 0.2); }
      #index .news-box .news-content .item:hover .text-box {
        color: #fff; }
        #index .news-box .news-content .item:hover .text-box .desc {
          color: #bbe1ff; }
      #index .news-box .news-content .item:hover .date {
        color: #fff; }
  #index .news-box .news-content .left {
    width: 49.3%;
    background-color: #fff; }
    #index .news-box .news-content .left .pic {
      width: 100%; }
      #index .news-box .news-content .left .pic img {
        width: 100%; }
    #index .news-box .news-content .left .item {
      border-bottom: 0; }
    #index .news-box .news-content .left:hover .item {
      background-color: #0f6ab4;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }
      #index .news-box .news-content .left:hover .item .text-box {
        color: #fff; }
        #index .news-box .news-content .left:hover .item .text-box .desc {
          color: #fff; }
      #index .news-box .news-content .left:hover .item .date {
        color: #fff; }
  #index .news-box .news-content .right {
    width: 49.3%; }
    #index .news-box .news-content .right .item {
      margin-bottom: 20px; }
      #index .news-box .news-content .right .item:last-of-type {
        border-bottom: 0;
        margin-bottom: 0; }
#index .about-box {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  height: 500px;
  padding: 90px 0 0 60px;
  background-image: url("../img/06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #index .about-box .info-box {
    width: 49.3%; }
    #index .about-box .info-box .title-box {
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(245, 245, 245, 0.2); }
      #index .about-box .info-box .title-box .title {
        font-size: 36px;
        line-height: 36px;
        color: #fff; }
      #index .about-box .info-box .title-box .desc {
        font-size: 16px;
        line-height: 28px;
        color: #ecf7ff;
        margin-top: 20px; }
    #index .about-box .info-box .num-box {
      padding-top: 50px;
      display: flex;
      justify-content: space-between; }
      #index .about-box .info-box .num-box .item .num {
        font-size: 14px;
        font-weight: bold;
        color: #fff; }
        #index .about-box .info-box .num-box .item .num span {
          font-size: 48px;
          line-height: 48px;
          margin-right: 10px; }
      #index .about-box .info-box .num-box .item .tt {
        margin-top: 10px;
        font-size: 14px; }
        #index .about-box .info-box .num-box .item .tt p {
          color: #edf7ff;
          line-height: 28px; }

#search .search-result {
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 60px; }
  #search .search-result .result-nav {
    border-bottom: 1px solid #f1f2f3;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #search .search-result .result-nav .item {
      width: 140px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: #666;
      font-size: 16px;
      transition: all 0.6s;
      border: 1px solid #eee;
      margin-right: 20px;
      display: block; }
      #search .search-result .result-nav .item.active, #search .search-result .result-nav .item:hover {
        background-color: #0068b6;
        color: #fff;
        border: 1px solid #0068b6; }
      #search .search-result .result-nav .item:last-of-type {
        margin-right: 0; }
  #search .search-result .items-box {
    padding: 0 40px;
    border-bottom: 1px solid #f1f2f3; }
    #search .search-result .items-box .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 70px;
      border-bottom: 1px solid #f1f2f3; }
      #search .search-result .items-box .item .title {
        width: 70%;
        font-size: 16px;
        color: #333; }
      #search .search-result .items-box .item .date {
        color: #999;
        font-size: 14px; }
      #search .search-result .items-box .item:last-of-type {
        border-bottom: 0; }

#state .state-box {
  margin-bottom: 60px;
  padding: 40px 40px 70px;
  background-color: #fff; }
  #state .state-box .title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #f1f2f3;
    padding-bottom: 30px; }
  #state .state-box .content {
    padding-top: 40px; }
    #state .state-box .content img {
      max-width: 100%; }

#website .website-box {
  padding: 0 40px 40px;
  background-color: #fff;
  margin-bottom: 60px; }
  #website .website-box .items-cont {
    padding: 35px 0;
    border-bottom: 1px solid #f1f2f3; }
    #website .website-box .items-cont .title {
      font-size: 30px;
      line-height: 30px;
      font-weight: bold; }
    #website .website-box .items-cont .items-box {
      margin-top: 25px; }
      #website .website-box .items-cont .items-box .tt {
        font-size: 16px;
        color: #333;
        font-weight: bold; }
      #website .website-box .items-cont .items-box .items {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 15px; }
        #website .website-box .items-cont .items-box .items .item {
          font-size: 16px;
          line-height: 16px;
          margin-bottom: 10px;
          color: #666;
          padding: 0 10px;
          border-right: 1px solid #666; }
          #website .website-box .items-cont .items-box .items .item:hover {
            color: #0068b6; }
          #website .website-box .items-cont .items-box .items .item:first-of-type {
            padding-left: 0; }
          #website .website-box .items-cont .items-box .items .item:last-of-type {
            border-right: 0; }

#news .news-box {
  padding: 40px 0;
  background-color: #fff; }
  #news .news-box .news-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    #news .news-box .news-content .item {
      background-color: #fff;
      display: flex;
      transition: all 0.6s;
      padding: 25px 0 25px 30px; }
      #news .news-box .news-content .item .text-box {
        width: calc(100% - 120px);
        padding-right: 50px; }
        #news .news-box .news-content .item .text-box .tt {
          font-size: 20px;
          line-height: 20px; }
        #news .news-box .news-content .item .text-box .desc {
          font-size: 16px;
          color: #999;
          line-height: 28px;
          height: 56px;
          margin-top: 15px; }
      #news .news-box .news-content .item .date {
        width: 120px;
        flex-shrink: 0;
        text-align: center;
        border-left: 1px solid #eee;
        font-size: 14px;
        color: #0f6ab4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        #news .news-box .news-content .item .date .t1 {
          font-weight: bold;
          font-size: 48px;
          line-height: 48px; }
        #news .news-box .news-content .item .date .t2 {
          font-size: 18px;
          line-height: 18px;
          margin-top: 20px;
          font-weight: bold; }
      #news .news-box .news-content .item:hover {
        background-color: #0f6ab4;
        box-shadow: 0px 5px 20px 0px rgba(0, 73, 133, 0.2); }
        #news .news-box .news-content .item:hover .text-box {
          color: #fff; }
          #news .news-box .news-content .item:hover .text-box .desc {
            color: #bbe1ff; }
        #news .news-box .news-content .item:hover .date {
          color: #fff; }
    #news .news-box .news-content .left {
      width: 49.3%;
      background-color: #fff; }
      #news .news-box .news-content .left .pic {
        width: 100%; }
        #news .news-box .news-content .left .pic img {
          width: 100%; }
      #news .news-box .news-content .left .item {
        border-bottom: 0; }
      #news .news-box .news-content .left:hover .item {
        background-color: #0f6ab4;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }
        #news .news-box .news-content .left:hover .item .text-box {
          color: #fff; }
          #news .news-box .news-content .left:hover .item .text-box .desc {
            color: #fff; }
        #news .news-box .news-content .left:hover .item .date {
          color: #fff; }
    #news .news-box .news-content .right {
      width: 49.3%; }
      #news .news-box .news-content .right .item {
        margin-bottom: 18px; }
        #news .news-box .news-content .right .item:last-of-type {
          border-bottom: 0;
          margin-bottom: 0; }
#news .news-list {
  margin-bottom: 60px; }
  #news .news-list .news-nav {
    padding: 30px 0; }
    #news .news-list .news-nav .item {
      padding-bottom: 10px;
      color: #999;
      font-size: 14px;
      position: relative;
      margin-right: 30px; }
      #news .news-list .news-nav .item:last-of-type {
        margin-right: 0; }
      #news .news-list .news-nav .item.active, #news .news-list .news-nav .item:hover {
        color: #0068b6; }
        #news .news-list .news-nav .item.active:before, #news .news-list .news-nav .item:hover:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #0068b6;
          bottom: 0;
          left: 0; }
  #news .news-list .news-items {
    display: flex;
    flex-wrap: wrap; }
    #news .news-list .news-items .item {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%;
      background-color: #fff;
      position: relative; }
      #news .news-list .news-items .item .pic {
        width: 100%;
        overflow: hidden; }
        #news .news-list .news-items .item .pic img {
          width: 100%;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out; }
      #news .news-list .news-items .item .info-box {
        padding: 25px 25px 70px; }
        #news .news-list .news-items .item .info-box .title {
          font-size: 20px;
          line-height: 36px;
          color: #333; }
        #news .news-list .news-items .item .info-box .desc {
          font-size: 16px;
          line-height: 28px;
          color: #666;
          margin-top: 15px; }
        #news .news-list .news-items .item .info-box .date {
          font-size: 14px;
          color: #bbb;
          position: absolute;
          left: 25px;
          bottom: 25px; }
      #news .news-list .news-items .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      #news .news-list .news-items .item:nth-of-type(3n) {
        margin-right: 0; }
  #news .news-list .count {
    font-size: 16px;
    color: #999;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
  #news .news-list .more {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    background-color: #0068b6;
    margin: 0 auto; }
#news .news-detail {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 80px; }
  #news .news-detail .items {
    display: flex; }
    #news .news-detail .items .left-content {
      width: 68%;
      border-right: 1px solid #f1f2f3;
      padding: 40px 30px 55px; }
      #news .news-detail .items .left-content .title-box {
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f2f3; }
        #news .news-detail .items .left-content .title-box .title {
          font-size: 30px;
          color: #333; }
        #news .news-detail .items .left-content .title-box .desc {
          color: #999;
          font-size: 14px;
          margin-top: 15px; }
      #news .news-detail .items .left-content .content {
        padding-top: 30px; }
        #news .news-detail .items .left-content .content img {
          max-width: 100%; }
        #news .news-detail .items .left-content .content li {
        list-style: disc;
        }
    #news .news-detail .items .right-content {
      width: 32%;
      padding: 40px 30px; }
      #news .news-detail .items .right-content .title {
        font-size: 30px;
        line-height: 30px;
        padding-left: 20px;
        position: relative; }
        #news .news-detail .items .right-content .title:before {
          content: '';
          position: absolute;
          left: 0;
          width: 4px;
          height: 30px;
          background-color: #0068b6;
          top: 0; }
      #news .news-detail .items .right-content .item {
        display: block;
        padding: 30px 0;
        border-bottom: 1px solid #f1f2f3; }
        #news .news-detail .items .right-content .item .tt {
          font-size: 20px;
          line-height: 32px;
          color: #333; }
        #news .news-detail .items .right-content .item .date {
          font-size: 14px;
          color: #bbb;
          margin-top: 20px; }

#solution .solution-list {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap; }
  #solution .solution-list .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.6s; }
    #solution .solution-list .item .pic {
      width: 100%;
      overflow: hidden; }
      #solution .solution-list .item .pic img {
        width: 100%;
        transition: transform .5s ease-out;
        -webkit-transition: transform .5s ease-out;
        -moz-transition: transform .5s ease-out; }
    #solution .solution-list .item .info {
      padding: 30px 30px 50px; }
      #solution .solution-list .item .info .title {
        font-size: 26px;
        line-height: 26px; }
      #solution .solution-list .item .info .desc {
        color: #666;
        font-size: 14px;
        line-height: 26px;
        height: 80px;
        margin-top: 20px; }
      #solution .solution-list .item .info .lines {
        margin-top: 10px; }
        #solution .solution-list .item .info .lines .line {
          font-size: 16px;
          line-height: 36px; }
          #solution .solution-list .item .info .lines .line i {
            font-size: 16px;
            color: #0068b6;
            margin-right: 10px; }
          #solution .solution-list .item .info .lines .line a {
            color: #333; }
            #solution .solution-list .item .info .lines .line a:hover {
              color: #0068b6; }
    #solution .solution-list .item:hover {
      box-shadow: 0px 0px 20px 0px rgba(0, 80, 145, 0.2); }
      #solution .solution-list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
    #solution .solution-list .item:nth-of-type(3n) {
      margin-right: 0; }
#solution .solution-detail {
  padding: 0 40px;
  margin: 30px 0 60px;
  background-color: #fff; }
  #solution .solution-detail .title {
    font-size: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f1f2f3;
    padding: 40px 0 30px; }
  #solution .solution-detail .content {
    padding: 30px 0; }
    #solution .solution-detail .content img {
      max-width: 100%; }
#solution .solution-detail .content li {
  list-style: disc;
}
  #solution .solution-detail .detail-bottom {
    padding: 30px 40px;
    border-top: 1px solid #f1f2f3;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #solution .solution-detail .detail-bottom .left {
      font-size: 16px;
      color: #999; }
      #solution .solution-detail .detail-bottom .left .pg {
        line-height: 30px; }
        #solution .solution-detail .detail-bottom .left .pg .item {
          color: #999; }
        #solution .solution-detail .detail-bottom .left .pg:hover .item {
          color: #333; }
    #solution .solution-detail .detail-bottom .back {
      width: 130px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      color: #999;
      border: 1px solid #ddd;
      text-align: center;
      display: block; }
#solution .solution-items {
  margin: 30px 0 60px; }
  #solution .solution-items .title-box {
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    color: #666;
    font-size: 16px;
    padding: 0 40px; }
  #solution .solution-items .items .item {
    display: flex;
    padding: 40px;
    background-color: #fff;
    border-top: 1px solid #f1f2f3;
    transition: all 0.6s;
    position: relative; }
    #solution .solution-items .items .item .pic {
      width: 300px;
      flex-shrink: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      #solution .solution-items .items .item .pic img {
        width: 100%;
        opacity: 0; }
    #solution .solution-items .items .item .info {
      padding-left: 40px; }
      #solution .solution-items .items .item .info .tt {
        font-size: 30px;
        line-height: 30px;
        color: #333; }
      #solution .solution-items .items .item .info .desc {
        font-size: 16px;
        line-height: 28px;
        height: 80px;
        color: #666;
        margin-top: 10px; }
      #solution .solution-items .items .item .info .more {
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #ddd;
        color: #999;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        transition: all 0.6s; }
        #solution .solution-items .items .item .info .more i {
          font-size: 16px;
          color: #bbb; }
        #solution .solution-items .items .item .info .more span {
          margin-left: 20px; }
    #solution .solution-items .items .item:hover {
      box-shadow: 0px 0px 20px 0px rgba(0, 80, 145, 0.2);
      border: 0; }
      #solution .solution-items .items .item:hover .info .more {
        border: 1px solid #0f6ab4;
        background-color: #0f6ab4;
        color: #fff; }
        #solution .solution-items .items .item:hover .info .more i {
          color: #fff; }

#reality .about-box {
  padding: 0 40px 50px;
  background-color: #fff;
  margin-top: 30px; }
  #reality .about-box .about-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 40px 0 30px;
    border-bottom: 1px solid #f1f2f3; }
  #reality .about-box .desc-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    #reality .about-box .desc-box .info-box {
      width: 36%;
      padding-top: 30px; }
      #reality .about-box .desc-box .info-box .info {
        height: 280px;
        overflow-y: auto;
        font-size: 16px;
        line-height: 28px;
        color: #666;
        padding-right: 10px; }
        #reality .about-box .desc-box .info-box .info::-webkit-scrollbar {
          width: 5px;
          height: 10px;
          background-color: #f3f4f5; }
        #reality .about-box .desc-box .info-box .info::-webkit-scrollbar-track {
          background-color: #f3f4f5; }
        #reality .about-box .desc-box .info-box .info::-webkit-scrollbar-thumb {
          background-color: #0068b6; }
      #reality .about-box .desc-box .info-box .more {
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #ddd;
        color: #999;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 70px;
        transition: all 0.6s; }
        #reality .about-box .desc-box .info-box .more i {
          font-size: 16px;
          color: #bbb; }
        #reality .about-box .desc-box .info-box .more span {
          margin-left: 20px; }
        #reality .about-box .desc-box .info-box .more:hover {
          background-color: #0068b6;
          color: #fff; }
          #reality .about-box .desc-box .info-box .more:hover i {
            color: #fff; }
    #reality .about-box .desc-box .video-box {
      width: 55.5%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../img/33.png");
      position: relative; }
      #reality .about-box .desc-box .video-box img {
        width: 100%;
        opacity: 0; }
      #reality .about-box .desc-box .video-box .play-box {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        #reality .about-box .desc-box .video-box .play-box i {
          font-size: 60px; }
        #reality .about-box .desc-box .video-box .play-box .text {
          margin-top: 20px;
          font-size: 18px; }
  #reality .about-box .culture-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    #reality .about-box .culture-box .items {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      transition: all 0.6s; }
      #reality .about-box .culture-box .items img {
        width: 100%;
        opacity: 1; }
      #reality .about-box .culture-box .items .text-box {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -50%); }
        #reality .about-box .culture-box .items .text-box i {
          font-size: 50px; }
        #reality .about-box .culture-box .items .text-box .title {
          margin-top: 20px; }
          #reality .about-box .culture-box .items .text-box .title .cn {
            font-size: 24px;
            line-height: 24px; }
          #reality .about-box .culture-box .items .text-box .title .en {
            font-size: 14px;
            text-transform: uppercase;
            margin-top: 5px; }
        #reality .about-box .culture-box .items .text-box .txt {
          margin-top: 20px;
          font-size: 24px; }
      #reality .about-box .culture-box .items.left {
        width: 32.5%; }
      #reality .about-box .culture-box .items.item01 {
        background-image: url("../img/34.png"); }
      #reality .about-box .culture-box .items.item02 {
        background-image: url("../img/35.png"); }
      #reality .about-box .culture-box .items.item03 {
        background-image: url("../img/36.png"); }
      #reality .about-box .culture-box .items.item04 {
        background-image: url("../img/37.png"); }
      #reality .about-box .culture-box .items.item05 {
        background-image: url("../img/38.png"); }
      #reality .about-box .culture-box .items:hover {
        box-shadow: 0px 15px 20px 0px rgba(0, 89, 156, 0.2); }
    #reality .about-box .culture-box .right {
      width: 66%;
      display: flex;
      flex-wrap: wrap; }
      #reality .about-box .culture-box .right .items {
        width: 48.8%;
        margin-right: 2.4%;
        margin-bottom: 2.4%; }
        #reality .about-box .culture-box .right .items:nth-of-type(2n) {
          margin-right: 0; }
        #reality .about-box .culture-box .right .items:nth-of-type(3) {
          margin-bottom: 0; }
        #reality .about-box .culture-box .right .items:nth-of-type(4) {
          margin-bottom: 0; }
  #reality .about-box .develop-banner {
    width: 100%;
    position: relative;
    margin-top: 30px; }
    #reality .about-box .develop-banner .swiper-develop {
      height: 100%; }
    #reality .about-box .develop-banner .swiper-wrapper {
      height: 100%; }
    #reality .about-box .develop-banner .swiper-slide {
      width: 30% !important;
      padding-right: 3%;
      border-right: 1px solid #f1f2f3; }
      #reality .about-box .develop-banner .swiper-slide .year {
        font-size: 14px;
        font-weight: bold; }
        #reality .about-box .develop-banner .swiper-slide .year span {
          font-size: 30px;
          line-height: 30px;
          margin-right: 10px; }
      #reality .about-box .develop-banner .swiper-slide .desc {
        font-size: 16px;
        line-height: 28px;
        color: #666;
        margin-top: 20px;
        margin-bottom: 20px; }
      #reality .about-box .develop-banner .swiper-slide img {
        max-width: 100%; }
#reality .develop-box {
  position: relative;
  margin-bottom: 60px; }
  #reality .develop-box .prevNext-box {
    width: 87.5%;
    max-width: 1680px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; }
    #reality .develop-box .prevNext-box .prev, #reality .develop-box .prevNext-box .next {
      position: absolute;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background-color: rgba(0, 104, 182, 0.8); }
      #reality .develop-box .prevNext-box .prev i, #reality .develop-box .prevNext-box .next i {
        font-size: 16px;
        color: #fff; }
      #reality .develop-box .prevNext-box .prev.swiper-button-disabled, #reality .develop-box .prevNext-box .next.swiper-button-disabled {
        background-color: rgba(0, 0, 0, 0.2); }
    #reality .develop-box .prevNext-box .prev {
      left: 0; }
    #reality .develop-box .prevNext-box .next {
      right: 0; }



@media screen and (max-width: 1900px) {
  }
@media screen and (max-width: 1600px) {
  #index .last-product .items .item .info {
    padding: 15px; }

  #index .solution-box .solution-banner .swiper-slide .mask .right ul li .item {
    font-size: 14px; }

  .container {
    width: 90%; }

  #index .news-box .news-content .right .item {
    padding: 20px 0 20px 20px; }

  #reality .develop-box .prevNext-box .prev, #reality .develop-box .prevNext-box .next {
    width: 50px;
    height: 50px;
    line-height: 50px; }

  #reality .develop-box .prevNext-box {
    width: 92.5%; }

 }
@media screen and (max-width: 1460px) {
  #index .news-box .news-content .right .item {
    margin-bottom: 12px; }

  .header .common-nav .left-box .items-box .tt {
    padding-left: 30px;
    display: flex;
    align-items: center; }

  .header .common-nav .left-box .items-box .items .item {
    padding-left: 30px; }

  .header .common-nav .left-box .items-box .tt i {
    font-size: 14px; }

  .header .common-nav .left-box .items-box .tt {
    font-size: 14px; }

  .header .common-nav .right-box {
    width: 30%;
    padding: 30px 0 30px 2%; }

  .header .common-nav .left-box {
    width: 70%;
    padding-left: 10%; }

  #honor .honor-cover .pic-box {
    width: 360px;
    padding: 20px;
    left: calc(50% - 180px); }

  #news .news-box .news-content .right .item {
    margin-bottom: 15px; }

  #news .news-box .news-content .item .text-box .tt {
    font-size: 18px;
    line-height: 18px; }

  #news .news-box .news-content .item .date .t1 {
    font-size: 40px;
    line-height: 40px; }

  #news .news-box .news-content .item .date .t2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; }

  #news .news-box .news-content .item .text-box .desc {
    font-size: 14px;
    line-height: 25px;
    height: 49px;
    margin-top: 10px; }

  #news .news-box .news-content .right .item {
    margin-bottom: 20px; }

  #product .product-detail .tops-box .info-box .desc {
    margin-top: 20px;
    height: 38%; }

  #product .product-detail .tops-box .info-box {
    padding-left: 30px; } }
@media screen and (max-width: 1386px) {
  #reality .about-box .about-title {
    font-size: 24px;
    line-height: 24px;
    padding: 30px 0; }

  #reality .about-box .desc-box .info-box .more {
    margin-top: 40px; }

  #contact .contact-box .tops .left .txt-box i {
    font-size: 45px; }

  #video .video-list .item .info {
    padding: 15px 15px 20px; }

  #video .video-list .item .info .tt {
    font-size: 16px; }

  #contact .contact-box .address-items .item {
    padding: 0 1%; }

  #contact .contact-box .address-items .item .t1 {
    margin: 10px 0; }

  #product .product-detail .tops-box {
    padding: 30px; }

  #product .product-detail .tops-box .info-box .desc {
    height: 36%; }

  #solution .solution-list .item .info {
    padding: 20px; } }
@media screen and (max-width: 1300px) {
  #index .last-product .items .item .info {
    padding: 10px; }

  #index .last-product .items .item .info .t1 {
    font-size: 14px; }

  #index .last-product .items .item .info .t2 {
    font-size: 12px; }

  #index .solution-box .solution-banner .swiper-slide .mask {
    padding: 20px 20px 0; }

  #index .solution-box .solution-banner .swiper-slide .mask .left .info {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px; }

  #index .index-title {
    font-size: 20px;
    line-height: 20px;
    padding: 30px 0 10px; }

  .header .common-nav .right-box .info-box {
    width: 70%; }

  .header .header-nav li > .item {
    margin-right: 20px; }

  .header .common-nav .left-box .items-box {
    margin-bottom: 15px; }

  .header .common-nav .left-box .items-box .items .item {
    font-size: 12px;
    line-height: 24px; }

  .header .common-nav .right-box .info-box .info .title {
    font-size: 16px;
    line-height: 16px; }

  .header .common-nav .right-box .info-box .info .desc {
    font-size: 12px;
    line-height: 20px; }

  .header .common-nav .right-box .info-box .info .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    padding: 0 10px; }

  #index .solution-box .solution-banner {
    height: 360px; }

  #index .solution-box .solution-banner .swiper-slide .mask .right ul li .item {
    font-size: 12px; }

  #index .solution-box .solution-banner .swiper-slide .mask .right ul li {
    line-height: 24px; }

  #index .solution-box .solution-banner .prevNext-box .prev, #index .solution-box .solution-banner .prevNext-box .next {
    width: 45px;
    height: 45px;
    line-height: 45px; }

  #index .news-box .news-content .right .item {
    padding: 15px 0 10px 10px; }

  #index .news-box .news-content .item {
    padding: 10px 0 10px 10px; }

  .footer .foot-tops .container .left-nav .items-box .items {
    width: 140px; }

  .footer .foot-tops .container .left-nav .items-box .items .item {
    margin-bottom: 10px; }

  #index .about-box .info-box .title-box .title {
    font-size: 24px;
    line-height: 24px; }

  #index .about-box {
    padding: 50px 0 0 40px; }

  #index .about-box .info-box {
    width: 70%; }

  #index .about-box .info-box .num-box .item .num span {
    font-size: 36px;
    line-height: 36px; }

  #index .about-box .info-box .title-box .desc {
    font-size: 14px;
    line-height: 24px; }

  .container {
    width: 92%; }

  #index .about-box {
    height: 440px; }

  #index .news-box .news-content .item .text-box .desc {
    margin-top: 10px;
    line-height: 20px;
    height: 40px; }

  #index .news-box .news-content .item .date .t1 {
    font-size: 36px;
    line-height: 36px; }

  #index .news-box .news-content .item .date .t2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px; }

  #reality .about-box .desc-box .video-box {
    width: 46.5%; }

  #reality .about-box .desc-box .info-box {
    width: 50%; }

  #reality .about-box {
    padding: 0 30px 30px; }

  #reality .about-box .desc-box .info-box .info {
    font-size: 14px; }

  #reality .about-box .desc-box .info-box .more {
    margin-top: 20px; }

  #reality .about-box .culture-box .items .text-box .title .cn {
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
      
  }
  #reality .about-box .culture-box .items .text-box .title .en{
        font-weight: 900;
    }
    #reality .about-box .culture-box .items .text-box{width:100%;}
  #reality .about-box .culture-box .items .text-box i {
    font-size: 40px; }

  #reality .about-box .culture-box .items .text-box .title {
    margin-top: 10px; }

  #reality .about-box .culture-box .items .text-box .txt {
    font-size: 16px;
    margin-top: 10px; }

  #reality .about-box .develop-banner .swiper-slide .year span {
    font-size: 24px;
    line-height: 24px; }

  #reality .about-box .develop-banner .swiper-slide .desc {
    margin: 10px 0; }

  #contact .contact-box .tops .left .info-box {
    padding: 10px 20px; }

  #contact .contact-box .tops .right {
    padding: 0 20px; }

  #contact .contact-box .tops .left .txt-box i {
    font-size: 36px; }

  #contact .contact-box .tops .right .title-box {
    width: 90%;
    margin: 10px 0; }

  #contact .contact-box .tops {
    padding: 20px 30px 20px 0; }

  #service .service-box .service-items .item {
    padding: 20px; }

  #service .service-box .service-items .item .desc {
    margin-top: 10px;
    margin-bottom: 15px; }

  #honor .honor-box .item {
    padding: 15px; }

  #honor .honor-box .item .info {
    padding-top: 15px; }

  #honor .honor-cover .pic-box {
    width: 300px;
    padding: 20px;
    left: calc(50% - 150px); }

  #video .video-list .item .info .desc {
    font-size: 14px; }

  #video .video-list .item .info {
    padding: 10px 10px 15px; }

  .bread-box {
    padding: 20px 0; }

  #video .video-detail .content {
    padding: 20px; }

  #video .video-detail .content .title {
    margin-top: 20px; }

  #video .video-detail .content .title .tt {
    font-size: 24px;
    line-height: 30px; }

  .detail-bottom {
    padding: 20px; }

  .BMapLabel .map-info {
    height: 70px; }

  .BMapLabel {
    left: -200px !important;
    top: -95px !important; }

  .BMapLabel .map-info .info {
    width: 340px;
    padding: 10px; }

  .BMapLabel .map-info .info .t2 {
    font-size: 14px; }

  .BMapLabel .map-info .gps-box {
    width: 70px; }

  .BMapLabel .map-info .gps-box i {
    font-size: 22px; }

  #contact .contact-box .address-items .item .desc {
    font-size: 14px; }

  #news .news-box .news-content .right .item {
    margin-bottom: 10px; }

  #news .news-box .news-content .right .item {
    padding: 10px;
    margin-bottom: 12px; }

  #news .news-list .news-items .item .info-box {
    padding: 18px 18px 60px; }

  #news .news-list .news-items .item .info-box .title {
    font-size: 16px;
    line-height: 26px; }

  #news .news-list .news-items .item .info-box .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px; }

  #product .product-detail .tops-box .info-box .title-box .t1 {
    font-size: 24px;
    line-height: 24px; }

  #product .product-detail .tops-box .info-box .title-box .t2 {
    font-size: 14px;
    line-height: 14px; }

  #product .product-detail .tops-box .info-box .desc {
    font-size: 14px;
    line-height: 20px; }

  #product .product-detail .tops-box {
    padding: 20px; }

  #product .product-detail .tops-box .info-box .desc {
    height: 30%; }

  #product .product-detail .tops-box .info-box .bottoms .txt {
    margin-top: 10px; }

  #product .product-detail .tops-box .info-box .bottoms .query {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px; }

  #product .product-detail .tops-box .pro-banner .swiper-pagination-pro {
    bottom: -15px; }

  #product .product-detail .tops-box .info-box .title-box .t2 {
    margin-top: 10px; }

  #product .product-detail .pro-cont .content {
    padding: 30px; }

  #product .product-detail .pro-cont .content h1 {
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0; }

  #product .pro-list .item .info {
    padding: 15px 20px; }

  #search .search-result .result-nav .item {
    width: 130px;
    height: 40px;
    line-height: 40px; }

  #service .service-detail .service-cont {
    padding: 25px; }

  #service .service-detail .service-cont .title-box .tt {
    font-size: 24px; }

  #service .service-detail .service-cont .content {
    font-size: 14px; }

  #solution .solution-list .item .info .title {
    font-size: 20px;
    line-height: 20px; }

  #solution .solution-list .item .info .desc {
    height: auto;
    margin-top: 10px; }

  #solution .solution-items .items .item .info .desc {
    font-size: 14px;
    line-height: 24px;
    height: auto; }

  #solution .solution-items .items .item .info .tt {
    font-size: 22px;
    line-height: 28px; }

  #solution .solution-items .items .item {
    padding: 20px; }

  #solution .solution-items .items .item .info {
    padding-left: 20px; }

  #website .website-box {
    padding: 0 20px 20px; }

  #website .website-box .items-cont .items-box {
    margin-top: 18px; } }
@media screen and (max-width: 1044px) {
  .header {
    display: none; }

  .m-header {
    background-color: #fff;
    height: 0.9rem;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 101; }
    .m-header .logo {
      width: 1.3rem;
      display: block; }
      .m-header .logo img {
        width: 100%; }
    .m-header .m-right {
      display: flex;
      align-items: center;
      height: 100%; }
      .m-header .m-right .language {
        height: 100%;
        font-size: 14px;
        color: #333;
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        z-index: 100; }
        .m-header .m-right .language:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 0.4rem;
          background-color: #333;
          right: 0;
          top: calc(50% - 0.2rem); }
        .m-header .m-right .language span {
          display: inline-block;
          padding-right: 0.4rem;
          margin-left: 0.2rem; }
      .m-header .m-right .m-search {
        height: 100%;
        line-height: 1rem;
        padding: 0 0.2rem;
        margin: 0 0.2rem; }
        .m-header .m-right .m-search i {
          font-size: 16px;
          color: #333; }
      .m-header .m-right .menu-icon {
        height: 100%;
        line-height: 1rem; }
        .m-header .m-right .menu-icon .icon-46 {
          display: block; }
        .m-header .m-right .menu-icon .icon-guanbi1 {
          display: none; }
        .m-header .m-right .menu-icon.active .icon-46 {
          display: none; }
        .m-header .m-right .menu-icon.active .icon-guanbi1 {
          display: block; }

  .m-search-cont {
    width: 100%;
    position: fixed;
    top: 0.9rem;
    left: 0;
    z-index: 1001;
    display: none; }
    .m-search-cont .input-inner {
      width: 100%;
      padding: 0.5rem 0.3rem;
      background-color: #f7f7f7; }
      .m-search-cont .input-inner .input-box {
        width: 100%;
        height: 1rem;
        padding-left: 0.3rem;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .m-search-cont .input-inner .input-box input {
          width: 100%;
          height: 100%;
          border: 0;
          font-size: 0.32rem;
          background-color: transparent; }
          .m-search-cont .input-inner .input-box input::-webkit-input-placeholder {
            color: #000 !important;
            font-weight: bold; }
          .m-search-cont .input-inner .input-box input:-moz-placeholder {
            color: #000 !important;
            font-weight: bold; }
          .m-search-cont .input-inner .input-box input:-ms-input-placeholder {
            color: #000 !important;
            font-weight: bold; }
        .m-search-cont .input-inner .input-box .search-btn {
          padding: 0 0.4rem;
          height: 100%;
          flex-shrink: 0;
          line-height: 1rem;
          text-align: center;
          background-color: #fff;
          cursor: pointer; }
          .m-search-cont .input-inner .input-box .search-btn i {
            font-size: 20px;
            color: #0068b6; }
    .m-search-cont .key-box {
      color: #999;
      font-size: 0.24rem;
      background-color: #fff;
      padding: 0.4rem 0.3rem 0.5rem; }
      .m-search-cont .key-box .label {
        width: 100%;
        margin-bottom: 0.15rem;
        display: block; }
      .m-search-cont .key-box .item {
        color: #999;
        padding: 0 10px;
        border-right: 1px solid #999;
        display: inline-block;
        line-height: 14px; }
        .m-search-cont .key-box .item:last-of-type {
          border-right: 0; }

  .m-language-box {
    width: 100%;
    position: fixed;
    top: 0.9rem;
    left: 0;
    z-index: 1001;
    display: none; }
    .m-language-box .item {
      font-size: 16px;
      color: #333;
      height: 1rem;
      line-height: 1rem;
      text-align: center;
      width: 100%;
      background-color: #fff;
      border-bottom: 1px solid #eee; }
      .m-language-box .item:hover {
        color: #0068b6; }

  .down-box-big {
    width: 100%;
    height: calc(100vh - 0.9rem);
    position: fixed;
    top: 0.9rem;
    background: #fff;
    left: 0;
    padding: 0;
    z-index: 1001;
    display: none; }
    .down-box-big .down-box {
      height: calc(100vh - 0.9rem);
      overflow-y: auto; }
      .down-box-big .down-box > li {
        width: 100%;
        height: 1rem;
        cursor: pointer;
        position: relative;
        display: flex;
        border-bottom: 1px solid #eee;
        align-items: center;
        padding: 0 0.3rem;
        justify-content: space-between; }
        .down-box-big .down-box > li > a {
          width: 100%;
          height: 100%;
          color: #666;
          text-align: center;
          font-size: 0.3rem;
          line-height: 1rem;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .down-box-big .down-box > li > a img {
            width: .17rem;
            height: .32rem; }
        .down-box-big .down-box > li span {
          color: #333;
          font-size: .28rem; }
        .down-box-big .down-box > li input {
          width: 30%;
          height: .5rem;
          border: none;
          border-bottom: 1px solid #0095d8;
          padding-left: 10px;
          font-size: 12px;
          margin-left: .4rem; }
          .down-box-big .down-box > li input::-webkit-input-placeholder, .down-box-big .down-box > li input:-moz-placeholder, .down-box-big .down-box > li input:-ms-input-placeholder {
            color: #b4b5bf !important; }
        .down-box-big .down-box > li:hover a {
          color: #0095d8; }
      .down-box-big .down-box .m-about-hover span {
        color: #333;
        font-size: .3rem; }
      .down-box-big .down-box .m-about-hover .icon-box i {
        font-size: 14px; }
        .down-box-big .down-box .m-about-hover .icon-box i.icon-26 {
          display: block; }
        .down-box-big .down-box .m-about-hover .icon-box i.icon-27 {
          display: none; }
      .down-box-big .down-box .m-about-hover.active {
        background-color: #f5fafe; }
        .down-box-big .down-box .m-about-hover.active span {
          color: #0068b6; }
        .down-box-big .down-box .m-about-hover.active .icon-box i {
          color: #0068b6; }
          .down-box-big .down-box .m-about-hover.active .icon-box i.icon-26 {
            display: none; }
          .down-box-big .down-box .m-about-hover.active .icon-box i.icon-27 {
            display: block; }
      .down-box-big .down-box .m-about-down {
        display: none; }
        .down-box-big .down-box .m-about-down .items {
          width: 100%;
          height: .8rem;
          display: flex;
          align-items: center;
          justify-content: space-between;
          line-height: .8rem;
          text-align: center;
          font-size: 14px;
          cursor: pointer;
          padding: 0 0.3rem 0 0.5rem;
          box-sizing: border-box;
          color: #666; }
          .down-box-big .down-box .m-about-down .items .icon-box i {
            font-size: 14px; }
            .down-box-big .down-box .m-about-down .items .icon-box i.icon-26 {
              display: block; }
            .down-box-big .down-box .m-about-down .items .icon-box i.icon-27 {
              display: none; }
          .down-box-big .down-box .m-about-down .items.active01 {
            background-color: #f5fafe; }
            .down-box-big .down-box .m-about-down .items.active01 span {
              color: #0068b6; }
            .down-box-big .down-box .m-about-down .items.active01 .icon-box i.icon-26 {
              display: none; }
            .down-box-big .down-box .m-about-down .items.active01 .icon-box i.icon-27 {
              display: block; }
          .down-box-big .down-box .m-about-down .items:hover {
            background-color: #f5fafe; }
        .down-box-big .down-box .m-about-down .inner-down {
          background-color: #f5fafe;
          display: none; }
          .down-box-big .down-box .m-about-down .inner-down .item {
            font-size: 13px;
            padding: 0 0.3rem 0 0.7rem;
            height: 0.6rem;
            line-height: 0.6rem;
            color: #666;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .down-box-big .down-box .m-about-down .inner-down .item .icon-box i {
              font-size: 14px; }
              .down-box-big .down-box .m-about-down .inner-down .item .icon-box i.icon-26 {
                display: block; }
              .down-box-big .down-box .m-about-down .inner-down .item .icon-box i.icon-27 {
                display: none; }
            .down-box-big .down-box .m-about-down .inner-down .item.active02 {
              background-color: #f5fafe; }
              .down-box-big .down-box .m-about-down .inner-down .item.active02 span {
                color: #0068b6; }
              .down-box-big .down-box .m-about-down .inner-down .item.active02 .icon-box i.icon-26 {
                display: none; }
              .down-box-big .down-box .m-about-down .inner-down .item.active02 .icon-box i.icon-27 {
                display: block; }
            .down-box-big .down-box .m-about-down .inner-down .item:hover {
              background-color: #f5fafe; }
          .down-box-big .down-box .m-about-down .inner-down .inner-box {
            background-color: #f5fafe;
            display: none; }
            .down-box-big .down-box .m-about-down .inner-down .inner-box > a {
              font-size: 12px;
              color: #666;
              padding: 0 0.3rem 0 0.9rem;
              height: 0.6rem;
              line-height: 0.6rem;
              display: block; }
              .down-box-big .down-box .m-about-down .inner-down .inner-box > a:hover {
                background-color: #f5fafe; }

  .m-cover {
    position: fixed;
    top: 0.9rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000; }
    .m-cover.m-cover-search {
      display: none; }
    .m-cover.m-cover-language {
      display: none; }
    .m-cover.m-cover-menu {
      display: none; }

  #index .index-banner {
    margin-top: 0.9rem;
    height: 6rem; }

  #index .index-banner .swiper-slide .texts .text01 {
    font-size: 28px;
    line-height: 28px; }

  #index .index-banner .swiper-slide .texts .text02 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0.4rem; }

  #index .last-product .items .item.item01 {
    width: 100%;
    margin-right: 0; }

  #index .last-product .items .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }

  #index .last-product .items .item:nth-of-type(2n-1) {
    margin-right: 0; }

  #index .solution-box .solution-banner .swiper-slide {
    width: 100% !important; }

  #index .solution-box .solution-banner .swiper-slide.swiper-slide-active {
    width: 100% !important; }

  #index .index-title {
    padding: 0.4rem 0;
    font-size: 18px;
    line-height: 18px; }

  #index .last-product .items .item .info {
    padding: 0.1rem; }

  #index .solution-box .solution-banner .swiper-slide .mask .left .title .tt {
    font-size: 16px; }

  #index .solution-box .solution-banner .swiper-slide .mask .left .title .line {
    margin-top: 10px; }

  #index .solution-box .solution-banner .swiper-slide .mask .left .info {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px; }

  #index .solution-box .solution-banner .swiper-slide .mask {
    padding: 20px 10px 0; }

  #index .solution-box .solution-banner .prevNext-box .prev, #index .solution-box .solution-banner .prevNext-box .next {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem; }

  #index .solution-box .solution-banner .swiper-slide .mask .left {
    padding-right: 2%; }

  #index .solution-box .solution-banner .swiper-slide .mask .left .more {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    bottom: 0.8rem;
    padding: 0 0.1rem; }

  #index .news-box {
    margin-top: 40px; }

  #index .news-box .news-content {
    flex-wrap: wrap; }

  #index .news-box .news-content .left {
    width: 100%; }

  #index .news-box .news-content .right {
    width: 100%;
    margin-top: 0.2rem; }

  #index .about-box {
    height: auto;
    background-image: url("../img/58.png");
    padding: 0.8rem 0.2rem 5rem;
    margin: 0.8rem 0; }

  #index .about-box .info-box .title-box {
    padding-bottom: 0.4rem; }

  #index .about-box .info-box .title-box .desc {
    font-size: 12px;
    line-height: 20px; }

  #index .about-box .info-box .num-box {
    padding-top: 0.6rem; }

  #index .about-box .info-box {
    width: 100%; }

  #index .about-box .info-box .num-box .item .num span {
    font-size: 26px;
    line-height: 26px;
    margin-right: 0.1rem; }

  #index .about-box .info-box .num-box .item .tt {
    font-size: 12px;
    margin-top: 0.1rem; }

  #index .about-box .info-box .num-box .item .tt p {
    line-height: 20px; }

  .footer .foot-tops {
    padding: 0.7rem 0; }

  .right-nav-fix {
    width: 0.8rem; }

  .right-nav-fix .item {
    height: 0.8rem;
    line-height: 0.8rem; }

  .right-nav-fix .item i {
    font-size: 18px; }

  .footer .foot-tops .container .left-nav {
    flex-wrap: wrap; }

  .footer .foot-tops .container .left-nav .items-box {
    width: 100%;
    margin-bottom: 0.4rem; }

  .footer .foot-tops .container {
    flex-wrap: wrap; }

  .footer .foot-tops .container .right-box .tt {
    text-align: center;
    font-size: 18px;
    line-height: 18px; }

  .footer .foot-tops .container .right-box {
    margin: 0 auto; }

  .footer .foot-tops .container .right-box .code-box {
    margin: 0 auto;
    margin-top: 0.2rem;
    width: 2.4rem; }

  .footer .foot-tops .container .right-box .text {
    margin-top: 0.1rem; }

  .footer .foot-tops .container .left-nav .items-box .items {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }

  .footer .foot-tops .container .left-nav .items-box .items .item {
    width: 50%;
    margin-bottom: 0.4rem; }

  .footer .foot-tops .container .left-nav .items-box .tt {
    font-size: 18px;
    line-height: 18px; }

  .footer .foot-tops .container .left-nav .items-box .items.contact-item .item {
    width: 100%; }

  .footer .foot-bottom {
    height: auto;
    padding: 0.5rem 0; }

  .footer .foot-bottom .container .left {
    flex-wrap: wrap;
    height: auto; }

  .footer .foot-bottom .container .left .item {
    width: 100%;
    display: block;
    text-align: center; }

  .footer .foot-bottom .container {
    flex-wrap: wrap; }

  .footer .foot-bottom .container .left .item {
    margin-right: 0;
    line-height: 32px; }

  .footer .foot-bottom .container .right {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.4rem; }

  .inner-banner {
    margin-top: 0.9rem;
    height: 4.5rem; }

  .inner-banner .text-box .t1 {
    font-size: 24px;
    line-height: 24px; }

  .inner-banner .text-box {
    padding-top: 1rem; }

  #product .pro-search-box {
    margin-top: -0.5rem; }

  #product .pro-search {
    height: 1rem;
    padding: 0 0.2rem; }

  #product .pro-search-box .hot-words {
    flex-wrap: wrap;
    margin-top: 0.2rem; }

  #product .pro-search-box .hot-words .label {
    width: 100%;
    margin-bottom: 0.1rem; }

  #product .pro-search-box .hot-words .line {
    margin: 0 0.1rem; }

  #product .product-box {
    margin-top: 0.4rem; }

  #product .product-box .title {
    font-size: 20px;
    line-height: 20px; }

  #product .product-box .product-list li {
    margin-top: 0.3rem; }

  #product .product-box .product-list li .pro-top {
    height: 1rem;
    padding: 0 0.2rem; }

  #product .product-box .product-list li .pro-top .icon {
    line-height: 1rem; }

  #product .product-box .product-list li .pro-top .name {
    font-size: 14px; }

  #product .product-box .product-list li .pro-top .name i {
    font-size: 20px; }

  #product .product-box .product-list li .pro-content .items-box {
    width: 100%;
    padding: 0 0.2rem; }

  #product .product-box .product-list li .pro-content .items-box .items-line .item-tops {
    padding: 0.1rem 0; }

  #product .product-box .product-list li .pro-content .items-box .items-line {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem; }

  #product .pro-solution {
    padding: 0.8rem 0.2rem 1rem 0.8em;
    margin: 0.6rem 0;
    height: auto; }

  #product .pro-solution .title-box .t1 {
    font-size: 18px;
    line-height: 18px; }

  #product .pro-solution .title-box .t2 {
    font-size: 14px;
    line-height: 24px; }

  #product .pro-solution .more {
    margin-top: 0.4rem;
    width: 2.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem; }

  #product .product-box .product-list li .pro-content {
    padding: 0.3rem 0 0.3rem; }

  #product .product-box .product-list li .pro-content .items-box .items-line .title {
    margin-bottom: 0.1rem;
    font-size: 14px; }

  .second-box {
    height: 1rem; }

  .second-box .container {
    overflow-x: auto;
    overflow-y: hidden; }

  .second-box .container .item {
    font-size: 14px;
    line-height: 1rem;
    margin-right: 0.2rem;
    flex-shrink: 0; }

  #message .message-box {
    padding: 0.2rem 0.2rem 0.4rem;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem; }

  #message .message-box .advise-nav .item {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem; }

  #message .message-box .form-box .line {
    width: 100%;
    height: 1rem; }

  #message .message-box .form-box .line.has-text {
    height: 2.5rem; }

  #message .message-box .form-box .line input {
    padding-left: 0.4rem; }

  #message .message-box .advise-nav .item {
    font-size: 14px;
    margin-right: 0.2rem; }

  #message .message-box .txt {
    font-size: 14px; }

  #message .message-box .form-box {
    margin-top: 0.3rem; }

  #message .message-box .form-box .line.has-text textarea {
    padding: 0.2rem 0.4rem; }

  #message .message-box .form-box .line.has-star:before {
    left: 0.2rem;
    top: 0.2rem; }

  #message .message-box .form-box .code-box {
    height: 1rem;
    width: 100%; }

  #message .message-box .form-box .code-box .line {
    width: 50%; }

  #message .message-box .form-box .code-box .img-box {
    line-height: 1rem;
    width: 35%; }

  #message .message-box .form-box .msg-btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 0.4rem; }

  #contact .contact-box .tops {
    flex-wrap: wrap; }

  #contact .contact-box .tops .left {
    width: 100%; }

  #contact .contact-box .tops .right {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0 0.2rem; }

  #contact .contact-box .tops {
    padding: 0.2rem 0; }

  #contact .contact-box .tops .left .info-box {
    padding: 0.1rem 0.2rem; }

  #contact .contact-box .tops .left .info-box .desc p {
    font-size: 14px;
    line-height: 24px; }

  #contact .contact-box .tops .left .info-box .desc {
    margin-top: 0.2rem; }

  #contact .contact-box {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding-bottom: 0.5rem; }

  #contact .contact-box .tops .left .txt-box {
    padding: 0;
    width: 24%;
    flex-shrink: 0; }

  #contact .contact-box .tops .left .txt-box i {
    font-size: 36px; }

  #contact .contact-box .tops .left .txt-box .txt {
    font-size: 12px; }

  #contact .contact-box .tops .right .desc {
    font-size: 14px;
    line-height: 24px; }

  #service .download-box .down-nav .item {
    padding: 0.4rem 0.1rem 0.2rem; }

  #service .download-box .down-nav .item i {
    font-size: 28px; }

  #service .download-box .down-nav .item .t1 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0.2rem; }

  #service .download-box .down-nav .item .time {
    margin-top: 0.2rem;
    font-size: 12px; }

  #service .download-box .down-cont {
    margin-top: 0.3rem;
    padding: 0.2rem; }

  #service .download-box .down-cont .down-list li .down-top {
    flex-wrap: wrap;
    height: 1rem; }

  #service .download-box .down-cont .down-list li .down-top .tt {
    font-size: 14px;
    width: 100%; }

  #service .download-box .down-cont .down-list li .down-top .date {
    font-size: 12px;
    width: 100%; }

  #service .download-box {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem; }

  #service .download-box .down-cont .down-list li .down-content {
    padding: 0.3rem; }

  #service .download-box .down-cont .down-list li .down-content .title {
    font-size: 16px;
    margin-bottom: 0.2rem; }

  #service .download-box .down-cont .down-list li .down-content .desc {
    font-size: 13px;
    line-height: 22px; }

  #service .download-box .down-cont .down-list li .down-content .down-btn {
    width: 2.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.4rem; }

  #service .policy-box {
    padding: 0.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem; }

  #service .policy-box .title-box {
    padding-bottom: 0.3rem; }

  #service .policy-box .title-box .tt {
    font-size: 20px;
    line-height: 20px; }

  #service .policy-box .title-box .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.2rem; }

  #service .policy-box .content .cont {
    padding-top: 0.4rem;
    font-size: 14px; }

  #service .policy-box .content .cont .tt {
    font-size: 14px;
    margin-bottom: 0.2rem; }

  #service .service-box .service-items .item {
    padding: 0.2rem; }

  #service .service-box .service-items .item .tt {
    font-size: 16px;
    line-height: 16px; }

  #service .service-box .service-items .item .desc {
    margin-top: 0.1rem;
    margin-bottom: 0.2rem; }

  #service .service-box .service-items {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem; }

  #service .service-box .service-items .item .info {
    font-size: 14px;
    line-height: 24px; }

  #honor .honor-box .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0.2rem; }

  #honor .honor-box .item .info {
    padding-top: 0.2rem;
    font-size: 14px; }

  #honor .honor-box .item:nth-of-type(2n) {
    margin-right: 0; }

  .inner-banner .text-box .t2 {
    font-size: 14px;
    line-height: 22px; }

  #honor .honor-box {
    margin-top: 0.4rem; }

  .pages-bottom {
    padding: 0.2rem 0; }

  .page-box .items {
    height: 0.6rem; }

  .page-box .items .item {
    width: 0.6rem;
    line-height: 0.6rem;
    font-size: 12px; }

  .page-box .items .item.other {
    width: 1rem; }

  .page-box .items input {
    width: 1rem; }

  #honor .honor-cover .pic-box .close-box {
    width: 0.8rem;
    height: 0.8rem;
    bottom: -1.2rem;
    left: calc(50% - 0.4rem); }

  #honor .honor-cover .pic-box .close-box i {
    font-size: 18px; }

  #join .join-box {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
    padding-top: 0.4rem; }

  #join .join-box .join-nav .item {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 14px; }

  #join .join-box .text {
    font-size: 13px;
    margin-top: 0.2rem; }

  #join .join-box .join-select {
    padding: 0 0.2rem 0.2rem;
    flex-wrap: wrap; }

  #join .join-box .num-box {
    font-size: 13px;
    padding: 0.2rem 0.4rem; }

  #join .join-box .join-select .select {
    width: 100%;
    margin-top: 0.2rem;
    height: 1rem; }

  #join .join-box .join-select .select select {
    padding-left: 0.2rem;
    width: 100%; }

  #join .join-box .join-select input {
    padding-left: 0.2rem;
    width: 100%;
    height: 1rem; }

  #join .join-box .join-select .btn {
    width: 1.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.2rem; }

  #join .join-box .join-list {
    padding: 0 0.2rem 0.2rem; }

  #join .join-box .join-list li .recruit-top {
    padding: 0.2rem;
    flex-wrap: wrap;
    height: auto; }

  #join .join-box .join-list li .recruit-top > div {
    width: 100%;
    line-height: 24px;
    text-align: left !important; }

  #join .join-box .join-list li .recruit-content {
    padding: 0 0.2rem 0.4rem; }

  #join .join-box .join-list li .recruit-content .t1 {
    padding: 0.2rem 0;
    font-size: 14px; }

  #join .join-box .join-list li .recruit-content .join-in {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.3rem; }

  #video .video-nav {
    margin: 0.6rem 0; }

  #video .video-nav .item {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px; }

  #video .video-list .item {
    width: 49%; }

  #video .video-list .item:nth-of-type(3n) {
    margin-right: 2%; }

  #video .video-list .item:nth-of-type(2n) {
    margin-right: 0; }

  #video .video-list .item .pic .play i {
    font-size: 30px; }

  #video .video-list .item .pic .play {
    text-align: center; }

  #video .video-list .item .pic .play .txt {
    margin-top: 0.15rem; }

  #video .video-list .item .info .tt {
    font-size: 14px; }

  #video .video-list .item .info .desc {
    font-size: 12px;
    margin-top: 0.1rem; }

  #video .video-list .item .info {
    padding: 0.15rem; }

  #video .video-list {
    margin-bottom: 0.4rem; }

  #video .video-content {
    padding: 0.2rem; }

  .video-layer .layui-layer-content {
    width: 400px !important;
    height: 225px !important;
    overflow: hidden !important; }

  .video-layer .layui-layer-content {
    width: 300px !important;
    height: 169px !important;
    overflow: hidden !important; }

  #video .video-content {
    margin-bottom: 0.6rem; }

  #video .video-content .pic {
    height: 5rem; }

  #video .video-content .pic .title-box .cn {
    font-size: 16px;
    line-height: 24px; }

  #video .video-content .pic .play i {
    font-size: 45px; }

  #video .video-content .pic .title-box .en {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0; }

  #video .video-content .pic .title-box {
    bottom: 0.6rem; }

  .bread-box {
    padding: 0.2rem 0; }

  #video .video-detail .content .title .tt {
    font-size: 16px;
    line-height: 24px; }

  #video .video-detail .content .title .desc {
    font-size: 13px; }

  #video .video-detail .content {
    padding: 0.2rem; }

  #video .video-detail .content .title {
    margin-top: 0.2rem; }

  .detail-bottom {
    padding: 0.2rem;
    flex-wrap: wrap; }

  .detail-bottom .left {
    width: 100%;
    font-size: 14px; }

  .detail-bottom .back {
    margin: 0 auto;
    margin-top: 0.4rem; }

  #contact .contact-box .map-box {
    padding: 0.2rem; }

  .BMapLabel {
    left: -110px !important;
    top: -95px !important; }

  .BMapLabel .map-info .info .t2 {
    font-size: 12px; }

  .BMapLabel .map-info .info {
    width: 270px;
    padding: 0.1rem; }

  .BMapLabel .map-info .gps-box {
    width: 50px; }

  .BMapLabel .map-info {
    height: 60px; }

  .BMapLabel .map-info .gps-box .tt {
    font-size: 12px;
    margin-top: 0.1rem; }

  #contact .contact-box .map-box #map {
    height: 7rem; }

  #contact .contact-box .address-items {
    flex-wrap: wrap; }

  #contact .contact-box .address-items .item {
    width: 50%;
    margin-bottom: 0.4rem; }

  #contact .contact-box .address-items .item i {
    font-size: 24px; }

  #message .message-box .title {
    font-size: 14px; }

  #message .message-box .title span {
    font-size: 18px;
    line-height: 24px; }

  #news .news-box {
    padding: 0.6rem 0; }

  #news .news-list .news-nav .item {
    margin-right: 0.2rem;
    font-size: 12px; }

  #news .news-box .news-content {
    flex-wrap: wrap; }

  #news .news-box .news-content .left {
    width: 100%; }

  #news .news-box .news-content .item {
    padding: 0.2rem 0 0.15rem 0.2rem; }

  #news .news-box .news-content .item .text-box {
    padding-right: 0.2rem; }

  #news .news-box .news-content .item .date .t1 {
    font-size: 32px;
    line-height: 32px; }

  #news .news-box .news-content .item .text-box .tt {
    font-size: 16px;
    line-height: 16px; }

  #news .news-box .news-content .right {
    width: 100%; }

  #news .news-box .news-content .right .item {
    padding: 0.2rem 0 0.15rem 0.2rem;
    margin-bottom: 0.2rem; }

  #news .news-list .news-nav {
    padding: 0.4rem 0; }

  #news .news-list .news-items .item {
    width: 49%; }

  #news .news-list .news-items .item:nth-of-type(3n) {
    margin-right: 2%; }

  #news .news-list .news-items .item:nth-of-type(2n) {
    margin-right: 0; }

  #news .news-list .news-items .item .info-box .title {
    font-size: 14px;
    line-height: 20px; }

  #news .news-list .news-items .item .info-box {
    padding: 0.2rem 0.2rem 0.8rem; }

  #news .news-list .news-items .item .info-box .desc {
    font-size: 12px;
    line-height: 20px; }

  #news .news-list .news-items .item .info-box .date {
    left: 0.2rem;
    bottom: 0.3rem;
    font-size: 12px; }

  #news .news-detail .items {
    flex-wrap: wrap; }

  #news .news-detail .items .left-content {
    width: 100%;
    padding: 0.4rem 0.2rem 0.5rem; }

  #news .news-detail .items .left-content .title-box .title {
    font-size: 18px; }

  #news .news-detail .items .left-content .title-box {
    padding-bottom: 0.2rem; }

  #news .news-detail .items .left-content .content {
    padding-top: 0.3rem; }

  #news .news-detail .items .right-content {
    width: 100%;
    padding: 0.2rem; }

  #news .news-detail .items .right-content .title {
    font-size: 22px;
    line-height: 22px;
    padding-left: 0.2rem; }

  #news .news-detail .items .right-content .item {
    padding: 0.2rem 0; }

  #news .news-detail .items .right-content .item .tt {
    font-size: 14px;
    line-height: 24px; }

  #news .news-detail .items .right-content .item .date {
    margin-top: 0.2rem; }

  #news .news-detail {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem; }

  #news .news-detail .items .right-content .title:before {
    height: 20px; }

  #news .news-detail .items .right-content .item:last-of-type {
    border-bottom: 0; }

  #product .product-detail .tops-box {
    flex-wrap: wrap; }

  #product .product-detail .tops-box .pro-banner {
    width: 100%; }

  #product .product-detail .tops-box {
    padding: 0.2rem; }

  #product .product-detail .tops-box .info-box {
    padding-left: 0; }

  #product .product-detail .tops-box .info-box .title-box {
    padding-top: 0.4rem; }

  #product .product-detail .tops-box .info-box .title-box .t1 {
    font-size: 16px; }

  #product .product-detail .tops-box .info-box .title-box .t2 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.1rem; }

  #product .product-detail .tops-box .info-box .desc {
    height: auto; }

  #product .product-detail .tops-box .info-box .bottoms {
    margin-top: 0.4rem; }

  #product .product-detail .pro-cont .pro-nav {
    height: 1rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center; }

  #product .product-detail .pro-cont .pro-nav .item {
    line-height: 1rem;
    margin-right: 0;
    padding: 0 0.2rem;
    font-size: 14px; }

  #product .product-detail .pro-cont .content {
    padding: 0.2rem; }

  #product .product-detail .pro-cont .content .download-item {
    width: 100%;
    height: auto; }

  #product .product-detail .pro-cont .content .download-item .info {
    width: 75%;
    padding: 0.2rem; }

  #product .product-detail .pro-cont .content .download-item .download {
    width: 60px;
    flex-shrink: 0;
    height: 100%; }

  #product .product-detail .pro-cont .content .download-item .info .t1 {
    font-size: 14px; }

  #product .product-detail .pro-cont .content .download-item .info .t2 {
    font-size: 14px; }

  #product .tops-center {
    height: auto;
    padding-left: 0.2rem;
    margin-top: -0.9rem;
    flex-wrap: wrap; }

  #product .tops-center .pro-search {
    width: 100%; }

  #product .pro-list .item {
    width: 49%; }

  #product .pro-list .item .info {
    padding: 0.2rem; }

  #product .pro-list .item .info .t1 {
    font-size: 14px; }

  #product .pro-list .item .info .t2 {
    font-size: 12px; }

  #product .pro-list .item:nth-of-type(3n) {
    margin-right: 2%; }

  #product .pro-list .item:nth-of-type(2n) {
    margin-right: 0; }

  .pages-bottom {
    margin-bottom: 0.4rem; }

  .container {
    width: 94%; }

  #search .search-result .result-nav {
    flex-wrap: wrap;
    padding: 0.3rem 0.2rem;
    justify-content: flex-start; }

  #search .search-result .result-nav .item {
    width: 32%;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-right: 2%;
    margin-bottom: 2%;
    font-size: 14px; }

  #search .search-result .result-nav .item:nth-of-type(3n) {
    margin-right: 0; }

  #search .search-result .items-box {
    padding: 0 0.2rem; }

  #search .search-result .items-box .item {
    height: 1rem; }

  #search .search-result .items-box .item .title {
    font-size: 14px; }

  #search .search-result {
    padding-bottom: 0.4rem;
    margin-bottom: 0.8rem; }

  #service .service-detail .service-cont {
    padding: 0.2rem; }

  #solution .solution-list .item {
    width: 100%;
    margin-right: 0; }

  #solution .solution-list .item .info {
    padding: 0.2rem; }

  #solution .solution-list {
    margin: 0.6rem 0; }

  #solution .solution-list .item .info .lines .line {
    font-size: 14px;
    line-height: 28px; }

  #solution .solution-detail {
    padding: 0 0.2rem;
    margin: 0.3rem 0 0.4rem; }

  #solution .solution-detail .title {
    font-size: 18px;
    line-height: 28px;
    padding: 0.2rem 0; }

  #solution .solution-detail .content {
    padding: 0.2rem 0; }

  #solution .solution-detail .detail-bottom {
    padding: 0.2rem 0.2rem 0.4rem; }

  #solution .solution-detail .detail-bottom .left .pg {
    line-height: 24px; }

  #solution .solution-detail .detail-bottom .left {
    font-size: 14px; }

  #solution .solution-items .items .item {
    flex-wrap: wrap; }

  #solution .solution-items .items .item .pic {
    width: 100%; }

  #solution .solution-items .items .item .info {
    width: 100%; }

  #solution .solution-items .title-box {
    height: 1rem;
    line-height: 1rem;
    font-size: 14px;
    padding: 0 0.2rem; }

  #solution .solution-items .items .item .info {
    padding: 0.4rem 0 0 0; }

  #solution .solution-items .items .item .info .tt {
    font-size: 16px;
    line-height: 20px; }

  #solution .solution-items .items .item .info .more {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.4rem; }

  #solution .solution-items {
    margin: 0.4rem 0 0.6rem; }

  #state .state-box {
    margin-bottom: 0.6rem;
    padding: 0.6rem 0.2rem; }

  #state .state-box .content {
    padding-top: 0.4rem; }

  #state .state-box .title {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0.3rem; }

  #website .website-box .items-cont .title {
    font-size: 22px; }

  #website .website-box .items-cont .items-box {
    margin-top: 0.2rem; }

  #website .website-box .items-cont .items-box .items .item {
    font-size: 14px;
    padding: 0 0.2rem; }

  #website .website-box .items-cont {
    padding: 0.4rem 0; }

  #website .website-box .items-cont .items-box .items .item:first-of-type {
    padding-left: 0.2rem; }

  #index .news-box .news-content .item .text-box {
    padding-right: 0.2rem; }

  #website {
    margin-top: 0.9rem; }

  #search {
    margin-top: 0.9rem; }

  #state {
    margin-top: 0.9rem; }

  #reality .about-box {
    padding: 0 0.4rem 0.4rem; }

  #reality .about-box .about-title {
   padding: 1.1rem 0;
    font-size: 26px;
  }
  #reality .about-box{margin-top:0px;}

  #reality .about-box .desc-box {
    flex-wrap: wrap; }

  #reality .about-box .desc-box .info-box {
    width: 100%;
    padding-top: 0; }

  #reality .about-box .desc-box .video-box {
    width: 100%;
    margin-top: 0.4rem; }

  #reality .about-box .culture-box {
    margin-top: 0.4rem; }

  #reality .about-box .culture-box {
    flex-wrap: wrap; }

  #reality .about-box .culture-box .items.left {
    width: 100%;
    margin-bottom: 0.2rem; }

  #reality .about-box .culture-box .right {
    width: 100%; }

  #reality .about-box .culture-box .right .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem !important; }

  #reality .develop-box {
    margin-bottom: 0.6rem; }

  #reality .develop-box .prevNext-box .prev, #reality .develop-box .prevNext-box .next {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem; }

  #reality .about-box .develop-banner .swiper-slide {
    width: 48% !important; }

  #reality .about-box .develop-banner .swiper-slide .year span {
    font-size: 18px;
    line-height: 20px; }

  #reality .about-box .develop-banner .swiper-slide .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem; }

  .more-cover .info-content {
    width: 90%;
    left: 5%;
    padding: 0.4rem 0.2rem;
    height: 6.5rem; }

  .more-cover .info-content .content {
    font-size: 13px;
    padding-right: 0.4rem; }

  #reality .about-box .desc-box .video-box .play-box {
    text-align: center; }

  #reality .about-box .desc-box .video-box .play-box i {
    font-size: 32px; }

  #reality .about-box .desc-box .video-box .play-box .text {
    margin-top: 0.2rem;
    font-size: 14px; }

  .more-cover .info-content .close-box {
    width: 0.8rem;
    height: 0.8rem;
    bottom: -1.2rem;
    left: calc(50% - 0.4rem); }

  .join-form {
    width: 320px;
    padding: 20px;
    height: auto; }
    .join-form .line input {
      width: 200px;
      height: 25px; }
    .join-form .line button {
      width: 100%;
      float: initial;
      margin-top: 30px; }
    .join-form .line .label {
      font-size: 14px; }
    .join-form .line img {
      height: auto; } }

/*# sourceMappingURL=style.css.map */