@charset "utf-8";
.navtop_nav a:nth-of-type(5){
	background-color:turquoise;
}

.content {
	width: 100%;
    max-width: 1366px;
    min-width: 1024px;
    margin: 0 auto 10vh auto;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
}


.hezuo_sup {
	width:80%;
	margin-top: 10vh;
	padding:10vh 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
	flex-wrap:wrap;
	border-radius:2.2rem;
	background: url('../Images/links/beijing.png') center/cover no-repeat;
}
.hezuo_sup>a{
	max_width: 10rem;
    max_height: 10rem;
	margin: 2rem;
}
.hezuo_sup>a>img:hover{
	transition: all 1s;
	transform:scale(1.5);
}
.hezuo_sup>a>img{
	height: 10rem;
}

