/*µ¯³ö²ã*/
.slider-wapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}

    .slider-wapper .slider-wapper-wm {
        width: 700px;
        height: 370px;
        margin-left: 23%;
        margin-top: 10%;
        overflow: hidden;
        position: relative;
    }

        .slider-wapper .slider-wapper-wm .slider-wapper-img {
            width: 500%;
            position: absolute;
            left: 0;
            top: 0;
        }

    .slider-wapper .slider-wapper-img img {
        float: left;
        /*width: 700px;*/
        height: 370px;
    }
.slider .slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider {
    position: relative;
    height: 240px;
    width: 1200px;
    overflow: hidden;
    margin-top: 15px;
}

    .slider .slider-pointer {
        position: absolute;
        bottom: 20px;
        color: #fff;
        list-style: none;
        padding: 0;
        z-index: 999;
    }

        .slider .slider-pointer li {
            display: inline-block;
            margin: 0 15px;
            width: 15px;
            height: 15px;
            border-radius: 15px;
            background-color: #ffffff;
            opacity: 0.85;
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
            transition: all 320ms ease;
        }

            .slider .slider-pointer li:hover {
                background-color: #004389;
            }

            .slider .slider-pointer li.active {
                background-color: #004389;
            }

.slider .slider-inner .img {
    background-position: center top !important;
    width: 100%;
    height: 100%;
}
.slider .slider-inner .item {
    width: 100%;
    height: 100%;
    float: left;
}

.slider-wapper .close-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: red;
    color: deepskyblue;
    font-size: 24px;
    position: absolute;
    top: 17%;
    left: 74.5%;
    cursor: pointer;
    z-index: 1000;
}

.simditor-toolbar {
    display: none;
}



.header {
    width: 100%;
    height: 125px;
    background-color: #e5f2ff;
}

    .header .top {
        width: 100%;
        background-color: #004389;
        height: 29px;
    }

    .header .w img {
        margin-top: 5px;
    }

    .header .w p {
        font-size: 16px;
        float: right;
        margin-top: 36px;
        margin-right: 150px;
    }

.nav {
    height: 39px;
    width: 100%;
    background: #005bac;
    border-top: 2px solid #ffb400;
}

    .nav ul li {
        float: left;
        height: 39px;
        line-height: 39px;
        padding: 0 28px;
        text-align: center;
        position: relative;
    }

        .nav ul li a {
            color: #fff;
            font-size: 16px;
        }

        .nav ul li:hover {
            background-color: #004389;
        }

.nav-active {
    background-color: #004389;
}

