html {
  min-width: inherit;
}

body {
  min-width: inherit;
}

.content {
  width: 14.4rem;
  margin: 0 auto;
  overflow: hidden;
}

.service-crumb {
  color: #676767;
  font-weight: 400;
  font-size: 0.14rem;
  background-color: #F2F4F8;
  border-bottom: 1px solid #C0C0C0;
}

.service-crumb .content .crumb-item {
  display: inline-block;
  line-height: .5rem;
  font-weight: 300;
  color: #676767;
}

.service-crumb .content .crumb-item:hover {
  color: #0032B4;
}

.crumb-divider {
  margin: 0.04rem;
  color: #676767;
  font-weight: 300;
}

.content .title {
  font-size: .42rem;
  font-weight: 600;
  line-height: .63rem;
}

@media screen and (max-width: 768px) {
  .service-crumb {
    display: none;
  }

  .service-crumb,
  .service-crumb .content .crumb-item {
    font-size: 0.28rem;
  }

  .content {
    width: 7.04rem;
  }
}
.bread-crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.5rem;
  border-bottom: 1px solid #C0C0C0;
  background: #F2F4F8;
}

.bread-crumb--inner {
  display: -ms-flexbox;
  display: flex;
  width: 14.4rem;
  margin: 0 auto;
  line-height: 0.5rem;
}

.bread-crumb__item {
  color: #676767;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}

.bread-crumb__link {
  font-size: 0.14rem;
}

.bread-crumb__link,
.bread-crumb__divider {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #676767;
  font-weight: 300;
}

.bread-crumb__divider {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.bread-crumb__item:last-child {
  color: #000;
}

.bread-crumb__link:hover {
  color: #0032B4;
}

@media screen and (max-width: 768px) {
  .bread-crumb--inner {
    width: 100%;
  }

  .bread-crumb {
    min-height: 0.6rem;
    padding: 0 .32rem;
  }

  .bread-crumb__item,
  .bread-crumb__link,
  .bread-crumb__divider {
    font-size: .24rem;
  }

  .bread-crumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.product_and_service-big-picture {
  position: relative;
  overflow: hidden;
  background: #FFF;
  vertical-align: bottom;
}

.product_and_service-big-picture .product_and_service-picture {
  display: block;
  width: 100%;
  position: relative;
}

.product_and_service-big-picture .content {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product_and_service-big-picture .content .content-text {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
}

.product_and_service-big-picture .content .content-text .title {
  width: 8.64rem;
  font-size: .42rem;
  font-weight: 600;
  color: #FFF;
  line-height: .59rem;
  margin-bottom: .14rem;
}

.product_and_service-big-picture .content .content-text .desc {
  width: 8.64rem;
  font-size: .16rem;
  line-height: .28rem;
  color: #E9E8EE;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .product_and_service-big-picture,
  .product_and_service-big-picture .product_and_service-picture,
  .product_and_service-big-picture .content {
    width: 7.68rem;
    height: 7.5rem;
  }

  .product_and_service-big-picture .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .product_and_service-big-picture .content .content-text {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 4.27rem .32rem 0;
  }

  .product_and_service-big-picture .content .content-text .title {
    width: 7.09rem;
    font-size: .54rem;
    margin-bottom: .3rem;
    line-height: .81rem;
  }

  .product_and_service-big-picture .content .content-text .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 7.09rem;
    height: 1.68rem;
    font-size: .3rem;
    line-height: .42rem;
    color: #D8D8D8;
  }
}
/* solution-dynamic 公共样式 */
.solution-dynamic {
  padding: 0.60rem 0 1.05rem;
  background-color: #fff;
}

.solution-dynamic .content .title {
  position: relative;
}

.solution-dynamic .content .title a {
  position: absolute;
  right: 0;
  font-size: .16rem;
  font-weight: 400;
  color: #1842B3;
}

.solution-dynamic .content .title a span {
  display: inline-block;
  background: url(/static/images/index/arrow-blue.png) no-repeat;
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.16rem;
  margin-left: 0.1rem;
}

.solution-dynamic .y-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.solution-dynamic .solution-dynamic-title {
  font-size: 0.16rem;
  float: left;
  font-weight: bold;
  color: #0032B4;
  margin-right: 0.05rem;
}

.solution-dynamic .solution-dynamic-title::before {
  content: '[';
}

.solution-dynamic .solution-dynamic-title::after {
  content: ']';
}

.solution-dynamic .solution-dynamic-text {
  font-size: 0.16rem;
  font-weight: 400;
  color: #1D1D1D;
}

.solution-dynamic .solution-dynamic-text:hover a {
  color: #1842B3 !important;
}

.solution-dynamic .solution-dynamic-text a {
  display: block;
  height: 100%;
  word-break: break-all;
}

/* solution-dynamic 单独样式 */
.solution-dynamic .solution-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 3.70rem;
  margin: 0.54rem 0 0.40rem 0;
}

.solution-dynamic .left-pic {
  position: relative;
  width: 7.04rem;
  overflow: hidden;
}

.solution-dynamic .pic-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: auto;
}

.solution-dynamic .pic-wrap a {
  width: 100%;
}

.solution-dynamic .pic-wrap a img {
  width: 100%;
  object-fit: cover;
}

.solution-dynamic .time-axis {
  width: 0.04rem;
  background-color: #E9EAEE;
}

.solution-dynamic .axis-item-inner {
  width: 100%;
  height: 0.60rem;
  background-color: #0032B4;
  display: none;
}

.solution-dynamic .axis-item {
  height: 0.92rem;
}

.solution-dynamic .axis-active .axis-item-inner {
  display: block;
}

.solution-dynamic .right-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
}

