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

.banner {
}
.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 {
	margin:0 auto;
	position:relative;
}
.current-swiper {
	width:650px;
	height:480px;
	margin:0 auto;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	position:relative;
	z-index:99;
	background: url(gzzxh_0918_10.png) no-repeat bottom center;
	box-shadow:0px 12px 35px -12px #000;
}

.left-swiper {
	position:absolute;
	left:0px;
	top:52px;
	z-index:1;
}
.right-swiper {
	position:absolute;
	right:0px;
	left:auto;
	top:52px;
	z-index:1;
}
.nocurrent-swiper {
	width:479px;
	height:377px;
	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.5);
	z-index:99;
}
/*.slide1 {
	background:url(../images/p1.jpg) no-repeat right 50%/auto 100% #fff;
}
.slide2 {
	background:url(../images/p2.jpg) no-repeat right 50%/auto 100% #e2e3e8;
}
.slide3 {
	background:url(../images/p3.jpg) no-repeat right 50%/auto 100% #f0faf9;
}*/
.title {
	padding-top:70px;
	margin-left:45px;
	height:29px;
	line-height:29px;
	font-size:18px;
	color:#666;
}
.swiper-slide img{width: 100%;height: 100%;}
.nocurrent-swiper .title {
	padding-top:44px;
	margin-left:30px;
	font-size:16px;
	height:25px;
	line-height:25px;
}
.name {
	margin-left:45px;
	height:55px;
	display:inline-block;
	position:relative;
	line-height:55px;
	padding-bottom:9px;
	padding-right:55px;
	border-bottom:1px solid #dddddd;
	font-size:36px;
	color:#333;
}
.nocurrent-swiper .name {
	height:46px;
	line-height:46px;
	font-size:30px;
	padding-right:46px;
	margin-left:30px;
}
.name:before {
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../images/curr_sectbg.png) no-repeat center center;
}
.nocurrent-swiper .name:before {
	width:26px;
	height:26px;
	background-size:100% 100%;
}
.detail {
	width:100%;
	height: 70px;
	line-height:90px;
	color:#fff;
	font-size:20px;
	position: absolute;
	bottom: 0px;text-align: center;
	background: url(yybg_03.png) repeat-x;background-size: 100% 100%;display: none;
}
.current-swiper .detail{display: block;}
.nocurrent-swiper .detail {
	font-size:12px;
	line-height:20px;
	width:235px;
	margin-left:30px;
}
.swiper-button-prev {
	width:46px;
	height:46px;
	left: 35px;
	background:url(gzzxh_0918_03.png) no-repeat center center;
}
.swiper-button-next {
	width:46px;
	height:46px;
	right: 35px;
	background-size:auto;
	background-image:url(gzzxh_0918_05.png) ;
}