﻿
.home-health-wrap .mixture-item-img.block-loading {
	height: 100px;
	background-size: 10%
}
.home-health-wrap .mixture-item-img.doctor-video a .thumb:before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.14)
}
.home-health-wrap .mixture-item-img.doctor-video a .thumb:after {
	color: #fff;
	content: '\e61d';
	font-family: 'iconfont';
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 40px;
	width: 40px;
	height: 40px;
	line-height: 1
}
.home-health-wrap .mixture-item-img a {
	width: 100%;

}
.home-health-wrap .mixture-item-img a .thumb {
	position: relative;
	margin-bottom: 10px
}
.home-health-wrap .mixture-item-img a .thumb img {
	width: 100%;
	height: 30vw;
	display: block;
	object-fit: cover
}

.home-health-wrap .mixture-item-img a span {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	display: block;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.home-health-wrap .mixture-item-img a span.remark {
	color: #999;
	font-size: 13px;
	line-height: 1;
	height: 15px;
	display: block;
	margin-top: 6px; 
}
.home-party-wrap {
	margin-top: 10px;
	background: url(../images/home-party-hbg.jpg) no-repeat;
	background-size: 100% auto
}
.home-party-wrap .h2-title {
	height: 130px;
	padding-top: 36px
}
.home-party-wrap .home-party {
	background: url(../images/home-party-item-bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 158px
}
.home-party-wrap .home-party .home-party-item {
	height: 158px;
	float: left;
	padding: 33px 15px 32px
}
.home-party-wrap .home-party .home-party-item a {
	width: 48%;
	height: 93px;
	line-height: 74px;
	float: left;
	text-align: center;
	font-size: 18px;
	position: relative;
	display: block;
	color: #c50c11;
	border: 2px solid #c50c11;
	background-color: rgba(255,255,255,0.5)
}
.home-party-wrap .home-party .home-party-item a:first-child {
	margin-right: 4%
}
.home-party-wrap .home-party .home-party-item a:after {
	content: '';
	width: 30px;
	height: 3px;
	overflow: hidden;
	background: #c50c11;
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: -15px
}
.home-party-wrap .home-party .swiper-pagination {
	bottom: 5px
}
.home-party-wrap .home-party .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #c50c11
}
.home-special-wrap {
	margin-top: 20px;
	width: 100%;
	overflow: hidden
}
.home-special-wrap .swiper-special {
	position: relative;
	padding-bottom: 30px
}
.home-special-wrap .swiper-special.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0
}
.home-special-wrap .swiper-special .swiper-slide {
	width: 68%;
	overflow: hidden
}
.home-special-wrap .swiper-special .swiper-slide.swiper-slide-active a:after {
	opacity: 0
}
.home-special-wrap .swiper-special .swiper-slide.swiper-slide-active a img {
	filter: blur(0)
}
.home-special-wrap .swiper-special .swiper-slide a {
	position: relative;
	display: block
}
.home-special-wrap .swiper-special .swiper-slide a:after {
	content: '';
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	background-color: #fff;
	opacity: .5;
	transition: opacity .3s
}
.home-special-wrap .swiper-special .swiper-slide a img {
	width: 100%;
	height: 40vw;
	object-fit: cover;
	display: block;
	filter: blur(1px)
}
.home-special-wrap .swiper-special .swiper-pagination-bullet {
	background-color: #666;
}
.home-special-wrap .swiper-special .swiper-pagination-bullet-active {
	background-color: #c50c11
}