@media only screen and (max-width:767px) {
	.common-tab .common-tab-left .common-tab-left-content .nav li{
		width: 25%;    
	}
	.common-tab .common-tab-left .common-tab-left-content .nav li a{
		text-align: center;
	}
}
.About #aboutSec1 p{
	font-size:16px;
	font-weight:400;
	color:rgba(66,67,69,1);
	line-height:28px;
}
.About #aboutSec1 p.mb{
	margin-bottom: 30px;
}
.About #aboutSec1 .img-responsive{
	margin: 24px 0  35px 0;
}
@media only screen and (max-width:767px) {
	.About #aboutSec1 .img-responsive{
		margin: 15px 0 10px 0;
	}
}
.About #aboutSec2 .nav{
	margin-bottom: 30px;
}
.About #aboutSec2 li{
	padding: 40px 0;
}
.About #aboutSec2 li .number{
	display: inline-block;
	height:54px;
	font-size:56px;
	font-family:Bebas;
	color:rgba(0,99,152,1);
	line-height:57px;
	margin-right: 15px;
}
.About #aboutSec2 li .desc{
	height:28px;
	font-size:20px;	
	font-weight:500;
	color:rgba(66,67,69,1);
	line-height:28px;
}
.About #aboutSec2 li .img-wrapper{
	position: absolute;
	right: 3%;
	top:22% ;
	width: 80px;
	height: 80px;
}
.About #aboutSec2 li .img-responsive{
	width: 100%;s
}
.About #aboutSec2 .bom-img{
	margin-bottom: 15px;
}
@media only screen and (max-width:1200px ) {
	.About #aboutSec2 li .img-wrapper{
		display: none;		
	}
	.About #aboutSec2 li{
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		padding: 15px 0;
	}
	.About #aboutSec2 li .number{
		
		font-size:44px;
		margin-right: 10px;
	}
}
@media only screen and (max-width:767px) {
	.About #aboutSec2 li{
		padding: 5px 0;
	}
	.About #aboutSec2 li .number{		
		font-size:38px;		
	}
	.About #aboutSec2 li .desc{		
		font-size:18px;			
	}
	.About #aboutSec2 .nav{
		margin-bottom: 15px;
	}
	.About #aboutSec2 .bom-img .col-sm-6{
		padding: 0;
	}
	.About #aboutSec2 .bom-img .img-responsive{
		margin-bottom: 15px;
	}
}
.About #aboutSec3 li{	
	font-size:16px;	
	font-weight:400;
	color:rgba(66,67,69,1);
	line-height:24px;		
	padding: 30px 0 30px 72px  ;	
}
.About #aboutSec3 li:nth-child(1){
	background: url(../images/about-hz_03.png) no-repeat left center;
}
.About #aboutSec3 li:nth-child(2){
	background: url(../images/about-hz_06.png) no-repeat left center;
}
.About #aboutSec3 li:nth-child(3){
	background: url(../images/about-hz_08.png) no-repeat left center;
}
.About #aboutSec3 li:nth-child(4){
	background: url(../images/about-hz_10.png) no-repeat left center;
}
.About #aboutSec3 li:nth-child(5){
	background: url(../images/about-hz_12.png) no-repeat left center;
}
.About #aboutSec3 li:nth-child(6){
	background: url(../images/about-hz_14.png) no-repeat left center;
}
.About #aboutSec4 .top-img{
	margin-bottom: 30px;
}
.About #aboutSec4 .aboutSec4-left h5{
	font-size:18px;
	font-weight:700;
	color:rgba(66,67,69,1);
	line-height:25px;
	margin-bottom: 20px;
	margin-top: 0;
}
.About #aboutSec4 .aboutSec4-left p{
	margin-bottom: 8px;
	font-size:16px;
	font-weight:400;
	color:rgba(66,67,69,1);
	line-height:22px;
}
.About #aboutSec4 .aboutSec4-right {
	padding-top: 15px;
	padding-bottom: 80px;
}
.About #aboutSec4 .aboutSec4-right .img-responsive{
	display: inline-block;
	padding: 12px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
}
@media only screen and (max-width:991px ) {
	.About #aboutSec4 .aboutSec4-right {
		padding-top: 15px;
		text-align: left;
		padding-left: 0;
		padding-bottom: 40px;
	}
}