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

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

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

.contactMinTitle {
	text-align: center;
	color: #555;
	width: 300px;
	padding: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.contactMinTitle>img {
	width: 100%;
	border-radius: 5px;
}

.contactTitle {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 40px;
	padding-bottom: 20px;
	padding-top: 30px;
}

.contactSummary {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

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

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

.contactWay {
	width: 700px;
	height: 160px;
	background: #fff;
	padding: 20px;
}

.teamDetail {
	background: #fff;
	padding: 20px 30px;
	width: 800px;
	margin: 0 auto;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	position: relative;
	z-index: 5;
	margin-top: -350px;
}

.teamInfo {
	padding: 40px 0;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	color: #fff;
	width: 1100px;
	margin: 0 auto;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

.teamDetail>.title {
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	padding-top: 40px;
}

.teamDetail>.title:first-child {
	padding-top: 10px;
}

.teamDetail>.title:before {
	height: 20px;
	border-left: 3px solid #f47425;
	content: '';
	position: absolute;
	left: -30px;
}

.contentList {
	font-size: 14px;
}

.contentList>li {
	position: relative;
	padding-left: 20px;
	line-height: 30px;
}

.contentList>li:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #aaa;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
}

.detailMask {
	height: 40px;
}

.customList {
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}

.customList>li {
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	width: 20%;
	height: 100px;
	float: left;
	overflow: hidden;
	padding: 10px;
}

.customList>li>div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.mainTitle {
	font-size: 26px;
	color: #444;
	text-align: center;
	padding: 40px 0;
	margin-top: 40px;
}

.mainTitle:before,
.mainTitle:after {
	height: 20px;
	width: 26px;
	background: url('https://cdn.qipengit.com/file/c58ad844-0ef4-4c51-8369-e3af71b987fd.png');
	content: '';
	display: inline-block;
	background-size: auto 100%;
	background-position: left;
}

.mainTitle:before {
	margin-right: 20px;
}

.mainTitle:after {
	background-position: 25px 0;
	margin-left: 20px;
}

.teamContent {
	line-height: 2.5em;
	font-size: 15px;
	color: #444;
	text-align:center;
}
.teamBox{
	position: relative;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 0 15px #ddd;
	border-radius: 10px;
}
.teamBox>*{
	position: relative;
	z-index: 2;
}
.teamBox>.mask{
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	z-index: 1;
	opacity: .1;
	filter: blur(16px);
}