@charset "utf-8";
/* CSS Document */

/* 最 新 消 息 */
#contact-box {
	width:100%;
}
#contact-info {
	float:left;
	width:100%;
	padding:10px 15px;
	line-height:1.5em;
	color:#F00;
	font-size:16px;
	margin-bottom:30px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
span.map {
	display:block;
	width:100%;
}

@media screen and (max-width:999px) {
	#contact-banner img {
		max-width:100%;
		width:auto;
	}	
}

@media screen and (min-width: 640px) and (max-width:999px) {
	
}

@media screen and (max-width:639px) {

}

@media screen and (max-width: 479px) {

}