body {
	background: #f5f5f5;
}

.contactHeader {
	width: 100%;
	height: 400px;
	min-width: 1100px;
	position: relative;
}

.contactHeader>.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(21, 21, 21, .75);
}

.contactHeader>.pic {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	display: none;
	background-size: cover;
	background-position: center;
}

.contactHeader>.pic.rotate1 {
	display: block;
}

.contactHeader>.pic>img {
	width: 100%;
}

.contactMinTitle {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #f47425;
}

.contactMinTitle:after {
	content: '';
	width: 50px;
	margin-left: -25px;
	margin-top: 5px;
	position: absolute;
	left: 50%;
	top: 100%;
	border-bottom: 2px solid #f47425;
}

.contactTitle {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px;
}

.contactSummary {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.contactSummary>.container {
	width: 700px;
	color: #ddd;
	font-weight: normal;
	line-height: 2em;
}

.contactWay1 {
	position: absolute;
	margin-left: -350px;
	bottom: -100px;
	left: 50%;
}

.contactWay {
	width: 700px;
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	padding: 40px;
	padding-bottom: 0;
	position: relative;
	margin: -80px auto 60px;
	z-index: 2;
}

.contactWay1Mask {
	height: 120px;
}

.contactWay>.content {
	height: 130px;
	border-right: 1px dashed #ddd;
	width: 50%;
	float: left;
	padding: 0 20px;
}

.contactWay>.content:last-child {
	border: none;
}

.contactWay>.content>.title {
	color: #999;
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.contactWay>.content>div.content {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 14px;
	color: #555;
}

.contactMore {
	padding-top: 140px;
	padding-bottom: 40px;
}

.contactMore>.container {
	width: 700px;
	text-align: center;
}

.contactMore>.container>div>img {
	width: 100px;
}

.contactMore>.container>div {
	font-size: 14px;
	color: #555;
	line-height: 30px;
}

.contentMask {
	display: none;
}

.timeLine {
	position: relative;
}

.timeLine:before {
	width: 2px;
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 0;
	background: #e4e7ed;
	content: '';
	z-index: 0;
}

.timeLine>li {
	padding-left: 30px;
	position: relative;
	padding-right: 140px;
	min-height: 120px;
}

.timeLine>li:before {
	display: none;
}

.timeLine>li:last-child:before {
	display: block;
	width: 14px;
	position: absolute;
	left: -6px;
	top: 15px;
	bottom: 0;
	background: #fff;
	content: '';
	z-index: 1;
}

.timeLine>li:after {
	width: 12px;
	height: 12px;
	background: #e4e7ed;
	content: '';
	position: absolute;
	left: -5px;
	top: 3px;
	border-radius: 50%;
	z-index: 2;
}

.timeLine>li>.time {
	color: #909399;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.timeLine>li>.content {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 40px;
	color: #555;
	line-height: 2em;
}

.timeLine>li>.content>p {
	text-indent: 2em;
}

.timeLine>li>.pic {
	position: absolute;
	top: 30px;
	right: 0px;
	background: #f5f5f5;
	overflow: hidden;
	width: 120px;
	height: 80px;
}

.timeLine>li>.pic>div {
	width: 100%;
	height: 100%;
}

.timeLine>li>.pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991.98px) {
	.contactHeader {
		min-width: 0;
		height: auto;
		min-height: 360px;
		padding: 70px 16px 0;
	}

	.contactMinTitle,
	.contactTitle,
	.contactSummary,
	.contactWay {
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0;
	}

	.contactTitle {
		font-size: 34px;
		padding-top: 28px;
	}

	.contactSummary {
		margin-top: 18px;
	}

	.contactSummary > .container {
		width: 100%;
		max-width: 760px;
		line-height: 1.9em;
	}

	.contactWay {
		width: calc(100% - 32px);
		max-width: 760px;
		margin: 28px auto 42px;
		padding: 28px;
	}

	.contentMask {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.contactHeader {
		padding: 52px 16px 0;
	}

	.contactMinTitle {
		font-size: 13px;
	}

	.contactTitle {
		font-size: 28px;
		padding-top: 24px;
	}

	.contactSummary {
		font-size: 13px;
		line-height: 1.8;
		text-align: left;
	}

	.contactSummary > .container {
		line-height: 1.8em;
		padding-left: 0;
		padding-right: 0;
	}

	.contactWay {
		width: auto;
		margin: 22px 16px 32px;
		padding: 18px;
	}

	.timeLine > li {
		padding-left: 24px;
		padding-right: 0;
	}

	.timeLine > li > .content {
		padding-bottom: 20px;
		line-height: 1.8em;
	}

	.timeLine > li > .pic {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		margin: 8px 0 24px;
	}

	.contentMask {
		display: none;
	}
}
