/*引用各个模块*/
/*头部*/@import url("header.css");

/*首页*/@import url("index.css");

/*底部*/@import url("footer.css");

body
{
    padding: 0px;
    margin: 0;
    text-align: center;
    background-color: #fcfcfc;
}

UL
{
    list-style-type: none;
    list-style-image: none;
}
LI
{
    list-style-type: none;
    list-style-image: none;
}
