﻿
/* CSS Document */
.about {
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 1.2222em;
	color: #010101;
	line-height: 2.4545em;
	padding: 2.0909em 1.7273em 1.1364em;
	background: url(../image/bg_03.jpg) center bottom no-repeat;
	background-size: 7.8182em 0.1818em;
	margin-bottom: 3.7727em;
}
.list {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 1em;
	margin-bottom: 1.5em;
}
.list ul li {
	font-size: 1em;
	width: 33.3333%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 0.5556em;
}
.list ul li a {
	display: block;
	width: 90%;
	height: 8.8889em;
	margin: 0 auto;
	position: relative;
	background-image: url(../image/bg_04.png);
	background-repeat: no-repeat;
	background-position: center 2em;
	background-size: 2.3333em 2.3333em;
}
.list ul li a b {
	font-size: 1.2222em;
	font-weight: normal;
	color: #fff;
	display: block;
	width: 100%;
	height: 5.5556em;
	line-height: 5.5556em;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.list ul li a span {
	font-size: 1em;
	color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	display: block;
	width: 100%;
	height: 3.5556em;
	line-height: 3.5556em;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.product {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 2em;
}
.product ul li {
	font-size: 1em;
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom:1em;
}
.product ul li img {
	width: 16.5556em;
	height: 16.5556em;
	display: block;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
}
.product ul li b {
	display: block;
	margin: 0 auto;
	font-size: 0.8889em;
	width: 18.75em;
	height: 2em;
	line-height: 2em;
	padding-top: 0.5em;
}
.product ul li b a {
	color: #007bda;
}
.product ul li span {
	display: block;
	margin: 0 auto;
	font-size: 0.8889em;
	width: 18.75em;
	height: auto;
	line-height: 1.875em;
	overflow: hidden;
}
