@charset "gb2312";
/* CSS Document */

/* 全站通用 */

.border{ border:1px solid #bec3c7; border-top:none;}

/* 布局框架 */
body{ background-color:#f3f3f3; background-image:url(bc.jpg); background-repeat:repeat-y; background-position:top center; }

/* 头部 */

.top{ width:100%; background-image: url(top.jpg); background-repeat:no-repeat;background-position:top center; height:25px;}


.banner{ width:1003px; height:192px; margin:0 auto; background-image:url(banner.jpg);}


/* 导航 */

.nav{ background-image:url(new_nav.jpg); width:1003px; height:85px; margin:0 auto;}
.subnav{ background-image:url(subnav.jpg); width:1003px; height:43px; margin:0 auto;}

/* 尾部 */

.footer{ border-top:3px solid #058ae3; height:160px; padding-top:22px; width:1003px; margin:0 auto; }




