<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#index .banner-box {
  margin-top: 1.3rem;
  width: 100%;
  height: 11.76rem;
  background: #004098; }
  #index .banner-box .banner-wrapper {
    width: 100%;
    height: 8.32rem; }
    #index .banner-box .banner-wrapper .swiper-container {
      width: 100%;
      height: 100%; }
      #index .banner-box .banner-wrapper .swiper-container .swiper-pagination-bullets {
        bottom: .8rem;
        width: 14.4rem;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: flex;
        justify-content: flex-end; }
        #index .banner-box .banner-wrapper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
          width: .75rem;
          height: .1rem;
          background: #FFFFFF;
          opacity: 0.5;
          border-radius: .05rem;
          margin: 0 13px; }
          #index .banner-box .banner-wrapper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1; }
      #index .banner-box .banner-wrapper .swiper-container .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      #index .banner-box .banner-wrapper .swiper-container .swiper-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      #index .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        height: 100%; }
        #index .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text .text-wrapper {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          flex-direction: column;
          width: 100%;
          height: 100%; }
          #index .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text .text-wrapper .title {
            font-size: .48rem;
            font-family: "Noto Sans SC";
            font-weight: 400;
            color: #FFFFFF;
            line-height: .48rem;
            width: 100%; }
          #index .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text .text-wrapper .en {
            font-size: .48rem;
            font-family: "Noto Sans SC";
            font-weight: 400;
            color: #FFFFFF;
            line-height: .48rem;
            width: 100%;
            margin-top: .26rem;
            text-transform: uppercase;
            letter-spacing: 1px; }
          #index .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text .text-wrapper .en.small {
            font-size: .3rem !important; }
          #index .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text .text-wrapper .content {
            font-size: .3rem;
            font-family: "Noto Sans SC";
            font-weight: 300;
            color: #FFFFFF;
            line-height: .48rem;
            margin-top: .49rem;
            width: 100%; }
#index .news-box {
  width: 100%;
  height: 2.5rem;
  position: relative; }
  #index .news-box .news-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: -2.6rem; }
    #index .news-box .news-wrapper .title h6 {
      font-size: .3rem;
      font-family: "Noto Sans SC";
      font-weight: 600;
      color: #FFFFFF;
      line-height: .3rem;
      letter-spacing: 1px; }
    #index .news-box .news-wrapper .title .right {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #index .news-box .news-wrapper .title .right .items {
        border: 1px solid #FFFFFF;
        border-radius: .05rem;
        box-sizing: border-box;
        font-size: .2rem;
        margin-left: .3rem;
        letter-spacing: 1px;
        font-family: "Noto Sans SC";
        font-weight: 400;
        color: #FFFFFF;
        line-height: .22rem;
        padding: .15rem .24rem;
        cursor: pointer; }
        #index .news-box .news-wrapper .title .right .items.active {
          background: #fff;
          color: #004098; }
    #index .news-box .news-wrapper .moible-more {
      border: 1px solid #FFFFFF;
      border-radius: 0.05rem;
      box-sizing: border-box;
      font-size: .2rem;
      letter-spacing: 1px;
      font-family: "Noto Sans SC";
      font-weight: 400;
      color: #FFFFFF;
      line-height: .38rem;
      text-align: center;
      width: 1rem;
      height: .4rem;
      cursor: pointer;
      display: none;
      margin: 0 auto;
      margin-top: .5rem; }
    #index .news-box .news-wrapper .news-content {
      background: #ededed;
      height: 4.5rem;
      width: 100%;
      box-sizing: border-box;
      padding: .27rem .24rem;
      margin-top: .28rem; }
      #index .news-box .news-wrapper .news-content .news-item .left {
        position: relative;
        width: 7.48rem;
        height: 4rem;
        margin-right: .22rem;
        overflow: hidden;
        flex-shrink: 0; }
        #index .news-box .news-wrapper .news-content .news-item .left .img_view {
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          opacity: 0;
          width: 7.48rem;
          height: 4rem;
          transition: opacity .5s; }
          #index .news-box .news-wrapper .news-content .news-item .left .img_view img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        #index .news-box .news-wrapper .news-content .news-item .left .img_view.active {
          opacity: 1;
          transition: opacity .5s; }
      #index .news-box .news-wrapper .news-content .news-item .right {
        flex: 1;
        min-height: 100%;
        height: 4rem;
        overflow: hidden; }
        #index .news-box .news-wrapper .news-content .news-item .right .items.active {
          background: #E0E0E0;
          transition: all .3s; }
        #index .news-box .news-wrapper .news-content .news-item .right .items {
          width: 100%;
          box-sizing: border-box;
          padding: 0 .21rem;
          height: .8rem;
          transition: all .6s;
          box-sizing: border-box;
          border-top: 1px solid rgba(162, 162, 162, 0.5);
          transition: all .3s; }
          #index .news-box .news-wrapper .news-content .news-item .right .items:last-child {
            border-bottom: 1px solid rgba(162, 162, 162, 0.5); }
          #index .news-box .news-wrapper .news-content .news-item .right .items:hover {
            background: #E0E0E0;
            transition: all .3s; }
          #index .news-box .news-wrapper .news-content .news-item .right .items .date {
            width: 1.65rem;
            height: .3rem;
            background: #004098;
            border-radius: .05rem;
            text-align: center;
            box-sizing: border-box;
            font-size: .16rem;
            font-family: "Noto Sans SC";
            font-weight: 400;
            color: #FFFFFF;
            line-height: .3rem;
            margin-right: .2rem; }
          #index .news-box .news-wrapper .news-content .news-item .right .items p {
            flex: 1;
            font-size: .18rem;
            font-family: "Noto Sans SC";
            font-weight: 400;
            color: #404040; }
