/*头部banner*/
.ze-banner{
	background-repeat: no-repeat;
	background-size: 100%;
}
.ze-banner .banner-txt h5{
	font-size: 4.5rem;
    font-weight: bolder;
    color: #fff;
}
.ze-banner .banner-txt h5 span{
	font-size: 3.2rem;
    display: block;
}

/*阳光助残服务中心*/
.sunshine .sun-tab li a{
	display: block;
    background-color: #e9e9e9;
    line-height: 2.5;
    width: 280px;
    padding: 5px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    border-radius: 50px;
}
.sunshine .sun-tab li a:hover,.sunshine .sun-tab li a.active{
	background-color: #f3b40a;
	color: #fff;
	font-weight: bolder;
}
.v-other .gallery-thumbs .swiper-slide{
	cursor: pointer;
}
.v-other .gallery-thumbs .swiper-slide-visible{
	border: 1px solid #fff;	padding: 5px;
}
.v-other .gallery-thumbs .swiper-slide-thumb-active{font-weight: bold; color:#f49209; padding: 5px;border: 1px solid #f3b40a;}

.slide-box{
	position: relative;
}
.slide-box .swiper-button-next, .slide-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:992px){
	/*头部banner*/
.ze-banner{
	padding-top: 0px;
}
.ze-banner .banner-txt h5{
	font-size: 22px;
}
.ze-banner .banner-txt h5 span{
	font-size: 16px;
}
}
@media (max-width:768px){
/*阳光助残服务中心*/
.sunshine .sun-tab li a,.sunshine .tab-content .card-title{
    font-size: 14px;
    width: 150px;
    padding: 5px 10px;
}
}