@charset "utf-8";
/* CSS Document */

.certify {
	position: relative;
	width: 1020px;
    margin: 0 auto;
    /* clear: both; */
}

.certify .swiper-container {
	padding-bottom: 20px;
}

.certify  .swiper-slide {
	width: 495px;
	/* width: 516px; */
	/* height: 408px; */
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
	position: relative;
}
.certify  .swiper-slide img{
    width: 100%;
	display:block;
}
.certify  .swiper-slide p {
	background-image: linear-gradient(180deg, rgba(0,0,0,0.20) 2%, rgba(0,0,0,0.80) 98%);
    text-align: justify;
    width: 86%;
    padding: 20px 7%;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 22px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.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 #00aadc;
	background-color: #fff;
}

.certify .swiper-button-prev {
	top:42%;
	left: 0px;
	width: 50px;
	height: 55px;
	background: none;
	background: rgba(0,0,0,0.30);
	border: 1px solid rgba(255,255,255,0.20);
	background: url(../img/module17prev.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 {
	top:42%;
	right: 0px;
	width: 50px;
	height: 55px;
    /* background: none; */
    background: url(../img/module17next.png) no-repeat;
    background-size:100%;
}

.certify .swiper-button-next:hover {
	/* background-position: 0 -139px;
	background-size: 100% */
}

.swiper-big
{
   display: none;
}
.swiper-big-active
{
    display:block !important;
    opacity:1 !important;
}

.swiper-big
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;

    z-index:9999999;
}
.swiper-big-bg
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.65);
}
.swiper-container
{
    /* margin: unset; */
}
.swiper-big .swiper-container
{
    margin: auto;
    width:100%;
    height:100%;

}
.auto-size
{
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-bottom:180px;
    padding-top: 50px; */
    position: relative;;
    /* top:0; */
}
.auto-size .swiper-slide{
    position: relative;
    height: 100%;
    -webkit-filter:none !important;  
    filter: none !important;    
    filter: none !important;
}
.auto-size .swiper-slide img{
    display: block;
    width: 1020px;
    margin: 40px auto;
}
.auto-size .swiper-slide .big-desc-content{
    width: 100%;
    height: 96px;
    position: absolute;
    bottom:0;
    background: #000000;
}
.auto-size .swiper-slide .big-desc-content .activeImgNum{
    width: 1020px;
    margin:0 auto;
    color:#FFFFFF;
}
.auto-size .swiper-slide .big-desc-content .activeImgNum span{

}
.auto-size .swiper-slide .big-desc-content .activeImgNum p{
    width: 920px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 30px;
    padding-top:15px;
}
.swiper-big .close
{
    width:39.6px;
    height:39.6px;
    /* border-radius:50%;
    color:white;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,.8); */
    background: url(../img/module17close.png) no-repeat;
    background-size: 100%;
    position:absolute;
    right:30px;
    top:20px;
    cursor:pointer;
    z-index: 99999999;
}
.swiper-button-next.swiper-button-white.swiper-button-next-big{
    width: 75px;
    height: 83px;
    background: url(../img/module17bignext.png) no-repeat;
    background-size: 100%;
}
.swiper-button-prev.swiper-button-white.swiper-button-prev-big{
    width: 75px;
    height: 83px;
    background: url(../img/module17bigprev.png) no-repeat;
    background-size: 100%;
}
