/*初始化样式*/
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;
}

table {
    border: 1px solid #666;
	border-collapse: collapse;
}
th, td {
    border: 1px solid #666;
}
a{
	color:#787878;
	text-decoration:none;
}
a:hover{
	color:#88b44e;
	text-decoration:none;
}
body {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#787878;
	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;
}
.cl20{
	clear:both;
	height:20px;
}
/* 页码 */
.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: 1% 3px 2% 3px;
	padding:2px 10px;
}

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

.pages1 a:hover {
    background-color:#88b44e;
    color: #fff;
	text-decoration:none;
}
.pages3 {
    text-align: center;
}
/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 14px 4px;
    cursor: pointer;
}


@media screen and (min-width:200px) and (max-width:800px)
{
	.open_mnav {
        display: block;
    }
	.nav,.c_nav{
		display: none;
	}
	.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 #ccc;
    margin: 1% 3px 2% 3px;
	padding:2px 5px;
}

}