html {
  min-width: inherit;
}

body {
  min-width: inherit;
  font-family: "PingFangSC-Regular, PingFang SC";
}
.content {
  width: 14.4rem;
  margin: 0 auto;
  overflow: hidden;
}
.content .title {
  font-size: .42rem;
  font-weight: 600;
  line-height: .63rem;
}

.global-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: .1rem;
  margin-bottom: 0.06rem;
  color: #1842B3;
  font-size: 0.16rem;
  line-height: .22rem;
  font-weight: 400;
}

.global-more:hover{
  color: #005BAB;
}

.global-more::after{
  content: '';
  width: .17rem;
  height: .15rem;
  margin-left: 0.1rem;
  background: url('https://static01-m.QIANXIN.COM/qaxweb/9652223ef3f44d7a143cc3d445900305.png') no-repeat;
  background-size: contain;
}

/*新版分页*/
.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.page ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.16rem;
}

.page li {
  width: .3rem;
  height: .22rem;
  line-height: .22rem;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
}

.page li:not(:last-child):not(:first-child) {
  margin-right: .1rem;
}

.page li a,
.page span a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: .16rem;
  color: #0032B4;
}

.page span.gray a {
  color: #bdbdbd;
  cursor: default;
}

.page span.gray a:hover i {
  text-decoration: none;
}

.page .page-current a {
  color: #000000;
}

.page .page-pre,
.page .page-next {
  line-height: .22rem;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
}

.page .page-pre i,
.page .page-next i {
  margin: 0 0.16rem;
  line-height: 1;
  font-size: .16rem;
}

/* Firefox */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #c7c7c7 rgba(199, 199, 199, 0.25);
}

/* Chrome, Edge and Safari */
.custom-scrollbar::-webkit-scrollbar {
  height: 0.06rem;
  width: 0.06rem;
}

.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 0.06rem;
  background-color: rgba(199, 199, 199, 0.25);
}

.custom-scrollbar::-webkit-scrollbar-track:hover {
  background-color: rgba(199, 199, 199, 0.25);
}

.custom-scrollbar::-webkit-scrollbar-track:active {
  background-color: rgba(199, 199, 199, 0.25);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.06rem;
  background-color: #c7c7c7;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #0032b4;
}

.custom-scrollbar::-webkit-scrollbar-thumb:active {
  background-color: #0032b4;
}

.swiper-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-pre,
.swiper-next {
  width: 0.32rem;
  height: 0.32rem;
  cursor: pointer;
}

.swiper-pre {
  background: url('https://static01-m.QIANXIN.COM/qaxweb/ee8bfd62cfdb21e6d6732ac8083108a8.svg') no-repeat 50% 50%;
  background-size: cover;
}

.swiper-next {
  background: url('https://static01-m.QIANXIN.COM/qaxweb/4659422836e97a4125d88e0a84c6ae66.svg') no-repeat 50% 50%;
  background-size: cover;
}

.swiper-count {
  width: auto;
  margin-right: 0.16rem;
  margin-left: 0.16rem;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.22rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  
  .content {
    width: 7.04rem;
  }

  .global-nav .content {
    width: 100%;
    margin: 0;
  }

  .global-more {
    font-size: .3rem;
    line-height: 0.42rem;
  }

  .global-more::after {
    content: '';
    width: .34rem;
    height: .3rem;
    margin-left: 0.2rem;
  }

  /*新版分页*/
  .page {
    padding: 0;
  }

  .page li a,
  .page span a {
    font-size: .28rem;
  }

  .page .page-pre i,
  .page .page-next i {
    font-size: .32rem;
  }

  /* 轮播切换器 */
  .swiper-page {
    margin-right: -0.24rem;
  }

  .swiper-pre,
  .swiper-next {
    width: 0.64rem;
  }

  .swiper-pre {
    background: url('https://static01-m.QIANXIN.COM/qaxweb/b5ef838fa43d230d0c04d848188f9df0.png') no-repeat 50% 50%;
    background-size: cover;
  }

  .swiper-next {
    background: url('https://static01-m.QIANXIN.COM/qaxweb/6dfde4b187282236cf9fc1fd392c12b3.png') no-repeat 50% 50%;
    background-size: cover;
  }

  .swiper-count {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.35rem;
  }
}
.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;
  }
}
.big-picture {
  position: relative;
  overflow: hidden;
  background: #000;
}

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

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