#index .party-box {
  margin-top: .9rem; }
  #index .party-box .index-title h6 {
    color: #004098 !important; }
  #index .party-box .index-title .right .items {
    color: #004098 !important;
    border-color: #004098 !important;
    transition: all .3s; }
    #index .party-box .index-title .right .items:hover {
      color: #fff !important;
      background-color: #004098 !important;
      border-color: #004098 !important;
      transition: all .3s; }
  #index .party-box .swiper-box {
    margin-top: .24rem;
    height: 3.74rem; }
    #index .party-box .swiper-box .swiper-pagination-bullets {
      bottom: .54rem;
      width: 14.4rem;
      margin: 0 auto;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center; }
      #index .party-box .swiper-box .swiper-pagination-bullets .swiper-pagination-bullet {
        width: .6rem;
        height: .05rem;
        background: #FFFFFF;
        opacity: 0.5;
        border-radius: .03rem;
        margin: 0 .11rem; }
        #index .party-box .swiper-box .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
          opacity: 1; }
    #index .party-box .swiper-box .img {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 3.74rem; }
      #index .party-box .swiper-box .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  #index .party-box .activity-box {
    margin-top: .17rem; }
    #index .party-box .activity-box .items {
      display: block;
      width: 4.68rem;
      height: 1.73rem;
      position: relative;
      overflow: hidden; }
      #index .party-box .activity-box .items .text {
        position: absolute;
        box-sizing: border-box;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding: .5rem .4rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        #index .party-box .activity-box .items .text p {
          width: 100%;
          text-align: right;
          font-size: .24rem;
          font-family: "Noto Sans SC";
          font-weight: 500;
          color: #00285E;
          line-height: .24rem;
          margin-bottom: .23rem; }
        #index .party-box .activity-box .items .text span {
          display: block;
          width: .78rem;
          height: .3rem;
          text-align: center;
          font-size: .18rem;
          font-family: "Noto Sans SC";
          font-weight: 400;
          transition: all .6s;
          color: #004098;
          line-height: .26rem;
          box-sizing: border-box;
          border-radius: .05rem;
          letter-spacing: 1px;
          background-color: #fff;
          cursor: pointer; }
          #index .party-box .activity-box .items .text span:hover {
            background: #004098;
            color: #fff; }
      #index .party-box .activity-box .items img {
        width: 100%;
        height: 100%;
        transform: scale(1);
        transition: all .4s; }
      #index .party-box .activity-box .items:hover img {
        transform: scale(1.1);
        transition: all .4s; }
