﻿.swiper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.current-swiper {
	width: 460px;
	height: 800px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	position: relative;
	z-index: 99;
}
.left-swiper {
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 1;
}
.right-swiper {
	position: absolute;
	right: 0px;
	left: auto;
	top: 70px;
	z-index: 1;
}
.nocurrent-swiper {
	width: 370px;
	height: 660px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.nocurrent-swiper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99;
}
.slide1 {
	background-color: #3F3F3F;

}
.bb{padding-bottom: 44px;}
.slide2 {
	background: url(../images/p2.jpg) no-repeat left 50%/auto 100%;
}
.slide3 {
	background: url(../images/p3.jpg) no-repeat left 50%/auto 100%;
}
.ititle {
	padding-top: 44px;
	margin-left: 30px;
	color: #ffffff;
	font-size: 42px;
	text-transform: uppercase;
}
.name {
	margin-left: 45px;
	height: 55px;
	display: inline-block;
	position: relative;
	line-height: 55px;
	padding-bottom: 9px;
	padding-right: 55px;
	font-size: 26px;
	color: #fff;
	background: url(../images/line.png) no-repeat left bottom;
}
.detail {
	margin: 30px 45px 0px 45px;
}
.detail p {
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	text-indent: 2em;
}
.more {
	width: 180px;
	height: 52px;
	line-height: 52px;
	background-color: #1b1b1b;
	text-align: center;
	margin-left: 45px;
	margin-top: 30px;
}
.more a {
	color: #fff;
	font-size: 14px;
}
.more:hover {
	background-color: #6d6340;
}