body{ 
	background-color: #666;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
.bg{ 
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}
.dingwei{ 
	position: relative;
	width: 886px; 
	height: 480px;
	background: #fcc;
	left: 144px;
    top: 195px;
}
.oh-serch{
	position: absolute;
	right:10px;
	top: 15px;
	z-index: 10;
	border-radius: 3px;
	background-color: #fff; 
	width: 240px;
	height: 40px;
	box-shadow: 0 2px 2px rgba(0,0,0,.15);
	overflow: hidden;
}
.oh-serch input{ 
	border: none;
	line-height: 40px;
	height: 40px;
	text-indent: 8px;
	outline: none;
	background-color: #fff;
	width: 200px;
	float: left;
	color: #666;
	font-size: 14px;
	padding: 0px;
}
.oh-serch a{ 
	display: block;
	float: right;
	width: 40px;
	height: 40px;
}
.oh-serch a:hover{ 
	background-color: #ddd;
}


/*样式开始*/
.textoverflow{ 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.oh-address-box{ 
	padding: 0px; 
	width: 886px; 
	height: 480px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.oh-jzfw-map{ 
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.oh-jzfw-map-bottom-box{ 
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	border-top: #ddd 1px solid;
	z-index: 5;
}
.padding10{padding: 10px;}
.oh-point-address{ 
	float: left;
    padding-left: 50px;
    position: relative;
    padding-top: 5px;
    width: 390px;
}
.oh-point-address img{ 
	display: block;
	position: absolute;
	top: 13px;
	left: 5px;
}
.oh-point-address h2{  
    font-size: 18px;
    color: #333;
    height: 36px;
    line-height: 36px;
    width: 830px;
}
.oh-point-address p{ 
    font-size: 12px;
    color: #999;
    width: 100%;
}
.oh-address-time{ 
	float: left;
	font-size: 12px;
	padding-left: 20px;
	padding-top:20px;
}
.oh-address-time a{ 
	display: inline-block;
	border: #e6e6e6 1px solid;
	padding: 3px 8px;
	width: 60px;
	text-decoration: none;
	position: relative;
	background-color: #fff;
}
.oh-address-time a font{ 
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
.oh-address-time a font i{ 
	display: inline-block;
	width: 14px;
	height: 7px;
	background-image: url(../img/select-jiao.png);
	background-repeat: no-repeat;
	background-position: left top; 
	margin-left: 6px;
	vertical-align: middle;
}
.oh-address-time-show{ 
	display: none;
	position: absolute;
	background-color: #fff;
}
.oh-address-time a.cur .oh-address-time-show{ 
	display: block;
	border: #c3d9e0 1px solid;
	width: 76px;
	left: -1px;
	top: -62px;
}
.oh-address-time-show span{ 
	display: block;
	width: 100%;
	text-indent: 10px;
	line-height: 20px;
}
.oh-address-time-show span:hover{ 
	background-color: #daeef5;
}
.oh-address-time a.cur font i{ 
	background-position: left bottom;
}
.oh-fw-circle{ 
	float: left;
    font-size: 12px;
    padding-top: 24px;
    width: 64px;
    padding-right: 410px;
    padding-left: 20px;
    position: relative;
}
.oh-track{ 
	background-image: url(../img/oh-track.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 410px;
    display: inline-block;
    position: absolute;
    height: 59px;
    right: 0px;
    top: 0px;
}
.oh-bubble{ 
	width: 20px;
	height: 26px;
	text-align: center;;
	line-height: 21px;
	color: #fff;
	font-size: 12px;
	background-image: url(../img/bubble.png);
	position: absolute;
	top: 3px;
}
.oh-track p{ 
	text-align: center;
	font-size: 14px;
	position: relative;
    top: 41px;
} 
.oh-track p span{ 
	color: #ff5454;
	padding:0px 5px; 
}