.main {
    margin-top: 30px;
}

    .main .list p {
        width: 252px;
        height: 64px;
        background: url(../image/erji_left_03.png) no-repeat;
        line-height: 64px;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

    .main .list ul li {
        padding: 5px 22px 5px 30px;
        display: block;
        font-size: 16px;
        border-bottom: 1px solid #d3d3d3;
        border-top: 1px solid #fff;
        text-align: left;
        color: #005bac;
        background-color: #e0e0e0;
        cursor: pointer;
    }

        .main .list ul li:hover {
            border-left: 4px solid #004389;
            background: url(../image/erji_arrow_04.png) no-repeat 230px 12px;
            background-color: #8c8b8b;
            color: #ffffff;
            padding: 5px 22px 5px 25px;
            border-top: 1px solid #fff;
        }

        .main .list ul li.active {
            border-left: 4px solid #004389;
            background: url(../image/erji_arrow_04.png) no-repeat 230px 12px;
            background-color: #8c8b8b;
            color: #ffffff;
            padding: 5px 22px 5px 25px;
            border-top: 1px solid #fff;
        }

.content {
    width: 898px;
    height: auto;
}


.content .content-title {
    border-top: 3px solid #005bac;
    padding: 12px 0 12px 0;
    color: #818282;
}

.zpgg-title {
    height: 25px;
    line-height: 25px;
    background: url(../image/dhx.png) repeat-x left center;
}

    .zpgg-title a {
        height: 25px;
        line-height: 25px;
        padding: 0 26px 0 9px;
        background: #004389;
        display: inline-block;
        float: left;
        color: #ffffff;
        font-size: 16px;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin:0 auto;
}

.table-tzgg {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .table-tzgg tr td {
        width: 100%;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .table-tzgg tr td a:hover {
            text-decoration: underline;
        }

        .table-tzgg tr td a {
            font-size: 16px;
            color: #004389;
        }

.fooer_wrap {
    width: 100%;
    background: #004389;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    height: 130px;
    background: url(../image/footer_bg_04.png) no-repeat top center;
}

.footer_left_middle {
    overflow: hidden;
    float: left;
    width: 67%;
}

.footer_left {
    width: 45%;
    float: left;
    overflow: hidden;
    padding-top: 37px;
    background: url(../image/footerLine_04.png) no-repeat right 48px;
    padding: 20px 0 0% 0;
}

.footer_erweima {
    overflow: hidden;
}

    .footer_erweima img {
        width: 90px;
        height: 90px;
        float: left;
    }

    .footer_erweima p {
        font-size: 13px;
        color: #ffffff;
        margin: 34px 0 0 20px;
        float: left;
    }

.footer_img {
    overflow: hidden;
}

    .footer_img li {
        width: auto;
        height: auto;
        float: left;
        margin: 0 9% 0 9%;
    }

.footer li {
    color: #cddaea;
    font-size: 13px;
}

.footer_left li span {
    color: #cddaea;
    margin-left: 5px;
}

.footer_logo {
    width: 51%;
    float: left;
    text-align: center;
    margin: 0 auto;
    padding: 20px 1% 2%;
    background: url(../image/footerLine_04.png) no-repeat right 48px;
}

.footer_right {
    width: 32%;
    float: right;
    padding: 20px 0% 0 0;
}

    .footer_right h2 {
        font-size: 16px;
        color: #ffffff;
        font-weight: normal;
    }

    .footer_right ul {
        margin: 20px 0 0 0;
        overflow: hidden;
    }

    .footer_right li {
        float: left;
        width: 130px;
        margin: 0 40px 12px 0;
    }

    .footer_right a {
        color: #ffffff;
    }

        .footer_right a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .footer_right li span {
        color: #cddaea;
        margin: 0 15px;
    }

.footer_bottom {
    width: 100%;
    min-width: 1200px;
    background-color: #033971;
    text-align: center;
    color: #cddaea;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

    .footer_bottom span {
        color: #cddaea;
    }

.price-box {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    box-shadow: rgb(189, 189, 189) 0px 0px 10px;
    background: #fff;
    padding: 50px;
    padding-top: 20px;
    margin-top: 25px;
    padding-bottom: 0px;
}

.price-title {
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}

#from1 table tr td {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #555;
}

    #from1 table tr td input {
        width: 100%;
    }

#div_bm {
    margin-bottom: 20px;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    cursor: pointer;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-sub:hover {
    color: #475059;
    background-color: #e6e6e6;
}

.wjj {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../image/wjj.png") no-repeat;
    vertical-align: middle;
    margin-left: -6px;
    margin-top: -3px;
}

.sc {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../image/sc.png") no-repeat;
    vertical-align: middle;
    margin-left: -8px;
    margin-top: -3px;
}

.Apply-nav {
    width:1200px;
    margin:0px auto;
    height:46px;
    padding:0px 20px;
}
    .Apply-nav p:nth-child(1) {
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: 2px solid #1ABC9C;
        margin-right: 10px;
        display: inline-block;
        text-align: center;
        line-height: 24px;
        color: #1ABC9C;
    }
.nav-step {
    width:130px;
    height:40px;
    display:inline-block;
    line-height:46px;
    padding:0px 20px;
    cursor:pointer;
}
.nav-step1 {
    border-bottom: 2px solid #1ABC9C;
}
.wizard {
    width:1200px;
    margin:0px auto !important;
}
.column6 td {
    border:1px solid #000;
    height:33px;
    align-content:center;
    background-color:#eee;

}
#fromZKZ table tr {
    padding:5px 10px;
    }
