﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

:focus {
    outline: 0;
}

/*body, td, div, p, br, b, i, em, a, pre, img, dl, dt, dd, li, form, th, tr, span {
    font-family: "Microsoft Yahei","微软雅黑","宋体",Arial, Helvetica, sans-serif;
    font-size: 14px;
}*/

html,body {
    font-family: "Microsoft Yahei","微软雅黑","宋体",Arial, Helvetica, sans-serif;
    font-size: 14px; 
}

ol, ul {
    list-style: none;
}

a, a:hover, a:visited {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
}

body {
    min-width: 1220px;
}

.validConBox {
    width: 1220px;
    margin: 0 auto;
}

.hideBox {
    display: none;
}
