.banner img{
	display: block;
	width: 100%;
}
.com_title1 {
    font-size: 22px;
    margin-bottom: 5px;
}
.com_title2 {
    font-size: 18px;
    color: #c9c9c9;
    margin-bottom: 30px;
}


.sec_youdao{
	padding-top: 50px;
	padding-bottom: 100px;
}
#s_province{
	width: 184px;
	height: 38px;
	border: 1px solid #d0d0d0;
	margin-right: 12px;
	outline: 0 !important;
	text-align: center;
	font-size: 15px;
}
#s_city{
	width: 184px;
	height: 38px;
	border: 1px solid #d0d0d0;
	outline: 0 !important;
	text-align: center;
	font-size: 15px;
}
#s_county{
	display: none !important;
}
.sel_box{
	width: 384px;
}
.sel_box li{
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	background: #da251d;
	padding: 0 15px;
	margin-bottom: 12px;
}
.sel_box li a{
	color: #fff;
}
.sel_box li:hover{
	cursor: pointer;
}
.map_box{
	width: 769px;
	height: 460px;
	position: relative;
}
.map_box .map_cont{
	position: absolute;
	left: 20px;
	top: 20px;
    width: 310px;
	border: 2px solid #da251d;
	border-radius: 5px;
	padding: 8px;
	background: #fff;
}
.map_box .map_cont .img_box{
	width: 100%;
	margin-bottom: 10px;
}
.map_box .map_cont .img_box img{
	display: block;
	width: 100%;
}
.map_box .map_cont .left1{
	width: 35%;
}
.map_box .map_cont .left2{
	width: 65%;
}
.map_box .map_cont .com_cont{
	margin-bottom: 5px;
}
.map_box .map_cont>.close{
	position: absolute;
	top: -21px;
	right: -21px;
	z-index: 666;
}
.map_box .map_cont>.close:hover{
	cursor: pointer;
}
.map_box>img{
	width: 100%;
}


@media screen and (max-width: 1220px){
	.sel_box{
		width: 320px;
	}
	#s_province,#s_city{
		width: 152px;
	}
	.map_box{
		width: 640px;
	}
	.map_box .map_cont{
		top: 5px;
	}
}

@media screen and (max-width: 999px){
	.banner{
		padding-top: 62px;
	}
	.com_title1,.com_title2{
		padding-left: 20px;
	}
	.sel_box{
		width: 600px;
		margin: 0 auto 40px;
		float: none;
	}
	#s_province, #s_city {
	    width: 292px;
	}
	.map_box{
		width: 600px;
		margin: 0 auto;
		float: none;
	}
	.sec_youdao{
		padding-bottom: 40px;
	}
}