@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/ArchivoNarrow-Regular.woff2') format('woff2'),
        url('../fonts/ArchivoNarrow-Regular.woff') format('woff'),
        url('../fonts/ArchivoNarrow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.m-about-intro-joinus{
	background-color:#fff
}
.m-about-gangwei{
	background: #f4f4f4;
}
/*图集*/
.j_list1 .picture{
	background: none;
	cursor: pointer;
}
.j_list1 .picture img{
	opacity: 1;
}
.index_jnby_news .prev{
	left: 1%!important;
}
.index_jnby_news .next{
	right: 1%!important;
}
 .sub-joinus-list {
 	margin: 0 auto;
 }
 
 .sub-joinus-list ul {
 	margin: 0;
 	padding: 0;
 }

 .sub-joinus-list ul li {
 	margin-bottom: 3rem;
 	border-bottom: #e4e4e4 solid 1px;
 }
 .sub-joinus-list ul li.open{
 	border-bottom: #000000 solid 3px;
 }

 .sub-joinus-list ul li .table-header {
 	color: #333;
 	margin-bottom: 0;
 }
.sub-joinus-list ul li .table-header .zhiwei{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0rem 0 2rem 0;
	align-items: center;
}
 .sub-joinus-list ul li .table-header span.name {
 	font-size: 2rem;
 }
 @media screen and (max-width: 1920px) {
 .sub-joinus-list ul li .table-header span.name {
    font-size: calc(24 / 1920 * 100vw);
  }
  .sub-joinus-list ul li .table-header .zhiwei{
  	padding-bottom:calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
 .sub-joinus-list ul li .table-header span.name {
    font-size: 0.34rem;
  }
  .sub-joinus-list ul li .table-header .zhiwei{
  	padding-bottom: 0.2rem;
  }
}
 .sub-joinus-list ul li .table-header span.more {
 	cursor: pointer;
 	 -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
 }
 
 .sub-joinus-list ul li .content {
 	padding: 1rem 0 3rem 0;
 	margin: 0 0;
 	color: #333333;
 	line-height: 1.8;
 	display: none;
 }

 .sub-joinus-list ul li .content p {
 	margin-bottom: 3rem;
 }

 .sub-joinus-list ul li .content p:last-child {
 	margin-bottom: 0;
 }

 .sub-joinus-list ul li.open .table-header {
 	background: none;
 }
 .m-about-intro .intro-text {
  font-size: 18px;
  line-height: 2;
  text-align:justify;
  max-width: 970px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1920px) {
  .m-about-intro .intro-text {
    margin-bottom: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 992px) {
  .m-about-intro .intro-text {
      font-size: .32rem
  }
}
@media screen and (max-width: 1440px) {
   .sub-joinus-list ul li .content {
    font-size: 16px;
  }
  .sub-joinus-list ul li{
  	margin-bottom: calc(30px / 1920 * 100vw);
  }
  .sub-joinus-list ul li .content{
  	padding:calc(10 / 1920 * 100vw) 0 calc(30 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
   .sub-joinus-list ul li .content{
    font-size: 0.32rem;
    line-height: 2;
  }
   .sub-joinus-list ul li{
  	margin-bottom: 20px;
  }
  .sub-joinus-list ul li .content{
  	padding:.2rem 0 .5rem 0
  }
   .sub-joinus-list ul li .content p {
 	margin-bottom: 20px;
 }
}

/*新增走进吉成数据累加*/
.shuju {
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
	max-width: 970px;
}
.shuju ul{
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.shuju li {
	width: 50%;
	text-align: center;
	color: #333333;
	position: relative
}

.shuju li+li:after {
	content: '';
	opacity: .5;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 48px;
	width: 1px;
	position: absolute
}

.shuju li span {
	font-family: 'Archivo Narrow';
	font-size: 76px;
	line-height: 1;
	color: #de070c;
}
.shuju li label{
	color: #de070c;
}
.shuju li h6{
	font-size: 18px;
	margin-top: 10px;
	font-weight: normal;
}
 .shuju li:nth-child(1) h6,
.shuju li:nth-child(2) h6{
  margin-top: 18px;
}
.shuju li:nth-child(3) label,
.shuju li:nth-child(4) label{
  font-size: 48px;
  margin-left: -15px;
}
@media screen and (max-width: 1920px) {
 .shuju li span {
    font-size: calc(70 / 1920 * 100vw);
  }
  .shuju li:nth-child(3) label,
  .shuju li:nth-child(4) label {
     font-size: calc(48 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
	.shuju ul{
		flex-wrap: wrap;
	}
    .shuju li span {
    font-size: calc(70 / 990 * 100vw);
  }
  .shuju li:nth-child(3) label,
  .shuju li:nth-child(4) label {
     font-size: calc(48 / 990 * 100vw);
  }
  .shuju li:nth-child(3),
  .shuju li:nth-child(4) {
    margin-top: .4rem;
  }
  }
  @media screen and (max-width: 768px) {
	.shuju li:nth-child(3) label,
	.shuju li:nth-child(4) label{
	  margin-left: 0px;
	}
	.shuju li h6{
		font-size: 13px;
	}
	.shuju li:nth-child(1) h6, .shuju li:nth-child(2) h6{
		margin-top: 10px;
	}
  }
  
