
.qh-kzd .swiper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.current-swiper {
	width: 680px;
	height: 540px;
	margin:0 auto;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	position:relative;
	z-index:99;
}
.left-swiper {
	position:absolute;
	left: 0;
	top: 0;
	z-index:1;
	bottom: 0px;
	margin: auto;
}
.right-swiper {
	position:absolute;
	right: 0;
	left:auto;
	top: 0;
	bottom: 0px;
	z-index:1;
	margin: auto;
}
.nocurrent-swiper {
	width: 580px;
	height: 460px;
}
.nocurrent-swiper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(237,240,240,0.6);
	z-index:99;
}

.title {
	padding-top:70px;
	margin-left:45px;
	height:29px;
	line-height:29px;
	font-size:18px;
	color:#666;
}
.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%;
}
.swiper-button-prev {
	width: 74px;
	left: 60px;
	height: 74px;
	background:url(../images/curr_prev.png) no-repeat center center;
	outline: none;
}
.swiper-button-next {
	width: 74px;
	height: 74px;
	right: 60px;
	background-size:auto;
	background-image:url(../images/curr_next.png);
	outline: none;
}


.current-swiper img{width:100%;height:100%;}
.nocurrent-swiper img{display:block;width:100%;height:100%;}



	.return{    position: fixed;
    right: 2px;
    bottom: 10%;
    margin: auto;
    z-index: 10000;
    transition: .5s;cursor:pointer;}
    	.return .cn1{}
    		.return .cn1 img{width: 40px;height: 40px;}