@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
.cns {
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
/* #marquee1 */
#marquee1 {
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#marquee1 ul li {
	float:left;
	width:280px;
	padding:10px;
}
#marquee1 ul li img {
	display:block;
	width:100%;
	border:0px solid #ddd;
}
#marquee1 ul li img:hover{
	opacity:0.8;
}
#marquee1 ul li p{
	width:100%;
	height:50px;
	text-align:center;
	background-color:#333;
}
#marquee1 ul li p:hover{
	background-color:#2F7CD3;
}
#marquee1 ul li p a{
    font-family:"微软雅黑";
	font-size:20px;
	color:#fff;
	line-height:50px;
	font-weight:normal;
	text-decoration:none;
}
#marquee1 ul li p a:hover{
	color:#fff;
}
.control {
    width:1200px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	margin:0px auto;
}
.control a{
    font-family:"微软雅黑";
	font-size:16px;
	color:#999;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
}
.control a:hover{
	color:#ff0000;
}
