.lb{
    width: 100%;
    height: 285px;
    margin-top: 40px;
}
.swiper-container1 {
	width: 100%;
	height: 217px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.lbs{
	width: 100%;
    height: 540px;
	margin-top: 40px;
	background: url(szqdxzlh_bg4.png) no-repeat bottom center;
	position: relative;
	
}
.swiper-container2 {
	
	width: 990px;
	height: 350px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.lb .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
	left: 5%;
    width: 90%;
	height: 9px;
    text-align: center;
	background: url(szqdxzlh_bg8.png) no-repeat 0 center ;
	background-size: 100%;
}
.lb .swiper-active-switch {
    background: #ffffff !important;
}
.lb .swiper-pagination-switch {
    display: inline-block;
    width: 8%;
    height: 9px;
    border-radius: 8px;
    margin: 0;
    opacity: 1;
    cursor: pointer;
	vertical-align: top;
}

.swiper-slide a{
	display: block;
    width: 385px;
    height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-slide a img{
	display: block;
	width: 100%;
}
.arrow-left{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 29px;
	background: url(szqdxzlh_l2.png) no-repeat;
	background-size: 100%;
}
.arrow-right{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
	width: 29px;
	background: url(szqdxzlh_r2.png) no-repeat;
	background-size: 100%;
}
.swiper-slide a  .vi{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 39px !important;
}
.swiper-container2 .swiper-slide{
	position: relative;
}
.swiper-container2 .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
}
.swiper-container2 .swiper-slide.swiper-slide-active img{
	display: block;
	width: 600px !important;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.arrow-left1{
	position: absolute;
	top:25%;
	left: 0;
	height:43px ;
	width: 25px;
	background: url(szqdxzlh_l1.png) no-repeat;
	background-size: 100% 100%;
}
.arrow-right1{
	position: absolute;
	top:25%;
	right: 0;
	height:43px ;
	width: 25px;
	background: url(szqdxzlh_r1.png) no-repeat;
	background-size: 100% 100%;
}