body {
	background: #D7D7D7;
}

.top-img {
	height: 500px;
	background: url(https://www.hhtvc.com/Public/static/gxct/img/53.png);
	background-size: cover;
	background-position: bottom;
	color: white;
	position: relative;
}

.top-tt{
	max-width: 1200px;
	width: 90%;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 1.2s ease-out 0s;
}
.move{
	top: 30%;
	opacity: 1;
}
.top-img p:nth-child(1) {
	color: white;
	font-size: 48px;
}

.top-img p:nth-child(2) {
	color: white;
	font-size: 34px;
	margin-top: 12px;
}

.top-img p:nth-child(3) {
	width: 800px;
	margin: auto;
	color: white;
	font-size: 16px;
	margin-top: 32px;
	line-height: 26px;
}

.t-tab {
	width: 700px;
	margin: auto;
	padding-top: 130px;
	display: flex;
	justify-content: space-around;
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -350px;
}

.t-tab a {
	font-size: 22px;
	color: white;
	text-decoration: none;
}

.tab-active {
	padding-bottom: 2px;
	border-bottom: solid 2px white;
}

.main {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

.members {
	background: #f8f8f8;
	padding: 38px 0;
	margin: 20px 0;
}

.tt {
	font-size: 28px;
	color: #333;
	text-align: center;
	margin-top: 30px;
}

.tf {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 8px;
}

.member {
	height: 180px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.member-box {
	width: 85%;
	height: 180px;
	overflow: hidden;
}

.member-items a{
	display: block;
	float: left;
	font-size: 24px;
	color: white;
	text-decoration: none;
	width: 231px;
	height: 156px;
	margin: 12px;
	overflow: hidden;
	transform: scale(1,1);
}
.member-items a img{
	width: 100%;
	height: 100%;
	transition: all .3s ease-in 0s;
}
.member-items a .big-state{
	transform: scale(1.1,1.1);
}
.member-items a p{
	line-height: 156px;
	text-align: center;
	position: relative;
	top: -162px;
}

.fund-class{
	background: white;
	padding: 40px 0;
}
.fund-bg{
	background: url(https://www.hhtvc.com/Public/static/gxct/img/54.png);
	background-size: cover;
	height: 520px;
}
.fund-item{
	width: 400px;
	height: 260px;
	font-size: 22px;
	color: white;
	line-height: 260px;
	text-align: center;
	position: relative;
}
.fund-item img{
	width: 100%;
	height: 100%;
}
.fund-opacity{
	opacity: .5;
	width: 400px;
	height: 260px;
}
.color1{
	background:  rgb(0,156,255);
}
.color2{
	background: #ffd200;
}
.color3{
	background: #00fff6;
}
.fund-item p{
	background: rgba(0,0,0,.5);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.fund-item p:hover{
	background: rgba(0,0,0,0);
}
@media(max-width:1024px){
.fund-item{width: 100%;}
.fund-bg{height: auto;}
.fund-class{text-align: center;}
.fund-class .main{display: inline-block;padding: 0;}
}