html{
	background-color: #17181A;
}
body{
	background-color: #17181A;
}
.shuzi {
	width:100%;
	height: 10.813333rem;
	box-sizing: border-box;
	background: url(../images/bg.png) no-repeat;
	background-size: 100%;
}

.navfooter {
	width: 100%;
	height: 1.586666rem;
	position: fixed;
	bottom: 0;
	background-color: #000000;
}
.navfooter>div {
	width:8.6rem;
	height: 1.586666rem;
	margin:0 auto;
}

.navfooter li {
	width: 24%;
	height: 100%;
	float: left;
	position: relative;
}

.navfooter ul {
	width: 100%;
	height:100%;
}

.navfooter li>a {
	display: block;
	width: 1.44rem;
	height:0.773333rem;
	color: #FFFFFF;
	margin-top: 0.48rem;
	font-size: 0.293333rem;
	text-align: center;
	margin-left:0.35rem;
}
.bgcolor{
	background-color:#20A6F7;
	width:24%;
}
.fade{
	display: none;
}
.navfooter li>div {
	width:2px;
	height: 0.693333rem;
	background: #fff;
	opacity: .3;
	margin-top: -0.72rem;
	margin-right:0.08rem;
	float:right;
}

.content{
	width:8.026666rem;
	margin:0 auto;
	margin-bottom:1.6rem;
	padding-bottom:0.586666rem;
}
.content>h3{
	height: 0.64rem;
	font-size: 0.64rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height:0.64rem;
	margin-bottom:0.186666rem;
}
.content>.line{
	width:1.2rem;
	height:0.066666rem;
	background: url(../images/gradient.png )no-repeat;
	background-size: 100%;
	margin-bottom:0.52rem;
}
.content>p{
	margin-bottom:0.586666rem;
	text-indent:2em;
	font-size: 0.293333rem;
}
.content>p:last-child{
	margin-bottom:0;
}

