.about3 .content {
	padding-top: 0.8rem;
	
}

.about3 .content .index_title {
	font-size: 0.4rem;
}

.about3 .info {
	text-align: center;
	height: 2.2rem;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.1);
	margin-top: 0.7rem;
	background: #fff;
	position: relative;
	z-index: 2;
}

.about3 .flex_box img {
	max-width: 0.57rem;
	height: 0.57rem;
	margin: 0 auto;
}

.about3 .flex_box .key {
	font-family: 'sb';
	margin-top: 0.23rem;
	line-height: 1;
	color: #333;
	font-size: 0.18rem;
}
.about3 .flex_box .val {
	margin-top: 0.18rem;
	line-height: 1;
	color: #333;
	font-size: 0.18rem;
}
.about3 .flex_box div {
	flex: 0 0 33.3%;
}

.about3 #map {
	width: 100%;
	height: 6.5rem;
	margin-top: -1.02rem;
	padding-bottom: 1.4rem;
}


/* 手机端 */
@media (max-width:768px) {
    .about3 .flex_box .key {
        font-size: 14px;
    }
    .about3 .flex_box .val {
        font-size: 12px;
    }
    .about3 .info {
        align-items: flex-start;
        padding-top: 20px;
        height: auto;
        padding-bottom: 20px;
    }
}