@charset "utf-8";
/* CSS Document */

.h_top{ width:100%; overflow:hidden;}
.home_box{ width:100%; max-width:720px; min-width:320px; overflow:hidden; background:#fff; position:fixed; top:0; z-index:99;}
.home{ width:100%; overflow:hidden; background:#eee; padding:5px 0;}
.home .h_1{ width:23px; height:30px; float:left; margin-left:2.5%; margin-right:2.5%; }
.home .h_1 img{ width:100%;}
.home .h_2{ width:29px; height:30px; float:left; margin-right:2.5%; }
.home .h_2 img{ width:100%;}
.home .h_3{ width:76%; height:30px; line-height:30px; border-radius:3px; float:left; background:#fff;}
.home .h_3 img{ width:20px; margin-top:5px; margin-left:5px; margin-right:5px;}

/* 导航*/
.swiper-container {width: 100%; overflow:hidden; background:#fff; max-width:720px; min-width:320px; }
.swiper-wrapper{ width: 100%; overflow:hidden; }
.swiper-slide { display:block; width:33.3%; float:left; text-align: center; line-height:34px;  background: #fff;  color:#969696; border-bottom:1px solid #eee; box-sizing:border-box; }
.act{ color:#F00; border-bottom:2px solid #fc525f; line-height:33px; box-sizing:border-box; }