.solution-dynamic .time-line {
  text-align: right;
  padding-left: 0.92rem;
}

.solution-dynamic .time-line .line-active {
  color: #1842B3;
}

.solution-dynamic .time-item {
  height: 0.92rem;
  padding-right: 0.12rem;
  cursor: pointer;
}

.solution-dynamic .day {
  font-size: 0.16rem;
  line-height: 0.30rem;
  padding-bottom: 0.10rem;
}

.solution-dynamic .date {
  width: -webkit-max-content;
  width: max-content;
  font-size: 0.12rem;
}

.solution-dynamic .right-content .list-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 7.00rem;
  height: 100%;
  margin-left: -0.03rem;
}

.solution-dynamic .list-item {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.92rem;
  line-height: 0.32rem;
  padding-left: 0.20rem;
}


.solution-dynamic .list-item:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .solution-dynamic {
    padding: 0.60rem 0 1.00rem;
  }

  .solution-dynamic .title-wrap .more {
    font-size: 0.30rem;
    line-height: 0.42rem;
    font-weight: 400;
  }

  .solution-dynamic .solution-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
    margin: 0.54rem 0 1.01rem 0;
  }

  .solution-dynamic .left-pic {
    width: 7.04rem;
    height: 3.96rem;
    margin-bottom: 0.68rem;
  }


  .solution-dynamic .time-line {
    padding: 0;
  }

  .solution-dynamic .time-item {
    height: 2rem;
    color: #333;
    padding-right: 0.12rem;
  }

  .solution-dynamic .day {
    font-size: 0.30rem;
    font-weight: 600;
    line-height: 0.48rem;
    padding-bottom: 0.30rem;
  }

  .solution-dynamic .date {
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.30rem;

  }

  .solution-dynamic .solution-dynamic-text a,
  .solution-dynamic .solution-dynamic-title {
    font-size: 0.30rem;
  }

  .solution-dynamic .time-axis {
    width: 0.039rem;
    -ms-flex: 0 0 0.039rem;
        flex: 0 0 0.039rem;
  }

  .solution-dynamic .axis-item {
    height: 2rem;
  }

  .solution-dynamic .axis-item-inner {
    height: 1.10rem;
  }


  .solution-dynamic .right-content {
    max-width: 100%;
  }

  .solution-dynamic .list-item {
    -webkit-line-clamp: 4;
    line-height: 0.50rem;
    padding-left: 0.20rem;
    height: 2rem;
  }

  .solution-dynamic .content .title a {
    font-size: .3rem;
  }

  .solution-dynamic .content .title a span {
    display: none;
    font-size: .3rem;
  }

}
.solution-nav {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: .98rem;
    z-index: 3;
    border-bottom: 0.01rem solid #C0C0C0;
    background-image: url('/static/images/about/safety_concept/rectangle.png');
}

