#invest-section{
	padding-top: 65px;
	padding-bottom: 65px;
}
.advantage-ctn{
	width: 100%;
	/*height: 665px;*/
	height: 100%;
	background-image: url(../images/investment/invest-advant-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	color: #FFFFFF;
}
.top-introduce,.bottom-introduce{
	width: 100%;
	height: 50%;
	padding: 60px 90px;
}
.bottom-introduce{
	background-color: rgba(0,0,0,.5);
}
.advant-title{
	font-size: 30px;
	text-align: center;
}
.advant-title-icon{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #FFFFFF;
	margin: 8px auto 20px;
}
.cpy-advant-desc{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.bottom-introCtn{
	margin-top: 10px;
}
.bottom-introList{
	position: relative;
	float: left;
	width: 33%;	
}
.bottom-introList>img{
	display: block;
	margin: 0 auto;
	transition: all .5s; 
}
.bottom-introList>img:hover{
	transform: scale(.9);
}
.bottom-introList>p{
	width: 56%;
	margin: 20px auto 0;
	text-align: center;
	overflow: hidden;
}


@media only screen and (max-width: 1080px) {
	.cpy-advant-desc{
		font-size: 16px;
	}
}


@media only screen and (max-width: 980px) {
	#invest-section{
		padding-top: 50px;
	}
	.advantage-ctn{
		height: auto; 
	    background-position: center bottom;
	    background-size: auto;
	}
	.top-introduce,.bottom-introduce{
		width: 100%;
	    height: auto;
	    padding: 15px;	    
	}
	.top-introduce{
		background: #cccccc;
	}
	.bottom-introList{
		float: unset;
		width: 100%;
		margin-bottom: 15px;
	}
}