@charset "utf-8";
/*中企动力上海第一分公司-赵长国 QQ：24795216*/
/*一键定义分页样式 分页程序样式*/

html body .p_OccupyBox {
    display: table;
    margin: 0 auto;
}
html body .p_page > div {border-radius: 4px;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
html body .p_page .font{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
html body .p_page {float:none;margin: 20px auto 30px;display:table;border: none !important;}
html body  .e_box .p_page .font {line-height: 30px;height: 30px;}
html body  .e_box .p_page * {line-height: 22px;/* height: 30px; */margin: 0 2px 0 2px;/* float: left; */padding: 5px 7px;font-size: 14px;}
html body .p_page .p_PageInterval{padding-right:14px;padding-left:14px;}
html body  .e_box .p_page .pagination{
    margin: 0 auto;
    display: table;
    width: auto;
}
html body  .e_box .p_page .pagination li{
    float: left;
    padding: 0;
    margin: 0;
}
html body .p_page .pageNum{padding-right: 12px;padding-left: 12px;min-width: 15px;width:auto;line-height: 38px;height: 38px;float: left;text-align: center;cursor: pointer;}
html body .p_page .pageNum:hover{background:#525252;color:#ffffff;}
html body .p_page .pageNum:hover{background:#525252;color:#ffffff;border-color: #525252;line-height: 38px;height: 38px;}
html body .p_page .pageNum.active{background:#525252;color:#ffffff;border-color: #525252;line-height: 38px;height: 38px;}
html body .p_page .next{color:rgba(54, 56, 66, 1);background:#EFEFEF;float: left;cursor: pointer;}
html body .p_page .next:hover{background: #525252;border-color: #525252;}
html body .p_page .next:active{background:#525252;border-color: #525252;}
html body .p_page .pre{color:rgba(102, 102, 102, 1);background:#EFEFEF;line-height: 36px;/* height: 30px; */float: left;cursor: pointer;}
html body .p_page .pre:hover{background:#525252;border-color: #525252;}
html body .p_page .pre:active{background:#525252;}

html body .p_page .pre:hover .font{color:#ffffff;}
html body .p_page .pre:active .font{color:#ffffff;}
html body .p_page .next:hover .font{color:#ffffff;}
html body .p_page .next:active .font{color:#ffffff;}



@media only screen and (min-width: 769px){
    .p_CommonThumbnailBox{padding:10px 0 0 0 !important;}
.p_CommonSquareNumBtn.active, .p_CommonSquareNumBtn:hover {
    background-color: #525252;
    color: #fff;
}
.p_CommonSquareNumBtn{
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
}
}

@media only screen and (max-width: 769px){
    .p_CommonSummaryBoxA {
        width: auto;
        height: auto;
        margin-bottom: 20px;
        background-color: transparent;
        overflow: hidden;
        text-align: center
    }
    .p_CommonThumbnailBox {
        width: auto;
        height: auto;
        background-color: transparent;
        overflow: hidden
    }
    .p_CommonSquareNumBtn:active {
        background-color:#525252;
    }
    .p_CommonSquareNumBtn.active {
        background-color: #525252;
	}
}

/*next btn*/
	.p_CommonLanternBox{ 
		position: relative;   
		margin:0;
		width: auto;
		height:auto;
		padding:0;
		border-width:1px;
		border-style: none;
		border-color:rgba(228,228,228,0);
		background-color:transparent;
		overflow: hidden;
	}
	.p_CommonSwitchBtnA{
		position: absolute;
		top: 50%;
		left: 50%;
		display:inline-block;
		vertical-align:middle;
		cursor:pointer;
		font-size: 45px;
		color: #d4d4d4;
		transform: translate(-50%,-50%);
	}
	.p_CommonSwitchBtnA .iconfont:before{
		content: "\e687";
		display: inline-block;
		font-weight: 100;
	}
	.p_CommonSwitchBtnA:hover{
		cursor:pointer;
		color:#525252;
	}
	.p_CommonSwitchBtnB{
		position: absolute;
		top: 50%;
		right: 50%;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		transform: translate(50%,-50%);
		font-size: 45px;
		color: #d4d4d4;
		vertical-align: middle;
		cursor: pointer;
	}
	.p_CommonSwitchBtnB .iconfont:before{
		content: "\e6ae";
		display: inline-block;
		font-weight: 100;
	}
	.p_CommonSwitchBtnB:hover {color: #525252;cursor: pointer}


@media only screen and (min-width: 769px){
.p_CommonSquareNumBtn.active, .p_CommonSquareNumBtn:hover {
    background-color: #525252; color: #fff;}
.p_CommonSquareNumBtn{
    border-radius: 50%;
}  
}
@media only screen and (max-width: 769px){
body .p_pagebox .next {/*background-color:#292929;*/background:#fff;color:#000;}	
body .p_pagebox .next .iconfont{color:#bbb;}
body .p_pagebox .pre .iconfont{color:#bbb;}
body .p_pagebox .next:hover{border-color:#292929;background-color:#292929;}
body .p_pagebox .next:active{background-color:#292929;}
body .p_pagebox .pre {/*background-color:#292929;*/background:#fff;color:#000;/* margin: 0px 0 0 4%; */}	
body .p_pagebox .pre:hover{border-color:#292929;/* background-color:#292929; */background: #fff;color: #000;}
body .p_pagebox .pre:active{/* background-color:#292929; */}

body .p_pagebox .NumBox {
    border: 0px solid #e0e0e0;
    background: none;
    width: 28%;
    margin: 0 8%;
}
.p_pagebox .num{color:#888;}
.p_pagebox .num .iconfont{display:none;}
/*body .p_pagebox{margin:0 auto; width:auto;display: table;}*/
}

