@charset "utf-8";
.about {
	padding: 50px 0 20px;
}
.title {
}
.title p {
	font-size: 28px;
	color: #ccc;
	text-align: center;
	margin-bottom: 5px;
}
.title h2 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #0a82df;
	position: relative;
}
.title h2:before {
	top: 50%;
	left: 27.5%;
}
.title h2:after {
	bottom: 50%;
	left: 57.5%;
}
.title h2:before, .title h2:after {
	content: '';
	display: block;
	background: #ccc;
	height: 1px;
	position: absolute;
	width: 15%;
}
.about .content {
	padding: 30px 0 20px;
	text-align: center;
	line-height: 30px;
}
.about .fl {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.about .fl li {
	float: left;
	background: url(../images/mainbg.png) no-repeat center 0;
	width: 20%;
	margin: 2.5%;
	height: 150px;
	position: relative;
}
.about .fl li span {
	text-align: center;
	position: absolute;
	transition: all 0.6s ease;
}
.about .fl li span.s1 {
	top: 21%;
	left: 39%;
}
.about .fl li span.s2 {
	font-size: 46px;
	left: 40%;
	top: 24%;
}
.about .fl li span.s3 {
	top: 21.8%;
	left: 37.2%;
	font-size: 52px;
}
.about .fl li span.s4 {
	top: 20%;
	left: 37.5%;
	font-size: 55px;
}
.about .fl li span:hover {
	transform: rotate(360deg);
}
.about .fl li a {
	display: block;
	left: 37%;
	bottom: 0;
	position: absolute;
	font-size: 16px;
	letter-spacing: 1px;
}
.about .fl li a:hover{
	font-weight: bold;
	color: #0a82df;
}
.products {
	padding: 35px 0 20px;
}
.products .product {
}
.product .content {
	padding: 40px 0 20px;
	overflow:  hidden;
}
.product .content li {
	float: left;
	width: 22.25%;
	margin: 15px;
	border: 1px solid #d7d7d7;
}
.product .content li .pic {
	overflow: hidden
}
.product .content li img {
	width: 100%;
	display: block;
	transition: all 0.6s ease;
}
.product .content li:hover img{
	transform: scale(1.1);
}
.product .content li:hover span{
	color: #0a82df;
	font-weight: bold;
}
.product .content li span {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	letter-spacing: 1px;
	background: #c6c6c64a;
}