﻿#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}
.homeNotice img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding: 27px 0 30px;
}

.slideDiv {
    transition: all 0.2s linear 0s;
}

    .slideDiv:hover {
        -moz-box-shadow: 0 0 8px rgba(8,1,3,.2);
        -webkit-box-shadow: 0 0 8px rgba(8,1,3,.2);
        box-shadow: 0 0 8px rgba(8,1,3,.2);
        z-index: 10;
        background-color: #f8f7f7;
        border: 1px solid #eb6100;
        -moz-transform: translate3d(0,-2px,0);
        -ms-transform: translate3d(0,-2px,0);
        -o-transform: translate3d(0,-2px,0);
        -webkit-transform: translate3d(0,-2px,0);
        transform: translate3d(0,-2px,0);
        box-shadow: 0px 0px 10px 5px #aaa;
    }


.xslc {
    width: 1200px;
    height: 494px;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 90px
}

.xslc_focus {
    width: 1200px;
    height: 70px;
}

    .xslc_focus .txt {
        width: 300px;
        height: 70px;
        padding-top: 20px;
        float: left;
        text-align: center;
        color: #666;
        background-color: #f3f3f3;
        -moz-box-shadow: inset 0 0 10px rgba(22,17,23,0);
        -webkit-box-shadow: inset 0 0 10px rgba(22,17,23,0);
        box-shadow: inset 0 0 10px rgba(22,17,23,0);
        -moz-transition: all .3s linear 0s;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        cursor: pointer;
    }

        .xslc_focus .txt.active, .xslc_focus .txt:hover {
            -moz-box-shadow: inset 0 0 10px rgba(22,17,23,.17);
            -webkit-box-shadow: inset 0 0 10px rgba(22,17,23,.17);
            box-shadow: inset 0 0 10px rgba(22,17,23,.17);
        }

        .xslc_focus .txt h6 {
            font-size: 20px;
            line-height: 1.4;
        }

        .xslc_focus .txt span {
            display: block;
            font-size: 16px;
            line-height: 1.2;
            text-transform: uppercase;
        }

.xslc .slideBox, .xslc .slideBox .slide {
    width: 1200px;
    height: 400px;
    overflow: hidden;
}

    .xslc .slideBox .slide .info a {
        display: block;
        position: relative;
    }

    .xslc .slideBox .slide .info p {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 15px 0px;
        background: rgba(0,0,0,.5);
        font-size: 14px;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        display: none;
    }

    .xslc .slideBox .slide .info:hover p {
        display: block;
    }

    .xslc .slideBox .slide .info .overlay {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0);
        -moz-transition: all .3s linear 0s;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }

    .xslc .slideBox .slide .info.active .overlay {
        background-color: rgba(0,0,0,.5);
    }

.xslc .slide .info {
    margin-right: 0px;
}

    .xslc .slide .info:last-child {
        margin-right: 0;
    }
.index_problem_content_list.active {
    display: flex;
}

