.aboutlogo{
	width: 100%;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	margin-bottom: 0.6rem;
}
.aboutlogo img{
	width: 4.19rem;
	height: auto;
}
.aboutcnt {
	width: 100%;
	height: auto;
	padding: 0px 0.3rem;
	box-sizing: border-box;
}

.aboutcnt img {
	width: 100%;
	height: auto;
}

.aboutcnt .title {
	font-size: 0.32rem;
	color: rgba(51, 51, 51, 1);
	font-weight: bold;
}

.aboutcnt .discript {
	width: 100%;
	height: auto;
	border-left: 0.04rem solid rgba(0, 102, 204, 1);
	font-size: 0.24rem;
	color: rgba(51, 51, 51, 1);
	padding-left: 0.3rem;
	box-sizing: border-box;
	margin: 0.23rem 0px 0.31rem;
	line-height: 0.44rem;
	text-indent: 2em;
}

.aboutcnt .pics {
	width: 100%;
	justify-content: space-between;
	display: flex;
	height: auto;

}

.aboutcnt .pics img {
	width: 48.5%;
	height: 3.35rem;

}

.aboutcnt .shuju {
	width: 100%;
	height: auto;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-wrap: wrap;
	padding: 0.7rem 0px 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.9rem;
}

.aboutcnt .shuju .item {
	text-align: center;
	width: 50%;
	padding-bottom: 0.69rem;
	box-sizing: border-box;
}

.aboutcnt .shuju .item:nth-child(old) {
	border-right: 1px solid rgba(238, 238, 238, 1);
}

.aboutcnt .shuju .item .p1 {
	font-size: 0.5rem;
	color: rgba(0, 102, 204, 1);
	font-weight: bold;
	    display: flex;
	    align-items: center;
	    justify-content: center;
		height: 0.45rem;
}
/* .aboutcnt .shuju .item .p1 span{
	font-size: 0.4rem !important;
} */
.aboutcnt .shuju .item .p2 {
	font-size: 0.26rem;
	color: rgba(153, 153, 153, 1);
	margin-top: 0.24rem;
}
