﻿.main_top {
    background-color: #f5f5f7;
}
/*#region head 部分*/
.mfd-head {
    width: 100%;
    background-color: #017dc3;
    overflow-y: hidden !important;
    height: 300px;
    background-image: url(/uploads/image/lzmimg/xfzq_top_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 1200px;
}

.mfd-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 10px;
    text-indent: 10px;
    line-height: 36px;
    padding: 10px !important;
    color: #fff;
    margin-top: 40px !important;
}

    .mfd-title img {
        margin-top: 8px;
        width: 30px;
        position: absolute;
    }

    .mfd-title .imgbig {
        margin-top: -45px;
        width: 300px;
        position: absolute;
    }

.mfd-module {
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
}

    .mfd-module ul {
        list-style: none;
        height: 24px;
        width: 900px;
        margin: 0px auto;
    }

        .mfd-module ul li {
            color: #fff;
            float: left;
            text-align: center;
            cursor: pointer;
            padding: 10px;
            margin-right: 10px;
            font-size: 16px;
        }

            .mfd-module ul li a {
                color: #fff;
            }

            .mfd-module ul li.disenable {
                color: #999;
            }

            .mfd-module ul li.active, .mfd-module ul li:hover, .mfd-module ul li:hover a {
                background-color: #e22726;
                color: #fff;
            }

/*.mfd-module ul li.disenable:hover, .mfd-module ul li.disenable:hover a {
                background-color: unset;
                color: #999;
            }*/

.mfd-module-description {
    width: 900px;
    margin: 0px auto;
    padding: 5px 0px 5px;
    height: 26px;
    box-sizing: content-box !important;
}

    .mfd-module-description ul {
        list-style: none;
        width: 100%;
        margin: 0px auto;
    }

        .mfd-module-description ul li {
            color: #fff;
            display: none;
            /*border: 1px solid #fe8e6c;*/
            padding: 5px 0px;
            position: relative;
            width: 360px;
        }

            .mfd-module-description ul li div {
                width: 0;
                height: 0;
                border-width: 5px;
                border-style: solid;
                border-color: #fff transparent transparent transparent;
                position: absolute;
                top: 22px;
                left: 1.5em;
            }

            .mfd-module-description ul li.active {
                display: inline-block;
            }

            .mfd-module-description ul li:nth-child(1), .mfd-module-description ul li.m1 {
                margin-left: 0px;
            }

            .mfd-module-description ul li:nth-child(2), .mfd-module-description ul li.m2 {
                margin-left: 100px;
            }

            .mfd-module-description ul li:nth-child(3), .mfd-module-description ul li.m3 {
                margin-left: 200px;
            }

            .mfd-module-description ul li:nth-child(4), .mfd-module-description ul li.m4 {
                margin-left: 300px;
            }

            .mfd-module-description ul li:nth-child(5), .mfd-module-description ul li.m5 {
                margin-left: 400px;
            }

            .mfd-module-description ul li:nth-child(6), .mfd-module-description ul li.m6 {
                margin-left: 500px;
            }

            .mfd-module-description ul li:nth-child(7), .mfd-module-description ul li.m7 {
                margin-left: 600px;
            }

            .mfd-module-description ul li:nth-child(8), .mfd-module-description ul li.m8 {
                margin-left: 700px;
            }

            .mfd-module-description ul li:nth-child(9), .mfd-module-description ul li.m9 {
                margin-left: 800px;
            }

.mfd-search {
    width: 900px !important;
    height: 40px;
    margin: 0px auto;
}

    .mfd-search input {
        padding: 5px 10px;
        border: 0px;
        font-size: 16px;
        width: 770px !important;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        /*border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;*/
        float: left;
        box-sizing: content-box;
    }

    .mfd-search .mfd-start-search {
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding: 5px 10px;
        text-align: center;
        background-color: red;
        color: #fff;
        /*border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;*/
        float: left;
        cursor: pointer;
    }

.mfd-search-type {
    width: 890px;
    height: 30px;
    margin: 5px auto 0px;
}

    .mfd-search-type input {
        margin-right: 5px;
        cursor: pointer;
    }

    .mfd-search-type .mfd-cutoff {
        color: #fff;
        margin-right: 10px;
    }

    .mfd-search-type label {
        color: #fff;
        margin-right: 10px;
        cursor: pointer;
    }
/*#endregion*/


/*#region content 部分*/
.mfd-content {
    width: 1200px;
    margin: 0px auto 10px;
    position: relative;
    min-height: 590px;
}

