.wrapper-swiper {
	background: #FBFBFB;
}
.swiper-text {
	width: 90%;
	position: absolute;
	top: 120px;
	left: 20px;
	z-index: 100;
	font-size: 16px;
	color: #fff;
}
.swiper-text h4 {
	font-size: 28px;
	padding-bottom: 12px;
	font-weight: 600;
}
.swiper-pagination {
	text-align: center;
	top: 94vh;
}
.swiper-pagination-bullet {
	background: #fff;
	display: inline-block;
	width: 18px;
	height: 6px;
	border-radius: 3px;
	opacity: 0.6;
	transition: width 0.3s ease
}
.swiper-pagination-bullet-active {
	background: #fff;
	width: 40px;
	opacity: 1;
}







/* 新闻动态 */
.wrapper-news {
	background: #F5F5F5;
}
.news-item {
	position: relative;
	top: 0;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 26px;
	cursor: pointer;
	background-color: #fff; /* 初始背景颜色 */
	box-shadow: 0 1px 8px rgba(0,21,41,.03);
	transition: all 0.8s ease; /* 过渡属性：背景颜色，持续时间0.5秒，缓动效果为ease */
	height: 420px;
}
.news-item img {
	display: block;
	width: 100%;
}
.news-item h4 {
	padding: 10px 15px;
	font-size: 18px;
	line-height: 1.6em;
	color: #333;
	font-weight: 400;
}
.news-item p {
	padding: 0 15px 10px 15px;
	font-size: 13px;
	color: #999;
}
.news-item ._date {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
}
.index-news-more {
	text-align: center;
	padding: 10px 0 30px;
}
.index-news-more a {
	display: inline-block;
	background: #D4171A;
	color: #fff;
	padding: 10px 50px;
	border-radius: 8px;
}


/* 视频 */
.wrapper-video {
	/*min-height: 100vh;*/
	background: #000 url("https://ahxx.tk123.top/new/m/index_video_m_bg.jpg") no-repeat center;
	background-size: 100% auto;
}
.container-video {
	position: relative;
	min-height: 90vh;
}
.container-video img {
	display: block;
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	transition: transform 0.5s ease;
}



/* 特色 */
.wrapper-feature {
	background: #35383C url("https://ahxx.tk123.top/new/index_feature_bg.jpg") no-repeat center;
	background-size: 100% auto;
}
.container-feature {
	position: relative;
}
.feature-tabs {
	padding: 10px 0 30px;
}
.feature-tabs ._tabs {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.feature-tabs ._tabs h4 {
	font-size: 13px;
}
.feature-tabs ._current {
	color: #fff;
}

.feature-tab-content {
	width: 94%;
	margin: 0 auto;
	background: rgba(32, 41, 53, 0.42);
	border-radius: 24px 24px 0 0;
	padding: 30px 0 0;
	text-align: center;
}
.feature-tab-content ._content {
	display: none;
	width: 100%;
	height: 300px;
}
.feature-tab-content ._content img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.feature-tab-content ._current {
	display: block;
}


/* 评价 */
.eval-swiper-box {
	position: relative;
	overflow: hidden;
}
.eval-swiper {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 60px;
}
.eval-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.eval-swiper .swiper-slide ._slide {
	width: 340px;
	height: 210px;
	background: #fff url("https://ahxx.tk123.top/new/index_eval_slide_bg.png") no-repeat center;
	background-size: 100% auto;
	box-shadow:  4px 4px 12px rgba(0,21,41,.13);
	border-radius: 16px;
	font-size: 18px;
	position: relative;
	left: 15px;
}
.eval-swiper .swiper-slide ._slide h4 {
	padding: 36px 0 3px 15px;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
.eval-swiper .swiper-slide ._slide ._start {
	padding: 0 15px;
}
.eval-swiper .swiper-slide ._slide ._start img {
	display: inline-block;
	width: 28px;
	margin-left: -6px;
}
.eval-swiper .swiper-slide ._slide p {
	padding: 12px 15px 0;
	font-size: 12px;
	color: #999;
	line-height: 1.6em;
}
.eval-swiper .swiper-slide ._user {
	position: absolute;
	top: 32px;
	right: 15px;
	width: 60px;
}