.solution-nav .nav-wrap {
    display: -ms-flexbox;
    display: flex;
    height: 0.8rem;
    line-height: 0.8rem;
}

.solution-nav .nav-item {
    height: 100%;
    margin-right: 0.8rem;
}

.solution-nav .nav-item a {
    display: block;
    box-sizing: border-box;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.16rem;
    color: #333;
    border-bottom: 0.03rem solid transparent;
}

.solution-nav .nav-item a:hover,
.solution-nav .nav-item .nav-active {
    font-weight: bold;
    border-bottom-color: #0032B4;
}

@media screen and (max-width: 768px) {
    .service-crumb {
        display: none;
        font-size: 0.28rem;
    }

    .solution-nav .nav-wrap {
        height: 1rem;
        line-height: 1rem;
    }

    .solution-nav .nav-item a {
        height: 1rem;
        line-height: 1rem;
        font-size: 0.28rem;
    }

    .solution-nav .nav-item .nav-active {
        font-weight: bold;
        border-bottom: 0.04rem solid #0032B4;
    }
}
.recommend {
    padding: 1rem 0;
    background-color: #F2F4F8;
}

.recommend .content {
    position: relative;
}

.recommend .hot-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0.25rem;
    gap: 0.25rem;
    margin-top: .5rem;
}

.recommend .hot-group .hot {
    position: relative;
    box-sizing: border-box;
    width: 4.63rem;
    height: 3rem;
    padding: .4rem .42rem .4rem .3rem;
}

.recommend .hot-group .hot:first-child {
    background: url('../../images/solution/hot-bg-l-1.png') no-repeat;
    background-size: cover;
}

.recommend .hot-group .hot:nth-child(2) {
    background: url('../../images/solution/hot-bg-l-2.png') no-repeat;
    background-size: cover;
}

.recommend .hot-group .hot:nth-child(3) {
    background: url('../../images/solution/hot-bg-l-3.png') no-repeat;
    background-size: cover;
}

.recommend .hot-group .hot:nth-child(4) {
    background: url('../../images/solution/hot-bg-l-4.png') no-repeat;
    background-size: cover;
}

.recommend .hot-group .hot:nth-child(5) {
    background: url('../../images/solution/hot-bg-l-5.png') no-repeat;
    background-size: cover;
}

.recommend .hot-group .hot:nth-child(6) {
    background: url('../../images/solution/hot-bg-l-6.png') no-repeat;
    background-size: cover;
}

/* PC端二态效果 */
@media screen and (min-width: 769px) {
    .recommend .hot-group .hot:hover {
        background: #002B9B;
    }

    .recommend .hot-group .hot:active {
        background: #002585;
        border: .02rem solid #000;
    }
}

