.aboutArea {
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}
.aboutArea h2 {
	text-align: center;
	font-weight: 500;
	color: #064e36;
	padding: 50px;
	padding-top: 80px;
	line-height: 30px;
}
.aboutArea h2 > span {
	position: relative;
}
.aboutArea h2 > span:before {
	position: absolute;
	top: 20px;
	width: 120px;
	background: #064e36;
	content: "";
	right: 100%;
	height: 1px;
	margin-right: 20px;
}
.aboutArea h2 > span:after {
	position: absolute;
	top: 20px;
	width: 120px;
	background: #064e36;
	content: "";
	left: 100%;
	height: 1px;
	margin-left: 20px;
}
.summary {
	line-height: 2.5em;
	font-weight: 400 !important;
	color: #1a1d2c;
	font-size: 18px;
}
.summary_pic {
	width: 100%;
	height: 100%;
	/* background: url("https://cdn.qipengit.com/file/r2Mj6l6_N.jpg"); */
	/* background: url("https://cdn.qipengit.com/file/a7b8d5ce-b4df-489b-8865-ec95cd5cc940.png/w1200"); */
	background: url("https://cdn.qipengit.com/file/19NQrnVPW.jpg/w1200");
	background-size: 80% auto;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #fff; */
}
.summary_text {
	height: 100px;
	background: url("https://cdn.qipengit.com/file/tgENLn_1b.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.summary_text2 {
	display: flex;
	margin-bottom: 10px;
}
.summary_text2 > div {
	flex: 1;
	background: var(--secondary);
	margin-right: 10px;
	padding: 10px;
	border-radius: 3px;
}
.summary_text2 > div > .title {
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
	/* color: var(--secondary); */
}

.summary_text2 > div > .content {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}
.customItem {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	cursor: pointer;
	border: 1px solid #f1f1f1;
	opacity: 0.9;
}
.customItem:hover {
	opacity: 1;
}
.customItem > div {
	position: absolute;
	left: 25%;
	top: 25%;
	width: 50%;
	height: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.customItem > div.mask {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all 0.3s;
}
.customItem:hover > div.mask {
	opacity: 0;
}
.customList {
	margin-left: 0;
	margin-right: 0;
}
.customList .col-3 {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%;
	margin-top: -1px;
	margin-left: -1px;
}
.customList .col-3:first-child .customItem {
	border-top-left-radius: 5px;
}
.customList .col-3:nth-child(5) .customItem {
	border-top-right-radius: 5px;
}
.customList .col-3:nth-child(11) .customItem {
	border-bottom-left-radius: 5px;
}
.customList .col-3:last-child .customItem {
	border-bottom-right-radius: 5px;
}
.yingdiArea > img {
	width: 100%;
	margin-top: 20px;
}
.anquanTitle {
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	padding: 0 20px;
	background: #1c2641;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-top: 70px;
}
.anquanSummary {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2.5em;
}
.anquanSummary p {
	text-indent: 2em;
}
.picItem {
	width: 100%;
	height: 99px;
	overflow: hidden;
}
.historyNow {
	text-align: center;
}
.historyNow > span {
	background: var(--primary);
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	line-height: 70px;
	font-size: 20px;
	margin-left: 40px;
}
.flag {
	line-height: 2.5em;
	color: #1a1d2c;
	font-size: 14px;
}
#leaderRotate {
	height: 260px;
}
#leaderRotate .swiper-slide {
	width: 28vw;
	background: rgba(255, 255, 255, 0.7);
	transform: scale(0.85);
	transition: all 0.5s;
	box-sizing: border-box;
	padding-left: 200px;
	position: relative;
	/* border: 10px solid rgba(255, 255, 255, 0.7); */
	border-radius: 3px;
	opacity: 0.8;
}
#leaderRotate .swiper-slide .pic {
	width: 180px;
	height: 240px;
	background: #000;
	position: absolute;
	left: 10px;
	top: 10px;
	background-size: cover;
	background-position: center;
}
#leaderRotate .swiper-slide.swiper-slide-active {
	transform: scale(1);
	opacity: 1;
}
.leaderItem h3 {
	color: var(--primary);
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}
.leaderItem h5 {
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 10px;
}
.leaderItem h6 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #1a1d2c;
}
.leaderItem h6 > i {
	font-size: 14px;
	color: #aaa;
	position: relative;
	top: -4px;
}
.leaderItem h6 > i.after {
	transform: rotate(180deg);
	display: inline-block;
	top: 4px;
}
.leaderItem small {
	font-size: 12px;
	color: #333;
	line-height: 2em;
}
#leaderPage .swiper-pagination-bullet {
	border-radius: 0;
	background: none;
	width: 40px;
	height: 30px;
	padding-top: 13px;
	margin: 0 4px;
}

