* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	min-width: 1200px;
}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

input:focus {
	outline: none;
}

.header,
.banner,
.container,
.footer {
	width: 100%;
}

.db {
	display: block;
}

.dn {
	display: none;
}

.clear {
	clear: both;
}

.pt {
	padding-top: 40px;
}


/*点击加载更多*/

.hidden {
	display: none;
}

.jq22 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	background: #fff;
}

.jq22 ul.list {
	overflow: hidden;
}

.jq22 ul.list li {
	width: 270px;
	height: 180px;
	margin: 15px;
	float: left;
	overflow: hidden;
}

.jq22 ul.list li img {
	width: 100%;
	height: 100%;
}

.jq22 ul.list p {
	text-align: center;
	padding: 10px;
}

.jq22 .more {
	overflow: hidden;
	padding: 10px;
	text-align: center;
}

.jq22 .more a {
	display: block;
	width: 80px;
	padding: 8px 0;
	color: #fff;
	margin: 0 auto;
	background: #333;
	text-align: center;
	border-radius: 3px;
}

.jq22 .more a:hover {
	text-decoration: none;
	background: red;
	color: #fff;
}