#slider-home{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #F5F9FF;
	margin-top:90px;
	}
#slider-home .text{
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 3;
    background: none;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#slider-home .text h2 {
	font-family: PingFangSC-Semibold;
	font-size: 55px;
	color: #333333;
    font-weight: 600;
	line-height: 1.42;
}
#slider-home .text span{
	color: #CC0073;
}
#slider-home .text p {
	font-family: PingFangSC-Semibold;
	font-size: 30px;
	color: #333333;
	line-height: 42px;
	font-weight: 600;
}
#slider-home .swiper-pagination{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#slider-home .swiper-pagination-bullet {
    width: 50px !important;
    height: 6px !important;
    background: #fff !important;
    margin:10px !important;
    display: inline-block !important;
    opacity: 0.4 !important;
	border-radius: 5px!important;
}
#slider-home .swiper-pagination-bullet-active{
	opacity: 1 !important;
}
#slider-home img{width:100%;}
