﻿@charset "utf-8";

body {
    line-height: 1.1;
}

::before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.iconfont {
    font-family: 'iconfont';
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}

.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.relative {
    position: relative;
}
/*首页--开始*/
#menu {
    z-index: 999;
}

.boss-contenter {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sy-banner {
    width: 100%;
    position: relative;
}

    .sy-banner .slick-slider {
        width: 100%;
        text-align: center;
        max-height: 601px;
        position: relative;
    }

        .sy-banner .slick-slider a {
            max-width: 1680px;
            max-height: 601px;
            display: block;
            margin: 0 auto;
            text-align: center;
        }

            .sy-banner .slick-slider a img {
                max-width: 100%;
                max-height: 100%;
                display: block;
            }

        .sy-banner .slick-slider .slick-dots {
            bottom: 15px;
        }

            .sy-banner .slick-slider .slick-dots li button {
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #ccc;
            }

                .sy-banner .slick-slider .slick-dots li button:before {
                    content: " ";
                }

            .sy-banner .slick-slider .slick-dots li.slick-active button {
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #dcbe17;
            }

        .sy-banner .slick-slider .slick-prev {
            width: 70px;
            height: 70px;
            text-indent: -20000px;
            border: none;
            z-index: 99;
            position: absolute;
            left: 4%;
            top: 50%;
            margin-top: -35px;
            background: #7aaf06 url(../images/img16.png) no-repeat center center;
            cursor: pointer;
            opacity: 0.6;
            filter: Alpha(opacity=60);
        }

            .sy-banner .slick-slider .slick-prev:hover {
                opacity: 1;
                filter: Alpha(opacity=100);
            }

        .sy-banner .slick-slider .slick-next {
            width: 70px;
            height: 70px;
            text-indent: -20000px;
            border: none;
            z-index: 99;
            position: absolute;
            right: 4%;
            top: 50%;
            margin-top: -35px;
            background: #7aaf06 url(../images/img15.png) no-repeat center center;
            cursor: pointer;
            opacity: 0.6;
            filter: Alpha(opacity=60);
        }

            .sy-banner .slick-slider .slick-next:hover {
                opacity: 1;
                filter: Alpha(opacity=100);
            }

.nav-logo {
    width: 100%;
    z-index: 960;
    position: relative;
    padding-bottom: 13px;
    background: #f4f4f4;
}

    .nav-logo:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #f2f2f4;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .nav-logo .nav-box {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

        .nav-logo .nav-box .logo-n {
            width: 19%;
            float: left;
            padding: 1.3% 0;
        }

        .nav-logo .nav-box .menu-btn {
            position: absolute;
            right: 22%;
            width: 42px;
            height: 24px;
            text-align: center;
            display: none;
        }

            .nav-logo .nav-box .menu-btn a {
                display: block;
                background: url(../images/m-menu.png) no-repeat;
                background-size: 100%;
                width: 100%;
                height: 24px;
            }

        .nav-logo .nav-box .line-box {
            float: right;
            width: 75%;
            text-align: right;
            display: table;
        }

            .nav-logo .nav-box .line-box li {
                position: relative;
                display: table-cell;
            }

                .nav-logo .nav-box .line-box li:before {
                    content: "";
                    display: block;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    border: 1px solid #ccc;
                    position: absolute;
                    left: 50%;
                    margin-left: -4px;
                    bottom: 9px;
                }

                .nav-logo .nav-box .line-box li a {
                    display: block;
                    font-size: 16px;
                    color: #414141;
                    text-align: center;
                    padding: 23.3% 23%;
                }

                    .nav-logo .nav-box .line-box li a span {
                        font-size: 11px;
                        color: #c1c1c1;
                        display: block;
                    }

                .nav-logo .nav-box .line-box li .xiala-2 {
                    position: absolute;
                    left: 0;
                    top: 100%;
                    background: #5d8701;
                    filter: Alpha(opacity=85);
                    opacity: 0.85;
                    width: 100%;
                    text-align: center;
                    padding-bottom: 12px;
                    z-index: 999;
                    display: none;
                }

                    .nav-logo .nav-box .line-box li .xiala-2 p a {
                        line-height: 20px;
                        padding: 7px 0;
                        border-bottom: 1px solid #ccc;
                        color: #fff;
                        font-size: 13px;
                    }

                        .nav-logo .nav-box .line-box li .xiala-2 p a:hover {
                            color: #dcbe17;
                        }

                .nav-logo .nav-box .line-box li:hover:before {
                    content: "";
                    display: block;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    border: 1px solid #69c400;
                    position: absolute;
                    left: 50%;
                    margin-left: -4px;
                    bottom: 9px;
                }

                .nav-logo .nav-box .line-box li:hover a {
                    color: #7aaf06;
                }

            .nav-logo .nav-box .line-box .gaol1:before {
                content: "";
                display: block;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border: 1px solid #69c400;
                position: absolute;
                left: 50%;
                margin-left: -4px;
                bottom: 9px;
            }

            .nav-logo .nav-box .line-box .gaol1 a {
                color: #7aaf06;
            }

            .nav-logo .nav-box .line-box .gaol2 {
                color: #7aaf06;
            }

.ny-banner {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 0;
}

    .ny-banner figure {
        max-width: 1900px;
        margin: 0 auto;
        text-align: center;
        min-height: 100px;
        width: 100%;
    }

        .ny-banner figure img {
            max-width: 100%;
            display: block;
            min-height: 100px;
        }

.web-topb {
    width: 100%;
    margin: 0 auto;
    height: 50px;
}

    .web-topb .top-bl {
        width: 75%;
        float: left;
        background: #7aaf06;
        text-align: right;
        padding-right: 35px;
        height: 50px;
    }

        .web-topb .top-bl p {
            font-size: 12px;
            color: #fff;
            opacity: 0.6;
            filter: alpha(opacity=60);
            float: left;
            line-height: 50px;
            margin-left: 26%;
        }

        .web-topb .top-bl span a {
            color: #fff;
            opacity: 0.6;
            filter: alpha(opacity=60);
            line-height: 50px;
            font-size: 12px;
        }

            .web-topb .top-bl span a:hover {
                opacity: 0.9;
                filter: alpha(opacity=90);
                text-decoration: underline;
            }

    .web-topb .top-br {
        width: 25%;
        float: left;
        background: #7aaf06;
        text-align: left;
        padding-left: 31px;
        height: 50px;
        padding-top: 17px;
    }

        .web-topb .top-br span {
            margin-right: 15px;
        }

.sy-con1 {
    width: 100%;
    position: relative;
    padding: 3% 0 1.5%;
    max-width: 1200px;
    margin: 0 auto 3%;
}

    .sy-con1 .tt-01 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 20px;
        text-align: center;
    }

        .sy-con1 .tt-01 dt {
            font-size: 24px;
            color: #333;
            font-family: "微软雅黑";
        }

        .sy-con1 .tt-01 dd {
            font-size: 44px;
            color: #666;
        }

    .sy-con1 .sy-about1 {
        width: 33.333%;
        float: left;
    }

        .sy-con1 .sy-about1 figure {
            width: 100%;
            text-align: left;
        }

            .sy-con1 .sy-about1 figure img {
                max-width: 100%;
            }

    .sy-con1 .sy-about2 {
        width: 33.333%;
        float: left;
        padding: 2.5% 3.3% 0;
    }

        .sy-con1 .sy-about2 h3 {
            font-size: 22px;
            color: #333;
            position: relative;
            padding-bottom: 25px;
            margin-bottom: 25px;
        }

            .sy-con1 .sy-about2 h3:before {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                background: #e3e3e3;
                position: absolute;
                left: 0;
                bottom: 0;
            }

            .sy-con1 .sy-about2 h3 span {
                display: block;
                font-size: 14px;
                color: #999;
                font-weight: normal;
                margin-top: 4px;
            }

        .sy-con1 .sy-about2 p {
            font-size: 14px;
            color: #999;
            line-height: 24px;
            margin-bottom: 30px;
        }

        .sy-con1 .sy-about2 .sy-m1 {
            display: block;
            width: 167px;
            height: 47px;
            border: 1px solid #f1f1f1;
            text-align: center;
            background: url(../images/img1.png) no-repeat center center;
            transition: all 0.38s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
        }

            .sy-con1 .sy-about2 .sy-m1:hover {
                background: #7aaf06 url(../images/img1-1.png) no-repeat center center;
            }

    .sy-con1 .sy-about3 {
        width: 33.333%;
        float: left;
        background: #f7f7f7;
        padding: 2.5% 3.2% 0;
        height: 433px;
    }

        .sy-con1 .sy-about3 h3 {
            font-size: 22px;
            color: #333;
            position: relative;
            padding-bottom: 25px;
            margin-bottom: 25px;
        }

            .sy-con1 .sy-about3 h3:before {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                background: #e3e3e3;
                position: absolute;
                left: 0;
                bottom: 0;
            }

            .sy-con1 .sy-about3 h3 span {
                display: block;
                font-size: 14px;
                color: #999;
                font-weight: normal;
                margin-top: 4px;
            }

        .sy-con1 .sy-about3 .honor-box {
            width: 100%;
            position: relative;
        }

            .sy-con1 .sy-about3 .honor-box .slick-track dl {
                width: 100%;
                padding-bottom: 20px;
                border-bottom: 1px solid #e3e3e3;
                margin-bottom: 20px;
                position: relative;
            }

                .sy-con1 .sy-about3 .honor-box .slick-track dl:before {
                    content: "";
                    display: block;
                    width: 4px;
                    height: 4px;
                    background: #e3e3e3;
                    position: absolute;
                    left: 0;
                    bottom: -2px;
                }

                .sy-con1 .sy-about3 .honor-box .slick-track dl dt {
                    font-size: 26px;
                    color: #666;
                    font-family: vrinda;
                }

                .sy-con1 .sy-about3 .honor-box .slick-track dl dd {
                    font-size: 14px;
                    color: #777;
                    line-height: 19px;
                    height: 19px;
                    overflow: hidden;
                }

            .sy-con1 .sy-about3 .honor-box .slick-prev {
                width: 38px;
                height: 38px;
                text-indent: -20000px;
                border: none;
                z-index: 99;
                position: absolute;
                left: 79%;
                top: -20%;
                margin-top: -35px;
                background: #cfcfcf url(../images/img17.png) no-repeat center center;
                cursor: pointer;
            }

                .sy-con1 .sy-about3 .honor-box .slick-prev:hover {
                    background: #7aaf06 url(../images/img17.png) no-repeat center center;
                }

            .sy-con1 .sy-about3 .honor-box .slick-next {
                width: 38px;
                height: 38px;
                text-indent: -20000px;
                border: none;
                z-index: 99;
                position: absolute;
                right: -3%;
                top: -20%;
                margin-top: -35px;
                background: #cfcfcf url(../images/img18.png) no-repeat center center;
                cursor: pointer;
            }

                .sy-con1 .sy-about3 .honor-box .slick-next:hover {
                    background: #7aaf06 url(../images/img18.png) no-repeat center center;
                }

.sy-con2 {
    width: 100%;
    background: #7aaf06;
    padding-top: 3.5%;
    padding-bottom: 3.5%;
    margin-bottom: 4%;
}

    .sy-con2 .tt-02 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 3%;
        text-align: center;
    }

        .sy-con2 .tt-02 dt {
            font-size: 24px;
            color: #fff;
            font-family: "微软雅黑";
        }

        .sy-con2 .tt-02 dd {
            font-size: 44px;
            color: #fff;
        }

    .sy-con2 .sy-products {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

        .sy-con2 .sy-products .pro-list {
            width: 21%;
            float: left;
            margin: 0 2%;
        }

            .sy-con2 .sy-products .pro-list figure {
                width: 100%;
                margin-bottom: 17px;
            }

                .sy-con2 .sy-products .pro-list figure a {
                    display: block;
                    text-align: center;
                    position: relative;
                    width: 100%;
                    height: 346px;
                }

                    .sy-con2 .sy-products .pro-list figure a img {
                        transform: rotateZ(0deg);
                        -webkit-transform: rotateZ(0deg);
                        -moz-transform: rotateZ(0deg);
                        -ms-transform: rotateZ(0deg);
                        -o-transform: rotateZ(0deg);
                        transition: all 0.38s ease-in;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                    }

            .sy-con2 .sy-products .pro-list h4 {
                width: 100%;
                padding-bottom: 18px;
                margin-bottom: 12px;
                position: relative;
            }

                .sy-con2 .sy-products .pro-list h4:before {
                    content: "";
                    display: block;
                    width: 40px;
                    height: 2px;
                    background: #e3e3e3;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    margin-left: -20px;
                }

                .sy-con2 .sy-products .pro-list h4 a {
                    font-size: 22px;
                    color: #fff;
                    display: block;
                    line-height: 30px;
                    height: 28px;
                    overflow: hidden;
                }

                    .sy-con2 .sy-products .pro-list h4 a:hover {
                        text-decoration: underline;
                    }

            .sy-con2 .sy-products .pro-list p {
                font-size: 14px;
                color: #fff;
                line-height: 22px;
                height: 22px;
                overflow: hidden;
            }

            .sy-con2 .sy-products .pro-list:hover figure a img {
                -webkit-transform: rotateZ(10deg);
                opacity: 0.7;
                filter: alpha(opacity=70);
            }

.sy-con3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 7%;
}

    .sy-con3 .tt-03 {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }

        .sy-con3 .tt-03 dt {
            font-size: 24px;
            color: #333;
            font-family: "微软雅黑";
        }

        .sy-con3 .tt-03 dd {
            font-size: 44px;
            color: #666;
        }

    .sy-con3 .sy-news1 {
        width: 33.333%;
        float: left;
    }

        .sy-con3 .sy-news1 figure {
            width: 100%;
            text-align: left;
        }

            .sy-con3 .sy-news1 figure img {
                max-width: 100%;
            }

    .sy-con3 .sy-news2 {
        width: 33.333%;
        float: left;
        padding: 2% 3.3% 0;
    }

        .sy-con3 .sy-news2 h3 {
            width: 100%;
            font-size: 44px;
            color: #a3a3a3;
            font-weight: normal;
            position: relative;
            padding-bottom: 25px;
            margin-bottom: 30px;
            font-family: vrinda;
        }

            .sy-con3 .sy-news2 h3:before {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                background: #e3e3e3;
                position: absolute;
                left: 0;
                bottom: 0;
            }

            .sy-con3 .sy-news2 h3 span {
                display: block;
                font-size: 18px;
            }

        .sy-con3 .sy-news2 h6 {
            font-size: 16px;
            color: #333;
            font-weight: normal;
            margin-bottom: 25px;
        }

            .sy-con3 .sy-news2 h6 a {
                color: #333;
            }

                .sy-con3 .sy-news2 h6 a:hover {
                    color: #7aaf06;
                }

        .sy-con3 .sy-news2 p {
            font-size: 14px;
            line-height: 24px;
            color: #949494;
            margin-bottom: 50px;
            height: 48px;
            overflow: hidden;
        }

        .sy-con3 .sy-news2 .sy-m2 {
            display: block;
            width: 167px;
            height: 47px;
            border: 1px solid #f1f1f1;
            text-align: center;
            background: url(../images/img1.png) no-repeat center center;
            transition: all 0.38s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
        }

            .sy-con3 .sy-news2 .sy-m2:hover {
                background: #7aaf06 url(../images/img1-1.png) no-repeat center center;
            }

    .sy-con3 .sy-news3 {
        width: 33.333%;
        float: left;
    }

        .sy-con3 .sy-news3 .news-list {
            padding: 7% 8.3%;
            width: 100%;
        }

            .sy-con3 .sy-news3 .news-list time {
                font-size: 14px;
                color: #fff;
                background: #d0d0d0;
                padding: 3px 5px;
                margin-bottom: 20px;
                display: inline-block;
            }

            .sy-con3 .sy-news3 .news-list h3 {
                width: 100%;
                margin-bottom: 20px;
                font-weight: normal;
            }

                .sy-con3 .sy-news3 .news-list h3 a {
                    display: block;
                    height:;
                    font-size: 16px;
                    color: #333;
                    line-height: 20px;
                    height: 22px;
                    overflow: hidden;
                }

                    .sy-con3 .sy-news3 .news-list h3 a:hover {
                        color: #7aaf06;
                    }

            .sy-con3 .sy-news3 .news-list p {
                font-size: 14px;
                line-height: 24px;
                color: #949494;
                height: 72px;
                overflow: hidden;
            }

            .sy-con3 .sy-news3 .news-list:hover {
                background: #f7f7f7;
            }

                .sy-con3 .sy-news3 .news-list:hover time {
                    background: #7aaf06;
                }

            .sy-con3 .sy-news3 .news-list + .news-list {
                margin-top: 7px;
            }