#index .product-box {
  margin-top: 1rem;
  background: #00285e;
  box-sizing: border-box;
  padding: .9rem 0 1.95rem 0; }
  #index .product-box .product-mobile {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: .3rem;
    margin-top: .3rem; }
    #index .product-box .product-mobile .swiper-container {
      width: 100%;
      overflow-x: hidden;
      overflow-y: initial; }
      #index .product-box .product-mobile .swiper-container .swiper-slide {
        width: auto;
        margin-right: .32rem; }
      #index .product-box .product-mobile .swiper-container .swiper-pagination {
        position: static; }
      #index .product-box .product-mobile .swiper-container .swiper-pagination-bullets {
        bottom: .8rem;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        margin-top: 1rem; }
        #index .product-box .product-mobile .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
          width: .75rem;
          height: .1rem;
          background: #FFFFFF;
          opacity: 0.5;
          border-radius: .05rem;
          margin: 0 13px; }
          #index .product-box .product-mobile .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1; }
      #index .product-box .product-mobile .swiper-container .items {
        width: 4rem;
        height: 6.04rem;
        position: relative;
        display: block; }
        #index .product-box .product-mobile .swiper-container .items img {
          width: 100%;
          height: 100%; }
        #index .product-box .product-mobile .swiper-container .items .text {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          flex-direction: column; }
          #index .product-box .product-mobile .swiper-container .items .text p {
            width: 100%;
            font-size: .3rem;
            font-family: "Noto Sans SC";
            font-weight: 400;
            color: #FEFEFE;
            line-height: .48rem;
            text-align: center; }
          #index .product-box .product-mobile .swiper-container .items .text span {
            border: 1px solid #FFFFFF;
            border-radius: 0.05rem;
            box-sizing: border-box;
            font-size: .2rem;
            letter-spacing: 1px;
            font-family: "Noto Sans SC";
            font-weight: 400;
            color: #FFFFFF;
            line-height: .22rem;
            padding: 0.1rem 0.24rem;
            cursor: pointer;
            margin-top: .2rem; }
  #index .product-box .product-content {
    display: flex;
    justify-content: space-between;
    margin-top: .32rem; }
    #index .product-box .product-content .items {
      display: block;
      width: 2.3rem;
      height: 6.04rem;
      background: rgba(0, 64, 152, 0.4);
      position: relative;
      overflow: hidden; }
      #index .product-box .product-content .items:nth-child(2n) {
        transform: translateY(0.64rem); }
      #index .product-box .product-content .items img {
        width: 100%;
        height: 100%; }
      #index .product-box .product-content .items .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all .6s;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column; }
        #index .product-box .product-content .items .text p {
          width: 100%;
          font-size: .2rem;
          text-align: center;
          font-family: "Noto Sans SC";
          font-weight: 400;
          color: #FEFEFE;
          line-height: .3rem;
          margin-bottom: .33rem;
          transition: all .6s; }
        #index .product-box .product-content .items .text span {
          display: block;
          width: .78rem;
          height: .3rem;
          text-align: center;
          font-size: .18rem;
          font-family: "Noto Sans SC";
          font-weight: 400;
          transition: all .6s;
          color: #004098;
          line-height: .28rem;
          box-sizing: border-box;
          border: 1px solid #004098;
          border-radius: .05rem;
          letter-spacing: 1px;
          cursor: pointer;
          border-color: #fff;
          background: #fff;
          opacity: 0; }
        #index .product-box .product-content .items .text:hover {
          background-color: rgba(0, 64, 152, 0.8); }
          #index .product-box .product-content .items .text:hover span {
            opacity: 1; }
#index .overview-box .top {
  width: 100%;
  height: 3.7rem;
  position: relative; }
#index .overview-box .bottom {
  width: 100%;
  height: 13.04rem;
  background: #F3F3F3; }
  #index .overview-box .bottom .items {
    width: 6.07rem;
    height: 1.17rem;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #D2D2D2;
    z-index: 20;
    position: relative;
    box-sizing: border-box;
    padding-top: .18rem; }
    #index .overview-box .bottom .items p:first-child {
      font-size: .2rem;
      font-family: "Noto Sans SC";
      font-weight: 500;
      color: #004098;
      letter-spacing: 1px;
      line-height: .2rem; }
    #index .overview-box .bottom .items p:last-child {
      font-size: .6rem;
      font-family: "Noto Sans SC";
      color: #004098;
      line-height: .6rem;
      letter-spacing: 1px;
      margin-top: .1rem;
      letter-spacing: 5px; }
      #index .overview-box .bottom .items p:last-child span {
        font-family: 'BebasNeue'; }