@media screen and (min-width: 1241px) {
    .recommend .hot-group .hot:active {
        padding: .38rem .4rem .38rem .28rem;
    }

    .recommend .hot-group .hot:active .more {
        bottom: .38rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
    .recommend .hot-group .hot:active {
        padding: .48rem .38rem;
    }

    .recommend .hot-group .hot:active .more {
        bottom: .48rem;
    }
}

.recommend .hot-group .hot .subtitle {
    position: relative;
    font-size: .24rem;
    font-weight: 600;
    line-height: .3rem;
    color: #FFF;
    z-index: 2;
}

.recommend .hot-group .hot .text {
    display: -webkit-box;
    position: relative;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-top: .2rem;
}

.recommend .hot-group .hot .text,
.recommend .hot-group .hot .more {
    font-size: .16rem;
    line-height: .24rem;
    color: #FFF;
    z-index: 2;
}

.recommend .hot-group .hot .more {
    position: absolute;
    bottom: .4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.recommend .hot-group .hot .more .arrow {
    display: inline-block;
    background: url('../../images/solution/arrow-white.png') no-repeat;
    background-size: 100% 100%;
    width: .2rem;
    height: .16rem;
    margin-left: .1rem;
}

.recommend .hot-group .hot .more:hover p {
    text-decoration: underline;
}

.recommend .hot-group .hot .more:active p {
    color: #d1d1d1;
}

.recommend .hot-group .hot .more:active .arrow {
    -webkit-filter: brightness(.8);
            filter: brightness(.8);
}

/* 1240时，font-size为80px而非100px，故换算公式为(l/100*1.25) */
@media screen and (min-width: 769px) and (max-width: 1240px) {
    .recommend {
        padding: 1.25rem 0;
    }

    .recommend .hot-group .hot {
        width: 4.63rem;
        height: 5.23125rem;
        padding: .5rem .4rem;
    }

    .recommend .hot-group .hot:first-child {
        background: url('../../images/solution/hot-bg-m-1.png') no-repeat;
        background-size: cover;
    }

    .recommend .hot-group .hot:nth-child(2) {
        background: url('../../images/solution/hot-bg-m-2.png') no-repeat;
        background-size: cover;
    }

    .recommend .hot-group .hot:nth-child(3) {
        background: url('../../images/solution/hot-bg-m-3.png') no-repeat;
        background-size: cover;
    }

    .recommend .hot-group .hot:nth-child(4) {
        background: url('../../images/solution/hot-bg-m-4.png') no-repeat;
        background-size: cover;
    }

    .recommend .hot-group .hot:nth-child(5) {
        background: url('../../images/solution/hot-bg-m-5.png') no-repeat;
        background-size: cover;
    }

    .recommend .hot-group .hot:nth-child(6) {
        background: url('../../images/solution/hot-bg-m-6.png') no-repeat;
        background-size: cover;
    }

    .recommend .hot-group .hot:hover {
        background: #002B9B;
    }

    .recommend .hot-group .hot:active {
        background: #002585;
    }

    .recommend .hot-group .hot .text {
        -webkit-line-clamp: 5;
        margin-top: .25rem;
    }

    .recommend .hot-group .hot .subtitle {
        font-size: .3rem;
        line-height: .375rem;
    }

    .recommend .hot-group .hot .text {
        margin-top: .25rem;
    }

    .recommend .hot-group .hot .text,
    .recommend .hot-group .hot .more {
        font-size: .2rem;
        line-height: .3rem;
    }

    .recommend .hot-group .hot .more {
        bottom: .5rem;
    }

    .recommend .hot-group .hot .more .arrow {
        width: .25rem;
        height: .2rem;
        margin-left: .125rem;
    }
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
    .recommend .hot-group {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .recommend .hot-group .hot {
        height: 5.3rem;
        margin: 0 18px 0 0 !important;
        padding: .5rem .32rem;
    }

    .recommend .hot-group .hot .subtitle {
        font-size: .38rem;
        font-weight: 600;
        line-height: .53rem;
    }

    .recommend .hot-group .hot .text {
        -webkit-line-clamp: 5;
        margin-top: .23rem;
    }

    .recommend .hot-group .hot .text,
    .recommend .hot-group .hot .more {
        font-size: .3rem;
        line-height: .48rem;
    }

    .recommend .hot-group .hot .more {
        bottom: .4rem;
    }

    .recommend .hot-group .hot .more .arrow {
        display: inline-block;
        background: url('../../images/solution/arrow-white.png') no-repeat;
        background-size: 100% 100%;
        width: .29rem;
        height: .26rem;
        margin-left: .22rem;
    }

    /* 分页 */
    .bool-title .title-slot {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
    }

    .bool-title .title-slot .title-arrow-prev {
        background: url(/static/images/about/safety_concept/page1.png) no-repeat;
        background-position: center;
    }

    .bool-title .title-slot .title-arrow-next {
        background: url(/static/images/about/safety_concept/page2.png) no-repeat;
        background-position: center;
    }

    .bool-title .title-slot .title-arrow-prev,
    .bool-title .title-slot .title-arrow-next {
        width: .64rem;
        height: .64rem;
        background-size: cover;
    }

    .bool-title .title-slot .title-arrow-prev:hover,
    .bool-title .title-slot .title-arrow-next:hover {
        cursor: pointer;
    }

    .bool-title .title-slot .tilte-pagination {
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        font-size: .3rem;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        color: #000;
    }
}
.honor {
  padding: 1rem 0;
  position: relative;
}

.honor .content {
  position: relative;
}

.honor .content .title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 0.42rem;
}

.honor .news {
  position: relative;
}

.honor .honor-logo {
  float: right;
  background: url('https://static01-m.QIANXIN.COM/qaxweb/edfdd6d977848da7332fd2b048db5605.png') no-repeat 100% 100%;
  background-size: contain;
  width: 3.34rem;
  height: 3.09rem;
}

.honor .news {
  display: -ms-flexbox;
  display: flex;
}

.honor .timeline {
  padding-top: 1.17rem;
}

.honor .timeline .year {
  width: 2.56rem;
  margin-bottom: .8rem;
  cursor: pointer;
}

.honor .timeline .year:not(:first-child) {
  margin-top: .8rem;
}

.honor .timeline .year .line {
  display: block;
  width: 1.17rem;
  height: 10px;
  background-color: #D5D9E0;
  transition-duration: .3s;
}

.honor .timeline .year p {
  margin-top: .06rem;
  font-size: .36rem;
  font-weight: 600;
  color: #D5D9E0;
  transition-duration: .3s;
}

.honor .timeline .year.active .line {
  width: 2.24rem;
  background-color: #0032B4;
}

.honor .timeline .year.active p {
  color: #0032B4;
}

.honor .timeline .year:hover .line {
  width: 2.24rem;
  background-color: #0032B4;
}

.honor .timeline .year:hover p {
  color: #0032B4;
}

.honor .list .year {
  display: none;
  width: 11.7rem;
  border-left: 4px solid #E3E5E9;
}

.honor .list .year .year-list {
  max-height: 10.22rem;
  overflow-y: hidden;
  padding-top: 1.17rem;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
  box-sizing: border-box;
}

.honor .list .year.read-more .year-list {
  max-height: inherit;
}

.honor .list .year.active {
  display: block;
}

.honor .list .year .item {
  display: -ms-flexbox;
  display: flex;
  width: 11.7rem;
  height: 1.36rem
}

.honor .list .year .item .dot {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #E3E5E9;
  transition-duration: .3s;
}

.honor .list .year .item .date,
.honor .list .year .item .text {
  position: relative;
  top: calc(-.15rem + 5px);
  font-size: .18rem;
  line-height: .3rem;
  color: #1D1D1D;
}

.honor .list .year .item .date {
  margin-left: .22rem;
  font-weight: 600;
  white-space: nowrap;
}

.honor .list .year .item .cont {
  margin-left: .32rem;
  width: 10.24rem;
}

.honor .list .year .item .link {
  display: block;
  margin-top: 0.08rem;
  color: #1842B3;
  text-decoration: underline;
  font-size: 0.16rem;
}

.honor .list .year .item:hover .dot {
  background-color: #0032B4;
}

.honor .list .year .item:hover .date,
.honor .list .year .item:hover .text {
  color: #002BBB;
  transition-duration: .3s;
}

.honor .list .year .item .more-pc {
  display: block;
  color: #1842B3;
  text-decoration: underline;
}

.honor .list .year .item .more-pc:hover {
  text-decoration: underline;
}

.honor .list .year .more {
  position: relative;
  left: calc(1.54rem + 10px);
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 1.28rem;
  padding: .11rem .18rem;
  font-size: .16rem;
  line-height: .24rem;
  color: #1D1D1D;
  background-color: #fff;
  border: 1px solid #0F1011;
  cursor: pointer;
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
}

.honor .list .year .more::after {
  content: '';
  display: inline-block;
  background: url('https://static01-m.QIANXIN.COM/qaxweb/5cf7206b6aeafe070a2d4ac8c4636e7b.png') no-repeat center/100% 100%;
  width: .16rem;
  height: .08rem;
}

.honor .list .year.read-more .more::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width:768px) {
  .honor .title {
    font-size: .48rem;
  }

  .honor .news {
    margin: .65rem 0 0 2px;
    border-left: 2px solid #E3E5E9;
  }

  .honor .timeline {
    padding-top: 0;
  }

  .honor .timeline .year {
    box-sizing: border-box;
    margin-top: 0;
    width: 2.2rem;
    padding-left: .22rem;
  }

  .honor .timeline .year:not(:first-child) {
    margin-top: 3.35rem;
  }

  .honor .timeline .year .dot {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    margin-left: -4px;
    background-color: #D5D9E0;
    transition-duration: .3s;
  }

  .honor .list .year .item .cont {
    margin-left: 0;
  }

  .honor .list .year .item .link {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
  }

  .honor .timeline .year.active .dot {
    background-color: #0032B4;
  }

  .honor .timeline .year .line {
    width: 1.28rem;
    height: 6px;
  }

  .honor .timeline .year p {
    margin-top: .21rem;
    font-size: .48rem;
  }

  .honor .timeline .year.active .line {
    width: 1.92rem;
  }

  .honor .list .year .item .more-pc {
    margin-top: 0.18rem;
  }

  .honor .list .year {
    border-left: none;
  }

  .honor .list .year .year-list {
    padding-top: 0;
    max-height: 28.28rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .honor .list .year .item {
    display: block;
    width: 4.5rem;
    height: 4.04rem;
    padding-left: .3rem;
  }

  .honor .list .year .item .dot {
    display: none;
  }

  .honor .list .year .item .date,
  .honor .list .year .item .text {
    margin-left: 0;
    top: 0;
  }

  .honor .list .year .item .date {
    width: auto;
    font-size: .3rem;
  }

  .honor .list .year .item .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    margin-top: .2rem;
    width: 4rem;
    font-size: .3rem;
    line-height: .4rem;
  }

  .honor .list .year .item .more-mobile {
    display: block;
    margin-top: .18rem;
    font-size: .3rem;
    color: #1842B3;
    text-decoration: underline;
  }

  .honor .list .year .more {
    position: relative;
    left: .22rem;
    margin-bottom: 1rem;
    width: 4.5rem;
    height: .94rem;
    padding: .27rem .32rem;
    font-size: .3rem;
    line-height: .4rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .honor .list .year .more::after {
    width: .26rem;
    height: .14rem;
  }
}
.frame {
  background: #E1E4E9;
  padding: 1rem 0;
}

.frame .context {
  display: -ms-flexbox;
  display: flex;
}

.frame .title {
  margin-bottom: 0.5rem;
  border-bottom: 0.01rem solid #0032B4;
}

.frame .title span {
  font-size: .42rem;
  font-weight: 600;
  line-height: .63rem;
  padding-bottom: 0.46rem;
  display: inline-block;
  border-bottom: 0.09rem solid #0032B4;
}

.frame .topnav_side {
  -ms-flex: 0 0 2.88rem;
      flex: 0 0 2.88rem;
  overflow: hidden;
  border-right: 0.01rem solid #E0E0E1;
  height: 100%;
  background: url(/static/images/product_and_service/frame-bottom.png) left bottom no-repeat;
  background-size: contain;
  padding-bottom: 0.46rem;
}

.frame .topnav_main {
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  padding: 0.3rem;
  padding-right: 0;
  padding-top: 0;
  overflow: auto;
}

.frame .topnav-main-title {
  display: none;
}

.frame .topnav_main .topnav-main-items {
  display: none;
}


.frame .topnav_side a {
  position: relative;
  font-size: 0.16rem;
  font-weight: 400;
  color: #000000;
  height: 0.46rem;
  line-height: 0.46rem;
  display: block;
  word-break: break-all;
  padding-right: 0.5rem;
  padding-left: 0.3rem;
  border-bottom: 0.01rem solid #CACACA;
  background: #F2F4F8;
}

.frame .topnav_side a:after {
  content: "";
  width: 0.18rem;
  height: 0.16rem;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/static/images/product_and_service/arrow-frame.png) no-repeat;
  background-size: 0.18rem 0.16rem;
}


.frame .topnav_side a:hover,
.frame .topnav_side li.current a {
  color: #fff;
  background: #0031B7;
}

.frame .topnav_side li.current a::after {
  background: url(/static/images/product_and_service/arrow-frame-white.png) right center no-repeat;
  background-size: 0.18rem 0.16rem;
}


.frame .topnav_main .items {
  border-bottom: 0.01rem solid #CACACA;
}

.frame .topnav_main .items:last-child {
  border-bottom: none;
}

.frame .topnav_main .items dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.1rem 0;
}

