html,body{
	height: 100%;
	min-width: 1300px;
}
.main{
    position: relative;
	height: 100%;
}

/* 内容区域 */
.content{
   /* position: absolute;
    top: 0; */
    width: 100%;
    /* background-color: aqua; */
}

 .content_box{
	width: 1200px;
    margin: 0 auto;
}

.swiper-container{
	    height: 1080px;
	    width: 100%;
	    overflow: hidden;
	    position: relative;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 80px !important;
  }
.swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 30px;
}
.content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
	background: #F3CACA;
	cursor: pointer;
	opacity: 1;
	margin: 0 20px;
}
.content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid #fff;
	box-shadow: 0px 0px 13px #eab7b8;
  }

.swiper-wrapper{
	height: 100%;
}
.swiper-slide {
        min-width: 1200px;
        height: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
		background-size: auto 100%;
		cursor: pointer;
}
.slide_item{
	height: 1080px;
	/* background: url('../images/index/banner1@2x.png') no-repeat; */
	/* background-size: 100%; */
	background-position: 50% 50%;
	overflow: hidden;
}
.banner1{
	background-image: url('../images/index/banner1@2x.png');
}
.banner2{
	background-image: url('../images/index/banner2.jpg');
}

.content .CommonWrap{
	position: relative;
	height: 100%;
}
.btn_detail{
	display: inline-block;
	width: 248px;
	height: 62px;
	line-height: 62px;
	font-size: 24px;
	color: #fff;
	background-color: #f4cdce;
	border-radius: 30px;
	text-align: center;
	background-repeat: no-repeat;
	position: absolute;
	/* left: 200px; */
	/* right: 0; */
	margin: auto;
	bottom: 312px;
	background-position: 39px;
	/* padding-left: 30px; */
	box-sizing: border-box;
	transition: all 0.5s;
	
}
.btn_detail:hover{
	box-shadow:2px 3px 73px 0px rgb(244, 205, 206);
}
