.footer .footer-top{
	padding: 0.5rem 2.1rem 0.49rem 2.1rem;
	background: #f8f8f8;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
.footer .footer-top .left{
	width: 1.34rem;
	height: 0.9rem;
}
.footer .footer-top .left img{
	width: 100%;
	height: 100%;
}
.footer .footer-top .center {
	text-align: left;
}
.footer .footer-top .center p{
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2AA6D0;	
	padding-bottom: 0.1rem;
}
.footer .footer-top .center ul{
	font-size: 0.14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;	
	padding-top: 0.2rem;
}
.footer .footer-top .center ul li{
	text-align: left;
line-height: 0.3rem;
}
.footer .footer-top .right{
	
}
.footer .footer-top .right p{
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2AA6D0;
	padding-bottom: 0.1rem;
}
.footer .footer-top .right .link_box{
	padding-top: 0.2rem;
	display: flex;
	flex-direction: row;
}
.footer .footer-top .right .link_box ul li{
	font-size: 0.14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 0.3rem;
	color: #666666;
	cursor: pointer;	
}
.footer .footer-top .right .link_box ul li a{
	color: #666666;
	font-size: 0.14rem;
}
.footer .footer-top .right .link_box ul li a:hover{
	color: #2AA6D0;
}
.footer .footer-top .right .link_box ul:first-child{
	padding-right: 0.7rem;
}
.footer .copy{
	width: 100%;
	height: 0.6rem;
	line-height:0.6rem;
	text-align: center;
	background: rgba(226, 237, 242);
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;	
	color: #3D84A8;	
}