#footer_box{
	width: 1000px;
	height: 73px;
	margin: 0 auto;
	position: relative;
	background: url(../data/wrapper/footer/bg.jpg) repeat-x;
	}
#left{
	width: 238px;
	height: 152px;
	position: absolute;
	top: 20px;
	left: 35px;
	}
#left .con_tit{
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #2886BD;
	padding-bottom: 10px;
	}
#left .con_tit:before{
	content:'';
	background:url(../data/wrapper/footer/qr.png) no-repeat;
	width:22px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	}
#left .qr{
	float:left;
	}
#left .wh{
	float:right;
	}
#mid{
	width: 240px;
	height: 152px;
	position: absolute;
	top: 20px;
	left: 380px;
	}
#mid .con_tit{
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #2886BD;
	padding-bottom: 7px;
	}
#mid .con_tit:before{
	content:'';
	background:url(../data/wrapper/footer/link.png) no-repeat;
	width:28px;
	height:19px;
	display:inline-block;
	vertical-align:middle;
	}

#right{
	width: 250px;
	height: 152px;
	position: absolute;
	top: 20px;
	right: 35px;
	}
#right .company_c{
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	line-height:24px;
	}
#right .company_e{
	font-size:12px;
	font-weight:bold;
	color:#9EA9B2;
	}
#footer_menu{
	width: 1000px;
	height: auto;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #888;
	text-align:center;
	position:absolute;
	top:10px;
	left:0;
	}
#footer_menu a{
	color:#888;
	text-decoration:none;
	font-weight:bold;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
	}
#footer_menu a:hover{
	color:#F28C01;
	}
#footer_menu2{
	float: left;
	width: auto;
	height: auto;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-size: 13px;
	color: #9EA9B3;
	}
#footer_menu2 a{
	color:#9EA9B3;
	text-decoration:none;
	font-weight:bold;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
	}
#footer_menu2 a:before{
	content:'';
	background: url(../data/wrapper/footer/icon.png) no-repeat;
	width:18px;
	height:2px;
	display:inline-block;
	vertical-align:middle;
	}
#footer_menu2 a:hover{
	color:#FFF;
	}
#footer_info{
	color: #B9B9B9;
	width: auto;
	height: auto;
	line-height: 24px;
	letter-spacing: 1px;
	font-size: 13px;
	}
#footer_info img{
	background-position:0;
	}
#copyright{
	width: 1000px;
	height: auto;
	position: absolute;
	top: 48px;
	left: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 1px;
	}
#copyright .company{
	color: #FFF;
	}
#copyright .webdesign{
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	}
#copyright .webdesign a{
	color:#FFF;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
	}
#copyright .webdesign a:hover{
	text-decoration:underline;
	}

#footer_logo{
	width: auto;
	height: auto;
	position: absolute;
	left: 30px;
	top: 68px;
	}
#copyright .link a{
	color: #999;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#copyright .link a:hover{
	color: #E68A2D;
}
#qr{
	position: absolute;
	top: 60px;
	right: 20px;
	width: 90px;
	height: 90px;
	}
#stores{
	width: auto;
	height: 43px;
	position: absolute;
	top: 80px;
	right: 30px;
	}
	
#stores .pchome{
	float:left;
	margin-right:8px;
	}
#stores .yahoo{
	float:left;
	margin-right:8px;
	}
#stores .fb{
	width:111px;
	height:43px;
	float:left;
	text-indent:-9999px;
	}
#stores .fb a{
	width:111px;
	height:43px;
	display:block;
	background:url(../data/wrapper/footer/fb.png);
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#stores .fb a:hover{
	background:url(../data/wrapper/footer/fb_.png);
	}
