@charset "utf-8";
/* CSS Document */
body{
    margin:0;}
#certify {
    position: relative;
    width: 1200px;/*判断宽度设置响应式效果*/
    margin: 60px auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 484px;
    height: 245px;
    background: #fff;
	border-radius:10px;
}
#certify  .swiper-slide img{
    width: 484px;
    height: 245px;
    display:block;
	border-radius:10px;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #d5d5d5;
    width: 6px;
    height: 6px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width:12px;
    background-color: #ef436d;
	border-radius:6px;
}



#certify .swiper-button-prev:hover {
    /*background-position: 0 -46px;*/
    /*background-size: 100%*/
}



#certify .swiper-button-next:hover {
    /*background-position: 0 -139px;*/
    /*background-size: 100%*/
}
