* {
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	background-color: #FFFFF;
	text-align: center;
	font-size: 48px;
}

.header img {
	vertical-align: bottom;
	margin: auto;
	width: 1200px;
}

.dhl {
	background-color: #3b6cb4;
	width: 100%;
	height: 50px;
}

.dhl1 {
	width: 1200px;
	height: 50px;
	margin: auto;
}

.footer {
	width: 100%;
	padding: 20px 0;
	margin-top: 40px;
	background-color: #3b6cb4;
	background-image: url(../img/footer.png);
	background-size: 260px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.footer p {
	text-align: center;
	line-height: 1.8;
	color: #fff;
}

.tp {
	width: 1300px;
	height: 200px;
	margin: auto;
}

.nr {
	width: 1100px;
	height: 500px;
	margin: auto;
	justify-content: space-around;
}

.clk {
	width: 1100px;
	height: 80px;
	background-color: #2a96ea;
	border-radius: 20px;
}

.clo {
	float: left;
	color: white;
	line-height: 80px;
	font-size: 26px;
}

.clo1 {
	float: right;
	color: white;
	line-height: 80px;
	font-size: 26px;
}

.kji {
	width: 1100px;
}