
* {
				margin: 0;
				padding: 0;
			}

			li {
				list-style: none;
			}

			#police {
				width: 100%;
				height: auto;
				background: #202124;
				color: #FFFFFF;
			}

			.police-upper {
				width: 1200px;
				margin: 0 auto;
				padding-top: 28px;
				display: flex;
				height: 47px;
				padding-bottom: 22px;
				justify-content: space-between;
				align-items: center;
				border-bottom: 1px solid #2d2d2e;
			}

			.police-upper>div {
				display: flex;
				justify-content: flex-start;
				align-items: center;
			}

			.police-upper>div>div {
				margin-left: 14px;
			}

			.police-lower {
				width: 100%;
				padding-top: 20px;
				background: #202124;
			}
			a{
				text-decoration: none;
			}
			.police-lower>div {
				width: 1200px;
				margin: 0 auto;
				background: #202124;
				display: flex;
				justify-content: space-between;
			}

			.police-lower>div>ul>li {
				height: 24px;
				line-height: 24px;
				font-size: 14px;
				color: #a1a2a6;
			}

			.police-lower>div>ul>li>a {
				display: inline-block;
				text-decoration: none;
				height: 24px;
				line-height: 24px;
				font-size: 14px;
				color: #a1a2a6;
			}

			.appactive {
				background: #FFFFFF;
				color: #000000;
			}