* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	display: block;
}

/* #app {
	background-image: url('./image/1.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center 64px;
} */

.header {
	height: 64px;
	width: 100%;
	padding: 13px 0;
}

.header img {
	width: 116px;
	height: 36px;
	margin-left: 150px;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.desc {
	margin-top: 480px;
	padding-bottom: 117px;
}

.container .title {
	font-size: 38px;
	text-align: center;
	position: relative;
	color: #191b1b;
}

.container .title::after {
	position: absolute;
	content: '';
	display: block;
	width: 50px;
	height: 6px;
	background-color: #ffd43b;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}

.desc .content {
	margin-top: 60px;
	display: flex;
	justify-content: space-around;
}

.desc .content > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.desc .content > div img {
	width: 160px;
	height: 160px;
}

.content > div .name {
	font-size: 18px;
	color: #191b1b;
	margin: 33px 0 19px 0;
	font-weight: 700;
}

.content > div .text {
	font-size: 14px;
	color: #8a8a8f;
}

.cooperation {
	height: 567px;
	background-color: #f8f9fb;
	padding: 78px 0 103px 0;
}

.cooperation .content {
	width: 100%;
	height: 271px;
	background-color: #fff;
	margin-top: 77px;
	padding: 0 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cooperation .content > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cooperation .content > div img {
	width: 50px;
	height: 50px;
}

.cooperation .content > div .text {
	width: 144px;
	text-align: center;
}

.footer {
	width: 100%;
	padding: 55px 0;
	height: 218px;
	font-size: 14px;
	background-color: #3d404c;
	text-align: center;
	color: #8a8a8f;
}

.footer div {
	margin-bottom: 10px;
}

.footer div a {
	color: #8a8a8f;
}

.footer div a:hover {
	color: blue;
}
.footer .police {
	display: flex;
	justify-content: center;
}
.footer .police_logo {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	vertical-align: middle;
}

.content {
	width: 100%;
}
.content img {
	width: 100%;
}
