.kv-swiper .mark {
	position: absolute;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
	width: 100%;
	height: 100%;
}

/* 轮播导航 */
.carousel-caption {
	left: 0;
	width: 100%;
	bottom: 60px;
}

.carousel-control .ms-slider-pag {
	bottom: 69px !important;
}

.swiper-pagination {
	text-align: left;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	position: relative;
	margin-left: 29px;
	text-align: center;
}

.swiper-pagination-bullet font {
	left: -3px;
	position: absolute;
	color: #fff;
	display: block;
	padding-top: 16px;
	font-size: 1rem;
}

.swiper-pagination-bullet-active::before {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	background-color: #ac1717;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	z-index: -1;
}

/* end */



.carousel-control .ms-slider-prev,
.carousel-control .ms-slider-next {
	bottom: 40px !important;
}


.rec-txt {
	font-family: 'HarmonyOS_Bold';
	font-size: 2.25rem;
	text-align: left;
	position: relative;
	padding-bottom: 25px;
}

.rec-txt::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 34px;
	background: url('../images/fix-kuang.png') no-repeat right bottom;
}

.rec-txt::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	margin: 0 15px;
	width: 100%;
	/* width: calc(100% - 30px); */
	background-color: #fff;
}

/* index-part-1 */
.index-part-1 {
	background-color: #fff;
}
.part1-item .txt {
	border-top: 1px #333 solid;
	padding: 10px 0;
	font-size: 1.375rem;
}

