/*index-head*/
.dsl-head {
    height: 125px;
}

    .dsl-head .logo {
        margin-top: 25px;
    }

    .dsl-head .health {
        margin-top: 20px;
        width: 690px;
        text-align: center;
    }

        .dsl-head .health span {
            color: #419a39;
            display: inline-block;
            width: 91px;
        }

    .dsl-head .hotline {
        font-size: 18px;
        color: #999;
        margin-top: 22px;
    }

        .dsl-head .hotline h3 {
            color: #333;
            font-size: 28px;
        }

.icon {
    display: inline-block;
    background: url(/image/icon.png);
    vertical-align: -50%;
}

.dsl-head .hotline .icon {
    width: 39px;
    height: 35px;
    vertical-align: -6px;
}
/*index-nav*/
.dsl-nav {
    height: 75px;
    background: #9eda5e;
}

    .dsl-nav .content {
        height: 79px;
        overflow: hidden;
        z-index: 9999;
        position: relative;
    }

    .dsl-nav li {
        float: left;
        color: #fff;
        font-size: 18px;
        line-height: 75px;
        padding: 0 23px;
        margin-right: 15px;
    }

    .dsl-nav .on {
        color: #ffff00;
        background: #66cc00;
        position: relative;
    }

        .dsl-nav .on:after {
            content: "";
            display: block;
            background: #fbfe06;
            height: 4px;
            width: 100%;
            position: absolute;
            left: 0;
        }
/* index-banner */
.dsl-banner, .dsl-banner .bd li {
    position: relative;
    width: 100%;
    height: 599px;
    overflow: hidden;
}

    .dsl-banner .bd li a {
        display: block;
        height: 599px;
    }

    .dsl-banner .hd {
        width: 100%;
        position: absolute;
        bottom: 23px;
        text-align: center;
        font-size: 0;
        z-index: 1;
    }

        .dsl-banner .hd li {
            margin: 0 10px;
            background: #fbfe06;
            height: 12px;
            overflow: hidden;
            width: 12px;
            cursor: pointer;
            display: inline-block;
            border-radius: 50%;
        }

        .dsl-banner .hd .on {
            width: 60px;
            background: #fff;
            border-radius: 4px;
        }
/*index-about us*/
.dsl-about {
    width: 100%;
    padding-bottom: 40px;
    background: url(../../image/about-bg.jpg);
    background-size: 100%;
}

    .dsl-about .fl {
        color: #242424;
        width: 590px;
    }

        .dsl-about .fl h3 {
            font-weight: bold;
            font-size: 32px;
            line-height: 32px;
        }

        .dsl-about .fl p {
            line-height: 36px;
            margin-bottom: 10px;
        }

        .dsl-about .fl .ltd {
            letter-spacing: 4px;
        }

        .dsl-about .fl p a {
            color: #9eda5e;
        }

    .dsl-about .fr {
        font-size: 18px;
        font-weight: bold;
        width: 525px;
    }

        .dsl-about .fr h3 {
            color: #333;
            display: inline-block;
        }

        .dsl-about .fr ul {
            display: inline-block;
        }

        .dsl-about .fr li {
            color: #666;
            margin-left: 15px;
            display: inline-block;
        }

.dsl-cctv .hd li {
    cursor: pointer;
}

    .dsl-cctv .hd li.on {
        color: #99cc66;
    }

.dsl-cctv .bd div {
    margin-top: 10px;
}

.dsl-honor {
    padding: 20px 0 20px 20px;
    background: #ededed;
}

    .dsl-honor .hd li, .dsl-honor .hd a {
        display: inline-block;
        margin-right: 20px;
        font-size: 18px;
        color: #999;
        padding-bottom: 10px;
        font-weight: bold;
        cursor: pointer;
    }

    .dsl-honor .hd a {
        float: right;
        margin-right: 40px;
    }

    .dsl-honor .hd li.on {
        color: #99cc66;
        border-bottom: 4px solid #99cc66;
    }

    .dsl-honor .bd li {
        background: #e6e6e6;
        float: left;
        width: 275px;
        margin-right: 20px;
        height: 255px;
        display: flex;
        align-items: center;
    }

        .dsl-honor .bd li img {
            display: inline-block;
            margin: 0 auto;
        }
/*index-News Center*/
.dsl-news {
    background: #edfee5;
    padding-bottom: 40px;
}

