﻿.pc-banner {
	/*background: url(../Images/nav_bar112.png) no-repeat center center;*/
	width: 100%;
	float: left;
	/*background-size: 100% 100%;*/
    position:relative;
    height:440px;
}

.swiper-container {
	width: 1170px;
	margin: 35px auto;
}

.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(0.7);
	transform: scale(0.7);
	width: 600px;
}

.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 {
	display: block;
    position:relative;
}


.swiper-slide a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	content: "";
	width: 400px;
	height: 230px;
	background: rgba(0,0,0,0.5);
	border-radius: 8px;
}


.swiper-slide-active a:after {
	background: none;
}


.swiper-slide img:first-child {
	width: 400px;
	height: 230px;
	border-radius: 8px;
	display: block;
}
.swiper-slide .imgplay {
    position:absolute;
    top:50%;
    left:50%;
    width:80px;
    height:80px;
    margin-top:-40px;
    margin-left:-40px;
}

.swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.swiper-pagination-bullet {
	background: #666;
	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 #999;
	margin-bottom: 0;
}

.button {
	width: 1170px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -585px;
}

.button div:hover {
	background-color: rgba(0,0,0,0.8);
}

.swiper-button-prev {
    left:0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") rgba(0,0,0,0.5) center 50%/50% 50% no-repeat;
}

.swiper-button-next {
    right:0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") rgba(0,0,0,0.5) center 50%/50% 50% no-repeat;
}

/*添加星级提升*/
.swiperNewActive a:after {
    background-image: url(../Images/promotion.png);
    background-position: right top;
    background-repeat: no-repeat;
}
