﻿@charset "UTF-8";

.header, .navbar-default {
    background-color: #1d388f;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
}

.k-nav-item a, .switch-title a:hover {
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.header {
    height: 150px;
    padding-top: 70px;
}

.navbar-default {
    padding: 0;
    border: none;
    margin: 0;
}

.navbar-nav .s-color {
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
}

.navbar-nav .s-btn-color {
    color: #fff !important;
    border: 1px solid #fff !important;
    width: 70px;
    cursor: pointer;
    line-height: 5px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 14px;
    text-align: center;
}

    .navbar-nav .s-btn-color:hover {
        text-align: center;
        border: 1px solid #fff !important;
        border-radius: 4px;
        width: 94px;
        color: #000 !important;
        background-color: #fff !important;
        line-height: 5px;
        font-size: 14px;
    }

.form-inline .form-btn > .btn-primary:hover, .header .l-btn {
    background-color: #1c81e5;
}

.form-inline {
    text-align: center;
    width: 800px;
    height: 50px;
    margin: 0 auto;
    padding-right: 20px;
    position: relative;
    z-index: 0 !important;
}

    .form-inline > .fi-title {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        position: absolute;
        left: -200px;
        top: -4px;
    }

    .form-inline .form-group {
        width: 594px;
        height: 46px;
    }

        .form-inline .form-group .input-group {
            width: 594px;
            height: 48px;
        }

            .form-inline .form-group .input-group .form-control {
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
                -moz-border-radius-bottomleft: 4px;
                -moz-border-radius-bottomright: 4px;
                box-shadow: inset 0 1px 1px transparent;
                height: 46px;
                transition: 0;
                border: none;
            }

.header .l-btn {
    font-size: 16px;
    width: 140px;
    height: 46px;
}

.form-inline .form-btn {
    width: 100px;
    margin-top: 2px;
    float: right;
    position: absolute;
    right: 13px;
    top: -2px;
}

    .form-inline .form-btn > .btn {
        border-radius: 0 4px 4px 0;
        border: none;
        -moz-border-radius-topright: 4px;
    }

.switch-title {
    height: 62px;
    margin: 0 auto;
    width: 1200px;
    border-bottom: 1px solid #d8d8d8;
}

    .switch-title > ul {
        padding: 0;
    }

        .switch-title > ul > li {
            list-style: none;
            float: left;
            height: 62px;
            text-align: center;
            font-size: 16px;
            line-height: 62px;
            margin-right: 50px;
            width: 112px;
        }

            .switch-title > ul > li > a {
                color: #000;
                height: 62px;
                width: 112px;
                display: inline-block;
            }

            .switch-title > ul > .cur, .switch-title > ul > li > .wd-color {
                color: #1c81e5 !important;
            }

            .switch-title > ul > li:hover {
                cursor: pointer;
            }

        .switch-title > ul > .cur {
            border-bottom: 2px solid #1c81e5;
        }

.left-l {
    float: left;
    width: 220px;
    margin-top: 40px;
    position: relative;
}

.left-list {
    width: 220px;
    float: left;
}

    .left-list .left-list-ul {
        list-style: none;
    }

        .left-list .left-list-ul > .one-li {
            background-color: #f5f7fa;
            line-height: 42px;
            border-bottom: 1px solid #dedede;
            list-style: none;
            padding-left: 0;
            font-size: 14px;
            font-weight: 700;
            position: relative;
            color: #666;
        }

        .left-list .left-list-ul > .cur2 {
            background-color: #e6e9ed;
            color: #fff;
        }

        .left-list .left-list-ul > .active {
            background-color: #e6e9ed;
            color: #666;
        }

        .left-list .left-list-ul > .one-li:hover {
            color: #333;
            cursor: pointer;
        }

        .left-list .left-list-ul > .one-li > .sub {
            display: none;
            padding: 0;
        }

            .left-list .left-list-ul > .one-li > .sub > li {
                list-style: none;
                text-indent: 3em;
                width: 220px;
                height: 42px;
                font-weight: 100;
                color: #666;
                background-color: #f5f7fa;
                border-top: 1px solid #fff;
            }

.left-l .left-list .left-list-ul > .one-li > .sub > .cur4 {
    background: url(/assets/v2/Images/pro-arrow-active.png) 200px center no-repeat #f5f7fa;
    color: #2d7bff !important;
}

.left-list .left-list-ul > .one-li > .sub > li:hover {
    cursor: pointer;
}

.left-list .left-list-ul > .one-li > .ol-sp {
    background: url(/assets/images/HelpDoc/up-arrow.png) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 12px;
}

.left-list .left-list-ul > .one-li .cur {
    background: url(/assets/images/HelpDoc/down-arrow1.png) center center no-repeat;
}

.right-content {
    float: left;
    width: 920px;
    position: relative;
    margin-left: 60px;
    padding: 0;
    margin-bottom: 60px;
}

    .right-content > .rc-content h2 {
        margin-top: 50px;
    }

    .right-content .r-back {
        position: absolute;
        right: 20px;
        top: 60px;
        font-size: 14px;
        color: #1c81e5;
    }

    .right-content > .rc-content > .rc-content-item > .rc-one-details {
        padding: 0;
    }

        .right-content > .rc-content > .rc-content-item > .rc-one-details > .details-item {
            text-indent: 1em;
            list-style: none;
            line-height: 60px;
            height: 60px;
            border-bottom: 1px dashed #dedede;
        }

            .right-content > .rc-content > .rc-content-item > .rc-one-details > .details-item > a {
                color: #000;
                text-decoration: none;
            }

    .right-content > .rc-content > .rc-content-item .rc-one-details > .details-item:hover {
        background-color: #f5f7fa;
        color: #1c81e5;
        cursor: pointer;
    }

    .right-content > .rc-two-details {
        margin-top: 40px;
        margin-left: 0;
        padding: 0;
    }

        .right-content > .rc-two-details > .rc-two-li {
            list-style: none;
            line-height: 60px;
            margin-bottom: 50px;
        }

            .right-content > .rc-two-details > .rc-two-li .rc-li-ul {
                list-style: none;
                padding: 0;
            }

                .right-content > .rc-two-details > .rc-two-li .rc-li-ul > li > img {
                    height: 350px;
                    margin-top: 15px;
                }

                .right-content > .rc-two-details > .rc-two-li .rc-li-ul > .rc-li-ul-li1 {
                    font-size: 16px;
                }

                .right-content > .rc-two-details > .rc-two-li .rc-li-ul > .rc-li-ul-li2 {
                    font-size: 14px;
                    height: 20px;
                    line-height: 20px;
                }

.container {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    padding: 0;
}

.right-btn {
    margin: 60px auto;
    text-align: center;
    height: 100px;
}

    .right-btn .right-content-btn {
        width: 270px;
        height: 42px;
        margin: 0 auto;
        background-color: #1c81e5;
        color: #fff;
    }

    .right-btn .right-ul {
        list-style: none;
        width: 600px;
        height: 100px;
        margin: 30px auto;
    }

        .right-btn .right-ul > li {
            float: left;
            width: 32px;
            height: 32px;
            border: 1px solid #d8d8d8;
            margin-left: 10px;
            text-align: center;
            line-height: 32px;
            border-radius: 2px;
        }

            .right-btn .right-ul > li:hover {
                cursor: pointer;
            }

            .right-btn .right-ul > li > img {
                width: 10px;
                margin-bottom: 5px;
            }

        .right-btn .right-ul .cur1 {
            background-color: #1c81e5;
            border: none;
            color: #fff;
            cursor: pointer;
        }

.next-qus > ul > .next-qus-li2 > span, .next-qus > ul > li > span {
    color: #2582E2;
}

.next-qus {
    position: relative;
    height: 60px;
    padding-top: 30px;
    border-top: 1px dashed #dedede;
}

    .next-qus > ul > li {
        float: left;
        margin-left: 400px;
        text-align: center;
    }

    .next-qus > ul > .next-qus-li1 {
        margin-left: 0;
    }

.rc-reminder {
    height: 200px;
    width: 920px;
    text-align: center;
    padding-top: 20px;
    padding-right: 240px;
    float: left;
}

    .rc-reminder > ul > li {
        text-align: center;
        margin-bottom: 34px;
    }

        .rc-reminder > ul > li > img {
            width: 128px;
        }

        .rc-reminder > ul > li > button {
            height: 50px;
            width: 400px;
            background-color: #1c81e5;
            color: #fff;
            border: 4px;
            margin-bottom: 5px;
        }

            .rc-reminder > ul > li > button > a {
                color: #fff;
            }


.sub-title {
    color: inherit;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
    background-color: inherit;
    padding-left:20px;
}

    .sub-title:hover {
        background-color: #e6e9ed;
    }

.one-li {
    padding-left: 0px;
}

.left-list-ul {
    padding: 0px;
}


        .k-nav-item a {
            color: #fff;
        }

        .nav-box {
            background-color: #1d388f !important;
            border: none !important;
        }

            .nav-box > .wrap {
                background-color: #1d388f !important;
            }

                .nav-box > .wrap > .nav-memu {
                    background-color: #1d388f !important;
                }

                    .nav-box > .wrap > .nav-memu > .nav-l {
                        background-color: #1d388f !important;
                    }

                        .nav-box > .wrap > .nav-memu > .nav-l > .nav-menu-a {
                            background-color: #1d388f !important;
                            border: none !important;
                            color: #fff;
                        }

                            .nav-box > .wrap > .nav-memu > .nav-l > .nav-menu-a:hover {
                                color: #1c81e5;
                            }

        a#proDoc {
            margin-bottom: 25px;
        }

        h3 {
            margin-top: 40px;
            margin-bottom: 25px;
        }
