
.team_box{
    width: 960px;
    height: auto;
    margin: 50px auto 0;
}
.team_title{
	margin: 50px 0;
}
.team_title h2{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.team_title p{
    text-align: center;
}
.ceo{
    width: 960px;
}
.ceo img{
    width: 100%;
}

.team_txt{
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}
.team_txt ul li{
    /*height: 200px;*/
    display: none;
}
.team_txt ul li.active{
    display: block;
}
.team_txt ul li h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.team_txt ul li h4{
    color: #585858;
    font-size: 13px;
    text-align: center;
}
.team_txt ul li h4::first-letter{
    color:#C00000;
}

.team_txt ul li p{
    color: #585858;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
	line-height: 25px;
}

/*文化理念*/
.culture_box{
    width: 100%;
    height: 700px;
    background-color: #fff;
    overflow: hidden;
	position: relative;
}
.culture_bor{
	width: 960px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}
.culture{
	width: 100%;
	height: 700px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.culture h2{
	margin-top: 55px;
	color: #000000;
}
.culture p{
	color: #333;
}
.mission{
	width: 960px;
	height: 540px;
	margin-top: 50px;
}
.mission img{
	width: 100%;
}

/*管理团队效果*/
#box{position:relative;width:960px;margin:0 auto;}
#box ul{position:relative;width:960px;height:275px;margin-top: 40px}
#box li{position:absolute;list-style:none;background:#fff;width:0;height:0;top:146px;left:377px;z-index:0;cursor:pointer;overflow:hidden;border-radius:3px;border-radius: 100%;}
#box li img{width:100%;height:100%;vertical-align:top;border-radius: 100%;}
#box .prev, #box .next{position:absolute;top:58%;width:18px;height:30px;margin-top:-40px;overflow:hidden;text-indent:-999px;cursor:pointer;}
#box .prev{left:-55px;background:url(../images/left.png) no-repeat;}
#box .next{right:-55px;background:url(../images/right.png) no-repeat;}


