@charset "utf-8";
/* CSS Document */

/* --------------------【四个content切换按钮】-------------------- */
#nav_content{ padding:5px 0;}
#nav_content .sec{ height:30px; text-align:center; float:left;margin-right:5px;}
#nav_content .sec a{ display:block; height:30px; line-height: 30px; border-left:1px solid #cccccc; border-right:1px solid #cccccc; border-top:1px solid #cccccc; border-bottom:0; background:#f9f9f9; padding:0 10px;}
#nav_content .current{}
#nav_content .current a{ display:block; height:30px; color:#fff; border-left:1px solid #cccccc; border-right:1px solid #cccccc; border-top:1px solid #cccccc; border-bottom:0; background:#02375c;}