#index .overview-box .overview-content {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.25rem; }
  #index .overview-box .overview-content .text-box {
    flex: 1; }
    #index .overview-box .overview-content .text-box .introduce {
      font-size: .18rem;
      font-family: "Noto Sans SC";
      font-weight: 400;
      color: #404040;
      line-height: .3rem;
      margin-top: .34rem;
      box-sizing: border-box;
      padding-right: .3rem;
      letter-spacing: 1px; }
    #index .overview-box .overview-content .text-box .index-title {
      box-sizing: border-box;
      padding-right: .3rem; }
      #index .overview-box .overview-content .text-box .index-title h6 {
        color: #004098; }
      #index .overview-box .overview-content .text-box .index-title .items {
        width: .78rem;
        height: .3rem;
        border: 1px solid #004098;
        border-radius: .05rem;
        padding: 0;
        text-align: center;
        line-height: .28rem;
        color: #004098; }
  #index .overview-box .overview-content .img-box {
    width: 8.03rem;
    height: 11.84rem; }
    #index .overview-box .overview-content .img-box img {
      width: 100%;
      height: 100%; }
#index .overview-box .overview-mobile-wrapper {
  display: none; }
  #index .overview-box .overview-mobile-wrapper .img-box {
    width: 100%;
    height: 3.38rem;
    margin-top: .4rem; }
    #index .overview-box .overview-mobile-wrapper .img-box img {
      width: 100%;
      display: block;
      height: 100%;
      object-fit: cover; }
  #index .overview-box .overview-mobile-wrapper .text-box {
    font-size: .24rem;
    font-family: "Noto Sans SC";
    font-weight: 400;
    color: #404040;
    line-height: .48rem;
    margin-top: .5rem;
    margin-bottom: .2rem; }
  #index .overview-box .overview-mobile-wrapper .number-box {
    flex-wrap: wrap;
    background: #F3F3F3;
    box-sizing: border-box;
    padding: .3rem;
    overflow: hidden; }
    #index .overview-box .overview-mobile-wrapper .number-box .items {
      width: 50%;
      height: 1.4rem;
      display: block;
      box-sizing: border-box;
      border-bottom: 1px solid #D2D2D2;
      z-index: 20;
      position: relative;
      box-sizing: border-box;
      padding-top: .18rem; }
      #index .overview-box .overview-mobile-wrapper .number-box .items p:first-child {
        font-size: .2rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #004098;
        letter-spacing: 1px;
        line-height: .2rem; }
      #index .overview-box .overview-mobile-wrapper .number-box .items P:last-child {
        font-size: .6rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: #004098;
        line-height: .6rem;
        letter-spacing: 1px;
        margin-top: .2rem; }
#index .case-box {
  width: 100%;
  height: 3.14rem;
  position: relative; }
  #index .case-box .case-wrapper {
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0; }
    #index .case-box .case-wrapper .index-title h6 {
      color: #004098 !important; }
    #index .case-box .case-wrapper .index-title .right .items {
      color: #004098 !important;
      border-color: #004098 !important; }
  #index .case-box .case-swiper {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem; }
    #index .case-box .case-swiper .left {
      flex: 1;
      height: 3.68rem;
      overflow: hidden; }
      #index .case-box .case-swiper .left .swiper-case .swiper-slide {
        display: flex;
        justify-content: space-between; }
        #index .case-box .case-swiper .left .swiper-case .swiper-slide .items {
          width: 6.2rem;
          height: 3.68rem;
          position: relative;
          box-sizing: border-box; }
          #index .case-box .case-swiper .left .swiper-case .swiper-slide .items:hover .pos-text {
            bottom: .3rem; }
            #index .case-box .case-swiper .left .swiper-case .swiper-slide .items:hover .pos-text p.t1 {
              opacity: 0; }
            #index .case-box .case-swiper .left .swiper-case .swiper-slide .items:hover .pos-text p.t2 {
              opacity: 1;
              max-height: 3.5rem; }
          #index .case-box .case-swiper .left .swiper-case .swiper-slide .items:hover .text {
            height: 100%;
            transition: all .6s; }
          #index .case-box .case-swiper .left .swiper-case .swiper-slide .items:hover .border {
            width: 80% !important; }
          #index .case-box .case-swiper .left .swiper-case .swiper-slide .items:hover .morebox {
            right: 0 !important; }
          #index .case-box .case-swiper .left .swiper-case .swiper-slide .items img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
          #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .text {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(0deg, #004098 0%, rgba(0, 64, 152, 0.01) 100%);
            transition: all .6s; }
          #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text {
            position: absolute;
            bottom: .18rem;
            box-sizing: border-box;
            padding: 0 .4rem;
            transition: all .6s;
            width: 100%; }
            #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text p.t1 {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              max-height: .25rem;
              transition: all .6s; }
            #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text p.t2 {
              opacity: 0;
              max-height: 0rem;
              transition: all .6s; }
            #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text p {
              font-size: .18rem;
              font-family: "Noto Sans SC";
              font-weight: 400;
              color: #FFFFFF;
              line-height: .3rem;
              letter-spacing: 1px;
              overflow: hidden; }
            #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more {
              width: 100%;
              overflow: hidden;
              position: relative;
              height: .3rem;
              display: flex;
              align-items: center; }
              #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more .border {
                height: 1px;
                background: #DCDCDC;
                opacity: 0.5;
                width: 100%;
                display: block;
                transition: all .6s; }
              #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more .morebox {
                width: .78rem;
                height: .3rem;
                text-align: center;
                line-height: .3rem;
                background: #FFFFFF;
                letter-spacing: 1px;
                border-radius: .05rem;
                font-size: .18rem;
                font-family: "Noto Sans SC";
                font-weight: 400;
                color: #004098;
                line-height: .3rem;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto 0;
                right: -.8rem;
                transition: all .6s; }
    #index .case-box .case-swiper .right {
      width: 1.1rem;
      margin-left: .72rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      flex-direction: column; }
      #index .case-box .case-swiper .right .prev,
      #index .case-box .case-swiper .right .next {
        width: 1.1rem;
        height: .48rem;
        border: 1px solid #004098;
        border-radius: .05rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .6s;
        text-align: center;
        line-height: .46rem;
        box-sizing: border-box;
        margin-top: .4rem;
        transition: all .6s;
        cursor: pointer;
        color: #004098; }
        #index .case-box .case-swiper .right .prev .iconfont,
        #index .case-box .case-swiper .right .next .iconfont {
          font-weight: bold;
          font-size: 14px; }
        #index .case-box .case-swiper .right .prev:hover,
        #index .case-box .case-swiper .right .next:hover {
          background-color: #004098;
          color: #fff; }
