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

.banner h1 {
	font-size:36px;
	text-align:center;
	font-weight:normal;
}
.banner h2 {
	font-size:18px;
	color:#535353;
	text-align:center;
	font-weight:normal;
	margin:20px 0 60px;
}
.banner .swiper {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.current-swiper {
	width:739px;
	height:345px;
	border-radius:10px;
	margin:0 auto;
	border-radius: 15px;
	border: 1px solid #e6e6e6;
	position:relative;
	z-index:99;
	background: #f5feff;
}

.current-swiper::before{ width: 205px; height: 4px; background: #cccc33; content: ''; display: block; position: absolute; left: 50%; margin-left: -102.5px;}
.left-swiper {
	position:absolute;
	left:58px;
	top:40px;
	z-index:1;
}
.right-swiper {
	position:absolute;
	right:58px;
	left:auto;
	top:40px;
	z-index:1;
}
.nocurrent-swiper {
	width:479px;
	height:270px;
	border-radius:8px;
	border: 1px solid #e6e6e6;
 
    background: #f5feff;

}
.nocurrent-swiper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	z-index:99;
}
.slide1 {
	
}
.slide2 {
	
}
.slide3 {
	
}
.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:27px;
	height:27px;
	background:url(../img/indexoneleft.png) no-repeat center center;
}

.swiper-button-prev:hover{ left: 5px;}
.swiper-button-next {
	width:27px;
	height:27px;
	background-size:auto;
	background-image:url(../img/indexoneright.png);
}

.swiper-button-next:hover{ right: 5px;}