.p_page ul {

	text-align:center

}

.p_page .firstPage {

	width: 30px;

}

.p_page ul li {
    position: relative;
    float: left;
    height: 30px;
    min-width: 30px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
}

.p_page ul li:hover a{

	color: #fff;

	text-decoration: none;

}

.p_page ul li:hover {

    background-color: #3ebb2b;
    color: #fff;
    border-color: #3ebb2b;

}

.p_page ul li.thisclass, .p_page ul li.thisclass a, .p_page ul li.thisclass a:hover {
    text-decoration: none;
    background-color: #3ebb2b;
    color: #fff;
    border-color: #3ebb2b;
}

.p_page .p_pageinfo {

	line-height: 25px;

	padding: 12px 5px 10px 5px;

	color: #999;

}

.p_page select {

	line-height: 25px;

	margin-top: 4px

}

.p_page .p_pageinfo strong {

	color: #555;

	font-weight: normal;

	margin: 0px 2px;

}

.swiper-button-prev i,.swiper-button-next i{
	line-height:38px;
	}