html {
    font: 12px/1.5 "Microsoft YaHei",arial,SimSun,helvetica,sans-serif;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

i, em, abbr, dfn, address, cite, var {
    font-style: normal;
}

img {
    vertical-align: middle;
    border: 0;
}

caption, th {
    text-align: left;
}

hr {
    border-style: solid;
}

q:before, q:after {
    content: none;
}

button, [type=button], [type=reset], [type=submit] {
    cursor: pointer;
    background-color: transparent;
}

button, [type=button], [type=reset], [type=submit], label, [type=text], textarea, select {
    border: 0;
}

    button:focus, [type=button]:focus, [type=reset]:focus, [type=submit]:focus, label:focus, [type=text]:focus, textarea:focus, select:focus {
        outline: 0;
    }


.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



button, input, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

address, cite, dfn, em, var {
    font-style: normal;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a, u {
    text-decoration: none;
    outline: medium none;
    outline: none;
    cursor: pointer;
}

    a:hover {
        outline: medium none;
        outline: none;
    }

img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    /*float: right;*/
    margin-left:210px;
    margin-right:20px;
}

/*.box {
    width: 1190px;
    margin: 0 auto;
    position: relative;
}*/

.po_re {
    position: relative;
}

.po_ab {
    position: absolute;
}

.blank0 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
}

.clearfix {
    _zoom: 1;
}

.fw {
    font-weight: bold;
}


/* slider */
.main_image {
    width: 100%;
    height: 556px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

    .main_image ul {
        width: 9999px;
        height: 556px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_image li {
        float: left;
        width: 100%;
        height: 556px;
    }

        .main_image li span {
            display: block;
            width: 100%;
            height: 556px;
        }

        .main_image li a {
            display: block;
            width: 100%;
            height: 556px;
        }

div.flicking_con {
    position: relative;
    text-align: center;
}

    div.flicking_con .flicking_inner {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 10px;
        z-index: 1;
    }
    /* 121126 */
    div.flicking_con a {
        width: 11px;
        height: 11px;
        /*border:1px solid #fd9b16;*/
        border: 1px solid #eee;
        background-color: #eee;
        opacity: 0.5;
        filter: alpha(opacity=50);
        border-radius: 50%;
        margin-right: 15px;
        display: inline-block;
    }

        div.flicking_con a.on {
            background-color: #eee;
            opacity: 1;
            filter: alpha(opacity=100);
        }

#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 73px !important;
    height: 74px !important;
    top: 50%;
    margin-top: -37px;
    display: none;
}

#btn_prev {
    background: url(../images/rleft.png) no-repeat left top;
    left: 100px;
}

#btn_next {
    background: url(../images/right.png) no-repeat right top;
    right: 100px;
}

.layer_fixed_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 910;
    bottom: 0;
    display: none;
}
