* {
	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;
}

.tp {
	width: 1300px;
	margin: auto;
}

.xw {
	width: 1300px;
	margin: auto;
	display: flex;
}

.main1 {
	width: 400px;
}

.main2 {
	width: 400px;
	margin-left: 50px;
}

.tell {
	width: 400px;
	height: 50px;
	background-color: #2a96ea;
	border-radius: 25px;
}

.p1 {
	line-height: 50px;
	font-size: 25px;
	float: left;
}

.p2 {
	line-height: 50px;
	font-size: 20px;
	float: right;
}

.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;
}