@font-face {
    font-family: 'iconfont';
    src: url('http://at.alicdn.com/t/font_1432720974_1547027.eot');
    src: url('http://at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('http://at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('http://at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('http://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"
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font: 12px/22px "SimSun","Microsoft YaHei";
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr, dl, dd, select, option {
    margin: 0;
    padding: 0;
}

li, img, input, em, select {
    list-style: none;
    border: none;
    font-style: normal;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

select::-ms-expand {
    display: none;
}

.img_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    padding: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tr {
    transition: all 0.5s;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    width: 100%;
}

.header_top {
    width: 100%;
    line-height: 33px;
    background: #f1f1f1;
    font-size: 12px;
    color: #696969;
    font-family: '微软雅黑';
}

.header_top1 {
    float: left;
}

.header_top2 {
    float: right;
}

    .header_top2 a {
        color: #696969;
    }

        .header_top2 a:hover {
            text-decoration: underline !important;
        }

.header {
    width: 100%;
    background: #fff;
}

.logo {
    width: 43%;
    float: left;
}

    .logo img {
        display: block;
        max-width: 100%;

    }

.ss {
    width: 198px;
    height: 31px;
    float: right;
    margin: 22px 0 0 0;
}

.ss_but {
    width: 49px;
    height: 35px;
    float: left;
    background: url(../images/h_but.png) no-repeat left center;
    border: none;
}

.ss_txt {
    width: 148px;
    height: 35px;
    float: left;
    background: url(../images/h_txt.png) no-repeat left center;
    text-indent: 5px;
}

.header .tel {
    margin: 12px 3% 0 0;
    padding: 0 0 0 4%;
    height: 46px;
    background: url(../images/telicon_03.png) no-repeat left center;
    float: right;
}

    .header .tel div {
        font-size: 14px;
        color: #2b2b2b;
        font-family: '微软雅黑';
        line-height: 24px;
    }

        .header .tel div span {
            font-size: 14px;
            color: #2b2b2b;
            font-family: 'Arial';
            line-height: 24px;
        }

        .header .tel div i {
            font-weight: bold;
            display: block;
            font-size: 18px;
            color: #016c40;
            font-family: '微软雅黑';
            line-height: 20px;
        }

.header_nav {
    width: 100%;
    height: 50px;
    background: rgba(154,168,174,0.9);
    position: relative;
    left: 0;
    top: 0px;
    z-index: 99;
}
    /*导航下拉开始*/
    .header_nav .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .header_nav .nav {
        height: 50px;
        position: relative;
        z-index: 99;
    }

        .header_nav .nav a {
            color: #fff;
        }

        .header_nav .nav .nLi {
            float: left;
            position: relative;
            display: inline;
            width: 12.5%;
            text-align: center;
        }

            .header_nav .nav .nLi h3 {
                float: left;
                width: 100%;
                line-height: 50px;
            }

                .header_nav .nav .nLi h3 a {
                    display: block;
                    font-family: '微软雅黑';
                    font-size: 18px;
                    color: #fff;
                }

        .header_nav .nav .sub {
            display: none;
            width: 100%;
            left: 0;
            top: 50px;
            position: absolute;
            background: rgba(2,2,2,0.8) none repeat scroll 0 0 !important;
            line-height: 35px;
            padding: 5px 0;
            z-index: 999;
        }

            .header_nav .nav .sub li {
                zoom: 1;
            }

            .header_nav .nav .sub a {
                display: block;
                padding: 0 10px;
            }

                .header_nav .nav .sub a:hover {
                    background: #478774;
                    color: #fff;
                }

        .header_nav .nav .on h3 a {
            background: #478774;
            color: #fff;
        }
/*导航下拉结束*/
/*移动端导航*/
.sj_nav {
    width: 100%;
}

.icon-menu {
    float: right;
    cursor: pointer;
    width: 42px;
    height: 31px;
    background: url(../images/menu_logo.png) no-repeat right center;
    position: absolute;
    right: 4%;
    top: 0%;
    margin-top: 1%;
    color: #e3722e;
}

.sjdnav {
    width: 115px;
    height: 280px;
    position: absolute;
    right: 2%;
    top: 13%;
    z-index: 9999;
    background: rgba(46, 117, 42, 0.7) none repeat scroll 0 0 !important;
    background-color: #202020;
}

    .sjdnav ul {
        padding: 0;
        margin: 0;
    }

    .sjdnav li {
        height: 44px;
        line-height: 44px;
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .sjdnav li a {
            display: block;
            line-height: 40px;
            font-family: 'Microsoft YaHei';
            font-size: 15px;
            color: #fff;
        }

            .sjdnav li a:hover {
                background: #65aa36;
                color: #fff;
            }

.sjdnavhide {
    height: 0;
    overflow: hidden;
}

/*大图滚动开始*/
.banner {
    width: 100%;
}

.ban_img {
    width: 100%;
    padding-top: 30%;
    position: relative;
    transition-duration: 5s;

}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #e1f2fc;
    border-radius: 0;
    background: #000;
    border-radius: 50%;
    box-shadow: 5px 0 5px inset #aaa;
}

.swiper-pagination-bullet-active {
    background: #ff9d00;
}

.swiper-slide {
}

main {
    width: 100%;
}

.about {
    width: 100%;
    margin: 55px auto 40px auto;
}

    .about .title {
        text-align: center;
    }

    .about .title1 {
        background: url(../images/titile.png) no-repeat center center;
    }

        .about .title1 h1 {
            line-height: 43px;
            font-family: '微软雅黑';
            font-size: 36px;
            color: #292929;
        }

        .about .title1 h2 {
            line-height: 20px;
            font-family: 'Arial';
            font-size: 12px;
            color: #3f3f3f;
        }

    .about .title2 {
        line-height: 42px;
        font-family: '微软雅黑';
        font-size: 12px;
        color: #c2c2c2;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.about_main {
    width: 100%;
    margin-top: 44px;
}

.about_left {
    width: 48%;
    float: left;
}

    .about_left .about_b {
        width: 100%;
        position: relative;
    }

        .about_left .about_b img {
            display: block;
            width: 100%;
            height: 200px
        }

        .about_left .about_b .about_rq {
            width: 98px;
            height: 82px;
            background: #016c40;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
        }

            .about_left .about_b .about_rq b {
                font-family: 'Arial';
                font-size: 47.57px;
                color: #fff;
                line-height: 59px;
                font-weight: normal;
            }

            .about_left .about_b .about_rq span {
                font-size: 16px;
                font-family: 'Arial';
                color: #fff;
                display: block;
            }

    .about_left .about_t {
        line-height: 50px;
        font-family: '微软雅黑';
        font-size: 16px;
        color: #1d1d1d;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .about_left .about_p {
        line-height: 20px;
        font-family: '微软雅黑';
        font-size: 12px;
        color: #484848;
        height: 60px;
        overflow: hidden;
    }

        .about_left .about_p a {
            color: #016c40;
        }

.about_right {
    width: 50%;
    float: right;
}

    .about_right ul {
        display: block;
    }

        .about_right ul li {
            margin-bottom: 25px;
        }

            .about_right ul li .about_rq {
                width: 82px;
                height: 82px;
                text-align: center;
                float: left;
                margin-right: 3%;
                border: 1px solid #dfdfdf;
            }

                .about_right ul li .about_rq b {
                    font-family: 'Arial';
                    font-size: 47.57px;
                    color: #b8b8b8;
                    line-height: 59px;
                    font-weight: normal;
                    transition: all 0.5s;
                }

                .about_right ul li .about_rq span {
                    font-size: 16px;
                    font-family: 'Arial';
                    color: #b8b8b8;
                    display: block;
                    transition: all 0.5s;
                }

            .about_right ul li .about_t {
                line-height: 38px;
                font-family: '微软雅黑';
                font-size: 16px;
                color: #1d1d1d;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .about_right ul li .about_p {
                line-height: 20px;
                font-family: '微软雅黑';
                font-size: 12px;
                color: #484848;
                height: 40px;
                overflow: hidden;
            }

                .about_right ul li .about_p span {
                    color: #016c40;
                }

            .about_right ul li:hover .about_rq {
                background: #016c40
            }

                .about_right ul li:hover .about_rq b {
                    color: #fff;
                }

                .about_right ul li:hover .about_rq span {
                    color: #fff;
                }

.about .more {
    width: 100%;
    margin: 40px auto 0 auto;
}

    .about .more a {
        display: block;
        width: 135px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        border: 1px solid #282828;
        border-radius: 18px;
        margin: 0 auto;
        font-family: '微软雅黑';
        font-size: 18px;
        color: #282828;
    }

.cp {
    width: 100%;
    background: url(../images/cp_bj.jpg) 50% 50%;
    background-size: cover;
    padding: 30px 0 45px 0;
}

    .cp .title {
        text-align: center;
    }

    .cp .title1 {
        background: url(../images/title2.png) no-repeat center center;
    }

        .cp .title1 h1 {
            line-height: 43px;
            font-family: '微软雅黑';
            font-size: 36px;
            color: #fff;
        }

        .cp .title1 h2 {
            line-height: 20px;
            font-family: 'Arial';
            font-size: 12px;
            color: #e8e8e8;
        }

    .cp .title2 {
        line-height: 42px;
        font-family: '微软雅黑';
        font-size: 12px;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    /*.cp_ul { width:100%;margin-top:32px;background:#fff;}
.cp_ul li { width:20%;float:left;}
.cp_ul li img { display:block; width:100%; overflow:hidden; border-right:1px solid #dcdcdc;}
.cp_ul li .zi { width:100%; height:95px;border:1px solid #dcdcdc; padding-top:25px;text-align:center;}
.cp_ul li .zi .zi1 {line-height:30px;font-family:'微软雅黑'; font-size:20px; color:#111111;font-weight:bold; }
.cp_ul li .zi .zi2 {line-height:19px;font-family:'Arial'; font-size:20px; color:#757575;}
.cp_ul li:hover .zi { background:#016c40 }
.cp_ul li:hover .zi1 { color:#fff}
.cp_ul li:hover .zi2 { color:#fff}*/
    .cp .more {
        width: 100%;
        margin: 40px auto 0 auto;
    }

        .cp .more a {
            display: block;
            width: 135px;
            height: 37px;
            line-height: 37px;
            text-align: center;
            border: 1px solid #016c40;
            border-radius: 18px;
            margin: 0 auto;
            font-family: '微软雅黑';
            font-size: 18px;
            color: #022929;
            background: #fff;
        }

.cp_main {
    width: 100%;
    margin-top: 32px;
    background: #fff;
}

    .cp_main img {
        display: block;
        width: 100%;
        overflow: hidden;
        border-right: 1px solid #dcdcdc;
        height: 228px;
    }

    .cp_main .zi {
        width: 100%;
        height: 95px;
        border: 1px solid #dcdcdc;
        padding-top: 25px;
        text-align: center;
    }

        .cp_main .zi .zi1 {
            line-height: 30px;
            font-family: '微软雅黑';
            font-size: 20px;
            color: #111111;
            font-weight: bold;
        }

        .cp_main .zi .zi2 {
            line-height: 19px;
            font-family: 'Arial';
            font-size: 20px;
            color: #757575;
        }

    .cp_main .swiper-slide:hover .zi {
        background: #016c40
    }

    .cp_main .swiper-slide:hover .zi1 {
        color: #fff
    }

    .cp_main .swiper-slide:hover .zi2 {
        color: #fff
    }



.zzbb {
    width: 100%;
    margin: 50px auto;
}

    .zzbb .title {
        text-align: center;
    }

        .zzbb .title img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }

.zz_box {
    margin-top: 50px;
    margin-bottom: 40px;
}

.zz_left {
    width: 52%;
    float: left;
}

.x_box {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    background: url(../images/ca2.png) no-repeat right bottom;
}

    .x_box .zz_t {
        width: 86px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background: url(../images/ca1.png) no-repeat center center;
        font-family: '微软雅黑';
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        float: left;
        margin-right: 13px;
    }

    .x_box .zz_p {
        margin-top: 18px;
        line-height: 32px;
        font-family: '微软雅黑';
        font-size: 24px;
        color: #016c40;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .x_box .zz_l {
        line-height: 22px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: #343434;
    }

.zz_ul {
    margin: 19px 0 0 0;
}

    .zz_ul li {
        margin: 0 0 10px 0;
        background: url(../images/ca3.jpg) no-repeat left 5px;
        padding-left: 25px; /*overflow:hidden;text-overflow:ellipsis;white-space:nowrap;*/
    }

        .zz_ul li a {
            display: block;
            font-family: '微软雅黑';
            font-size: 12px;
            color: #2c2c2c;
        }
/*.zz_ul li::before { width:15px; height:15px;border:3px solid #379d64;border-radius:50%; content:''; display:inline-block; line-height:15px;}*/
.zz_right {
    float: right;
    width: 45%;
}

    .zz_right img {
        display: block;
        width: 100%;
        height:300px;
    }

.case {
    width: 100%;
    background: #efefef;
    padding: 0px 0;
}

    .case .title {
        text-align: center;
    }

    .case .title1 {
        background: url(../images/titile.png) no-repeat center center;
    }

        .case .title1 h1 {
            line-height: 43px;
            font-family: '微软雅黑';
            font-size: 36px;
            color: #292929;
        }

        .case .title1 h2 {
            line-height: 20px;
            font-family: 'Arial';
            font-size: 12px;
            color: #3f3f3f;
        }

    .case .title2 {
        line-height: 42px;
        font-family: '微软雅黑';
        font-size: 12px;
        color: #c2c2c2;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.case_main {
    width: 100%;
    margin: 65px auto;
    position: relative;
}

    .case_main .pic {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .case_main .pic .case_img {
            padding-top: 76%
        }

        .case_main .pic .hover {
            position: absolute;
            left: 0;
            top: 100%;
            text-align: center;
            width: 100%;
            height: 100%;
            padding-top: 58px;
        }

            .case_main .pic .hover .case_t1 {
                line-height: 31px;
                font-family: '微软雅黑';
                font-size: 22px;
                color: #fff;
                font-weight: bold;
            }

            .case_main .pic .hover .case_t2 {
                line-height: 13px;
                font-family: 'Arial';
                font-size: 10px;
                color: #fff;
                text-transform: uppercase;
            }

            .case_main .pic .hover .case_t3 {
                width: 109px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background: #fff;
                font-family: '微软雅黑';
                font-size: 15px;
                color: #272727;
                margin: 20px auto 0 auto;
                border-radius: 5px;
            }

    .case_main .swiper-slide:hover .pic .hover {
        top: 0;
        background: rgba(2,2,2,0.5)
    }

    .case_main .jiantou {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 2
    }

    .case_main .zi {
        background: #fff;
        position: relative;
        padding: 0 13px;
        height: 100%;
    }

        .case_main .zi h2 {
            line-height: 50px;
            font-family: '微软雅黑';
            font-size: 18px;
            color: #292929;
            text-align: center;
            border-bottom: 1px solid #e5e5e5;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    .case_main .more a {
        display: block;
        width: 135px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        border: 1px solid #016c40;
        border-radius: 18px;
        margin: 0 auto;
        font-family: '微软雅黑';
        font-size: 18px;
        color: #022929;
        background: #fff;
        margin-top: 25px;
    }

    .case_main .zi h3 {
        line-height: 25px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: #696969;
        margin: 12px 0 24px 0;
        height: 125px;
        overflow: hidden;
    }

        .case_main .zi h3 a {
            color: #016c40;
        }

.swiper-button-prev2 {
    width: 48px;
    height: 48px;
    background: url(../images/left.png) no-repeat left center;
    left: -80px;
}

.swiper-button-next2 {
    width: 48px;
    height: 48px;
    background: url(../images/right.png) no-repeat left center;
    right: -80px;
}

.cont {
    width: 100%;
    margin: 40px 0;
}

    .cont .title {
        text-align: center;
    }

    .cont .title1 {
        background: url(../images/titile.png) no-repeat center center;
    }

        .cont .title1 h1 {
            line-height: 43px;
            font-family: '微软雅黑';
            font-size: 36px;
            color: #292929;
        }

        .cont .title1 h2 {
            line-height: 20px;
            font-family: 'Arial';
            font-size: 12px;
            color: #3f3f3f;
        }

    .cont .title2 {
        line-height: 42px;
        font-family: '微软雅黑';
        font-size: 12px;
        color: #c2c2c2;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.cont_left {
    width: 55%;
    float: left;
    margin-top: 30px;
}

.erwei {
    width: 236px;
    float: right;
    overflow: hidden;
    margin-left: 3%;
    margin-top: 10px
}

    .erwei img {
        display: block;
        max-width: 100%;
        width: 120px;
    }

    .erwei span {
        text-align: center;
        line-height: 43px;
        font-family: '微软雅黑';
        font-size: 16px;
        color: #292929;
    }

.cont_left .zi {
    overflow: hidden;
    line-height: 24px;
    font-family: '宋体';
    font-size: 12px;
    color: #484848;
    height: 72px;
}

.cont_left .lxfs {
    overflow: hidden;
    line-height: 24px;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #016c40;
    font-weight: bold;
    margin-top: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cont_left .more {
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #202020;
    margin-top: 20px;
}

    .cont_left .more a {
        display: block;
        font-family: '微软雅黑';
        font-size: 12px;
        color: #fff;
    }

.cont_right {
    width: 43%;
    float: right;
}

footer {
    width: 100%;
    background: url(../images/foot_bj.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 300px;
    text-align: center;
}

    footer h1 {
        line-height: 42px;
        font-family: '微软雅黑';
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        margin-top: 94px;
    }

    footer h2 {
        line-height: 31px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: #fff;
    }

    footer a {
        display: block;
        width: 123px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        border: 1px solid #64676e;
        background: rgba(19,56,50,0.6);
        font-family: '微软雅黑';
        font-size: 14px;
        color: #fff;
        margin: 36px auto 0 auto;
    }

.foot {
    background: #3f3f3f;
    line-height: 36px;
    font-family: '微软雅黑';
    font-size: 11px;
    color: #fff;
}

    .foot span {
        float: right;
    }

/*手机底部导航*/
.hot {
    width: 100%;
    height: 58px;
    background: #3f3f3f;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

    .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/icon/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/icon/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;
        }

footer ul li a {
    padding: 0 10px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
}


/*cpzs*/
.cpzs {
    width: 100%;
    margin: 2% auto;
}

.cpzs_left {
    width: 20%;
    float: left;
    overflow: hidden;
}
/*产品下拉开始*/
.left {
    width: 100%;
    height: 100%;
}

.div1 {
    width: 100%;
}

.div2 {
    position: relative;
    width: 100%;
    background: #458674;
    border: 5px solid #d7d7d7;
    padding: 35px 0 35px 22px;
    line-height: 34px;
    font-family: '微软雅黑';
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

    .div2 span {
        display: block;
        line-height: 20px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: #dfdfdf;
        font-weight: 100;
        text-transform: uppercase;
    }

.div3 {
    display: block;
}

    .div3 ul {
        margin: 0;
        padding: 0;
        margin-top: 4px;
    }

    .div3 li {
        width: 100%;
        margin-bottom: 2px;
    }

        .div3 li a {
            display: block;
            background: url(../images/cp-dian2.png) no-repeat 96% center,#e4e4e4;
            padding-left: 10%;
            line-height: 45px;
            font-family: '微软雅黑';
            font-size: 14px;
            color: #2f2f2f;
            font-weight: bold;
        }

        .div3 li:hover a {
            background: url(../images/cp-dian1.jpg) no-repeat left center, url(../images/cp_dian4.png) no-repeat 96% center, #458674;
            color: #fff;
        }
        
   .div3 .lf-ul li.on{ background:#238cff;}
   .div3 .lf-ul .div4{ width: 100%; display: none; }
   .div3 .lf-ul .div4 a{ width:100%; display:block; color:#fff; padding-left:15px;white-space:nowrap;overflow:hidden; background:#888;font-size:14px; line-height:40px; margin-bottom:3px; text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;}
   .div3 .lf-ul .div4 a:hover{ background:#458674; }
/*产品下拉结束*/
.cpzs_left .lxfs {
    width: 100%;
    margin-top: 50px;
    border: 1px solid #d7d7d9;
    padding: 10%;
}

    .cpzs_left .lxfs dl dt {
        line-height: 25px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: #292929;
        font-weight: bold;
    }

    .cpzs_left .lxfs dl dd {
        line-height: 23px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: #292929;
        padding-left: 15%;
    }

    .cpzs_left .lxfs .aa {
        display: block;
        margin-top: 4%;
        border-top: 1px solid #d7d7d9;
    }

        .cpzs_left .lxfs .aa a {
            margin-top: 13px;
            width: 100%;
            line-height: 32px;
            height: 32px;
            text-align: center;
            font-family: '微软雅黑';
            font-size: 14px;
            color: #fff;
            background: #404040;
            display: block;
        }

.cpzs_right {
    width: 78%;
    float: right;
    overflow: hidden;
}

.pr {
    width: 100%;
    line-height: 37px;
    background: url(../images/cp-dian3.jpg) repeat-x bottom;
    height: 37px;
    overflow: hidden;
}

.od {
    float: left;
}

.od1 {
    font-family: 'Impact';
    font-size: 30px;
    color: #978f87;
    text-transform: uppercase;
    float: left;
}

.od2 {
    float: left;
    font-family: 'Impact';
    font-size: 18px;
    color: #978f87;
    font-weight: bold;
    text-indent: 1em;
}

    .od2 span {
        color: #c6080d;
    }

.ct {
    float: right;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #404040;
}

    .ct a {
        color: #404040;
    }

.cpzs_ul {
    width: 100%;
    margin: 2% auto;
}

    .cpzs_ul li {
        width: 31.3%;
        float: left;
        margin: 1%;
        overflow: hidden;
    }

        .cpzs_ul li a .pic {
            width: 100%;
            position: relative;
            overflow: hidden;
            border: 1px solid #e0e0e0;
            padding: 2px;
            background: #fff
        }

            .cpzs_ul li a .pic .cp_img {
                padding-top: 91%;
            }

            .cpzs_ul li a .pic img {
                transition: all 0.5s;
            }

            .cpzs_ul li a .pic .hover {
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
                height: 40px;
                background: rgba(2,2,2,0.5);
                text-align: center;
                padding: 0 25px;
            }

                .cpzs_ul li a .pic .hover h1 {
                    line-height: 40px;
                    font-family: '微软雅黑';
                    font-size: 16px;
                    color: #fff;
                }

                .cpzs_ul li a .pic .hover h2 {
                    line-height: 26px;
                    font-family: '微软雅黑';
                    font-size: 14px;
                    color: #fff;
                    margin-top: 10px;
                    text-align: left;
                }

                .cpzs_ul li a .pic .hover img {
                    display: block;
                    max-width: 100%;
                    float: right;
                    margin-top: 25px;
                }

        .cpzs_ul li:hover .pic {
            border: 1px solid #c75252;
        }

            .cpzs_ul li:hover .pic .hover {
                height: 100%;
                padding-top: 25px;
                background: #458674;
                opacity: 0.7;
            }


        .cpzs_ul li:hover img {
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }

.cp_ny {
    width: 100%;
    margin: 2% auto;
}

    .cp_ny img {
        display: block;
        max-width: 100%;
        margin: 2% auto;
    }

    .cp_ny h1 {
        display: block;
        line-height: 42px;
        font-family: '微软雅黑';
        font-size: 18px;
        color: #2d2d2d;
        font-weight: bold;
        border-bottom: 1px solid #e0e0e0;
        margin-top: 3%;
    }

    .cp_ny h2 {
        display: block;
        line-height: 35px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: #636363;
        margin-top: 2%;
    }

/*news*/
.xw_ul {
    width: 100%;
    float: left;
    margin: 2% auto;
}

    .xw_ul li {
        width: 100%;
        float: left;
        margin-bottom: 3%;
        padding-bottom: 3%;
        border-bottom: 1px dashed #d9d9d9;
    }

        .xw_ul li .xw_B {
            width: 136px;
            height: 94px;
            float: left;
            margin-right: 3%;
            overflow: hidden;
        }

            .xw_ul li .xw_B .xw_img {
                width: 100%;
                height: 94px;
                overflow: hidden;
            }

        .xw_ul li h1 {
            display: block;
            line-height: 28px;
            font-family: '微软雅黑';
            font-size: 14px;
            color: #080909;
            background: url(../images/news-dian.png) no-repeat left center;
            padding-left: 5%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .xw_ul li h2 {
            display: block;
            line-height: 20px;
            font-family: '微软雅黑';
            font-size: 12px;
            color: #6f6f6f;
            overflow: hidden;
            height: 60px;
        }

        .xw_ul li:hover .xw_B .xw_img {
            -webkit-transform: scale(1.1,1.1);
        }

.xw_ny {
    width: 100%;
    margin: 2% auto;
    text-align: center;
}

    .xw_ny img {
        display: block;
        max-width: 100%;
        margin: 2% auto;
    }

    .xw_ny h1 {
        display: inline-block;
        line-height: 42px;
        font-family: '微软雅黑';
        font-size: 18px;
        color: #2d2d2d;
        font-weight: bold;
        border-bottom: 2px solid #0196dc;
        text-align: center;
        margin: 2% auto;
    }

    .xw_ny h2 {
        display: block;
        line-height: 35px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: #636363;
        margin-top: 2%;
        text-align: left;
    }

    .xw_ny h3 {
        display: block;
        line-height: 35px;
        font-family: '微软雅黑';
        font-size: 12px;
        color: #636363;
        margin-top: 2%;
        text-align: right;
    }

/*gsjj*/
.gsjj {
    width: 100%;
    margin-top: 3%;
}

    .gsjj .text {
        line-height: 30px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: #696969;
    }

    .gsjj img {
        display: block;
        max-width: 100%;
        margin: 2% auto;
    }

/*lxwm*/
.lxwm {
    width: 100%;
    margin: 2% auto;
}

    .lxwm h1 {
        display: block;
        line-height: 42px;
        font-family: '微软雅黑';
        font-size: 18px;
        color: #292929;
    }

    .lxwm h2 {
        display: block;
        line-height: 22px;
        font-family: '微软雅黑';
        font-size: 12px;
        color: #696969;
    }

/*zxly*/
.zxly {
    width: 100%;
    margin: 2% auto;
}

    .zxly form {
        width: 60%;
        margin-top: 20px;
    }

        .zxly form ul {
            display: block;
        }

            .zxly form ul li {
                margin-bottom: 20px;
                line-height: 32px;
            }

                .zxly form ul li label {
                    width: 20%;
                    float: left;
                    font-family: '微软雅黑';
                    font-size: 14px;
                    color: #696969;
                }

                .zxly form ul li input {
                    width: 80%;
                    border: 1px solid #d7d7d7;
                }

                .zxly form ul li textarea {
                    height: 157px;
                    width: 80%;
                    border: 1px solid #d7d7d7;
                }

                .zxly form ul li button {
                    width: 103px;
                    height: 32px;
                    line-height: 32px;
                    text-align: center;
                    background: #d1d1d1;
                    margin-right: 30px;
                    font-family: '微软雅黑';
                    font-size: 14px;
                    color: #292929;
                }

                    .zxly form ul li button:hover {
                        background: #458674;
                        color: #fff;
                    }


@media (max-width:1200px) {
    .wrap {
        width: 96%
    }

    .zz_left {
        padding: 10px 0 0 0 !important;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .wrap {
        width: 96%
    }

    .about_left {
        width: 100%;
        float: none;
    }

    .about_right {
        width: 100%;
        float: none;
    }

    .cp_ul li {
        width: 33.3%;
    }

    .zz_left {
        width: 100%;
        padding: 0 !important;
    }

    .zz_right {
        width: 100%;
    }

    .cont_left {
        width: 100%;
        float: none;
    }

    .cont_right {
        width: 100%;
        float: none;
    }

    .foot {
        text-align: center;
    }

        .foot span {
            display: block;
            float: none;
        }
    /*cpzs*/
    .cpzs_left {
        width: 100%;
        float: none;
        margin: 2% auto;
    }

    .div2 {
        background: url(../images/cp-dian1.jpg) no-repeat left center, url(../images/cp_dian4.png) no-repeat 96% center, #458674;
        color: #fff;
        height: 54px;
        padding: 0 0 0 8%;
        border: none;
        line-height: 54px;
        cursor: pointer;
    }

    .div3 {
        display: none;
    }

    .cpzs_right {
        width: 100%;
        float: none;
        margin: 2% auto;
    }

    .cpzs_ul li {
        width: 31.3%;
    }
}

@media (max-width:767px) {
    .wrap {
        width: 96%
    }

    .about_left {
        width: 100%;
        float: none;
    }

    .about_right {
        width: 100%;
        float: none;
        margin: 20px 0;
    }

    .cp_ul li {
        width: 33.3%;
    }

    .zz_left {
        width: 100%;
        padding: 0 !important;
    }

    .zz_right {
        width: 100%;
        margin: 10px auto;
    }

    .cont_left {
        width: 100%;
        float: none;
    }

    .cont_right {
        width: 100%;
        float: none;
    }

    .foot {
        text-align: center;
    }

        .foot span {
            display: block;
            float: none;
        }
    /*cpzs*/

    .cpzs_left {
        width: 100%;
        float: none;
        margin: 2% auto;
    }

    .div2 {
        background: url(../images/cp-dian1.jpg) no-repeat left center, url(../images/cp_dian4.png) no-repeat 96% center, #458674;
        color: #fff;
        height: 54px;
        padding: 0 0 0 8%;
        border: none;
        line-height: 54px;
        cursor: pointer;
    }

    .div3 {
        display: none;
    }

    .cpzs_right {
        width: 100%;
        float: none;
        margin: 2% auto;
    }

    .cpzs_ul li {
        width: 48%;
    }



    /*news*/
    .news_ny {
        width: 100%;
    }

    .zxly {
        width: 100%;
    }
        /*zxly*/
        .zxly form {
            width: 100%;
        }

    .cp_main img {
        display: block;
        width: 100%;
        overflow: hidden;
        border-right: 1px solid #dcdcdc;
        height: 120px;
    }
}

@media (max-width:567px) {
}

@media (max-width:467px) {
    .logo {
        width: 80%;
    }

    .cp_main .zi {
        height: 86px;
        padding-top: 15px;
    }

        .cp_main .zi .zi1 {
            font-size: 16px;
        }

    .case_main {
        margin: 25px auto;
    }

        .case_main .zi h3 {
            height: 82px;
            margin: 0;
        }
    /*news*/
    .xw_ul li h1 {
        padding-left: 8%;
    }
}

@media (max-width:376px) {
    .icon-menu {
        right: 1%;
    }

    .logo {
        width: 85%;
    }

    .cp_main .zi .zi1 {
        font-size: 14px;
    }

    .cp_main .zi .zi2 {
        font-size: 18px;
    }

    .case_main .zi h2 {
        line-height: 55px;
    }
    .logo img {height:26px;}
    .ban_img{margin-top:20px;}
}

@media (max-width:330px) {
    .cp_main .zi .zi1 {
        font-size: 12px;
    }

    .cp_main .zi .zi2 {
        font-size: 15px;
    }

    .case_main .zi h2 {
        line-height: 36px;
    }
    /*zxly*/
    .zxly form ul li label {
        width: 23%;
    }

    .zxly form ul li input {
        width: 77%;
    }

    .zxly form ul li textarea {
        width: 77%;
    }

    .zxly form ul li button {
        width: 90px;
        margin-right: 22px;
    }
}

/*清除样式*/
.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: 50px;
        right: -260px;
        padding: 10px 10px;
        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: 160px;
        height: 160px;
        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;
        }
