/*分页*/
.page{ text-align:center;}
.pagelist{ width:450px; margin:0 auto; height:30px; line-height:30px; font-size:14px;}
.pagelist .a1{ width:70px; display:block; float:left;}
.pagelist a{ width:30px; height:30px; display:block; float:left; margin:2px; padding-left:8px; padding-right:8px; font-size:14px;  border:1px solid #DDD; color:#111;}
.pagelist span { width:30px; height:30px; margin:2px; line-height:30px; float:left; background:#006300; color:#fff; border:1px solid #DDD; }
.pagelist a:hover{ background:#006300; color: #fff;}
/*分页结束*/
/*页码*/

/*地图*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}


/*====================================*/
h1,h2,h3,h4,p,table,tr,th,td,ul,li,dl,dd,dt,ol,a{
	margin:0;
	padding: 0;
}
html{
	font-size:625%;
}
body {
	background:#fff;
	color:#666666;
	font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif;
}
ul,li{
	list-style: none;
}
.container a{
	color:#333;
	text-decoration: none;
}

.navbar-nav > li > a{ padding:0;}
@font-face{
	font-family:TT0248M_;
	src: url('../fonts/TT0248M_.TTF');
}
@font-face{
	font-family:Avanti_Bold;
	src: url('../fonts/Avanti_Bold.ttf');
}

@font-face{
	font-family:Avanti;
	src: url('../fonts/Avanti.ttf');
}

@font-face{
	font-family:HELVETIR;
	src: url('../fonts/HELVETIR.TTF');
}

.clear{ clear:both}	