@charset "utf-8";
#breadcrumbs {
	margin: 0;
}
.swiper-container{
	max-width:900px;
	width:100%;
	display: block;
	margin: auto;
	overflow: hidden;
	position:relative;
}
.swiper-wrapper{}
.slider_style{}
.swiper-wrapper div{
	margin:0 !important;
}
.swiper-slide img{
	height: 780px;
}
.bk{
	background:#efefef;
	padding: 10px 0 70px;
}
.slide_box{
}
.detail{
	display:block;
	margin:auto;
}
.detail img{
	width: 900px;
	margin: 4% auto;
	display:block;
}
.column_box{
	display: flex;
	flex-wrap:wrap;
	max-width:900px;
	margin: 6% auto;
	width:100%;
	justify-content: space-between;
}
.column_box li{
	width: 33%;
}

.column_box img{
	width:100%;
	margin: 0 0 2%;
}

.lineup{
}
.lineup ul{
	display:flex;
	
}

.lineup li{
	width:50%;
	
}

.lineup img{
	width:100%;
	
}

@media only screen and (max-width: 786px) {

.swiper-container{
	max-width:900px;
	width:100%;
	display: block;
	margin: auto;
	overflow: hidden;
	position:relative;
}
.swiper-wrapper{
    height: auto !important;
}
.slider_style{}
.swiper-wrapper div{
	margin:0 !important;
}
.swiper-slide img{
	height: 280px !important;
}
.bk{
	background:#efefef;
	padding: 10px 16px 70px;
}
.slide_box{
}
.detail{
	display:block;
	margin:auto;
}
.detail img{
	width: 100%;
	margin: 4% auto;
	display:block;
}
.column_box{
	display: flex;
	flex-wrap:wrap;
	max-width:900px;
	margin: 6% auto;
	width:100%;
	justify-content: space-between;
}
.column_box li{
	width: 33%;
}

.column_box img{
	width:100%;
	margin: 0 0 2%;
}

.lineup{
}
.lineup ul{
	display:flex;
	
}

.lineup li{
	width:50%;
	
}

.lineup img{
	width:100%;
	
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	display: none !important;
}
}