.big-picture-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;
}

.big-picture-content-title {
  width: 14.4rem;
  font-size: .42rem;
  font-weight: 600;
  color: #FFF;
  line-height: .58rem;
}

.big-picture-content-desc {
  width: 8rem;
  margin-top: .14rem;
  font-size: .16rem;
  line-height: .28rem;
  color: #D8D8D8;
  font-weight: 400;
  overflow: hidden;
}

.big-picture-content-link {
  display: block;
  -ms-flex-align: center;
      align-items: center;
  width: 1.8rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
  text-align: center;
  line-height: 0.4rem;
}

@media screen and (max-width: 768px) {
  .big-picture,
  .big-picture-pc,
  .big-picture-content {
    width: 100%;
    height: 3.4rem;
  }

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

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

  .big-picture-content-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 7.09rem;
    font-size: .5rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: .7rem;
  }

  .big-picture-content-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 7.09rem;
    margin-top: .2rem;
    font-size: .3rem;
    line-height: .42rem;
    color: #d8d8d8;
  }

  .pattern-flow .big-picture-content {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .pattern-flow.big-picture,
  .pattern-flow .big-picture-pc,
  .pattern-flow .big-picture-content {
    height: auto;
  }

  .pattern-flow .big-picture-content-text {
    padding: 0.3rem 0.32rem 0.47rem;
  }

  .big-picture-content-title {
    font-size: 0.54rem;
    line-height: 0.75rem;
  }

  .big-picture-content-link {
    width: 2.9rem;
    height: 0.84rem;
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.84rem;
  }
}
.global-nav {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	right: 0;
	top: .98rem;
	z-index: 3;
	border-bottom: 0.01rem solid #C0C0C0;
	background: #F2F4F8;
}

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

.global-nav .nav-item {
	margin-right: 0.8rem;
}

.global-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;
	white-space: nowrap;
}

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

@media screen and (max-width: 768px) {
	.global-nav .nav-item {
		width: auto;
		margin-right: 0.24rem;
	}

	.global-nav {
		padding-right: 0.32rem;
		padding-left: 0.32rem;
	}

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

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

	.global-nav .nav-item .nav-active {
		font-weight: bold;
		border-bottom: 0.04rem solid #0032B4;
	}
}
.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;
  }
}

.about-qax {
  padding: .9rem 0;
}

.about-qax--inner {
  width: 14.4rem;
  margin: 0 auto;
}

.about-qax__title {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D8D8D8;
  font-size: .42rem;
  font-weight: 600;
}

.about-qax__content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
}

.about-qax__desc {
  max-height: 4.24rem;
  overflow-y: auto;
  -ms-flex: 1;
      flex: 1;
  margin-right: 0.48rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #232323;
  line-height: 0.3rem;
  text-align: justify;
  text-justify: distribute;
}

.about-qax__desc p:not(:last-child) {
  margin-bottom: 0.3rem;
}

.about-qax__video {
  width: 6rem;
  height: 3.52rem;
}

.recommend-video {
  width: 6rem;
  height: 3.52rem;
  margin-right: 0;
}

.about-qax__slogan {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.about-qax__slogan-item {
  box-sizing: border-box;
  position: relative;
  width: 4.64rem;
  height: 2.35rem;
  margin-bottom: 0.15rem;
  padding-top: 0.62rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  background: #F2F4F8;
}

.about-qax__slogan-item::after {
  position: absolute;
  left: 0.24rem;
  right: 0.24rem;
  bottom: -0.15rem;
  height: 0.15rem;
  background: #0032B4;
  content: '';
}

.about-qax__slogan-title {
  margin-bottom: 0.24rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 0.32rem;
}

.about-qax__slogan-desc {
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #232323;
  line-height: 0.28rem;
}

.technology-leadership--inner {
  width: 14.4rem;
  margin: 0 auto;
}

.technology-leadership__hd {
  height: 6.9rem;
  background: url('https://static01-m.QIANXIN.COM/qaxweb/0d63a968abeb929fd2d553bdca1acd57.png') no-repeat 50% 50%;
  background-size: cover;
}

.technology-leadership__title {
  padding-top: 0.9rem;
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 0.42rem;
  font-weight: 600;
}

.technology-leadership__desc {
  margin-bottom: 0.6rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CBCBCB;
  line-height: 0.25rem;
}

.technology-leadership--container {
  overflow: hidden;
}

.technology-leadership__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.18rem;
}

