
/*group content*/
.group-introduce{
	padding-bottom:58px;
}
.group-content{
	padding-top:28px;
}

/*page second title*/
.page-second-title{
	margin-bottom:18px;
}
.page-introduce{
	margin-top:18px;
}

/*executives detail*/
.executives-detail{
	background: url("../images/hover-bg.jpg") right bottom no-repeat;
	cursor: default;
}
.section-small-box{
	padding:30px;
	float: left;
}
.executives-detail .img-container{
	padding-right:40px;
}
.westffs-ov{
	margin-top: 40px;
}
.westffs-ov>div{
	float: left;
	width: 24%;
	text-align: center;
}
.westffs-ov img{
	width: 180px;
	margin-bottom:20px;
}
.westffs-ba{
	color: #fff;
	line-height: 1.9;
	font-size:14px ;
	text-align: center;
}
p {
    margin: 0;
}
.card-detail {
    margin-left: 1.333333%;
}
    
   
/*pad pro media*/
@media screen and (max-width:1199px){
	/*image and content*/
	.mobile-body .img-container{
		width:auto;
	}
	.mobile-body .img-container img{
		width: auto;
	}
	
}

/*pad pro media*/
@media screen and (max-width:767px){
	/*image and content*/
	.mobile-body .img-container{
		text-align: center;
	}
	.mobile-body .group-introduce .img-container{
		width:100%;
		margin:0px auto 40px;
		padding-right:0px!important;
	}
	.mobile-body .group-introduce .img-container img{
		width: 100%;
	}
	.westffs-ov div{width: 100%;}
	.card-detail {
    margin-left: 0px;margin-top: 20px;
    }
	
}