.desc {
    text-align: center;
    margin-bottom: 30px;
}

.desc h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
	position: relative;
	padding-bottom: 20px;
}

/*
.desc p {
    font-size: 18px;
    line-height: 26px;
    color: #666;
    margin-top: 20px;
    position: relative;
    padding-bottom: 20px;
}
*/

.desc h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 2px;
    background-color: #0288D1;
    margin-left: -35px;
}


.prospect{
	padding: 60px 0;
}

.prospect .prospect-content p{
	line-height: 1.8;
	margin-bottom: 15px;
	color: #666;
	text-indent: 2em
}

.prospect .prospect-content ol{
	padding-left: 80px;
	
}

.prospect .prospect-content li{
	line-height: 1.6;
	margin-bottom: 10px;
	color: #666;
	list-style: inherit;
	font-size: 16px;
}


.mode{
	padding-bottom: 60px

}

.mode .desc{
	margin-bottom: 20px;
}

.mode .mode-content{
	padding: 40px 0;
	background: url("../img/investment_bg.jpg") no-repeat center;
	background-size: cover
}

.mode .mode-content a{
	display: block;
	width: 250px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #ff9600;
	margin: 40px auto 0;
	border-radius: 5px;
		
}

.condition{
	padding-bottom: 60px
}

.super{
	padding-bottom: 60px
}
.super .wrap{
	margin-bottom: 30px;
	max-width: 350px;
	padding: 20px;
	background-color: #0288D1;
	text-align: center;
	border-radius: 5px
}

.super .wrap p{
	line-height: 2;
	color: #fff;
}


.condition .wrap{
	margin-bottom: 30px;
	max-width: 350px;
	padding: 20px;
	background-color: #0288D1;
	text-align: center;
	border-radius: 5px;
	min-height: 140px;
	display: table;
}
.condition .wrap p{ 
	line-height: 2;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}