/*初始化样式*/
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:#333;
	text-decoration:none;
}
a:hover{
	color:#d2c4a2;
	text-decoration:none;
}
body {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:#fff;
	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;
}
#map img {
max-width: inherit;
}
/* 页码 */
.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: #333333;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
	border:1px solid #ccc;
    margin: 0 3px;
	padding:2px 10px;
}

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

.pages1 a:hover {
    background-color:#d2c4a2;
    color: #fff;
	text-decoration:none;
}
.pages3 {
    text-align: center;
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.pages1 a {
    min-width: 14px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
	border:1px solid #ededed;
    margin: 0 1px;
	padding:2px 4px;
}
.cl30 {
    clear: both;
    height: 10px;
}
}
