@charset "utf-8";
#certify {
	position: relative;
	width: 1200px;
	margin: 60px auto 0;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 310px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
    cursor: pointer;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 20px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #0254E8;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 46px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 46px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
@media screen and (max-width:1280px){
    #certify .swiper-button-prev {
        left: 0;
    }
    #certify .swiper-button-next {
        right: 0;
    }
}
@media screen and (max-width:1199px){
    #certify {
        width: auto;
        margin: .6rem auto 0;
    }
    #certify .swiper-slide p {
        height: .5rem;
        line-height: .5rem;
        font-size: .22rem;
        padding: 0 .2rem;
    }
    #certify .swiper-slide {
        width: 5.2rem;
        height: 3.1rem;
        box-shadow: 0 .08rem .3rem #ddd;
    }
    #certify .swiper-slide img{
        width: 5.2rem;
        height: 3.1rem;
    }
    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 .05rem;
        border: .03rem solid #fff;
        background-color: #d5d5d5;
        width: .1rem;
        height: .1rem;
        opacity: 1;
    }
    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: .03rem solid #0254E8;
        background-color: #fff;
    }
    #certify .swiper-button-prev,
    #certify .swiper-button-next{
        width: .45rem;
        height: .46rem;
        margin-top: -.72rem;
    }
    #certify .swiper-button-prev {
        left: .2rem;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 0;
        background-size: 100%
    }
    #certify .swiper-button-next {
        right: .2rem;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 -.93rem;
        background-size: 100%
    }
    #certify .swiper-button-prev:hover {
    	background-position: 0 -.46rem;
    	background-size: 100%
    }
    #certify .swiper-button-next:hover {
    	background-position: 0 -1.39rem;
    	background-size: 100%
    }
}