@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 60%;
	padding-bottom: 42%;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
#certify  .swiper-slide img{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
	display:block;
}
#certify  .swiper-slide p {
    width: 100%;
    text-align: center;
    height: 28%;
    background: #ffffff;
    background: url("../../img/bg9a.png")no-repeat bottom right #ffffff;
    background-size: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
	color: #000;
	font-size: 1.1em;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 4px solid #94070a;
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
    z-index: 1000;
    line-height: unset !important;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

@media screen and (max-width:1920px) {
    #certify  .swiper-slide p{
        font-size: 1.6em;
    }
}


@media screen and (max-width:1000px) {
    #certify  .swiper-slide p{
        font-size: 1.2em;
    }
}


@media screen and (max-width:400px) {
    #certify  .swiper-slide p{
        font-size: 0.6em;
    }
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 29%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;

	background-color: rgba(0,0,0,0.4);
	width: 10px;
	height: 10px;
	opacity: 0.4;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition:  all 0.2s;
    -ms-transition:  all 0.2s;
    -o-transition:  all 0.2s;
    transition:  all 0.2s;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity:1;
    width: 3%;
    height: 10px;
    border-radius: 5px;
	background-color: #94070A;
    -webkit-transition: all 0.2s;
    -moz-transition:  all 0.2s;
    -ms-transition:  all 0.2s;
    -o-transition:  all 0.2s;
    transition:  all 0.2s;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	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: 45px;
	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%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}