<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main .about-top {
    width: 100%;
    padding-top: 70px;
    overflow: hidden
}

.main .about-top .about-top__box {
    width: 100%;
    padding-left: 305px;
    box-sizing: border-box;
}

.main .about-top .about-top__box .about-top__title {
    width: 100%
}

.main .about-top .about-top__box .about-top__title h5 {
    font-weight: 100;
    font-size: 18px;
    color: #111111;
    line-height: 1;
    font-family: MiSans
}

.main .about-top .about-top__box .about-top__title h3 {
    font-family: MiSans;
    font-weight: 600;
    font-size: 40px;
    color: #111111;
    line-height: 56px;
    padding-top: 40px
}

.main .about-top .about-top__box .about-top__thumb {
    width: 100%;
    width: calc(100% + 68px);
    padding-top: 64px
}

@media (max-width: 767px) {
    .main .about-top .about-top__box .about-top__thumb {
        width:calc(100% + 15px)
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .main .about-top .about-top__box .about-top__thumb {
        width:calc(100% + 30px)
    }
}

@media (min-width: 992px) {
    .main .about-top .about-top__box .about-top__thumb {
        width:calc(100% + (68 / 1920 * 100vw))
    }
}

.main .about-top .about-top__box .about-top__con {
    width: 100%;
    padding: 65px 0 100px
}

.main .about-top .about-top__box .about-top__con p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 32px;
    font-family: MiSans
}

.main .about-list {
    width: 100%;
    padding: 0 0 160px
}

.main .about-list ul li {
    width: 25%;
    float: left
}

.main .about-list ul li h3,.main .about-list ul li p {
    text-align: center
}

.main .about-list ul li h3 {
    color: #009FE8;
    font-weight: 600;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main .about-list ul li h3 span {
    font-size: 96px;
    line-height: 1
}

.main .about-list ul li p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    font-family: MiSans;
    padding-top: 30px
}

@media screen and (max-width: 991px) {
    .main .about-list ul li {
        width:50%;
        padding-bottom: 30px
    }

    .main .about-list ul li h3 {
        font-size: 30px
    }

    .main .about-list ul li h3 span {
        font-size: 56px
    }

    .main .about-list ul li p {
        font-size: 16px;
        padding-top: 15px
    }
}

.main .about-list ul {
    border-top: 1px solid #E6E6E6;
    padding-top: 24px
}

.main .about-list ul li h3,.main .about-list ul li p {
    text-align: left
}

.main .about-list ul li h3 {
    justify-content: flex-start
}

.main .qywh,.main .historys,.main .qqhbj,.main .honors,.main .teams {
    width: 100%
}

.main .qywh-title,.main .historys-title,.main .qqhbj-title,.main .honors-title,.main .teams-title {
    width: 100%
}

.main .qywh-title h2,.main .historys-title h2,.main .qqhbj-title h2,.main .honors-title h2,.main .teams-title h2, .main .partner-title h2 {
    font-weight: 600;
    font-size: 40px;
    color: #111111;
    font-family: MiSans;
    line-height: 1;
    text-align: center
}

.main .qywh {
    padding: 162px 0 166px;
    background: url("../images/about-qywh.jpg") no-repeat center center / 100%
}

.main .qywh .qywh-items {
    width: 100%;
    padding-top: 70px
}

.main .qywh .qywh-items ul {
    margin: 0 -20px;
    margin-inline:-1.04166667vw}

.main .qywh .qywh-items ul li {
    padding: 0 40px;
    padding-inline:1.04166667vw}

.main .qywh .qywh-items ul li .item {
    width: 100%;
    aspect-ratio: 416 / 320;
    background: #FFFFFF;
    border-radius: 64px;
    border-radius: 3.33333333vw
}

.main .qywh .qywh-items ul li .item .icon {
    height: 70px
}

.main .qywh .qywh-items ul li .item .icon i {
    font-size: 65px;
    color: #111111
}

.main .qywh .qywh-items ul li .item h3,.main .qywh .qywh-items ul li .item p {
    color: #111111;
    font-family: MiSans;
    line-height: 1
}

.main .qywh .qywh-items ul li .item h3 {
    font-weight: 400;
    font-size: 24px;
    padding-top: 2.1875vw
}

.main .qywh .qywh-items ul li .item p {
    font-weight: 100;
    font-size: 18px;
    padding-top: 1.14583333vw
}

.main .qywh .qywh-items ul li .item:hover .icon i {
    color: #009FE8
}

