@charset "utf-8";
/* CSS Document */

.business_title{
	font-family: Century Gothic, sans-serif;
	font-size:35px;
	color:#eb9800;
	font-weight: 500;
	margin-bottom:25px;
	float: left;
	width: 500px;
}
.business_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	word-spacing:3px;
	line-height:17px;
}
.business_sub_title{
	font-family: Century Gothic, sans-serif;
	font-size:16px;
	color:#7e5100;
	margin-top:50px;
	margin-bottom:20px;
	font-weight: bold;
}
.business_top{
	height:380px;
	width:100%;
}
.business_left{
	float:left;
	width:317px;
	height:266px;
}
.business_right{
	float: right;
	width:460px;
	height:266px;
	font-size: 15px;
	line-height:22px;
	color: #666666;
}
.business_oem{
	width:576px;
	height:114px;
	background-image:url(../images/business/oem.png);
	background-repeat:no-repeat;
	padding-top: 90px;
	padding-left: 20px;
	padding-right: 20px;
}
.business_gift{
	width:576px;
	height:336px;
	background-image:url(../images/business/gift.png);
	background-repeat:no-repeat;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:20px;
}
.business_highlight{
	color:#ec9900;
	font-weight:bold;
}
.oem_middle{
	height:100px;
	width:100%;
	margin-top:20px;
}
.oem_middle_left{
	float:left;
	width:300px;
	height:auto;
}
.oem_middle_right{
	float: left;
	width:auto;
	height:auto;
}
