﻿body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}
/*img{vertical-align:middle;}
*/ ol, ul, li {
    list-style-type: none;
    text-align: justify;
    text-justify: inter-ideograph;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, select, textarea {
    font-size: 12px;
    font-family: inherit;
    margin: 0;
    outline: none;
    resize: none;
    border: none;
}

.cl:after, .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.cl, .clearfix {
    zoom: 1;
}

html {
    verflow: -Scroll;
    overflow-x: hidden;
    zoom: 1;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, "å¾®è½¯é›…é»‘","å®‹ä½“",Helvetica, sans-serif;
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

    a:hover {
        text-decoration: none;
    }

:focus {
    outline: none;
}

/* CSSæ´»åŠ¨çš„å…¬å…±æ ·å¼ */
.fl {
    float: left;
}

.fr {
    float: right;
    margin-right:8px;
}

.wrap, .grWidth {
    width: 1200px;
    margin: 0 auto;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.hide {
    overflow: hidden;
}