#index .logo-box .logo-wrapper {
  border-top: 1px solid #D2D2D2;
  padding-top: .96rem;
  padding-bottom: 1.1rem; }
  #index .logo-box .logo-wrapper .logo_view {
    display: flex;
    flex-wrap: wrap; }
    #index .logo-box .logo-wrapper .logo_view .logo_item {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 18%;
      height: .55rem;
      margin-bottom: 2.5%;
      margin-right: 2.5%; }
      #index .logo-box .logo-wrapper .logo_view .logo_item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        filter: grayscale(100%);
        opacity: .5;
        transition: all .5s;
        transform: scale(1); }
      #index .logo-box .logo-wrapper .logo_view .logo_item:hover img {
        filter: grayscale(0%);
        opacity: 1;
        transition: all .5s;
        transform: scale(1.08); }
      #index .logo-box .logo-wrapper .logo_view .logo_item:nth-child(5n) {
        margin-right: 0; }

body.active {
  overflow: hidden; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background: #fff;
  height: 1.5rem; }
  #header .menu {
    box-sizing: border-box;
    padding: 0;
    border-top: 1px solid rgba(125, 125, 125, 0.5);
    position: relative;
    z-index: 80; }
    #header .menu .items {
      font-size: .18rem;
      font-family: "Noto Sans SC";
      font-weight: 400;
      color: #404040;
      padding: 0.15rem .3rem;
      margin: 0 .02rem;
      cursor: pointer;
      position: relative;
      height: .5rem;
      line-height: .5rem; }
      #header .menu .items a {
        color: #404040; }
      #header .menu .items.active .child {
        max-height: 5rem; }
      #header .menu .items .child {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: .785rem;
        background: rgba(255, 255, 255, 0.9);
        overflow: hidden;
        display: none;
        transition: max-height .3s;
        padding: 0 .1rem; }
        #header .menu .items .child .item {
          font-size: .16rem;
          font-family: "Noto Sans SC";
          font-weight: 400;
          color: #404040;
          line-height: .16rem;
          padding: 0 .25rem;
          cursor: pointer;
          text-align: center;
          padding: .15rem 0;
          display: block;
          line-height: .25rem; }
          #header .menu .items .child .item:hover {
            color: #004098; }
      #header .menu .items:hover::before {
        opacity: 1; }
      #header .menu .items::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -.02rem;
        height: .06rem;
        width: 100%;
        background: #004098;
        opacity: 0;
        transition: all .8s; }
  #header .top-box {
    padding-top: .12rem; }
    #header .top-box .logo {
      width: 4.91rem;
      height: .56rem; }
      #header .top-box .logo img {
        width: 100%;
        height: 100%; }
    #header .top-box .right .qa {
      font-size: .16rem;
      font-family: "Noto Sans SC";
      font-weight: 400;
      color: #898888;
      line-height: .16rem; }
    #header .top-box .right .search {
      width: 2.15rem;
      height: .3rem;
      background: #EDEDED;
      border-radius: .06rem;
      box-sizing: border-box;
      padding: 0 .1rem;
      margin-left: .37rem; }
      #header .top-box .right .search img {
        width: .18rem;
        height: .18rem;
        cursor: pointer;
        margin-right: .1rem; }
      #header .top-box .right .search input {
        font-size: .16rem;
        outline: none;
        flex: 1;
        height: 100%;
        border: none;
        background: none; }

