
.function-divider {
  margin: 40px 0; 
} 

.f_pg1, .f_pg5, .f_pg7, .f_pg9{
	background: #fff;
	height: 100%;
}
.f_pg3, .f_pg4, .f_pg6, .f_pg8, .f_pg10{
	background: #fff;
	height: 100%;
}
.f_pg1{
	margin-bottom: 20px;
}
.f_pg2{
	background: #427ede;
}
.f_pg4{
	padding-bottom: 30px;
	background: #f8f8f8;
}
/*==== BANNER =====*/
.f_banner{
	width: 100%; 
	height: 230px;
	overflow: hidden;
	background-image:url(../images/function/banner_function.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color:#ffffff;
	position:relative;
}
@media (min-width: 320px) and (max-width:460px) {
	.f_banner{
		width: 100%; 
		height: 230px;
		overflow: hidden;
		background-image:url(../images/function/banner_function.png);
		background-size: cover;
		background-position: 10% 50%;
		background-repeat: no-repeat;
		background-color:#ffffff;
		position:relative;
	}
	.f_mian_contentbox_tbox {
	    padding-left: 0px !important;
	    padding-right: 0px;
	    padding-bottom: 30px;
	    width: 100%;
	}
	.title_cterbox {
	    padding-top: 30px !important;
	    margin-bottom: 0px !important;
	}
}

/*==== BANNER END =====*/

/*==== CONTENT =====*/
.f_mian_contentbox_tbox{
	width: 90%;
    padding-right: 50px;
}
.f_mian_contentbox_t1{
	color: #444;
	width: 100%;
	font-size: 18px;
	padding: 15px 0px 3px 0px;
}
.f_mian_contentbox_t2{
	color: #7a7a7a;
	width: 100%;
	font-size: 14px;
	line-height: 1.6em;
}
.f-mian_contentbox_img{
	width: 90%;
}

/*====  ANALYSIS =====*/

.colored-boxed{
	width:80%;
	height:100%;
	margin: 0 auto 15px auto;
	text-align:left;
}
.imagebox{
	/* border:1px solid #afd5ec; */
}
.colored-boxed h3 {
	 color: #444;
    font-size: 18px;
	margin-top: 25px;
}
.colored-boxed p {
   /*  font-size: 12px;
    line-height: 2; */
	
	color: #7a7a7a;
    font-size: 14px;
    line-height: 1.6em;
}

















