/* CSS Document */
.prod_58{
    background-position: center center;
    background-size: cover;
	background-color:#eee;
}
.prod58_subtit {
    text-align: center;
    font-weight: bold;
    padding-bottom: 4px;
}
.prod58_tit {
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
}
.prod58_slide {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px 0;
	height: auto;
}
.prod58_slide *{
	transition:.5s all;
}
.prod58_slide:hover .prod58_slide_base {
    filter: blur(3px);
}
.prod58_slide:hover .prod58_slide_base img {
    opacity: 0.5;
}
.prod58_slide:hover .prod58_slide_base .prod58_slide_name h3 {
	opacity:0;
}
.prod58_slide img{
	max-width:100%;
}
.prod58_slide_base .prod58_slide_name {
    padding: 20px;
}
.prod58_slide_name h3 {
    font-size: 20px;
    text-align: center;
    color: #333;
	font-weight: bold;
}
.prod58_slide_hover {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	opacity:0;
}
.prod58_slide:hover .prod58_slide_hover {
    top: 0;
	opacity:1;
}
.prod58_slide_hover_name{
	padding-bottom:10px;
}
.prod58_slide:hover .prod58_slide_hover_name .prod58_slide_name{
	padding: 0 20px;
}
.prod58_slide_hover_child_name h3 {
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    color: #454545;
}
.prod58_swiper .swiper-pagination {
    position: static;
    padding-top: 20px;
}
.prod58_swiper .swiper-pagination .swiper-pagination-bullet {
	background: transparent !important;
    position: relative;
    height: 22px;
    width: 22px;
    border: 1px solid;
	border-color: transparent;
	opacity:1;
	transition:.5s all;
}
.prod58_swiper .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 100%;
}