﻿@charset "utf-8";
/* CSS Document */

.banner .swiper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.current-swiper {
	width:60%;
	height:12rem;
	margin:0 auto;
	position:relative;
	z-index:99;
	background: #004fa3;
}
.left-swiper {
	position:absolute;
	left:117px;
	top:.9rem;
	z-index:1;
}
.right-swiper {
	position:absolute;
	right:117px;
	left:auto;
	top:.9rem;
	z-index:1;
}
.nocurrent-swiper {
	width:70%;
	height:10rem;
	background: #ffffff;
	border:solid 1px #d9d9d9;
}
.nocurrent-swiper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background: #ffffff;*/
	z-index:99;
	color: #000000;
}


.nocurrent-swiper .ctitle {
color: #666666;
}
.nocurrent-swiper .cprice {
	color: #666666;
}

.swiper-button-prev {
	background:none;
}
.swiper-button-next {
	background:none;;
}
