@charset "utf-8";
/* CSS Document */
.aboutus {
	padding: 100px 0px;
	overflow: hidden;
}
.title {
	display: block;
	width: 99%;
	font-size: 30px;
	height: 100px;
	line-height: 100px;
	padding-left: 1%;
	background: url(../img/list-page.png) left top no-repeat;
}
.title1 {
	background: url(../img/list-article.png) left top no-repeat;
}
.title2 {
	background: url(../img/list-product.png) left top no-repeat;
}
.desc {
	display: block;
	width: 95%;
	padding: 20px 0px;
	overflow: hidden;
}
.desc, .desc p {
	color: #666;
	line-height: 36px;/* text-indent:36px;*/
}
.desc img {
	margin: 20px 0px;
}
.news {
	display: block;
	width: 95%;
	padding: 20px 0px;
	overflow: hidden;
}
.news ul li {
	display: block;
	float: left;
	margin-right: 2%;
	width: 23.5%;
	overflow: hidden;
	margin-bottom: 50px;
}
.news ul li:nth-child(4n) {
	margin-right: 0px;
}
.news ul li img {
	width: 100%;
	display: block;
}
.news ul li span {
	display: block;
	width: 94%;
	padding-left: 6%;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin: 10px 0px;
	background: url(../img/c.png) left center no-repeat;
}
.news ul li p {
	display: block;
	color: #666;
	line-height: 24px;
}
.news ul li:hover span {
	color: #59a96a;
}
/*产品*/
.tit {
	padding: 10px 0px;
}
.tit p {
	display: block;
	color: #666;
	line-height: 30px;
	font-size: 14px;
}
.tit h2 {
	display: block;
	width: 99%;
	font-size: 22px;
	height: 35px;
	line-height: 35px;
	padding-left: 1%;
	margin-top: 20px;
	color: #666;
}
.tit ul {
	width: 95%;
	padding: 20px 0px;
	overflow: hidden;
}
.tit ul li {
	display: block;
	margin-right: 2%;
	width: 23.2%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	background: url(../img/icon12.png) 10% center no-repeat;
}
.tit ul li:hover {
	background: url(../img/icon3.png) 10% center no-repeat #59a96a;
}
.tit ul li a {
	color: #666;
}
.tit ul li:hover a {
	color: #fff;
}
.tit ul li:nth-child(4n) {
	margin-right: 0px;
}
.tit1 {
	padding: 10px 0px;
	display: block;
	width: 98.5%;
	padding-left: 1.5%;
	font-size: 22px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	color: #666;
	background: url(../img/c.png) left center no-repeat;
}
.products {
	display: block;
	width: 95%;
	padding: 20px 0px;
	overflow: hidden;
}
.products dl {
	display: block;
	float: left;
	margin-right: 2%;
	width: 23.5%;
	overflow: hidden;
	margin-bottom: 30px;
}
.products dl:nth-child(4n) {
	margin-right: 0px;
}
.products dl dt {
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.products dl dt img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	-webkit-transform: scale(1, 1) rotate(0);
	-ms-transition: .5s all;
}
.products dl dd {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: url(../img/bgli.png) right center no-repeat #59a96a;
}
.products dl dd a {
	color: #fff;
	margin-left: 20px;
}
.products dl:hover dd {
	background: url(../img/bglicur.png) right center no-repeat #ff9c08;
}
.products dl:hover img {
	-webkit-transform: scale(1.06, 1.06);
	-moz-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
	transform: scale(1.06, 1.06);
	-ms-transform: scale(1.06, 1.06);
}
/*产品内页*/
.imglist {
	overflow: hidden;
}
.imglist .left {
	width: 45%;
	float: left;
	border: 1px solid #ddd;
	display: block;
	overflow: hidden;
}
.imglist .left img {
	width: 100%;
	display: block;
}
.imglist .right {
	display: block;
	float: left;
	width: 40%;
	margin-left: 5%;
}
.imglist .right h2 {
	display: block;
	width: 100%;
	font-size: 30px;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}
.imglist .right p {
	display: block;
	color: #666;
	line-height: 30px;
	margin-bottom: 30px;
}
.imglist .right .w100 a {
	width: 30%;
	border: 1px solid #ddd;
	text-align: center;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	font-size: 18px;
	color: #666;
	background: url(../img/back.png) 85% center no-repeat;
}
.imglist .right .w100 span {
	display: inline-block;
	margin-left: 1%;
	height: 47px;
	line-height: 47px;
	background: #59a96a;
	padding: 0px 5%;
	color: #fff;
	font-size: 18px;
}
/*内页分页*/
.pages1 {
	padding: 30px 0px;
	border-bottom: 1px solid #ddd;
}
.pages1 p {
	display: block;
	height: 35px;
	line-height: 35px;
}
.pages1 p span {
	font-weight: bold;
	font-size: 14px;
}
.pages1 p, .pages1 p a {
	color: #666;
	font-size: 14px;
}
.pages1 p a:hover {
	color: #59a96a;
}
@media only screen and (max-width: 1366px) {
.imglist .right .w100 a {
	background: none;
}
}
