.pc-banner {
	width: 100%;
	float: left;
}
.swiper-container {
	width: 100%;
	margin: 30px 0 58px;
}
@media screen and (max-width: 668px) {
	.swiper-container {
		margin: 20px 0 15px;
	}
}
.swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	-moz-transform: translate3d(1.25, 0, 0);
	-o-transform: translate(1.25, 0);
	-ms-transform: translate3d(1.25, 0, 0);
	z-index: 9;
	border-left: 35px solid #ffffff;
	border-right: 35px solid #ffffff;
}
@media screen and (max-width: 1000px) {
	.swiper-container {
		width: 100%;
		margin: 10px 0 35px;
	}
	.swiper-slide {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(1);
		transform: scale(1);
		z-index: 9;
		border-left: 0px;
		border-right: 0px;
	}
}
.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.swiper-slide a {
	padding:0px;
	display: block;
}
.swiper-slide-active a:after {
	background: none;
}
.swiper-slide img {
	width: 100%;
	display: block;
}
.swiper-slide-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}
.swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}
.swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	border: 6px solid #00a0e9;
	margin-bottom: 0;
}
@media screen and (max-width: 668px) {
	.swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}
	.swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}
	.swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}
.swiper-slide .swiper-tit{
	opacity: 0;
}
.swiper-slide-active  .swiper-tit{
	opacity: 1;
}
.swiper-tit{
	width: 100%;
	height: 75px;
	margin: auto;
	background: rgba(51,44,43,.5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
}
.swiper-tit h3{
	width: 70%;
	height: auto;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 75px;
}
.button {
	width: 56%;
	height: 100px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0px;
	position: absolute;
	z-index: 99;
}
.swiper-button-prev {
	width: 30px;
	height: 50px;
	background: url("../images/arrow_left.png") center 100% no-repeat;
}
.swiper-button-next {
	width: 30px;
	height: 50px;
	background: url("../images/arrow_right.png") center 100% no-repeat;
}
@media screen and (max-width:1324px){
	.swiper-tit{
		height: 50px;
		bottom: 0px;
	}
	.swiper-tit h3{
		font-size: 18px;
		line-height: 50px;
	}
	.button {
		width: 54%;
		height: 75px;
	}
}
@media screen and (max-width:1224px){
}
@media screen and (max-width: 1000px) {
	.swiper-tit{
		width: 100%;
		height: 50px;
		margin: auto;
		background: rgba(51,44,43,.5);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.swiper-tit h3{
		width: 70%;
		height: auto;
		margin: auto;
		font-size: 20px;
		font-weight: bold;
		color: #ffffff;
		line-height: 50px;
	}
	.button {
		width: calc(100% - 40px);
		height: 50px;
		bottom: 0px;
	}
	.swiper-button-prev {
		background: url("../images/arrow_left.png") left 10px no-repeat;
		background-size: 50%;
	}
	.swiper-button-next {
		background: url("../images/arrow_right.png") right 10px no-repeat;
		background-size: 50%;
	}
}