.swiper-honor
{
	height:440px
}
.swiper-honor .swiper-wrapper .swiper-slide .t
{
	padding:30px 0;
	font-size:40px;
	color:#0ca70c;           /*年份文字颜色*/
	text-align:center;
	border-bottom:2px solid #d5dfeb;
	font-weight:bold;
	position:relative
}
.swiper-honor .swiper-wrapper .swiper-slide .t .t-line
{
	width:94%;
	margin:0 3%;
	height:2px;
	position:absolute;
	bottom:-2px;
	background:#0ca70c;
	text-align:center
}
.swiper-honor .swiper-wrapper .swiper-slide .t .t-line .t-dot
{
	background:#0ca70c;
	border:4px solid #fff;
	height:16px;
	width:16px;
	display:inline-block;
	border-radius:100%;
	top:-7px;
	position:relative;
	vertical-align:top
}
.swiper-honor .swiper-wrapper .swiper-slide .desc
{
	padding:25px 0;
	margin:0 auto;
	font-size:13px;
	width:250px;
	color:#4a4a4a;
	text-align:center;
	line-height:24px
}
.swiper-button
{
	text-align:center;
	display:block;
	height:30px
}
.swiper-button .swiper-button-prev,.swiper-button .swiper-button-next
{
	position:relative;
	display:inline-block;
	right:0;
	height:30px;
	width:60px
}
.swiper-button .swiper-button-prev
{
	background:url(../image/arrow_left.png) no-repeat !important;
	background-size:100% 30px !important;
	margin-right:10px
}
.swiper-button .swiper-button-next
{
	background:url(../image/arrow_right.png) no-repeat !important;
	background-size:100% 30px !important
}
.swiper-button .swiper-button-prev:hover
{
	background:url(../image/arrow_left_active.png) no-repeat !important;
	background-size:100% 30px !important
}
.swiper-button .swiper-button-next:hover
{
	background:url(../image/arrow_right_active.png) no-repeat !important;
	background-size:100% 30px !important
}
.swiper-team .swiper-wrapper .swiper-slide
{
	width:340px !important;
	margin-right:40px
}
.swiper-team .swiper-wrapper .swiper-slide .avatar
{
	margin-bottom:10px
}
.swiper-team .swiper-wrapper .swiper-slide .t
{
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px
}
.swiper-team .swiper-wrapper .swiper-slide .st
{
	font-size:13px;
	color:#4a4a4a;
	margin-bottom:10px;
	border-bottom:1px solid rgba(213,223,235,0.5);
	padding-bottom:15px;
	position:relative
}
.swiper-team .swiper-wrapper .swiper-slide .st:after
{
	content:"";
	position:absolute;
	bottom:-5px;
	left:0;
	width:30px;
	height:5px;
	background:#003685
}
.swiper-team .swiper-wrapper .swiper-slide .desc
{
	padding:20px 0;
	font-size:13px;
	color:#9b9b9b;
	line-height:28px;
	border-bottom:1px solid rgba(213,223,235,0.5)
}
.swiper-team .swiper-button
{
	margin:50px 0 30px
}


