.about-view{
	margin-bottom: 70px;
}
.about-view .about-title{
	font-size: 24px;
	font-weight: 700;
	color: #0F0F0F;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 80px;
}
.company-nei{
	display: flex;
}
.about-view .company .company-text{
	/* margin-left: 25px; */
	padding-top: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #151515;
	line-height: 1.8;
}
.about-view .company .company-img{
	width: 60%;
}

.good{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.good .good-tiem{
	padding: 0 30px;
	width: 560px;
	height: 121px;
	background: #E9F6FF;
	border-radius: 8px;
	
	display: flex;
	align-items: center;
	
	margin-bottom: 20px;
}
.good .good-tiem .sun{
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	background-color: #3370FF;
	margin-right: 15px;
}
.good .good-tiem .good-title{
	font-size: 20px;
	font-weight: 700;
	color: #0F0F0F;
}
.good .good-tiem .good-text{
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #0F0F0F;
}

#map-demo{
	width: 100%;
	height:600px;
}

.about-box{
	width: 100%;
	position: relative;
}
.about-box .about-img{
	width: 100%;
	height: auto;
}
.about-box .about-text{
	width: 100%;
	height: 53px;
	background: rgba(51, 112, 255, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding-left: 18px;
}
._w-49{
	width: 49%;
}
@media only screen and (max-width: 768px) {
	.about-view .about-title{
		font-size: 4vw;
		font-weight: 700;
		color: #0E1C3F;
		margin-top: 5vw;
		margin-bottom: 4vw;
	}
	.about-view .company .company-img{
		width: 100%;
	}
	.about-view .company .company-text{
		font-size: 3.3vw;
		font-weight: 500;
		color: #151515;
		margin: 4vw 0 0 0;
	}
	.company-nei{
		display: flex;
		flex-wrap: wrap;
	}
	.good .good-tiem{
		width: 45vw;
		height: 21vw;
		background: #E9F6FF;
		border-radius: 1vw;
		padding: 0 0 0 10vw;
		position: relative;
		margin-bottom: 4vw;
	}
	.good .good-tiem .sun{
		position: absolute;
		top: 0;
		left: 0;
		width: 8vw;
		height: 8vw;
		background: #3370FF;
		border-radius: 1vw 0 5vw 0;
	}
	.good .good-tiem .good-title{
		font-size: 3.5vw;
		font-weight: 500;
		color: #0F0F0F;
	}
	.good .good-tiem .good-text{
		font-size: 3vw;
		font-weight: 400;
		color: #0F0F0F;
		margin-top: 1vw;
	}
	
	.about-box .about-text{
		width: 100%;
		height: 6vw;
		background: rgba(51, 112, 255, 0.8);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 3vw;
		font-weight: normal;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		padding-left: 3vw;
	}
	._mar-top-20{
		margin-top: 1vw;
	}
	
	#map-demo{
		width: 100%;
		height:100vw;
	}
}











