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: 18px;
}

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

.contactWay {
	width: 1100px;
	margin: 0 auto;
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

.contactWay>.clear {
	height: 40px;
}

.contactWay>.teamItem {
	width: 540px;
	float: left;
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	transition: all .5s;
}

.teamItem.left {
	margin-right: 20px;
}

.teamItem>.pic {
	width: 160px;
	height: 200px;
	background: #000;
	overflow: hidden;
	float: left;
}

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

.teamItem>.name {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	width: 330px;
	float: left;
	padding-left: 20px;
}

.teamItem>.summary {
	line-height: 2em;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	width: 330px;
	float: left;
	padding-left: 20px;
	height: 120px;
	line-height: 2em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.teamItem>.detail {
	padding-top: 20px;
	float: left;
	width: 330px;
	text-align: right;
}

.teamItem>.detail>a {
	color: #f47425;
}

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

.teamMask {
	height: 1000px;
}


.teamItem:hover .name {
	color: var(--primary) !important;
}