.friends {
	width: 1200px;
	margin: auto;
	padding: 10px 0;
	color: #2668b4;
	font-weight: 700;
	
}

.friends_inner{
	font-size: 0;
	padding-top: 10px;
}

.friends a {
	display: inline-block;
	width: 20%;
	color: #000000;
	transition: all.3s;
	font-size: 15px;
	font-weight: 500;
	padding: 0.25rem 0;
}



@media screen and (max-width:768px) {
	.friends{
		width: 100vw;
		padding: 20px 2vw;
	}
	.friends a {
		width: 50%;
	}
}

.friends a:hover {
	color: #2668b4
}


footer {
	width: 100%;
	padding: 20px 0;
	color: #FFFFFF;
	background-color: #2668b4
}

footer .footer {
	width: 1200px;
	margin: auto;
	font-size: 14px
}

@media screen and (max-width:768px) {
	footer .footer {
		width: 100vw;
		margin: auto;
		font-size: 14px;
		box-sizing: border-box;
		padding: 0 1rem
	}
}

footer .footer .footer_top {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

@media screen and (max-width:768px) {
	footer .footer .footer_top {
		flex-flow: column nowrap;
		align-items: stretch
	}
}

footer .footer .footer_top .footer_left {
	width: 100%
}

footer .footer .footer_top .footer_left img {
	display: block;
	max-height: 45px;
	margin: 5px 0
}

footer .footer .footer_top .footer_left p {
	font-size: 15px;
	opacity: .8;
	line-height: 26px
}

footer .footer .footer_top .footer_right {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start
}

footer .footer .footer_top .footer_right img {
	vertical-align: top;
	margin-bottom: 5px;
	width: 80px;
	height: 80px
}

footer .footer .beian {
	padding: 15px 0 0px 0;
	text-align: center
}

footer .footer .beian a {
	color: #FFFFFF;
	font-size: 14px;
	transition: all .3s
}

footer .footer .beian a:hover {
	color: yellow
} 