@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot');
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.fa-icon-qq:before {
    content: "\e604";
}

.fa-icon-weibo:before {
    content: "\e600";
}

.fa-icon-weixin:before {
    content: "\e605";
}

.fa-icon-zaixianzixun:before {
    content: "\e608";
}

.container-fluid {
    max-width: 1030px;
}

* {
    margin: 0;
    padding: 0;
}


.img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}


a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑" !important;
}

#btn {
    font-size: 30px;
    color: #328906;
    position: absolute;
    right: 22px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}


/*头部*/
header {
    position: relative;
}

    header .logo {
        line-height: 130px;
    }
        header .logo img{           
            margin:0 -55px;
            /*max-width: 100%;*/
        }

    header form {
        margin-left: 75px;
        position: relative;
        padding-top: 46px;
        overflow: hidden;
    }

        header form input[type="text"] {
            width: 238px;
            height: 40px;
            border: 1px solid #000;
            padding-left: 6px;
            border-radius: 5px;
            padding-right: 45px;
        }

        header form input[type="submit"] {
            position: absolute;
            right: 1px;
            border-radius: 3px;
            top: 47px;
            width: 42px;
            height: 38px;
            border: none;
            background: url("../images/serch.png") no-repeat center center #333;
        }

    header .call {
        height: 130px;
        padding: 38px 0 0 0;
        /*margin-right: 15px;*/
        color: #fff;
    }

        header .call div {
            text-align: right;
            line-height: 24px;
            color: #8d8d8d;
        }

        header .call h4 {
            margin: 0;
            line-height: 32px;
            font-size: 25px;
            color: #e60000;
        }

/*导航*/

.title ul li {
    margin: 0;
    line-height: 50px;
    padding-top: 30px;
    font-weight: bold;
    position: relative;
    float: left;
    width: 50%;
    font-size: 25px;
}

    .title ul li:nth-child(1) {
        text-align: right;
        padding-right: 12px;
        color: #333;
        position: relative;
    }

    .title ul li:nth-child(2) {
        padding-left: 12px;
        color: #a4a4a4;
    }

    .title ul li:nth-child(1):before {
        content: "";
        right: 0;
        top: 36px;
        width: 2px;
        height: 41px;
        position: absolute;
        background: #328906;
    }

.title h5 {
    margin: 0;
    line-height: 44px;
    color: #a4a4a4;
    margin-bottom: 27px;
    font-size: 14px;
}

.links {
    margin-bottom: 30px;
    font-size: 0;
    text-align: center;
    display: inline-block;
    padding: 4px;
    background: #328906;
    border-radius: 5px;
}

    .links li {
        display: inline-block;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        margin-right: 12px;
        background: #fff;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
        padding: 0 10px;
        margin: 5px 5px;
        width: 100px;
    }

        /*.links li:last-child {
    margin: 0;
}*/

        .links li.active {
            background: #46bc0a;
            color: #fff;
        }

#nav {
    height: 55px;
    background: url("../images/nav_bg.jpg") repeat-x;
    margin-bottom: 2px;
    position: relative;
}

    #nav:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 1px;
        background: #4cac06;
    }

    #nav ul {
        position: relative;
    }

        #nav ul li {
            width: 13.6%;
            line-height: 55px;
            text-align: center;
            font-size: 14px;
            position: relative;
            float: left;
            border-right: 1px solid #fff;
        }

            #nav ul li a {
                display: block;
                width: 100%;
                height: 100%;
                color: #fff;
                font-size: 16px;
            }

            #nav ul li.active a {
                background: url("../images/a_bg.jpg") no-repeat;
            }

            #nav ul li:hover a {
                background: url("../images/a_bg.jpg") no-repeat;
            }

.banner img {
    width: 100%;
}

.banner .banner_img {
    display: block;
    padding-top: 31.55%;

}

.Pro .box {
    background: #cbcbcb;
    padding: 3px 4px 10px 4px;
    border-radius: 4px;
    margin-bottom: 40px;
    transition: all 0.3s;
}

    .Pro .box:hover {
        background: #328906;
    }

        .Pro .box:hover .text_box h4 {
            color: #fff;
        }

            .Pro .box:hover .text_box h4:after {
                background: #fff;
            }

        .Pro .box:hover .text_box div {
            color: #fff;
        }

    .Pro .box .img_box {
        border: 1px solid #fff;
        border-radius: 4px;
    }

        .Pro .box .img_box img {
            width: 100%;
        }

    .Pro .box .text_box div {
        font-size: 12px;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        color: #333;
        padding: 0 40px;
    }

    .Pro .box .text_box h4 {
        margin: 0;
        line-height: 41px;
        font-size: 16px;
        padding-bottom: 8px;
        position: relative;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .Pro .box .text_box h4:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 11px;
            height: 1px;
            width: 88px;
            margin-left: -44px;
            background: #333;
        }

