@charset "utf-8";

body {
    background: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei", "黑体";
	padding: 0;
	margin: 0;
}

.footer{
	clear: both;
	color: #fff;
	font-size: 18px;
}
.footer .sideMenu{
	background: #037fd0;
	width: 100%;
	height: 250px;
}
.footer .sideMenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	display: flex;
    justify-content: center;
	font-weight: 600;
	padding: 60px 0 30px 0;
}
.footer .sideMenu ul li{
	margin-right: 30px;
	padding-right: 30px;
	border-right: 2px solid #fff;
}
.footer .sideMenu ul li a{
	text-decoration: none;
	color: #fff;
}
.footer .pr{
	text-align: center;
}
.footer .foot{
	background: #0273bc;
	height: 100px;
}
.footer .wrap {
    width: 1200px;
    margin: 0 auto
}
.footer .nr{
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
}
.footer .nr img{
	width: 47px;
	height: 56px;
	margin-right: 70px;
}
.footer .nr{
	height: 100px;
	line-height: 100px;
}
