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;
}
.contactWay1{
	position: absolute;
	margin-left: -350px;
	bottom: -100px;
	left: 50%;
}
.contactWay{
	width: 700px;
	height: 160px;
	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:20px;
}
.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;
}