@charset "UTF-8";
/* CSS Document ahweilai.com*/
.wl-clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.wl-clear {
	zoom: 1
}
.wl-flex {
  display: flex;
}
.wl-flex1 {
  flex: 1;
}

/* 分页 */
#wl-pager {
  padding: 30px 0 0px;
  text-align: center;
  margin-bottom: 30px;
}
#wl-pager a,#wl-pager span {
  margin: 0 6px;
  background: #fff;
  font-size: 16px;
  padding: 7px 10px;
  border: #ddd solid 1px;
  color: #999;
}
#wl-pager a:hover {
  margin: 0 6px;
  background: #fff;
  font-size: 16px;
  border: 0px;
  background: #1b57af;
  color: #FFFFFF;
}
#wl-pager .current {
  background: #1b57af;
  color: #fff;
  border: #1b57af solid 1px;
}
.wl-scroll-fix {
  width: 100%;
  position: fixed;
  padding-top: 25px;
  top: -100px;
  left: 0px;
  z-index: 9999;
  background-image: url("../images/body_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	transition: all .5s;
	-webkit-transform: translateY(100px);
}