﻿@charset "utf-8";
/* CSS Document */
.page {  width: 1190px;margin: 0 auto;}
.content {
    color: #666;
    font-family: Tahoma, simsun;
}

.top_title {
    height: 40px;
    position: relative;
    margin-top: 10px;
    line-height: 40px;
    text-align: right;
    padding-left: 150px;
}

.top_link {
    background: url(/webstyle/img/info/title_bg.gif) repeat-x;
    border-right: 1px solid #DADADA;
    height: 40px;
    padding-right: 10px;
}

.top_title h4 {
    background: url(/webstyle/img/info/iconList.gif) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -999px;
    width: 150px;
    height: 45px;
    text-align: left;
}

.top_link h1 {
    font-size: 16px;
    padding-left: 20px;
    float: left;
    color: #000;
}

.top_link a {
    color: #666666;
}

.top_link span {
    color: #B40015;
}
/* inner_top */
.inner_top {
    border-bottom: 3px solid #DADADA;
}

    .inner_top b {
        width: 80px;
        font-size: 14px;
        background: url(/webstyle/img/info/iconList.gif) no-repeat;
        display: inline-block;
        padding-left: 25px;
        height: 16px;
        line-height: 16px;
    }

    .inner_top .zn {
        background-position: 0 -52px;
    }

    .inner_top .zf {
        background-position: 0 -74px;
    }

    .inner_top .ps {
        background-position: 0 -98px;
    }

    .inner_top .help {
        background-position: 0 -123px;
    }

    .inner_top .about {
        background-position: 0 -144px;
    }

    .inner_top p {
        padding-bottom: 22px;
    }

        .inner_top p a {
            color: #0066CC;
            width: 100px;
            display: inline-block;
        }

        .inner_top p .red {
            color: #B20013;
        }
/* help_inner */
.help_inner {
    background: #F7F7F7;
    padding: 20px 35px;
    margin-top: 28px;
}

    .help_inner h3 {
        margin-top: 30px;
        color: #000;
        font-size: 14px;
    }

    .help_inner ul li {
        float: left;
        width: 435px;
        margin-top: 15px;
        padding-left: 10px;
        line-height: 18px;
    }

        .help_inner ul li a {
            color: #0066CC;
        }

        .help_inner ul li i {
            background: url(/webstyle/img/info/iconList.gif) no-repeat 0 -168px;
            _background: url(/webstyle/img/info/iconList.gif) no-repeat 0 -166px;
            width: 10px;
            height: 10px;
            display: inline-block;
            margin-right: 5px;
        }
/* left */
.left {
    float: left;
    width: 150px;
    background: #F7F7F7;
    padding-bottom: 50px;
}

    .left ul {
        padding: 0 10px;
    }

        .left ul li {
            padding: 3px 0 3px 5px;
        }

            .left ul li.title {
                color: #333;
                font-size: 14px;
                font-weight: bold;
                padding: 15px 0 5px 5px;
            }

            .left ul li a {
                margin-left: 10px;
                line-height: 18px;
            }

            .left ul li.on {
                background: #fff;
                font-weight: bold;
            }
/* right */
.right {
    /*width: 790px;
    float: right;*/
    padding-left: 160px;
}

    .right a, .right a:hover {
        color: #06C;
        font-size: 14px;
    }

    .right .questions {
        border-bottom: 1px solid #CCCCCC;
        padding: 15px 5px 30px;
    }

        .right .questions li {
            float: left;
            width: 390px;
            margin-top: 10px;
            line-height: 18px;
        }

            .right .questions li i {
                background: url(/webstyle/img/info/iconList.gif) no-repeat 0 -168px;
                _background: url(/webstyle/img/info/iconList.gif) no-repeat 0 -166px;
                width: 10px;
                height: 10px;
                display: inline-block;
                margin-right: 5px;
            }

.qa {
    padding-left: 10px;
    color: #333333;
    line-height: 30px;
    font-size: 14px;
}

    .qa p {
        padding: 0 0 0 20px;
        position: relative;
    }

    .qa .q, .help_con h5 {
        padding: 30px 0 0 20px;
        font-size: 14px;
        font-weight: bold;
    }

        .qa .q i {
            background: url(/webstyle/img/info/iconList.gif) no-repeat 0 -182px;
            width: 15px;
            height: 18px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 38px;
            _left: -20px;
            *top: 29px;
            _top: 31px;
        }

    .qa .a i {
        background: url(/webstyle/img/info/iconList.gif) no-repeat 0 -205px;
        width: 15px;
        height: 18px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 8px;
        _left: -20px;
        *top: 1px;
    }

    .qa p a {
        color: #0066CC;
    }

    .qa ol, .help_con ol {
        padding-left: 15px;
    }

        .qa ol li, .help_con ol li {
            list-style: square;
        }

    .qa ol {
        margin-left: 20px;
    }

.help_con ol.lower_alpha {
    padding-left: 20px;
}

    .help_con ol.lower_alpha li {
        list-style: lower-alpha;
    }

.help_con h5 {
    line-height: 30px;
    padding: 20px 0 0 0;
}

.help_con p {
    font-size: 14px;
    line-height: 30px;
}

.help_con ol {
    font-size: 14px;
    line-height: 30px;
}

.help_con p.pl40 {
    padding-left: 20px;
}

.help_con table {
    border-collapse: collapse;
    border-spacing: 0;
}

    .help_con table tr td {
        border: 1px solid #dadada;
        text-align: center;
    }

        .help_con table tr td.red {
            color: #f00;
        }

.help_con img {
    max-width: 800px;
}


.bor_tl {
    color: #666;
}

.help_tb, .help_tb th, .help_tb td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.help_tb {
    margin-top: 20px;
}

    .help_tb th {
        height: 30px;
        background: #f5f5f5;
    }

    .help_tb td {
        padding: 5px;
    }
/* popwin */
.popwin {
    padding: 0 20px 20px 20px;
}

    .popwin .right {
        float: none;
        width: 100%;
    }

    .popwin .help_con p, .popwin .help_con ol {
        line-height: 24px;
    }
/* common */
.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.ti1 {
    text-indent: 1em;
}

.ti2 {
    text-indent: 2em;
}

.tiu {
    text-indent: -10000em;
    overflow: hidden;
}

.ma {
    margin: 0 auto;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml40 {
    margin-left: 40px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl50 {
    padding-left: 50px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt20 {
    padding-top: 20px;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.dn, .hidden {
    display: none;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w960 {
    width: 960px;
}

.h100 {
    height: 100px;
}

.h200 {
    height: 200px;
}

.h300 {
    height: 300px;
}

.bdc {
    border: solid 1px #ccc;
}

.bge {
    background-color: #eee;
}

.bgf7 {
    background-color: #f7f7f7;
}

.bgffc {
    background-color: #ffc;
}

.bgffd {
    background-color: #ffd;
}

.bgffe {
    background-color: #ffe;
}

.sep {
    color: #ddd;
    font-family: Arial;
    margin: 0 5px;
}

.sep10 {
    color: #ddd;
    font-family: Arial;
    margin: 0 10px;
}

.ul, .uline, .underline, a.ul, a.ul:hover, a.uline, a.uline:hover, a.underline, a.underline:hover {
    text-decoration: underline;
}

.noul, a.noul, a.noul:hover, .nouline, a.nouline, a.nouline:hover {
    text-decoration: none;
}
