/* 头图 S */
.bigimg .content p:last-child {
	top:18rem;
	font-size:2rem;
	margin-left:-18rem;
}
/* 头图 E */
/* 介绍 S */
.introduce p {
	color:#222;
	font-size:2rem;
	width:90%;
	line-height:4rem;
	text-indent:4rem;
	text-align:justify;
}
/* 介绍 E */
/* 文化 S */
.culture li {width:50%;}
.culture li:nth-child(3) {position:relative;left:50%;}
.culture li:nth-child(4) {position:relative;right:50%;}
.culture li i {
	width:4rem;height:4rem;
	background-size:4rem;
	margin:3rem auto 1rem;
}
.culture li:nth-child(4) i {background-position:0 -4rem;}
.culture li:nth-child(6) i {background-position:0 -8rem;}
.culture li b {font-size:1.8rem;}
.culture li p {
	font-size:1.4rem;
	width:80%;
	line-height:2rem;
	margin:0 auto;
}
/* 文化 E */
/* 历程 S */

/* 历程 E */
/* 联系 S */
.contact .left {
	width:100%;
	text-align:center;
	margin-bottom:3rem;
}
.contact .left img {width:80%;}
.contact .right {width:100%;}
.contact .right p {
	color:#222;
	font-size:1.5rem;
	line-height:3rem;
}
.contact .right p::before {
	width:1.5rem;height:1.5rem;
	background-size:1.5rem;
}
.contact .right p:nth-child(1)::before {background-position:0 0;}
.contact .right p:nth-child(2)::before {background-position:0 -1.5rem;}
.contact .right p:nth-child(3)::before {background-position:0 -3rem;}
.contact .right p:nth-child(4)::before {background-position:0 -4.5rem;}
/* 联系 E */
.footer .contact {padding:0;}