@charset "UTF-8";
/* ahweilai.com CSS Document */
.wl-clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.wl-clear {
	zoom: 1
}
.wl-nav {
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1000;
}
.wl-nav a {
  color: #333;
}
.wl-nav .wl-nLi {
  text-align: center;
  float: left;
  position: relative;
  display: inline-block;
}
.wl-nav .wl-nLi:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #FF7300;
  content: "";
  transition: width .5s;
}
.wl-nav .wl-nLi:last-child {
  border-right: none;
}
.wl-nav .wl-nLi:after {
  position: absolute;
  top: 0;
  right: 50%;
  width: 0;
  height: 2px;
  background: #FF7300;
  content: "";
  transition: width .5s;
}
.wl-nav .wl-nline {
  float: left;
  width: 1px;
  height: 20px;
  margin-top: 20px;
  background-color: #328cda;
}
.wl-nav .wl-nLi h3 {
  font-weight: normal;
}
.wl-nav .wl-nLi h3 a {
  display: block;
	padding: 0 22px;
  font-size: 17px;
  text-align: center;
  color: #fff;
}
.wl-nav .wl-nLi h3 a i {
  padding-left: 6px;
}
.wl-nav .wl-sub {
  background-color: rgba(255, 2255, 255, 0.9);
  display: none;
  width: 110px;
  left: 18px;
  top: 61px;
  position: absolute;
  line-height: 40px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.9);
  z-index: 10000;
	border-radius: 6px;
}
.wl-nav .wl-nLi:nth-child(2) .wl-sub {
  width: 150px;
  left: -18px;
}
.wl-nav .wl-nLi:nth-child(3) .wl-sub, .wl-nav .wl-nLi:nth-child(4) .wl-sub {
  width: 250px;
  left: -68px;
}
.wl-sub, .wl-nav .wl-nLi:nth-child(5) .wl-sub {
  width: 280px;
  left: -88px;
}
.wl-sub, .wl-nav .wl-nLi:nth-child(9) .wl-sub {
  width: 120px;
  left: -3px;
}
.wl-nav .wl-sub li {
  zoom: 1;
  margin: 0 5px;
  border-top: solid 1px #ccc;
	
}
.wl-nav .wl-sub a {
  font-size: 15px;
  display: block;
  text-align: center;
  color: #444;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .3s;
}
.wl-nav .wl-sub a:hover {
	background-color: rgba(0,0,0,.3);
  color: #fff;
  background-size: 100% 1px;
}
.wl-nav .wl-navon h3 a {
  color: #fff;
	background-color: rgba(0,0,0,.9);
}
.wl-nav .wl-navon:before {
  width: 50%
}
.wl-nav .wl-navon::after {
  width: 50%
}
/* 分页 */
#wl-pager {
  padding: 30px 0 0px;
  text-align: center;
}
#wl-pager ul.pages {
  margin: 0px;
  padding: 0px
}
#wl-pager ul.pages li {
  display: inline-block;
  margin: 0 6px;
  background: #fff;
  font-size: 16px;
  border: 0px
}
#wl-pager ul.pages li:hover {
  display: inline-block;
  margin: 0 6px;
  background: #fff;
  font-size: 16px;
  border: 0px
}
#wl-pager ul.pages li a:hover {
  background: #444;
  color: #FFFFFF
}
#wl-pager ul.pages li a {
  display: block;
  padding: 8px 12px;
  border: #ddd solid 1px;
  color: #999;
}
#wl-pager ul.pages li a.pgCurrent {
  background: #444;
  color: #fff;
  border: #014da1 solid 1px;
}
.wl-scroll-fix {
  width: 100%;
  position: fixed;
  top: -100px;
  left: 0px;
  z-index: 9999;
	background-color: #fff;
	transition: all .5s;
	-webkit-transform: translateY(100px);
}
@media screen and (max-width: 640px){
	#wl-pager {
  padding: 30px 0 0px;
  text-align: center;
}
#wl-pager ul.pages {
  margin: 0px;
  padding: 0px
}
#wl-pager ul.pages li {
  display: inline-block;
  margin: 6px;
  background: #fff;
  font-size: 14px;
  border: 0px
}
#wl-pager ul.pages li:hover {
  display: inline-block;
  margin: 0 6px;
  background: #fff;
  font-size: 16px;
  border: 0px
}
#wl-pager ul.pages li a:hover {
  background: #444;
  color: #FFFFFF
}
#wl-pager ul.pages li a {
  display: block;
  padding: 2px 8px;
  border: #ddd solid 1px;
  color: #999;
}
#wl-pager ul.pages li a.pgCurrent {
  background: #444;
  color: #fff;
  border: #014da1 solid 1px;
}
}

