﻿/*清除默认样式表*/
html,body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li, 
pre,
fieldset,button, input, textarea,
th, td { 
    margin: 0;
    padding: 0;
}

.text_gray {
    color: #a4a4a4;
    font-size: 14px;
    letter-spacing: 1px;
}

.clear {
    clear: both;
}

ul,ol {
    list-style-type: none;
}

body {
    background-color: #efefef;
    font: 14px/1.8 "Hiragino Sans GB","冬青黑体",tahoma,"times new roman",Helvetica;
}

.inner {
    width: 1375px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    outline: none;
}
