html {
  min-width: inherit;
}

body {
  min-width: inherit;
}

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

a {
  color: #0032B4;
}

.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-size: 0.14rem;
  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) {
  .content {
    width: 7.04rem;
  }

  .service-crumb,
  .service-crumb .content .crumb-item {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
.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;
  }
}

.content {
  overflow: hidden;
}

.report-big-picture {
  position: relative;
  overflow: hidden;
  background: #000;
}

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

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

.report-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;
}

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

.report-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) {

  .report-big-picture,
  .report-big-picture .report-picture,
  .report-big-picture .content {
    height: 7.5rem;
  }

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

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

  .report-big-picture .content .content-text .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    font-size: .54rem;
    margin-bottom: .2rem;
    line-height: .75rem;
  }

  .report-big-picture .content .content-text .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    font-size: .3rem;
    line-height: .42rem;
    color: #D8D8D8;
  }
}
.report-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');
}

.report-nav .nav-wrap {
	display: -ms-flexbox;
	display: flex;
	height: 0.8rem;
	line-height: 0.8rem;
	overflow-x: auto;
}

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

.report-nav .nav-item a {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
	height: 0.8rem;
	font-family: PingFangSC-Medium, PingFang SC;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.16rem;
	color: #1D1D1D;
	border-bottom: 3px solid transparent;
}

.report-nav .nav-item .nav-active {
	font-weight: bold;
	border-bottom-color: #0032B4;
}

.report-nav .nav-blank {
	margin-right: 0.8rem;
	box-sizing: border-box;
	white-space: nowrap;
	height: 0.8rem;
	font-family: PingFangSC-Medium, PingFang SC;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.16rem;
	color: #1D1D1D;
	border-bottom: 0.03rem solid transparent;
}

.report-nav .nav-blank.nav-active {
	font-weight: bold;
	border-bottom-color: #0032B4;
}

.report-nav .nav-blank a {
	color: #1D1D1D;
	display: block;
}

@media screen and (max-width: 768px) {
	.report-nav .nav-wrap {
		height: .9rem;
		line-height: .9rem;
	}

	.report-nav .nav-item {
		font-size: .28rem;
		height: .9rem;
		line-height: .9rem;
	}

	.report-nav .nav-wrap a,
	.report-nav .nav-blank {
		height: 0.9rem;
		font-size: .28rem;
	}

	.report-nav .nav-blank.nav-active {
		font-weight: bold;
		border-bottom: 0.04rem solid #0032B4;
	}
}
.about-product-service {
  overflow: hidden;
  padding: 1rem 0 1.01rem;
  background-color: #F2F4F8;
}

.about-product-service .advantage-container {
  margin-top: 0.55rem;
}

.about-product-service .advantage-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.about-product-service .advantage-container .advantage-item {
  height: auto;
  width: 3.39rem;
  background-color: #ffffff;
  margin-right: 0.28rem;
}

.about-product-service .advantage-container .advantage-item:last-child {
  margin-right: 0;
}

.about-product-service .advantage-container .advantage-title {
  box-sizing: border-box;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.33rem;
  background-color: #0032B4;
  color: #fff;
  padding: 0.4rem 0.28rem 0.2rem 0.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-product-service .advantage-container .advantage-text {
  position: relative;
  padding: 0.2rem 0.25rem;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.25rem;
  color: #1d1d1d;
}

.about-product-service .advantage-container .advantage-text p {
  height: 1.25rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: justify;
  text-justify: distribute;
}

.about-product-service .advantage-container .advantage-item .btn-detail {
  display: block;
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-weight: 400;
  color: #1842B3;
}

.about-product-service .advantage-container .advantage-item .btn-detail:hover {
  text-decoration: underline;
}

.about-product-service .advantage-container .advantage-item .btn-detail::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;
}



