@charset "utf-8";
/* CSS Document */
.content {padding-bottom:458px;}
.main_box {margin-top:48px;}
.main_left {width:455px; float:left; padding-top:5px;}

/*联系方式*/
.contact_text {font-size:14px;}
.contact_text li {line-height:24px; margin-top:9px;}
.contact_text li:first-child {margin-top:0;}
a.xinL_us {width:19px; height:17px; margin:0px 0px -3px 3px; background:url(../image/common/all_icon.png) no-repeat -193px -147px; display:inline-block; cursor: pointer;}
a.xinL_us:hover {background:url(../image/common/all_icon.png) no-repeat -212px -147px;}
span.weixin_us {width:19px; height:17px; margin:0px 0px -6px 6px; background:url(../image/common/all_icon.png) no-repeat -193px -165px; display:inline-block; cursor: pointer;}
span.weixin_us:hover {background:url(../image/common/all_icon.png) no-repeat -212px -165px;}

/*路线*/
.route_box {padding-top:18px; margin-top:17px; font-size:14px; border-top:1px solid #e0e0e0;}
.route_box li {height:16px; line-height:16px; margin-top:10px;}
.route_box li h2 {font-size:14px;}
.route_box li:first-child {margin-top:0;}
.route_box li span {float:left;}
.bus_icon , .subway_icon {width:13px; height:16px; margin-right:9px;}
.bus_icon {background:url(../image/common/all_icon.png) no-repeat -193px -130px;}
.subway_icon {background:url(../image/common/all_icon.png) no-repeat -207px -130px;}

/*咨询表单*/
.main_right {width:500px; height:290px; float:right;}
.fm_box {width:520px;}
.fm_box li {width:222px; height:38px; line-height:38px; position: relative; float:left; padding:0px 10px; margin:0px 12px 12px 0px; border:1px solid #d1d1d1;}
.fm_box li.textarea_box {width:478px; height:114px; padding:6px 10px 10px 10px;}
.fm_box li input {width:100%; height:100%; color:#999; font-size:14px;}
.textarea_box textarea {width:100%; height:100%; line-height:24px; color:#999; font-size:14px;resize:none}
.mn_sel {width:100%; height:100%; position: relative;}

/*======自定义下拉选择 开始======*/
.select_box {width:100%; height:100%; position: absolute; left:0px; top:0px; background:#fff; cursor: pointer;}
.select_box i {width:8px; height:5px; position: absolute; right:8px; top:18px; background:url(../image/common/all_icon.png) no-repeat -231px -130px;}
/*选中状态*/
.select_box i.seling {background:url(../image/common/all_icon.png) no-repeat -240px -130px;}  /*选中状态的三角形*/
.rongqi {width:100%; height:100%; margin-left:10px; font-size:14px; color:#999; display: block;}

/*下拉选择*/
.select_list {position: absolute; left:-1px; right:-1px; border:1px solid #d1d1d1; background:#fff; z-index: 1000; display:none;}
.select_list span {height:40px; line-height: 40px; padding:0px 10px; display: block; font-size:14px; color:#999;}
.select_list span:hover {background:#eeeeee; color:#666;}
/*======自定义下拉选择 结束======*/

.fm_sub {width:500px; height:34px;}
.email {height:34px; line-height:34px; float:left; margin-left:10px; font-size:14px;}
.email span {color:#1b71ff;}
.fm_sub input {width:96px; height:34px; float:right; background:#1b71ff; font-size:14px; color:#fff; cursor:pointer;}

/*地图*/
.map_box {width:998px; height:483px; margin:50px auto 0px auto; border:1px solid #d9d9d9;}

@media screen and (max-width:767px) and (min-width:320px) {
	.content {padding-bottom:30px;}
	.main_box {margin-top:22px; color:#666;}
	.main_left , .main_right {width:auto; float:none;}
	.main_left {padding-top:7px;}
	.main_right {height:auto;}

	.route_box li {height:auto; line-height: normal;}
	.route_box li span.route_text {line-height:24px; float:none;}
	.bus_icon , .subway_icon {width:13px; height:16px; margin:3px 6px 0px 0px;}

	.fm_box {width:auto; margin-top:20px;}
	.fm_box li {width:auto; height:38px; line-height:38px; position: relative; float:none; padding:0px 10px; margin:0px 0px 12px 0px; border:1px solid #d1d1d1;}
	.fm_box li.textarea_box {width:auto;}
	.fm_sub {width:auto; height:auto;}
	.email {height:34px; line-height:34px; float:none; margin-left:0; font-size:12px; text-align: center;}
	.fm_sub input {width:100%; height:34px; float:none;}
	.map_box {display:none;}
}