.sy-con4 {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .sy-con4 .link-box {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .sy-con4 .link-box dl {
            width: 100%;
        }

            .sy-con4 .link-box dl dt {
                position: relative;
                font-size: 14px;
                color: #333;
                float: left;
                line-height: 24px;
                width: 60px;
            }

                .sy-con4 .link-box dl dt:before {
                    content: "";
                    display: block;
                    width: 55px;
                    height: 10px;
                    background: #7aaf06;
                    position: absolute;
                    left: 0;
                    top: -7px;
                }

            .sy-con4 .link-box dl dd {
                float: left;
                width: 93%;
            }

                .sy-con4 .link-box dl dd a {
                    font-size: 14px;
                    line-height: 24px;
                    color: #666;
                    margin: 0 10px 0 8px;
                }

                    .sy-con4 .link-box dl dd a:hover {
                        color: #7aaf06;
                    }

.foot-boss {
    width: 100%;
    background: #333949;
}

    .foot-boss .f-box {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 3% 0;
    }

        .foot-boss .f-box .f-b-con1 {
            width: 30%;
            float: left;
        }

            .foot-boss .f-box .f-b-con1 p {
                font-size: 12px;
                line-height: 30px;
                color: #fff;
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

            .foot-boss .f-box .f-b-con1 figure {
                width: 20%;
                padding-top: 10px;
            }

                .foot-boss .f-box .f-b-con1 figure img {
                    width: 36%;
                }

        .foot-boss .f-box .f-b-con2 {
            width: 45%;
            float: left;
            border-left: 1px solid #5c616d;
            border-right: 1px solid #5c616d;
            padding: 0 3% 0 6%;
        }

            .foot-boss .f-box .f-b-con2 p {
                font-size: 13px;
                line-height: 30px;
                color: #fff;
                opacity: 0.5;
                filter: alpha(opacity=50);
                padding-left: 28px;
            }

                .foot-boss .f-box .f-b-con2 p a {
                    color: #fff;
                }

            .foot-boss .f-box .f-b-con2 .f-tel {
                background: url(../images/img2.png) no-repeat left 7px;
            }

            .foot-boss .f-box .f-b-con2 .f-mail {
                background: url(../images/img3.png) no-repeat left 8px;
            }

            .foot-boss .f-box .f-b-con2 .f-add {
                background: url(../images/img4.png) no-repeat left 5px;
                line-height: 24px;
            }

        .foot-boss .f-box .f-b-con3 {
            width: 25%;
            float: left;
            text-align: center;
        }

            .foot-boss .f-box .f-b-con3 figure {
                width: 100%;
                text-align: center;
            }

                .foot-boss .f-box .f-b-con3 figure img {
                    width: 120px;
                    height: 120px;
                }
/*移动端底部导航*/
.foot-nav {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background: #fff;
    display: none;
}

    .foot-nav dl {
        width: 25%;
        text-align: center;
        float: left;
    }

        .foot-nav dl dt {
            width: 37%;
            margin: 0 auto;
            height: 24px;
        }

            .foot-nav dl dt a {
                display: block;
                height: 24px;
                background-size: 100%;
                width: 90%;
                margin: 0 auto;
            }

        .foot-nav dl .f-tel a {
            background: url(../images/img8.png) no-repeat center center;
            background-size: 100%;
            height: 26px;
            width: 26px;
            display: block;
        }

        .foot-nav dl .f-map a {
            background: url(../images/img9.png) no-repeat center center;
            background-size: 100%;
            height: 26px;
            width: 26px;
            display: block;
        }

        .foot-nav dl .f-share a {
            background: url(../images/img10.png) no-repeat center center;
            background-size: 100%;
            height: 26px;
            width: 26px;
            display: block;
        }

        .foot-nav dl .f-message a {
            background: url(../images/img11.png) no-repeat center center;
            background-size: 100%;
            height: 26px;
            width: 26px;
            display: block;
        }

        .foot-nav dl dd {
            font-family: "微软雅黑";
            font-size: 16px;
            color: #282828;
        }

            .foot-nav dl dd a {
                color: #282828;
            }

        .foot-nav dl:hover {
            cursor: pointer;
        }

            .foot-nav dl:hover .f-tel a {
                background: url(../images/img8-1.png) no-repeat center center;
                background-size: 100%;
                height: 26px;
                width: 26px;
                display: block;
            }

            .foot-nav dl:hover .f-map a {
                background: url(../images/img9-1.png) no-repeat center center;
                background-size: 100%;
                height: 26px;
                width: 26px;
                display: block;
            }

            .foot-nav dl:hover .f-share a {
                background: url(../images/img10-1.png) no-repeat center center;
                background-size: 100%;
                height: 26px;
                width: 26px;
                display: block;
            }

            .foot-nav dl:hover .f-message a {
                background: url(../images/img11-1.png) no-repeat center center;
                background-size: 100%;
                height: 26px;
                width: 26px;
                display: block;
            }

            .foot-nav dl:hover dd a {
                color: #69c400;
            }
/*内页关于我们*/
.ny-con1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}

    .ny-con1 .ny-nav {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: -35px;
    }

        .ny-con1 .ny-nav ul {
            margin-bottom: 0;
            text-align: center;
            background: #fff;
            padding-top: 2px;
        }

            .ny-con1 .ny-nav ul li {
                height: 54px;
                width: 222px;
                display: inline-block;
                text-align: center;
                border: 1px solid #7aaf06;
                background: #fff;
                margin: 0 1px 2px;
            }

                .ny-con1 .ny-nav ul li a {
                    font-size: 16px;
                    color: #666;
                    line-height: 54px;
                    width: 100%;
                    overflow: hidden;
                    display: block;
                    height: 54px;
                }

                .ny-con1 .ny-nav ul li:hover {
                    background: #7aaf06;
                }

                    .ny-con1 .ny-nav ul li:hover a {
                        color: #fff;
                    }

            .ny-con1 .ny-nav ul .active-1 {
                background: #7aaf06;
            }

                .ny-con1 .ny-nav ul .active-1 a {
                    color: #fff;
                }

            .ny-con1 .ny-nav ul li + li {
                border-left: 1px solid #7aaf06;
            }

        .ny-con1 .ny-nav .ny-nav2 {
            text-align: center;
            background: #fff;
            padding-top: 2px;
        }

            .ny-con1 .ny-nav .ny-nav2 a {
                display: inline-block;
                text-align: center;
                border: 1px solid #7aaf06;
                background: #fff;
                margin: 0 1px;
                font-size: 16px;
                color: #666;
                line-height: 54px;
                width: 222px;
                overflow: hidden;
                height: 54px;
            }

                .ny-con1 .ny-nav .ny-nav2 a:hover {
                    background: #7aaf06;
                    color: #fff;
                }

            .ny-con1 .ny-nav .ny-nav2 .act-sys {
                background: #7aaf06;
                color: #fff;
            }

        .ny-con1 .ny-nav .tabSec {
            width: 100%;
            padding-top: 12px;
        }

            .ny-con1 .ny-nav .tabSec .tabArt {
                width: 100%;
                display: none;
                text-align: center;
            }

                .ny-con1 .ny-nav .tabSec .tabArt a {
                    display: inline-block;
                    font-size: 12px;
                    color: #666;
                    margin: 0 10px;
                }

                    .ny-con1 .ny-nav .tabSec .tabArt a i {
                        font-style: normal;
                        margin-right: 7px;
                        font-family: "宋体";
                        font-weight: bold;
                        color: #999;
                    }

                    .ny-con1 .ny-nav .tabSec .tabArt a:hover {
                        color: #7aaf06;
                    }

    .ny-con1 .bread-b {
        width: 100%;
        text-align: right;
        margin-bottom: 25px;
    }

        .ny-con1 .bread-b span {
            display: inline-block;
            font-size: 12px;
            color: #6e6e6e;
            line-height: 17px;
            height: 18px;
            overflow: hidden;
            max-width: 160px;
        }

            .ny-con1 .bread-b span a {
                display: block;
                float: left;
                font-size: 12px;
                color: #6e6e6e;
            }

                .ny-con1 .bread-b span a:hover {
                    color: #7aaf06;
                }

            .ny-con1 .bread-b span em {
                font-style: normal;
                font-size: 12px;
                color: #6e6e6e;
                margin: 0 6px;
            }

        .ny-con1 .bread-b .home-p {
            position: relative;
        }

            .ny-con1 .bread-b .home-p:before {
                content: "";
                display: block;
                width: 13px;
                height: 13px;
                background: url(../images/pic5.jpg) no-repeat;
                position: absolute;
                left: -18px;
                top: 0px;
            }

    .ny-con1 .ny-tt {
        width: 100%;
        text-align: center;
        margin-bottom: 45px;
    }

        .ny-con1 .ny-tt h4 {
            font-size: 24px;
            color: #333;
            position: relative;
            padding-bottom: 22px;
            font-family: "微软雅黑";
            font-weight: normal;
        }

            .ny-con1 .ny-tt h4:before {
                content: "";
                display: block;
                width: 70px;
                height: 1px;
                background: #989898;
                position: absolute;
                left: 50%;
                margin-left: -35px;
                bottom: 0;
            }

    .ny-con1 .about-con1 {
        width: 100%;
        position: relative;
        padding-top: 99px;
        padding-left: 50px;
        height: 688px;
    }

        .ny-con1 .about-con1 figure {
            position: absolute;
            width: 100%;
            text-align: center;
            left: 0;
            top: 0;
            z-index: -1;
        }

            .ny-con1 .about-con1 figure img {
                max-width: 100%;
            }

        .ny-con1 .about-con1 p {
            font-size: 14px;
            color: #666;
            line-height: 48px;
            margin-bottom: 40px;
        }

    .ny-con1 .about-con2 {
        width: 100%;
        position: relative;
        padding-top: 90px;
        margin-bottom: 8%;
    }

        .ny-con1 .about-con2 figure {
            width: 39%;
            float: left;
            text-align: center;
        }

            .ny-con1 .about-con2 figure img {
                max-width: 100%;
            }

        .ny-con1 .about-con2 .ab-box1 {
            width: 52%;
            float: left;
            position: relative;
            border: 1px solid #7aaf06;
            padding: 3% 3%;
            margin-left: 2%;
        }

            .ny-con1 .about-con2 .ab-box1:before {
                content: "";
                display: block;
                width: 6px;
                height: 90px;
                background: #7aaf06;
                position: absolute;
                left: 12%;
                top: -91px;
            }

            .ny-con1 .about-con2 .ab-box1 dl {
                width: 100%;
                margin-bottom: 35px;
            }

                .ny-con1 .about-con2 .ab-box1 dl dt {
                    font-size: 16px;
                    color: #333;
                    font-weight: bold;
                    margin-bottom: 14px;
                }

                .ny-con1 .about-con2 .ab-box1 dl dd {
                    font-size: 14px;
                    color: #666;
                    line-height: 26px;
                    padding-left: 5px;
                }

    .ny-con1 .honor-boss {
        width: 100%;
        padding-bottom: 3%;
    }

        .ny-con1 .honor-boss dl {
            text-align: center;
        }

            .ny-con1 .honor-boss dl dt {
                margin-bottom: 10px;
            }

                .ny-con1 .honor-boss dl dt a {
                    position: relative;
                    text-align: center;
                    height: 306px;
                    display: block;
                }
/*相关新闻*/
.related-new {
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 2.5%;
    padding-bottom: 3%;
    margin-bottom: 2.5%;
}

    .related-new .xg-news {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .related-new .xg-news h3 {
            font-size: 20px;
            color: #333;
            position: relative;
            margin-bottom: 45px;
        }

            .related-new .xg-news h3:before {
                content: "";
                display: block;
                width: 50px;
                height: 1px;
                background: #eaeaea;
                position: absolute;
                left: 110px;
                top: 10px;
            }

            .related-new .xg-news h3:after {
                content: "";
                display: block;
                width: 178px;
                height: 1px;
                background: #eaeaea;
                position: absolute;
                left: 80px;
                top: 22px;
            }

        .related-new .xg-news .xg-n-li {
            width: 30%;
            float: left;
        }

            .related-new .xg-news .xg-n-li time {
                display: block;
                border-bottom: 1px solid #eaeaea;
                font-size: 14px;
                color: #999;
                line-height: 22px;
                margin-bottom: 20px;
                padding-bottom: 4px;
            }

            .related-new .xg-news .xg-n-li h5 {
                width: 100%;
                margin-bottom: 12px;
            }

                .related-new .xg-news .xg-n-li h5 a {
                    display: block;
                    width: 100%;
                    height: 24px;
                    line-height: 24px;
                    overflow: hidden;
                    font-size: 15px;
                    color: #333;
                }

            .related-new .xg-news .xg-n-li p {
                font-size: 13px;
                color: #7b7b7b;
                line-height: 21px;
                height: 42px;
                overflow: hidden;
                margin-bottom: 22px;
            }

            .related-new .xg-news .xg-n-li span {
                display: block;
            }

                .related-new .xg-news .xg-n-li span .ny-m1 {
                    display: block;
                    width: 108px;
                    height: 32px;
                    background: #c7c7c7;
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                    line-height: 32px;
                }

            .related-new .xg-news .xg-n-li:hover {
                cursor: pointer;
            }

                .related-new .xg-news .xg-n-li:hover h5 a {
                    color: #7aaf06;
                }

                .related-new .xg-news .xg-n-li:hover span .ny-m1 {
                    background: #7aaf06;
                }

            .related-new .xg-news .xg-n-li + .xg-n-li {
                margin-left: 4.733%;
            }

        .related-new .xg-news .xg-pro {
            width: 31.333%;
            float: left;
            margin: 0 1%;
            text-align: center;
        }

            .related-new .xg-news .xg-pro dt {
                width: 100%;
                margin-bottom: 30px;
            }

                .related-new .xg-news .xg-pro dt a {
                    display: block;
                    width: 100%;
                    height: 346px;
                    position: relative;
                    text-align: center;
                }

            .related-new .xg-news .xg-pro dd {
                width: 100%;
            }

                .related-new .xg-news .xg-pro dd a {
                    display: block;
                    height: 22px;
                    line-height: 22px;
                    font-size: 14px;
                    color: #666;
                    overflow: hidden;
                }

            .related-new .xg-news .xg-pro:hover dd a {
                color: #7aaf06;
            }
/*成功案例*/
.case-boss {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 3%;
    padding-top: 2%;
}

    .case-boss .case-boss2 {
        width: 100%;
        margin-bottom: 2.5%;
    }

        .case-boss .case-boss2 dl {
            width: 32.5%;
            float: left;
            margin-right: 1.233%;
            margin-bottom: 2%;
            position: relative;
            height: 321px;
        }

            .case-boss .case-boss2 dl dt {
                width: 100%;
                height: 100%;
                text-align: center;
                position: relative;
            }

            .case-boss .case-boss2 dl dd {
                width: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: url(../images/img23.png) repeat;
                height: 100%;
                display: none;
            }

                .case-boss .case-boss2 dl dd a {
                    display: block;
                    height: 100%;
                }

                    .case-boss .case-boss2 dl dd a p {
                        width: 100%;
                        text-align: center;
                        color: #fff;
                        padding-bottom: 60px;
                        background: url(../images/img22.png) no-repeat center bottom;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        margin-top: -50px;
                    }

                        .case-boss .case-boss2 dl dd a p span {
                            display: block;
                            width: 100%;
                            height: 20px;
                            line-height: 20px;
                            overflow: hidden;
                            font-size: 16px;
                        }

            .case-boss .case-boss2 dl:hover dd {
                display: block;
            }

        .case-boss .case-boss2 .no-mar {
            margin-right: 0;
        }

    .case-boss .case-infor {
        width: 100%;
        margin-bottom: 3%;
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

        .case-boss .case-infor figure {
            width: 100%;
            margin-bottom: 30px;
            text-align: center;
        }

            .case-boss .case-infor figure img {
                margin-bottom: 25px;
                max-width: 100%;
            }

            .case-boss .case-infor figure figcaption {
                font-size: 24px;
                color: #333;
            }

        .case-boss .case-infor p {
            font-size: 14px;
            color: #666;
            line-height: 24px;
            text-align: center;
        }

    .case-boss .news-boss {
        width: 100%;
        padding-bottom: 3%;
    }

        .case-boss .news-boss dl {
            width: 100%;
            border-top: 2px solid #000;
            border-bottom: 1px solid #757c86;
            font-size: 14px;
            color: #666;
            line-height: 48px;
        }

            .case-boss .news-boss dl dt {
                width: 80%;
                float: left;
                padding-left: 2%;
            }

            .case-boss .news-boss dl dd {
                width: 10%;
                float: left;
                text-align: center;
            }

        .case-boss .news-boss ul {
            width: 100%;
        }

            .case-boss .news-boss ul li {
                border-bottom: 1px solid #dde2e8;
                line-height: 48px;
                font-size: 14px;
                color: #666;
                clear: both;
                overflow: hidden;
            }

                .case-boss .news-boss ul li a {
                    display: block;
                    width: 80%;
                    height: 48px;
                    line-height: 48px;
                    overflow: hidden;
                    padding-left: 2%;
                    float: left;
                    color: #666;
                }

                    .case-boss .news-boss ul li a:hover {
                        color: #7aaf06;
                    }

                .case-boss .news-boss ul li time {
                    display: block;
                    width: 10%;
                    float: left;
                    text-align: center;
                }

                .case-boss .news-boss ul li span {
                    display: block;
                    width: 10%;
                    float: left;
                    text-align: center;
                }

    .case-boss .news-infor {
        width: 100%;
        font-size: 13px;
        line-height: 24px;
        color: #666;
    }

        .case-boss .news-infor h3 {
            font-size: 20px;
            color: #333;
            line-height: 20px;
            text-align: center;
            margin-bottom: 20px;
        }

        .case-boss .news-infor .new-msg {
            width: 100%;
            text-align: center;
            padding-bottom: 15px;
            border-bottom: 1px dotted #bfbebe;
        }

            .case-boss .news-infor .new-msg span {
                margin: 0 14px;
                font-size: 12px;
                color: #ababab;
                line-height: 20px;
            }

        .case-boss .news-infor p {
            font-size: 13px;
            line-height: 24px;
            color: #666;
            margin-bottom: 5px;
        }

        .case-boss .news-infor figure {
            width: 100%;
            text-align: center;
            margin-bottom: 35px;
            padding-top: 2%;
        }

            .case-boss .news-infor figure img {
                max-width: 100%;
            }
/*分页*/
.paging-b {
    width: 100%;
    text-align: center;
    padding: 1% 0 3%;
}

    .paging-b span {
        margin: 0 2px;
    }

        .paging-b span a {
            display: inline-block;
            background: #e9e9e9;
            padding: 5px 12px;
            font-size: 14px;
            color: #666;
        }

            .paging-b span a:hover {
                background: #7aaf06;
                color: #fff;
            }

    .paging-b .cpb a {
        background: #7aaf06;
        color: #fff;
    }

.prev-next {
    width: 100%;
    padding: 2% 0 2%;
}

    .prev-next dl {
        width: 50%;
        float: left;
        height: 39px;
        background: #f6f6f6;
        font-size: 13px;
        color: #333;
        line-height: 39px;
    }

        .prev-next dl dt {
            width: 80px;
            float: left;
            font-weight: bold;
            line-height: 39px;
            text-align: right;
        }

        .prev-next dl dd {
            width: 80%;
            float: left;
        }

            .prev-next dl dd a {
                display: block;
                color: #333;
                width: 100%;
                height: 39px;
                line-height: 39px;
                overflow: hidden;
            }

        .prev-next dl:hover {
            background: #7aaf06;
            color: #fff;
        }

            .prev-next dl:hover dd a {
                color: #fff;
            }
/*相关案例*/
.related-case {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 3%;
}

    .related-case .xg-case {
        width: 100%;
    }

        .related-case .xg-case h3 {
            font-size: 20px;
            color: #333;
            position: relative;
            margin-bottom: 30px;
        }

            .related-case .xg-case h3:before {
                content: "";
                display: block;
                width: 50px;
                height: 1px;
                background: #eaeaea;
                position: absolute;
                left: 110px;
                top: 10px;
            }

            .related-case .xg-case h3:after {
                content: "";
                display: block;
                width: 178px;
                height: 1px;
                background: #eaeaea;
                position: absolute;
                left: 80px;
                top: 22px;
            }

        .related-case .xg-case .add-line {
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 10px;
        }

        .related-case .xg-case dl {
            width: 32.5%;
            float: left;
            margin-bottom: 2%;
            position: relative;
            height: 321px;
        }

            .related-case .xg-case dl dt {
                width: 100%;
                height: 100%;
                text-align: center;
                position: relative;
            }

            .related-case .xg-case dl dd {
                width: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: url(../images/img23.png) repeat;
                height: 100%;
                display: none;
            }

                .related-case .xg-case dl dd a {
                    display: block;
                    height: 100%;
                }

                    .related-case .xg-case dl dd a p {
                        width: 100%;
                        text-align: center;
                        color: #fff;
                        padding-bottom: 60px;
                        background: url(../images/img22.png) no-repeat center bottom;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        margin-top: -50px;
                    }

                        .related-case .xg-case dl dd a p span {
                            display: block;
                            width: 100%;
                            height: 20px;
                            line-height: 20px;
                            overflow: hidden;
                            font-size: 16px;
                        }

            .related-case .xg-case dl:hover dd {
                display: block;
            }

            .related-case .xg-case dl + dl {
                margin-left: 1.233%;
            }

        .related-case .xg-case .xg-news2 {
            width: 100%;
        }

            .related-case .xg-case .xg-news2 li {
                margin-bottom: 10px;
                height: 38px;
                line-height: 38px;
            }

                .related-case .xg-case .xg-news2 li a {
                    display: block;
                    width: 85%;
                    float: left;
                    color: #666;
                    font-size: 14px;
                    height: 38px;
                    overflow: hidden;
                    padding-left: 15px;
                    background: url(../images/pic32.jpg) no-repeat left center;
                }

                    .related-case .xg-case .xg-news2 li a:hover {
                        color: #7aaf06;
                    }

                .related-case .xg-case .xg-news2 li time {
                    display: block;
                    width: 15%;
                    float: right;
                    text-align: right;
                    color: #999;
                    font-size: 13px;
                }

    .related-case .xg-pro2 {
        width: 100%;
        padding-top: 4%;
    }

        .related-case .xg-pro2 h3 {
            font-size: 20px;
            color: #333;
            position: relative;
            margin-bottom: 50px;
        }

            .related-case .xg-pro2 h3:before {
                content: "";
                display: block;
                width: 50px;
                height: 1px;
                background: #eaeaea;
                position: absolute;
                left: 110px;
                top: 10px;
            }

            .related-case .xg-pro2 h3:after {
                content: "";
                display: block;
                width: 178px;
                height: 1px;
                background: #eaeaea;
                position: absolute;
                left: 80px;
                top: 22px;
            }

        .related-case .xg-pro2 .xg-pro {
            width: 31.333%;
            float: left;
            margin: 0 1%;
            text-align: center;
        }

            .related-case .xg-pro2 .xg-pro dt {
                width: 100%;
                margin-bottom: 30px;
            }

                .related-case .xg-pro2 .xg-pro dt a {
                    display: block;
                    width: 100%;
                    height: 346px;
                    position: relative;
                    text-align: center;
                }

            .related-case .xg-pro2 .xg-pro dd {
                width: 100%;
            }

                .related-case .xg-pro2 .xg-pro dd a {
                    display: block;
                    height: 22px;
                    line-height: 22px;
                    font-size: 14px;
                    color: #666;
                }

            .related-case .xg-pro2 .xg-pro:hover dd a {
                color: #7aaf06;
            }

.more-padd {
    padding-bottom: 3%;
}
/*联系我们*/
.contact-con1 {
    width: 100%;
    padding-bottom: 7%;
}

    .contact-con1 .con-map {
        width: 100%;
        height: 418px;
    }

        .contact-con1 .con-map #map1_container {
            height: 418px;
        }

    .contact-con1 ul {
        width: 100%;
        border-bottom: 1px solid #d4d4d4;
        padding: 16px 0 10px;
        margin-bottom: 12px;
    }

        .contact-con1 ul li {
            float: left;
            line-height: 30px;
            font-size: 16px;
            color: #727272;
            padding-left: 35px;
        }

            .contact-con1 ul li a {
                color: #727272;
            }

        .contact-con1 ul .contact-b1 {
            background: url(../images/img12.png) no-repeat left 2px;
            width: 22%;
        }

        .contact-con1 ul .contact-b2 {
            background: url(../images/img13.png) no-repeat left 2px;
            width: 30%;
        }

        .contact-con1 ul .contact-b3 {
            background: url(../images/img14.png) no-repeat left 2px;
            width: 48%;
        }

    .contact-con1 p {
        font-size: 14px;
        color: #717171;
        line-height: 21px;
        text-align: center;
    }

.contact-con2 {
    width: 100%;
    margin-bottom: 7%;
}

    .contact-con2 p {
        font-size: 14px;
        color: #717171;
        line-height: 21px;
        text-align: center;
        margin-bottom: 25px;
    }

    .contact-con2 ul {
        width: 80%;
        margin: 0 auto;
    }

        .contact-con2 ul li {
            margin-bottom: 12px;
            position: relative;
        }

            .contact-con2 ul li input {
                border: 1px solid #e1e1e1;
                background: #fff;
                font-size: 14px;
                color: #999;
                padding-left: 42px;
                padding-bottom: 9px;
                padding-top: 9px;
                padding-right: 15px;
                border-radius: 3px;
                height: 36px;
            }

            .contact-con2 ul li textarea {
                border: 1px solid #e1e1e1;
                background: #fff;
                font-size: 14px;
                color: #999;
                padding-left: 42px;
                padding-bottom: 9px;
                padding-top: 9px;
                padding-right: 15px;
                border-radius: 3px;
                min-height: 120px;
            }

                .contact-con2 ul li input:focus,
                .contact-con2 ul li input:active,
                .contact-con2 ul li textarea:focus,
                .contact-con2 ul li textarea:active {
                    border: 1px solid #7aaf06;
                    color: #333;
                }

            .contact-con2 ul li em {
                font-style: normal;
                font-size: 16px;
                color: #d30303;
                position: absolute;
                top: 9px;
                left: 96%;
            }

            .contact-con2 ul li span {
                display: inline-block;
                border: 1px solid #d30303;
                border-radius: 3px;
                background: #fff;
                font-size: 12px;
                color: #d30303;
                position: absolute;
                right: 2%;
                top: -6px;
                z-index: 999;
                padding: 2px 6px;
            }

        .contact-con2 ul .mem-f1 {
            width: 48%;
            float: left;
        }

            .contact-con2 ul .mem-f1 input {
                width: 100%;
            }

        .contact-con2 ul .mem-f2 {
            width: 100%;
            clear: both;
        }

            .contact-con2 ul .mem-f2 textarea {
                width: 100%;
            }

            .contact-con2 ul .mem-f2 span {
                right: 1%;
            }

            .contact-con2 ul .mem-f2 em {
                left: 98%;
            }

        .contact-con2 ul .fl-r {
            float: right;
        }

        .contact-con2 ul .mem-f3 input {
            width: 48%;
            float: left;
            display: block;
            padding-left: 20px;
        }

        .contact-con2 ul .mem-f3 img {
            display: block;
            margin: 0 10px;
            float: left;
            cursor: pointer;
        }

        .contact-con2 ul .mem-f3 a {
            display: block;
            font-size: 12px;
            color: #999;
            line-height: 36px;
        }

            .contact-con2 ul .mem-f3 a:hover {
                color: #7aaf06;
            }

        .contact-con2 ul .mem-f3 em {
            left: 46%;
        }

        .contact-con2 ul .mem-f3 span {
            right: 0;
            top: 5px;
        }

        .contact-con2 ul .mem-f4 {
            width: 100%;
            padding-top: 20px;
        }

            .contact-con2 ul .mem-f4 button {
                width: 100%;
                height: 36px;
                border-radius: 3px;
                background: #7aaf06;
                color: #fff;
                font-size: 14px;
                border: none;
            }

                .contact-con2 ul .mem-f4 button:hover {
                    background: #5d8701;
                    cursor: pointer;
                }

        .contact-con2 ul .m-tb1 input {
            background: url(../images/pic14.jpg) no-repeat 14px center;
        }

        .contact-con2 ul .m-tb2 input {
            background: url(../images/pic15.jpg) no-repeat 14px center;
        }

        .contact-con2 ul .m-tb3 input {
            background: url(../images/pic16.jpg) no-repeat 14px center;
        }

        .contact-con2 ul .m-tb4 input {
            background: url(../images/pic17.jpg) no-repeat 14px center;
        }

        .contact-con2 ul .m-tb5 textarea {
            background: url(../images/pic18.jpg) no-repeat 14px 10px;
        }
/*客户服务*/
.service-boss {
    width: 100%;
    padding: 2% 0;
}

    .service-boss .service-c1 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 3%;
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

        .service-boss .service-c1 .ser-fl {
            width: 65%;
            float: left;
        }

            .service-boss .service-c1 .ser-fl p {
                font-size: 14px;
                color: #666;
                line-height: 26px;
                margin-bottom: 30px;
            }

            .service-boss .service-c1 .ser-fl dl {
                width: 100%;
                margin-bottom: 25px;
            }

                .service-boss .service-c1 .ser-fl dl dt {
                    font-weight: bold;
                }

                .service-boss .service-c1 .ser-fl dl dd {
                    font-weight: bold;
                    margin-left: 5%;
                }

        .service-boss .service-c1 figure {
            width: 35%;
            float: left;
            text-align: center;
        }

    .service-boss .service-c2 {
        width: 100%;
        background: #f2f2f2;
        padding: 2% 0 0;
    }

        .service-boss .service-c2 h4 {
            font-size: 24px;
            line-height: 24px;
            color: #333;
            text-align: center;
            margin-bottom: 70px;
            font-weight: normal;
        }

        .service-boss .service-c2 ul {
            width: 100%;
            max-width: 1083px;
            margin: 0 auto;
        }

            .service-boss .service-c2 ul li {
                width: 367px;
                height: 184px;
                float: left;
                text-align: center;
                color: #fff;
                font-size: 14px;
                padding: 90px 9% 0;
            }

            .service-boss .service-c2 ul .bg-blue {
                background: url(../images/img7.png) no-repeat;
            }

            .service-boss .service-c2 ul .bg-green {
                background: url(../images/img7-1.png) no-repeat;
            }

            .service-boss .service-c2 ul li + li {
                margin-left: -129px;
            }

    .service-boss .service-c3 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 3% 0;
    }

        .service-boss .service-c3 h4 {
            font-size: 24px;
            line-height: 24px;
            color: #333;
            text-align: center;
            margin-bottom: 70px;
            font-weight: normal;
        }

        .service-boss .service-c3 figure {
            width: 368px;
            height: 295px;
            text-align: center;
            position: relative;
            left: 50%;
            margin-left: -184px;
            z-index: -1;
        }

        .service-boss .service-c3 p {
            font-size: 14px;
            color: #666;
            line-height: 24px;
        }

        .service-boss .service-c3 .ser-msg1 {
            width: 34%;
            position: absolute;
            left: 0;
            top: 310px;
        }

        .service-boss .service-c3 .ser-msg2 {
            width: 40%;
            position: absolute;
            right: 0;
            top: 163px;
        }

        .service-boss .service-c3 .ser-msg3 {
            width: 34%;
            position: absolute;
            right: 0;
            top: 350px;
        }
/*产品展示*/
.product-boss {
    width: 100%;
    background: #f9f9f9;
    padding-top: 4%;
}

    .product-boss .pro-list2 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 30px;
    }

        .product-boss .pro-list2 dl {
            width: 26.3%;
            float: left;
            margin-right: 10.5%;
            margin-bottom: 45px;
        }

            .product-boss .pro-list2 dl dt {
                width: 100%;
                margin-bottom: 25px;
            }

                .product-boss .pro-list2 dl dt a {
                    display: block;
                    width: 100%;
                    position: relative;
                    height: 315px;
                    text-align: center;
                    border-radius: 50%;
                    overflow: hidden;
                    border: 1px solid #919191;
                    padding: 2px;
                }

            .product-boss .pro-list2 dl dd {
                width: 100%;
                text-align: center;
            }

                .product-boss .pro-list2 dl dd a {
                    display: block;
                    width: 100%;
                    height: 22px;
                    font-size: 18px;
                    color: #000;
                    overflow: hidden;
                    margin-bottom: 7px;
                    line-height: 24px;
                }

                .product-boss .pro-list2 dl dd span {
                    display: block;
                    width: 100%;
                    height: 22px;
                    font-size: 14px;
                    color: #666;
                    overflow: hidden;
                    line-height: 25px;
                }

            .product-boss .pro-list2 dl:hover dt a {
                border: 1px solid #7aaf06;
            }

                .product-boss .pro-list2 dl:hover dt a img {
                    opacity: 0.8;
                    filter: alpha(opacity=80);
                }

            .product-boss .pro-list2 dl:hover dd a {
                color: #7aaf06;
            }

        .product-boss .pro-list2 .no-mar2 {
            margin-right: 0;
        }

    .product-boss .pro-show {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

        .product-boss .pro-show .preview {
            width: 49.5%;
            height: 425px;
            float: left;
            position: relative;
        }

        .product-boss .pro-show .smallImg {
            position: relative;
            height: 425px;
            width: 146px;
            overflow: hidden;
            float: right;
        }

        .product-boss .pro-show #imageMenu {
            height: 100%;
            width: 100%;
            overflow: hidden;
        }

            .product-boss .pro-show #imageMenu li {
                height: 100%;
                width: 100%;
                overflow: hidden;
                text-align: center;
                margin-bottom: 1px;
                position: relative;
                height: 141px;
            }

                .product-boss .pro-show #imageMenu li img {
                    max-width: 100%;
                    cursor: pointer;
                }

                .product-boss .pro-show #imageMenu li#onlickImg img,
                .product-boss .pro-show #imageMenu li:hover img {
                    max-width: 100%;
                    border: 3px solid #69c400;
                }
        /* bigImg */
        .product-boss .pro-show .bigImg {
            position: relative;
            float: left;
            width: 440px;
            text-align: center;
            height: 425px;
            overflow: hidden;
        }

            .product-boss .pro-show .bigImg #midimg {
                max-width: 100%;
            }

            .product-boss .pro-show .bigImg #winSelector {
                width: 235px;
                height: 210px;
            }

        .product-boss .pro-show #winSelector {
            position: absolute;
            cursor: crosshair;
            filter: alpha(opacity=15);
            -moz-opacity: 0.15;
            opacity: 0.15;
            background-color: #000;
            border: 1px solid #fff;
        }
        /* bigView */
        .product-boss .pro-show #bigView {
            position: absolute;
            /*left: 55%;*/
            border: 1px solid #eee;
            overflow: hidden;
            z-index: 999;
            /*width: 513px !important;
            height: 419px !important;*/
        }

            .product-boss .pro-show #bigView img {
                position: absolute;
            }

        .product-boss .pro-show .pro-aside {
            width: 49%;
            float: left;
            padding-top: 2%;
            padding-left: 3%;
        }

            .product-boss .pro-show .pro-aside h3 {
                font-size: 30px;
                color: #2c2c2c;
                margin-bottom: 5%;
                font-weight: normal;
            }

            .product-boss .pro-show .pro-aside p {
                font-size: 13px;
                color: #4f4f4f;
                line-height: 24px;
                margin-bottom: 7%;
            }

    .product-boss .pro-msg1 {
        width: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

        .product-boss .pro-msg1 h4 {
            width: 100%;
            height: 44px;
            background: #f6f6f6;
            position: relative;
            font-size: 16px;
            color: #333;
            padding-left: 20px;
            line-height: 44px;
            margin-bottom: 25px;
        }

            .product-boss .pro-msg1 h4:before {
                content: "";
                display: block;
                width: 3px;
                height: 22px;
                background: #7aaf06;
                position: absolute;
                left: 0;
                top: 12px;
            }

        .product-boss .pro-msg1 figure {
            width: 100%;
            text-align: center;
            padding-top: 2%;
        }

            .product-boss .pro-msg1 figure img {
                max-width: 100%;
            }

    .product-boss .pro-msg2 {
        width: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

        .product-boss .pro-msg2 h4 {
            width: 100%;
            height: 44px;
            background: #f6f6f6;
            position: relative;
            font-size: 16px;
            color: #333;
            padding-left: 20px;
            line-height: 44px;
            margin-bottom: 40px;
        }

            .product-boss .pro-msg2 h4:before {
                content: "";
                display: block;
                width: 3px;
                height: 22px;
                background: #7aaf06;
                position: absolute;
                left: 0;
                top: 12px;
            }

        .product-boss .pro-msg2 dl {
            width: 100%;
            margin-bottom: 12px;
            clear: both;
        }

            .product-boss .pro-msg2 dl dt {
                width: 38%;
                float: left;
                text-align: right;
                font-size: 14px;
                color: #373737;
                line-height: 36px;
            }

            .product-boss .pro-msg2 dl dd {
                width: 62%;
                float: left;
                padding-left: 1%;
                position: relative;
            }

                .product-boss .pro-msg2 dl dd input {
                    border: 1px solid #dbdbdb;
                    background: #fff;
                    padding: 9px;
                    font-size: 12px;
                    color: #333;
                    display: block;
                    float: left;
                    height: 36px;
                }

                .product-boss .pro-msg2 dl dd textarea {
                    border: 1px solid #dbdbdb;
                    background: #fff;
                    padding: 9px;
                    font-size: 12px;
                    color: #333;
                    min-height: 170px;
                    display: block;
                    float: left;
                    line-height: 22px;
                }

                    .product-boss .pro-msg2 dl dd input:focus,
                    .product-boss .pro-msg2 dl dd input:active,
                    .product-boss .pro-msg2 dl dd textarea:focus,
                    .product-boss .pro-msg2 dl dd textarea:active {
                        border: 1px solid #7aaf06;
                    }

                .product-boss .pro-msg2 dl dd em {
                    font-style: normal;
                    font-size: 14px;
                    color: #d30303;
                    float: left;
                    margin-left: 7px;
                    display: block;
                    line-height: 36px;
                }

                .product-boss .pro-msg2 dl dd span {
                    display: inline-block;
                    border: 1px solid #d30303;
                    border-radius: 3px;
                    background: #fff;
                    font-size: 12px;
                    color: #d30303;
                    position: absolute;
                    top: 6px;
                    z-index: 999;
                    padding: 2px 6px;
                }

            .product-boss .pro-msg2 dl .pro-f1 input {
                width: 40%;
            }

            .product-boss .pro-msg2 dl .pro-f1 span {
                left: 44%;
            }

            .product-boss .pro-msg2 dl .pro-f2 input {
                width: 55%;
            }

            .product-boss .pro-msg2 dl .pro-f2 span {
                left: 59%;
            }

            .product-boss .pro-msg2 dl .pro-f3 textarea {
                width: 55%;
            }

            .product-boss .pro-msg2 dl .pro-f3 span {
                left: 59%;
            }

            .product-boss .pro-msg2 dl .pro-f4 input {
                width: 20%;
            }

            .product-boss .pro-msg2 dl .pro-f4 img {
                display: block;
                float: left;
                cursor: pointer;
                margin: 0 7px;
                height: 36px;
            }

            .product-boss .pro-msg2 dl .pro-f4 a {
                display: block;
                float: left;
                line-height: 36px;
                font-size: 12px;
                color: #999;
            }

                .product-boss .pro-msg2 dl .pro-f4 a:hover {
                    color: #7aaf06;
                }

            .product-boss .pro-msg2 dl .pro-f4 span {
                left: 59%;
            }

            .product-boss .pro-msg2 dl .pro-f5 {
                width: 100%;
                text-align: center;
                padding-top: 15px;
            }

                .product-boss .pro-msg2 dl .pro-f5 button {
                    border: none;
                    height: 36px;
                    width: 124px;
                    margin-right: 10px;
                    font-size: 14px;
                    color: #fff;
                    cursor: pointer;
                }

                .product-boss .pro-msg2 dl .pro-f5 .pro-btn1 {
                    background: #7aaf06;
                }

                    .product-boss .pro-msg2 dl .pro-f5 .pro-btn1:hover {
                        background: #5d8701;
                    }

                .product-boss .pro-msg2 dl .pro-f5 .pro-btn2 {
                    background: #727272;
                }

                    .product-boss .pro-msg2 dl .pro-f5 .pro-btn2:hover {
                        background: #7aaf06;
                    }

.no-bg {
    background: none;
    max-width: 1200px;
    margin: 0 auto;
}
/*map*/
.w1004 {
    max-width: 1200px;
    margin: 20px auto;
    border: solid 2px #cfcfcf;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
}

.map {
    margin: 0 auto;
}

    .map dl {
        margin: 20px 0 20px 0;
        overflow: hidden;
        line-height: 30px;
    }

        .map dl:hover {
            background: #faf5f5;
        }

            .map dl:hover dt a {
                color: #fff;
                font-weight: bold;
            }

    .map dt {
        font-size: 14px;
        float: left;
        width: 10%;
        text-align: center;
        background: #5d8701;
    }

        .map dt:hover {
            background: #7aaf06;
        }

        .map dt a {
            color: #fff;
            display: block;
        }

            .map dt a:hover {
                color: #fff;
                font-weight: bold;
            }

    .map dd {
        font-size: 12px;
        overflow: hidden;
        float: left;
        width: 85%;
    }

        .map dd .p2 {
            padding: 0 0 0 20px;
            clear: both;
        }

            .map dd .p2 a {
                color: #25231f;
                font-weight: bold;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .map dd .p2 a:hover {
                    color: #000;
                }

        .map dd div {
            clear: both;
            overflow: hidden;
            padding: 0px 20px 0 10px;
        }

            .map dd div a {
                color: #333;
                float: left;
                padding: 0 10px 0 10px;
            }

                .map dd div a:hover {
                    color: #003e7e;
                    background: #7aaf06;
                    color: #fff;
                }

@media (min-width: 1381px) and (max-width: 1680px) {
    .web-topb .top-bl p {
        margin-left: 14%;
    }
}

@media (min-width: 1161px) and (max-width: 1380px) {
    .product-boss .pro-show .preview {
        width: 50.5%;
    }

    .service-boss .service-c3 .ser-msg2 {
        top: 143px;
    }

    .service-boss .service-c3 .ser-msg3 {
        top: 327px;
    }

    .web-topb .top-bl p {
        margin-left: 8%;
    }
}

@media (min-width: 1028px) and (max-width: 1160px) {
    .nav-logo .nav-box .line-box li a {
        padding: 23.3% 20%;
    }

    .web-topb .top-bl p {
        margin-left: 8%;
    }

    .web-topb .top-br {
        padding-top: 15px;
    }

    .sy-con1 .sy-about2 {
        padding-top: 0;
    }

        .sy-con1 .sy-about2 h3 {
            padding-bottom: 12px;
            margin-bottom: 12px;
        }

        .sy-con1 .sy-about2 p {
            margin-bottom: 15px;
        }

    .sy-con1 .sy-about3 {
        padding-top: 1%;
        height: 376px;
        overflow: hidden;
    }

        .sy-con1 .sy-about3 h3 {
            padding-bottom: 12px;
            margin-bottom: 12px;
        }

        .sy-con1 .sy-about3 .honor-box .slick-track dl {
            margin-bottom: 13px;
            padding-bottom: 6px;
            padding-top: 8px;
        }

        .sy-con1 .sy-about3 .honor-box .slick-prev {
            left: 73%;
            top: -13%;
        }

        .sy-con1 .sy-about3 .honor-box .slick-next {
            top: -13%;
        }

    .ny-con1 .ny-nav ul li {
        margin: 0 2px 4px;
    }

    .product-boss {
        padding-left: 1%;
        padding-right: 1%;
    }

        .product-boss .pro-list2 {
            text-align: center;
        }

            .product-boss .pro-list2 dl {
                width: 315px;
                margin-right: 1.2%;
                margin-left: 1.2%;
                display: inline-block;
                float: none;
            }

                .product-boss .pro-list2 dl dt a {
                    height: 315px;
                }

            .product-boss .pro-list2 .no-mar2 {
                margin-right: 1.2%;
            }

        .product-boss .pro-show .preview {
            width: 595px;
        }

        .product-boss .pro-show #bigView {
            display: none !important;
        }

        .product-boss .pro-show .bigImg #winSelector {
            display: none !important;
        }

        .product-boss .pro-show .pro-aside {
            width: 40%;
            padding-right: 1%;
        }

        .product-boss .pro-msg2 dl dt {
            width: 20%;
        }

        .product-boss .pro-msg2 dl dd {
            width: 77%;
        }

        .product-boss .pro-msg2 dl .pro-f1 input {
            width: 74%;
        }

        .product-boss .pro-msg2 dl .pro-f1 span {
            left: 54%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f2 input {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f2 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f3 textarea {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f3 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f4 input {
            width: 25%;
        }

        .product-boss .pro-msg2 dl .pro-f4 span {
            left: 26%;
            top: 6px;
        }

    .service-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .service-boss .service-c2 {
            padding-top: 6%;
        }

            .service-boss .service-c2 ul li {
                width: 48%;
                padding-left: 11%;
                padding-right: 11%;
                margin-bottom: 12px;
                margin-left: 1%;
                margin-right: 1%;
                padding-top: 30px;
                padding-bottom: 30px;
                height: auto;
            }

            .service-boss .service-c2 ul .bg-blue {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul .bg-green {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul li + li {
                margin-left: 1%;
            }

        .service-boss .service-c3 figure {
            margin-bottom: 15px;
            overflow: hidden;
            width: 100%;
            text-align: center;
            left: 0;
            margin-left: 0;
        }

            .service-boss .service-c3 figure img {
                max-width: 100%;
            }

        .service-boss .service-c3 .ser-msg1 {
            width: 30%;
            top: 272px;
        }

        .service-boss .service-c3 .ser-msg2 {
            width: 38%;
            top: 134px;
        }

        .service-boss .service-c3 .ser-msg3 {
            width: 29%;
            top: 308px;
        }

    .case-boss {
        padding-left: 1%;
        padding-right: 1%;
        padding-bottom: 3%;
    }

        .case-boss .case-boss2 {
            margin-bottom: 2%;
        }

            .case-boss .case-boss2 dl {
                height: 275px;
            }
}

@media (min-width: 960px) and (max-width: 1027px) {
    .nav-logo .nav-box .logo-n {
        margin-left: 2%;
    }

    .nav-logo .nav-box .line-box li a {
        padding: 23.3% 16%;
    }

    .sy-con1 .sy-about2 {
        padding-top: 0;
    }

        .sy-con1 .sy-about2 h3 {
            padding-bottom: 12px;
            margin-bottom: 12px;
        }

        .sy-con1 .sy-about2 p {
            margin-bottom: 15px;
        }

    .sy-con1 .sy-about3 {
        padding-top: 1%;
        height: 360px;
        overflow: hidden;
    }

        .sy-con1 .sy-about3 h3 {
            padding-bottom: 12px;
            margin-bottom: 12px;
        }

        .sy-con1 .sy-about3 .honor-box .slick-track dl {
            margin-bottom: 13px;
            padding-bottom: 6px;
            padding-top: 8px;
        }

        .sy-con1 .sy-about3 .honor-box .slick-prev {
            left: 73%;
            top: -13%;
        }

        .sy-con1 .sy-about3 .honor-box .slick-next {
            top: -13%;
        }

    .sy-con3 .sy-news2 p {
        margin-bottom: 26px;
    }

    .sy-con3 .sy-news3 .news-list {
        padding: 4% 8.3%;
    }

        .sy-con3 .sy-news3 .news-list + .news-list {
            margin-top: 3px;
        }

    .foot-boss .f-box .f-b-con1 {
        padding-left: 1%;
    }

    .foot-boss .f-box .f-b-con2 {
        padding: 0 3% 0 4%;
    }

    .ny-con1 .ny-nav ul li {
        height: 58px;
        line-height: 58px;
        margin: 0 2px 4px;
    }

        .ny-con1 .ny-nav ul li a {
            height: 58px;
            line-height: 58px;
        }

    .ny-con1 .about-con1 {
        padding-top: 50px;
    }

    .ny-con1 .about-con2 {
        padding-top: 15px;
    }

        .ny-con1 .about-con2 figure {
            width: 100%;
            float: none;
            margin-bottom: 15px;
        }

        .ny-con1 .about-con2 .ab-box1 {
            width: 100%;
            float: none;
            margin-left: 0;
        }

            .ny-con1 .about-con2 .ab-box1:before {
                display: none;
            }

    .ny-con1 .honor-boss {
        width: 100% !important;
    }

        .ny-con1 .honor-boss dl {
            margin-bottom: 2rem;
            width: 25%;
            float: left;
        }

    .container {
        width: 100% !important;
    }

    .product-boss {
        padding-left: 1%;
        padding-right: 1%;
    }

        .product-boss .pro-list2 dl {
            width: 32.3%;
            margin-right: 1.5%;
        }

        .product-boss .pro-show .preview {
            width: 62%;
        }

        .product-boss .pro-show #bigView {
            display: none !important;
        }

        .product-boss .pro-show .bigImg #winSelector {
            display: none !important;
        }

        .product-boss .pro-show .pro-aside {
            width: 38%;
            padding-right: 2%;
        }

        .product-boss .pro-msg2 dl dt {
            width: 20%;
        }

        .product-boss .pro-msg2 dl dd {
            width: 77%;
        }

        .product-boss .pro-msg2 dl .pro-f1 input {
            width: 74%;
        }

        .product-boss .pro-msg2 dl .pro-f1 span {
            left: 54%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f2 input {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f2 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f3 textarea {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f3 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f4 input {
            width: 25%;
        }

        .product-boss .pro-msg2 dl .pro-f4 span {
            left: 26%;
            top: 6px;
        }

    .service-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .service-boss .service-c2 {
            padding-top: 6%;
        }

            .service-boss .service-c2 ul li {
                width: 48%;
                padding-left: 11%;
                padding-right: 11%;
                margin-bottom: 12px;
                margin-left: 1%;
                margin-right: 1%;
                padding-top: 30px;
                padding-bottom: 30px;
                height: auto;
            }

            .service-boss .service-c2 ul .bg-blue {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul .bg-green {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul li + li {
                margin-left: 1%;
            }

        .service-boss .service-c3 figure {
            margin-bottom: 15px;
            overflow: hidden;
            width: 100%;
            text-align: center;
            left: 0;
            margin-left: 0;
        }

            .service-boss .service-c3 figure img {
                max-width: 100%;
            }

        .service-boss .service-c3 .ser-msg1 {
            width: 30%;
            top: 272px;
        }

        .service-boss .service-c3 .ser-msg2 {
            width: 38%;
            top: 134px;
        }

        .service-boss .service-c3 .ser-msg3 {
            width: 29%;
            top: 308px;
        }

    .case-boss {
        padding-left: 1%;
        padding-right: 1%;
        padding-bottom: 3%;
    }

        .case-boss .case-boss2 {
            margin-bottom: 2%;
        }

            .case-boss .case-boss2 dl {
                height: 265px;
            }
}

@media (min-width: 770px) and (max-width: 959px) {
    .web-topb .top-bl p {
        margin-left: 5%;
    }

    .web-topb .top-br {
        padding-left: 16px;
        padding-top: 15px;
    }

        .web-topb .top-br span {
            margin-right: 10px;
        }

    .nav-logo {
        padding-bottom: 0;
    }

        .nav-logo .nav-box .logo-n {
            margin-left: 2%;
        }

        .nav-logo .nav-box .menu-btn {
            display: block;
            right: 5%;
            top: 30%;
        }

        .nav-logo .nav-box .line-box {
            display: none;
        }

    .sy-banner .slick-slider .slick-prev {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .sy-banner .slick-slider .slick-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .sy-con1 {
        padding-top: 7%;
        padding-left: 2%;
        padding-right: 2%;
    }

        .sy-con1 .sy-about1 {
            width: 100%;
            float: none;
        }

            .sy-con1 .sy-about1 figure {
                text-align: center;
            }

        .sy-con1 .sy-about2 {
            width: 100%;
            float: none;
            margin-bottom: 25px;
        }

        .sy-con1 .sy-about3 {
            width: 100%;
            float: none;
        }

            .sy-con1 .sy-about3 .honor-box .slick-prev {
                left: 92%;
            }

    .sy-con2 {
        background: #7aaf06;
    }

        .sy-con2 .tt-02 {
            margin-bottom: 6%;
        }

        .sy-con2 .sy-products .pro-list {
            width: 48%;
            margin: 0 1% 7%;
        }

            .sy-con2 .sy-products .pro-list figure {
                margin-bottom: 10px;
            }

    .sy-con3 {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 5%;
    }

        .sy-con3 .sy-news1 {
            width: 100%;
            float: none;
        }

            .sy-con3 .sy-news1 figure {
                text-align: center;
            }

        .sy-con3 .sy-news2 {
            width: 100%;
            float: none;
            margin-bottom: 30px;
            text-align: center;
        }

            .sy-con3 .sy-news2 h3:before {
                left: 50%;
                margin-left: -10px;
            }

            .sy-con3 .sy-news2 p {
                margin-bottom: 5px;
            }

            .sy-con3 .sy-news2 .sy-m2 {
                margin: 0 auto;
            }

        .sy-con3 .sy-news3 {
            width: 100%;
            float: none;
        }

    .sy-con4 {
        padding-left: 2%;
        padding-right: 2%;
    }

        .sy-con4 .link-box dl dt {
            float: none;
        }

        .sy-con4 .link-box dl dd {
            float: none;
            width: 100%;
        }

    .foot-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .foot-boss .f-box .f-b-con1 {
            width: 100%;
            float: none;
            margin-bottom: 20px;
            text-align: center;
        }

            .foot-boss .f-box .f-b-con1 figure {
                margin: 0 auto;
            }

                .foot-boss .f-box .f-b-con1 figure img {
                    width: 20%;
                }

        .foot-boss .f-box .f-b-con2 {
            width: 100%;
            float: none;
            border: none;
            margin-bottom: 15px;
            padding-left: 0;
            padding-right: 0;
        }

        .foot-boss .f-box .f-b-con3 {
            width: 100%;
            float: none;
        }

            .foot-boss .f-box .f-b-con3 figure img {
                width: 200px;
                height: 200px;
            }

    .foot-nav {
        display: block;
    }

    .ny-con1 {
        padding: 4% 2%;
    }

        .ny-con1 .ny-nav {
            top: 0;
            margin-bottom: 15px;
        }

            .ny-con1 .ny-nav ul li {
                height: 50px;
                line-height: 50px;
                width: 150px;
                margin: 0 2px 4px;
            }

                .ny-con1 .ny-nav ul li a {
                    height: 50px;
                    line-height: 50px;
                }

            .ny-con1 .ny-nav .ny-nav2 a {
                height: 45px;
                line-height: 45px;
                width: 155px;
                margin: 0 2px 4px;
            }

        .ny-con1 .about-con1 {
            padding-top: 12px;
            padding-left: 12px;
            padding-right: 12px;
            height: auto;
            border: 1px solid #7aaf06;
        }

            .ny-con1 .about-con1 figure {
                display: none;
            }

            .ny-con1 .about-con1 p {
                line-height: 26px;
            }

        .ny-con1 .about-con2 {
            padding-top: 15px;
        }

            .ny-con1 .about-con2 figure {
                width: 100%;
                float: none;
                margin-bottom: 15px;
            }

            .ny-con1 .about-con2 .ab-box1 {
                width: 100%;
                float: none;
                margin-left: 0;
            }

                .ny-con1 .about-con2 .ab-box1:before {
                    display: none;
                }

        .ny-con1 .honor-boss dl {
            margin-bottom: 2rem;
            width: 44%;
            margin-left: 3%;
            margin-right: 3%;
            float: left;
        }

        .ny-con1 .sm-way {
            margin-bottom: 0;
        }

    .related-new {
        padding: 5% 2%;
    }

        .related-new .xg-news .xg-n-li {
            width: 100%;
            float: none;
            margin-bottom: 24px;
        }

            .related-new .xg-news .xg-n-li time {
                margin-bottom: 11px;
            }

            .related-new .xg-news .xg-n-li + .xg-n-li {
                margin-left: 0;
            }

        .related-new .xg-news .xg-pro dt a {
            height: 270px;
        }

    .product-boss {
        padding: 8% 1% 6%;
    }

        .product-boss .pro-list2 {
            text-align: center;
        }

            .product-boss .pro-list2 dl {
                width: 315px;
                margin-left: 18px;
                margin-right: 18px;
                display: inline-block;
                float: none;
            }

                .product-boss .pro-list2 dl dt a {
                    height: 315px;
                }

            .product-boss .pro-list2 .no-mar2 {
                margin-right: 18px;
            }

        .product-boss .pro-show .preview {
            float: none;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .product-boss .pro-show #bigView {
            display: none !important;
        }

        .product-boss .pro-show .bigImg {
            width: 440px;
            height: 400px;
            float: none;
            margin: 0 auto 12px;
        }

            .product-boss .pro-show .bigImg #winSelector {
                display: none !important;
            }

            .product-boss .pro-show .bigImg #midimg {
                width: 100%;
                height: 100%;
            }

        .product-boss .pro-show .smallImg {
            float: none;
            width: 100%;
            height: 141px;
        }

        .product-boss .pro-show #imageMenu {
            text-align: center;
        }

            .product-boss .pro-show #imageMenu li {
                width: 146px;
                display: inline-block;
                height: 141px;
            }

                .product-boss .pro-show #imageMenu li img {
                    height: 100%;
                }

        .product-boss .pro-show .pro-aside {
            width: 100%;
            float: none;
        }

        .product-boss .pro-msg2 dl dt {
            width: 20%;
        }

        .product-boss .pro-msg2 dl dd {
            width: 77%;
        }

        .product-boss .pro-msg2 dl .pro-f1 input {
            width: 74%;
        }

        .product-boss .pro-msg2 dl .pro-f1 span {
            left: 54%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f2 input {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f2 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f3 textarea {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f3 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f4 input {
            width: 25%;
        }

        .product-boss .pro-msg2 dl .pro-f4 span {
            left: 26%;
            top: 6px;
        }

    .paging-b span {
        display: none;
    }

    .paging-b .nice-d {
        display: inline-block;
    }

        .paging-b .nice-d a {
            padding: 7px 30px;
        }

    .prev-next dl {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

        .prev-next dl dt {
            width: 70px;
        }

    .related-case {
        padding-left: 2%;
        padding-right: 2%;
    }

        .related-case .xg-pro2 .xg-pro {
            width: 100%;
            float: none;
            margin: 0 auto 45px;
        }

            .related-case .xg-pro2 .xg-pro dt {
                margin-bottom: 15px;
            }

        .related-case .xg-case dl {
            height: 222px;
        }

    .service-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .service-boss .service-c1 .ser-fl {
            width: 100%;
            float: none;
        }

        .service-boss .service-c1 figure {
            width: 100%;
            float: none;
            text-align: center;
        }

        .service-boss .service-c2 {
            padding-top: 12%;
        }

            .service-boss .service-c2 ul li {
                width: 100%;
                float: none;
                padding-left: 21%;
                padding-right: 21%;
                margin-bottom: 12px;
            }

            .service-boss .service-c2 ul .bg-blue {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul .bg-green {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul li + li {
                margin-left: 0;
            }

        .service-boss .service-c3 figure {
            margin-bottom: 15px;
            overflow: hidden;
            width: 100%;
            text-align: center;
            left: 0;
            margin-left: 0;
        }

            .service-boss .service-c3 figure img {
                max-width: 100%;
            }

        .service-boss .service-c3 .ser-msg1 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

        .service-boss .service-c3 .ser-msg2 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

        .service-boss .service-c3 .ser-msg3 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

    .case-boss {
        padding-left: 1%;
        padding-right: 1%;
        padding-bottom: 6%;
    }

        .case-boss .case-boss2 {
            margin-bottom: 10%;
        }

            .case-boss .case-boss2 dl {
                width: 48%;
                min-height: 322px;
                margin: 0 1% 5%;
            }

            .case-boss .case-boss2 .no-mar {
                margin-right: 1%;
            }

    .contact-con1 .con-map {
        height: 400px;
    }

        .contact-con1 .con-map #map1_container {
            height: 400px;
        }

    .contact-con1 ul li {
        float: none;
        margin-bottom: 20px;
    }

    .contact-con1 ul .contact-b1 {
        width: 100%;
    }

    .contact-con1 ul .contact-b2 {
        width: 100%;
    }

    .contact-con1 ul .contact-b3 {
        width: 100%;
    }
}

@media (min-width: 901px) and (max-width: 1000px) {
    .related-case .xg-case dl {
        height: 262px;
    }
}

@media (min-width: 770px) and (max-width: 900px) {
    .related-case .xg-case dl {
        height: 222px;
    }
}

@media (min-width: 640px) and (max-width: 769px) {
    .web-topb .top-bl p {
        margin-left: 3%;
    }

    .web-topb .top-br {
        padding-left: 16px;
        padding-top: 15px;
    }

        .web-topb .top-br span {
            margin-right: 10px;
        }

    .nav-logo {
        padding-bottom: 0;
    }

        .nav-logo .nav-box .logo-n {
            margin-left: 2%;
        }

        .nav-logo .nav-box .menu-btn {
            display: block;
            right: 5%;
            top: 30%;
        }

        .nav-logo .nav-box .line-box {
            display: none;
        }

    .sy-banner .slick-slider .slick-prev {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .sy-banner .slick-slider .slick-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .sy-con1 {
        padding-top: 7%;
        padding-left: 2%;
        padding-right: 2%;
    }

        .sy-con1 .sy-about1 {
            width: 100%;
            float: none;
        }

            .sy-con1 .sy-about1 figure {
                text-align: center;
            }

        .sy-con1 .sy-about2 {
            width: 100%;
            float: none;
            margin-bottom: 25px;
        }

        .sy-con1 .sy-about3 {
            width: 100%;
            float: none;
        }

            .sy-con1 .sy-about3 .honor-box .slick-prev {
                left: 89%;
            }

    .sy-con2 {
        background: #7aaf06;
    }

        .sy-con2 .tt-02 {
            margin-bottom: 6%;
        }

        .sy-con2 .sy-products .pro-list {
            width: 94%;
            float: none;
            margin: 0 auto 7%;
        }

            .sy-con2 .sy-products .pro-list figure {
                margin-bottom: 10px;
            }

    .sy-con3 {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 5%;
    }

        .sy-con3 .sy-news1 {
            width: 100%;
            float: none;
        }

            .sy-con3 .sy-news1 figure {
                text-align: center;
            }

        .sy-con3 .sy-news2 {
            width: 100%;
            float: none;
            margin-bottom: 30px;
            text-align: center;
        }

            .sy-con3 .sy-news2 h3:before {
                left: 50%;
                margin-left: -10px;
            }

            .sy-con3 .sy-news2 p {
                margin-bottom: 5px;
            }

            .sy-con3 .sy-news2 .sy-m2 {
                margin: 0 auto;
            }

        .sy-con3 .sy-news3 {
            width: 100%;
            float: none;
        }

    .sy-con4 {
        padding-left: 2%;
        padding-right: 2%;
    }

        .sy-con4 .link-box dl dt {
            float: none;
        }

        .sy-con4 .link-box dl dd {
            float: none;
            width: 100%;
        }

    .foot-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .foot-boss .f-box .f-b-con1 {
            width: 100%;
            float: none;
            margin-bottom: 20px;
            text-align: center;
        }

            .foot-boss .f-box .f-b-con1 figure {
                margin: 0 auto;
            }

        .foot-boss .f-box .f-b-con2 {
            width: 100%;
            float: none;
            border: none;
            margin-bottom: 15px;
            padding-left: 0;
            padding-right: 0;
        }

        .foot-boss .f-box .f-b-con3 {
            width: 100%;
            float: none;
        }

            .foot-boss .f-box .f-b-con3 figure img {
                width: 200px;
                height: 200px;
            }

    .foot-nav {
        display: block;
    }

    .ny-con1 {
        padding: 4% 2%;
    }

        .ny-con1 .ny-nav {
            top: 0;
            margin-bottom: 15px;
        }

            .ny-con1 .ny-nav ul li {
                height: 44px;
                line-height: 44px;
                width: 200px;
                margin: 0 2px 4px;
            }

                .ny-con1 .ny-nav ul li a {
                    height: 44px;
                    line-height: 44px;
                }

            .ny-con1 .ny-nav .ny-nav2 a {
                height: 45px;
                line-height: 45px;
                width: 155px;
                margin: 0 2px 4px;
            }

        .ny-con1 .about-con1 {
            padding-top: 12px;
            padding-left: 12px;
            padding-right: 12px;
            height: auto;
            border: 1px solid #7aaf06;
        }

            .ny-con1 .about-con1 figure {
                display: none;
            }

            .ny-con1 .about-con1 p {
                line-height: 26px;
            }

        .ny-con1 .about-con2 {
            padding-top: 15px;
        }

            .ny-con1 .about-con2 figure {
                width: 100%;
                float: none;
                margin-bottom: 15px;
            }

            .ny-con1 .about-con2 .ab-box1 {
                width: 100%;
                float: none;
                margin-left: 0;
            }

                .ny-con1 .about-con2 .ab-box1:before {
                    display: none;
                }

        .ny-con1 .honor-boss dl {
            margin-bottom: 2rem;
            width: 48%;
            margin-left: 1%;
            margin-right: 1%;
            float: left;
        }

        .ny-con1 .sm-way {
            margin-bottom: 0;
        }

    .related-new {
        padding: 5% 2%;
    }

        .related-new .xg-news .xg-n-li {
            width: 100%;
            float: none;
            margin-bottom: 24px;
        }

            .related-new .xg-news .xg-n-li time {
                margin-bottom: 11px;
            }

            .related-new .xg-news .xg-n-li + .xg-n-li {
                margin-left: 0;
            }

        .related-new .xg-news .xg-pro dt a {
            height: 230px;
        }

    .product-boss {
        padding: 12% 1% 6%;
    }

        .product-boss .pro-list2 {
            text-align: center;
        }

            .product-boss .pro-list2 dl {
                width: 307px;
                margin-left: 3px;
                margin-right: 3px;
                display: inline-block;
                float: none;
            }

                .product-boss .pro-list2 dl dt a {
                    height: 310px;
                }

            .product-boss .pro-list2 .no-mar2 {
                margin-right: 3px;
            }

        .product-boss .pro-show .preview {
            float: none;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .product-boss .pro-show #bigView {
            display: none !important;
        }

        .product-boss .pro-show .bigImg {
            width: 440px;
            height: 400px;
            float: none;
            margin: 0 auto 12px;
        }

            .product-boss .pro-show .bigImg #winSelector {
                display: none !important;
            }

            .product-boss .pro-show .bigImg #midimg {
                width: 100%;
                height: 100%;
            }

        .product-boss .pro-show .smallImg {
            float: none;
            width: 100%;
            height: 141px;
        }

        .product-boss .pro-show #imageMenu {
            text-align: center;
        }

            .product-boss .pro-show #imageMenu li {
                width: 146px;
                display: inline-block;
                height: 141px;
            }

                .product-boss .pro-show #imageMenu li img {
                    height: 100%;
                }

        .product-boss .pro-show .pro-aside {
            width: 100%;
            float: none;
        }

        .product-boss .pro-msg2 dl dt {
            width: 20%;
        }

        .product-boss .pro-msg2 dl dd {
            width: 77%;
        }

        .product-boss .pro-msg2 dl .pro-f1 input {
            width: 74%;
        }

        .product-boss .pro-msg2 dl .pro-f1 span {
            left: 54%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f2 input {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f2 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f3 textarea {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f3 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f4 input {
            width: 25%;
        }

        .product-boss .pro-msg2 dl .pro-f4 span {
            left: 26%;
            top: 6px;
        }

    .paging-b span {
        display: none;
    }

    .paging-b .nice-d {
        display: inline-block;
    }

        .paging-b .nice-d a {
            padding: 7px 30px;
        }

    .prev-next dl {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

        .prev-next dl dt {
            width: 70px;
        }

    .related-case {
        padding-left: 2%;
        padding-right: 2%;
    }

        .related-case .xg-pro2 .xg-pro {
            width: 100%;
            float: none;
            margin: 0 auto 45px;
        }

            .related-case .xg-pro2 .xg-pro dt {
                margin-bottom: 15px;
            }

        .related-case .xg-case dl {
            width: 390px;
            float: none;
            height: 322px;
            margin: 0 auto 5%;
        }

            .related-case .xg-case dl + dl {
                margin-left: auto;
            }

    .service-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .service-boss .service-c1 .ser-fl {
            width: 100%;
            float: none;
        }

        .service-boss .service-c1 figure {
            width: 100%;
            float: none;
            text-align: center;
        }

        .service-boss .service-c2 {
            padding-top: 12%;
        }

            .service-boss .service-c2 ul li {
                width: 100%;
                float: none;
                padding-left: 21%;
                padding-right: 21%;
                margin-bottom: 12px;
            }

            .service-boss .service-c2 ul .bg-blue {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul .bg-green {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul li + li {
                margin-left: 0;
            }

        .service-boss .service-c3 figure {
            margin-bottom: 15px;
            overflow: hidden;
            width: 100%;
            text-align: center;
            left: 0;
            margin-left: 0;
        }

            .service-boss .service-c3 figure img {
                max-width: 100%;
            }

        .service-boss .service-c3 .ser-msg1 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

        .service-boss .service-c3 .ser-msg2 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

        .service-boss .service-c3 .ser-msg3 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

    .case-boss {
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 6%;
    }

        .case-boss .case-boss2 {
            margin-bottom: 10%;
        }

            .case-boss .case-boss2 dl {
                width: 390px;
                float: none;
                height: 322px;
                margin: 0 auto 5%;
            }

            .case-boss .case-boss2 .no-mar {
                margin-right: auto;
            }

        .case-boss .news-boss {
            padding-bottom: 8%;
        }

            .case-boss .news-boss dl dt {
                width: 66%;
            }

            .case-boss .news-boss dl dd {
                width: 17%;
            }

            .case-boss .news-boss ul li a {
                width: 66%;
            }

            .case-boss .news-boss ul li time {
                width: 17%;
            }

            .case-boss .news-boss ul li span {
                width: 17%;
            }

    .contact-con1 .con-map {
        height: 366px;
    }

        .contact-con1 .con-map #map1_container {
            height: 366px;
        }

    .contact-con1 ul li {
        float: none;
        margin-bottom: 20px;
    }

    .contact-con1 ul .contact-b1 {
        width: 100%;
    }

    .contact-con1 ul .contact-b2 {
        width: 100%;
    }

    .contact-con1 ul .contact-b3 {
        width: 100%;
    }

    .contact-con2 ul {
        width: 100%;
    }

        .contact-con2 ul li {
            float: none;
            width: 100%;
        }

        .contact-con2 ul .mem-f1 {
            float: none;
            width: 100%;
        }

            .contact-con2 ul .mem-f1 em {
                left: 97%;
            }

        .contact-con2 ul .mem-f2 {
            float: none;
            width: 100%;
        }

            .contact-con2 ul .mem-f2 em {
                left: 97%;
            }

        .contact-con2 ul .mem-f3 {
            float: none;
            width: 100%;
        }

            .contact-con2 ul .mem-f3 input {
                width: 32%;
            }

            .contact-con2 ul .mem-f3 em {
                left: 29%;
            }
}

@media (min-width: 480px) and (max-width: 639px) {
    .web-topb .top-bl p {
        display: none;
    }

    .web-topb .top-br {
        padding-left: 16px;
        padding-top: 16px;
    }

        .web-topb .top-br span {
            margin-right: 10px;
        }

    .nav-logo {
        padding-bottom: 0;
    }

        .nav-logo .nav-box .logo-n {
            margin-left: 2%;
        }

        .nav-logo .nav-box .menu-btn {
            display: block;
            right: 5%;
            top: 30%;
        }

        .nav-logo .nav-box .line-box {
            display: none;
        }

    .sy-banner .slick-slider .slick-prev {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .sy-banner .slick-slider .slick-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .sy-con1 {
        padding-top: 7%;
        padding-left: 2%;
        padding-right: 2%;
    }

        .sy-con1 .sy-about1 {
            width: 100%;
            float: none;
        }

            .sy-con1 .sy-about1 figure {
                text-align: center;
            }

        .sy-con1 .sy-about2 {
            width: 100%;
            float: none;
            margin-bottom: 25px;
        }

        .sy-con1 .sy-about3 {
            width: 100%;
            float: none;
        }

            .sy-con1 .sy-about3 .honor-box .slick-prev {
                left: 85%;
            }

    .sy-con2 {
        background: #7aaf06;
    }

        .sy-con2 .tt-02 {
            margin-bottom: 6%;
        }

        .sy-con2 .sy-products .pro-list {
            width: 94%;
            float: none;
            margin: 0 auto 7%;
        }

            .sy-con2 .sy-products .pro-list figure {
                margin-bottom: 10px;
            }

    .sy-con3 {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 5%;
    }

        .sy-con3 .sy-news1 {
            width: 100%;
            float: none;
        }

            .sy-con3 .sy-news1 figure {
                text-align: center;
            }

        .sy-con3 .sy-news2 {
            width: 100%;
            float: none;
            margin-bottom: 30px;
            text-align: center;
        }

            .sy-con3 .sy-news2 h3:before {
                left: 50%;
                margin-left: -10px;
            }

            .sy-con3 .sy-news2 p {
                margin-bottom: 15px;
            }

            .sy-con3 .sy-news2 .sy-m2 {
                margin: 0 auto;
            }

        .sy-con3 .sy-news3 {
            width: 100%;
            float: none;
        }

    .sy-con4 {
        padding-left: 2%;
        padding-right: 2%;
    }

        .sy-con4 .link-box dl dt {
            float: none;
        }

        .sy-con4 .link-box dl dd {
            float: none;
            width: 100%;
        }

    .foot-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .foot-boss .f-box .f-b-con1 {
            width: 100%;
            float: none;
            margin-bottom: 20px;
            text-align: center;
        }

            .foot-boss .f-box .f-b-con1 figure {
                margin: 0 auto;
            }

        .foot-boss .f-box .f-b-con2 {
            width: 100%;
            float: none;
            border: none;
            margin-bottom: 15px;
            padding-left: 0;
            padding-right: 0;
        }

        .foot-boss .f-box .f-b-con3 {
            width: 100%;
            float: none;
        }

            .foot-boss .f-box .f-b-con3 figure img {
                width: 200px;
                height: 200px;
            }

    .foot-nav {
        display: block;
    }

    .ny-con1 {
        padding: 5% 2%;
    }

        .ny-con1 .ny-nav {
            top: 0;
            margin-bottom: 15px;
        }

            .ny-con1 .ny-nav ul li {
                height: 39px;
                line-height: 39px;
                width: 200px;
                margin: 0 2px 4px;
            }

                .ny-con1 .ny-nav ul li a {
                    height: 39px;
                    line-height: 39px;
                }

            .ny-con1 .ny-nav .ny-nav2 a {
                height: 39px;
                line-height: 39px;
                width: 145px;
                margin: 0 2px 4px;
            }

        .ny-con1 .about-con1 {
            padding-top: 12px;
            padding-left: 12px;
            padding-right: 12px;
            height: auto;
            border: 1px solid #7aaf06;
        }

            .ny-con1 .about-con1 figure {
                display: none;
            }

            .ny-con1 .about-con1 p {
                line-height: 26px;
            }

        .ny-con1 .about-con2 {
            padding-top: 15px;
        }

            .ny-con1 .about-con2 figure {
                width: 100%;
                float: none;
                margin-bottom: 15px;
            }

            .ny-con1 .about-con2 .ab-box1 {
                width: 100%;
                float: none;
                margin-left: 0;
            }

                .ny-con1 .about-con2 .ab-box1:before {
                    display: none;
                }

        .ny-con1 .honor-boss dl {
            margin-bottom: 3rem;
            width: 70%;
            margin-left: auto;
            margin-right: auto;
        }

        .ny-con1 .sm-way {
            margin-bottom: 0;
        }

    .related-new {
        padding: 5% 2%;
    }

        .related-new .xg-news .xg-n-li {
            width: 100%;
            float: none;
            margin-bottom: 24px;
        }

            .related-new .xg-news .xg-n-li time {
                margin-bottom: 11px;
            }

            .related-new .xg-news .xg-n-li + .xg-n-li {
                margin-left: 0;
            }

        .related-new .xg-news .xg-pro {
            width: 100%;
            float: none;
            margin: 0 auto 30px;
        }

            .related-new .xg-news .xg-pro dt {
                margin-bottom: 20px;
            }

    .product-boss {
        padding: 12% 2% 6%;
    }

        .product-boss .pro-list2 dl {
            width: 315px;
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

            .product-boss .pro-list2 dl dt a {
                height: 315px;
            }

        .product-boss .pro-list2 .no-mar2 {
            margin-right: auto;
        }

        .product-boss .pro-show .preview {
            float: none;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .product-boss .pro-show #bigView {
            display: none !important;
        }

        .product-boss .pro-show .bigImg {
            width: 440px;
            height: 400px;
            float: none;
            margin: 0 auto 12px;
        }

            .product-boss .pro-show .bigImg #winSelector {
                display: none !important;
            }

            .product-boss .pro-show .bigImg #midimg {
                max-width: 100%;
                max-height: 100%;
            }

        .product-boss .pro-show .smallImg {
            float: none;
            width: 100%;
            height: 134px;
        }

        .product-boss .pro-show #imageMenu {
            text-align: center;
        }

            .product-boss .pro-show #imageMenu li {
                width: 26%;
                display: inline-block;
                height: 134px;
            }

                .product-boss .pro-show #imageMenu li img {
                    max-height: 100%;
                }

        .product-boss .pro-show .pro-aside {
            width: 100%;
            float: none;
        }

        .product-boss .pro-msg2 dl dt {
            float: none;
            text-align: left;
            width: 50%;
        }

        .product-boss .pro-msg2 dl dd {
            float: none;
            padding-left: 0;
            width: 100%;
        }

        .product-boss .pro-msg2 dl .pro-f1 input {
            width: 74%;
        }

        .product-boss .pro-msg2 dl .pro-f1 span {
            left: 54%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f2 input {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f2 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f3 textarea {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f3 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f4 input {
            width: 25%;
        }

        .product-boss .pro-msg2 dl .pro-f4 span {
            left: 26%;
            top: 6px;
        }

    .paging-b span {
        display: none;
    }

    .paging-b .nice-d {
        display: inline-block;
    }

        .paging-b .nice-d a {
            padding: 7px 30px;
        }

    .prev-next dl {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

        .prev-next dl dt {
            width: 70px;
        }

    .related-case {
        padding-left: 2%;
        padding-right: 2%;
    }

        .related-case .xg-pro2 .xg-pro {
            width: 100%;
            float: none;
            margin: 0 auto 45px;
        }

            .related-case .xg-pro2 .xg-pro dt {
                margin-bottom: 15px;
            }

        .related-case .xg-case dl {
            width: 390px;
            float: none;
            height: 322px;
            margin: 0 auto 5%;
        }

            .related-case .xg-case dl + dl {
                margin-left: auto;
            }

    .service-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .service-boss .service-c1 .ser-fl {
            width: 100%;
            float: none;
        }

        .service-boss .service-c1 figure {
            width: 100%;
            float: none;
            text-align: center;
        }

        .service-boss .service-c2 {
            padding-top: 12%;
        }

            .service-boss .service-c2 ul li {
                width: 100%;
                float: none;
                padding-left: 21%;
                padding-right: 21%;
                margin-bottom: 12px;
            }

            .service-boss .service-c2 ul .bg-blue {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul .bg-green {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul li + li {
                margin-left: 0;
            }

        .service-boss .service-c3 figure {
            margin-bottom: 15px;
            overflow: hidden;
            width: 100%;
            text-align: center;
            left: 0;
            margin-left: 0;
        }

            .service-boss .service-c3 figure img {
                max-width: 100%;
            }

        .service-boss .service-c3 .ser-msg1 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

        .service-boss .service-c3 .ser-msg2 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

        .service-boss .service-c3 .ser-msg3 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

    .case-boss {
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 6%;
    }

        .case-boss .case-boss2 {
            margin-bottom: 10%;
        }

            .case-boss .case-boss2 dl {
                width: 390px;
                float: none;
                height: 322px;
                margin: 0 auto 5%;
            }

            .case-boss .case-boss2 .no-mar {
                margin-right: auto;
            }

        .case-boss .news-boss {
            padding-bottom: 8%;
        }

            .case-boss .news-boss dl dt {
                width: 75%;
            }

            .case-boss .news-boss dl dd {
                width: 25%;
            }

            .case-boss .news-boss dl .m-nods {
                display: none;
            }

            .case-boss .news-boss ul li a {
                width: 75%;
            }

            .case-boss .news-boss ul li time {
                width: 25%;
            }

            .case-boss .news-boss ul li span {
                display: none;
            }

    .contact-con1 .con-map {
        height: 316px;
    }

        .contact-con1 .con-map #map1_container {
            height: 316px;
        }

    .contact-con1 ul li {
        float: none;
        margin-bottom: 20px;
    }

    .contact-con1 ul .contact-b1 {
        width: 100%;
    }

    .contact-con1 ul .contact-b2 {
        width: 100%;
    }

    .contact-con1 ul .contact-b3 {
        width: 100%;
    }

    .contact-con2 ul {
        width: 100%;
    }

        .contact-con2 ul li {
            float: none;
            width: 100%;
        }

        .contact-con2 ul .mem-f1 {
            float: none;
            width: 100%;
        }

        .contact-con2 ul .mem-f2 {
            float: none;
            width: 100%;
        }

            .contact-con2 ul .mem-f2 em {
                left: 96%;
            }

        .contact-con2 ul .mem-f3 {
            float: none;
            width: 100%;
        }

            .contact-con2 ul .mem-f3 input {
                width: 32%;
            }

            .contact-con2 ul .mem-f3 em {
                left: 28%;
            }
}

@media (max-width: 480px) {
    .web-topb .top-bl p {
        display: none;
    }

    .web-topb .top-br {
        padding-left: 16px;
    }

        .web-topb .top-br span {
            margin-right: 10px;
        }

    .nav-logo {
        padding-bottom: 0;
    }

        .nav-logo .nav-box .logo-n {
            margin-left: 2%;
        }

        .nav-logo .nav-box .menu-btn {
            display: block;
            right: 5%;
            top: 30%;
        }

        .nav-logo .nav-box .line-box {
            display: none;
        }

    .sy-banner .slick-slider .slick-prev {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .sy-banner .slick-slider .slick-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .sy-con1 {
        padding-top: 7%;
        padding-left: 2%;
        padding-right: 2%;
    }

        .sy-con1 .sy-about1 {
            width: 100%;
            float: none;
        }

            .sy-con1 .sy-about1 figure {
                text-align: center;
            }

        .sy-con1 .sy-about2 {
            width: 100%;
            float: none;
            margin-bottom: 25px;
        }

        .sy-con1 .sy-about3 {
            width: 100%;
            float: none;
        }

            .sy-con1 .sy-about3 .honor-box .slick-prev {
                left: 76%;
            }

    .sy-con2 {
        background: #7aaf06;
    }

        .sy-con2 .sy-products .pro-list {
            width: 94%;
            float: none;
            margin: 0 auto 5%;
        }

            .sy-con2 .sy-products .pro-list figure {
                margin-bottom: 10px;
            }

    .sy-con3 {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 5%;
    }

        .sy-con3 .sy-news1 {
            width: 100%;
            float: none;
        }

            .sy-con3 .sy-news1 figure {
                text-align: center;
            }

        .sy-con3 .sy-news2 {
            width: 100%;
            float: none;
            margin-bottom: 30px;
            text-align: center;
        }

            .sy-con3 .sy-news2 h3:before {
                left: 50%;
                margin-left: -10px;
            }

            .sy-con3 .sy-news2 p {
                margin-bottom: 25px;
            }

            .sy-con3 .sy-news2 .sy-m2 {
                margin: 0 auto;
            }

        .sy-con3 .sy-news3 {
            width: 100%;
            float: none;
        }

    .sy-con4 {
        padding-left: 2%;
        padding-right: 2%;
    }

        .sy-con4 .link-box dl dt {
            float: none;
        }

        .sy-con4 .link-box dl dd {
            float: none;
            width: 100%;
        }

    .foot-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .foot-boss .f-box .f-b-con1 {
            width: 100%;
            float: none;
            margin-bottom: 20px;
            text-align: center;
        }

            .foot-boss .f-box .f-b-con1 figure {
                margin: 0 auto;
            }

        .foot-boss .f-box .f-b-con2 {
            width: 100%;
            float: none;
            border: none;
            margin-bottom: 15px;
            padding-left: 0;
            padding-right: 0;
        }

        .foot-boss .f-box .f-b-con3 {
            width: 100%;
            float: none;
        }

            .foot-boss .f-box .f-b-con3 figure img {
                width: 200px;
                height: 200px;
            }

    .foot-nav {
        display: block;
    }

    .ny-con1 {
        padding: 5% 2%;
    }

        .ny-con1 .ny-nav {
            top: 0;
            margin-bottom: 15px;
        }

            .ny-con1 .ny-nav ul li {
                height: 39px;
                line-height: 39px;
                width: 260px;
                margin: 0 2px 4px;
            }

                .ny-con1 .ny-nav ul li a {
                    height: 39px;
                    line-height: 39px;
                }

            .ny-con1 .ny-nav .ny-nav2 a {
                height: 39px;
                line-height: 39px;
                width: 260px;
                margin: 0 2px 4px;
            }

        .ny-con1 .about-con1 {
            padding-top: 0;
            padding-left: 0;
            height: auto;
        }

            .ny-con1 .about-con1 figure {
                display: none;
            }

            .ny-con1 .about-con1 p {
                line-height: 26px;
            }

        .ny-con1 .about-con2 {
            padding-top: 15px;
        }

            .ny-con1 .about-con2 figure {
                width: 100%;
                float: none;
                margin-bottom: 15px;
            }

            .ny-con1 .about-con2 .ab-box1 {
                width: 100%;
                float: none;
                margin-left: 0;
            }

                .ny-con1 .about-con2 .ab-box1:before {
                    display: none;
                }

        .ny-con1 .honor-boss dl {
            margin-bottom: 3rem;
            width: 70%;
            margin-left: auto;
            margin-right: auto;
        }

        .ny-con1 .sm-way {
            margin-bottom: 0;
        }

    .related-new {
        padding: 5% 2%;
    }

        .related-new .xg-news .xg-n-li {
            width: 100%;
            float: none;
            margin-bottom: 24px;
        }

            .related-new .xg-news .xg-n-li time {
                margin-bottom: 11px;
            }

            .related-new .xg-news .xg-n-li + .xg-n-li {
                margin-left: 0;
            }

        .related-new .xg-news .xg-pro {
            width: 100%;
            float: none;
            margin: 0 auto 30px;
        }

            .related-new .xg-news .xg-pro dt {
                margin-bottom: 0;
            }

    .product-boss {
        padding: 12% 2% 6%;
    }

        .product-boss .pro-list2 dl {
            width: 309px;
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

            .product-boss .pro-list2 dl dt a {
                height: 311px;
            }

        .product-boss .pro-list2 .no-mar2 {
            margin-right: auto;
        }

        .product-boss .pro-show .preview {
            float: none;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .product-boss .pro-show #bigView {
            display: none !important;
        }

        .product-boss .pro-show .bigImg {
            width: 100%;
            height: 322px;
            float: none;
            margin-bottom: 12px;
        }

            .product-boss .pro-show .bigImg #winSelector {
                display: none !important;
            }

            .product-boss .pro-show .bigImg #midimg {
                max-width: 100%;
                max-height: 100%;
            }

        .product-boss .pro-show .smallImg {
            float: none;
            width: 100%;
            height: 114px;
        }

        .product-boss .pro-show #imageMenu {
            text-align: center;
        }

            .product-boss .pro-show #imageMenu li {
                width: 32%;
                display: inline-block;
                height: 114px;
            }

                .product-boss .pro-show #imageMenu li img {
                    max-height: 100%;
                }

        .product-boss .pro-show .pro-aside {
            width: 100%;
            float: none;
        }

        .product-boss .pro-msg2 dl dt {
            float: none;
            text-align: left;
            width: 50%;
        }

        .product-boss .pro-msg2 dl dd {
            float: none;
            padding-left: 0;
            width: 100%;
        }

        .product-boss .pro-msg2 dl .pro-f1 input {
            width: 74%;
        }

        .product-boss .pro-msg2 dl .pro-f1 span {
            left: 54%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f2 input {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f2 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f3 textarea {
            width: 93%;
        }

        .product-boss .pro-msg2 dl .pro-f3 span {
            left: 67%;
            top: -6px;
        }

        .product-boss .pro-msg2 dl .pro-f4 input {
            width: 25%;
        }

        .product-boss .pro-msg2 dl .pro-f4 span {
            left: 26%;
            top: 6px;
        }

    .paging-b span {
        display: none;
    }

    .paging-b .nice-d {
        display: inline-block;
    }

        .paging-b .nice-d a {
            padding: 7px 30px;
        }

    .prev-next dl {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

        .prev-next dl dt {
            width: 60px;
        }

    .related-case {
        padding-left: 2%;
        padding-right: 2%;
    }

        .related-case .xg-pro2 .xg-pro {
            width: 100%;
            float: none;
            margin: 0 auto 30px;
        }

            .related-case .xg-pro2 .xg-pro dt {
                margin-bottom: 0;
            }

        .related-case .xg-case dl {
            width: 308px;
            float: none;
            height: 256px;
            margin: 0 auto 5%;
        }

            .related-case .xg-case dl + dl {
                margin-left: auto;
            }

        .related-case .xg-case .xg-news2 {
            padding-bottom: 6%;
        }

            .related-case .xg-case .xg-news2 li a {
                width: 76%;
            }

            .related-case .xg-case .xg-news2 li time {
                width: 24%;
            }

    .service-boss {
        padding-left: 2%;
        padding-right: 2%;
    }

        .service-boss .service-c1 .ser-fl {
            width: 100%;
            float: none;
        }

        .service-boss .service-c1 figure {
            width: 100%;
            float: none;
            text-align: center;
        }

        .service-boss .service-c2 {
            padding-top: 12%;
        }

            .service-boss .service-c2 ul li {
                width: 100%;
                float: none;
                padding-left: 21%;
                padding-right: 21%;
                margin-bottom: 12px;
            }

            .service-boss .service-c2 ul .bg-blue {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul .bg-green {
                background-size: 100%;
                background: #7aaf06;
            }

            .service-boss .service-c2 ul li + li {
                margin-left: 0;
            }

        .service-boss .service-c3 figure {
            margin-bottom: 15px;
            overflow: hidden;
            width: 100%;
            text-align: center;
            left: 0;
            margin-left: 0;
        }

            .service-boss .service-c3 figure img {
                max-width: 100%;
            }

        .service-boss .service-c3 .ser-msg1 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

        .service-boss .service-c3 .ser-msg2 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

        .service-boss .service-c3 .ser-msg3 {
            position: relative;
            left: 0;
            width: 100%;
            top: 0;
            margin-bottom: 20px;
        }

    .case-boss {
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 6%;
    }

        .case-boss .case-boss2 {
            margin-bottom: 10%;
        }

            .case-boss .case-boss2 dl {
                width: 308px;
                float: none;
                height: 256px;
                margin: 0 auto 5%;
            }

            .case-boss .case-boss2 .no-mar {
                margin-right: auto;
            }

        .case-boss .news-boss {
            padding-bottom: 8%;
        }

            .case-boss .news-boss dl dt {
                width: 70%;
            }

            .case-boss .news-boss dl dd {
                width: 30%;
            }

            .case-boss .news-boss dl .m-nods {
                display: none;
            }

            .case-boss .news-boss ul li a {
                width: 70%;
            }

            .case-boss .news-boss ul li time {
                width: 30%;
            }

            .case-boss .news-boss ul li span {
                display: none;
            }

    .contact-con1 .con-map {
        height: 316px;
    }

        .contact-con1 .con-map #map1_container {
            height: 316px;
        }

    .contact-con1 ul li {
        float: none;
        margin-bottom: 20px;
    }

    .contact-con1 ul .contact-b1 {
        width: 100%;
    }

    .contact-con1 ul .contact-b2 {
        width: 100%;
    }

    .contact-con1 ul .contact-b3 {
        width: 100%;
    }

    .contact-con2 ul {
        width: 100%;
    }

        .contact-con2 ul li {
            float: none;
            width: 100%;
        }

        .contact-con2 ul .mem-f1 {
            float: none;
            width: 100%;
        }

        .contact-con2 ul .mem-f2 {
            float: none;
            width: 100%;
        }

            .contact-con2 ul .mem-f2 em {
                left: 96%;
            }

        .contact-con2 ul .mem-f3 {
            float: none;
            width: 100%;
        }

            .contact-con2 ul .mem-f3 input {
                width: 32%;
            }

            .contact-con2 ul .mem-f3 em {
                left: 28%;
            }
}

@media (max-width: 380px) {
}
/*# sourceMappingURL=styles.css.map */

.paging-b span .cpb {
    background: #7aaf06 none repeat scroll 0 0;
    color: #fff;
}

.ny-con1 .ny-nav .tabSec .tabArt a.active {
    color: #7aaf06;
}

.ny-con1 .honor-boss dl dd {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
/**********************手机端******************/
@media (max-width: 640px) {
    /* bigImg */
    .product-boss .pro-show .bigImg #midimg {
        max-width: 100%;
    }

    .product-boss .pro-show #imageMenu li img {
        max-width: 100%;
        cursor: pointer;
    }

    .product-boss .pro-show #imageMenu li#onlickImg img,
    .product-boss .pro-show #imageMenu li:hover img {
        max-width: 100%;
        border: 3px solid #69c400;
    }
}


.pro-msg1 table {
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}

.pro-msg1 table tr td {
    border: 1px solid #e1e1e1;
    line-height: 35px;
}

.case-infor table {
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}

.case-infor table tr td {
    border: 1px solid #e1e1e1;
    line-height: 35px;
}


@media (max-width:768px) {
    .sy-banner .slick-slider .slick-next,
    .sy-banner .slick-slider .slick-prev {
        display: none !important;
    }
}