@charset "utf-8";



#about_us {
	overflow: hidden;
	margin: 50px 0;
}
#about_us .about-instro {
	overflow: hidden;
	margin-top: 30px;
}
#about_us .abus-img {
	margin-top: 0;
}
#about_us .abus-img img {
    width: 100%;
}
#about_us .about-content {
	line-height: 26px;
	margin: 0 0 10px;
	color: #666;
}
#about_his, #about_qy, #about_lx {
	padding: 30px 0;
	margin: 50px 0;
	overflow: hidden;
}

#about_qy .new-tit {
	margin-bottom: 30px;
}
#about_qy .honnor-list span {
	color: #6299F4;
	display: inline;
}
#about_lx {
	margin-top: 50px;
}
#about_lx .about-connet {
	overflow: hidden;
}
#about_lx .about-connet .left_div {
	margin-top: 40px;
}
#about_lx .address .address-title {
	font-size: 18px;
	font-weight: 500;
}
#about_lx .address p {
	font-size: 16px;
}



@media (max-width: 767px){ 
	#about_us {
		margin: 30px 0;
	}
	.about-title {
		font-size: 20px;
		margin: 10px auto;
	}
	#about_us .about-instro {
		margin-top: 10px;
	}
	#about_us .about-content {
		font-size: 14px;
		line-height: 20px;
	}
	#about_his, #about_qy, #about_lx {
    	padding: 10px 0;
    	margin: 30px 0;
    	overflow: hidden;
	}
	#about_qy .new-tit {
	    margin-bottom: 15px;
	}
	#about_lx .about-connet .left_div {
	    margin-top: 20px;
	}
	#about_lx .address .address-title {
		font-weight: bold;
		font-size: 16px;
	}
	#about_lx .address p {
    	font-size: 14px;
    	margin-bottom: 5px;
	}
}