﻿@charset "utf-8";
/* CSS Document */

/* 全站通用 */
.border{ border:1px solid #cccccc; border-top:none;}
.kong15{ width:100%; height:15px; overflow:hidden;}
.kong10{ width:100%; height:10px; overflow:hidden;}
.kong20{ width:100%; height:20px; overflow:hidden;}

/* 布局框架 */
body{ background-color:#ebebeb;  }

/* 头部 */

.banner{ background-image:url(banner.jpg); width:1003px; height:176px; margin:0 auto;}
.top{ background-image:url(top.jpg); width:100%; height:30px;}
.top_cnt{ width:1003px; height:30px; margin:0 auto;}

/* 导航 */

.nav{ background-image:url(nav.jpg); width:1003px; height:40px; margin:0 auto; }


/* 尾部 */

.footer{ background-color:#dadada; width:1003px; margin:0 auto; border-top:4px solid #0093f3; padding-top:40px; padding-bottom:40px;}