.Pro .picture24 .item {
    margin: 0 10px;
}

.Pro .picture24 {
    margin: 0 -10px;
}

.picture24 #owl-demo1 .item .imgbox span:hover {
    transform: scale(1.1);
}

.picture24 .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.picture24 .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .picture24 .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .picture24 .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .picture24 .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .picture24 .owl-carousel .owl-item {
        float: left;
    }

.picture24 .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.picture24 .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*.grabbing{cursor:url(../img/grabbing.png) 8 8,move}*/
.picture24 .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.picture24 .owl-theme .owl-controls {
}

    .picture24 .owl-theme .owl-controls .owl-buttons div {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 74px;
        height: 100%;
        display: inline-block;
        zoom: 1;
        *display: inline;
        filter: Alpha(Opacity=100);
        opacity: 1;
    }

        .picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
            left: -118px;
            background: url(../images/yjt.png) no-repeat left;
            transition: all 0.5s;
        }

        .picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
            right: -118px;
            background: url(../images/zjt.png) no-repeat right;
            transition: all 0.5s;
        }

    /*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ background:url(../images/yjt.png) no-repeat right;}*/
    /*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background:url(../images/zjt.png) no-repeat left;}*/
    .picture24 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
    }

    .picture24 .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .picture24 .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=80);
            opacity: 0.8;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        .picture24 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            opacity: 1;
        }

        .picture24 .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

.procen {
    width: 100%; /*overflow:hidden;*/
    margin-top: 40px;
    text-align: center;
}

.tabs {
    margin-bottom: 30px;
    font-size: 0;
    text-align: center;
    display: inline-block;
    padding: 4px;
    background: #328906;
    border-radius: 5px;
}

    .tabs li {
        display: inline-block;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        margin-right: 12px;
        background: #fff;
        border-radius: 5px;
        cursor: pointer;
        /*white-space: nowrap;*/
        padding: 0 10px;
        margin: 5px 5px;
        width: 110px;
        overflow: hidden;
        height: 40px;
    }

        .tabs li.active {
            background: #46bc0a;
            color: #fff;
        }

        .tabs li.curs a, .tabs li:hover a {
            background: #da120b;
            color: #fff;
            border-top: 2px solid #ba0802;
        }

.hids {
    position: relative;
    display: none;
    padding: 3px 4px 10px 4px;
    border-radius: 4px;
    margin-bottom: 40px;
    transition: all 0.3s;
}

.hows {
    display: block;
}

.hids a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.hids .pros {
    background: #cbcbcb;
    padding: 3px 4px 10px 4px;
    border-radius: 4px;
    margin-bottom: 40px;
    transition: all 0.3s;
}

    .hids .pros .pros-image {
        width: 100%;
        overflow: hidden;
        border: 1px solid #dfdfdf;
        transition: all 0.3s;
    }

        .hids .pros .pros-image .img {
            transition: all 0.4s;
        }

.hids .text_box {
    color: #333;
    transition: all 0.3s;
}

