.swiper-container {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: calc(100vh - 215px); /* 110px */
    border-top: 10px solid #c72820;
    overflow: hidden;
}

.swiper-container .silogen {
    position: absolute;
    width: 38.8%;
    top: 19.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: url(https://ghzrzyw.beijing.gov.cn/images/bg_silogen.png) no-repeat left top;
    background-size: contain;
    animation: slogonFadeIn 1.25s ease both;
}
.swiper-container .silogen::after{
    content: ' ';
    display: block;
    padding-bottom: 21.546%; /* 鐩稿浜庤嚜韬� width:38.8% 璁＄畻 */
}

@keyframes slogonFadeIn {
    from { opacity: 0; transform: translateX(-50%) translateY(-10px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* 鈹€鈹€ Special Topic Bar 鈹€鈹€ */
.swiper-container .special-topic {
    position: absolute;
    width: 1200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: topicSlideUp 1.25s ease both;
}

@keyframes topicSlideUp {
    from { opacity: 0; transform: translateX(-50%) translateY(20px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.swiper-container .special-topic .special-topic-item {
    width: 0;
	flex: 1;
	height: 150px;
	margin-left: -2px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: url(https://ghzrzyw.beijing.gov.cn/images/bg-topic-normal1.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	transition: background-image 0.3s ease, transform 0.25s ease, filter 0.25s ease;
	will-change: transform;
}
.swiper-container .special-topic .special-topic-item .title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-family: "MicrosoftYaHei";
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0;
	color: #ffffff;
	transition: text-shadow 0.3s ease;
}
.swiper-container .special-topic .special-topic-item .title span {
    font-family: "AaJianHaoTi";
    font-size: 34px;
    transition: letter-spacing 0.25s ease;
}

.swiper-container .special-topic .special-topic-item .title span i {
    font-size: 26px;
    font-family: "SourceHanSansCN-Normal";
}

.swiper-container .special-topic .special-topic-item:hover {
    background-image: url(https://ghzrzyw.beijing.gov.cn/images/bg-topic-hover1.png);
	transform: translateY(-4px);
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
}
.swiper-container .special-topic .special-topic-item:hover .title{
	/* text-shadow:
		0 0 4px rgba(255, 255, 255, 0.9),
		0 0 10px rgba(255, 255, 255, 0.7),
		0 0 22px rgba(255, 220, 180, 0.5); */
		color: #bd1a2d;
}
/* .swiper-container .special-topic .special-topic-item:hover span {
    letter-spacing: 1px;
} */

/* 璁剧疆杩囨浮涓虹嚎鎬у寑閫� */
.swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper-container .swiper-wrapper .swiper-slide {
    /* 鍥哄畾浣犵殑鍥剧墖姣斾緥 2500:1021 鈮� 2.448:1 */
    /* width: calc((100vh - 110px) * 2.448) !important; */
    width: 100%;
    height: 100%;
    text-align: center;
}

.swiper-container .swiper-wrapper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 绉诲姩绔€傞厤 */
.newbody .swiper-container{
	height: calc(100vh - 650px);
}
.newbody .swiper-container .silogen{
	width: 90%;
	top: 10%;
}
.newbody .swiper-container .special-topic{
	width: calc(1200px - 200px);
	margin: 0 auto 165px;
	flex-direction: column;
}
.newbody .swiper-container .special-topic .special-topic-item{
	position: relative;
	width: 100%;
	flex: unset;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	border-radius: 21px;
	border: 4px solid #FFECA0;
	background: linear-gradient(to right, rgba(255,255,255,0.1), #fff 50%, rgba(255,255,255,0.1));
}
.newbody .swiper-container .special-topic .special-topic-item + .special-topic-item{
	margin-top: 60px;
}
.newbody .swiper-container .special-topic .special-topic-item .title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	color: transparent;
	background: linear-gradient(to right, #8B1E29 0%, #FF3045 47%, #8B1E29 100%);
	-webkit-background-clip: text;
	background-clip: text;
}
.newbody .swiper-container .special-topic .special-topic-item .title span{
	font-size: 74px;
}
.newbody .swiper-container .special-topic .special-topic-item .title span i{
	font-size: 60px;
}
.newbody .swiper-container .special-topic .special-topic-item:hover {
	background-image: linear-gradient(to right, rgba(255,255,255,0.1), #fff 50%, rgba(255,255,255,0.1));
	transform: unset;
	filter: unset;
	text-shadow: unset;
}
.newbody .swiper-container .special-topic .special-topic-item:hover .title{
	text-shadow: unset;
}