﻿ol, ul ,li{ list-style: none; }



/* CSS Document */
/* fixed */

.team {
	font-family: "微软雅黑";
}

.team .content {
	margin: 50px auto 0;
}

.team p {
	font-size: 14px;
	color: #717171;
}

.team p u {
	font-size: 20px;
	color: #ae1c1d;
}

.team p+p {
	margin: 10px auto 0;
}

.team p+p u {
	font-size: 14px;
}

.team-content {
	border-top: 1px solid #e0e0e0;
}

.team-content .content {
	/*padding: 66px 0 0 0;*/
}

.large_box-banner {
	margin: 0px;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}

.large_box {
	margin-bottom: 10px;
	width: 100%;
	max-height: 552px;
	overflow: hidden
}

.large_box img {
	display: block;
	width: 100%
}

.small_box {
	width: 100%;
	height: 157px;
	overflow: hidden
}

.small_list {
	position: relative;
	float: left;
	width: 94%;
	height: 157px;
	overflow: hidden
}

.small_list ul {
	height: 157px;
	overflow: hidden;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 12px;
	width: 271px;
}

.small_list ul li img {
	display: block;
	width: 100%
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #67a58a;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}

.small_list ul li.on .bun_bg {
	display: block
}

.btnn {
	display: block;
	width: 25px;
	height: 157px;
	background-repeat: no-repeat;
/*	background-position: center center;*/
	cursor: pointer
}

.left_btn {
	float: left;
	margin-right: 12px;
	background-image:url(../../images/left-1.jpg)}

.right_btn {
	float: right;
	background-image: url(../../images/right-1.jpg)
}
