﻿.pc-banner{
    position:relative;
}
.pc-banner,.swiper-container {
	width: 100%;
}
.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(1);
	transform: scale(1);
}
.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.swiper-slide a {
	background: #fff;
	display: block;
	border-radius: 0;
}
.swiper-slide img {
	width: 100%;
	border-radius: 0;
	display: block;
}
.swiper-pagination {
	position: absolute;
    width:100%;
    bottom:0;
    left:0;
    z-index:1;
    text-align:center;
	margin-bottom: 5px;
}
.swiper-pagination-bullet {
	margin-left: 4px;
	margin-right: 4px;
	opacity:0.5;
    width:6px;
    height:6px;
    border-radius:100%;
    background:transparent;
    border:1px solid #fff;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.button {
    display:none;
}