.hids h4 {
    margin: 0;
    line-height: 41px;
    font-size: 16px;
    padding-bottom: 8px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

    .hids h4:after {
        transition: all 0.3s;
        content: "";
        position: absolute;
        left: 50%;
        bottom: 11px;
        height: 1px;
        width: 88px;
        margin-left: -44px;
        background: #333;
    }

.hids .tit {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    padding: 0 40px;
}

.hids img {
    width: 100%;
}

.hids a:hover .text_box {
    color: #FFF;
}

.hids a:hover .pros {
    background: #328906;
}

.hids a:hover h4:after {
    background: #FFF;
}

.hids .swiper-button-prev, .hids .swiper-button-next {
    width: 74px;
    height: 74px;
    -moz-background-size: 74px;
    -webkit-background-size: 74px;
    background-size: 74px;
}

.hids .swiper-button-prev {
    background-image: url(../images/yjt.png);
    left: -118px;
}

.hids .swiper-button-next {
    background-image: url(../images/zjt.png);
    right: -118px;
}



/*.hids .swiper-button-prev {     left: -118px;
    background: url(../images/yjt.png) no-repeat left;
    transition: all 0.5s;}
.hids .swiper-button-next{right: -118px;
    background: url(../images/zjt.png) no-repeat left;
    transition: all 0.5s;}*/



.About .box {
    background: url("../images/about_bg.jpg") 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 50px 0 30px 0;
}

    .About .box .container-fluid {
        position: relative;
    }

        .About .box .container-fluid:before {
            content: url("../images/line.png");
            position: absolute;
            left: -40px;
            top: -44px;
        }

.About .about_left {
    width: 52%;
    padding-left: 2px;
    height: 292px;
    overflow: hidden;
}

    .About .about_left a {
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.3s;
    }

.About .about_right {
    width: 48%;
    padding-left: 20px;
    color: #000;
}

    .About .about_right div {
        line-height: 25px;
        height: 200px;
        overflow: hidden;
    }

    .About .about_right h4 {
        margin: 0;
        line-height: 55px;
        font-size: 16px;
        padding-bottom: 17px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .About .about_right h3 {
        font-size: 21px;
        color: #337616;
        line-height: 58px;
        padding-top: 21px;
        margin: 0;
        position: relative;
    }

        .About .about_right h3 a {
            position: absolute;
            right: 0;
            top: 21px;
            font-size: 16px;
            color: #fff;
            background: #328906;
            line-height: 36px;
            border-radius: 4px;
            padding: 0 10px 21px 10px;
        }

            .About .about_right h3 a:before {
                content: "→";
                position: absolute;
                left: 10px;
                top: 22px;
                color: #fff;
                font-size: 32px;
            }

.Case {
    padding-top: 35px;
}

    .Case .row {
        margin: 0 -5px 10px -5px;
    }

    .Case .box .box1 {
        float: left;
        width: 43%;
    }

    .Case .box .box2 {
        float: left;
        width: 30%;
    }

    .Case .box .box3 {
        float: left;
        width: 27%;
    }

    .Case .box .box4 {
        float: left;
        width: 27%;
    }

    .Case .box .box5 {
        float: left;
        width: 30%;
    }

    .Case .box .box6 {
        float: left;
        width: 43%;
    }


    .Case .box .big_box {
        padding: 0 5px;
    }

        .Case .box .big_box .img_box {
            position: relative;
            overflow: hidden;
        }

            .Case .box .big_box .img_box:hover .mb {
                left: 0;
            }

            .Case .box .big_box .img_box span {
                display: block;
                width: 100%;
                height: 270px;
                margin: 5px 0;
            }

    .Case .big_box .img_box .mb {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        padding-top: 87px;
        transition: all 0.15s;
    }

    .Case .box .big_box .img_box .mb h4 {
        font-size: 16px;
        margin: 0;
        line-height: 40px;
    }

    .Case .box .big_box .img_box .mb h3 {
        font-size: 42px;
        margin: 0;
        text-transform: uppercase;
    }

.News {
    padding-bottom: 84px;
}

    .News .box .text_box {
        width: 32.6%;
    }

        .News .box .text_box h4 {
            margin: 0 0 4px 0;
            line-height: 35px;
            font-size: 16px;
            color: #333;
            padding-left: 17px;
            position: relative;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    .News .box {
        margin-bottom: 2px;
    }

        .News .box .text_box:hover h4 {
            color: #328906;
        }

        .News .box .text_box:hover div {
            color: #328906;
        }

        .News .box .text_box h4:before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 5px;
            height: 16px;
            background: #328906;
        }

        .News .box .text_box div {
            line-height: 22px;
            height: 88px;
            overflow: hidden;
            color: #8a8a8a;
        }

        .News .box .img_box {
            width: 34.8%;
            height: 144px;
            overflow: hidden;
            padding: 0 44px;
        }

            .News .box .img_box a {
                display: block;
                width: 100%;
                height: 100%;
            }

footer {
    background: #232323;
    padding: 20px 0;
    color: #fff;
}

    footer a {
        color: #fff;
    }

    footer ul {
        font-size: 0;
        position: relative;
    }

        footer ul:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -14px;
            width: 100%;
            height: 1px;
            background: #535353;
        }

        footer ul:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -15px;
            width: 100%;
            height: 1px;
            background: #000;
        }

        footer ul li {
            display: inline-block;
            font-size: 14px;
            line-height: 16px;
            border-right: 2px solid #fff;
            padding: 0 10px;
        }

            footer ul li:last-child {
                border-right: none;
            }

            footer ul li a:hover {
                color: #328906;
                text-decoration: underline;
            }


    footer .footer2 {
        padding: 36px 0 0 250px;
    }

        footer .footer2 .adr {
            line-height: 27px;
            padding-right: 33px;
        }

        footer .footer2 .wx p {
            margin: 0;
            line-height: 30px;
        }

        footer .footer2 .wx {
            margin-right: 22px;
        }

    footer .footer3 {
        display: block;
        overflow: hidden;
        float: left;
    }

        footer .footer3 img {
            max-width: 60%;
            display: block;
            margin-top: 20px;
        }