.mfd-path {
    height: 14px;
    width: 100%;
    margin: 10px 0px;
}

    .mfd-path ul {
        height: 14px;
        width: 100%;
    }

        .mfd-path ul li {
            float: left;
            font-size: 12px;
            margin-right: 5px;
        }

            .mfd-path ul li a {
                color: #6f6f71;
            }

            .mfd-path ul li.active {
                color: #017dc3;
            }
/*#endregion*/





.twoicon1 {
    background: url(/uploads/image/lzmimg/plus-active.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 1px 3px;
    display: inline-block;
}

.wordstitle1 {
    width: 150px;
    color: #3e4a61;
    line-height: 30px;
    font-size: 14px;
    margin-left: 5px;
    float: left;
}


.twoicon1.on {
    background: ;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 1px 3px;
}

.navleftone {
    width: 100%;
    height: 28px;
    margin-top: 4px;
    color: #3e4a61;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}

.navleft0 {
    width: 201px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: #ffffff;
    display: none;
}


.borderbox {
    /* width: 1000px !important; */
    border: 1px #dfdfdf solid;
    margin-top: -1px;
}

.search_tj {
    width: 970px;
    margin: 0 auto;
    font-size: 14px;
    height: 43px;
    padding: 0 15px;
    background: #ffffff;
    line-height: 43px;
    box-shadow: 0 1px 1px #dfdfdf;
    position: relative;
}



.t-nav {
    background-color: #ffffff;
    height: 30px;
    width: 963px;
    border: 1px #dfdfdf solid;
}

.pagvalue {
    width: 85px;
    display: inline-block;
    height: 100%;
    color: #3e4a61;
    padding-left: 7px;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
}

.pagvalues {
    width: 23px;
    display: initial;
    height: 100%;
    color: #3e4a61;
    padding-left: 4px;
    overflow: hidden;
    *line-height: 17px;
}

.downcont li {
    line-height: 22px;
    font-size: 14px;
    padding-left: 7px;
}

.t-nav li:active, .t-nav li.on {
    color: #0c71b4;
    border-bottom: 2px #4ab7f3 solid;
}


.tjpop {
    background-color: #ffffff !important;
}

.zypop {
    background-color: #ffffff !important;
}

.sxpop {
    background-color: #ffffff !important;
}

.ts_list .bd li .text .p1 {
    text-align: center;
}

.mfd-search #searchbox > div.inputbox {
    margin-left: 0px !important;
}

    .mfd-search #searchbox > div.inputbox input {
        /*width: 620px !important;*/
    }

.mfd-search #searchbox > div.selectedbox > .input input {
    width: 150px !important;
    box-sizing: border-box !important;
}



/*权威案例--大全案例*/

 .message_container {
            border-top: 1px solid #ced8e2;
            height: 255px;
        }

            .message_container .message_content {
                height: 235px;
                background-color: #f5fafd;
                padding: 10px 40px;
                line-height: 22px;
                text-align: center;
            }

                .message_container .message_content p {
                    text-align: left;
                }

                .message_container .message_content a {
                    color: #0c71b4;
                }

                .message_container .message_content img {
                    width: 140px;
                    margin-top: 20px;
                }

        #dq_al_box {
            padding: 10px 20px 20px 30px;
            background-color: #fff;
            margin: 0 30px 0 12px;
            float: left;
            width: 91%;
        }

            #dq_al_box .nodata {
                color: #0c71b4;
                font-size: 16px;
                padding-top: 7px;
                margin-top: 10px;
                height: 14px;
                float: left;
            }

        .dq_lanmu {
            color: #0c71b4;
            font-size: 18px;
            width: 100px;
            font-weight: bold;
            margin-top: 20px;
        }

        .al-title {
            margin-top: 15px;
        }

            .al-title a:hover {
                color: #39a0d1 !important;
            }

            .al-title a {
                color: #777777 !important;
                font-size: 16px;
                line-height: 22px;
            }

        .al {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            font-weight: bold;
            font-size: 14px;
            color: #666666;
            background-color: #e7e7e7;
            width: 200px;
            text-align: center;
            padding: 10px 0px;
            float: left;
            margin-right: 15px;
            cursor: pointer;
        }

            .al.active {
                color: #ffffff;
                background-color: #0d3c85;
            }

            .al:hover {
                color: #ffffff;
                background-color: #1d53a9;
            }

        .al-container {
            display: none;
        }

            .al-container.active {
                display: block;
            }