/*幻灯片*/

.box184152224 .swiper {
width: 100%;
height: auto;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
}

.swiper .swiper-slide {
 /*      height: 598px;
 line-height: 300px;*/
}

.swiper .swiper-slide:nth-child(2n) {
/*        height: 500px;
line-height: 500px;*/
}

.box184152224 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #666;
    opacity: 1;
    border-radius: 50%;		
}
.box184152224 .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #c5843a;
    background: #f90;    
}
.box184152224 .zoomImage {
    padding-bottom: 100% !important;
}
.box184152224 .zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@media (min-width:1200px){
	.box184152224 .swiper {
		height: 598px;
	}
}