@media screen and (max-width: 1336px) {
  .w-ftwrap {
    display: none;
  }
}
@media screen and (min-width: 1336px) {
  .w-ftwrap {
    background: #333;
  }
}

.w-fnav {
  background: #333;
  padding: 10px 0;
}
.w-fnavbox{
	width:960px;
	height:108px;
	  margin: auto;
}

.w-fnav-w {
  width: 158px;
  padding-left: 108px;
  float: left;  
}
.w-fnav-w h5 {
  height: 27px;
  line-height: 27px;
  text-indent: 44px;
  color:#999;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
  background-image: url(http://pages.19youxi.com/web/image/gw_20131029/w-fnavbg.png);
}

.w-fnav-w ul {
  padding-top: 5px;
  height:61px;
  display:block;
}

.w-fnav-w li {
  width: 78px;
  height: 28px;
  line-height: 28px;
  background-position: 0 -159px;
  background-image: url(http://pages.19youxi.com/web/image/gw_20131029/w-fnavbg.png);
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.w-fnav-w a {
  margin-left: 9px;
  color:#999;
}

.w-fnav-z {
  background-repeat: no-repeat;
  background-position: 20px 6px;
}
.w-fnav-k {
  background-repeat: no-repeat;
  background-position: 20px -34px;
}

.w-fnav-r {
  background-repeat: no-repeat;
  background-position: 20px -71px;
}

.w-footer {
  text-align: center;
  color:#666;
  width: 960px;
  margin: 0 auto;
  padding: 16px 0;
  line-height: 1.8;
  border-top: 1px solid #4d4d4d;
}
.w-footer a {
	color:#666;
}