#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  z-index: 80;
  width: 100%;
  height: 1.28rem;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 2px solid #004098; }
  #mobile-header .logo {
    width: 4.91rem;
    height: .56rem; }
    #mobile-header .logo img {
      width: 100%;
      height: 100%; }
  #mobile-header .menu-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #mobile-header .menu-btn .open {
      display: block;
      width: .3rem;
      height: .2rem;
      cursor: pointer; }
    #mobile-header .menu-btn .close {
      display: none;
      width: .23rem;
      height: .23rem; }
  #mobile-header .menu-con {
    position: fixed;
    left: 0;
    top: 1.28rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    z-index: 70;
    display: none; }
    #mobile-header .menu-con .search {
      position: absolute;
      height: 2.25rem;
      left: 0;
      right: 0;
      bottom: 1.25rem;
      margin: 0 auto;
      width: 5.35rem;
      border-top: 1px solid #cacaca; }
      #mobile-header .menu-con .search a {
        color: #898888;
        font-size: .3rem;
        line-height: .3rem; }
      #mobile-header .menu-con .search .search-box {
        width: 3.4rem;
        height: .85rem;
        background: #FFFFFF;
        border-radius: .43rem;
        box-sizing: border-box;
        padding: 0 .4rem; }
        #mobile-header .menu-con .search .search-box input {
          width: 90%;
          border: none;
          background: none;
          color: #004098;
          outline: none; }
        #mobile-header .menu-con .search .search-box img {
          width: .36rem;
          height: .36rem;
          cursor: pointer; }
    #mobile-header .menu-con .menu-content {
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      padding-top: .5rem; }
      #mobile-header .menu-con .menu-content .left,
      #mobile-header .menu-con .menu-content .right {
        width: 50%; }
        #mobile-header .menu-con .menu-content .left .items,
        #mobile-header .menu-con .menu-content .left .item,
        #mobile-header .menu-con .menu-content .right .items,
        #mobile-header .menu-con .menu-content .right .item {
          display: block;
          width: 100%;
          height: .95rem;
          transition: all .6s;
          text-align: center;
          line-height: .95rem;
          color: #a1a1a1 !important;
          font-size: .3rem; }
          #mobile-header .menu-con .menu-content .left .items a,
          #mobile-header .menu-con .menu-content .left .item a,
          #mobile-header .menu-con .menu-content .right .items a,
          #mobile-header .menu-con .menu-content .right .item a {
            color: #a1a1a1; }
          #mobile-header .menu-con .menu-content .left .items.active,
          #mobile-header .menu-con .menu-content .left .item.active,
          #mobile-header .menu-con .menu-content .right .items.active,
          #mobile-header .menu-con .menu-content .right .item.active {
            background: #FFFFFF;
            color: #004098 !important; }
            #mobile-header .menu-con .menu-content .left .items.active a,
            #mobile-header .menu-con .menu-content .left .item.active a,
            #mobile-header .menu-con .menu-content .right .items.active a,
            #mobile-header .menu-con .menu-content .right .item.active a {
              color: #004098; }
          #mobile-header .menu-con .menu-content .left .items .child,
          #mobile-header .menu-con .menu-content .left .item .child,
          #mobile-header .menu-con .menu-content .right .items .child,
          #mobile-header .menu-con .menu-content .right .item .child {
            display: none; }
        #mobile-header .menu-con .menu-content .left .item,
        #mobile-header .menu-con .menu-content .right .item {
          color: #1d1d1d; }