.ny_content {
    padding: 20px 0 100px 0;
    color: #333;
}

    .ny_content .ny_left {
        width: 23%;
    }

        .ny_content .ny_left .box {
            background: #dadada;
            border-radius: 5px;
            padding: 0 5px 5px 5px;
            margin-bottom: 10px;
        }

            .ny_content .ny_left .box h5 {
                margin: 0;
                line-height: 40px;
                color: #fff;
                text-align: center;
            }

                .ny_content .ny_left .box h5 a {
                    color: #fff;
                }

    .ny_content .right_content {
        width: 77%;
        padding: 0 0 0 30px;
    }

    .ny_content .left_list h4 {
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        margin: 0;
    }

#ny_caidan {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

    #ny_caidan > li {
        margin-bottom: 10px;
    }

        #ny_caidan > li > a {
            line-height: 44px;
            padding-left: 71px;
            background: #328906;
            color: #fff;
            display: block;
            width: 100%;
            border-radius: 5px 5px 0 0;
            position: relative;
        }

            #ny_caidan > li > a:before {
                content: "";
                left: 20px;
                top: 50%;
                margin-top: -5px;
                position: absolute;
                border-left: 5px solid #fff;
                border-bottom: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid transparent;
            }

        #ny_caidan > li > ul li {
            line-height: 54px;
            border-bottom: 1px dotted #bfbfbf;
            padding-left: 70px;
        }

            #ny_caidan > li > ul li a {
                color: #333;
                display: block;
                width: 100%;
                height: 100%;
            }

                #ny_caidan > li > ul li a:hover {
                    color: #328906;
                }

    #ny_caidan ul {
        display: none;
    }

    #ny_caidan > li.active {
    }

    #ny_caidan > li:hover {
    }

.ny_content .left_list .adr {
    background: #fff;
    border-radius: 5px;
}

    .ny_content .left_list .adr div {
        line-height: 25px;
        padding: 10px 0 15px 10px;
    }

.ny_content .right_content .title4 {
    line-height: 38px;
    position: relative;
    padding-top: 12px;
    border-bottom: 1px solid #dadada;
}

.ny_content .right_content p {
    margin: 0;
}

.ny_content .right_content .title4 + div {
    padding: 30px 0;
}

.ny_content .right_content .about img {
    width: 100%;
}

.ny_content .right_content .about {
    line-height: 30px;
}

.ny_content .right_content .xqy .text {
    line-height: 30px;
    padding: 30px 0;
}
.ny_content .right_content .xqy img{
    width:60%;
    height:auto;
}

.ny_content .right_content .title4 + div.form {
    padding: 30px 25% 100px;
}

.ny_content .right_content .form input {
    width: 100%;
    height: 38px;
    background: #e6e6e6;
    border: 1px solid #664900;
    margin-bottom: 7px;
    padding-left: 15px;
}

    .ny_content .right_content .form input:-moz-placeholder {
    }

.ny_content .right_content .form ::-webkit-input-placeholder {
}

