@charset "utf-8";
/* CSS Document */
.about .six-le ul li{
	height: 142px;
}
.about .six-le ul li:last-child{
	width: 94%;
}



.about.enterpriseregistration .two ul li .images{
	height: 474px;
}
.about.bankaccount .two ul li .images{
	height: 240px;
}



.enterpriseregistration .content{
	margin-bottom: 50px;
}
.enterpriseregistration .company ul li{
	float: left;
	width: 20%;
	height: 100px;
	border: 1px solid #ececec;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle; 
	padding: 1em 1em 0.5em 1em;
	box-sizing: border-box;
}
.enterpriseregistration .company ul li img{
	max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}



.boardingservice .content{
	margin-top: 0 !important;
}
.boardingservice .content .titles{
	font-size: 20px;
    color: #333;
    font-weight: 700;
    margin: 30px 0 5px 0;
}
.boardingservice .content .a{
	float: left;
	width: 40%;
}
.boardingservice .content .b{
	float: right;
	width: 50%;
}
.boardingservice .content img{
	width: 100%;
	height: auto;
}

.boardingservice .six{
	margin-bottom: 50px;
}
.boardingservice .six ul li{
	width: 19%;
	height: 142px;
}



@media( max-width: 1279px ){
	.about.enterpriseregistration,
	.about.bankaccount{
		padding-top: 50px;
	}
}

@media( max-width: 991px ){
	.about.enterpriseregistration1,
	.about.bankaccount-advantage{
		padding-bottom: 0 !important;
	}
	
	.about.enterpriseregistration .two ul li .images,
	.about.bankaccount .two ul li .images{
		height: auto;
	}
	.about .two{
		margin-top: 10px;
	}
}

@media( max-width: 767px ){	
	.about.enterpriseregistration{
		padding-bottom: 40px !important;
	}
	.about.enterpriseregistration1{
		padding-bottom: 0 !important;
	}
	.about.enterpriseregistration2,
	.about.bankaccount,
	.programme{
		padding-top: 40px !important;
	}
	
	.about .two{
		margin-top: 0;
	}
	
	.enterpriseregistration .content{
		margin-bottom: 20px !important;
	}
	.enterpriseregistration .company{
		margin: 0 10px;
	}
	.enterpriseregistration .company ul li{
		width: 50%;
	}
		
	.boardingservice .six{
		margin-bottom: 0;
	}
	.boardingservice .content .a,
	.boardingservice .content .b{
		width: 100%;
		height: auto;
	}	
}