.ab_cust {
	width: 16.666%;
	height: 140px;

	float: left;
}
.origck{
	background: #e23c41;
    padding: 10px 35px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}
.ab_cust:hover {
	background: #e23c41;
}

.resume_l {
	background: #eab544;
	padding: 8px 20px;
	color: #fff;
	border-radius: 20px;
}

.resume_r {
	background: #558bc0;
	padding: 8px 20px;
	color: #fff;
	border-radius: 20px;
	margin-left: 20px;
}

.manager {
	width: 95px;
	height: 76px;
	margin: 15px auto 8px auto;
	cursor: pointer;
}

.cust1 {
	width: 95px;
	height: 76px;
	background: url(../img/about_yt1.png) 0 0 no-repeat;
}

.ab_cust:hover .cust1 {
	background: url(../img/about_yt1.png) 0 -76px no-repeat;
}

.cust2 {
	width: 95px;
	height: 76px;
	background:url(../img/about_yt2.png) 0 0 no-repeat;
}

.ab_cust:hover .cust2 {
	background:url(../img/about_yt2.png) 0 -76px no-repeat;
}

.cust3 {
	width: 95px;
	height: 76px;
	background:url(../img/about_yt3.png) 0 0 no-repeat;
}

.ab_cust:hover .cust3 {
	background:url(../img/about_yt3.png) 0 -76px no-repeat;
}

.cust4 {
	width: 95px;
	height: 76px;
	background:url(../img/about_yt4.png) 0 0 no-repeat;
}

.ab_cust:hover .cust4 {
	background:url(../img/about_yt4.png) 0 -76px no-repeat;
}

.cust5 {
	width: 95px;
	height: 76px;
	background: url(../img/about_yt5.png) 0 0 no-repeat;
}

.ab_cust:hover .cust5 {
	background:url(../img/about_yt5.png) 0 -76px no-repeat;
}

.cust6 {
	width: 95px;
	height: 76px;
	background:url(../img/about_yt6.png) 0 0 no-repeat;
}

.ab_cust:hover .cust6 {
	background:url(../img/about_yt6.png) 0 -76px no-repeat;
}

.cust_tit {
	text-align: center;
	color: #b6b5b5;
	font-size: 18px;
	font-weight: normal;
}

.ab_cust:hover .cust_tit {
	color: #fff;
}



