/*底部*/
footer{
	width:100%;
	height:100%;
	background-color: rgba(0, 128, 204, 1);	
        margin-top:80px;
}
.bottom{
	width:1200px;
	height:100%;
	margin: auto;
}
.bottom-left{
	width:50%;
	height:85%;
	float:left;
	line-height:25px;
        
}
.bottom-left>p>span>a{
	color:white;
	font-size:12px;
}
.ml{
	margin-left:45px;
}
.bottom-left>p:nth-of-type(1){
	margin-top:25px;
}
.bottom-left>p:nth-of-type(2){
	margin-top:10px;
}
.bottom-right{
	width:50%;
	height:85%;
	float:left;
	font-size:12px;
}
.bottom-right-font{
	margin-left: 201px;
	float: left;
	color: white;
	margin-top: 25px;
	line-height:30px;
}
.bottom-right-img{
	margin-top: 34px;
	margin-left: 60px;
	float: left;
	color: white;
	line-height:25px;
	text-align: center;
}

.bottom-b{
	overflow: hidden;
	width:100%;
	height:15%;
	color:white;
        margin-top: 10px;
	font-size: 12px;
        line-height:40px;
}