#footer {
  background: #004098;
  padding-top: .92rem;
  padding-bottom: .67rem; }
  #footer .content {
    display: flex;
    justify-content: space-between; }
    #footer .content .left {
      flex: 1; }
      #footer .content .left .logo {
        display: block;
        width: 5.71rem; }
        #footer .content .left .logo img {
          width: 100%;
          display: block; }
      #footer .content .left .text {
        margin-top: .28rem;
        font-size: .16rem;
        font-family: "Noto Sans SC";
        font-weight: 400;
        color: #FFFFFF;
        line-height: .16rem; }
        #footer .content .left .text a {
          color: #fff; }
        #footer .content .left .text p {
          margin-bottom: .16rem; }
          #footer .content .left .text p:last-child {
            margin-bottom: 0; }
    #footer .content .right {
      width: 1.75rem; }
      #footer .content .right img {
        width: 100%;
        display: block; }
  #footer .bottom {
    border-top: 1px solid #D2D2D2;
    margin-top: .5rem;
    padding-top: .67rem; }
    #footer .bottom a {
      font-size: .16rem;
      font-family: "Noto Sans SC";
      font-weight: 400;
      color: #FFFFFF;
      line-height: .16rem;
      text-align: center;
      opacity: 0.6;
      display: block;
      width: 100%; }
      #footer .bottom a.mobile {
        display: none; }

html,
body {
  font-size: .18rem;
  background: #fff;
  width: 100%; }

.w1440 {
  width: 14.4rem;
  margin: 0 auto; }

.flex-bt {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.text-none {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@font-face {
  font-family: 'iconfont';
  /* Project id 2954740 */
  src: url("../font/font_2954740_3h2z6iwxa8b.woff2") format("woff2"), url("/static/www/css/http//at.alicdn.com/t/font_2954740_3h2z6iwxa8b.woff?t=1637513749565") format("woff"), url("/static/www/css/http//at.alicdn.com/t/font_2954740_3h2z6iwxa8b.ttf?t=1637513749565") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.index-title h6 {
  font-size: .3rem;
  font-family: "Noto Sans SC";
  font-weight: 500;
  color: #FFFFFF;
  line-height: .3rem;
  letter-spacing: 1px; }
.index-title .right {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .index-title .right .items {
    border: 1px solid #FFFFFF;
    border-radius: .05rem;
    box-sizing: border-box;
    font-size: .2rem;
    margin-left: .3rem;
    letter-spacing: 1px;
    font-family: "Noto Sans SC";
    font-weight: 400;
    color: #FFFFFF;
    line-height: .22rem;
    padding: .1rem .24rem;
    cursor: pointer;
    transition: all .3s; }
    .index-title .right .items:hover {
      background: #fff;
      color: #004098;
      transition: all .3s; }

@media screen and (max-width: 768px) {
  #mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 .3rem; }

  #footer .content {
    flex-wrap: wrap;
    justify-content: center; }

  #footer .content .left .logo {
    margin: 0 auto; }

  #footer .content .left .text p {
    font-size: .24rem;
    font-family: "Noto Sans SC";
    font-weight: 400;
    color: #FFFFFF;
    line-height: .24rem;
    text-align: center; }

  #footer .content .right {
    margin-top: .57rem;
    width: 2.3rem; }

  #footer .bottom a {
    display: none; }

  #footer .bottom a.mobile {
    display: block;
    line-height: .3rem; } }
