﻿body {
	background: url(../images/bg.png) no-repeat;
	background-attachment: fixed;
}
.main {
	width: 100%;
}
/*产品分类*/
.product{
	padding: 40px 0;
	background: #FFFFFF;
}
.product-info:after {
	width: 0px;
	height: 0px;
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}
.product-info li {
	width: 246px;
	float: left;
	margin: 50px 0;
	transition: all 0.6s;
}
.product-info li:hover {
	transform: scale(1.2);
}
.product-info li a {
	display: inline-block;
}
.product-info figure {
	text-align: center;
}
.product-info img {
	width: 180px;
	height: 107px;
}
.product-info figcaption {
	text-align: center;
	width:200px;
}
/*产品分类结束*/
/*关于汉迪*/
.about {
	width: 100%;
	padding: 40px 0;
	color: #FFFFFF;
	height: 400px;
}
.about-title {
	text-align: center;
	width: 200px;
}
.about-title p {
	font-family: Colonna MT;
	font-size: 26px;
}
.about-info {
	width: 870px;
    float: right;
    margin-right: 10%;
	
}
.about-info p {
	line-height: 40px;
	text-align:justify;
	text-indent:2em;
}
/*关于我们   结束*/
/*新闻*/
.news {
	width: 100%;
	padding: 40px 0;
	background: #eeeeee;
}
.news-info {
	margin: 40px 0;
}
.news-info:after {
	width: 0px;
	height: 0px;
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}
.news-info li {
	background-color: #FFFFFF;
	width: 580px;
	height: 190px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	float: left;
	padding: 10px;
	transition: all 0.6s;
}
.news-info li:hover {
	transform: scale(1.05);
}
.news-info li:nth-child(2) {
	margin-left: 30px;
}
.news-info li:nth-child(3) {
	margin-top: 30px;
}
.news-info li:nth-child(4) {
	margin: 30px 0 0 30px;
}
.news-info li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.news-info li img {
	width: 255px;
	height: 190px;
}
.news-info-info img {
	display: none;
}
.img-info {
	float: right;
	width: 300px;
}
.news-info-title {
	margin: 10px 0;
	font-weight: 600;
	color: #1BA494;
}
.news-info-info {
	font-size: 14px;
}
/*新闻结束*/
/*典型用户*/
.user {
	width: 100%;
	background: #FFFFFF;
	padding: 40px 0;
}
.user-info {
	background: url(../images/dianxing.png) no-repeat;
	height: 380px;
	margin-top: 20px;
}
.about-info > span > a:hover {
    color: #1BA494;
}
.about-info > p > span > a:hover {
    color: #1BA494;
}