.float-right-box {
	width: 250px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -127px;
	background-color: #333333;
	z-index: 1000;
	transition: width 0.3s ease 0s;
}
.float-right-box.on {
	width: 50px;
}
.float-right-box .top-list {
	width: 100%;
}
.float-right-box .top-list ul {
	width: 100%;margin:0;
}
.float-right-box .top-list li {
	width: 100%;
	position: relative;
	transition: background 0.3s ease 0s;
	height: 50px;
}
.float-right-box .top-list a {
	display: block;
	width: 100%;
}
.float-right-box .top-list .ico {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transition: background 0.3s ease 0s;
	z-index: 2;
}
.float-right-box .top-list .ico1 {
	background: url(../image/ico_58.png) no-repeat center #333333;
}
.float-right-box .top-list .ico2 {
	background: url(../image/ico_59.png) no-repeat center #333333;
}
.float-right-box .top-list .ico3 {
	background: url(../image/ico_60.png) no-repeat center #333333;
}
.float-right-box .top-list .ico4 {
	background: url(../image/ico_61.png) no-repeat center #333333;
}
.float-right-box .top-list .ico5 {
	background: url(../image/ico_62.png) no-repeat center #333333;
}
.float-right-box .top-list .ico7 {
	background: url(../image/ico_69.png) no-repeat center #333333;
}
.float-right-box .top-list .stt {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	transition: color 0.3s ease 0s;
	position: absolute;
	left: 28px;
	top: 0;
	z-index: 1;
	width: 222px;
	cursor: pointer;
}
.float-right-box .top-list li:hover .stt {
	color: #15191e;
}
.float-right-box .top-list li:hover .ico1 {
	background: url(../image/ico_58_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico2 {
	background: url(../image/ico_59_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico3 {
	background: url(../image/ico_60_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico4 {
	background: url(../image/ico_61_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico5 {
	background: url(../image/ico_62_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico7 {
	background: url(../image/ico_69_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover {
	background-color: #fff;
}
.float-right-box .top-list .return-webtop .stt {
	font-family: "Arial";
	font-weight: bold;
}
.float-right-box .top-list li .weix {
	position: relative;
}
.float-right-box .sidebox {
	position: absolute;
	right: 250px;
	top: 0;
	transition: all 0.1s ease 0s;
	width: 120px;
	z-index: 10;
	display: none;
	background: #fff;
}
.float-right-box .sidebox img {
	width: 110px;
	height: 110px;
	display: block;
	margin: 5px auto;
}
@media only screen and (max-width: 1200px){.float-right-box{display:none}}
.page{padding:20px 0;}
.gj_pager { text-align: left;}
.gj_pager * { display: inline-block; }
.gj_pager .page,.gj_pager .page-num { padding: 6px 14px; border: 1px solid #40a862; border-right: none; background: #ffffff; text-align: center; color: #76838f; font-size:14px;cursor:pointer}
.gj_pager .page,.gj_pager .page-num:last-child{border-right: 1px solid #40a862;}
.gj_pager .page:hover { color: #76838f; text-decoration: none; }
.gj_pager .page.NextA { border-right: 1px solid #40a862; }
.gj_pager .PreSpan{border-right:none!important}
.gj_pager .PreSpan,
.gj_pager .NextSpan { padding: 6px 14px; border: 1px solid #40a862; background: #ffffff; cursor: default;font-size:14px; }
.gj_pager .firstPage,
.gj_pager .lastPage { min-width: 40px; height: 28px; line-height: 28px; }
.gj_pager .page-num-current {background: #40a862; border-color:#40a862;color: #ffffff;  }
.gj_pager .page-num:hover { background: #40a862; border-color:#40a862;color: #ffffff; }
.gj_pager .page { text-decoration: none; }
.gj_pager .page:active,
.gj_pager .page:focus,
.gj_pager .page:hover { text-decoration: none; }
.gj_pager .PageText { display: none; margin-left: 10px; color: #aaa; }
.gj_pager input { display: none; }
.gj_pager .firstPage,
.gj_pager .lastPage { height: auto; line-height: inherit; }
.text-center{text-align:center}