.index_problem_content_list_item {
    display: flex;
    flex-flow: column;
    width: 33.3%;
}

    .index_problem_content_list_item .img {
        width: 100%;
        height: 10rem;
        overflow: hidden;
    }

        .index_problem_content_list_item .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.4s;
            outline: none;
            border: none;
        }

    .index_problem_content_list_item .text {
        position: relative;
        width: 100%;
        height: 10rem;
        background: #fff;
        padding: 0.55rem;
    }

        .index_problem_content_list_item .text em {
            position: absolute;
            top: 1.25rem;
            right: 1.5625rem;
            color: #e6dce4;
            font-size: 6.25rem;
            opacity: 0.5;
        }

        .index_problem_content_list_item .text h3 {
            margin-bottom: 2.375rem;
            font-size: 1.375rem;
            color: #9ebc7c;
            font-weight: 400;
        }

            .index_problem_content_list_item .text h3 i {
                background: #9ebc7c;
            }

        .index_problem_content_list_item .text i {
            display: block;
            float: left;
            width: 1.75rem;
            height: 1.75rem;
            line-height: 1.75rem;
            margin-right: 1rem;
            border-radius: 50%;
            text-align: center;
            color: #fff;
            font-size: 1.5rem;
        }

        .index_problem_content_list_item .text .desc i {
            background: #999;
        }

    .index_problem_content_list_item:nth-child(2), .index_problem_content_list_item:first-child .text {
        order: -1;
    }

    .index_problem_content_list_item:nth-child(2), .index_problem_content_list_item:first-child .text {
        order: -1;
    }
    
    .index_problem_content_list_item .desc {
        padding:9px 25px;
    }
    .index_problem_content_list_item .desc .asq_a1 {
        color: #87561e;
    }
    .index_branch {
    background-image: url(../images/indexbranchbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.index_branch_content {
    position: relative;
    height: 32rem;
    margin-top: 0.325rem;
}

.index_branch_content_map {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index_branch_content_main {
    position: absolute;
    top: 0;
    right: 0;
    width: 24.375rem;
    height: 100%;
    background: #fff;
    z-index: 3;
}

.index_branch_content_main_list {
    display: none;
    height: 100%;
    overflow-y: auto;
}

    .index_branch_content_main_list::-webkit-scrollbar {
        width: 0.25rem;
    }

    .index_branch_content_main_list::-webkit-scrollbar-thumb {
        background-color: #c6c6c6;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    .index_branch_content_main_list::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    .index_branch_content_main_list.active {
        display: block;
    }

    .index_branch_content_main_list ul li {
        width: 100%;
        height: 7.75rem;
    }

        .index_branch_content_main_list ul li div {
            display: flex;
            flex-flow: wrap;
            align-content: center;
            width: 100%;
            height: 100%;
            padding: 0 0.25rem;
            color: #9ebc7c;
        }

        .index_branch_content_main_list ul li p {
            width: 100%;
        }

            .index_branch_content_main_list ul li p.title {
                font-size: 1rem;
                padding: 10px 0 10px 0;
                margin: 0;
                color: #9ebc7c;
                text-align: left;
            }



        .index_branch_content_main_list ul li.active {
            background: #9ebc7c;
            color: #fff;
        }

            .index_branch_content_main_list ul li.active p {
                color: #fff;
            }

.index_superiority { 
    background-image: url(/static/images/indexsuperioritybg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.index_common_title {
    display: flex;
    justify-content: center;
    padding: 1.325rem 0 1.25rem;
    margin: 0 auto;
}

    .index_common_title i {
        display: block;
        float: left;
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
        margin-right: 1rem;
        background: #9ebc7c;
        color: #fff;
        font-size: 6rem;
        text-align: center;
    }

    .index_common_title h2 {
        height: 3rem;
        color: #9ebc7c;
        font-size: 2rem;
    }

    .index_common_title p {
        border-top: 1px solid #e5e5e5;
        font-size: 1.625rem;
        color: #333;
    }

.index_superiority_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.index_superiority_list_item {
    margin: 0 5rem 1.625rem 6rem;
    color: #9ebc7c;
    text-align: center;
}

    .index_superiority_list_item .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 7.5rem;
        height: 7.5rem;
        border: 1px solid #9ebc7c;
        border-radius: 1.1875rem;
    }

    .index_superiority_list_item p {
        font-size: 1.25rem;
        color: #333;
        line-height: 2.6875rem;
    }
.mlmh_adv {
    margin: 60px 0px;
}

.mlmhanli_div {
    background: url(/static/images/mlfxgbg.png) no-repeat center;
    height: 100px;
}

.anli_left {
    padding-top: 67px;
    padding-left: 15px;
}

    .anli_left ul {
    }

        .anli_left ul li {
            float: left;
            text-align: center;
        }

            .anli_left ul li.bdlr {
                border-right: 1px solid #eb6100;
            }

            .anli_left ul li a {
                color: #eb6100;
                font-size: 15px;
                padding: 0px 13px;
            }

            .anli_left ul li.hover a b {
                font-weight: bold;
            }

            .anli_left ul li a b {
                font-weight: normal;
            }

.anli_right {
    padding-top: 67px;
}

    .anli_right ul {
    }

        .anli_right ul li {
            float: left;
            text-align: center;
        }

            .anli_right ul li.bdlr {
                border-right: 1px solid #eb6100;
            }

            .anli_right ul li a {
                color: #eb6100;
                font-size: 15px;
                padding: 0px 13px;
            }

            .anli_right ul li.hover a b {
                font-weight: bold;
            }

            .anli_right ul li a b {
                font-weight: normal;
            }

.mlmhanli_qhdiv {
    margin-top: 23px;
}

    .mlmhanli_qhdiv .zfa4-c-1 {
        height: 550px;
        position: relative;
        margin: 0 auto;
        width: 1200px;
    }

    .mlmhanli_qhdiv .prev-1, .mlmhanli_qhdiv .next-1 {
        cursor: pointer;
        display: block;
        height: 326px;
        width: 91px;
        overflow: hidden;
        position: absolute;
    }

    .mlmhanli_qhdiv .next-1 {
        right: -91px;
        top: 23%;
    }

    .mlmhanli_qhdiv .mask-1 {
        height: 550px;
        overflow: hidden;
        position: relative;
        width: 1200px;
    }

        .mlmhanli_qhdiv .mask-1 div {
            float: left;
        }

        .mlmhanli_qhdiv .mask-1 li {
            height: 550px;
            position: relative;
            width: 1200px;
        }

        .mlmhanli_qhdiv .mask-1 li {
            display: inline;
            float: left;
        }

    .mlmhanli_qhdiv .prev-1 {
        left: -91px;
        top: 23%;
        z-index: 2;
    }