.bank_container {
	width: 1200px;
	height: 900px;
	margin: 0 auto;
}

.bank_discount {
	margin: 130px 0 20px 0;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: rgba(89, 89, 97, 1);
	line-height: 42px;
	padding-top: 37px;
}



.header {
	background-color: #2B303B;
	color: white;
}

.input_search,
.li_cotain,
.service_cotain {
	background-color: #3D4454!important;
}

.imgbox {
	display: inline-block;
	width: 280px;
	height: 160px;
	margin: 10px ;	
	box-shadow:0px 0px 12px 0px rgba(241,241,240,1);
}
.imgbox img{
	width: 100%;
	height: 100%;
}

