﻿
@charset "utf-8";
/*样式初始化*/
/*body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, input, textarea, select {
    margin: 0;
    padding: 0;
}*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    color: #666;
}

body {
    font: 14px"微软雅黑","Arial Narrow",HELVETICA;
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #007ACC;
    }

em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

img:hover {
    /*opacity: 0.8;
    filter: alpha(opacity:80);*/
}
/*居中*/
.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
