@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
.cns {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
/* #marquee1 */
#marquee1 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#marquee1 ul li {
	float:left;
	width:330px;
	padding:10px;
}
#marquee1 ul li img {
	display:block;
	width:310px;
	padding:10px;
	background:#fff;
}
#marquee1 ul li a{
	font-family:"微软雅黑";
	font-size:16px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
#marquee1 ul li:hover a{
	color:#fff;
}
#marquee1 ul li p{
	width:100%;
	line-height:50px;
	text-align:center;
	background:#fff;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
#marquee1 ul li:hover img{
	background:#1C97D6;
	-webkit-transition:0.3s;
	transition:0.3s;
}
#marquee1 ul li:hover p{
	background:#1C97D6;
	-webkit-transition:0.3s;
	transition:0.3s;
}

.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;
}

/* #marquee2 */
#marquee2 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#marquee2 ul li {
	float:left;
	width:330px;
	padding:10px;
}
#marquee2 ul li img {
	display:block;
	width:310px;
	padding:10px;
	background:#fff;
}
#marquee2 ul li a{
	font-family:"微软雅黑";
	font-size:16px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
#marquee2 ul li:hover a{
	color:#fff;
}
#marquee2 ul li p{
	width:100%;
	line-height:50px;
	text-align:center;
	background:#fff;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
#marquee2 ul li:hover img{
	background:#1C97D6;
	-webkit-transition:0.3s;
	transition:0.3s;
}
#marquee2 ul li:hover p{
	background:#1C97D6;
	-webkit-transition:0.3s;
	transition:0.3s;
}
