.chosefw{
	width: 100%;
	height: auto;
	margin-bottom: 0.45rem;
	
}

.about .title {
	position: relative;
	text-align: center;
	padding-top: 1.1rem;
	padding-bottom: 0.9rem;
	box-sizing: border-box;
}

.about .subtitle:before {
	content: '';
	width: 3.02rem !important;
	height: 1px;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	
	
	position: absolute;
	left: 3.23rem;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.about .subtitle:after {
	content: '';
	width: 3.02rem !important;
	height: 1px;
	border-bottom: 0.01rem solid #ccc;
	display: inline-block;
	position: absolute;
	right: 3.23rem;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.about .subtitle {}

.about .subtitle .p1 {
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 0.2rem;
}

.about .subtitle .p2 {
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height:0.34rem;

}
.aboutinfo {
	padding: 0px 1.61rem;
	box-sizing: border-box;
	display: flex;
}

.aboutinfo .a_left {
	width: 49.3%;
	height: 5rem;
}
.aboutinfo .a_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutinfo .a_right {
	width: 7.22rem;
	margin-left: 1.84rem;
}

.aboutinfo .a_right .r_title {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.3rem;
}

.aboutinfo .a_right .discript {
	border-left: 0.04rem solid #0066CC;
	padding-left: 0.3rem;
	color: rgba(102, 102, 102, 1);
	font-size: 0.22rem;
}

.aboutinfo .a_right .discript p {

	line-height: 0.34rem;
	margin-bottom: 0.3rem;

}

.pics {
	padding: 0.2rem 1.61rem 0.9rem;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.pics img {
	width: 24%;
	height: auto;
	object-fit: cover;
}

.a_shuju {
	padding: 0px 1.61rem;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 0.9rem;
}

.a_shuju .item {
	width: 25%;
	text-align: center;
	border-right: 1px solid rgba(238, 238, 238, 1);
}

.a_shuju .item:last-child {
	border-right: none;
}

.a_shuju .item .p1 {
	font-size: 0.5rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 102, 204, 1);
	margin-bottom: 0.37rem;
}

.a_shuju .item .p2 {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.abouttitle{
	width: 100%;
	height: 2.6rem;
	background-color: #000000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0.88rem 0px 1.1rem;
}

.abouttitle img{
	width: 4.19rem;
	height: auto;
}

.abouttitle p{
	font-size:0.38rem;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-top: 0.16rem;
}
