body{
	background: #D7D7D7;
}
.top-img{
	height: 500px;
	background: url(https://www.hhtvc.com/Public/static/gxct/img/11.png);
	background-size: cover;
	background-position: bottom;
	color: white;
	position: relative;
}
.top-tt{
	width: 90%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 1.2s ease-out 0s;
}
.top-img p:nth-child(1){
	color: white;
	font-size: 48px;line-height: 1.32;
}
.top-img p:nth-child(2){
	color: white;
	font-size: 34px;
	margin-top: 12px;line-height: 1.32;
}
.top-img p:nth-child(3){
	max-width: 800px;
	width: 90%;
	margin: auto;
	color: white;
     text-align: justify;
	font-size: 16px;
	margin-top: 32px;
	line-height: 26px;
}
.move{
	top: 30%;
	opacity: 1;
}
.t-tab{
	width: 500px;
	margin: auto;
	padding-top: 130px;
	display: flex;
	justify-content: space-around;
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -250px;
}
.t-tab a{
	font-size: 22px;
	color: white;
	text-decoration: none;
}
.tab-active{
	padding-bottom: 2px;
	border-bottom: solid 2px white;
}
.invest-items{
	padding-top: 24px;
	background: white;
}
.main{
	width: 1200px;
	margin: auto;
}
.contain{
	position: relative;
	left: 0;
}
.page a{
	display: block;
	width: 400px;
	height: 278px;
}
.box{
	overflow: hidden;
}
.page{
	float: left;
	width: 1200px;
}
.page a>img{
	width: 100%;
	height: 100%;
}
.page a p{
	width: 400px;
	height: 278px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: rgba(255,255,255,.5);
	position: relative;
	top: -282px;
}
.page a p img{
	width: 230px;
}
.page a p:hover{
	opacity: 0;
}

.control{
	padding-top: 46px;
	padding-bottom: 80px;

	margin: auto;
}
.control a{
	display: block;
	width: 60px;
	height: 14px;
	background: #D7D7D7;
	margin: 0 15px;
}
.control .active{
	background: #00477F;
}


.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;
}
.case-login{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
	overflow-y: scroll;
}
.login-header{
	height: 35%;
	background: #00bcb5;
	padding: 0 30px;
	padding-top: 30px;
}
.top img{
	height: 20px;
}
.login-img{
	width: 280px;
	margin: auto;
	margin-top: 60px;
}
.login-img img{
	width: 100%;
}
.login-con{
	min-height: 65%;
	background: #00243e;
	padding: 0 30px;
	position: relative;
}
.login-con-t{
	font-size: 36px;
	color: white;
	text-align: center;
	padding-top: 80px;
}
.login-con-t a{
	color: white;
	font-size: 16px;
	text-decoration: none;
	margin-left: 22px;
}
.login-con-p{
	font-size: 18px;
	color: #b8e1ff;
	width: 60%;
	margin: auto;
	margin-top: 30px;
	line-height: 40px;
}
.login-con .prev{
	display: block;
	height: 30px;
	width: 30px;
	background: url(https://www.hhtvc.com/Public/static/gxct/img/left.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	left: 30px;
	top: 40%;
}
.login-con .next{
	display: block;
	height: 30px;
	width: 30px;
	background: url(https://www.hhtvc.com/Public/static/gxct/img/right.png);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 40%;
}
.apply-con{
	height: 500px;
	background: url(https://www.hhtvc.com/Public/static/gxct/img/24.png);
	background-size: cover;
}
.apply-con p{
	width: 600px;
	margin: auto;
	text-align: center;
	font-size: 28px;
	color: white;
	padding-top: 50px;
}
