.about_stext>h3{
	font-size: 2.2rem;
}
.about_stext>span {
	display: inline-block;
	height: 0;
	width: 80%;
	border: 1px solid #333333;
	margin: 0.5rem 0;
}
.about_stext>p {
	font-size: 1rem;
}
.about_img img {
	width: 80%;
	margin-left: 20%;
}
.jv_point {
	background: #F5F5F5;
}
.server_text {
	width: 100%;
	text-align: center;
}
.server_text>h3 {
	font-size: 2.2rem;
	color: #333333;
	padding: 1rem 0;
}
#prop {
	padding: 3rem 0;
	background: #F5F5F5;
}
.prop_other>h2 {
	color: #00a5e0;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 2.5rem;
    padding: 1rem 0;
    text-align: center;
}
.prop_other>img {
	width: 80%;
}
.prop_other1 {
	text-align: right;
}
.people_text {
	width: 100%;
	padding-bottom: 4rem;
	margin-left: 4rem;
}
.people_text>span {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #00c0e3;
	color: white;
	text-align: center;
	line-height: 3rem;
	margin: 0.2rem;
}
.people_text>p {
	display: inline-block;
	font-size: 2rem;
}
.h_yun>img {
	width: 95%;
} 

  
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.about_w a img {
		margin-left: -101%;
	}
	.about_stext>h3{
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.about_stext>span {
		width: 55%;	
		margin: 0.3rem 0;
		border: none;
		border-bottom: 1px solid #333333;
	}
	.about_img img {
		width: 90%;
		margin: 1rem 0 0 5%;
	}
	.W_yun {
		padding:0 0.3rem;
	} 
	.server_text>h3 {
		font-size: 1.2rem;
		color: #333333;
		padding: 0;
	}
	.server_yun {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#prop {
		padding: 1rem 0;
	}
	.prop_other {
		padding: 0;
	}
	.prop_other>h2 {	
	    font-size: 1.5rem;
	    
	}
	.prop_other1 {
		text-align: right;
	}
	.h_yun>img {
		width: 90%;
		margin-left: 5%;
	} 
	.h_yun1 {
		margin-top: 1.5rem;
	}
	.people_text {
		margin-left: 0;
		padding: 0;
		width: 90%;
		margin-left: 5%;		
	}
	.people_text>span {
		font-size: 1.2rem;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 50%;
		background: #00c0e3;
		color: white;
		text-align: center;
		line-height: 1.5rem;
		margin: 0.2rem;
	}
	.people_text>p {
		font-size: 1.2rem;
	} 
	
	
}