.frame .topnav_main .items dd {
  font-size: 0.16rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.35rem;
  width: 100%;
  margin-bottom: 0.1rem;
}

.frame .topnav_main .items dt {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 0.1rem;
  display: block;
}

.frame .topnav_main .items dt a {
  display: block;
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.22rem;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}


.frame .topnav_main .items dd .link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #0032B4;
  font-weight: 600;
}

.frame .topnav_main .items dd .link::after {
  width: 0.17rem;
  height: 0.15rem;
  margin-left: 0.1rem;
  background: url('/static/images/index/arrow-blue.png') no-repeat 50% 50%;
  background-size: contain;
  content: '';
}

.frame .topnav_main .items dt a:hover {
  color: #0032B4;
}

.frame .context-mobile {
  display: none;
}

.frame__toolbar {
  margin-bottom: 0.06rem;
  line-height: 0.22rem;
}

.frame__preview-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 0.3rem;
  color: #0031B7;
  cursor: pointer;
}

.frame__preview-btn::after {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.04rem;
  background: url('/static/images/product_and_service/icon-fullscreen.png') no-repeat 0 0;
  background-size: contain;
  content: '';
}

.frame__image {
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.frame__image:hover .frame__image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.17);
  content: '';
}

.frame__image:hover .frame__image-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  background: url('/static/images/product_and_service/icon-fullscreen-black.png') no-repeat 0 0;
  background-size: contain;
  content: '';
}

