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: absolute;
	margin-left: -350px;
	top: 100%;
	margin-top: -80px;
	left: 50%;
}

.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 {
	height: 1460px;
}

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

.timeLine>li:before {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 3px;
	background: #e4e7ed;
	content: '';
}

.timeLine>li:last-child:before {
	display: none;
}

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

.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;
}