.js-body{

}
body{ background: #ffffff; color: #464646;}
.body-part-1{
	width: 100%;
	height: 100%;
	display:inline-block;
}
.body-part-1 img { width: 100%; height:auto;}
.top-content{
	width: 920px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.top-title{
	font-size: 24px;
	line-height: 30px;
	color: #c79158;
	margin-bottom: 50px;
	text-align: center;
}
.top-paragraph{
	font-weight: 300;
	font-size: 18px;
	line-height: 54px;
	color: #c79158;
	text-align: center;
}
.top-down-btn{
	width: 26px;
	height: 26px;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: 20px;
	cursor: pointer;
}
.top-down-btn circle,
.top-down-btn polyline{
	transition: all .3s;
}
.top-down-btn:hover polyline{
	stroke: #181818;
}
.top-down-btn:hover circle{
	fill: #c79158;
}
.body-part-2{
	width: 100%;
	/* height: 780px;
	position: relative; */
	/* 测试 */
	/* background-color: red; */
}
.quate{
	/* position: absolute; */
	/* top: 15%;
	left: 50%; */
	/* transform: translate(-50%,-15%); */
}
.quate p{
	width: 100%;
	line-height: 55px;
	font-size: 18px;
	/* 字体粗细 */
	/* changge */
	font-weight: lighter;
    font-family: cursive;
    margin-bottom: 30px;
}

.quate p>span{
	float: left;
}
.quate:after{
	display: table;
	clear: both;
	content: "";
}
.body-part-3{
	padding: 120px 0 120px;
}
/*.capital-des a{*/
.capital-btn{
    display: block;
    width: 150px;
    height: 55px;
    line-height: 55px;
    color: #c79158;
    background: none;
    border: 1px solid #c79158;
    margin: 65px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    transition: all .5s;
}
.capital-des a:hover{
	color: #181818;
	background: #c79158;
	border: 1px solid #c79158;
}

/*-------------------  capital    ------------------*/
/*.body-part-2.capital{*/
	/*background: url(../img/capital-banner.jpg) 50% 50% no-repeat;*/
	/*background-size: cover;*/
/*}*/
.capital-des p{
	width: 920px;
	margin: 0 auto;
	line-height: 55px;
	font-size: 18px;
	color: #c79158;
	/*padding-bottom: 130px;*/
	text-align: center;
}
.capital .quate{
	/* width: 766px; */
}
.capital .quate-left{
	display: block;
	margin-right: 3%;
	width: 4%;
}
.capital .quate-content{
	width: 93%;
}
.capital .quate-right svg{
	width: 4%;
    vertical-align: middle;
}
.capital .quate h3{ 
    text-align: center; 
    background: url(../img/line.jpg) no-repeat center bottom; 
    padding-bottom: 15px; 
    margin-top: 30px;
    margin-bottom: 20px;
}
.quate-right {
	vertical-align: middle;
	margin-left: 5px;
}
/*-------------------  Premier Club    ------------------*/
.body-part-2.premier-club{
	background: url(../img/premier-club-banner.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.premier-club .quate{
	width: 630px;
}
.premier-club  .quate-left{
	display: block;
	margin-right: 3%;
	width: 5%;
}
.premier-club .quate-content{
	width: 92%;
}
.premier-club  .quate-right svg{
	width: 5%;
    vertical-align: middle;
}

/*-------------------  Real Estate    ------------------*/
.body-part-2.real-estate{
	background: url(../img/real-estate-banner.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.real-estate .quate{
	width: 750px;
}
.real-estate  .quate-left{
	display: block;
	margin-right: 2.6%;
	width: 4%;
}
.real-estate .quate-content{
	width: 93.4%;
}
.real-estate  .quate-right svg{
	width: 4%;
    vertical-align: middle;
}

/*-------------------  Project   ------------------*/
.body-part-2.project{
	background: url(../img/project-banner.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.project .quate{
	width: 750px;
}
.project  .quate-left{
	display: block;
	margin-right: 2.6%;
	width: 4%;
}
.project .quate-content{
	width: 93.4%;
}
.project  .quate-right svg{
	width: 4%;
    vertical-align: middle;
}

/*-------------------  Investment   ------------------*/
.body-part-2.investment{
	background: url(../img/investment-banner.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.investment .quate{
	width: 760px;
}
.investment  .quate-left{
	display: block;
	margin-right: 2.6%;
	width: 4%;
}
.investment .quate-content{
	width: 93.4%;
}
.investment  .quate-right svg{
	width: 4%;
    vertical-align: middle;
}
.investment-partner{
	padding: 200px 0;
}
.partner-logo{
	width: 33%;
	height: 100px;
	float: left;
	position: relative;
	cursor: pointer;
}
.partner-logo img{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	transition: all .5s;
}
.partner-logo:nth-child(1) img{
	width: 166px;
	left: 5%;
}
.partner-logo:nth-child(2) img{
	width: 165px;
	left: 26%;
}
.partner-logo:nth-child(3) img{
	width: 159px;
	right: 13%;
}
.partner-logo:nth-child(4) img{
	width: 159px;
	right: 0;
}
.partner-logo.inactive img{
	opacity: 0.2;
}
.investment-top{
	padding: 80px 0;
	border-top: 1px solid #022846;
}
.investment-title{
	color: #c79158;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px;
}
.investment-website{
	font-weight: 100;
	color: #c79158;
	font-size: 18px;
	line-height: 22px;
}
.investment-website:hover{
	color: #c79158;
}
.investment-des{
	padding-top: 30px;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.7em;
	color: #c79158;
}
.investment-bottom{
	position: relative;
	height: 780px;
}
.partner-des-1 .investment-bottom{
	background: url("../img/investment-partner-bg1.jpg") 50% 50% no-repeat;
	background-size: cover; 
}
.partner-des-2 .investment-bottom{
	background: url("../img/investment-partner-bg2.jpg") 50% 50% no-repeat;
	background-size: cover; 
}
.partner-des-3 .investment-bottom{
	background: url("../img/investment-partner-bg3.jpg") 50% 50% no-repeat;
	background-size: cover; 
}
.partner-des-4 .investment-bottom{
	background: url("../img/investment-partner-bg4.jpg") 50% 50% no-repeat;
	background-size: cover; 
}
.partner-des-1,
.partner-des-2,
.partner-des-3,
.partner-des-4{
	display: none;
	overflow: hidden;
}

.investment-bottom>p{
	width: 825px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.investment-bottom>p>span{
	float: left;
}
.investment-bottom  .quate-left{
	display: block;
	margin-right: 2.4%;
	width: 3.6%;
	margin-top: 5px;
}
.investment-bottom .quate-content{
	width: 94%;
	color: #c79158;
	font-size: 18px;
	line-height: 56px;
}
.investment-bottom  .quate-right svg{
	width: 3.6%;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 5px;
}
.investment-bottom>p:after{
	clear: both;
	display: table;
	content: "";
}
/*.partner-des-4 .investment-bottom>p{
	width: 660px;
}*/
/*-------------------  About   ------------------*/
.about-top{
	width: 100%;
	height: 100vh;
	background: url(../img/default_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.about-top-slogan{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.about-top-slogan h1{
	color: #c79158;
	font-size: 36px;
	font-weight: 700;
	line-height: 56px;
	margin-bottom: 30px;
}
.about-sign{
	width: 275px;
	text-align: center;
	margin: 0 auto;
}
.about-sign:after{
	display: table;
	content: "";
	clear: both;
}

.about-sign p>span{
	float: left;
}
.about-sign .quate-content{
	font-size: 28px;
	line-height: 42px;
	color: #c79158;
}
.about-sign .quate-left{
	display: block;
	width: 30px;
	margin-right: 20px;
}
.about-sign .quate-right{
	display: block;
	width: 30px;
	margin-left: 20px;
	margin-top: 15px;
}
.about-top-name{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%,0);
}
.about-top-name h2{
	font-size: 15px;
	line-height: 22px;
	color: #c79158;
	text-align: center;
}
.about-top-name h2 span{
	display: block;
	font-weight: 300;
}
.about-bottom{
	padding-top: 150px;
	padding-bottom: 80px;
}
.about-des h1{
	font-size: 24px;
	line-height: 30px;
	color: #c79158;
	margin-bottom: 50px;
	text-align: center;
}
.about-des p{
	width: 920px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 56px;
	font-weight: 300;
	color: #c79158;
	text-align: center;
}
.about-partner{
	margin-top: 60px;
}
.about-logo{
	width: 25%;
	float: left;
	margin: 30px 0;
	height: 99px;
	position: relative;
}
.about-logo>img{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.about-logo:nth-child(1)>img{
	width: 166px;
	left: 0;
}
.about-logo:nth-child(2)>img{
	width: 165px;
    left: 16%;
}
.about-logo:nth-child(3)>img{
	width: 159px;
    right: 13%;
}
.about-logo:nth-child(4)>img{
	width: 159px;
    right: 0;
}
.about-logo:nth-child(5)>img{
	width: 105px;
	left: 0;
}
.about-logo:nth-child(6)>img{
	width: 105px;
	left: 22%;
}
.about-logo:nth-child(7)>img{
	width: 105px;
	right: 17%;
}
.about-logo:nth-child(8)>img{
	width: 105px;
	right: 0;
}
.about-logo:nth-child(9)>img{
	width: 105px;
	left: 0;
}
@media (max-width: 1599px){
	.about-bottom{
		padding-top: 120px;
		padding-bottom: 50px;
	}
}
@media (max-width: 1199px){
	.top-content{
		width: 880px;
	}
	.top-title{
		font-size: 24px;
		line-height: 30px;
	}
	.top-paragraph{
		font-weight: 300;
		font-size: 18px;
		line-height: 54px;
	}

	.about-top-slogan h1{
		font-size: 32px;
		font-weight: 600;
		line-height: 52px;
		margin-bottom: 30px;
	}
	.about-sign{
		width: 258px;
	}
	.about-sign .quate-content{
		font-size: 26px;
		line-height: 42px;
		color: #c79158;
	}
	.about-sign .quate-left{
		display: block;
		width: 28px;
		margin-right: 20px;
	}
	.about-sign .quate-right{
		display: block;
		width: 28px;
		margin-left: 20px;
		margin-top: 14px;
	}
	.about-top-name{
		bottom: 15%;
	}
}
@media (max-width: 991px){
	.top-content{
		width: 700px;
	}
	.top-title{
		font-size: 20px;
		line-height: 26px;
	}
	.top-paragraph{
		font-weight: 300;
		font-size: 14px;
		line-height: 40px;
	}
	.capital .quate{
		width: 650px;
	}
	.premier-club .quate{
		width: 560px;
	}
	.real-estate .quate{
		width: 670px;
	}
	.project .quate{
		width: 650px;
	}
	.investment .quate{
		width: 650px;
	}
	.quate p{
		width: 100%;
		line-height: 36px;
		font-size: 16px;
	}
	.body-part-2{
		height: 680px;
	}
	.body-part-3{
		padding: 100px 0 100px;
	}
	.capital-des a{
		width: 130px;
		height: 46px;
		line-height: 46px;
	    font-size: 16px;
	}
	.capital-des p{
		width: 700px;
		line-height: 40px;
		font-size: 16px;
		padding-bottom: 100px;
	}

	/*--- investment partner--*/
	.partner-logo{
		width: 33.3%;
		margin: 15px 0;
	}
	.partner-logo:nth-child(1) img{
		width: 166px;
		left: 20px;
	}
	.partner-logo:nth-child(2) img{
		width: 165px;
		left: initial;
		right: 38px;
	}
	.partner-logo:nth-child(3) img{
		width: 159px;
		right: initial;
		left: 60px;
	}
	.partner-logo:nth-child(4) img{
		width: 159px;
		right: 20px;
	}

	.investment-top{
		padding: 60px 0;
	}
	.investment-title{
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 5px;
	}
	.investment-website{
		font-size: 16px;
		line-height: 20px;
	}
	.investment-des{
		padding-top: 20px;
		font-size: 16px;
	}
	
	.investment-partner{
		padding: 100px 0;
	}

	.investment-bottom{
		height: 390px;
	}
	.investment-bottom>p{
		width: 650px;
	}
	.investment-bottom  .quate-left{
		margin-top: 5px;
	}
	.investment-bottom .quate-content{
		font-size: 16px;
		line-height: 46px;
	}
	.investment-bottom  .quate-right svg{
	    margin-left: 20px;
	    margin-top: 5px;
	}
/*	.partner-des-4 .investment-bottom>p{
		width: 590px;
	}*/

	.about-top-slogan h1{
		font-size: 28px;
		font-weight: 600;
		line-height: 46px;
		margin-bottom: 26px;
	}
	.about-sign{
		width: 225px;
	}
	.about-sign .quate-content{
		font-size: 22px;
		line-height: 36px;
		color: #c79158;
	}
	.about-sign .quate-left{
		display: block;
		width: 24px;
		margin-right: 20px;
	}
	.about-sign .quate-right{
		display: block;
		width: 24px;
		margin-left: 20px;
		margin-top: 14px;
	}
	.about-top-name{
		bottom: 15%;
	}
	.about-des h1{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 40px;
	}
	.about-des p{
		width: 650px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 46px;
	}
	.about-partner{
		margin-top: 50px;
	}
	.about-logo{
		width: 50%;
		margin: 20px 0;
	}
	.about-logo>img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.about-logo:nth-child(1)>img{
		width: 166px;
		left: 50%;
		right: initial;
	}
	.about-logo:nth-child(2)>img{
		width: 165px;
		left: 50%;
		right: initial;
	}
	.about-logo:nth-child(3)>img{
		width: 159px;
		left: 50%;
		right: initial;
	}
	.about-logo:nth-child(4)>img{
		width: 159px;
		left: 50%;
		right: initial;
	}
	.about-logo:nth-child(5)>img{
		width: 105px;
		left: 50%;
		right: initial;
	}
	.about-logo:nth-child(6)>img{
		width: 105px;
		left: 50%;
		right: initial;
	}
	.about-logo:nth-child(7)>img{
		width: 105px;
		left: 50%;
		right: initial;
	}
	.about-logo:nth-child(8)>img{
		width: 105px;
		left: 50%;
		right: initial;
	}
	.about-logo:nth-child(9)>img{
		width: 105px;
		left: 50%;
		right: initial;
	}
}
@media (max-width: 767px){
	.top-content{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-title{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 36px;
	}
	.top-paragraph{
		font-weight: 300;
		font-size: 14px;
		line-height: 36px;
	}
	.capital .quate{
		width: 100%;
		max-width: 650px;
	}
	.premier-club .quate{
		width: 100%;
		max-width: 560px;
	}
	.real-estate .quate{
		width: 100%;
		max-width: 620px;
	}
	.project .quate{
		width: 100%;
		max-width: 650px;
	}
	.investment .quate{
		width: 100%;
		max-width: 650px;
	}
	.quate{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.quate p{
		width: 100%;
		line-height: 26px;
		font-size: 14px;
	}
	.body-part-2{
		height: 460px;
	}
	.body-part-3{
		padding: 80px 0 80px;
	}
	.capital-des p{
		width: 100%;
		line-height: 36px;
		font-size: 14px;
		padding-bottom: 80px;
		padding-left: 15px;
		padding-right: 15px;
	}
	/*--- investment partner--*/
	.partner-logo{
		width: 100%;
		margin: 15px 0;
	}
	.partner-logo:nth-child(1) img{
		width: 166px;
		left: 50%;
		right: initial;
		transform: translate(-50%,-50%);
	}
	.partner-logo:nth-child(2) img{
		width: 165px;
		left: 50%;
		right: initial;
		transform: translate(-50%,-50%);
	}
	.partner-logo:nth-child(3) img{
		width: 159px;
		left: 50%;
		right: initial;
		transform: translate(-50%,-50%);
	}
	.partner-logo:nth-child(4) img{
		width: 159px;
		left: 50%;
		right: initial;
		transform: translate(-50%,-50%);
	}

	.investment-top{
		padding: 50px 15px;
	}
	.investment-title{
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 5px;
	}
	.investment-website{
		font-size: 14px;
		line-height: 20px;
	}
	.investment-des{
		padding-top: 20px;
		font-size: 14px;
	}

	.investment-bottom{
		height: 320px;
	}
	.investment-bottom>p{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.investment-bottom  .quate-left{
		margin-top: 5px;
	}
	.investment-bottom .quate-content{
		font-size: 14px;
		line-height: 30px;
	}
	.investment-bottom  .quate-right svg{
	    margin-left: 10px;
	    margin-top: 5px;
	}
/*	.partner-des-4 .investment-bottom>p{
		max-width: 540px;
		width: 100%;
	}*/

	.about-top-slogan{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
		width: 100%;
	}
	.about-top-slogan h1{
		font-size: 20px;
		font-weight: 600;
		line-height: 34px;
		margin-bottom: 20px;
		text-align: center;
	}
	.about-sign{
		width: 175px;
	}
	.about-sign .quate-content{
		font-size: 16px;
		line-height: 24px;
		color: #c79158;
	}
	.about-sign .quate-left{
		display: block;
		width: 18px;
		margin-right: 20px;
	}
	.about-sign .quate-right{
		display: block;
		width: 18px;
		margin-left: 20px;
		margin-top: 14px;
	}
	.about-top-name{
		bottom: 15%;
	}
	.about-des h1{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-des p{
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-partner{
		margin-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-logo{
		width: 100%;
		margin: 20px 0;
	}
}
/* change */
@media (max-width: 375px){
	.capital .quate h3{
		margin-bottom: 16px;
	}
	.body-part-2{
		height: 545px;
	}
	.capital .quate{
		padding-top: 10px;
	}
}
.childpage {
	float: left;
	width: calc(33.333333% - 30px);
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
	background: #c79158;
	margin: 0px 15px 30px;
	box-shadow:1px 15px 30px rgba(0,0,0,0.5);
	overflow:hidden;

}
ul.quate{ list-style: none}
.quate .childpage p{ color: #333;}
li.childpage img{ width: 100%; height:200px;}
li.childpage p{ line-height: 40px;}
