@charset "utf-8";
/* CSS Document */
.content {padding-bottom:192px;}
.banner {width:100%; height:301px; background:#06103f;}
.banner_in {width:1140px; height:300px; margin:0px auto; overflow:hidden;}

.contactUs_text {width:100%; padding:62px 0px; text-align: center;}
.contactUs_text li {margin-top:18px; font-size:14px;}
.contactUs_text li:first-child {margin:0;}
.contactUs_text li span {font-size:30px;}

.map_box {width:1140px; height:500px; margin:0px auto;}
.map_box img {width:100%;}

.map_phone {display:none;}

@media screen and (max-width:767px) and (min-width:320px) {
	.content {padding-bottom:110px;}
	.banner {display:none;}
	.contactUs_text {width:auto; padding:14px 14px; text-align: left;}
	.contactUs_text li {line-height:28px; padding:10px 0px 7px 0px; margin:0px; border-top:1px solid #ebebeb;}
	.contactUs_text li:first-child {border:none;}
	.contactUs_text li span {font-size:14px;}
	.map_box {display:none;}
	.map_phone {width:100%; display:block;}
	.map_phone img {width:100%;}
}