.bannerImgBox{
	width: 100%;
	height: auto;
}

.bannerImgBox img{
	width: 100%;
}

.contentBox {
	width: 100%;
	height: auto;
}

.contentBox .inner{
	width: 1466px;
	margin: 0 auto;
	height: auto;
	background: #fff;
	padding-top: 69px;
	margin-top: -69px;
	position: relative;
	z-index: 2;
	padding-bottom: 164px;
}

.contentBox .inner .inside{
	width: 1280px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}

.swiperBox {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	position: relative;
}

.leftArrowInside{
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
}

.rightArrowInside{
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
}

.swiper-slide {
	/* width: 283px!important; */
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  display: flex;
  flex-direction: column;
}

.swiper-slide img{
	align-self: baseline;
	width: 100%;
	height: 383px;
}

.swiper-slide p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #222;
	margin-top: 36px;
	display: none;
}

.swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-active p{
	display: block;
}

.swiper-container{
	width: 1150px;
	height: 450px;
}

.tipBox {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 85px;
	flex-direction: column;
	align-items: center;
}

.tipBox p{
	font-size: 18px;
	color: #666;
	margin-bottom: 15px;
}

.paddingBottom222{
	padding-bottom: 222px;
}


.main{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.boutique {
	position: relative;
	z-index: 1;
}

.main li{
	position: absolute;
	z-index: 1;
	display: none;
}

.main li .dot{
	width: 100%;
	text-align: center;
}

.main li img{
	width: 270px;
	height: 381px;
}

.main .btn {
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
}

.main .btn::before, .main .btn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -10px;
}

.main .btn::after {
    transform: rotate(45deg);
    margin-top: 10px;
}

.main .prev {
    left: -16%;
}

.main .next {
    right: -16%;
    transform: rotate(180deg);
}