.main .culture {
    padding: 100px 0;
    background: #f9f9f9;
}
.about .box2 {
    width: 100%;
    /* height: 100vh; */
    position: relative;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .about .box2 {
      height: auto;
      padding: 140px 0;
    }
  }
  .about .box2 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .about .box2 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width: 991px) {
    .about .box2 .bg img.pc {
      display: none;
    }
  }
  .about .box2 .bg img.mb {
    display: none;
  }
  @media (max-width: 991px) {
    .about .box2 .bg img.mb {
      display: block;
    }
  }
  .about .box2 .container {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .about .box2 .container .tbox {
    width: 32.5%;
  }
  @media (max-width: 991px) {
    .about .box2 .container .tbox {
      width: 100%;
    }
  }
  .about .box2 .container .tbox .title {
    line-height: 1.2em;
    color: #000;
    font-weight: bold;
  }
  .about .box2 .container .tbox .txt {
    line-height: 1.55555556em;
    color: #666;
    margin-top:18px;
  }
  .about .box2 .container .list {
    width: 50%;
  }
  @media (max-width: 1580px) {
    .about .box2 .container .list {
      width: 55%;
    }
  }
  @media (max-width: 991px) {
    .about .box2 .container .list {
      width: 100%;
      margin-top: 50px;
    }
  }
  .about .box2 .container .list ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 38px 50px 38px;
    transition: all 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  @media (max-width: 991px) {
    .about .box2 .container .list ul li {
      padding: 50px 0;
    }
  }
  .about .box2 .container .list ul li .ts {
    width: 78.57142857%;
    padding-top: 20px;
  }
  @media (max-width: 767px) {
    .about .box2 .container .list ul li .ts {
      width: 80%;
    }
  }
  .about .box2 .container .list ul li .ts .t1 {
    line-height: 1.41666667em;
    color: 000;
    font-weight: bold;
  }
  .about .box2 .container .list ul li .ts .t2 {
    margin-top: 8px;
    line-height: 1.33333333em;
    color: rgba(0, 0, 0, 0.8);
  }
  .about .box2 .container .list ul li .icon {
    width: 100px;
    position: relative;
  }
  .about .box2 .container .list ul li .icon span {
    width: 100%;
    display: flex;
  }
  .about .box2 .container .list ul li .icon span img {
    width: 100%;
  }
  .about .box2 .container .list ul li .icon i {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-right: 10px;
  }
  .about .box2 .container .list ul li .icon i svg {
    width: 40px;
  }
  .about .box2 .container .list ul li .icon i svg path {
    fill: #fff;
    filter: none;
  }
  .about .box2 .container .list ul li:hover {
    background: #fff;
    border-radius: 15px;
    border-bottom: 1px solid transparent;
  }
  @media (max-width: 991px) {
    .about .box2 .container .list ul li:hover {
      background: none;
      border-radius: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
  }
.main .historys {
    padding: 42px 0 0px
}


.main .historys .historys-items {
    width: 100%;
    padding-top: 66px
}

.main .historys .historys-items .swiper {
    padding-left: 2px;
    padding-bottom: 143px
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    padding: 9px 58px 0;
    padding-inline:3.02083333vw}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide:before,.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide:after {
    width: 1px;
    height: 100%;
    background: #DBDBDB
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide:before {
    width: 3px;
    height: 0;
    background: #009FE8;
    left: -1px;
    z-index: 1;
    transition: all .5s
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top {
    width: 100%;
    align-items: inherit
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top .thumb-img {
    width: 280px;
    height: 180px;
    width: 14.58333333vw;
    height: 9.375vw;
    border-radius: 32px;
    border-radius: 1.66666667vw;
    overflow: hidden
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top .slide-top__rt {
    padding-left: 30px;
    padding-left: 1.5625vw
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top .slide-top__rt dl dd {
    padding-left: 18px;
    position: relative;
    font-family: MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 22px;
    padding-bottom: 15px
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top .slide-top__rt dl dd:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #009FE8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
    transform: translateY(-50%)
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide h2 {
    font-family: MiSans;
    font-weight: 600;
    font-size: 96px;
    color: #999999;
    line-height: 1;
    padding-top: 70px
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active:before {
    height: 196px;
    height: 10.20833333vw
}

.main .historys .historys-items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active h2 {
    color: #111111
}

.main .historys .historys-items .swiper .swiper-button-prev,.main .historys .historys-items .swiper .swiper-button-next {
    bottom: 0;
    top: auto;
    margin-top: 0;
    width: 57px;
    height: 57px;
    width: 2.96875vw;
    height: 2.96875vw;
    border-radius: 50%;
    border: 1px solid #111111;
    left: 50%
}

.main .historys .historys-items .swiper .swiper-button-prev:after,.main .historys .historys-items .swiper .swiper-button-next:after {
    display: none
}

.main .historys .historys-items .swiper .swiper-button-prev i,.main .historys .historys-items .swiper .swiper-button-next i {
    font-size: 20px
}

.main .historys .historys-items .swiper .swiper-button-prev {
    border-color: #999;
    margin-left: -69px;
    margin-left: -3.59375vw
}

.main .historys .historys-items .swiper .swiper-button-prev i {
    color: #999
}

.main .historys .historys-items .swiper .swiper-button-next {
    margin-left: 12px;
    margin-left: .625vw
}

.main .historys .historys-items .swiper .swiper-button-next i {
    color: #111111
}

.main .qqhbj {
    min-height: 499px;
    background: url("../images/about-qqhbj_bg.png") no-repeat center top;
    padding-top: 93px
}

.main .qqhbj .qqhbj-items {
    width: 100%;
    padding-top: 74px
}

.main .qqhbj .qqhbj-items ul li .item {
    width: 100%
}

.main .qqhbj .qqhbj-items ul li .item h4,.main .qqhbj .qqhbj-items ul li .item p {
    text-align: center;
    font-family: MiSans;
    line-height: 1;
    color: #111111
}

.main .qqhbj .qqhbj-items ul li .item h4 {
    font-weight: 600;
    font-size: 32px
}

.main .qqhbj .qqhbj-items ul li .item p {
    font-weight: 100;
    font-size: 18px;
    padding-top: 23px
}

.main .qqhbj .qqhbj-container {
    width: 100%;
    margin-top: 70px
}

.main .qqhbj .qqhbj-container .container {
    width: 65.98958333vw;
    padding: 0;
    position: relative
}

.main .qqhbj .qqhbj-container .thumb-img {
    width: 100%
}

.main .qqhbj .qqhbj-container .thumb-img img {
    width: 100%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li {
    position: absolute;
    z-index: 2
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li a {
    display: block;
    position: relative
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li a .mc_a1t_dian {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 7px solid #009FE8;
    border-radius: 50%;
    position: relative;
    animation: bordershow 3s infinite
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li a .mc_a1t_dian:before,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li a .mc_a1t_dian:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li a .mc_a1t_dian:before {
    background: rgba(0,159,232,0.4);
    animation: boderM 3s .75s infinite
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li a .mc_a1t_dian:after {
    background: rgba(0,159,232,0.2);
    animation: boderM 3s infinite
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li a .mc_a1t_xl {
    position: absolute;
    left: 50%;
    top: 150%;
    z-index: 1;
    transform: translateX(-50%);
    white-space: nowrap
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li a .mc_a1t_xl h6 {
    font-weight: 400;
    font-size: 12px;
    color: #111111
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li a:hover .mc_a1t_xl h6 {
    color: #009FE8
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(1) {
    left: 11.52328335%;
    top: 25.64516129%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(2) {
    left: 23.44119968%;
    top: 42.58064516%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(3) {
    left: 44.35674822%;
    top: 39.67741935%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(3) .mc_a1t_xl {
    left: -100%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(4) {
    left: 45.6195738%;
    top: 30.80645161%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(4) .mc_a1t_xl {
    left: -170%;
    top: 50%;
    transform: translateY(-50%)
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(5) a .mc_a1t_dian,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(10) a .mc_a1t_dian,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(11) a .mc_a1t_dian,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(12) a .mc_a1t_dian {
    border-color: #666;
    border-width: 5px;
    width: 14px;
    height: 14px
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(5) a .mc_a1t_dian:before,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(10) a .mc_a1t_dian:before,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(11) a .mc_a1t_dian:before,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(12) a .mc_a1t_dian:before,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(5) a .mc_a1t_dian:after,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(10) a .mc_a1t_dian:after,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(11) a .mc_a1t_dian:after,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(12) a .mc_a1t_dian:after {
    width: 18px;
    height: 18px
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(5) a .mc_a1t_dian:before,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(10) a .mc_a1t_dian:before,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(11) a .mc_a1t_dian:before,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(12) a .mc_a1t_dian:before {
    background: rgba(102,102,102,0.4)
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(5) a .mc_a1t_dian:after,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(10) a .mc_a1t_dian:after,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(11) a .mc_a1t_dian:after,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(12) a .mc_a1t_dian:after {
    background: rgba(102,102,102,0.2)
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(5) a:hover .mc_a1t_xl h6,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(10) a:hover .mc_a1t_xl h6,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(11) a:hover .mc_a1t_xl h6,.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(12) a:hover .mc_a1t_xl h6 {
    color: #666
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(5) {
    left: 46.96132597%;
    top: 36.77419355%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(5) .mc_a1t_xl {
    transform: translateX(0)
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(6) {
    left: 49.09234412%;
    top: 33.22580645%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(6) .mc_a1t_xl {
    transform: translateX(0)
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(7) {
    left: 60.14206788%;
    top: 24.67741935%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(8) {
    left: 82.16258879%;
    top: 42.09677419%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(8) .mc_a1t_xl {
    top: -150%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(9) {
    left: 80.18942384%;
    top: 46.29032258%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(9) .mc_a1t_xl {
    transform: translateX(0)
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(10) {
    left: 79.63693765%;
    top: 41.29032258%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(10) .mc_a1t_xl {
    left: -150%;
    top: -100%;
    transform: translateX(0)
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(11) {
    left: 77.1112865%;
    top: 48.06451613%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(11) .mc_a1t_xl {
    left: -150%;
    transform: translateX(0)
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(12) {
    left: 78.21625888%;
    top: 50.64516129%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(13) {
    left: 77.90055249%;
    top: 64.03225806%
}

.main .qqhbj .qqhbj-container .qqhbj-container__cover ul li:nth-child(14) {
    left: 85.31965272%;
    top: 41.4516129%
}

.main .partner {
    width: 100%;
    padding: 93px 0 35px
}

@media (min-width: 1440px) {
    .main .partner .container {
        padding:0 2.34375vw
    }
}

.main .partner .tempWrap {
    width: 100% !important
}

.main .partner ul li {
    width: 150px;
    height: 58px
}

.main .honors {
    background: #F7F7F7;
    padding: 120px 0
}

.main .honors .honors-items {
    width: 100%;
    padding-top: 70px
}

.main .honors .honors-items .honors-items__lf,.main .honors .honors-items .honors-items__rt {
    width: 20%
}

.main .honors .honors-items .honors-items__lf ul li,.main .honors .honors-items .honors-items__rt ul li {
    width: 100%
}

.main .honors .honors-items .row {
    margin: 0 -10px;
    margin-inline:-0.52083333vw}

.main .honors .honors-items .honors-items__lf,.main .honors .honors-items .honors-items__center,.main .honors .honors-items .honors-items__rt {
    padding: 0 10px;
    padding-inline:.52083333vw}

.main .honors .honors-items .honors-items__lf ul,.main .honors .honors-items .honors-items__center ul,.main .honors .honors-items .honors-items__rt ul {
    margin: 0 -10px;
    margin-inline:-0.52083333vw}

.main .honors .honors-items .honors-items__lf ul li,.main .honors .honors-items .honors-items__center ul li,.main .honors .honors-items .honors-items__rt ul li {
    padding: 0 10px 20px;
    padding-inline:.52083333vw;padding-bottom: 1.04166667vw
}

.main .honors .honors-items .honors-items__lf ul li .item,.main .honors .honors-items .honors-items__center ul li .item,.main .honors .honors-items .honors-items__rt ul li .item {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    border-radius: .83333333vw;
    padding: 20px 0 30px;
    padding-top: 1.04166667vw;
    padding-bottom: 1.5625vw
}

.main .honors .honors-items .honors-items__lf ul li .item .thumb-img,.main .honors .honors-items .honors-items__center ul li .item .thumb-img,.main .honors .honors-items .honors-items__rt ul li .item .thumb-img {
    width: 100%;
    height: 92px;
    height: 4.79166667vw
}

.main .honors .honors-items .honors-items__lf ul li .item .thumb-img img,.main .honors .honors-items .honors-items__center ul li .item .thumb-img img,.main .honors .honors-items .honors-items__rt ul li .item .thumb-img img {
    max-width: 100%;
    max-height: 100%
}

.main .honors .honors-items .honors-items__lf ul li .item h3,.main .honors .honors-items .honors-items__center ul li .item h3,.main .honors .honors-items .honors-items__rt ul li .item h3 {
    font-family: MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 23px;
    margin-top: 1.19791667vw
}

.main .honors .honors-items .honors-items__center {
    width: 60%
}

.main .honors .honors-items .honors-items__center ul li {
    width: 33.33333333%;
    float: left
}

.main .honors .honors-items .honors-items__center ul li.long .item {
    padding-top: 40px;
    padding-top: 2.08333333vw
}

.main .honors .honors-items .honors-items__center ul li.long .item .thumb-img {
    height: 238px;
    height: 12.39583333vw;
    height: 13.17708333vw
}

.main .honors .honors-items .honors-items__center ul li.long .item h3 {
    margin-top: 57px;
    margin-top: 2.96875vw
}

.main .teams {
    padding: 120px 0
}

.main .teams .teams-items {
    width: 100%;
    position: relative;
    margin-top: 72px
}

.main .teams .teams-items .swiper.current-swiper {
    width: 1174px;
    width: 61.14583333vw;
    position: relative;
    z-index: 99;
    margin: auto;
    padding-bottom: 147px;
    padding-bottom: 7.65625vw
}

.main .teams .teams-items .swiper.current-swiper .swiper-wrapper .swiper-slide {
    height: 638px;
    height: 33.22916667vw
}

.main .teams .teams-items .swiper.current-swiper .swiper-button-next,.main .teams .teams-items .swiper.current-swiper .swiper-button-prev {
    width: 57px;
    height: 57px;
    width: 2.96875vw;
    height: 2.96875vw;
    border-radius: 50%;
    border: 1px solid #999999;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.main .teams .teams-items .swiper.current-swiper .swiper-button-next:after,.main .teams .teams-items .swiper.current-swiper .swiper-button-prev:after {
    display: none
}

.main .teams .teams-items .swiper.current-swiper .swiper-button-next i,.main .teams .teams-items .swiper.current-swiper .swiper-button-prev i {
    font-size: 20px
}

.main .teams .teams-items .swiper.current-swiper .swiper-button-prev {
    margin-left: -69px;
    margin-left: -3.59375vw
}

.main .teams .teams-items .swiper.current-swiper .swiper-button-prev i {
    color: #999
}

.main .teams .teams-items .swiper.current-swiper .swiper-button-next {
    margin-left: 12px;
    margin-left: .625vw;
    border-color: #111111
}

.main .teams .teams-items .swiper.current-swiper .swiper-button-next i {
    color: #111111
}

.main .teams .teams-items .swiper.nocurrent-swiper {
    width: 332px;
    height: 475px;
    width: 17.29166667vw;
    height: 24.73958333vw
}

.main .teams .teams-items .swiper.nocurrent-swiper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 99
}

.main .teams .teams-items .swiper.left-swiper,.main .teams .teams-items .swiper.right-swiper {
    position: absolute;
    top: 82px;
    top: 4.27083333vw;
    z-index: 1
}

.main .teams .teams-items .swiper.left-swiper {
    left: 0
}

.main .teams .teams-items .swiper.right-swiper {
    right: 0
}

@media (max-width: 767px) {
    .main .about-top {
        padding-top:15px
    }

    .main .about-top .about-top__box {
        padding: 0
    }

    .main .about-top .about-top__box .about-top__title h5 {
        font-size: 16px
    }

    .main .about-top .about-top__box .about-top__title h3 {
        font-size: 25px;
        line-height: 35px;
        padding-top: 20px
    }

    .main .about-top .about-top__box .about-top__thumb {
        padding-top: 30px
    }

    .main .about-top .about-top__box .about-top__con {
        padding: 30px 0
    }

    .main .about-top .about-top__box .about-top__con p {
        font-size: 14px;
        line-height: 26px
    }

    .main .about-list {
        padding: 0 0 30px
    }

    .main .about-list ul {
        padding-top: 15px
    }

    .main .qywh-title h2,.main .historys-title h2,.main .qqhbj-title h2,.main .honors-title h2,.main .teams-title h2 {
        font-size: 28px
    }

    .main .qywh {
        padding: 30px 0;
        background-size: cover
    }

    .main .qywh .qywh-items {
        padding-top: 30px
    }

    .main .qywh .qywh-items ul {
        margin: 0 -5px
    }

    .main .qywh .qywh-items ul li {
        padding: 0 5px 10px
    }

    .main .qywh .qywh-items ul li .item {
        border-radius: 30px;
        padding: 0 10px
    }

    .main .qywh .qywh-items ul li .item .icon {
        height: 40px
    }

    .main .qywh .qywh-items ul li .item .icon i {
        font-size: 35px
    }

    .main .qywh .qywh-items ul li .item h3 {
        font-size: 18px
    }

    .main .qywh .qywh-items ul li .item p {
        font-size: 13px;
        padding-top: 10px
    }

    .main .historys {
        padding: 30px 0
    }

    .main .historys .historys-items {
        padding-top: 30px
    }

    .main .historys .historys-items .swiper {
        padding-bottom: 50px
    }

    .main .historys .historys-items .swiper .swiper-wrapper .swiper-slide {
        padding: 5px 20px 0
    }

    .main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top {
        flex-direction: column
    }

    .main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top .thumb-img {
        width: 100%;
        height: auto;
        border-radius: 15px
    }

    .main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top .slide-top__rt {
        padding: 10px 0 0
    }

    .main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top .slide-top__rt dl dd {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px
    }

    .main .historys .historys-items .swiper .swiper-wrapper .swiper-slide .slide-top .slide-top__rt dl dd:before {
        top: 10px
    }

    .main .historys .historys-items .swiper .swiper-wrapper .swiper-slide h2 {
        font-size: 58px;
        padding-top: 30px
    }

    .main .historys .historys-items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active:before {
        height: 76px
    }

    .main .historys .historys-items .swiper .swiper-button-prev,.main .historys .historys-items .swiper .swiper-button-next {
        width: 37px;
        height: 37px
    }

    .main .historys .historys-items .swiper .swiper-button-prev i,.main .historys .historys-items .swiper .swiper-button-next i {
        font-size: 22px
    }

    .main .historys .historys-items .swiper .swiper-button-prev {
        margin-left: -40px
    }

    .main .historys .historys-items .swiper .swiper-button-next {
        margin-left: 3px
    }

    .main .qqhbj {
        padding-top: 30px
    }

    .main .qqhbj .qqhbj-items {
        padding-top: 30px
    }

    .main .qqhbj .qqhbj-items ul li {
        padding-bottom: 15px
    }

    .main .qqhbj .qqhbj-items ul li .item h4 {
        font-size: 24px
    }

    .main .qqhbj .qqhbj-items ul li .item p {
        font-size: 14px;
        padding-top: 15px
    }

    .main .qqhbj .qqhbj-container {
        margin-top: 30px
    }

    .main .qqhbj .qqhbj-container .container {
        width: 100%
    }

    .main .partner {
        padding: 30px 0
    }

    .main .teams {
        padding: 30px 0
    }

    .main .teams .teams-items {
        margin-top: 30px
    }

    .main .teams .teams-items .swiper.current-swiper {
        width: 80vw;
        padding-bottom: 60px
    }

    .main .teams .teams-items .swiper.current-swiper .swiper-wrapper .swiper-slide {
        height: 43.53741497vw
    }

    .main .teams .teams-items .swiper.current-swiper .swiper-button-next,.main .teams .teams-items .swiper.current-swiper .swiper-button-prev {
        width: 37px;
        height: 37px
    }

    .main .teams .teams-items .swiper.current-swiper .swiper-button-next i,.main .teams .teams-items .swiper.current-swiper .swiper-button-prev i {
        font-size: 22px
    }

    .main .teams .teams-items .swiper.current-swiper .swiper-button-prev {
        margin-left: -40px
    }

    .main .teams .teams-items .swiper.current-swiper .swiper-button-next {
        margin-left: 3px
    }

    .main .teams .teams-items .swiper.nocurrent-swiper {
        width: 6vw;
        height: 33.53741497vw
    }

    .main .teams .teams-items .swiper.left-swiper,.main .teams .teams-items .swiper.right-swiper {
        top: 5vw
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .main .about-top {
        padding-top:30px
    }

    .main .about-top .about-top__box .about-top__title h3 {
        font-size: 32px;
        line-height: 30px;
        padding-top: 30px
    }

    .main .about-top .about-top__box .about-top__con {
        padding: 30px 0
    }

    .main .about-list {
        padding: 0 0 50px
    }

    .main .qywh-title h2,.main .historys-title h2,.main .qqhbj-title h2,.main .honors-title h2,.main .teams-title h2 {
        font-size: 34px
    }

    .main .qywh {
        padding: 60px 0;
        background-size: cover
    }

    .main .qywh .qywh-items {
        padding-top: 30px
    }

    .main .qywh .qywh-items ul {
        margin: 0 -10px
    }

    .main .qywh .qywh-items ul li {
        padding: 0 10px 20px
    }

    .main .qywh .qywh-items ul li .item {
        border-radius: 30px;
        padding: 0 10px
    }
}

@media screen and (max-width: 991px) {
    .main .honors {
        padding:30px 0
    }

    .main .honors .honors-items {
        padding-top: 30px
    }

    .main .honors .honors-items .honors-items__lf ul li,.main .honors .honors-items .honors-items__rt ul li {
        width: 33.33333333%;
        float: left
    }

    .main .honors .honors-items .row {
        margin: 0 -5px
    }

    .main .honors .honors-items .honors-items__lf,.main .honors .honors-items .honors-items__center,.main .honors .honors-items .honors-items__rt {
        width: 100%
    }

    .main .honors .honors-items .honors-items__lf ul,.main .honors .honors-items .honors-items__center ul,.main .honors .honors-items .honors-items__rt ul {
        margin: 0 -5px
    }

    .main .honors .honors-items .honors-items__lf ul li,.main .honors .honors-items .honors-items__center ul li,.main .honors .honors-items .honors-items__rt ul li {
        padding: 0 5px 10px
    }

    .main .honors .honors-items .honors-items__lf ul li .item,.main .honors .honors-items .honors-items__center ul li .item,.main .honors .honors-items .honors-items__rt ul li .item {
        border-radius: 10px;
        padding: 10px 0
    }

    .main .honors .honors-items .honors-items__lf ul li .item .thumb-img,.main .honors .honors-items .honors-items__center ul li .item .thumb-img,.main .honors .honors-items .honors-items__rt ul li .item .thumb-img {
        height: 42px
    }

    .main .honors .honors-items .honors-items__lf ul li .item h3,.main .honors .honors-items .honors-items__center ul li .item h3,.main .honors .honors-items .honors-items__rt ul li .item h3 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px
    }

    .main .honors .honors-items .honors-items__center ul li.long .item {
        padding-top: 15px
    }

    .main .honors .honors-items .honors-items__center ul li.long .item .thumb-img {
        height: 145px
    }

    .main .honors .honors-items .honors-items__center ul li.long .item h3 {
        margin-top: 15px
    }
}


.historys{
    text-align: center;
}




.about .box4 {
    width: 100%;
    padding: 1.2rem 0;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .about .box4 .container {
      width: 100%;
    }
  }
  .about .box4 .container .top .title {
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .about .box4 .container .top .txt {
    line-height: 1.44444444em;
    text-align: center;
    color: #999;
    margin-top: 0.2rem;
  }
  .about .box4 .container .map {
    width: 1200px;
    max-width: 100%;
    position: relative;
    margin: 0.54rem auto 0;
  }
  @media (max-width: 767px) {
    .about .box4 .container .map {
      margin: 0.8rem auto 0;
      max-width: 130%;
      margin-left: -15%;
    }
  }
  .about .box4 .container .map .quan {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .about .box4 .container .map .quan .qb {
    position: absolute;
    width: 4px;
    height: 4px;
  }
  .about .box4 .container .map .quan .qb::before {
    content: '';
    border-radius: 50%;
    background: rgba(0, 209, 209, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: qsacle 3s linear infinite;
  }
  .about .box4 .container .map .quan .qb::after {
    content: '';
    border-radius: 50%;
    background: rgba(0, 209, 209, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: qsacle 3s 1.5s linear infinite;
  }
  .about .box4 .container .map .quan .qb.q1 {
    left: 18.41666667%;
    top: 39%;
  }
  .about .box4 .container .map .quan .qb.q1::before,
  .about .box4 .container .map .quan .qb.q1::after {
    width: 218px;
    height: 218px;
  }
  .about .box4 .container .map .quan .qb.q2 {
    left: 29.91666667%;
    top: 86%;
  }
  .about .box4 .container .map .quan .qb.q2::before,
  .about .box4 .container .map .quan .qb.q2::after {
    width: 194px;
    height: 194px;
  }
  .about .box4 .container .map .quan .qb.q3 {
    left: 52.33333333%;
    top: 33.16666667%;
  }
  .about .box4 .container .map .quan .qb.q3::before,
  .about .box4 .container .map .quan .qb.q3::after {
    width: 221px;
    height: 221px;
  }
  .about .box4 .container .map .quan .qb.q4 {
    left: 68.5%;
    top: 21.83333333%;
  }
  .about .box4 .container .map .quan .qb.q4::before,
  .about .box4 .container .map .quan .qb.q4::after {
    width: 229px;
    height: 229px;
  }
  .about .box4 .container .map .quan .qb.q5 {
    left: 77.08333333%;
    top: 41%;
  }
  .about .box4 .container .map .quan .qb.q5::before,
  .about .box4 .container .map .quan .qb.q5::after {
    width: 156px;
    height: 156px;
  }
  .about .box4 .container .map .quan .qb.q6 {
    left: 75.58333333%;
    top: 58.83333333%;
  }
  .about .box4 .container .map .quan .qb.q6::before,
  .about .box4 .container .map .quan .qb.q6::after {
    width: 76px;
    height: 76px;
  }
  .about .box4 .container .map .quan .qb.q7 {
    left: 83.75%;
    top: 43.16666667%;
  }
  .about .box4 .container .map .quan .qb.q7::before,
  .about .box4 .container .map .quan .qb.q7::after {
    width: 66px;
    height: 66px;
  }
  .about .box4 .container .map .img2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .about .box4 .container .map .tbox {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
  }
  @media (max-width: 767px) {
    .about .box4 .container .map .tbox {
      display: none;
    }
  }
  .about .box4 .container .map .tbox .tb {
    position: absolute;
    opacity: 0;
    z-index: 99;
  }
  .about .box4 .container .map .tbox .tb.t1 {
    left: 18%;
    top: 31.33333333%;
    opacity: 0;
    transition: all 0.4s;
  }
  .about .box4 .container .map .tbox .tb.t1 .ts {
    width: 280px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .about .box4 .container .map .tbox .tb.t2 {
    left: 51.41666667%;
    top: 48.5%;
  }
  .about .box4 .container .map .tbox .tb.t2 .td::before {
    transform: rotateZ(180deg);
  }
  .about .box4 .container .map .tbox .tb.t2 .ts {
    width: 280px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .about .box4 .container .map .tbox .tb.t3 {
    left: 83.91666667%;
    top: 31.33333333%;
  }
  .about .box4 .container .map .tbox .tb.t3 .ts {
    width: 280px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .about .box4 .container .map .tbox .tb.t4 {
    left: 81.33333333%;
    top: 55.83333333%;
  }
  .about .box4 .container .map .tbox .tb.t4 .td::before {
    transform: rotateZ(180deg);
  }
  .about .box4 .container .map .tbox .tb.t4 .ts {
    width: 230px;
    top: 100%;
    left: -13px;
  }
  @media (max-width: 991px) {
    .about .box4 .container .map .tbox .tb.t4 .ts {
      width: 220px;
      left: -60px;
      padding: 13px 15px 13px 20px;
    }
  }
  .about .box4 .container .map .tbox .tb .td {
    width: 14px;
    height: 6px;
    position: relative;
    z-index: 2;
  }
  .about .box4 .container .map .tbox .tb .td::before {
    content: '';
    border-top: 6px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
  }
  .about .box4 .container .map .tbox .tb .ts {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    box-shadow: 0 0 0.1rem 0 rgba(11, 196, 196, 0.16);
    padding: 13px 20px;
  }
  .about .box4 .container .map .tbox .tb .ts .ts1 {
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.42857143em;
    color: #0b3a8b;
    margin-bottom: 8px;
  }
  .about .box4 .container .map .tbox .tb .ts .ts2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .about .box4 .container .map .tbox .tb .ts .ts2 span {
    width: 100%;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143em;
    padding-left: 14px;
    margin-bottom: 4px;
  }
  .about .box4 .container .map .tbox .tb .ts .ts2 span:last-child {
    margin-bottom: 0;
  }
  .about .box4 .container .map .tbox .tb .ts .ts2 span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0b3a8b;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .about .box4 .container .list {
    width: 100%;
    height: 160px;
    margin-top: 63px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 40px;
    position: relative;
    overflow: hidden;
  }
  .about .box4 .container .list ul {
    position: absolute;
    top: 40px;
    display: flex;
    left: 0;
  }
  .about .box4 .container .list ul li {
    width: 246px;
    height: 120px;
    border: 3px solid #f8f8f8;
    background: #f8f8f8;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    margin: 0 10px;
    overflow: hidden;
  }
  .about .box4 .container .list ul li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .about .box4 .container .list ul li:hover {
    border: 3px solid #0b3a8b;
  }


  
.about .box5 {
    width: 100%;
    padding: 95px 0;
  }
  .about .box5 .top .title {
    line-height: 1.2em;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .about .box5 .top .txt {
    color: #999;
    text-align: center;
    line-height: 1.44444444em;
    margin-top: 15px;
  }
  .about .box5 .list {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
  }
  .about .box5 .list .u1 {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 40px;
  }
  .about .box5 .list .u1 ul {
    left: 0;
  }
  .about .box5 .list .u1 ul li .img img {
    width: 80%;
  }
  .about .box5 .list .u2 {
    width: calc(100% + 40px);
    height: 200px;
    position: relative;
    margin: 0 -20px 40px;
  }
  .about .box5 .list .u2 ul {
    right: 0;
  }
  .about .box5 .list .u2 ul li .img img {
    width: 80%;
  }
  .about .box5 .list .u3 {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .about .box5 .list .u3 ul {
    left: 0;
  }
  .about .box5 .list .u3 ul li .img img {
    width: 80%;
  }
  .about .box5 .list ul {
    position: absolute;
    top: 0;
    display: flex;
  }
  .about .box5 .list ul li {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.4s;
    margin: 0 20px;
    flex-shrink: 0;
    position: relative;
  }
  .about .box5 .list ul li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about .box5 .list ul li .img img {
    width: 90%;
    height: auto;
    object-fit: contain;
  }
  .about .box5 .list ul li .tbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(0, 209, 209, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
  }
  .about .box5 .list ul li .tbox .t1 {
    max-width: 110px;
    color: #fff;
    line-height: 1.33333333em;
    font-weight: bold;
    text-align: center;
  }
  .about .box5 .list ul li:hover .tbox {
    opacity: 1;
  }
  @keyframes qsacle {
    0% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(1.2);
    }
  }
  @keyframes scroll {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @media (min-width: 1800px) {
    .about .box1 .bbs .tbox2 .bg span {
      border-left: 51vw solid #fff;
      border-right: 51vw solid #fff;
    }
  }
  @media (min-width: 1920px) {
    .about .box1 .bbs .tbox2 .bg span {
      border-left: 60vw solid #fff;
      border-right: 60vw solid #fff;
    }
  }</pre></body></html>