.dsl-new {
}

    .dsl-new .hd li {
        display: inline-block;
        margin-left: 10px;
        margin-right: 20px;
        font-size: 20px;
        color: #666;
        cursor: pointer;
        padding-bottom: 10px;
    }

        .dsl-new .hd li.on {
            color: #9eda5e;
            border-bottom: 4px solid #9eda5e;
        }

.dsl-newsc .pr.fl {
    width: 600px;
    height: 405px;
    overflow: hidden;
}

    .dsl-newsc .pr.fl p {
        position: absolute;
        bottom: 0;
        font-size: 18px;
        color: #fff;
        text-align: center;
        width: 100%;
        line-height: 60px;
        background: rgba(0, 0, 0, 0.54);
    }

.dsl-newsc .fr {
    width: 570px;
}

.dsl-newsc dl {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 11px;
}

.dsl-newsc dd {
    float: left;
    margin-left: 20px;
    width: 310px;
}

.dsl-newsc .title {
    font-size: 20px;
}

.dsl-newsc .text {
    color: #666;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 21px;
}

.dsl-newsc .more {
    background: #9eda5e;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
}

.dsl-newsc li {
    color: #666;
    height: 40px;
    background: #fff;
    line-height: 40px;
    margin-bottom: 5px;
    padding: 0 10px;
}

    .dsl-newsc li:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        margin-right: 5px;
        border: 1px solid #1ab38f;
    }

    .dsl-newsc li span {
        float: right;
    }
/*index-Recommended products*/
.dsl-product {
    width: 100%;
    height: 1065px;
    background: url(../../image/product-bg.jpg) center no-repeat;
}

    .dsl-product .dsl-title p, .dsl-product .dsl-title span, .dsl-case .dsl-title p, .dsl-case .dsl-title span {
        color: #fff;
    }

.dsl-products {
    position: relative;
    width: 890px;
    height: 783px;
    margin: 95px auto;
}

.focus_pic {
    width: 385px;
    height: 467px;
    overflow: hidden;
    margin-left: 74px;
    padding-top: 93px;
}

.dsl-product .focus_pic li {
    vertical-align: top;
}

.dsl-product .focus_pic img {
    width: 270px;
    display: inline-block;
    vertical-align: top;
}

.dsl-product .focus_text {
    position: absolute;
    width: 510px;
    right: 0;
    top: -40px;
    overflow: hidden;
}

    .dsl-product .focus_text h2 {
        color: #00ccff;
        font-size: 30px;
        height: 35px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        overflow: hidden;
        margin-top: 20px;
        padding: 0 22px;
    }

    .dsl-product .focus_text p {
        line-height: 36px;
        margin: 20px 0;
        color: #99cc66;
        padding: 0 22px;
    }

    .dsl-product .focus_text .btn_play_big {
        color: #336600;
        font-size: 20px;
        float: right;
        /*margin-right: 82px;*/
    }

.dsl-product .focus_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

    .dsl-product .focus_nav ul {
        position: relative;
    }

    .dsl-product .focus_nav .tempWrap {
        margin-left: 70px;
    }

    .dsl-product .focus_nav li {
        position: relative;
        float: left;
        display: inline;
        margin-right: 45px;
        cursor: pointer;
    }

    .dsl-product .focus_nav .navPrev, .focus_nav .navNext {
        width: 52px;
        height: 131px;
        display: block;
        position: absolute;
        bottom: 40px;
        background: url(../../image/icon.png) no-repeat;
    }

    .dsl-product .focus_nav .navPrev {
        left: 0px;
        background-position: -179px 0;
    }

    .dsl-product .focus_nav .navNext {
        background-position: -247px 0px;
        right: 0px;
    }

    .dsl-product .focus_nav img {
        width: 152px;
        height: 190px;
    }

.dsl-product .focus_text ul {
    padding: 20px 85px 0 15px;
}

/*index-Dealer display*/
/*跑马灯*/
.codrops-demos {
    height: 60px;
    text-align: center;
}

    .codrops-demos a {
        display: inline-block;
        margin: 10px;
        color: #333;
        font-weight: 700;
        line-height: 30px;
        border-bottom: 4px solid transparent;
        text-decoration: none;
    }

        .codrops-demos a:hover {
            color: #883d59;
            border-color: #883d59;
        }

        .codrops-demos a.current-demo, .codrops-demos a.current-demo:hover {
            color: #aaa;
            border-color: #aaa;
        }
/*样式*/
.dsl-dealers {
    margin: 0 auto;
    height: 700px;
    width: 1200px;
}

    .dsl-dealers li {
        height: 589px;
        width: 786px;
        text-align: center;
        cursor: pointer;
    }

        .dsl-dealers li.roundabout-in-focus {
            cursor: default;
        }

        .dsl-dealers li span {
            display: block;
            padding-top: 6em;
        }

        .dsl-dealers li img {
            width: 100%;
        }