.frame__image img {
  display: block;
  max-width: 100%;
}

.product-frame-dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.4rem;
  z-index: 1000001;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.product-frame-dialog img {
  max-width: 100%;
  object-fit: contain;
}

.img--container {
  position: relative;
  z-index: 1;
  width: 10.24rem;
  margin: 0 auto;
  height: calc(100vh - 0.8rem);
}

.img--container .inner {
  height: inherit;
  overflow-y: auto;
}

.no-scroll {
  overflow: hidden;
}

.close-btn {
  position: absolute;
  top: 0;
  right: -0.48rem;
  width: 0.32rem;
  height: 0.32rem;
  background: url('/static/images/product_and_service/icon-close.png') no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
}


@media screen and (max-width: 1280px) {
  .frame .topnav_main .items dt {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .frame {
    background: #E1E4E9 url(/static/images/product_and_service/frame-bg-m.png) center top no-repeat;
    background-size: 100% 0.5rem;
    padding-top: 1rem;
  }

  .frame .content .title {
    border-bottom: 0.01rem solid #0031B7;
  }

  .frame .title span {
    border-bottom: 0.07rem solid #0032B4;
  }

  .frame .context {
    display: none;
  }

  .frame .context-mobile {
    position: relative;
    margin-bottom: 0;
    border-top: 0.01rem solid #E6E6E6;
    margin-right: 0;
    border-bottom: none;
    display: block;
  }

  .frame .context-mobile .children .children {
    height: auto;
    transition: height 0.3s;
  }

  .frame .context-mobile .children li:after {
    width: 0.26rem;
    height: 0.13rem;
    right: 0.3rem;
    top: 0.47rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    background: url(/static/images/product_and_service/arrow-frame-down.png) right center no-repeat;
    background-size: 0.26rem 0.13rem;
    content: "";
  }

  .frame .context-mobile .children li.no-child:after {
    display: none;
  }

  .frame .context-mobile .children li.current {
    background: #0031B7;
  }

  .frame .context-mobile .children li.current>span {
    color: #fff;
  }

  .frame .context-mobile .children li.current .children {
    background: #E1E4E9;
  }

  .frame .context-mobile .children li.current:after {
    background: url(/static/images/product_and_service/arrow-frame-up.png) right center no-repeat;
    background-size: 0.26rem 0.13rem;
  }

  .frame .context-mobile a,
  .frame .context-mobile span {
    width: auto;
    display: inline-block;
  }

  .frame .context-mobile a,
  .frame .context-mobile span {
    font-size: 0.28rem;
    font-weight: 400;
    color: #434343;
    padding-left: 0.32rem;
    height: 0.94rem;
    line-height: 0.94rem;
  }

  .frame .context-mobile .category {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    color: #1842B3;
  }

  .frame .context-mobile .category::after {
    width: 0.24rem;
    height: 0.24rem;
    background: url(/static/images/index/arrow-blue.png) no-repeat 50% 50%;
    background-size: contain;
    margin-left: 0.1rem;
    content: '';
  }

  .frame .context-mobile .children li {
    border-top: 0.01rem solid #C5C5C5;
    background: #F2F4F8;
    position: relative;
  }

  .frame .context-mobile .children li a,
  .frame .context-mobile .children li span {
    padding-left: 0.3rem;
  }

  .frame .context-mobile .children .children li .link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: #0032B4;
    font-weight: 600;
  }

  .frame .context-mobile .children .children li .link::after {
    width: 0.28rem;
    height: 0.25rem;
    margin-left: 0.1rem;
    background: url('/static/images/index/arrow-blue.png') no-repeat 50% 50%;
    background-size: contain;
    content: '';
  }

  .frame .context-mobile .children .children li span {
    font-size: 0.3rem;
    font-weight: 600;
    color: #1D1D1D;
  }

  .frame .context-mobile .children .children li {
    border-top: none;
    background: inherit;
  }

  .frame .context-mobile .children .children li:not(:last-child) {
    border-bottom: 0.01rem solid #C5C5C5;
    ;
  }

  .frame .context-mobile .children .children .last-child li {
    padding-bottom: 0.2rem;
    border: none;
  }


  .frame .context-mobile .last-child li a {
    padding-left: 0.32rem !important;
    height: auto;
    line-height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding-right: 0.64rem;
  }

  .frame .context-mobile .children .children li:after {
    display: none;
  }

  .frame__toolbar {
    margin-bottom: 0.22rem;
  }

  .frame__preview-btn::after {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.15rem;
  }

  .product-frame-dialog {
    background-color: #fff;
  }

  .img--container {
    width: auto;
  }

  .close-btn {
    top: 0.08rem;
    right: -0.3rem;
    background: url('/static/images/product_and_service/icon-close-black.png') no-repeat 0 0;
    background-size: contain;
  }

}
.authority-report {
  background-color: #F2F4F8;
  padding: 1rem 0 .6rem;
}

