/* 头图 S */
.bigimg .content {background-image:url("/static/image/contact_bigimg.jpg");}
.bigimg .content p:first-child {margin-left:-3.6rem;}
.bigimg .content p:last-child {margin-left:-5rem;}
@media screen and (max-width:1200px) {
	.bigimg .content p:first-child {top:16rem;}
	.bigimg .content p:last-child {top:20rem;}
}
.bigimg .content::after {display:none;}
/* 头图 E */
/* 联系 S */
.liaison .map {
  display:inline-block;
  width:50%;height:340px;
  text-align:center;
  vertical-align:top;
}

.liaison .info {
  display:inline-block;
  width:42%;
  margin-top:2rem;
  margin-left:3rem;
}
.liaison .info b {
  color:#ff4242;
  font-size:1rem;
}
.liaison .info p {
	color:#555;
	font-size:.7rem;
	line-height:1.6rem;
}
.liaison .info p:nth-child(2) {margin-top:1rem;}
.liaison .info p::before {
	content:"";
	display:inline-block;
	width:.95rem;height:.95rem;
	background-image:url("/static/image/about_sprite1.png");
	vertical-align:middle;
	margin-right:.5rem;
}
.liaison .info p:nth-child(2)::before {background-position:0 0;}
.liaison .info p:nth-child(3)::before {background-position:0 -.95rem;}
.liaison .info p:nth-child(4)::before {background-position:0 -1.9rem;}
.liaison .info p:nth-child(5)::before {background-position:0 -2.85rem;}
/* 联系 E */



/* 移动端 */
@media screen and (max-device-width:750px) {
	/* 联系 S */
	.liaison .map {
		display:block;
		width:100%;
	}
	
	.liaison .info {
		display:block;
		width:90%;
	}
	.liaison .info b {font-size:3rem;}
	.liaison .info p:nth-child(2) {margin-top:1.6rem;}
	.liaison .info p {
		color:#222;
		font-size:2rem;
		line-height:4rem;
		margin-top:2rem;
	}
	.liaison .info p::before {
		width:2.2rem;height:2.2rem;
		background-size:2.2rem 8.8rem;
		margin-right:1rem;
	}
	.liaison .info p:nth-child(2)::before {background-position:0 0;}
	.liaison .info p:nth-child(3)::before {background-position:0 -2.2rem;}
	.liaison .info p:nth-child(4)::before {background-position:0 -4.4rem;}
	.liaison .info p:nth-child(5)::before {background-position:0 -6.6rem;}
	/* 联系 E */
}
