.invest-team {
	width: 100%;
	height: 430px;
	background: url(../images/service-investteam.jpg) no-repeat center;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}
.tc {
    text-align: center;
    padding-top: 40px;
    font-size: 20px;
}
.team-show {
    width: 1000px;
    margin: 0px auto;
    position: relative;
    margin-top: 40px;
}
.team-show .leftbtn {
    left: 0px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    TOP: 50%;
    HEIGHT: 40px;
    margin-top: -20px;
    background-position: 0 -80px;
}
.team-show .rightbtn {
    right: 0px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    TOP: 50%;
    HEIGHT: 40px;
    margin-top: -20px;
    background-position: 0 -40px;
}
.screenshots {
	width: 808px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.screenshots .cont {
	overflow: hidden;
	margin-right: -56px;
	zoom: 1;
}
.screenshots .box {
	float: left;
	width: 232px;
	margin-right: 56px;
	text-align: center;
}
.img {
    background: url(../images/img.png) no-repeat;
}
.btn {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 6px;
}
.btn.btn-red {
    background-color: #E63232;
    color: #ffffff;
    margin-top: 30px;
}