.technology-leadership__item {
  box-sizing: border-box;
  width: 3.46rem;
  margin-right: 0.18rem;
  margin-bottom: 0.18rem;
  padding: 0.32rem 0.28rem;
  background: rgba(198, 221, 255, 0.08);
}

.technology-leadership__item-title {
  margin-bottom: 0.16rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.32rem;
}

.technology-leadership__item-desc {
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.25rem;
}

.technology-leadership__bd {
  box-sizing: border-box;
  height: 1.8rem;
  padding-top: 0.5rem;
  background: #0032B4;
}

.technology-leadership__statistics-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.technology-leadership__statistics-item {
  box-sizing: border-box;
  width: 2.98rem;
  height: 1.3rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
}

.technology-leadership__statistics-item-title {
  margin-bottom: 0.08rem;
  font-size: 0.16rem;
}

.technology-leadership__statistics-item-title strong {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 1;
}

.technology-leadership__statistics-item-desc {
  font-size: 0.16rem;
}

/* 发展历程 */

.development-history {
  padding-top: 0.9rem;
  padding-bottom: 0.78rem;
  background: #F2F4F8;
}

.development-history--inner {
  width: 14.4rem;
  margin: 0 auto;
}

.development-history__title {
  margin-bottom: 0.6rem;
  font-size: .42rem;
  font-weight: 600;
}

.development-history__toggle--outer {
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.development-history__toggle {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 0.64rem;
}

.development-history__toggle--outer::before {
  position: absolute;
  bottom: 0.06rem;
  width: 100%;
  height: 0.04rem;
  overflow: hidden;
  background: #E3E5E9;
  content: '';
}

.development-history__toggle--outer .swiper-slide {
  width: 1.08rem;
  cursor: pointer;
}

.development-history__toggle-item {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.development-history__toggle-item::before {
  position: absolute;
  bottom: -0.35rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background-color: #D5D9E0;
  line-height: 1;
  content: '';
}

.swiper-slide-thumb-active .development-history__toggle-item::before {
  bottom: -0.3rem;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #0032B4;
}

.development-history__toggle-year {
  display: block;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.25rem;
  white-space: nowrap;
}

.swiper-slide-thumb-active .development-history__toggle-year {
  color: #0032B4;
  font-size: 0.24rem;
  line-height: 0.33rem;
}

.swiper-container-sub .swiper-slide {
  height: auto;
  height: initial;
}

.events--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.events__hd {
  margin-bottom: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.33rem;
  text-overflow: ellipsis;
}

.events__bd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  margin-top: auto;
  padding: 0.28rem;
  background-color: #fff;
}

.events__content,
.events__content a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.events__cover {
  width: 4.06rem;
  height: 2.34rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.events__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events__title {
  margin-bottom: 0.12rem;
  color: #1D1D1D;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.28rem;
  word-break: break-all;
}

.events__desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.26rem;
  color: #4E4E4E;
  font-size: 0.16rem;
  line-height: 0.28rem;
  word-break: break-all;
}

.events__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  color: #1842B3;
  font-size: 0.16rem;
  line-height: 0.22rem;
}

.events__btn::after {
  width: 0.17rem;
  height: 0.15rem;
  margin-left: 0.1rem;
  background: url('https://static01-m.QIANXIN.COM/qaxweb/3de5706ccfba9f7449eeaac9626e742c.png') no-repeat 50% 50%;
  background-size: contain;
  content: '';
}

.swiper-pagination-sub {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.4rem;
}

.swiper-pagination-sub--inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
}

.title-arrow-prev,
.title-arrow-next {
  cursor: pointer;
  width: 0.32rem;
  height: 0.32rem;
}

.tilte-pagination {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  font-size: 0.16rem;
}

.swiper-pagination-current,
.swiper-pagination-total {
  font-size: 0.16rem;
}

