@charset "utf-8";

/* ========== 关于我们页面专属样式 ========== */

/* 发展历程 - 隐藏轮播圆点 */
.HistoryInfo .Con .slick-dots {
  display: none !important;
}

/* 企业介绍 & 普惠价值 */
.IntroSection {
  background: #fff;
}
.IntroSection .intro-panel {
  display: none;
}
.IntroSection .intro-panel.active {
  display: block;
}
/* PC端：固定692x519 左右布局 */
.IntroSection .intro-layout {
  display: flex;
  gap: 0.40rem;
  align-items: stretch;
  justify-content: center;
}
.IntroSection .intro-img {
  width: 6.92rem;
  height: 5.19rem;
  flex: 0 0 6.92rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.IntroSection .intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.IntroSection .intro-text {
  width: 6.92rem;
  height: 5.19rem;
  flex: 0 0 6.92rem;
  background: #f5f7fa;
  border-radius: 0.08rem;
  overflow: hidden;
}
.IntroSection .intro-text-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 0.4rem 0.48rem;
  font-size: 0.18rem;
  line-height: 1.8;
  color: #555;
  box-sizing: border-box;
}
.IntroSection .intro-text-inner p {
  margin-bottom: 0.16rem;
  text-align: justify;
}
.IntroSection .intro-text-inner::-webkit-scrollbar {
  width: 0.04rem;
}
.IntroSection .intro-text-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.IntroSection .intro-text-inner::-webkit-scrollbar-thumb {
  background: #2AC073;
  border-radius: 0.02rem;
}

