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

.f_pg1{
	background: #fff;
	min-height: 1px;
	padding-bottom: 20px;
}
.f_pg2{
	background: #f8f8f8;
	min-height: 1px;
	padding-bottom: 20px;
}
.f_pg3{
	background: #fff;
	min-height: 1px;
	padding-bottom: 20px;
}
.f_pg4{
	background: #f8f8f8;
	min-height: 1px;
	padding-bottom: 30px;
}

/*==== 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: 35% 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;
	font-weight: 500;
}
.f_mian_contentbox_t2{
	color: #7a7a7a;
	width: 100%;
	font-size: 14px;
	line-height: 1.6em;
}
.f-mian_contentbox_img{
	width: 90%;
}


/*two or three columns content start*/

.twocol_content, .threecol_content {
    display: block;
    text-align: left;
	padding-bottom: 20px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.twocol_content_img {
    max-width: 80%;
	/* margin-left: auto; */
    margin-right: auto;
}
.threecol_content_img {
    max-width: 90%;
	/* margin-left: auto; */
    margin-right: auto;
}
.twocol_content .caption {
	max-width: 80%;
    color: #7a7a7a;
	font-size: 14px;
}
.threecol_content .caption {
	max-width: 90%;
    color: #7a7a7a;
	font-size: 14px;
}
@media (max-width: 767px){
	.twocol_content_img,.threecol_content_img{
	max-width: 100%;
	padding: 15px 30px;
	}
	.twocol_content .caption, .threecol_content .caption  {
	max-width: 100%;
	padding: 0px 30px;
	text-align: center;
}
}

.twocol_content h3, .threecol_content h3 {
	color: #444;
    font-size: 23px;
    font-size: 18px;
}
/*two or three columns content end*/
















