﻿.zbShow {
	width: 1920px;
	height: 812px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	position: relative;
	background: url() no-repeat center;
	background-position: 0px -0px;
}

#focus_Box {
	position: relative;
	padding-top: 0px;

	margin: 0 auto;
}

.gzimg {
	width: 309px;
	height: 309px;
	left: 50%;
	margin-left: -366px;
	top: 221px;
	background: url() no-repeat center;
	z-index: 50;
}

.gzzs {
	width: 1920px;
	height: 1268px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	position: relative;
	background: url()  no-repeat center;
	background-position: 0px -0px;
}

.feature-swiper {
	width: 990px;
	height: 600px;
}
.feature-swiper .swiper-slide {
	width: 400px;
}
.feature-swiper img {
	width: 400px;
}
.img_box_s {
	position: relative;
}

.img_box_s span {
	position: relative;
	color: #0a193d;
	top: -50px;
	left: 37%;
}
.img_box_s::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.feature-swiper .swiper-slide.swiper-slide-active .img_box_s::after {
	background-image: none;
}
#focus_Box .prev,
#focus_Box .next {
	display: block;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	width: 90px;
	height: 90px;
	top: 320px;
}
#focus_Box .prev {
	background: url("../image/prev.png") left bottom no-repeat;
	left: 350px;
}
#focus_Box .next {
	background: url("../image/next.png")  right bottom no-repeat;
	right: 350px;
}
#focus_Box .proL {
	transform: perspective(1100px) translate(0, 0) rotateY(-30deg);
	-webkit-transform: perspective(1100px) translate(0, 0) rotateY(-30deg);
	-moz-transform: perspective(1100px) translate(0, 0) rotateY(-30deg);
}
#focus_Box .proR {
	transform: perspective(1100px) translate(0, 0) rotateY(30deg);
	-webkit-transform: perspective(1100px) translate(0, 0) rotateY(30deg);
	-moz-transform: perspective(1100px) translate(0, 0) rotateY(30deg);
}

