.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	max-height:582px;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
	min-height:587px;
	position: relative;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
	height:auto;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
/*.slider_prev {background: rgba(0,0,0,0.5) url(../images/common/wideslider/prev.png) no-repeat 80% center;}
.slider_next {background: rgba(0,0,0,0.5) url(../images/common/wideslider/next.png) no-repeat 20% center;}*/
 
.pagination {
	display:none!important;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
.swiper-wrapper {
  width: 100%;
  max-height: 582px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide .txt {
  width: 100%;
  max-width:1040px;
  top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.swiper-slide .txt img{
  width: auto;
}

.swiper-slide img{
  width: 100%;
}

.swiper-slide { position: relative; }

 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

.main_v {
	position: relative;
	overflow:hidden;
}
.main_v .caption{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.main_v .caption .inner { width:100%; max-width:1040px; margin:0 auto; }

.sp_main_v {
	position: relative;
	overflow:hidden;
	height:260px!important;
}
.sp_main_v .caption{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.sp_main_v .caption .inner { width:100%; max-width:1040px; margin:0 auto; }

@media screen and (min-width: 1023px) and (max-width: 1024px) {
    /*ˇˇiPadProˇˇ*/
	.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	height:550px!important;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
	height:550px;
}
 
.wideslider ul li img {
    width: auto;
    display: none;
	height:750px!important;
}
.main_v .caption{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height:550px!important;
	vertical-align:top!important;
	padding:0!important;
	margin:0!important;
}
.main_v .caption .inner img.f-l { width:680px; height:auto; }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
    /*ˇˇiPadˇˇ*/
	.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	height:416px!important;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
	height:416px;
}
 
.wideslider ul li img {
    width: 768px!important;
    display: none;
	height:600px!important;
}
.main_v .caption{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height:416px!important;
	vertical-align:top!important;
	padding:0!important;
	margin:0!important;
}

.main_v .caption .inner img.f-l { width:500px; height:auto; }
}

@media screen and (max-width: 1024px) {
.swiper-slide .txt img{
  width: 60%;
}
}