/* index-Engineering case */
.dsl-Ecase {
    position: relative;
    width: 1200px;
    overflow: hidden;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

    .dsl-Ecase .bd {
        position: relative;
        float: left;
        width: 789px;
        overflow: hidden;
    }

        .dsl-Ecase .bd img {
            width: 789px;
            height: 363px;
            display: block;
        }

        .dsl-Ecase .bd dl {
            border: 1px solid #efefef;
            overflow: hidden;
            padding-bottom: 20px;
        }

        .dsl-Ecase .bd dt {
            float: left;
        }

            .dsl-Ecase .bd dt .num {
                color: #666;
                font-size: 30px;
                font-weight: bold;
                margin-right: 10px;
            }

                .dsl-Ecase .bd dt .num:before {
                    content: "";
                    display: inline-block;
                    width: 95px;
                    height: 3px;
                    background: #9eda5e;
                    vertical-align: 6px;
                    margin-right: 10px;
                }

            .dsl-Ecase .bd dt span {
                color: #999;
                font-size: 12px;
                font-weight: bold;
            }

            .dsl-Ecase .bd dt h3 {
                color: #333;
                font-size: 30px;
                font-weight: bold;
                text-align: right;
            }

        .dsl-Ecase .bd dd {
            float: right;
            width: 390px;
            line-height: 30px;
            font-weight: bold;
            font-size: 14px;
            margin-right: 60px;
        }

            .dsl-Ecase .bd dd p a {
                color: #9eda5e;
            }

            .dsl-Ecase .bd dd .more {
                color: #fff;
                background: #99cc66;
                padding: 4px 30px;
                border-radius: 20px;
                float: right;
                margin-top: -23px;
            }

    .dsl-Ecase .hd {
        position: relative;
        width: 350px;
        float: right;
        padding-right: 4px;
        z-index: 1;
    }

        .dsl-Ecase .hd ul {
            position: relative;
            width: 350px;
            overflow: hidden;
        }

        .dsl-Ecase .hd li {
            height: 112px;
            margin-bottom: 12px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
        }

            .dsl-Ecase .hd li.on {
                transition: all .2s linear;
                border: 5px solid #fbfe06;
                box-sizing: border-box;
            }

        .dsl-Ecase .hd img {
            width: 100%;
            height: 112px;
            display: block;
        }

        .dsl-Ecase .hd p {
            position: absolute;
            top: 11px;
            color: #fff;
            font-size: 16px;
            text-align: center;
            width: 100%;
            margin-top: -11px;
            background: rgba(0, 0, 0, 0.4);
            height: 100%;
            padding-top: 44px;
        }


.dsl-case {
    width: 100%;
    height: 836px;
    background: url(../../image/case-bg.jpg) center no-repeat;
}

/*foot*/
.dsl-foot {
    color: #fff;
    background: #333;
}

    .dsl-foot .content {
        padding: 30px 0;
    }

        .dsl-foot .content > .fl {
            margin-top: 20px;
        }

    .dsl-foot .fl .fl {
        margin-right: 50px;
    }

        .dsl-foot .fl .fl p {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .dsl-foot .fl .fl a {
            font-size: 12px;
            display: block;
            line-height: 30px;
        }

    .dsl-foot .content > .fr {
        border-left: 1px dashed #fff;
        padding-left: 50px;
    }

    .dsl-foot .contact {
    }

    .dsl-foot .fr .text {
        font-size: 14px;
    }

    .dsl-foot .fr p {
        font-size: 12px;
        line-height: 26px;
    }

    .dsl-foot .fr .z-ltd {
        font-size: 14px;
    }

    .dsl-foot .fr .y-ltd {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .dsl-foot .contact div {
        color: #99cc66;
        font-size: 22px;
    }

    .dsl-foot .contact i {
        width: 36px;
        height: 34px;
        background-position: -60px 0px;
        vertical-align: -8px;
    }

    .dsl-foot .qr {
        float: right;
        float: right;
        margin-left: 50px;
        text-align: center;
    }

    .dsl-foot .contact h3 {
        font-size: 28px;
        color: #ffff00;
    }

.copyright {
    color: #ccc;
    background: #666;
    font-size: 12px;
    line-height: 100px;
    text-align: center;
}

/*公司简介*/

.dsl-breadcrumb {
    color: #999;
    line-height: 40px;
}

    .dsl-breadcrumb a, .dsl-breadcrumb span {
        color: #666;
    }

.dsl-dsl {
}

    .dsl-dsl .fl li {
        color: #333;
        font-size: 14px;
        line-height: 50px;
        width: 195px;
        border-bottom: 1px solid #f2f2f2;
    }

        .dsl-dsl .fl li a {
            display: inline-block;
            width: 100%;
            padding-left: 52px;
            box-sizing: border-box;
        }

            .dsl-dsl .fl li a:before {
                content: "";
                display: inline-block;
                width: 4px;
                height: 4px;
                background: #333;
                border-radius: 2px;
                vertical-align: 2px;
                margin-right: 10px;
            }

        .dsl-dsl .fl li.on {
            color: #66cc00;
        }

    .dsl-dsl .fl .second {
        color: #666;
    }

        .dsl-dsl .fl .second a {
            padding-left: 20px;
        }

            .dsl-dsl .fl .second a:before {
                height: 2px;
                width: 50px;
                background: #999;
                vertical-align: 4px;
            }

        .dsl-dsl .fl .second.on a:before {
            background: #66cc00;
        }

    .dsl-dsl .fr {
        overflow: hidden;
        margin-bottom: 30px;
         width:100%;
    }

        .dsl-dsl .fr .title {
            color: #666;
            line-height: 30px;
            margin: 5px 0;
        }

            .dsl-dsl .fr .title:before {
                content: "";
                display: inline-block;
                width: 3px;
                height: 15px;
                background: #7dc432;
                vertical-align: -2px;
                margin-right: 6px;
            }

    .dsl-dsl .intro-text {
        padding: 30px;
        color: #666;
        line-height: 30px;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #e7e7e7;
    }
    /*产品中心*/

    .dsl-dsl .text-list {
        overflow: hidden;
   
    }

.text-list ul{margin-right:-18px;}

.dsl-dsl .text-list li {
    width: 47%;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    border: 1px solid #eee;
}

            .dsl-dsl .text-list li:hover {
                box-shadow: 0 2px 12px #e4e4e4;
            }

        .dsl-dsl .text-list .image {
            margin: 15px;
            display: flex;
            align-items: center;
            height: 227px;
            overflow: hidden;
        }

            .dsl-dsl .text-list .image img {
                margin: 0 auto;
                display: block;
                height: 100%;
            }

        .dsl-dsl .text-list .text {
            padding: 15px;
            border-top: 1px solid #eee;
        }

            .dsl-dsl .text-list .text h3 {
                color: #333;
                font-size: 18px;
                margin-bottom: 10px;
            }

                .dsl-dsl .text-list .text h3 a {
                    color: #4faa31;
                    border: 1px solid #4faa31;
                    padding: 3px 10px;
                    border-radius: 3px;
                    float: right;
                    font-size: 12px;
                }

            .dsl-dsl .text-list .text p {
                color: #999;
                font-size: 12px;
                line-height: 26px;
                height: 50px;
                overflow: hidden;
            }

    .dsl-dsl .img-fl {
        border: 1px solid #eee;
        width: 375px;
        display: flex;
        height: 383px;
        float: left;
        align-items: center;
        overflow: hidden;
    }

        .dsl-dsl .img-fl img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            max-height: 90%;
        }

    .dsl-dsl .text-fr {
        float: right;
        height: 383px;
        width: 470px;
        padding-right: 25px;
        box-sizing: border-box;
    }

        .dsl-dsl .text-fr h3 {
            font-size: 28px;
        }

        .dsl-dsl .text-fr .vt {
            color: #666;
            margin: 7px 0;
        }

        .dsl-dsl .text-fr .size {
            color: #999;
        }

        .dsl-dsl .text-fr .describe {
            line-height: 26px;
            font-size: 12px;
            color: #666;
            text-indent: 2em;
            margin-top: 10px;
            height: 270px;
            overflow: hidden;
        }

    .dsl-dsl .detail-text {
        overflow: hidden;
        margin-top: 10px;
        color: #666;
        line-height: 30px;
        padding-right: 25px;
    }

        .dsl-dsl .detail-text .title {
            font-size: 22px;
        }

    .dsl-dsl .case-list {
        border-bottom: 1px solid #eee;
    }

        .dsl-dsl .case-list dl {
            padding: 20px;
            overflow: hidden;
            border: 1px solid #eee;
            border-bottom: 0;
        }

        .dsl-dsl .case-list dt {
            width: 150px;
            height: 86px;
            overflow: hidden;
            float: left;
            margin-right: 20px;
        }

            .dsl-dsl .case-list dt img {
                width: 100%;
            }

        .dsl-dsl .case-list dd {
            text-align: left;
        }

            .dsl-dsl .case-list dd h3 {
                font-size: 18px;
                text-align: left;
            }

            .dsl-dsl .case-list dd span {
                color: #999;
            }

            .dsl-dsl .case-list dd p {
                color: #666;
                margin: 10px 0;
                text-align: left;
            }

                .dsl-dsl .case-list dd p a {
                    color: #cc9000;
                }
/*右固定悬浮*/

.dsl-top {
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 60px;
    color: #fff;
    text-align: center;
    z-index: 991;
}

    .dsl-top li {
        height: 60px;
        background: #0db936;
        margin-bottom: 5px;
        overflow: hidden;
        cursor: pointer;
    }

        .dsl-top li:hover {
            background: #b0bbb3;
        }

        .dsl-top li i {
            width: 34px;
            height: 34px;
            display: block;
            margin: 3px auto 0;
        }

            .dsl-top li i.top {
                background-position: 9px -135px;
            }

            .dsl-top li i.us {
                background-position: -41px -138px;
            }

            .dsl-top li i.on {
                background-position: -89px -138px;
            }

        .dsl-top li span {
            font-size: 12px;
        }

    .dsl-top .text {
        width: 233px;
        height: 260px;
        position: absolute;
        right: 60px;
        top: -40px;
        display: none;
        padding-top: 44px;
        box-sizing: border-box;
        background: url(../../image/wechat-bg.jpg.png);
    }

    .dsl-top li:hover .text {
        display: block;
    }

    .dsl-top .text .wechat {
        color: #666;
        font-weight: bold;
    }

    .dsl-top .text .share {
        font-size: 12px;
        color: #666;
        margin: 5px 0;
    }

    .dsl-top .text .attention {
        font-size: 12px;
        color: #999;
    }

    .dsl-top .text img {
        width: 120px;
    }

.dsl-dealer .btn_l, .dsl-dealer .btn_r {
    width: 58px;
    display: block;
    height: 58px;
    top: 50%;
    margin-top: -47px;
    position: absolute;
    background: url(../../image/icon.png) no-repeat;
}

.dsl-dealer .btn_l {
    left: -60px;
    background-position: 0px -58px;
}

.dsl-dealer .btn_r {
    right: -60px;
    background-position: -81px -58px;
}

.case-list {
    width: 100%;
    display: block;
}

    .case-list li {
        width: 100%;
        border-bottom: 1px #eee solid;
        display: block;
        display: block;
        float: left;
    }

        .case-list li a {
            float: left;
        }

        .case-list li span {
            color: #999;
            display: block;
        }

    .case-list .dt {
        background: #f5f5f5;
        width: 95px;
        height: 95px;
        text-align: center;
        padding-top: 20px;
        float: left;
        box-sizing: border-box;
        margin-right: 10px;
    }

.nav-sub li .active{
    background-color: #104492;
}

/*==================列表分页	:BEGIN====================*/


.pageSize_Settting input, .pageIndex_Settting input {
    border: 1px solid #d2d2d2;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    width: 28px;
    text-align: center;
}


.page {
    margin-top: 25px;
   
    font-family: "microsoft yahei";
    text-align: center;
    margin: auto;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    display:table;
}

    .page a, .page span {
        display: block;
        float: left;
        height: 30px;
        border: 1px solid #bcbcbc;
        line-height: 30px;
        padding: 0 15px;
        margin: 0 3px;
        color: #666;
        overflow: hidden;
        margin-bottom:10px;
    }

        .page a:hover, a.cur {
            background: #296C7C;
            color: #fff;
            border: 1px solid #296C7C;
            text-decoration: none;
        }

        .page a:hover, a.current, span.current {
            background: #296C7C;
            color: #fff;
            border: 1px solid #296C7C;
            text-decoration: none;
        }

.tuijian {
    width: 850px
}

    .tuijian li {
        width: 410px;
        float: left;
        background: url(../images/tt.jpg) 0px 12px no-repeat;
        text-align: left;
        padding-left: 10px
    }

        .tuijian li span {
            float: right;
            padding-right: 30px;
        }


/*==================列表分页:END  ====================*/

@media screen and (min-width:1200px) {
    .header .logo {
            height: 64px;
    line-height: 64px;
    padding: 14px 0;
    }

    .menu-btn {
        margin-top: 25px;
    }

}



.lanmu li > .active {
    background-color: #104492;
}