font.linear-gradient-text {
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(to right, #333 50%, var(--part-title-redcolor) 50%);
    background-size: 200%;
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s ease-out;
}
.part1-item:hover font.linear-gradient-text {
    background-position: -100%;
}

.part1-item:hover img {
    transform: rotateY(360deg);
    transition: all 1.5s ease-out;
}


/* index-part-2 */
.index-part-2 {
	background: url('../images/index-part2-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

.part-title-text span {
	font-family: 'HarmonyOS_Bold';
	display: block;
}

.part-title-text span.cn {
	font-size: 2.625rem;
}

.part-title-text span.en {
	font-size: 1.5rem;
	color: var(--part-title-redcolor);
}

.new-album .new-item .stretched-link::after {
	top: 268px;
}
.new-album .new-item .card {
	max-width: 426px;
	overflow: hidden;
	font-size: 1.125rem;
	border-bottom-right-radius: 3rem;
}

.new-album .new-item .card-body {
	padding-bottom: 70px;
}

.new-album .new-item .card::after {
	position: absolute;
	content: "";
	width: 53px;
	height: 53px;
	background-image: url('../images/ikon-cap.png');
	background-position: center center;
	background-repeat: no-repeat;
	right: 20px;
	bottom: 20px;
}

.new-img {
	overflow: hidden;
}
.new-img img,
.new-img video {
	height: 249px;
}

.new-item img {
	width: 100%;object-fit:cover;
}

.new-item img,
.new-item .card-body {
	transition: all 0.4s ease-out;
}

.new-item:hover img {
	transform: scale(1.2);
}

.new-item:hover .card-body {
	transform: translateY(10px);
}

.new-album .new-item .card {
	box-shadow: 8px 8px 0 var(--part-title-redcolor) !important;
}

.item-data {
	color: #999;
	margin-bottom: .4rem;
	display: inline-block;
}

.item-text {
	height: 98px;
	margin-bottom: 0;
}

/* index-part-3 */
.index-part-3 {
	padding: 0 0 0 80px;
}

.event-album .new-item .card {
	background-color: #f5f5f5;
	overflow: hidden;
	font-size: 1.125rem;
	border-bottom-right-radius: 1.5rem;
	height: 478px;
}

.abs {
	margin: 10px 0 20px;
	font-size: 0.875rem;
	color: #999;
}

.event-album .new-item .card-body {
	position: relative;
}

.people-item::before,
.event-album .new-item .card-body::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 34px;
	background-image: url('../images/fix-kuang-2.png');
	background-position: center center;
	background-repeat: no-repeat;
	right: 10px;
	top: 10px;
}

.event-album .new-item .card::after,
.event-album .event-item::after {
	content: "";
	position: absolute;
	height: 5px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: var(--part-title-redcolor);
	/* transition: all 0.3s ease-out; */
}


.event-item {
	position: relative;
	padding: 10px;
	background-color: #f5f5f5;
	overflow: hidden;
	border-bottom-right-radius: 1.5rem;
	transition: all 0.3s ease-out;
}

.event-item:hover {
	box-shadow: 2px 2px 15px #ded9d9;
}

.event-album .event-item::after {
	height: 2px;
	width: 0;
	transition: all 0.3s ease-out;
}

.event-item:hover::after {
	width: 100%;
}

.event-item .event-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #d03739;
	color: #fff;
}

.event-item .event-title {
	height: 82px;
	padding: 10px 10px 10px 20px;
	font-size: 1.125rem;
}

.event-item span.d {
	font-size: 1.25rem;
}

.event-item span {
	text-align: center;
	display: block;
	font-size: 0.875rem;
}

/* index-part-4 */
.index-part-4 {
	background: url('../images/people-list-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

.index-part-4 .view-more {
	border-color: #fff;
	color: #fff;
}

.people-item {
	position: relative;
	padding: 0 10px 0 0;
	background-color: #f5f5f5;
	overflow: hidden;
	border-bottom-right-radius: 1.5rem;
	transition: all 0.3s ease-out;
	line-height: 1.6;
	z-index: 5;
}

.people-item .people-name {
	font-family: 'HarmonyOS_Bold';
	font-size: 1.375rem;
}

.people-item .people-title {
	font-size: 1.125rem;
}

.people-item .people-info {
	font-size: .875rem;
}

.people-item .people-info p {
	margin-bottom: 0;
}

.people-item .people-title,
.people-item .people-info {
	color: #999;
}

.people-container::after {
	content: "";
	position: absolute;
	left: 18px;
	top: 18px;
	width: 100%;
	height: 100%;
	border: 1px #fff solid;
	border-bottom-right-radius: 1.5rem;
	z-index: 1;
}
.people-container:hover .people-item .people-name {
	color: var(--part-title-redcolor);
}
.people-container:hover::after {
	background: rgba(208, 55, 57, .3);
}
.people-container:hover .people-img img {
	border-bottom-right-radius: 1.5rem;
}



/*  */
@media(max-width:1500px) {
	.new-img img,
	.new-img video {
		height: auto;
		width: 100%;
	}
	.people-img img {
		width: 80%;
	}
}

@media(max-width:1200px) {

	.rec-txt {
		font-size: 1.5rem;
	}

	.new-item {
		margin-bottom: 40px;
	}

	.event-item {
		margin-bottom: 20px;
	}
}


@media (max-width: 991px) {

	.rec-txt::before {
		background-size: 80%;
	}

	.people-img img {
		width: auto;
	}
}


@media (max-width: 768px) {
	html {
		font-size: 14px;
	}

	.carousel-caption {
		bottom: 0;
	}

	.carousel-control .ms-slider-pag {
		bottom: 10px !important;
	}

	.rec-txt {
		padding-bottom: 15px;
	}

	.swiper-pagination-bullet font {
		display: none;
	}

	.rec-txt {
		font-size: 1.125rem;
	}

	.rec-txt::before {
		background-size: 60%;
	}

	.index-part-1,
	.index-part-2 {
		padding: 60px 0;
	}

	.part-title-text span.cn {
		font-size: 1.75rem;
	}

	.part-title-text span.en {
		font-size: 1.25rem;
	}

	.new-album .new-item,
	.event-album .new-item {
		margin-bottom: 2rem;
	}

	.new-album .new-item .card {
		max-width: 100%;
	}

	.item-text {
		height: auto;
	}

	.view-more {
		font-family: 'HarmonyOS_Regular';
		border-radius: 10px;
		height: auto;
		width: auto;
		padding: 0 10px;
		font-size: 1.125rem;
		border-width: 1px;
	}

	.view-more::after {
		content: "更多";
	}

	.people-img img {
		width: 80%;
	}

}