*{margin: 0;padding: 0;text-decoration: none;}
.header{
	width: 100%;
	height: 50px;
	background: #FFE300;
}
.logo{
	width: 200px;
	height: 40px;
	margin-left: 50px;
	font-size: 20px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
.nav{
	width: 670px;
	height: 50px;
	margin-left: 200px;
}
.nav ul li{
	width:70px;
	height: 26px;
	text-align: center;
	padding:12px  0px ;
	margin-left: 15px;
	list-style:none;
	float: left;
}
.nav ul li:hover a{
	color: gold;
	background: black;
}
.nav a{
	width:80px;
	height: 26px;
	text-align: center;
	padding:17px  18px ;
	color: black;
	text-decoration: none;
}
.login{
	width: 250px;
	height: 50px;
	margin-left:110px;
	font-size: 13px;
	
}
.login .search{
	width:80px;
	height: 50px;
	float: left;
}
.login .logreg{
	width:120px;
	height:38px;
	text-align: center;
	padding-top: 12px;
	color: black;
	float: left;
}
.logreg a{
	color: black;
}
.left{
	float: left;
}
/* 内容区域 */
.container{
	width:1080px;
	margin: 0 auto;
	/* border: 1px solid #ccc; */
}
.action{
	width:100%;
	height:60px;
	margin-top: 5px;
	padding-top: 20px;
}
.action ul{
	width:600px;
	height:40px;
	margin: auto;

}
.action ul li{
	width:80px;
	height:30px;
	padding-top: 8px;
	text-align: center;
	list-style: none;
	margin-left: 15px;
	float: left;
	box-shadow: 0 0 2px #ccc;

}
.huodong{
	height:1100px;
	/* border: 1px solid #ccc; */
}
.huodong .card2{
	width:500px;
	height:350px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
    /* border: 1px solid red; */
}
.card2 img{
	width:500px;
	height:280px;
	box-shadow: 0 0 5px #ccc;
}
.card2 .pt{
	width:500px;
	height:30px;
	padding-left:10px;
	margin-top:5px;
	float: left;
}
.card2 .ps{
	height:20px;
	color: #ccc;
	margin-right: 10px;
	float: right;
}

/* 尾部 */
.footer{
	width: 100%;
	height:50px;
	background: #4B4B4B;
}
.copyr{
	width:1000px;
	height:40px;
	color: white;
	text-align: center;
	padding-top: 10px;
	margin:10px auto;
}