@charset "utf-8";
/* CSS定制的公共样式 */
html,body,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,img,fieldset,legend,input,textarea,select{
    margin:0;padding:0;}
ol,ul,li{list-style:none;}
img{border:0;vertical-align:top;}
a{color:#666;text-decoration:none;outline:none;}
a:hover{color:#fba816;text-decoration:none;}:focus{outline:none;}
body {
    padding-top: 60px;
    font-size: 14px;
}
legend {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    color: #222;
    display: block;
    font-weight: 300;
    margin: 0 0 20px;
}
/* CSS活动的公共样式 */

/* 首页头部样式 */


/* 导航样式 */


#main{margin-top: 20px;}


#footer{
    background-color: #2C3E50;
    color: #efefef;
    height: 180px;
    margin-top: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
}
#footer a {
    color: #ccc;
}


/*page*/
