/* 轮播图片 */
.carousel {width:100%;height:auto;position:relative;}
.carousel .slider {width:500%;height:auto;position:relative;top:0;left:0;}
.carousel .slider a {display:block;float:left;width:20%;}
.carousel .slider img {width:100%;}
.carousel .trigger {position:absolute;width:100%;bottom:4%;margin:0 auto;text-align:center;}
.carousel .trigger i {display:inline-block;width:5px;height:5px;border:1px solid #fff;margin:0 3px;background:#ccc;border-radius:5px;}
.carousel .trigger i.cur {background:#ffcc66;}
/* 菜单开始 */
.wnav {width:100%;padding:15px 0;background:#fff;overflow:hidden}
.wnav a {float:left;display:block;width:25%;text-align:center;}
.wnav a div {width:75%;width:40px;height:40px;line-height:40px;margin:0 auto;border-radius:25%;}
.wnav a i {font-size:26px;color:#fff;color:#fff}
.wnav a span {display:block;color:#666;margin-top:5px;}
.wnav a.news div {background:#0099ff}
.wnav a.order div {background:#ffcc00}
.wnav a.fav div {background:#ff3366}
.wnav a.history div {background:#33cc66}

/* 广告 */
.ad-abr a {display:block;float:left;margin-right:6px;}
.ad-abr a last {margin-right:0;}
.ad-abr a img {width:360px;}