/*初始化样式*/
body,ul,ol,li,h1,h2,h3,h4,h5,dl,dt,dd,p,span,tbody,thead,th,tr,td{
	margin:0;
	padding:0;
	border:none;
}
ul,ol{
	list-style:none;
}
a{
	color:#1e1e1e;
	text-decoration:none;
}
a:hover{
	color:#ff933f;
	text-decoration:none;
}

body {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#888;
	background:#f8f8f8;
	position:relative;
}
img{
	max-width:100%;
}
:-moz-placeholder { 
    font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}

::-moz-placeholder {
    font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}
input:-ms-input-placeholder{ 
     font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}

input::-webkit-input-placeholder{
     font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}
.lf{
	float:left;
}
.rt{
	float:right;
}
.cl{
	clear:both;
}
.cl30{
	clear:both;
	height:30px;
}
.cl50{
	clear:both;
	height:50px;
}
/* 页码 */
.pages1 {
    width: 100%;
    text-align: center;
	margin-bottom:30px;
}

.pages1 a {
    min-width: 14px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #888;
    background-color: #fff;
    display: inline-block;
	border:1px solid #ccc;
    margin: 0 3px;
	padding:6px 14px;
}

.pages1 a.p_active {
    background-color:#fff;
	border:1px solid #ff933f;
    color: #ff933f;
}

.pages1 a:hover {
    background-color:#ff933f;
	border:1px solid #ff933f;
    color: #fff;
	text-decoration:none;
}
.pages3 {
    text-align: center;
}
#map img {
max-width: inherit;
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.pages1 a {
    min-width: 14px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    background-color: #fff;
    display: inline-block;
	border:1px solid #ededed;
    margin: 15px 1px 5px 1px;
	padding:2px 4px;
}
.rt {
    float: left;
	width:100%;
}
.cl50{
	clear:both;
	height:20px;
}
}