.ny_content .right_content .form textarea {
    width: 100%;
    background: #e6e6e6;
    border: 1px solid #664900;
    height: 145px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.ny_content .right_content .form button {
    width: 100%;
    line-height: 33px;
    border: none;
    color: #fff;
    background: #fad505;
}

.ny_content .right_content .Pro .row {
    margin: 0 -10px;
}

    .ny_content .right_content .Pro .row .col-md-4, .ny_content .right_content .Pro .row .col-xs-6 {
        padding: 0 10px;
    }

.ny_content .right_content .Pro .box03 {
    margin-bottom: 20px;
}

.ny_content .right_content .new .box {
    position: relative;
    padding-left: 213px;
    margin-bottom: 20px;
}

    .ny_content .right_content .new .box .img_box {
        position: absolute;
        left: 0;
        top: 0;
        width: 187px;
        height: 100%;
        overflow: hidden;
    }

        .ny_content .right_content .new .box .img_box img {
            max-width: 100%;
            transition: all 0.15s;
            max-height: 100%;
        }

    .ny_content .right_content .new .box .text_box h4 {
        margin: 0 0 9px 0;
        line-height: 25px;
        font-size: 16px;
        color: #333;
        position: relative;
        padding-left: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .ny_content .right_content .new .box .text_box h4:before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            width: 5px;
            background: #328906;
            height: 16px;
        }


    .ny_content .right_content .new .box .text_box div {
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        color: #8a8a8a;
    }

    .ny_content .right_content .new .box .text_box {
        padding-bottom: 44px;
    }

    .ny_content .right_content .new .box:hover img {
        transform: scale(1.05);
    }

    .ny_content .right_content .new .box:hover .text_box h4 {
        color: #328906;
    }

    .ny_content .right_content .new .box:hover .text_box div {
        color: #328906;
    }



/*内页*/

/*底部*/

/*底部*/

@media screen and (max-width: 1230px) {
    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
        display: none;
    }

    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    /*导航*/
    #nav {
        display: none;
        background: none;
        height: auto;
        line-height: normal;
        position: absolute;
        right: 0;
        top: 100px;
        width: 140px;
        z-index: 9999;
    }

        #nav ul {
            position: static;
            height: auto;
            background: none;
        }

            #nav ul li {
                width: 100%;
                text-align: center;
                font-size: 14px;
                float: none;
                margin-bottom: 2px;
            }

                #nav ul li a {
                    display: block;
                    line-height: 38px;
                    background: rgba(0, 0, 0, .5);
                    font-size: 14px;
                }

                #nav ul li.active a {
                    background: rgba(0, 0, 0, .5);
                    color: #fff;
                }

                #nav ul li:hover a {
                    background: #000;
                }

                #nav ul li:after {
                    display: none;
                }

    /*头部*/
    /*头部*/
    header .logo {
        line-height: 100px;
    }

    /*导航*/
    .About .box .container-fluid:before {
        display: none;
    }

    .About .about_left {
        width: 100%;
        padding-left: 0;
    }

    .About .about_right {
        width: 100%;
        padding-left: 0px;
    }

        .About .about_right div {
            line-height: 25px;
            height: auto;
        }

        .About .about_right h4 {
            line-height: 40px;
            padding-bottom: 5px;
        }

    .News {
        padding-bottom: 20px;
    }

        .News .box .text_box {
            width: 50%;
            padding: 0 10px;
        }

        .News .box {
            margin-bottom: 15px;
        }

            .News .box .img_box {
                display: none;
            }

    .Case {
        padding: 0;
    }

    footer ul {
        display: none;
    }

    footer .footer2 {
        padding: 0;
    }

        footer .footer2 .adr {
            line-height: 27px;
            padding-right: 0px;
            width: 100%;
            text-align: center;
        }

        footer .footer2 .wx {
            display: none;
        }

    /*内页*/
    #ny_caidan {
        display: none;
    }

    #down {
        display: block;
        width: 100%;
        line-height: 50px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
        background: #328906;
        margin-bottom: 20px;
    }

    .Pro .box .text_box div {
        padding: 0 10px;
    }

    .ny_content .right_content .title4 + div {
        padding: 20px 0;
    }

    .ny_content .ny_left {
        width: 100%;
    }

    .ny_content .right_content {
        width: 100%;
        padding: 0;
    }

    .ny_content {
        padding: 20px 0 50px 0;
    }

    #down {
        margin-bottom: 0;
    }

    .ny_content .ny_left .box {
        background: none;
        border-radius: 5px;
        padding: 0;
        margin-bottom: 0;
    }

    #ny_caidan {
        background: #fff;
        padding: 5px;
        border-radius: 5px;
    }

        #ny_caidan > li {
            margin-bottom: 10px;
        }

    .ny_content .right_content .title4 + div {
        border-radius: 5px;
    }

        .ny_content .right_content .title4 + div.form {
            padding: 20px 0 50px 0;
        }

    /*内页*/
    .ny_content .right_content .form {
        padding: 0%;
    }

    /*内页*/

}