.authority-report .title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.authority-report .title-wrap .more {
  font-size: 0.16rem;
  color: #1842B3;
}

.authority-report ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.authority-report ul li {
  width: 6.41rem;
}

.authority-report ul li a {
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 0;
  width: 100%;
}

.authority-report ul li:nth-child(1),
.authority-report ul li:nth-child(2) {
  border-bottom: 1px solid #D8D8D8;
}

.authority-report ul li img {
  width: 2.54rem;
  height: 3.6rem;
  margin-right: .33rem;
}

.authority-report ul li .authority-report__text {
  position: relative;
  overflow: hidden;
}

.authority-report ul li .authority-report__text h4 {
  font-size: .34rem;
  font-weight: 600;
  line-height: .48rem;
  margin-bottom: .2rem;
  color: #1D1D1D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.authority-report ul li .authority-report__text p {
  font-size: .18rem;
  font-weight: 400;
  line-height: .3rem;
  color: #4E4E4E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.authority-report ul li .authority-report__text span {
  position: absolute;
  bottom: .06rem;
  left: 0;
  font-size: 0.16rem;
  font-weight: 400;
  color: #1842B3;
}

.authority-report ul li .authority-report__text span:hover {
  text-decoration: underline;
}

.authority-report ul li .authority-report__text span::after,
.authority-report .title-wrap .more::after {
  content: '';
  display: inline-block;
  position: relative;
  bottom: -0.02rem;
  width: 0.17rem;
  height: 0.15rem;
  background: url(/static/images/index/arrow-blue.png) no-repeat;
  background-size: contain;
  margin-left: 0.1rem;
}

@media screen and (max-width: 768px) {
  .authority-report ul li {
    width: 100%;
  }

    .authority-report ul li:not(:last-child) {
      border-bottom: 1px solid #D8D8D8;
    }

  .authority-report ul li img {
    width: 2.25rem;
    height: 3.17rem;
    margin-right: .32rem;
  }

  .authority-report ul li .authority-report__text h4 {
    font-size: .36rem;
    font-weight: 600;
    margin-bottom: .16rem;
    line-height: .5rem;
  }

  .authority-report ul li .authority-report__text p {
    font-size: .28rem;
    line-height: .4rem;
    -webkit-line-clamp: 3;
  }

  .authority-report ul li .authority-report__text span {
    font-size: .3rem;
    line-height: .42rem;
    bottom: -.06rem;
  }

  .authority-report ul li .authority-report__text span::after {
    display: none;
  }

  .authority-report .title-wrap .more {
    font-size: 0.3rem;
  }

  .authority-report .title-wrap .more::after {
    display: none;
  }
}