/* 标题 */
.title-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.title-wrap .title-slot {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.title-wrap .title-slot .title-arrow-prev,
.title-wrap .title-slot .title-arrow-next {
  width: 0.5rem;
  height: 0.32rem;
}

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

.title-wrap .title-slot .title-arrow-prev {
  background: url(https://static01-www.qianxin.com/qaxweb/6a1fad114e3abb12620ab7f426848aad.jpg) no-repeat;
  background-position: center;
  background-size: contain;
}


.title-wrap .title-slot .title-arrow-next {
  background: url(https://static01-www.qianxin.com/qaxweb/2f67f9feb817c6da8046b121e45ed9e5.jpg) no-repeat;
  background-position: center;
  background-size: contain;
}

.title-wrap .title-slot .tilte-pagination {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
}

@media screen and (min-width: 769px) {

  .title-wrap .title-slot .title-arrow-prev:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAOhJREFUWEdjZNCe/Z9hAAHjqANGQ2DYhQArCxPD7z//iM5XVM0FyUHqDOlhWgyeGdsY3n74SZQjqOYAkOVTaqwZGBgYGVJqDzIs3XqHfg5Atry05wTDlGVXibIcpIjiEKDEcoodQKnlFDmAGpaT7QBqWU6WA6hpOckOoLblJDlATYGf4cLaYAYmJkaGTfsfMoQV7SE6q+FTSFI2HNAQgPmC2o4gKQRo4QiyHAByCLVCgmwHUMsRFDmAGo6g2AGUOoIqDkB3BN3bA8i5Y8BaRDBHDGibkJyymWppgBzLSaqMyLWAkL7REAAAd1uwwUcL56gAAAAASUVORK5CYII=) no-repeat;
    background-position: center;
    background-size: contain;
  }

  .title-wrap .title-slot .title-arrow-next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAOJJREFUWEdjZNCe/Z9hAAHjqANGQ2DIhQArCxPD7z//qJZvSMoFokIcDNtneDJMXnqFYeHG21RxBEkOiPdXY5jZYMvw799/hsymw1RxBEkOAHm5ME6Xob3QjGqOINkB1HYEWQ6gpiPIdgC1HEGRA6jhCIodQKkjqOIAShxBNQeAHLF+khuDp60sw5+//xj0A9cw3H38mWBhRTUHkFs+UMUB5FoOCh6KHUCJ5RQ7gFLLKXIANSwn2wHUspwsB1DTcpIdMODtgQFvEYGCbEDbhATLVTIUUFwQkWEnipZRBwx4CAAAZTDjwbPtWywAAAAASUVORK5CYII=) no-repeat;
    background-position: center;
    background-size: contain;
  }

}

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

  .title-wrap .title-EN,
  .title-wrap .title-slot {
    display: none;
  }

  .title-wrap .title-CN {
    font-size: 0.48rem;
    font-weight: 600;
    color: #333;
    line-height: 0.72rem;
  }

  .title-wrap .title-slot .title-arrow-prev {
    background: url(/static/images/product_detail/arrow-prev-m.png) no-repeat;
    background-position: center;
    width: 0.64rem;
    height: 0.64rem;
    background-size: contain;
    -ms-flex: 0 0 0.64rem;
        flex: 0 0 0.64rem;
  }

  .title-wrap .title-slot .title-arrow-next {
    background: url(/static/images/product_detail/arrow-next-m.png) no-repeat;
    background-position: center;
    width: 0.64rem;
    height: 0.64rem;
    background-size: contain;
    -ms-flex: 0 0 0.64rem;
        flex: 0 0 0.64rem;
  }

  .title-wrap .title-slot .tilte-pagination {
    font-size: 0.3rem;
    margin: 0 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .about-product-service {
    padding: 1rem 0 1.01rem;
  }

  .about-product-service .advantage-container {
    margin-top: 0.55rem;
  }

  .about-product-service .advantage-item {
    width: 6.72rem;
  }

  .about-product-service .advantage-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
  }

  .about-product-service .advantage-container .advantage-title {
    font-size: 0.38rem;
    line-height: 0.6rem;
    padding: 0.27rem 0 0.27rem 0.32rem;
  }

  .about-product-service .advantage-container .advantage-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    -ms-flex: 1;
        flex: 1;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    padding-bottom: 1rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.51rem;
  }

  .about-product-service .advantage-container .advantage-item .btn-detail {
    margin-top: 0.1rem;
    font-size: 0.3rem;
  }

  .about-product-service .advantage-container .advantage-item .btn-detail::after {
    content: '';
    display: inline-block;
    position: relative;
    bottom: -0.03rem;
    width: 0.29rem;
    height: 0.26rem;
    margin-left: 0.1rem;
  }

  .about-product-service .advantage-container .advantage-text p {
    height: auto;
  }
}
.authority-report {
  background-color: #fff;
  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 .authority-report__cover {
  width: 2.2rem;
  height: 3.12rem;
  margin-right: .32rem;
}

.authority-report .authority-report__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.authority-report ul li .authority-report__text h4 {
  font-size: .24rem;
  font-weight: bold;
  line-height: .33rem;
  margin-bottom: .14rem;
  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;
  text-align: justify;
  text-justify: distribute;
}

.authority-report ul li .authority-report__text span {
  position: absolute;
  bottom: 0;
  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;
  }

  .authority-report ul li .authority-report__text span {
    font-size: 0.3rem;
    bottom: -.06rem;
  }

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

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

  .authority-report ul li .authority-report__text span::after,
  .authority-report .title-wrap .more::after {
    display: none;
  }
}
.detail-main {
  padding: 1rem 0;
  background-color: #ffffff;
}

.detail-main .detail-content {
  margin-top: .48rem;
  padding-bottom: .78rem;
  border-top: .01rem solid #D8D8D8;
  border-bottom: .01rem solid #D8D8D8;
}

.detail-main .detail-main-h2 {
  padding: .5rem 0;
  font-size: .34rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1C1C1C;
  line-height: .5rem;
  border-bottom: .01rem solid #D8D8D8;
}

.detail-main .detail-content-text {
  margin-top: .3rem;
  max-height: 11.6rem;
  overflow-y: auto;
}

.detail-main .detail-content-text p {
  font-size: .18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4E4E4E;
  line-height: .3rem;
  padding: .15rem 0;
}

.detail-main .detail-content-text .detail-content-picture {
  text-align: center;
}

.detail-main .detail-content-text .detail-content-picture img {
  max-width: 50%;
  border: .01rem dotted #D8D8D8;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .detail-main {
    padding: .6rem 0;
  }

  .detail-main .detail-content {
    padding-bottom: .3rem;
  }

  .detail-main .detail-main-h2 {
    font-size: .38rem;
  }

  .detail-main .detail-content-text {
    height: auto;
    overflow: auto;
  }

  .detail-main .detail-content-text p {
    font-size: .3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D1D1D;
    line-height: .5rem;
  }

  .detail-main .detail-content-text .detail-content-picture img,
  .detail-main .detail-content-text p img {
    max-width: 100%;
  }
}