@charset "utf-8";
/* CSS Document */



* {
	padding:0;
	margin:0;
	font-size:14px;
	text-align: left;
	text-decoration:none;
}

.w-1200 {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.w-1200-1 {
	width:1200px;
	margin:0 auto;
}

.mt-40 {
	margin-top:40px;
}

/*案例滚动*/
.marquee {
	width:1160px;
	height:255px;
	overflow:hidden;
	margin: 0 auto;
}
.marquee li {
	display:inline;
	float:left;
	margin-right:12px;
	margin-top: 35px;
}
.marquee li a {
	width:286px;
	height:192px;
	display:block;
	float:left;
	text-align:center;
	font-size:15px;
	color: #2d2727;
}
.marquee li a:hove {
text-decoration:none;
}
.marquee li img {
	width:286px;
	height:192px;
}
.marquee li em {
	font-style: normal;
	height:24px;
	line-height:24px;
	display:block;
	margin-top:8px;
	color: #333333;
	font-size:15px;
	text-align: center;
}
