.content .map{
	background: url('../images/disrtibutor/map.jpg');
	width: 100%;
	height: 650px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}
.map .dot{
	position: absolute;
	width: 8px;
	height: 8px;
	background: #BBC600;
	border-radius: 50%;
	cursor: pointer;
}
.dot .dot_detail{
	width: 350px;
	padding: 20px;
	background: #BBC600;
	display: none;
	right: 28px;
	top: -30px;
	position: absolute;
	max-height: 400px;
	overflow: visible;


}
.dot_detail .arrow{
	background: url('../images/disrtibutor/img_map_arrow.png');
	background-repeat: no-repeat;
	padding-bottom: 0px;
	border-bottom: 0px;
	width: 20px;
	height: 30px;
	position: absolute;
	right: -20px;
	z-index: 9996;
}
.dot_detail .company_name{
	line-height: 23px;
	font-size: 20px;
	color: #333;
}
.dot_detail .address{
	line-height: 16px;
	color: #333;
	margin-top: 15px;
}

.dot_detail .website{
	margin-top: 5px;
}
.website .btn_website , .btn_website:hover{
	background-color:#CAD50D;
	border-radius: 20px;
	background-image: url('../images/disrtibutor/icon_link.png');
	background-position: 10px 7px;
	background-repeat: no-repeat;
	padding-left: 30px;
	text-shadow:none;
	
}
.btn_email, .btn_email:hover{
		background-color:#CAD50D;
	border-radius: 20px;
	background-image: url('../images/disrtibutor/icon_email.png');
	background-position: 10px 7px;
	background-repeat: no-repeat;
	padding-left: 30px;
	text-shadow:none;
}
.dot_detail>div{
	padding-bottom: 30px;
	border-bottom: 1px solid #9DA104;
}
