﻿@charset "utf-8";

.banner2 .swiper {

	margin:0 auto;
	position:relative;
}
.banner2 .swiper  img{
	display: block;
	margin: 0 auto;
}
.current-swiper {
	width:68%;
	height:602px;

	margin:0 auto;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	position:relative;
	z-index:99;
}
.left-swiper {
	position:absolute;
	left:0;
	top:0px;
	z-index:1;
}
.right-swiper {
	position:absolute;
	right:0;
	left:auto;
	top:0px;
	z-index:1;
}
.nocurrent-swiper {
	width:15%;
	height:602px;

	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.8);
	z-index:99;
}
.slide1 {
	background:url(../images/p1.jpg) no-repeat right 50%/auto 100% #fff;
}
.slide2 {
	background:url(../images/p2.jpg) no-repeat right 50%/auto 100% #e2e3e8;
}
.slide3 {
	background:url(../images/p3.jpg) no-repeat right 50%/auto 100% #f0faf9;
}
.title {
	padding-top:70px;
	margin-left:45px;
	height:29px;
	line-height:29px;
	font-size:18px;
	color:#666;
}
.nocurrent-swiper .title {
	padding-top:44px;
	margin-left:30px;
	font-size:16px;
	height:25px;
	line-height:25px;
}
.name {
	margin-left:45px;
	height:55px;
	display:inline-block;
	position:relative;
	line-height:55px;
	padding-bottom:9px;
	padding-right:55px;
	border-bottom:1px solid #dddddd;
	font-size:36px;
	color:#333;
}
.nocurrent-swiper .name {
	height:46px;
	line-height:46px;
	font-size:30px;
	padding-right:46px;
	margin-left:30px;
}
.name:before {
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../images/curr_sectbg.png) no-repeat center center;
}
.nocurrent-swiper .name:before {
	width:26px;
	height:26px;
	background-size:100% 100%;
}
.detail {
	margin-left:45px;
	width:275px;
	margin-top:30px;
	padding-right:5px;
	line-height:24px;
	color:#bbb;
	font-size:14px;
}
.nocurrent-swiper .detail {
	font-size:12px;
	line-height:20px;
	width:235px;
	margin-left:30px;
}
.swiper-button-prev {
	width:46px;
	height:46px;
	background:url(../img/curr_prev.png) no-repeat center center #4d4d4d;
	left: 17%;
	z-index: 20000;
	border-radius: 50%;
}
.swiper-button-next {
	width:46px;
	height:46px;
	background-size:auto;
	background:url(../img/curr_next.png) no-repeat center center #4d4d4d;
	right: 17%;
	z-index: 20000;
	border-radius: 50%;
}

/*最大屏幕分辨率为1280px*/
@media screen and (max-width:1280px){
	.current-swiper {
	width:68%;
	height:485px;

	margin:0 auto;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	position:relative;
	z-index:99;
	}
}