#leaderPage .swiper-pagination-bullet:after {
	height: 4px;
	width: 40px;
	background-color: var(--primary);
	content: "";
	display: block;
}
#leaderPage {
	width: 100%;
	bottom: -10px;
}

#leaderRotate .swiper-button-prev,
#leaderRotate .swiper-button-next {
	color: #ddd;
	background: rgba(0, 0, 0, 0.4);
	width: 35px;
	height: 70px;
	font-size: 20px;
	border-radius: 3px;
	display: none;
	margin: 0 20px;
	margin-top: -20px;
}
#leaderRotate .swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 22px;
}
#leaderRotate:hover .swiper-button-next,
#leaderRotate:hover .swiper-button-prev {
	display: flex;
}
#leaderRotate .swiper-button-next:hover,
#leaderRotate .swiper-button-prev:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.duanluo p {
	font-size: 18px;
	line-height: 2em;
	text-indent: 2em;
	margin-top: 20px;
	color: #1a1d2c;
	margin-bottom: 0;
}
.bgMask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: url("https://cdn.qipengit.com/file/1KSo-hm-o.jpg");
	background-size: 100% auto;
	background-position: center;
}

.bgMask::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
}
.dujiayanjiu {
	display: flex;
	align-items: center;
}
.dujiayanjiu > img {
	width: 30%;
	margin: 0 5%;
}
.dujiaList.left {
	text-align: right;
}
.dujiaList {
	font-size: 0;
	width: 30%;
}
.dujiaItem {
	height: 8em;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 20px;
	overflow: hidden;
}
/* .dujiaItem:nth-child(odd) {
	margin-right: 20px;
} */
.dujiaItem > .title {
	font-weight: bold;
	color: #fff;
	background: var(--secondary);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.dujiaText {
	font-size: 18px;
	background: rgba(190, 151, 100, 0.7);
	color: #fff;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 30px;
	padding-top: 20px;
	line-height: 2em;
}
.dujiaText p:last-child {
	margin-bottom: 0;
}
.dujiaImg {
	width: 70%;
	margin-left: 15%;
	margin-top: 20px;
}

.historyList {
	position: relative;
	padding-top: 100px;
}
.historyList:before {
	content: "";
	width: 4px;
	height: 100%;
	background: var(--secondary);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-2px);
}

.historyList:after {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--secondary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "今天";
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-40px);
}
.historyItem {
	padding-top: 30px;
	display: flex;
	width: 50%;
	overflow: hidden;
	margin-bottom: 30px;
	padding-right: 50px;
	text-align: right;
	position: relative;
}
.historyItem:after {
	content: "";
	position: absolute;
	right: 0;
	top: 95px;
	height: 4px;
	background: var(--secondary);
	width: 30px;
}
.historyItem:nth-child(odd):after {
	right: auto;
	left: 0;
}
.historyItem:nth-child(odd) {
	margin-left: 50%;
	padding-right: 0;
	padding-left: 50px;
	flex-direction: row-reverse;
	text-align: left;
}

.historyItem > img {
	width: 200px;
	height: 130px;
	object-fit: cover;
	margin-left: 20px;
	border-radius: 3px;
}

.historyItem:nth-child(odd) > img {
	margin-left: 0;
	margin-right: 20px;
}
.historyYear {
	font-weight: bold;
	font-size: 34px;
	color: var(--primary);
}

.historyContent {
	font-size: 15px;
	line-height: 1.8em;
}