@media screen and (max-width: 767px) {


    /*底部*/
    body {
        padding-bottom: 50px;
    }


    .hot {
        width: 100%;
        height: 50px;
        background: #328906;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

        .hot span {
            color: #fff;
            font-size: 16px;
            line-height: 20px;
        }

        .hot h6 {
            font-size: 12px;
            line-height: 20px;
        }

        .hot .row div a {
            display: block;
            color: #fff;
            padding: 7px 0;
        }

    .dbbox {
        position: fixed;
        left: 0;
        bottom: 70px;
        z-index: 99;
        width: 100%;
    }

        .dbbox .dbs {
            position: relative;
            padding: 0 15px;
            display: none;
        }

            .dbbox .dbs .neirong {
                padding: 10px;
                background: #fff;
                border-radius: 5px;
            }

            .dbbox .dbs.ewm-box {
                text-align: center;
            }

                .dbbox .dbs.ewm-box:after {
                    content: "";
                    position: absolute;
                    left: 50%;
                    bottom: -6px;
                    z-index: 1;
                    width: 25%;
                    height: 6px;
                    background: url(../images/dbtc_jt.png) no-repeat center;
                }

            .dbbox .dbs.fenxiang-box:after {
                content: "";
                position: absolute;
                left: 75%;
                bottom: -6px;
                z-index: 1;
                width: 25%;
                height: 6px;
                background: url(../images/dbtc_jt.png) no-repeat center;
            }

            .dbbox .dbs.ewm-box img {
                max-width: 140px;
            }

            .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
                position: relative;
                padding: 6px 0;
                width: 20%;
                height: 44px;
            }

            .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
                position: absolute;
                left: 50%;
                top: 6px;
                margin: 0 0 0 -16px;
                float: inherit !important;
                display: block;
            }


    /*底部*/
    /*头部*/
    header .logo {
        line-height: 60px;
    }

        header .logo img {
            height: 40px;
            margin:0px;
            max-width:100%;
        }

    #nav {
        top: 60px;
    }

    /*导航*/
    .title ul li {
        line-height: 30px;
        padding-top: 20px;
        float: none;
        width: 100%;
        font-size: 20px;
    }

        .title ul li:nth-child(1) {
            text-align: center;
            padding-right: 0;
        }

        .title ul li:nth-child(2) {
            display: none;
        }

        .title ul li:nth-child(1):before {
            display: none;
        }

    .title h5 {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .links {
        margin-bottom: 10px;
    }

        .links li {
            display: inline-block;
            font-size: 12px;
            width: 120px;
            text-align: center;
            line-height: 40px;
            margin-right: 2%;
            margin-bottom: 2px;
            background: #fff;
            border-radius: 5px;
            cursor: pointer;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }



    .About .about_right h3 a {
        position: static;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

        .About .about_right h3 a:before {
            display: none;
        }

    .News .box .text_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .News .box {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {

    #btn {
        font-size: 20px;
        line-height: 20px;
        margin-top: -10px;
    }

    .banner .banner_img {
        height: auto;
    }
   .header .logo img{           
            margin:0; 
        }










    .ny_content .right_content .new .box {
        padding-left: 125px;
    }

        .ny_content .right_content .new .box .img_box {
            width: 110px;
        }

        .ny_content .right_content .new .box .text_box div {
            line-height: 22px;
            height: 44px;
        }

        .ny_content .right_content .new .box .text_box {
            padding-bottom: 10px;
        }

            .ny_content .right_content .new .box .text_box h4 {
                margin: 0;
            }
}

/*清除样式*/
.clear {
    clear: both;
    font-family: '微软雅黑';
}

/*分页css scott style pagination*/
div.scott {
    padding: 3px;
    margin: 3px;
    text-align: center;
}

    div.scott a {
        border: #221616 1px solid;
        padding: 2px 5px;
        color: #221616;
        margin: 0 2px 0 0;
        text-decoration: none;
    }

        div.scott a:hover {
            border: #221616 1px solid;
            color: white;
            background-color: #221616;
        }

        div.scott a:active {
            border: #221616 1px solid;
            color: #611985;
            background-color: #221616;
        }

    div.scott span.current {
        border: #221616 1px solid;
        padding: 2px 5px;
        font-weight: bold;
        color: #fff;
        margin: 0 2px 0 0;
        background-color: #221616;
    }

    div.scott span.disabled {
        border: #dfdfdf 1px solid;
        padding: 2px 5px;
        color: #221616;
        margin: 0 2px 0 0;
    }



    /*QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 30px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 200px;
    height:130px;
    line-height:90px
}

.dock ul.icons li.im p {
	width: 185px;
    height:155px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 180px;
    height:155px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}