@charset "utf-8";

/* CSS Document */

#certify {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    margin-top:3vw;
}

#certify .swiper-container {
    padding-bottom: 0px;
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#certify .swiper-slide {
    width:58.13%;
    height:100%;
    background: #fff;
    
}
#certify .swiper-slide.swiper-slide-active{
     width:58.13%;
    height:100%;
}
#certify .swiper-slide.swiper-slide-active img{
   width:100%;margin:0 auto;display:block;  
}
#certify .swiper-slide .shadow {
/*    height: 600px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    width: 1200px;*/
}

#certify .swiper-slide a.img{position:relative;width:100%;height:100%;}
#certify .swiper-slide a .mask{background:rgba(252,165,49,.4);position:absolute;left:0;top:0;display:block;width:100%;height:100%;}
#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}
#certify .swiper-slide.swiper-slide-active .mask{display:none;}



#certify .swiper-slide.swiper-slide-active .shadow {
    display: none;
}


#certify .swiper-pagination {
    width: 58%;
    bottom: 55px;left:21%;text-align:center;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    display:inline-block;width:22%;
    border: none;
    background:rgba(0,0,0,.3);
    padding-top:15px;
    opacity: 1;
    border-radius: 0px !important;
    padding-left: 20px;margin:0 10px;
    text-align: left;padding-top:15px;height:72px;
}


#certify .swiper-pagination-bullets .swiper-pagination-bullet h3{
    font-size:17px;
    color: #fff;
    font-weight: normal;
    line-height: 18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet p{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    margin-top:10px;font-family:"Arial";overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}


.swiper-pagination-bullet{
    border-radius: none !important;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fca531;
}

#certify .swiper-button-prev {
    left:19.38%;
    width:40px;
    height:41px;
    background: url(../images/zb.png) no-repeat;
    background-size: 100%;
    top:50%;margin-top:-20px;
}
#certify .swiper-button-prev:after{
    display: none;
}
#certify .swiper-button-next {
    right:19.38%;
    width: 40px;
    height: 41px;
    background: url(../images/yb.png) no-repeat;
    background-size: 100%;
    top:50%;margin-top:-20px;
}
#certify .swiper-button-next:after{
    display: none;
}



@media (max-width:1024px) {
  #certify .swiper-pagination-bullets .swiper-pagination-bullet{padding-left:10px;margin:0 2px;}
  #certify .swiper-pagination-bullets .swiper-pagination-bullet h3{font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
  #certify .swiper-pagination-bullets .swiper-pagination-bullet p{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
}



.case22{margin-top:3vw;}
.case22 .cases22{}
.case22 .cases22 a{outline:none;border:none;display:block;position:relative;}
.case22 .cases22 .img img{width:100%;margin:0 auto;display:block;}
.case22 .cases22 .mask{background:rgba(0,0,0,.3);width:49%;padding:15px;position:absolute;left:15px;bottom:15px;}
.case22 .cases22 h3{font-size:15px;color:#fff;}
.case22 .cases22 p{font-size:12px;text-transform:uppercase;color:#fff;margin-top:8px;}
.case22 .cases22:hover .mask{background:#fca531;}



@media (max-width:425px) {
   .case22{margin-top:5vw;}
   .case22 .cases22 .mask{padding:8px;position:absolute;left:10px;bottom:10px;width:55%;}
   .case22 .cases22 h3{font-size:13px;}
  .case22 .cases22 p{display:none;}
}


@media (max-width:375px) {
   .case22 .cases22 .mask{width:62%;}

}