.head .num{
	display: block;
	height: 14px;
	padding: 0 4px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	float: right;
	margin-top: 10px;
	text-align: center;
	background-color: #fa7d3b;
	border-radius: 2px;
	font-style: normal;
}

.head .bg-black .gf-icon{
	top: 3px;
}

.head .head-bot .search-from input{
	width: 100px;
}
.head .head-bot .search-from button{
	width: auto;
}
.head .head-bot .release-video{
	width: auto;
	margin: 10px;
	background: url(../img/sc.png) center center no-repeat;
}

.mid ul{
	width: 400px;
	height: 46px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.mid .active{
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid gainsboro;
	color: white;
	background-color: red;
}
.mid li{
	min-width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid gainsboro;
	padding: 0 15px;
	float: left;
}
ul.clear{
	float: left;
}

footer .f-top li {
	float: left;
	width: 20%;
	text-align: left;
	margin-right: 0;
	height: 22px;
	line-height: 22px;
}
footer .f-top li a{
	font-size: 12px;
	color: #a4a4a4;
	width: 60px;
}
footer .fl>p {
	text-align: left;
	font-size: 13px;
	color: #f1f1f1;
	line-height: 28px;
}
footer .f-bot{
}

footer .f-bot p{
	color: #a4a4a4;
	font-size: 12px;
	/* height: 32px; */
	line-height: 32px;
}
footer .f-bot .bot_p1{
	/* margin-top: 20px; */
}
footer .fl{
	width: 25%;
}
footer .d-inline{
	width: 80%;
	min-width: 1600px;
	padding-bottom: 20px;
}
footer .f-top .f-list {
	width: 25%;
	padding-left: 40px;
	border-left: 1px solid #868686;
}
footer{
	min-width: 1200px;
}

@media (max-width: 1400px){
	footer .f-top .f-list:first-child {
    /* border-left: 1px solid #868686; */
}
	footer .f-top li a{
	width: 60px;
	}
	footer .f-top .f-list {
		width: auto;
	padding-left: 30px;
		
}
footer .f-top .d-inline:last-child {
	margin-top: 0;
}
}














