﻿@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

body {
    font-size: 62.5%;
}

body, table, input, textarea, select, option {
    font-family: "Microsoft YaHei", 微软雅黑;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

a:link {
    color: #ddd;
    text-decoration: none;
}

a:visited {
    color: #ddd;
    text-decoration: none;
}

a:hover {
    color: #ddd;
}

a:active {
    color: #ddd;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
    min-width: 1020px;
    text-align: center;
    color: #ffa79a;
    font-size: 14px;
    line-height: 1.5;
}

#container {
    position: relative;
    overflow: hidden;
    text-align: left;
}

img {
    vertical-align: top;
}

#main {
}

* html #main {
    zoom: 1;
}

* + html #main {
    zoom: 1;
}

    #main:after {
        height: 0;
        visibility: hidden;
        content: ".";
        display: block;
        clear: both;
    }

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

* html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

    .clearfix:after {
        height: 0;
        visibility: hidden;
        content: ".";
        display: block;
        clear: both;
    }
/*------------------------------------------------------------
------------------------------------------------------------*/
#header {
    padding: 13px 0 0;
    height: 100px;
    box-sizing: border-box;
    background: #AC1B21;
}

    #header .hInner {
        margin: 0 auto;
        width: 1200px;
    }

        #header .hInner h1 {
            margin: 7px 0 0 0;
            float: left;
        }

    #header ul {
        margin: 16px -13px 0 0;
        float: right;
    }

    #header li {
        margin-left: 20px;
        width: 125px;
        float: left;
    }

        #header li a {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            line-height: 40px;
            text-align: center;
            display: block;
        }

            #header li a:hover {
                color: #a70306;
                background: url(/new_red/images/bg.png) no-repeat;
            }

            #header li a span {
                padding-left: 27px;
                display: inline-block;
                background: url(/new_red/images/g_img01.png) no-repeat left center;
            }

            #header li a:hover span {
                background-image: url(/new_red/images/g_img01_on.png);
            }

        #header li.li02 a span {
            background-image: url(/new_red/images/g_img02.png);
        }

        #header li.li02 a:hover span {
            background-image: url(/new_red/images/g_img02_on.png);
        }

        #header li.li03 a span {
            background-image: url(/new_red/images/g_img03.png);
        }

        #header li.li03 a:hover span {
            background-image: url(/new_red/images/g_img03_on.png);
        }

        #header li.li05 a span {
            background-image: url(/new_red/images/g_img05.png);
        }

        #header li.li05 a:hover span {
            background-image: url(/new_red/images/g_img05_on.png);
        }

/*------------------------------------------------------------
------------------------------------------------------------*/
#footer {
    margin-top: -8px;
    overflow: hidden;
    background-color: #AC1B21;
}

    #footer p {
        color: #ffeedf;
        font-size: 14px;
        line-height: 60px;
        text-align: center;
    }
