body,div,h1,h2,h3,h4,h5,h6,li,p,span,ul {
	margin: 0;
	padding: 0
}

body,html {
	height: 100%;
	background: ##7FFFAA;
	font-family: Microsoft YaHei
}

a {
	text-decoration: none
}

.logo {
	margin: 0 auto;
	padding: 15px 0 8px 0;
	width: 50px;
	height: 50px;
	color: #eead0e;
	text-align: center;
	font-size: 50px
}

.tit {
	overflow: hidden;
	margin: 0 auto;
	width: 185px;
	height: 45px;
	font-weight: 500;
	font-size: 32px
}

.tit img {
	width: 100%;
	height: 100%
}

.nav {
	margin: 8px auto;
	width: 80%;
	height: 45px;
	border-bottom: 1px solid #eee;
	text-align: center;
	line-height: 45px
}

.nav li {
	float: left;
	overflow: hidden;
	width: 8.22%;
	height: 45px;
	list-style: none;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap
}

.nav a {
	display: inline-block;
	width: 90px;
	color: #555;
	opacity: .8;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.nav a:hover {
	opacity: 1
}

.content img {
	display: block;
	overflow: hidden;
	width: 100%
}

.content ul {
	margin: 0 auto;
	width: 80.6%;
	min-height: 500px
}

.content ul li {
	position: relative;
	float: left;
	overflow: hidden;
	margin: .3%;
	width: 19.4%;
	height: 115px;
	border-radius: 3px;
	background-color: #ddd;
	list-style: none
}

.content ul li img {
	display: block;
	width: 100%;
	height: 100%
}

.content ul li a {
	position: absolute;
	right: 20%;
	bottom: 30%;
	display: block;
	overflow: hidden;
	width: 60%;
	height: 40%;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 1px;
	font-size: 17px;
	line-height: 48px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.content ul li:hover a {
	border: 1px solid #eee
}

.content ul li .hot {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 7px;
	width: 21px;
	height: 14px;
	color: #ddd;
	font-size: 18px
}

.copyright {
	position: relative;
	bottom: 0;
	float: left;
	clear: both;
	padding: 20px 0;
	width: 100%;
	background: 0 0;
	color: #777;
	text-align: center;
	font-size: 13px
}

.copyright span {
	margin: 0 .5em;
	opacity: .8
}

.copyright a {
	color: #777;
	text-decoration: none
}

.copyright a:hover {
	text-decoration: underline
}

@media only screen and (min-width:2090px) {
	.nav {
		width: 67%
	}

	.content ul {
		width: 67.5%
	}

	.content ul li {
		height: 140px
	}

	.content ul li a {
		line-height: 54px
	}
}

@media only screen and (max-width:1380px) {
	.nav {
		width: 92%
	}

	.nav li {
		width: 8.23%
	}

	.content ul {
		width: 92.5%
	}

	.content ul li {
		width: 19.4%
	}
}

@media only screen and (max-width:1025px) {
	.nav {
		width: 97%
	}

	.nav li {
		width: 8.23%;
		font-size: 13px
	}

	.content ul {
		width: 97.5%
	}

	.content ul li {
		width: 19.4%;
		height: 80px
	}

	.content ul li a {
		font-size: 13px;
		line-height: 31px
	}
}

@media only screen and (max-width:420px) {
	.logo {
		width: 30px;
		height: 30px;
		font-size: 30px
	}

	.tit {
		width: 140px;
		height: 35px
	}

	.nav {
		margin: 5px auto;
		width: 98%;
		height: 40px;
		border-bottom: none;
		font-size: 14px;
		line-height: 40px
	}

	.nav li {
		width: 25%;
		height: 40px;
		font-size: 14px
	}

	.content ul {
		width: 91%
	}

	.content ul li {
		margin-top: 1.6%;
		width: 100%
	}

	.content ul li {
		height: 115px
	}

	.content ul li a {
		font-size: 17px;
		line-height: 48px
	}
}