/* 公用样式 */
	html {
		overflow-x: hidden;
	}
strong{color: #1a1a1a;font-size: 19px;}
	*{padding: 0;margin: 0;}
	body,
	div,
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	ul,
	li,
	a,
	span
	
	{
		padding: 0;
		margin: 0;
		color: #1a1a1a;
		font-family: PingFang SC,'Microsoft YaHei';
	}

	img {
		border: none;
	}

	table {
		border-collapse: collapse;
	}

	a,
	a:active {
		color: #333;
		text-decoration: none;
		outline: none;
		font-family: PingFang SC,'Microsoft YaHei';
	}

	a:hover {
		outline: none;
	}

	a:focus {
		outline: none !important;
		-moz-outline: none !important;
	}

	ul,
	dl,
	li,
	dd,
	dt,
	ol {
		list-style: none;
	}

	.clear {
		clear: both;
	}

	.ov_h {
		overflow: hidden;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.dis_n {
		display: none;
	}

	.wz_hits {
		display: none;
	}

	.left {
		float: left;
	}

	.right {
		float: right;
	}


	/*分页样式*/
	.list_feny {
		background: #fff;
		width: 100%;
		float: left;
		text-align: center;
		margin: 70px 0;
	}

	.easysite-page-wrap {
		margin-top: 20px;
	}

	.list_all {
		display: inline-block;
	}

	.list_feny .list_all div {
		overflow: hidden;
		float: left;
		*display: inline;
		line-height: 36px;
		margin-left: 10px;
		color: #413c3c;
		text-align: center;
		vertical-align: middle;
	}

	.omit_sl {
		color: #124eaf !important;
		font-weight: bold;
	}

	.list_feny .list_all div font {
		float: left;
		display: block;
		width: 36px;
		height: 36px;
		background: #124eaf;
		border-radius: 5px;
	}

	.list_feny .list_all div span {
		float: left;
		height: 36px;
	}

	.list_feny .list_all div font.NormalRed {
		color: #FFF;
	}

	.list_feny .list_all div a {
		float: left;
		display: block;
		width: 35px;
		height: 35px;
		line-height: 35px;
		border: 1px solid #ededed;
		color: #124eaf;
		border-radius: 5px;
		font-size: 16px;
	}

	.list_feny .list_all div .ipt_txt {
		width: 35px;
		line-height: 21px;
		padding: 3px 0;
		margin: 0 5px;
		border: 1px solid #ededed;
		text-align: center;
		vertical-align: middle;
	}

	.list_feny .list_all div .ipt_btn {
		width: 35px;
		height: 35px;
		background: #FFF;
		line-height: 35px;
		border: 1px solid #ededed;
		cursor: pointer;
	}

	.list_feny .list_all div .sx a {
		width: 68px;
		color: #3e3a39;
		border-radius: 5px;
		border: 0px solid #ededed;
	}

	.list_feny .list_all div .sx a.pagingNormal {
		color: #3d3d3d;
	}

	.libmore_r {
		padding-top: 10px;
		width: 16 0px;
		float: left;
	}

	.libmore_r span {
		color: #18487b;
	}
/*低于798px以下自适应*/
@media screen and (max-width: 768px){
.list_feny{    margin: 1rem 0;}
.list_feny .list_all div {margin-left: 3px;}
.list_feny .list_all div a {width: 30px;height: 30px;line-height: 30px;font-size: .5rem;}

}

/* 头部广告 */
.advertise_top {display: none;position: relative;}
.advertise_top img {width: 100%;}
@media screen and (max-width: 999px) {
	.advertise_top {display: none;}
}
/* 左浮动右浮动 */
.floating_window {position: fixed;z-index: 999;display: inline-block;}
.floating_window_img img {width: 100%;}
/* 飘窗 */
.floadAd {position: absolute;z-index: 999900;display: none;}
.floadAd .item {display: block;}
.floadAd .item img {vertical-align: bottom;width: 100%;}
@media screen and (max-width: 999px) {
.floating_window {display: none;}
.floadA {display: none!important;}
}