@charset uft8;
/*css document*/
body {
	/*font-family: 'Segoe UI', Tahoma, Helvetica, Arial, Verdana, sans-serif;*/
}
/*banner*/
#customer-banner {
	height: 536px;
	background: rgb(43, 56, 75) url(img/customer_banner.jpg) no-repeat center;
	margin-bottom: 71px;
	color: white;
	padding-top: 180px;
}

#customer-banner-content {
	max-width: 960px;
	margin: auto;
	text-align: center;
	color: white;
}

#customer-banner-content h1 {
	margin: 0;
	font-weight: normal;
	line-height: 55px;
}

#customer-banner-content p {
	max-width: 320px;
	display: inline-block;
	border: 1px solid white;
	line-height: 35px;
	padding: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 25px;
}

.customer {
	padding-left: 50px;
	max-width: 1001px;
	margin: auto;
	background-color: #f8f8f8;
	overflow: hidden;
	position: relative;
	margin-bottom: 71px;
	border-radius: 4px;
	min-height: 363px;
}

.customer img {
	position: absolute;
}

.customer-content {
	padding: 40px 50px 40px 0;;
	max-width: 364px;
	display: inline-block;
	background-color: #f8f8f8;
	position: relative;
	z-index: 1;
}

.customer-content > h3  {
	margin: 0 0 3px 0;
}

.customer-content > h4 {
	font-size: 17px;
	font-size: 1.7rem;
	color: #6E6E6E;
}

.customer-content > p {
	margin: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	color: #6E6E6E;
}

.customer-content div {
	margin-top: 15px;
	width: 188px;
	height: 43px;
	line-height: 47px;
	font-size: 13px;
	font-size: 1.3rem;
	padding-left: 15px;
	background: url(img/button.png) -2px 0;
	color: rgb(119, 119, 119);
	cursor: pointer;
}

.customer-content div:hover {
	background-position: -2px -45px;
	color: rgb(72, 151, 238);
}

@media(max-width: 800px) {
	.customer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.customer-content {
		max-width: initial;
	}

	.customer img {
		position: static;
		max-width: 100%;
	}
} 

