body,div,p,ul,li,span,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
html,body{
	height: 100%;
	font-family: Microsoft YaHei;
	background: #fff;  
}
a{
	text-decoration: none;
}
.logo{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	font-size: 50px;
	text-align: center;
	color: #EEAD0E;
	padding: 15px 0 8px 0px;
}
.tit{
    width: 185px;
    height: 45px;
    margin: 0 auto;
    font-size: 32px;
	font-weight: 500;
	overflow: hidden;
}
.tit img{
    width: 100%;
    height: 100%;
}
.nav{
	width: 80%;
	height: 45px;
	line-height: 45px;
	margin: 8px auto;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.nav li{
	float: left;
	width: 8.22%;
	height: 45px;
	list-style: none;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav a{
    display: inline-block;
    width: 90px;
    color: #555;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav a:hover{
	opacity: 1;
}
.content img{
	width: 100%;
    display: block;
    overflow: hidden;
}
.content ul{
	width: 80.6%;
	min-height: 500px;
	margin: 0 auto;
}
.content ul li{
	position: relative;
	float: left;
	list-style: none;
	height: 115px;
	width: 19.4%;
	overflow: hidden;
	background-color: #ddd;
	margin: 0.3%;
	border-radius: 3px;
}
.content ul li img{
	display: block;
    width: 100%;
    height: 100%;
}
.content ul li a{
	display: block;
	width: 60%;
	height: 40%;
	line-height: 48px;
	text-align: center;
	position: absolute;
	right: 20%;
	bottom: 30%;
	font-size: 17px;
	letter-spacing: 1px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 3px;
	border: 1px solid transparent;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.content ul li:hover a{
	border: 1px solid #eee;
}
.content ul li .hot{
    width: 21px;
    height: 14px;
    padding-top: 7px;
    font-size: 18px;
    color: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
}
/*版权*/
.copyright{
	clear: both;
	float: left;
	width: 100%;
    background: transparent;
    font-size: 13px;
    text-align: center;
    color: #777;
    padding: 20px 0;
    position: relative; 
	bottom: 0; 
}
.copyright span{
    margin: 0 .5em;
    opacity: 0.8;
}
.copyright a{
    text-decoration: none;
    color: #777;
}
.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{
		width: 98%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin: 5px auto;
		border-bottom: none;
	}
	.nav li{
		width: 25%;
		height: 40px;
		font-size: 14px;
	}
	.content ul{
		width: 91%;
	}
	.content ul li{
		width: 100%;
		margin-top: 1.6%;
    }
    .content ul li{
		height: 115px;
	}
    .content ul li a{
		line-height: 48px;
		font-size: 17px;
	}
}