@media screen and (max-width: 768px) {
  .w1440 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .3rem; }

  #header {
    display: none; }

  #index .banner-box {
    height: 7rem; }

  #index .banner-box .banner-wrapper {
    height: 7rem; }

  #index .news-box {
    height: 9.6rem;
    background: #004098;
    box-sizing: border-box;
    padding-top: .7rem; }

  #index .news-box .news-wrapper {
    position: static; }

  .index-title .right .items:last-child {
    display: none; }

  .index-title h6 {
    font-size: .36rem;
    line-height: .36rem; }

  .party-box .index-title .right .items:last-child {
    display: block; }

  .product-box .index-title .right .items:last-child {
    display: block; }

  #index .party-box .swiper-box {
    height: 4.46rem; }
    #index .party-box .swiper-box .swiper-container {
      width: 100%;
      height: 100%; }

  #index .party-box .swiper-box .img img {
    width: 100%;
    object-fit: cover;
    height: 100%; }

  #index .party-box .swiper-box .swiper-pagination-bullets {
    width: 100%; }

  #index .party-box .activity-box {
    flex-wrap: wrap; }

  #index .party-box .activity-box .items {
    width: 100%;
    height: 1.73rem;
    margin-bottom: .22rem; }

  #index .logo-box .logo-wrapper .logo {
    flex-wrap: wrap;
    justify-content: space-around; }

  #index .logo-box .logo-wrapper .logo img {
    width: 2rem;
    height: auto;
    margin-bottom: .3rem; }

  #index .case-box .case-swiper {
    flex-wrap: wrap; }

  #index .case-box .case-swiper .left {
    width: 100%;
    flex: auto;
    height: 8.52rem; }
    #index .case-box .case-swiper .left .swiper-container {
      width: 100%;
      height: 100%; }

  #index .case-box {
    height: auto; }

  #index .case-box .case-wrapper {
    position: static; }

  #index .case-box .case-swiper .left .swiper-case .swiper-slide .items {
    width: 100%; }

  #index .case-box .case-swiper .left .swiper-case .swiper-slide {
    flex-wrap: wrap; }

  #index .case-box .case-swiper .right {
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: inherit; }

  #index .case-box .case-swiper .right .prev,
  #index .case-box .case-swiper .right .next {
    margin-bottom: .3rem;
    margin-top: 0; }

  #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more .border {
    width: 80% !important; }

  #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more .morebox {
    right: 0 !important; }

  #index .party-box .activity-box .items img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  #index .product-box .product-content {
    display: none; }

  #index .product-box .product-mobile {
    display: block;
    margin-top: .4rem; }

  #index .case-box .case-swiper .left .swiper-case .swiper-slide .items img {
    object-fit: inherit; }

  #index .banner-box .banner-wrapper .swiper-container .swiper-pagination-bullets {
    width: 100%; }

  #index .product-box {
    padding-bottom: 1rem; }

  #index .news-box .news-wrapper .news-content .news-item {
    flex-wrap: wrap; }

  #index .news-box .news-wrapper .news-content {
    height: auto; }

  #index .news-box .news-wrapper .news-content .news-item .left {
    margin-right: 0;
    width: 101% !important; }

  #index .news-box .news-wrapper .news-content .news-item .right .items .date {
    font-size: 12px; }

  #index .news-box .news-wrapper .news-content .news-item .right .items p {
    font-size: 14px;
    line-height: 14px; }

  #index .news-box .news-wrapper .moible-more {
    display: block; }

  #index .news-box {
    height: auto;
    padding-bottom: .4rem; }

  #index .news-box .news-wrapper .news-content {
    margin-top: .4rem; }

  #index .party-box .swiper-box {
    margin-top: .4rem; }

  #index .overview-box .overview-wrapper {
    display: none; }

  #index .case-box {
    padding-top: 1rem; }
    #index .case-box .index-title .right .items:last-child {
      display: block; }

  #index .overview-box {
    padding-top: .5rem; }

  #index .overview-box .overview-mobile-wrapper {
    display: block; }
    #index .overview-box .overview-mobile-wrapper .index-title h6 {
      color: #004098; }
    #index .overview-box .overview-mobile-wrapper .index-title .right .items:last-child {
      display: block;
      border: 1px solid #004098;
      color: #004098; }

  #index .news-box .news-wrapper .news-content .news-item .right .items .date {
    width: 2rem;
    height: 0.5rem;
    line-height: 0.45rem; }

  #index .news-box .news-wrapper .news-content .news-item .left .img_view {
    width: 100% !important; }

  #index .news-box .news-wrapper .news-content .news-item .right {
    width: 100% !important; }

  #index .product-box .product-mobile .swiper-container .items {
    width: 3rem; }

  #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text p {
    max-height: .3rem; }

  #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more {
    height: .5rem; }

  #index .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more .morebox {
    width: 0.8rem;
    height: 0.4rem; }

  .djdt_view .djdt_view_t .t_view .l_view {
    width: 100% !important; }

  .djdt_view .djdt_view_t .t_view {
    flex-direction: column; }

  #organizational-structure .title-box {
    height: auto !important; }

  #company-profile .title-box {
    height: auto !important; }

  #company-profile .title-box .left &gt; .item {
    width: auto !important; }

  .title-box {
    position: sticky;
    top: 1.3rem !important;
    left: 0;
    z-index: 10; }

  .hexin_view .item_box .item_view .b_view {
    overflow: hidden; }

  .linian_view .item_box .item_view .r_view .t2 {
    font-size: 0.2rem !important; }

  .linian_view .item_box .item_view .r_view .t1 {
    font-size: 0.24rem !important; } }
.title-box {
  position: sticky;
  top: 1.5rem;
  left: 0;
  z-index: 10; }

/*# sourceMappingURL=main.css.map */
</pre></body></html>