@charset "utf-8";
/* CSS Document */

.banner {
	/* padding-top:80px; */
}
.banner h1 {
	font-size:36px;
	text-align:center;
	font-weight:normal;
}
.banner h2 {
	font-size:18px;
	color:#535353;
	text-align:center;
	font-weight:normal;
	margin:20px 0 60px;
}
.banner .swiper {
	/* width:1200px; */
	height:600px;
	margin:0 auto;
	position:relative;
}
.current-swiper {
	width:1200px;
	height:600px;
	/* border-radius:10px; */
	margin:0 auto;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	position:relative;
	z-index:10;
}
.left-swiper {
	position:absolute;
	/* left:117px; */
	/* top:52px; */
	left:0;
	top:0;
	z-index:1;
}
.right-swiper {
	position:absolute;
	/* right:117px; */
	/* top:52px; */
	right:0;
	top:0;
	left:auto;
	z-index:1;
}
.nocurrent-swiper {
	width:479px;
	height:600px;
	/* border-radius:8px; */
	box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.nocurrent-swiper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:99;
}

.slide1 {
	background:url('../image/jiameng-banner.png') no-repeat  100% 100% #666;
	background-size: cover;
}
.slide2 {
	background:url('../img/banner-xinren.jpeg') no-repeat  100% 100% #666;
	background-size: cover;
}
.slide3 {

	background:url('../img/banner-jianding.png') no-repeat  100% 100% #666;
	background-size: cover;
}
.name {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size:36px;
	color:#333;
}
.current-swiper .name {
	height:46px;
	line-height:46px;
	font-size:30px;
	padding-right:46px;
	margin-left:30px;
}
.current-swiper .name {
	transform: translateX(400px);
	opacity: 0;
	transition: all .8s;
}

.current-swiper .ani-slide .name {
	transform: translateX(-50%);
	opacity: 1;
}

.swiper-button-prev {
	width:46px;
	height:46px;
	background:url(../img/banner-left-arrow.png) no-repeat center center;
}
.swiper-button-next {
	width:46px;
	height:46px;
	background-size:auto;
	background-image:url(../img/banner-right-arrow.png);
}
.banner .swiper-pagination {
	position: absolute;
	left: auto;
	width: auto;
	right: 30px;
	bottom: 20px;
}
.banner .swiper-pagination-bullet {
	width:44px;
	height:4px;
	border-radius: 0;
	background:rgba(153,153,153,1);
}
.banner .swiper-pagination-bullet-active{
	opacity: 1;
    background: #FFD133;
}