/* 手机端：图片宽度=屏幕宽度，宽高比692:519，上下布局 */
@media(max-width: 767px) {
  .IntroSection .intro-layout {
    flex-direction: column;
    gap: 0.2rem;
    align-items: center;
  }
  .IntroSection .intro-img {
    width: 100%;
    height: auto;
    flex: none;
    padding-top: 75%;
    position: relative;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .IntroSection .intro-img img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .IntroSection .intro-text {
    width: 100%;
    height: auto;
    flex: none;
    padding-top: 75%;
    position: relative;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .IntroSection .intro-text-inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow-y: auto;
    padding: 0.2rem;
    font-size: 0.14rem;
    box-sizing: border-box;
  }

  .IntroSection .intro-text-inner p {
	margin: 0 0.64rem 0.19rem 0.64rem;
	font-size: 0.19rem;
  	line-height: 0.35rem;
  	text-align: justify;
  }
   
}


/* ========== 发展历程 HistoryInfo ========== */
.HistoryInfo {
	background: #fff;
	overflow: hidden;
}

.HistoryInfo .Con {
	position: relative;
	z-index: 10;
	margin-top: 0.3rem;
}

.HistoryInfo .Con .slider {
	margin-right: -15%;
}

.HistoryInfo .Con .item {
	opacity: 0.2;
	transition: all 0.3s;
	height: 9.29rem;
	display: block;
	flex-direction: column;
	box-sizing: border-box;
	padding-bottom: 1.21rem;
}

.HistoryInfo .Con .year {
	font-family: DINM;
	font-size: 0.46rem;
	color: #2AC073;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 0.21rem;
}

.HistoryInfo .Con .title {
	font-size: 0.33rem;
	color: #303030;
	margin-bottom: 0.21rem;
	font-family: HarmonyOSSansSCMedium;
	line-height: 1.4;
}

.HistoryInfo .Con .subtitle {
	font-size: 0.18rem;
	color: #303030;
	font-family: HarmonyOSSansSCBold;
	line-height: 0.33rem;
}

.HistoryInfo .Con .desc {
	line-height: 0.32rem;
	max-width: 70%;
	font-weight: 200;
}

.HistoryInfo .Con .desc p {
	position: relative;
	font-size: 0.18rem;
	font-family: HarmonyOSSansSCLight;
	line-height: 0.33rem;
}

.HistoryInfo .Con .imgbox {
	margin-top: auto;
	width: 3.8rem;
	height: 2.2rem;
	opacity: 1;
	transition: all 0.3s;
	flex-shrink: 0;
}

.HistoryInfo .Con .slick-current {
	opacity: 1;
}

.HistoryInfo .Con .slick-current .imgbox {
	opacity: 1;
}

.HistoryInfo .Con .slick-arrow {
	top: auto;
	transform: translateY(0);
	bottom: -1.32rem;
	background-color: #fff;
}

.HistoryInfo .Con .slick-prev {
	left: 0;
}

.HistoryInfo .Con .slick-next {
	right: 13%;
}

.HistoryInfo .Con .slick-prev:After {
	background-image: url(../images/arrleft3.png);
}

.HistoryInfo .Con .slick-next:After {
	background-image: url(../images/arrright3.png);
}

.HistoryInfo .Nav {
	position: relative;
	padding: 0rem 1.05rem;
	background-image: url(../images/gywm_grey.png);
	height: 2.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 1.4rem;
}

.HistoryInfo .Nav:after {
	width: calc(100% - 4.1rem);
	height: 1px;
	background: #dee0e3;
	content: "";
	top: 1.03rem;
	left: 2.05rem;
	position: absolute;
}

.HistoryInfo .Nav .item {
	text-align: center;
	position: relative;
	padding-top: 0.4rem;
	font-size: 0.3rem;
	font-family: DINM;
	color: #999999;
	line-height: 1;
	z-index: 10;
	font-weight: bold;
	cursor: pointer;
}

.HistoryInfo .Nav .item:after {
	position: absolute;
	left: 50%;
	top: 4px;
	border-radius: 50%;
	content: "";
	width: 7px;
	height: 7px;
	background: #9a9a9a;
	transition: all 0.3s;
	transform: translateX(-50%);
}

.HistoryInfo .Nav .item.slick-current {
	color: #2AC073;
}

.HistoryInfo .Nav .item.slick-current:After {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 3px solid #2AC073;
	top: 0;
}


/* ========== 价值观 jzgList ========== */
.jzgList {
	display: flex;
	flex-wrap: wrap;
}

.jzgList a {
	color: #303030;
	font-weight: 200;
	height: 100%;
}

.jzgList .item {
	width: 33.33%;
}

.jzgList .info {
	padding: 0 9%;
	font-size: 0.2rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.jzgList .imgbox {
	width: 50%;
}

.jzgList .imgbox img {
	width: 100%;
}

.jzgList .num {
	font-size: 0.64rem;
	line-height: 0.95rem;
	color: #2AC073;
	font-family: DINM;
}

.jzgList .ti {
	line-height: 0.5rem;
	font-size: 0.3rem;
	margin-bottom: 0.49rem;
}

.jzgList .desc {
	line-height: 0.36rem;
	font-size: 0.4rem;
	margin-top: 0.3rem;
	color: #000000;
	font-weight: 300;
	font-family: HarmonyOSSansSCMedium;
}

.jzgList .desc-sub {
	font-family: HarmonyOSSansSCRegular;
	font-size: 0.22rem;
}

.jzgList .info p {
	color: #969696;
	font-size: 0.22rem;
	margin-top: 0.1rem;
}

.jzgList .info img {
	width: 0.8rem;
}

.jzgList .tag {
	display: flex;
	margin-bottom: 0.44rem;
	justify-content: space-between;
}

.jzgList .tag li {
	text-align: center;
}

.jzgList .tag li img {
	display: block;
	margin: 0px auto 11px;
	width: 0.6rem;
	height: 0.6rem;
}

.jzgList .tag li:last-child {
	padding-right: 0;
}


/* ========== 响应式 ========== */
@media(max-width:1024px) {
	.HistoryInfo .Nav:after {
		width: calc(100% - 2.3rem);
		left: 1.16rem;
		top: 1.07rem;
	}
}

@media(max-width:767px) {
	.HistoryInfo .Con .slider {
		margin-right: 0;
	}

	.HistoryInfo .Con .slick-next {
		right: 0;
	}

	.HistoryInfo .Con:After,
	.HistoryInfo .Con:before {
		display: none;
	}

	.HistoryInfo .Con .year {
		font-size: 24px;
	}

	.HistoryInfo .Con .desc {
		line-height: 24px;
		max-width: none;
	}

	.HistoryInfo .Con .item {
		/* width: 3.95rem;
		height: 7.72rem; */
		padding: 0.1rem 1.5rem 0.1rem;
	}


	.HistoryInfo .Con .desc p {
		font-size: 0.2rem;
	}

	.HistoryInfo .Con .imgbox {
		width: auto;
		height: auto;
		padding-top: 64%;
	}

	.HistoryInfo .Nav .item {
		font-size: 17px;
	}
	.HistoryInfo .hx_desc {
		margin:  0 1.1rem;
	}
	.HistoryInfo .hx_desc  p{
		font-size: 0.2rem;
		line-height: .39rem;
	}

	.HistoryInfo .Con .title {
		font-size: 0.33rem;
	}
	.HistoryInfo .Con .subtitle {
		font-size: 0.20rem;
	}
	.HistoryInfo .Con .desc {
		font-size: 0.20rem;
		line-height: 0.39rem;
		color: #6D7278;
	}

	.SubTit .desc {
        font-size: 0.2rem;
    }

	.jzgList .desc {
		line-height: 0.36rem;
		font-size: 0.23rem;
		margin-top: 0.3rem;
		color: #000000;
		font-weight: 300;
	}

	.jzgList .info img {
		width: 0.5rem;
	}

	.jzgList .info p {
		display: none;
	}

}
