@charset "utf-8";
.about {
	position: relative;
	padding: 0.24rem 0;
	background-size: cover;
	background-position: center;
}
.about .content .text .box {
	padding: 0.24rem;
	line-height: 0.32rem;
	font-size: 0.14rem;
}
.about .feature .unit + .unit {
	margin-top: 0.16rem;
}
.about .background {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #004A9F;
	z-index: 1;
}
.about .ab-nr {
	position: relative;
	z-index: 2;
}
.about .title {
	position: relative;
	margin-bottom: 0.24rem;
	color: #666;
}
 .about .title::before {
 left: 0;
}
 .about .title::after {
 right: 0;
}
.about .title .subname {
	line-height: 0.32rem;
	text-transform: uppercase;
	font-size: 0.24rem;
}
.about .title .name {
	font-size: 0.18rem;
}
.about .content {
	margin: 0.2rem auto;
	background: #F4F4F4;
}
.about .content .text .box .more {
	margin-top: 0.32rem;
}
.about .content .text .box .more a {
	display: inline-block;
	padding: 0.04rem 0.32rem;
	background: #007130;
	color: #FFF;
}
.about .content .text .box .more a:hover {
	background: #CD0000;
}
.about .feature .box {
	position: relative;
	padding: 0 0.2rem;
}
.about .feature .box .image {
	position: absolute;
	left: 0rem;
	top: 0;
	width: 0.88rem;
	height: 0.88rem;
	overflow: hidden;
}
.about .feature .box .text {
	position: relative;
	width:200px;
	padding-left: 0.68rem;
	padding-top: 0.16rem;
	height: 0.88rem;
	font-size: 0.14rem;
}
 .about .feature .unit + .unit .text::before {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 left: -0.32rem;
 margin-top: -0.32rem;
 height: 0.8rem;
 border-left: 0.01rem dashed rgba(255, 255, 255, 0.7);
}
.about .feature .box .text .cn {
	color: #FFF;
	font-size:16px;
}
.about .feature .box .text .en {
	line-height: 0.2rem;
	color: #98B5D5;
}
