/* 企业简介 */
.page1 {
	background: #FBFBFB url("https://ahxx.tk123.top/new/about_bg_1.png") no-repeat center right;
	background-size: auto 100%;
}
.page1-txt {
	padding: 30px 8px 80px;
	font-size: 14px;
	color: #666;
	line-height: 2.8em;
}

/* 使命愿景 */
.page2 {
	background: #fff url("https://ahxx.tk123.top/new/about_bg_2.png") no-repeat center right;
	background-size: auto 93%;
	overflow: hidden;
}
.page2-img {
}
.page2-img img {
	display: block;
	width: 110%;
	margin-left: -5%;
}
.page2-txt {
	padding-top: 20px;
}
.page2-txt ._item h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	padding: 10px 0 5px;
}
.page2-txt ._item h4 span {
	color: #D4171A;
}
.page2-txt ._item p {
	font-size: 14px;
	color: #333;
	line-height: 2em;
	padding: 0 0 15px;
}
.page2-txt ._item p span {
	color: #D4171A;
}
.page2-txt ._item p span.red-dot {
	display: inline-block;
	position: relative;
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
}
.page2-txt ._item p span.red-dot::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #D4171A;
	border-radius: 50%; /* 使元素变成圆形 */
}

/* 价值观 */
.page3 {
	background: #FBFBFB;
	overflow: hidden;
}
.values-title {
	padding: 10px 0 0;
	/*border-bottom: 2px solid #FAB4AC;*/
}
.values-title ul li {
	text-align: center;
	padding: 0 5px;
}
.values-title ul li a {
	display: block;
	padding-bottom: 4px;
	/*margin-bottom: -2px;*/
	position: relative;
	font-size: 14px;
}
.values-title ul li a i {
	position: relative;
	z-index: 10;
	color: #3D3D3D;
	font-style: normal;
}
.values-title ul li._current {
	padding-bottom: 0;
}
.values-title ul li._current a {
	/*border-bottom: 4px solid #C5261D;*/
}
.values-title ul li._current a span {
	color: #FFDAD8;;
}
.values-title ul li._current a i {
	font-size: 15px;
	color: #C5261D;
	font-weight: 600;
}

.values-content {
	width: 100%;
	margin: 20px auto 0;
}
.values-content ._item {
	position: relative;
	display: none;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	padding-bottom: 30px;
}
.values-content ._item h4 {
	padding: 30px 20px 0;
	color: #FDFCFC;
	font-size: 20px;
}
.values-content ._item p {
	padding: 10px 20px 10px;
	color: #FDFCFC;
	font-size: 14px;
	font-weight: 200;
	line-height: 2em;
}
.values-content ._item ._img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.values-content ._current {
	display: block;
}


/* 发展历程 */
.page4 {
	background: #fff url("https://ahxx.tk123.top/new/about_bg_3.png") no-repeat center center;
	background-size: auto 100%;
	overflow: hidden;
}
.page4-dev {
	padding: 30px 0 40px;
	position: relative;
}
.page4-dev ._line {
	width: 1px;
	height: 98%;
	border-right: 1px dashed #C09063;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 10px;
	z-index: 10;
}
.page4-dev ._item {
	position: relative;
	font-size: 14px;
	color: #838A93;
	z-index: 20;
}
.page4-dev ._item_left {
	padding-right: 54%;
	text-align: right;
}
.page4-dev ._item_right {
	padding-left: 54%;
	text-align: left;
}
.page4-dev ._item span {
	color: #C5261D;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8em;
	position: relative;
}
.page4-dev ._item span::before {
	display: block;
	content: "";
	position: absolute;
	left: -5vw;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border: 4px solid #C09063;
	background: #E7F3F7;
	border-radius: 50%;
}
.page4-dev ._item_left span::before {
	left: auto;
	right: -5vw;
}

/* 联系我们 */
.page5 {
	background: #fff url("https://ahxx.tk123.top/new/about_bg_4.png") no-repeat center right;
	background-size: 100% 100%;
	padding-bottom: 40px;
}
.page5-txt {
	padding-left: 10px;
}
.page5-txt h3 {
	font-size: 26px;
	padding: 10px 0 15px;
	color: #D4171A;
}
.page5-txt p {
	color: #333;
	font-size: 14px;
	line-height: 2em;
	padding: 0 0 5px;
}
.page5-map {
	margin: 10px auto 0;
	width: 96%;
	background: #F6FCF6;
	border-radius: 20px;
	border: 6px solid #fff;
}
.page5-map .map-box{
	width: 100%;
	height: 240px;
}