
/*profit_model*/
.profit_banner{
	width: 100%;
	height: 400px;
	background: url(../img/profit_banner.jpg) top center no-repeat;
}
.profit_banner_div{
	padding-top: 150px;
}
.profit_banner_en{
	font-size: 60px;
	font-weight: 700;
	font-family: Roboto;
	line-height: 60px;
	color: #C5B4FE;
}
.profit_banner_cn{
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	margin-top: 15px;
}
.forecastbox{
	padding: 80px 0;
	background-color: #fff;
}
.forcast_p1{
	font-size: 24px;
	line-height: 24px;
	color: #434343;
}
.forcast_p1 span{
	font-size: 16px;
	color: #939393;
	font-family: Roboto;
	padding-top: 8px;
	display: inline-block;
	line-height: 16px;
	margin-left: 10px;
}
.forcast_ul{
	margin-top: 85px;
	text-align: center;
}
.forcast_ul li{
	width: 32%;
	display: inline-block;
	margin-bottom: 50px;
}
.forcast_ul>.forcast_ul_line{
	height: 165px;
	width: 0;
	border-right: 1px dashed rgb(229,229,229);
	margin-top: 35px;
}
.forcast_ul2{
	margin-top: 0;
	text-align: center;
}
.forcast_ul2 li{
	width: 33%;
	float: left;
	margin-bottom: 50px;
}
.forcast_ul2>.forcast_ul_line{
	height: 165px;
	width: 0;
	border-right: 1px dashed rgb(229,229,229);
	margin-top: 35px;
}
.customerbox{
	padding-top: 70px;
	background-color: #F8F5FE;
}
.customer_ul{
	margin-top: 70px;
	margin-right: -100px;
}
.customer_ul li{
	padding: 0 30px 35px 20px;
	border-bottom: 1px dashed rgb(220,220,220);
	width: 475px;
	margin-right: 100px;
	margin-bottom: 45px;
	float: left;
}
.customer_ul li:nth-last-of-type(2){
	border-bottom: 0;
}
.customer_ul li:last-of-type{
	border-bottom: 0;
}
.customer_li_left{
	width: 65px;
	float: left;
}
.customer_li_right{
	width: 410px;
	float: left;
}
.customer_li_right_p1{
	font-size: 24px;
	color: #434343;
}
.customer_li_right_p1 span{
	background-color: #D2D2D2;
	width: 3px;
	height: 22px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: -2px;
}
.customer_li_right_p2{
	font-size: 14px;
	color: #838383;
	margin-top: 15px;
	height: 72px;
}
.customer_more{
	display: block;
	width: 475px;
	height: 88px;
	border: 1px dashed rgb(220,220,220);
	color: #8d8d8d;
	font-size: 24px;
	line-height: 88px;
	text-align: center;
}
.customer_more span{
	display: inline-block;
	vertical-align: -13px;
	margin-right: 15px;
	width: 44px;
	height: 44px;
	background:url(../img/more.png);
}
.customer_more:hover{
	background-color: #724CF0;
	color: #fff;
	border: 1px solid #724CF0;
}
.customer_more:hover span{
	background: url(../img/more_hover.png);
}
.khqt{
	margin-top: 70px
}
.khqt_single{
	width: 12.5%;
	float: left;
	margin-bottom: 70px
}
.khqt_single_div1{
	width: 100%;
	height: 60px;
}
.khqt_single_div1 img{
	display: block;
	margin: 0 auto;
}
.khqt_single_div2{
	text-align: center;
	font-size: 16px;
	color: #939393
}