﻿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;
}

body, button, input, select, textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: Microsoft YaHei, SimSun, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Microsoft YaHei, SimSun, courier, monospace;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}
/* 瓒呭嚭鏂囧瓧鐪佺暐鍙� */
.g-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
    color: #c8132d;
}

span[id="webPolice"] {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

    span[id="webPolice"] img {
        vertical-align: -10px;
        width: 20px;
        margin-right: 5px;
    }

    span[id="webPolice"] a {
        color: white;
    }

a {
    color: #333;
    cursor: pointer;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* 闈㈠寘灞戞牱寮弒tart */
.bodyer > .menu_url {
    border-bottom: 1px solid #f1f1f1;
    height: 52px;
    line-height: 52px;
    margin-bottom: 60px;
}

    .bodyer > .menu_url .active {
        color: #b02736;
    }

    .bodyer > .menu_url .main {
        width: 1200px;
        margin: 0 auto;
    }

        .bodyer > .menu_url .main span,
        .bodyer > .menu_url .main a {
            margin: 0 5px;
        }

        .bodyer > .menu_url .main span {
            display: inline-block;
        }

        .bodyer > .menu_url .main .house_icon {
            background-position: -944px -52px;
            width: 12px;
            height: 11px;
            margin-left: 0;
        }

        .bodyer > .menu_url .main .right_arrows_icon {
            background-position: -923px -52px;
            width: 4px;
            height: 7px;
            margin: 0 5px;
        }
/* 闈㈠寘灞戞牱寮廵nd */

.regist_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .regist_dialog .dialog_layer {
        background: rgba(0, 0, 0, 0.75);
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .regist_dialog .dialog_box {
        background-color: #fff;
        width: 450px;
        left: 50%;
        top: 50%;
        border-top: 5px solid #c8132d;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        z-index: 1;
        -webkit-animation: show 0.8s 0s ease forwards;
        animation: show 0.8s 0s ease forwards;
    }

        .regist_dialog .dialog_box .dialog_title {
            height: 0;
        }

        .regist_dialog .dialog_box .dialog_text {
            text-align: center;
            color: #000;
            font-size: 18px;
            padding: 45px 20px;
        }

        .regist_dialog .dialog_box .dialog_button {
            padding: 20px;
            padding-top: 0;
        }

            .regist_dialog .dialog_box .dialog_button .one {
                height: 40px;
                line-height: 40px;
                width: 320px;
                text-align: center;
                margin: 0px auto;
                background-color: #c8132d;
                color: #fff;
                cursor: pointer;
            }

            .regist_dialog .dialog_box .dialog_button .two {
                width: 320px;
                margin: 0px auto;
            }

                .regist_dialog .dialog_box .dialog_button .two div {
                    width: 140px;
                    height: 34px;
                    line-height: 34px;
                    text-align: center;
                    font-size: 16px;
                    cursor: pointer;
                }

                .regist_dialog .dialog_box .dialog_button .two .left {
                    float: left;
                    background-color: #dcdcdc;
                    color: #666;
                }

                .regist_dialog .dialog_box .dialog_button .two .right {
                    float: right;
                    background-color: #c8132d;
                    color: #fff;
                }

        .regist_dialog .dialog_box .radioBox {
            margin-left: 65px;
            padding-top: 15px;
            padding-bottom: 10px;
            font-size: 13px;
        }

            .regist_dialog .dialog_box .radioBox input {
                vertical-align: bottom;
            }