.title-arrow-prev {
  margin-right: 0.14rem;
  background: #0032B4 url(/static/images/product_detail/arrow-prev1.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.title-arrow-next {
  margin-left: 0.14rem;
  background: #0032B4 url(/static/images/product_detail/arrow-next1.png) no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .big-picture,
  .big-picture-content {
    width: 100%;
    height: 7rem;
    box-sizing: border-box;
  }

  .big-picture-content-text {
    padding-top: 3.8rem;
  }

  .big-picture-content-desc {
    -webkit-line-clamp: 4;
  }

  .about-qax {
    padding-top: 0.6rem;
  }

  .about-qax--inner {
    width: auto;
    width: initial;
    padding: 0 0.34rem;
  }

  .about-qax__title {
    font-size: 0.48rem;
  }

  .about-qax__content {
    display: block;
    margin-bottom: 0.54rem;
  }

  .about-qax__desc {
    max-height: 8.3rem;
    overflow-y: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }

  .about-qax__video {
    width: 100%;
    height: 4.13rem;
  }

  .video-top {
    margin-bottom: 0;
  }

  .recommend-video {
    width: 100%;
    height: 4.13rem;
    margin-right: 0;
  }

  .recommend-video .play {
    width: 0.84rem;
    height: 0.84rem;
  }

  .about-qax__slogan {
    display: block;
  }

  .about-qax__slogan-item {
    width: 100%;
    min-height: 2.1rem;
    margin-bottom: 0.4rem;
    padding-top: 0.46rem;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }

  .about-qax__slogan-title {
    font-size: 0.38rem;
    line-height: 0.53rem;
  }

  .about-qax__slogan-desc {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }

  .about-qax__slogan-item::after {
    height: 0.1rem;
    left: 0.17rem;
    right: 0.17rem;
    bottom: -0.1rem;
  }

  .technology-leadership__hd {
    height: auto;
    padding: 0 0.32rem;
    background: url('https://static01-m.QIANXIN.COM/qaxweb/57dc4f77fa1b67f2b4dd6f1c13ce89ca.png') no-repeat 50% 0;
    background-size: cover;
  }

  .technology-leadership__bd {
    height: auto;
  }

  .technology-leadership--inner {
    width: 100%;
  }

  .technology-leadership__title {
    padding-top: 1rem;
    font-size: 0.48rem;
    line-height: 0.72rem;
    font-weight: 600;
  }

  .technology-leadership__desc {
    margin-bottom: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }

  .technology-leadership--container {
    padding-bottom: 0.4rem;
  }

  .technology-leadership__items {
    display: inline;
    display: initial;
    margin-right: 0;
  }

  .technology-leadership__item {
    width: auto;
    width: initial;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.4rem 0.32rem;
  }

  .technology-leadership__item-title {
    margin-bottom: 0.16rem;
    font-size: 0.38rem;
    line-height: 0.53rem;
  }

  .technology-leadership__item-desc {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }

  .technology-leadership__statistics-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .technology-leadership__statistics-item {
    box-sizing: border-box;
    width: 50%;
    height: 2.10rem;
    padding-left: 0.32rem;
  }

  .technology-leadership__statistics-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .technology-leadership__statistics-item-title {
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
  }

  .technology-leadership__statistics-item-title strong {
    font-size: 0.58rem;
  }

  .technology-leadership__statistics-item-desc {
    font-size: 0.3rem;
  }

  /* 发展历程 */
  .development-history--inner {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0.32rem;
  }

  .development-history__title {
    margin-bottom: 0.6rem;
    font-size: 0.48rem;
  }

  .swiper-pagination-sub {
    display: none;
  }

  .development-history__toggle {
    height: 0.9rem;
    margin-bottom: 0;
  }

  .development-history__toggle-year {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }

  .development-history__toggle-item:first-child {
    margin-left: 0;
  }

  .development-history__toggle-item::before {
    bottom: -0.45rem;
  }

  .swiper-slide-thumb-active .development-history__toggle-year {
    font-size: 0.38rem;
    line-height: 0.53rem;
    font-weight: 600;
  }

  .swiper-pagination-sub {
    display: none;
  }

  .swiper-slide-thumb-active .development-history__toggle-item::before {
    bottom: -0.35rem;
  }

  .events--container {
    width: 6.72rem;
  }

  .events__hd {
    margin-bottom: 0.2rem;
    font-size: 0.38rem;
    line-height: 0.53rem;
    font-weight: 600;
  }

  .events__bd {
    padding: 0.32rem;
  }

  .events__cover {
    width: 6.08rem;
    height: 3.60rem;
    margin-bottom: 0.4rem;
  }

  .events__title {
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
    line-height: 0.5rem;
  }

  .events__desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.56rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }

  .events__btn {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

