/* 头图 S */
.bigimg .content {background-image:url("../image/about_bigimg.jpg");}
.bigimg .content p:first-child {margin-left:-3.6rem;}
.bigimg .content p:last-child {margin-left:-9.5rem;}
@media screen and (max-width:1200px) {
	.bigimg .content p:first-child {top:16rem;}
	.bigimg .content p:last-child {top:20rem;}
}
/* 头图 E */
/* 介绍 S */
.introduce {padding-bottom:2.5rem;}
.introduce p {
	color:#555;
	font-size:.7rem;
	text-indent:1.4rem;
	line-height:1.4rem;
}
@media screen and (max-width:1200px) {.introduce p {width:85%;margin:0 auto;}}
/* 介绍 E */
/* 文化 S */
.culture {
	padding-top:3rem;
	background:#f5f5f5;
}
.culture ul {
	display:flex;
	display:-webkit-flex;
	flex-flow:row wrap;
	justify-content:space-between;
	padding-top:2rem;
}
.culture li {
	width:33.3%;height:17.3rem;
	text-align:center;
}
.culture li img {width:100%;height:inherit;}
.culture ul li:nth-child(2), .culture ul li:nth-child(4), .culture ul li:nth-child(6) {
	background:#fff;
}
.culture li i {
	display:block;
	width:3em;height:3rem;
	background-image:url("../image/about_sprite0.png");
	margin:5rem auto 1rem;
}
@media screen and (max-width:1200px) {
	.culture li {height:15rem;}
	.culture li i {margin:4rem auto 1rem;}
}
.culture li:nth-child(2) i {background-position:0 0;}
.culture li:nth-child(4) i {background-position:0 -3rem;}
.culture li:nth-child(6) i {background-position:0 -6rem;}
.culture li b {font-weight:normal;}
.culture li p {
	color:#555;
	font-size:.7rem;
	line-height:1.2rem;
	margin-top:.4rem;
}
/* 文化 E */
/* 历城 S */
.history {padding-top:4rem;}
.history .content {
	position:relative;
	width:60rem;height:14rem;
}
.history .content button {
	position:absolute;
	top:50%;
	margin-top:-1rem;
	width:2rem;height:2rem;
	text-align:center;
	line-height:2rem;
	box-sizing:border-box;
	border:none;
	border-radius:2.5rem;
	border:1px solid #ccc;
	color:#aaa;
	background:#fff;
	font-family:"宋体";
	transition:.5s;
	cursor:pointer;
}
@media screen and (max-width:1200px) {
	.history .content {width:100%;}
	.history .content button {display:none;}
}
.history .content button:nth-child(1) {left:-3rem;}
.history .content button:nth-child(2) {right:-3rem;}
.history .content button:hover {
	color:#fff;
	background:#ff4242;
	border:1px solid #ff4242;
}

.history ul.pic {
	display:flex;
	display:-webkit-flex;
	flex-flow:row nowrap;
	justify-content:flex-start;
	width:100%;height:inherit;
	overflow:hidden;
}
.history ul.pic li {
	flex-shrink:0;
	width:100%;
	transition:.5s;
}
.history ul.pic li img {width:50%;height:14rem;}
.history ul.pic li .info {
	display:inline-block;
	width:40%;
	margin-top:3rem;
	margin-left:3rem;
	vertical-align:top;
}
.history ul.pic li .info b {
	color:#ff4242;
	font-size:3rem;
	margin-bottom:1rem;
}
.history ul.pic li .info p {color:#555;font-size:.7rem;}
/* 历程 E */
/* 联系 S */
.contact {
	margin-top:2rem;
	padding:2rem 0 3rem;
}
.contact .left {
	float:left;
	width:48%;
}
.contact .map {position:relative;width:100%;height:340px}

.contact .right {
	display:inline-block;
	width:45%;
	margin-top:2rem;
	margin-left:2rem;
}
.contact .right p {
	color:#555;
	font-size:.7rem;
	line-height:1.6rem;
}
.contact .right p::before {
	content:"";
	display:inline-block;
	width:.95rem;height:.95rem;
	background-image:url("../image/about_sprite1.png");
	vertical-align:middle;
	margin-right:.5rem;
}
.contact .right p:nth-child(1)::before {background-position:0 0;}
.contact .right p:nth-child(2)::before {background-position:0 -.95rem;}
.contact .right p:nth-child(3)::before {background-position:0 -1.9rem;}
.contact .right p:nth-child(4)::before {background-position:0 -2.85rem;}
/* 联系 E */