﻿@charset "utf-8";
/* CSS Document */

/* 全站通用 */
.border{ border:1px solid #d6dfe6; border-top:none;}
.kong10{ width:100%; height:10px; overflow:hidden;}
.kong5{ width:100%; height:5px; overflow:hidden;}
.kong6{ width:100%; height:6px; overflow:hidden;}

/* 布局框架 */
body{ background-color:#FFF; background-image:url(jg_bc.jpg); background-repeat:repeat-y; background-position:top center; }

/* 头部 */

.header{}
.banner{ background-image:url(jg_banner.jpg); width:1003px; height:170px; margin:0 auto;}


/* 导航 */

.nav{ background-image:url(lg_nav.jpg); width:1003px; height:42px; margin:0 auto;}
.sub_nav{ background-image: url(jg_sub_nav.jpg); width:1003px; height:47px; margin:0 auto; }

/* 尾部 */

.footer{ width:1003px; background-color:#f6f6f6; border-top:2px solid #026db1; height:200px; padding-top:25px; margin:0 auto;}




