@charset "UTF-8";
.svgmap_box {
	position: relative;
	cursor: pointer;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.ts {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 5px 0 7px;
	background: rgb(0,0,0);
	border-radius: 4px;
	color: #fff;
	width: 80px;
	text-align: center;
	word-break: break-word;
}

.ts:before {
	content: "";
	width: 30px;
	height: 20px;
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	background: url(../images/sj2.svg) no-repeat center center;
	background-size: 100% 100%;
	transform: translateX(-50%);
}

.st0 {
	fill: #8c8989;
	transition: all 0.3s;
}

g:hover path,
g:hover rect,
g:hover polygon {
	fill: #e50012;
}

.mySelect {
	max-width: 340px;
	width: 90%;
	margin: 60px auto 60px;
	height: 40px;
	position: relative;
}

.mySelect .sel_box {
	display: block;
	padding: 6px 48px 7px 10px;
	cursor: pointer;
	background: #fff;
	border: 3px solid #8c8989;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.mySelect .sel_box p {
	width: calc(100% - 40px);
	overflow: hidden;
	padding: 0 5px;
	margin: 0;
}

.mySelect .sel_box .dropdown-trigger {
	position: absolute;
	top: -3px;
	right: -3px;
	display: block;
	width: 38px;
	height: 40px;
	background: #8c8989;
	border: 0;
	/*border-radius: 0 6px 6px 0;*/
}
.mySelect.show .sel_box{
	border: 3px solid #e50012;
}
.mySelect.show .sel_box .dropdown-trigger{
	background: #e50012;
}
.mySelect .sel_box .dropdown-trigger:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: -3px auto 0 12px;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.option_box {
	overflow: hidden;
	position: absolute;
	top: 40px;
	z-index: 20;
	width: 100%;
	background: #fff;
	border: 1px solid #e50012;
	border-radius: 8px;
	max-height: 204px;
	overflow-y: auto;
	display: none;
}

.option_box::-webkit-scrollbar {
	width: 5px;
}

.option_box::-webkit-scrollbar-track {
	background-color: rgba(211, 180, 125, 0.5);
	border-radius: 2em;
}

.option_box::-webkit-scrollbar-thumb {
	background: #e50012;
	border-radius: 2em;
}

.mySelect dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.mySelect dd {
	display: block;
	padding: 8px 10px 8px 12px;
	color: #888;
	text-decoration: none;
	margin: 0;
	cursor: pointer;
}

.mySelect dd:hover {
	background:#e50012;
	color: #fff;
}

.j_map_box {
	max-width: 1120px;
	width: 95%;
	height: 600px;
	display: flex;
	flex-direction: row;
	margin: 50px auto;
}
#map {
	flex:1;
	height: 550px;
}
/* Optional: Makes the sample page fill the window. */


.j_map_box  li {
	cursor: pointer;
}



.j_map_box .left_list {
	max-width: 330px;
	width: 40%;
}

.j_map_box .left_list {
	border: 1px solid #ddd;
	height: 550px;
	
	margin-right: 10px;
}

.j_map_box .left_list .top_box {
	padding: 0 5px;
}

.j_map_box .left_list .search_box {
	padding: 6px 10px 8px;
}

.j_map_box .left_list .search_box p {
	font-size: 14px;
	color: #4bbdc7;
}

.j_map_box .left_list .search_box .search {
	width: 100%;
	height: 25px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	margin-top: 4px;
}

.j_map_box .left_list .search_box .search input {
	width: 100%;
	height: 100%;
	line-height: 23px;
	border: none;
	outline: none;
	padding: 0 10px;
}

.j_map_box .left_list .search_box .search span {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/search.svg) no-repeat center center #4bbdc7;
	background-size: 14px auto;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 750px){
	.j_map_box{
		flex-direction: column;
		height: auto;
	}
	.j_map_box .left_list{
		width: 100%;
		max-width: 100%;
		height: 400px;
	}
	#map{

		width: 100%;
		max-width: 100%;
		flex:auto;
	}
}
.total_num {
	width: 100%;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #4bbdc7;
	font-weight: bold;
}
.bottom_box{
	padding: 5px;
	height: calc(100% - 110px);
	overflow: auto;
}
.j_map_box .left_list ul {
	width: 100%;
	height: auto;
}

.j_map_box .left_list ul li {
	border-bottom: 1px solid #ddd;
	line-height: 22px;
	padding: 10px 8px;
}
.j_map_box .left_list ul li.active{
	background: #eee;
}
.j_map_box .left_list ul li:nth-child(2n){
	background: #fafafa;
}
.j_map_box .left_list ul li:last-child{
	border:none;
}
.j_map_box .left_list ul li h6{
	font-size: 12px;
	padding-left: 16px;
	max-width: 210px;
}
.j_map_box .left_list ul li p,
.gm-style .gm-style-iw-d p
{
	font-size: 12px;
	padding-left: 16px;
	line-height: 14px;
	max-width: 210px;
	padding-bottom: 4px;
	position: relative;
}
.j_map_box .left_list ul li p.ad a,	
.gm-style .gm-style-iw-d p.ad a{
	width: 14px;
	height: 14px;
	background: url(../images/posi.svg) no-repeat;
	background-size:12px auto ;
	content: "";
	display: block;
	position: absolute;
	top:2px;
	left:0px;
}
.j_map_box .left_list ul li p.tel:before,
	.gm-style .gm-style-iw-d p.tel:before{
	width: 14px;
	height: 14px;
	background: url(../images/tel.svg) no-repeat;
	background-size:12px auto ;
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0px;
}
.gm-style .gm-style-iw-c{
	padding: 0 ;
}
.gm-ui-hover-effect {
	opacity: 1;
	background:#4bbdc7 !important;
	top:0px !important;
	right:0px !important;
	width: 20px !important;
	height: 40px !important;
	text-align: center;
	line-height: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.gm-ui-hover-effect img{
	margin: 0 !important;
	
}
.gm-style .gm-style-iw-d{
	overflow: hidden;
}
.gm-style .gm-style-iw-d div{
	width: 100%;
	overflow: hidden;
}
.gm-style .gm-style-iw-d h6{
	background: #4bbdc7;
	color:#fff;
	width: 100%;
	padding: 6px 14px;
	word-break: break-word;
	min-height: 20px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0
}
.gm-style .gm-style-iw-d p{
	word-break: break-word;
	/* padding: 0 10px 0 16px; */
	margin: 6px 0 6px 10px ;
	line-height: 16px;
	color:#000 !important;
	font-weight: 500;
}
.service-box p{
	display: flex;
	justify-content: center;
	padding-bottom: 0!important;
}