@font-face {
    font-family: 'cb';
    src: url('../fonts/calibril.ttf'),url('../fonts/calibril.eot');
    font-weight: normal;
    font-style: normal
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,"Microsoft YaHei","PingFang SC","Hiragino Sans GB",SimSun,sans-serif
}

body {
    -webkit-tap-higlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    font-size: 14px;
    line-height: 1
}

select, input, textarea {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,"Microsoft YaHei","PingFang SC","Hiragino Sans GB",SimSun,sans-serif;
    -webkit-appearance: none;
    border-radius: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: left
}

fieldset, img {
    border: none
}

img {
    display: block
}

iframe {
    display: block
}

abbr, acronym {
    border: none;
    font-variant: normal
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

textarea {
    resize: none
}

select, input {
    vertical-align: middle
}

a:hover {
    text-decoration: none
}

a {
    text-decoration: none
}

    a:focus, *:focus {
        outline: none
    }

@keyframes fade {
    from {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

@keyframes toup {
    from {
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px)
    }

    to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0)
    }
}

@keyframes todown {
    from {
        transform: translateY(-200px);
        -webkit-transform: translateY(-200px);
        -moz-transform: translateY(-200px)
    }

    to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0)
    }
}

@keyframes toright {
    from {
        transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px)
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0)
    }
}

@keyframes toscale {
    from {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0)
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
}

@keyframes updown {
    0% {
        transform: translateY(10px);
        -moz-transform: translateY(10px);
        -webkit-transform: translateY(10px)
    }

    25% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    50% {
        transform: translateY(10px);
        -moz-transform: translateY(10px);
        -webkit-transform: translateY(10px)
    }

    75% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    100% {
        transform: translateY(10px);
        -moz-transform: translateY(10px);
        -webkit-transform: translateY(10px)
    }
}

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #7c7c7c;
    opacity: 1
}

:-moz-placeholder {
    color: #7c7c7c;
    opacity: 1
}

::-moz-placeholder {
    color: #7c7c7c;
    opacity: 1
}

:-ms-input-placeholder {
    color: #7c7c7c;
    opacity: 1
}

.row {
    zoom: 1
}

    .row:after {
        content: "";
        display: block;
        clear: both;
        overflow: hidden
    }

.pvB {
    image-rendering: optimizequality
}

.container {
    width: 1600px;
    margin: 0 auto
}

.container-full {
    width: 100%
}

.border-none {
    border: 0 none
}

.pagenation {
    padding: 70px 0 100px 0;
    text-align: center;
    font-size: 0;
    color: #444
}

    .pagenation a, .pagenation span {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        height: 42px;
        line-height: 42px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        color: #333;
        margin: 0 4px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .pagenation a {
        border: 1px solid #dcdcdc
    }

        .pagenation a:hover, .pagenation a.active {
            border: 1px solid #01a35b;
            color: #fff;
            background: #01a35b
        }

    .pagenation span {
        padding-left: 5px;
        padding-right: 5px
    }

.mb-nav {
    display: none;
    position: absolute;
    right: 97px;
    top: 23px;
    z-index: 997;
    width: 24px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer
}

    .mb-nav span {
        width: 100%;
        height: 2px;
        background: #323232;
        margin: 7px 0;
        display: block;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .mb-nav.active {
        right: 25px;
        top: 13px
    }

        .mb-nav.active span {
            background: #cf111a;
            margin: 0;
            position: relative
        }

            .mb-nav.active span:nth-child(2) {
                display: none
            }

            .mb-nav.active span:nth-child(1) {
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
                top: 15px
            }

            .mb-nav.active span:nth-child(3) {
                transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                top: 13px
            }

.mb-nav-bg {
    -moz-animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: todown;
    -moz-animation-name: todown;
    animation-name: todown;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    z-index: 9
}

.bd_weixin_popup {
    height: 300px !important;
    z-index: 2 !important
}

.bd_weixin_popup_bg {
    z-index: 1 !important
}

footer {
    height: 230px;
    background: #595757;
    color: #999;
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding-top: 62px
}

    footer p {
        line-height: 22px
    }

    footer .share {
        font-size: 0;
        text-align: center;
        padding-bottom: 20px
    }

        footer .share a {
            display: inline-block;
            float: none;
            width: 31px;
            height: 31px;
            margin-left: 2px;
            margin-right: 2px;
            background-image: url("../images/share_icon.png");
            background-position: 0 0;
            background-repeat: no-repeat
        }

            footer .share a.wb {
                background-position: -35px 0
            }

            footer .share a.sina {
                background-position: 0 0
            }

            footer .share a.wechat {
                background-position: -70px 0
            }

.pos {
    width: 1406px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 45px
}

    .pos a, .pos span {
        display: inline-block;
        font-size: 14px;
        height: 30px;
        line-height: 28px;
        vertical-align: middle
    }

    .pos a {
        padding-left: 20px;
        padding-right: 20px;
        color: #666;
        border: 1px solid #e0e0e0;
        border-radius: 30px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

        .pos a:hover {
            border-color: #01a35b;
            color: #01a35b
        }

        .pos a.active {
            background: #ebebeb;
            border-color: #ebebeb
        }

            .pos a.active:hover {
                background: #ebebeb;
                border-color: #ebebeb;
                color: #666
            }

    .pos span {
        width: 28px;
        background: url("../images/pos_icon.png") no-repeat center
    }

.sub-banner {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.menu-tab {
    width: 100%;
    background: #f0f0f0
}

    .menu-tab .inner {
        width: 1400px;
        margin: 0 auto;
        overflow: hidden;
        position: relative
    }

        .menu-tab .inner .prev, .menu-tab .inner .next {
            display: none;
            width: 9px;
            height: 16px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -8px;
            opacity: .4;
            background: url("../images/btn_prev.png") no-repeat center;
            cursor: pointer;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

            .menu-tab .inner .prev.active, .menu-tab .inner .next.active {
                display: block
            }

            .menu-tab .inner .prev:hover, .menu-tab .inner .next:hover {
                opacity: 1
            }

        .menu-tab .inner .next {
            left: auto;
            right: 0;
            background-image: url("../images/btn_next.png")
        }

        .menu-tab .inner ul {
            margin: 0 auto;
            opacity: 0;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

        .menu-tab .inner li {
            width: 280px;
            height: 60px;
            text-align: center;
            float: left
        }

        .menu-tab .inner a {
            position: relative;
            line-height: 60px;
            display: inline-block;
            height: 60px;
            padding: 0 2px;
            color: #444;
            font-size: 18px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

            .menu-tab .inner a:after {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0;
                height: 4px;
                width: 0;
                background: #01a35b;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s
            }

            .menu-tab .inner a.active, .menu-tab .inner a:hover {
                color: #01a35b
            }

                .menu-tab .inner a.active:after, .menu-tab .inner a:hover:after {
                    width: 100%
                }

header {
    width: 100%;
    height: 110px;
    line-height: 110px;
    background: #fff;
    position: relative
}

    header .logo {
        float: left;
        width: 397px;
        height: 60px;
        margin-top: 25px;
        margin-left: 39px
    }

        header .logo img {
            width: 100%
        }

    header .nav {
        float: right;
        margin-right: 90px;
        font-size: 0
    }

        header .nav a {
            display: inline-block;
            font-size: 18px;
            padding-right: 32px;
            padding-left: 27px;
            line-height: 110px;
            color: #222;
            background: url("../images/header_nav_icon.png") no-repeat right center;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

            header .nav a.active, header .nav a:hover {
                color: #01a35b
            }

    header .search {
        position: absolute;
        right: 25px;
        top: 35px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: url("../images/search_icon.png") no-repeat center
    }

.sub-title {
    text-align: center;
    position: relative;
    width: 1200px;
    margin: 0 auto
}

    .sub-title .tit {
        display: inline-table;
        background: url("../images/sub_title_bg.png") no-repeat 77% center;
        text-align: center;
        min-height: 127px;
        padding-top: 50px
    }

    .sub-title .tit-cn {
        font-size: 48px;
        color: #444;
        z-index: 1;
        position: relative;
        letter-spacing: 5px
    }

    .sub-title .tit-en {
        font-size: 55px;
        color: #e1e1e1;
        margin-top: -28px;
        font-family: arial;
        letter-spacing: 2px;
        z-index: 0;
        position: relative
    }

    .sub-title .des {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        padding-top: 52px
    }

.white {
    background: #fff
}

.shzr {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 100px
}

    .shzr .list {
        margin-top: 60px
    }

        .shzr .list .img, .shzr .list .con {
            float: left
        }

        .shzr .list .img {
            width: 500px;
            height: 300px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            box-shadow: 10px 10px 40px rgba(0,0,0,0.3)
        }

            .shzr .list .img.s-right {
                float: auto;
                float: right
            }

        .shzr .list .con {
            width: 700px;
            min-height: 300px;
            padding-left: 98px;
            padding-right: 98px;
            padding-top: 10px
        }

            .shzr .list .con .li {
                margin-top: 50px
            }

            .shzr .list .con .li-tit {
                font-size: 30px;
                color: #444
            }

            .shzr .list .con .li-con {
                font-size: 16px;
                color: #444;
                margin-top: 12px;
                line-height: 1.75
            }

            .shzr .list .con.whln {
                display: table
            }

                .shzr .list .con.whln .c {
                    display: table-cell;
                    vertical-align: middle
                }

                .shzr .list .con.whln .c-tit {
                    font-size: 30px
                }

                .shzr .list .con.whln .c-des {
                    padding-top: 20px;
                    font-size: 16px;
                    color: #444;
                    line-height: 30px
                }

.yghd {
    width: 1199px;
    margin: 0 auto;
    padding-top: 80px
}

    .yghd ul {
        margin-left: -32px
    }

    .yghd li {
        width: 375px;
        float: left;
        margin-left: 32px
    }

        .yghd li .img {
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            width: 375px;
            height: 280px
        }

        .yghd li .tit {
            color: #222;
            height: 76px;
            line-height: 76px;
            text-align: center;
            font-size: 16px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

        .yghd li a:hover .tit {
            color: #01a35b
        }

.news {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px
}

    .news .list {
        padding: 20px;
        margin-top: 29px;
        border: 1px solid #d7d7d7;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

        .news .list:hover {
            border-color: #01a35b
        }

            .news .list:hover .con .title {
                color: #01a35b
            }

                .news .list:hover .con .title a {
                    color: #01a35b
                }

            .news .list:hover .con .btn a {
                margin-left: 10px
            }

        .news .list .img {
            width: 452px;
            height: 246px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            float: left
        }

        .news .list .con {
            float: left;
            width: 610px;
            padding-left: 60px
        }

            .news .list .con .time {
                padding-top: 30px;
                color: #01a35b;
                font-size: 18px
            }

            .news .list .con .title {
                padding-top: 11px;
                color: #444;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

                .news .list .con .title a {
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    font-size: 24px;
                    line-height: 1.3;
                    color: #444
                }

            .news .list .con .des {
                line-height: 22px;
                color: #666;
                padding-top: 25px
            }

            .news .list .con .btn {
                padding-top: 38px
            }

                .news .list .con .btn a {
                    display: inline-block;
                    width: 90px;
                    height: 30px;
                    border-radius: 4px;
                    background: #01a35b url("../images/news_list_icon.png") no-repeat center;
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s
                }

.news-detail {
    width: 1200px;
    margin: 0 auto
}

    .news-detail .title {
        text-align: center;
        font-size: 30px;
        color: #222;
        padding-top: 94px
    }

    .news-detail .tag {
        text-align: center;
        padding-top: 30px
    }

        .news-detail .tag span {
            color: #999;
            margin: 0 10px
        }

    .news-detail .content {
        color: #444;
        font-size: 16px;
        line-height: 30px
    }

        .news-detail .content p {
            margin-top: 40px
        }

        .news-detail .content img {
            margin: 0 auto
        }

    .news-detail .zan {
        text-align: center;
        padding-top: 75px;
        padding-bottom: 96px;
        font-size: 0
    }

        .news-detail .zan div {
            display: inline-block;
            width: 140px;
            padding-left: 40px;
            height: 44px;
            line-height: 44px;
            border: 1px solid #cacaca;
            border-radius: 4px;
            background-position: 40px center;
            background-repeat: no-repeat;
            font-size: 16px;
            color: #222;
            margin: 0 20px;
            cursor: pointer;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

            .news-detail .zan div:hover {
                color: #01a35b;
                border-color: #01a35b
            }

            .news-detail .zan div.yes {
                background-image: url("../images/zan.png")
            }

            .news-detail .zan div.no {
                background-position: 20px center;
                background-image: url("../images/trash.png")
            }

    .news-detail .recommand {
        padding-bottom: 70px
    }

    .news-detail .recommand-tit {
        font-size: 16px;
        font-weight: bold;
        color: #222;
        padding-bottom: 30px
    }

    .news-detail .recommand-con ul {
        margin-left: -40px
    }

    .news-detail .recommand-con li {
        width: 373px;
        float: left;
        margin-left: 40px;
        padding: 18px 0;
        border-top: 1px solid #cbcbcb
    }

        .news-detail .recommand-con li a {
            color: #222;
            font-size: 16px;
            line-height: 24px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

            .news-detail .recommand-con li a:hover {
                color: #01a35b
            }

        .news-detail .recommand-con li .count span {
            padding-right: 8px;
            line-height: 40px;
            color: #999
        }

.rcfz {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 100px
}

    .rcfz .list {
        margin-top: 50px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

        .rcfz .list:hover {
            box-shadow: 4px 10px 20px rgba(0,145,66,0.2)
        }

            .rcfz .list:hover .con .c-tit {
                color: #01a35b
            }

        .rcfz .list .img, .rcfz .list .con {
            float: left
        }

        .rcfz .list .img {
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            width: 600px;
            height: 340px
        }

            .rcfz .list .img.s-right {
                float: auto;
                float: right
            }

        .rcfz .list .con {
            width: 600px;
            min-height: 340px;
            padding-left: 80px;
            padding-right: 80px;
            padding-top: 10px;
            border: 1px solid #eee;
            display: table
        }

            .rcfz .list .con .c {
                display: table-cell;
                vertical-align: middle
            }

            .rcfz .list .con .c-en {
                font-size: 18px;
                color: #999
            }

            .rcfz .list .con .c-tit {
                font-size: 36px;
                padding-top: 10px;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s
            }

            .rcfz .list .con .c-des {
                margin-top: 20px;
                padding-right: 8px;
                height: 120px;
                font-size: 16px;
                color: #444;
                line-height: 24px;
                overflow: hidden;
                text-align: justify;
                text-justify: inter-ideograph
            }

.zxns {
    width: 1200px;
    margin: 0 auto;
    padding-top: 78px
}

    .zxns ul {
        margin-left: -45px
    }

    .zxns li {
        width: 370px;
        float: left;
        margin-left: 45px;
        position: relative
    }

        .zxns li:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            border: 1px solid #eee;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

        .zxns li:hover:after {
            border-width: 3px;
            border-color: #01a35b
        }

        .zxns li .tit {
            text-align: center;
            padding-top: 50px;
            font-size: 36px;
            color: #333
        }

        .zxns li .en {
            text-align: center;
            color: #01a35b;
            font-size: 16px;
            padding-top: 13px
        }

        .zxns li .ze {
            padding-left: 50px;
            padding-right: 50px;
            padding-top: 46px
        }

        .zxns li .ze-tit {
            font-size: 24px;
            color: #333
        }

        .zxns li .ze-con {
            padding-top: 30px;
            font-size: 18px;
            line-height: 34px;
            color: #666
        }

            .zxns li .ze-con p {
                padding-left: 12px;
                background: url("../images/zp_icon.png") no-repeat center left
            }

        .zxns li .btn {
            text-align: center;
            padding-bottom: 70px;
            padding-top: 45px
        }

            .zxns li .btn a {
                display: inline-block;
                width: 120px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                color: #fff;
                background: #01a35b;
                border-radius: 5px
            }

.contact {
    padding-top: 50px;
    padding-bottom: 100px
}

.contact-list {
    width: 100%;
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px
}

    .contact-list:after {
        content: "";
        position: absolute;
        left: 0;
        height: 360px;
        top: 0;
        width: 100%;
        background: #f3f3f3;
        z-index: -1
    }

    .contact-list .inner {
        width: 1200px;
        margin: 0 auto
    }

    .contact-list ul {
        margin-left: -20px
    }

    .contact-list .img {
        width: 100%;
        height: 162px;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto
    }

    .contact-list .tit {
        font-size: 24px;
        color: #333
    }

    .contact-list .con {
        padding-top: 8px;
        font-size: 18px;
        line-height: 38px;
        color: #333
    }

    .contact-list li {
        float: left;
        margin-left: 20px;
        width: 224px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        min-height: 400px;
        position: relative;
        text-align: center
    }

        .contact-list li:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            height: 5px;
            width: 100px;
            margin-left: -50px;
            background: #01a35b
        }

.contact-map {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1200px;
    height: 400px
}

.intro {
    width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 90px
}

    .intro p {
        font-size: 16px;
        line-height: 36px;
        color: #444;
        margin-top: 20px;
        padding-left: 100px;
        padding-right: 100px
    }

    .intro img {
        margin: 0 auto;
        margin-top: 20px
    }

.ry {
    width: 1200px;
    margin: 0 auto;
    padding-top: 78px
}

    .ry .inner {
        margin-left: -50px
    }

.ry-list {
    float: left;
    margin-left: 50px
}

    .ry-list .img {
        width: 573px;
        height: 573px;
        border: 1px solid #e2e2e2;
        position: relative;
        overflow: hidden;
        display: table
    }

    .ry-list .img-tag {
        position: absolute;
        left: -60px;
        top: 43px;
        width: 260px;
        height: 50px;
        background: #009142;
        color: #fff;
        font-size: 24px;
        text-align: center;
        line-height: 50px;
        transform: rotate(-45deg)
    }

    .ry-list .img-pic {
        display: table-cell;
        vertical-align: middle
    }

    .ry-list .img img {
        margin: 0 auto
    }

    .ry-list .tit {
        font-size: 18px;
        text-align: center;
        height: 96px;
        line-height: 96px
    }

.tylist {
    padding-top: 60px;
    width: 1200px;
    margin: 0 auto
}

    .tylist ul {
        padding-left: 120px
    }

    .tylist li {
        min-height: 110px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: table;
        position: relative;
        padding-left: 30px;
        border-left: 1px solid #e5e5e5
    }

        .tylist li:hover .icon {
            background-image: url("../images/qyry_list_icon2_hover.png")
        }

        .tylist li:hover a {
            color: #01a35b
        }

        .tylist li .icon {
            position: absolute;
            left: -5px;
            top: 50%;
            width: 10px;
            height: 10px;
            margin-top: -5px;
            background: url("../images/qyry_list_icon2.png") no-repeat center
        }

        .tylist li .time {
            position: absolute;
            left: -120px;
            top: 50%;
            width: 88px;
            height: 80px;
            margin-top: -40px;
            background: url("../images/qyry_list_icon.png") no-repeat center
        }

            .tylist li .time .inner {
                width: 80px;
                height: 80px;
                text-align: center;
                color: #fff
            }

            .tylist li .time span {
                display: block
            }

                .tylist li .time span.y {
                    font-weight: bold
                }

                .tylist li .time span.m {
                    font-size: 30px;
                    font-weight: bold;
                    padding-top: 17px
                }

        .tylist li a {
            display: table-cell;
            vertical-align: middle;
            color: #333;
            font-size: 16px;
            line-height: 30px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

    .tylist .btn {
        width: 150px;
        height: 50px;
        border-radius: 50px;
        background: #dddede;
        color: #333;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        margin: 0 auto;
        margin-top: 45px;
        margin-bottom: 100px;
        cursor: pointer;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

        .tylist .btn:hover {
            background: #01a35b;
            color: #fff
        }

.fzlc {
    padding-top: 65px;
    padding-bottom: 100px;
    background: url("../images/fzlc_bg.png") no-repeat center;
    background-size: cover
}

    .fzlc ul {
        width: 1px;
        margin: 0 auto;
        position: relative
    }

        .fzlc ul:after, .fzlc ul:before {
            position: absolute;
            content: "";
            top: -4px;
            width: 9px;
            height: 5px;
            left: 50%;
            margin: -5px;
            background: url("../images/fzlc_icon.png") no-repeat center
        }

        .fzlc ul:before {
            top: auto;
            bottom: -3px
        }

    .fzlc li {
        min-height: 110px;
        border-left: 1px solid #e1e1e1;
        position: relative
    }

        .fzlc li:hover a .time, .fzlc li:hover a .title {
            color: #01a35b
        }

        .fzlc li:hover:after {
            background-image: url("../images/fzlc_list_icon_hover.png")
        }

        .fzlc li:after {
            content: "";
            position: absolute;
            left: -17px;
            top: 50%;
            width: 31px;
            height: 31px;
            margin-top: -12px;
            background: url("../images/fzlc_list_icon.png") no-repeat center
        }

        .fzlc li .con {
            display: table;
            position: absolute;
            top: 0;
            right: 56px;
            width: 365px;
            text-align: right
        }

            .fzlc li .con.odd {
                right: auto;
                left: 56px;
                text-align: left
            }

        .fzlc li a {
            display: table-cell
        }

            .fzlc li a .time {
                font-size: 35px;
                font-weight: bold;
                color: #444;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s
            }

            .fzlc li a .title {
                color: #444;
                border-top: 1px solid #eee;
                font-size: 18px;
                padding-top: 16px;
                margin-top: 18px;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s
            }

.product {
    background: #f6f6f6
}

.product-list {
    width: 1199px;
    margin: 0 auto;
    padding-top: 35px
}

    .product-list ul {
        margin-left: -22px
    }

    .product-list li {
        width: 385px;
        float: left;
        background: #fff;
        margin-left: 22px;
        margin-bottom: 22px;
        padding-top: 40px;
        text-align: center;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

        .product-list li:hover {
            box-shadow: 5px 6px 30px rgba(0,145,66,0.2)
        }

            .product-list li:hover .btn a {
                background: #01a35b;
                border-color: #01a35b;
                color: #fff
            }

        .product-list li img {
            margin: 0 auto;
            width: 280px
        }

        .product-list li .tit {
            font-size: 18px;
            color: #222;
            font-weight: bold
        }

        .product-list li .des {
            color: #666;
            padding-top: 12px;
            padding-bottom: 22px
        }

        .product-list li .btn {
            text-align: center;
            padding-bottom: 50px
        }

            .product-list li .btn a {
                display: inline-block;
                width: 120px;
                height: 40px;
                line-height: 36px;
                text-align: center;
                border-radius: 40px;
                border: 2px solid #e0e0e0;
                color: #333;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s
            }

.product-detail {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px
}

    .product-detail .detail {
        height: 400px;
        background: #fff
    }

        .product-detail .detail .img {
            float: left;
            width: 510px
        }

            .product-detail .detail .img img {
                margin: 0 auto;
                width: 400px
            }

        .product-detail .detail .con {
            float: right;
            width: 690px;
            padding-right: 100px
        }

            .product-detail .detail .con .tit {
                font-size: 24px;
                color: #222;
                padding-top: 72px
            }

            .product-detail .detail .con .des {
                color: #999;
                padding-top: 9px;
                padding-bottom: 24px;
                border-bottom: 1px solid #eee
            }

            .product-detail .detail .con .li {
                padding-top: 16px
            }

                .product-detail .detail .con .li p {
                    font-size: 0
                }

                    .product-detail .detail .con .li p span {
                        font-size: 16px;
                        line-height: 30px;
                        display: inline-table;
                        vertical-align: top;
                        color: #666
                    }

                        .product-detail .detail .con .li p span.t {
                            width: 90px
                        }

                        .product-detail .detail .con .li p span.c {
                            width: 500px
                        }

    .product-detail .ted {
        background: #fff;
        margin-top: 20px;
        padding-top: 40px
    }

    .product-detail .ted-tit {
        border-left: 3px solid #01a35b;
        padding-left: 20px;
        font-size: 18px;
        color: #444
    }

    .product-detail .ted-con {
        padding: 30px 50px 50px 50px;
        line-height: 30px;
        color: #222
    }

.ypzc {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 90px
}

    .ypzc p {
        font-size: 16px;
        line-height: 30px;
        color: #444;
        margin-bottom: 20px
    }

    .ypzc img {
        margin: 0 auto;
        margin-bottom: 50px
    }

.ly {
    position: absolute;
    top: 40px;
    width: 84px;
    height: 84px;
    right: 0;
    background: #01a35b url("../images/ly.png") no-repeat center;
    box-shadow: 10px 10px 20px rgba(0,146,66,0.3);
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

    .ly:hover {
        background-color: #017b39
    }

.ywlc {
    background: #f9f9f9 url("../images/fzlc_bg.png") no-repeat center;
    background-size: cover;
    margin-top: 100px
}

.ywlc-title {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    color: #444
}

    .ywlc-title:after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0;
        height: 5px;
        width: 70px;
        margin-left: -35px;
        background: #01a35b
    }

.ywlc-con {
    width: 1199px;
    padding-bottom: 65px;
    margin: 0 auto
}

    .ywlc-con ul {
        margin-left: -37px
    }

    .ywlc-con li {
        float: left;
        width: 375px;
        height: 215px;
        background: #fff;
        margin-left: 37px;
        margin-bottom: 37px;
        position: relative;
        padding: 48px;
        cursor: pointer;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

        .ywlc-con li .tit {
            font-size: 30px;
            color: #444
        }

        .ywlc-con li .en {
            font-size: 18px;
            color: rgba(68,68,68,0.4);
            padding-top: 10px
        }

        .ywlc-con li .num {
            position: absolute;
            right: -6px;
            bottom: -18px;
            font-size: 120px;
            font-weight: bold;
            color: rgba(155,155,155,0.07)
        }

        .ywlc-con li:hover {
            background: #01a35b
        }

            .ywlc-con li:hover .num {
                color: rgba(255,255,255,0.1)
            }

            .ywlc-con li:hover .tit {
                color: #fff
            }

            .ywlc-con li:hover .en {
                color: #ccc
            }

.call {
    padding-top: 120px
}

.call-title {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    color: #444
}

    .call-title:after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0;
        height: 5px;
        width: 70px;
        margin-left: -35px;
        background: #01a35b
    }

.call-con {
    text-align: center;
    padding-bottom: 100px
}

    .call-con .li {
        display: inline-block;
        margin: 0 48px
    }

        .call-con .li:hover .img {
            background-color: #01a35b;
            background-image: url("../images/call_hover.png")
        }

        .call-con .li:hover .tit a {
            color: #01a35b
        }

        .call-con .li .img {
            width: 100px;
            height: 100px;
            background: #fff url("../images/call.png") no-repeat center;
            border-radius: 100px;
            box-shadow: 3px 5px 10px rgba(181,181,181,0.3);
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

        .call-con .li .tit {
            padding-top: 30px
        }

            .call-con .li .tit a {
                color: #444;
                font-size: 18px
            }

.daoru-title {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    color: #444
}

    .daoru-title:after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0;
        height: 5px;
        width: 70px;
        margin-left: -35px;
        background: #01a35b
    }

.daoru-con {
    width: 100%;
    height: 611px;
    position: relative
}

    .daoru-con .swiper-slide {
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

        .daoru-con .swiper-slide .con {
            position: absolute;
            left: 50%;
            bottom: -94px;
            width: 1400px;
            margin-left: -700px;
            height: 132px;
            background: #fff;
            padding-top: 76px;
            box-shadow: 4px 2px 35px rgba(181,181,181,0.45);
            font-size: 16px;
            color: #000;
            text-align: center
        }

.daoru .swiper-pagination {
    bottom: -5px
}

    .daoru .swiper-pagination span {
        width: 9px;
        height: 9px;
        margin: 0 24px !important;
        background: #000
    }

        .daoru .swiper-pagination span.swiper-pagination-bullet-active {
            background: #01a35b
        }

.lybox {
    width: 580px;
    height: 560px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    margin-left: -240px;
    margin-top: -230px;
    z-index: 99
}

    .lybox.active {
        display: block;
        -moz-animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -moz-animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: toscale;
        -moz-animation-name: toscale;
        animation-name: toscale
    }

.lybox-bg {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #ccc;
    background: rgba(0,0,0,0.7);
    z-index: 98
}

    .lybox-bg.active {
        display: block;
        -moz-animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -moz-animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fade;
        -moz-animation-name: fade;
        animation-name: fade
    }

.lybox-close {
    position: absolute;
    right: -13px;
    top: -13px;
    width: 25px;
    height: 25px;
    background: #fff url("../images/close.png") no-repeat center;
    border-radius: 25px;
    cursor: pointer
}

.lybox-title {
    text-align: center;
    font-size: 30px;
    color: #444;
    padding-top: 60px;
    padding-bottom: 30px
}

.lybox-con {
    padding-left: 60px;
    padding-right: 60px
}

    .lybox-con input[type="text"], .lybox-con textarea {
        width: 100%;
        border: 1px solid #eee;
        border-radius: 5px;
        padding-left: 50px;
        margin-bottom: 20px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

        .lybox-con input[type="text"]:focus, .lybox-con textarea:focus {
            border-color: #01a35b
        }

    .lybox-con input[type="text"] {
        height: 50px;
        line-height: 48px;
        font-size: 16px;
        background-repeat: no-repeat
    }

        .lybox-con input[type="text"].username {
            background-position: 16px center;
            background-image: url("../images/user_icon.png")
        }

        .lybox-con input[type="text"].usercall {
            background-position: 20px center;
            background-image: url("../images/phone.png")
        }

    .lybox-con textarea {
        background: url("../images/content.png") no-repeat 18px 14px;
        height: 150px;
        padding-top: 13px;
        line-height: 1.5;
        font-size: 16px
    }

    .lybox-con input[type="submit"] {
        display: block;
        margin: 0 auto;
        width: 150px;
        height: 50px;
        text-align: center;
        background: #01a35b;
        color: #fff;
        font-size: 16px;
        border: 0 none;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 10px
    }

.yxzc {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 44px
}

.yxzc-title {
    font-size: 24px;
    font-weight: bold;
    color: #444;
    padding-left: 20px;
    border-left: 3px solid #01a35b;
    margin-top: 60px;
    margin-bottom: 30px
}

.yxzc-box ul {
    margin-left: -45px
}

.yxzc-box li {
    width: 370px;
    margin-left: 45px;
    text-align: center;
    float: left
}

    .yxzc-box li:hover .con {
        background: #01a35b;
        border-color: #01a35b
    }

        .yxzc-box li:hover .con .tit {
            color: #fff
        }

        .yxzc-box li:hover .con .des {
            color: #ddd
        }

    .yxzc-box li .img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 370px;
        height: 208px
    }

    .yxzc-box li .con {
        border: 1px solid #eee;
        padding: 27px 36px;
        background: #fff;
        min-height: 210px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

        .yxzc-box li .con .tit {
            font-size: 20px;
            line-height: 24px;
            color: #222;
            font-weight: bold
        }

        .yxzc-box li .con .des {
            font-size: 16px;
            line-height: 24px;
            color: #666;
            text-align: left;
            padding-top: 12px
        }

.yxzc-list .list {
    margin-top: 30px
}

    .yxzc-list .list .img, .yxzc-list .list .con {
        float: left
    }

    .yxzc-list .list .img {
        width: 370px;
        height: 208px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

        .yxzc-list .list .img.s-right {
            float: auto;
            float: right
        }

    .yxzc-list .list .con {
        width: 830px;
        min-height: 208px;
        padding-left: 52px;
        padding-right: 52px;
        border: 1px solid #e6e6e6;
        display: table
    }

        .yxzc-list .list .con .c {
            display: table-cell;
            vertical-align: middle
        }

        .yxzc-list .list .con .c-tit {
            font-size: 24px
        }

        .yxzc-list .list .con .c-des {
            padding-top: 20px;
            font-size: 16px;
            color: #444;
            line-height: 24px
        }

.sczl {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px
}

.sczl-title {
    position: relative;
    margin-top: 75px;
    font-size: 30px;
    color: #222
}

    .sczl-title .num1, .sczl-title .num2, .sczl-title .num3 {
        position: absolute;
        width: 46px;
        height: 46px;
        background-repeat: no-repeat;
        background-position: center;
        left: -65px;
        top: 50%;
        margin-top: -23px;
        display: block
    }

    .sczl-title .num1 {
        background-image: url("../images/num1.png")
    }

    .sczl-title .num2 {
        background-image: url("../images/num2.png")
    }

    .sczl-title .num3 {
        background-image: url("../images/num3.png")
    }

.sczl-con {
    font-size: 16px;
    line-height: 30px;
    padding-top: 25px;
    color: #444
}

    .sczl-con p {
        margin-top: 23px
    }

    .sczl-con img {
        margin: 0 auto;
        margin-top: 50px
    }

.sczl-con-list ul {
    margin-left: -60px
}

.sczl-con-list li {
    width: 255px;
    float: left;
    margin-left: 60px
}

    .sczl-con-list li img {
        width: 100%
    }

    .sczl-con-list li .tit {
        height: 54px;
        line-height: 54px;
        text-align: center;
        color: #444;
        font-size: 16px
    }

.home {
    background: #f4f4f4;
    padding-top: 90px;
    padding-bottom: 110px
}

    .home .inner {
        width: 1200px;
        margin: 0 auto
    }

.home-about, .home-news, .home-shzr {
    width: 400px;
    height: 650px;
    float: left
}

.home-about {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 650px;
    background-image: url("../images/home_img_bg01.jpg");
    padding: 60px 50px
}

    .home-about .tit {
        font-size: 25px;
        color: #444;
        padding-bottom: 25px;
        position: relative
    }

        .home-about .tit:after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 25px;
            height: 3px;
            background: #01a35b
        }

    .home-about .con {
        line-height: 22px;
        font-size: 16px;
        color: #777;
        padding-top: 25px
    }

    .home-about .btn {
        padding-top: 34px
    }

        .home-about .btn a {
            display: inline-block;
            width: 100px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #01a35b;
            color: #01a35b;
            border-radius: 4px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

            .home-about .btn a:hover {
                background: #01a35b;
                color: #fff
            }

.home-news {
    background: #fff
}

.home-news-title {
    font-size: 25px;
    color: #222;
    margin-top: 45px;
    padding-left: 40px;
    position: relative
}

    .home-news-title a {
        display: block;
        width: 25px;
        height: 25px;
        background: url("../images/add_icon.png") no-repeat center;
        position: absolute;
        right: 45px;
        top: 0
    }

.home-news-banner {
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden
}

    .home-news-banner .swiper-slide {
        padding: 25px 20px 25px 20px
    }

    .home-news-banner .page {
        position: absolute;
        left: 20px;
        bottom: 25px;
        width: 65px;
        height: 36px;
        z-index: 6;
        background: #595757;
        font-size: 0;
        text-align: center
    }

        .home-news-banner .page .prev, .home-news-banner .page .next {
            display: inline-block;
            width: 20px;
            height: 36px;
            line-height: 36px;
            cursor: pointer;
            margin: 0 5px;
            background: url("../images/home_icon_l.png") no-repeat center
        }

        .home-news-banner .page .next {
            background-image: url("../images/home_icon_r.png")
        }

        .home-news-banner .page .swiper-button-disabled {
            opacity: .3
        }

    .home-news-banner .img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 360px;
        height: 185px
    }

    .home-news-banner .c {
        padding-left: 90px;
        margin-top: 25px;
        padding-right: 8px;
        position: relative
    }

        .home-news-banner .c .time {
            position: absolute;
            left: 0;
            top: 0;
            width: 65px;
            height: 67px;
            background: #01a35b;
            color: #fff;
            text-align: center
        }

            .home-news-banner .c .time span.d {
                font-size: 30px
            }

            .home-news-banner .c .time span.m {
                padding-top: 2px;
                font-size: 12px
            }

            .home-news-banner .c .time .t {
                height: 64px;
                padding-top: 8px;
                padding-bottom: 10px
            }

            .home-news-banner .c .time .b {
                height: 36px;
                background: #595757
            }

    .home-news-banner .tit {
        font-size: 18px;
        line-height: 22px
    }

        .home-news-banner .tit a {
            color: #222
        }

            .home-news-banner .tit a:hover {
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                color: #01a35b
            }

    .home-news-banner .des {
        font-size: 14px;
        line-height: 18px;
        color: #222;
        padding-top: 5px
    }

.home-news-lists {
    padding: 25px
}

    .home-news-lists li {
        line-height: 42px;
        height: 42px
    }

        .home-news-lists li a {
            padding-left: 28px;
            background: url("../images/home_icon.png") no-repeat 10px center;
            color: #222;
            font-size: 16px;
            float: left;
            display: block;
            width: 260px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .home-news-lists li a:hover {
                color: #01a35b;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s
            }

        .home-news-lists li span {
            font-size: 14px;
            color: #999;
            float: right
        }

.home-shzr {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 650px;
    background-image: url("../images/home_img_bg02.jpg");
    padding: 60px 50px
}

    .home-shzr .tit {
        font-size: 25px;
        color: #fff;
        padding-bottom: 25px;
        position: relative
    }

        .home-shzr .tit:after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 25px;
            height: 3px;
            background: #fff;
            background: rgba(255,255,255,0.55)
        }

    .home-shzr .des {
        line-height: 32px;
        font-size: 20px;
        color: #fff;
        padding-top: 25px
    }

    .home-shzr .con {
        line-height: 20px;
        font-size: 16px;
        color: #fff;
        padding-top: 5px
    }

    .home-shzr .btn {
        padding-top: 34px
    }

        .home-shzr .btn a {
            display: inline-block;
            width: 100px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #fff;
            color: #fff;
            border-radius: 4px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

            .home-shzr .btn a:hover {
                background: #fff;
                color: #01a35b
            }

.banner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner-content .swiper-slide {
    position: relative;
    z-index: 1;
    width: 100%
}

    .banner-content .swiper-slide.swiper-slide-active .img-bg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .banner-content .swiper-slide .con {
        position: absolute;
        left: 50%;
        top: 96px;
        z-index: 2
    }

        .banner-content .swiper-slide .con .des, .banner-content .swiper-slide .con .en, .banner-content .swiper-slide .con .btn {
            padding-left: 129px;
            color: #fff
        }

        .banner-content .swiper-slide .con .des {
            font-size: 20px;
            line-height: 26px;
            padding-top: 25px;
            padding-bottom: 15px
        }

        .banner-content .swiper-slide .con .en {
            font-size: 12px
        }

        .banner-content .swiper-slide .con .btn {
            padding-top: 36px
        }

            .banner-content .swiper-slide .con .btn a {
                display: block;
                width: 30px;
                height: 30px;
                background: url("../images/home_banner_icon.png") no-repeat center
            }

    .banner-content .swiper-slide .img-bg {
        width: 100%;
        height: 970px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: transform 5s;
        -o-transition: transform 5s;
        transition: transform 5s
    }

.banner-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background-color: rgba(0,0,0,0.3);
    z-index: 3
}

    .banner-menu li {
        width: 25%;
        float: left;
        text-align: center;
        position: relative
    }

        .banner-menu li:hover .icon {
            border-color: rgba(255,255,255,0.9);
            background-color: rgba(255,255,255,0.15)
        }

        .banner-menu li:after {
            position: absolute;
            content: "";
            left: 0;
            top: 50px;
            width: 1px;
            height: 188px;
            background: rgba(255,255,255,0.15)
        }

        .banner-menu li:first-child:after {
            width: 0
        }

        .banner-menu li .icon {
            width: 90px;
            height: 90px;
            border-radius: 90px;
            margin: 0 auto;
            margin-top: 50px;
            border: 5px solid #fff;
            border: 5px solid rgba(255,255,255,0.45);
            background-position: center;
            background-repeat: no-repeat;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s
        }

            .banner-menu li .icon.b_01 {
                background-image: url("../images/home_b_icon01.png")
            }

            .banner-menu li .icon.b_02 {
                background-image: url("../images/home_b_icon02.png")
            }

            .banner-menu li .icon.b_03 {
                background-image: url("../images/home_b_icon03.png")
            }

            .banner-menu li .icon.b_04 {
                background-image: url("../images/home_b_icon04.png")
            }

        .banner-menu li .title {
            color: #fff;
            font-size: 25px;
            padding-top: 17px
        }

        .banner-menu li .en {
            padding-top: 8px;
            color: #fff;
            font-size: 18px;
            color: rgba(255,255,255,0.45)
        }

        .banner-menu li .btn {
            width: 60px;
            height: 60px;
            margin: 0 auto;
            background: url("../images/home_b_icon_r.png") no-repeat center
        }

.banner .swiper-pagination {
    position: absolute;
    bottom: 312px;
    width: 100%
}

    .banner .swiper-pagination .swiper-pagination-bullet {
        vertical-align: middle;
        width: 7px;
        height: 7px;
        background: #fff;
        background: rgba(255,255,255,0.5);
        margin: 0 5px;
        opacity: 1
    }

    .banner .swiper-pagination .swiper-pagination-bullet-active {
        width: 15px;
        height: 15px;
        background: #fff
    }

.banner .swiper-button-prev, .banner .swiper-button-next {
    top: 320px;
    margin-top: 0;
    width: 15px;
    height: 25px;
    background-size: 15px 25px
}

.banner .swiper-button-prev {
    background-image: url('../images/home_banner_l.png');
    left: 38px
}

.banner .swiper-button-next {
    background-image: url('../images/home_banner_r.png');
    right: 38px
}

.search-result {
    width: 1200px;
    padding-top: 80px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px
}

.search-result-form {
    position: relative
}

    .search-result-form input[type="text"] {
        width: 100%;
        height: 80px;
        line-height: 80px;
        padding-right: 210px;
        border: 1px solid #ccc;
        padding-left: 80px;
        font-size: 18px;
        background: url("../images/search.png") no-repeat 30px center;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s
    }

        .search-result-form input[type="text"]:focus {
            border-color: #01a35b
        }

    .search-result-form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 80px;
        line-height: 80px;
        z-index: 1;
        text-align: center;
        background: #01a35b;
        color: #fff;
        font-size: 24px;
        border: 0 none;
        cursor: pointer
    }

.search-result-des {
    padding-top: 42px;
    padding-bottom: 40px;
    font-size: 16px;
    color: #444
}

    .search-result-des span {
        padding-left: 5px;
        padding-right: 5px
    }

.search-result-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    background: #f8f8f8;
    text-align: center;
    border-bottom: 2px solid #f0f0f0
}

.search-result-content li {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px
}

    .search-result-content li:hover .tit a {
        color: #01a35b
    }

    .search-result-content li a {
        color: #000;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        font-size: 16px
    }

    .search-result-content li .tit {
        padding-bottom: 18px
    }

        .search-result-content li .tit font {
            color: #01a35b
        }

    .search-result-content li .des {
        color: #666;
        line-height: 1.2
    }

@media (max-width:1640px) {
    header {
        height: 80px;
        line-height: 80px
    }

        header .logo {
            width: 280px;
            height: 42px;
            margin-top: 18px;
            margin-left: 18px
        }

        header .nav a {
            font-size: 16px;
            line-height: 80px;
            padding-left: 15px;
            padding-right: 20px
        }

        header .search {
            top: 20px
        }

    .sub-banner {
        height: 400px
    }

    .menu-tab .inner {
        width: 1200px;
        overflow: hidden
    }

        .menu-tab .inner a {
            height: 50px;
            line-height: 50px;
            font-size: 16px
        }

        .menu-tab .inner li {
            height: 50px;
            width: 240px
        }

    .pos {
        width: 1200px
    }

    footer {
        height: 190px;
        padding-top: 45px
    }

        footer .share {
            padding-bottom: 15px
        }

    .daoru-con .swiper-slide .con {
        width: 1200px;
        margin-left: -600px
    }
}

@media (max-width:1200px) {
    .search-result {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .search-result-content li .tit {
        line-height: 1.3
    }

    .search-result-content li .des {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .menu-tab .inner {
        width: 100%;
        overflow-x: auto
    }

        .menu-tab .inner a {
            height: 50px;
            line-height: 50px;
            font-size: 16px
        }

        .menu-tab .inner li {
            height: 50px;
            width: 180px
        }

    .sub-banner {
        height: 320px
    }

    .mb-nav {
        display: block
    }

    .pos {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 20px
    }

    .product-list {
        width: 100%;
        padding-top: 0
    }

        .product-list ul {
            margin-left: 0
        }

            .product-list ul li {
                width: 30.333%;
                margin-left: 1.5%;
                margin-right: 1.5%;
                margin-bottom: 33px
            }

    header .nav {
        float: auto;
        margin-right: 0;
        display: none;
        border-top: 1px solid #eee
    }

        header .nav.active {
            display: block;
            position: fixed;
            left: 0;
            top: 60px;
            z-index: 30;
            width: 100%;
            height: 100%
        }

            header .nav.active a {
                display: block;
                width: 100%;
                height: 60px;
                line-height: 60px;
                border-bottom: 1px solid #eee;
                background-image: none
            }

    .product-detail {
        width: 100%;
        padding-bottom: 20px
    }

        .product-detail .detail .img {
            width: 40%
        }

        .product-detail .detail .con {
            width: 60%;
            padding-right: 50px
        }

            .product-detail .detail .con .li p span.t {
                width: 25%
            }

            .product-detail .detail .con .li p span.c {
                width: 75%
            }

    .sub-title {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px
    }

    .yghd {
        width: 100%;
        padding: 20px
    }

        .yghd ul {
            margin-left: 0
        }

        .yghd li {
            width: 30.33333%;
            margin-left: 1.5%;
            margin-right: 1.5%
        }

            .yghd li a {
                display: block;
                width: 100%;
                height: 100%
            }

            .yghd li .img {
                width: 100%;
                height: 300px
            }

    .shzr {
        width: 100%;
        padding: 20px
    }

        .shzr .list .img {
            width: 46%
        }

        .shzr .list .con {
            width: 54%;
            padding-left: 50px;
            padding-right: 50px
        }

    .ry {
        width: 100%
    }

        .ry .inner {
            margin-left: 0
        }

    .ry-list {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%
    }

        .ry-list .img {
            width: 100%
        }

    .tylist {
        width: 100%;
        padding: 0 20px
    }

    .intro {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

        .intro p {
            padding-left: 0;
            padding-right: 0
        }

        .intro img {
            width: 100%
        }

    .news-detail {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

        .news-detail img {
            width: 100%;
            max-width: 100%
        }

    .news .list .con .des {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .news-detail .recommand-con ul {
        margin: 0
    }

    .news-detail .recommand-con li {
        width: 32%;
        margin-left: 1%
    }

    .news {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

        .news .list .img {
            width: 40%
        }

        .news .list .con {
            width: 60%
        }

    .ypzc {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .rcfz {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

        .rcfz .list .img, .rcfz .list .con {
            width: 50%
        }

    .zxns {
        width: 100%
    }

        .zxns ul {
            margin-left: 0
        }

            .zxns ul li {
                width: 32%;
                margin-left: 1%
            }

                .zxns ul li .ze {
                    padding-left: 20px;
                    padding-right: 20px
                }

    .contact-list .inner {
        width: 100%
    }

        .contact-list .inner ul {
            margin-left: 0
        }

            .contact-list .inner ul li {
                width: 19%;
                margin-left: .5%;
                margin-right: .5%
            }

    .contact-map {
        width: 100%
    }

    .ywlc-con {
        width: 100%
    }

        .ywlc-con ul {
            margin-left: 0
        }

            .ywlc-con ul li {
                width: 32%;
                margin-left: 1%
            }

    .daoru-con {
        height: 450px
    }

        .daoru-con .swiper-slide .con {
            width: 94%;
            margin-left: -47%;
            padding-left: 20px;
            padding-right: 20px;
            line-height: 1.75;
            padding-top: 50px;
            box-shadow: rgba(0,0,0,0.02)
        }

        .daoru-con .swiper-pagination {
            bottom: 5px
        }

            .daoru-con .swiper-pagination span {
                margin: 0 10px !important
            }

    .call {
        padding-top: 95px
    }

    .sczl {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .sczl-title {
        margin-left: 60px
    }

    .sczl-con-list ul {
        margin-left: 0
    }

        .sczl-con-list ul li {
            width: 23%;
            margin-left: 1%;
            margin-right: 1%
        }

    .yxzc {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .yxzc-box ul {
        margin-left: 0
    }

        .yxzc-box ul li {
            width: 32%;
            margin-left: 1%
        }

            .yxzc-box ul li .img {
                width: 100%
            }

            .yxzc-box ul li .con {
                height: 240px
            }

    .yxzc-list .list .img {
        width: 38%
    }

    .yxzc-list .list .con {
        width: 62%
    }

    .banner-content .swiper-slide .con {
        left: 37%
    }

    .banner-menu li .en {
        font-size: 13px
    }

    .banner-menu li .title {
        font-size: 20px
    }

    .home {
        padding-top: 50px;
        padding-bottom: 50px
    }

        .home .inner {
            width: 100%
        }

    .home-about {
        width: 30%;
        padding-left: 20px;
        padding-right: 20px
    }

    .home-banner {
        width: 40%
    }

    .home-shzr {
        width: 30%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:992px) {
    .sub-banner {
        height: 280px
    }

    .product-list ul li {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%
    }

    .product-detail .detail .img img {
        width: 100%
    }

    .yghd li .img {
        height: 163px
    }

    .ry-list .img-pic img {
        width: 100%
    }

    .ry-list .img {
        height: auto
    }

    .daoru-con {
        height: 350px
    }

    .ywlc-con ul li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%
    }

    .fzlc li .con {
        left: 56px;
        right: auto;
        text-align: left
    }

    .fzlc ul {
        margin-left: 20px;
        margin-right: auto
    }

    .ypzc img, .sczl-con img {
        width: 100%
    }

    .rcfz .list .con {
        padding-left: 40px;
        padding-right: 40px
    }

    .rcfz {
        padding-bottom: 40px
    }

    .zxns ul li {
        width: 98%;
        margin-top: 40px
    }

    .contact-list .inner ul li {
        width: 32.3333333%;
        margin-top: 9px
    }

    .contact-list {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .contact {
        padding-bottom: 50px
    }

    .home-about, .home-news, .home-shzr {
        width: 100%
    }

    .banner-content .swiper-slide .con {
        left: 13%
    }

    .home-news-banner .page {
        bottom: 70px
    }
}

@media (max-width:767px) {
    .search-result {
        padding-top: 30px
    }

    .search-result-form input[type="text"] {
        background-position: 10px center;
        padding-left: 40px
    }

    .search-result-form input[type="text"], .search-result-form input[type="submit"] {
        height: 50px;
        line-height: 50px
    }

    .search-result-form input[type="submit"] {
        width: 80px;
        font-size: 18px
    }

    .search-result-content li {
        padding-top: 15px;
        padding-bottom: 15px
    }

        .search-result-content li .tit {
            padding-bottom: 10px
        }

    .product-list ul li {
        width: 96%
    }

    .pos {
        padding-left: 5px
    }

        .pos a {
            padding-left: 10px;
            padding-right: 10px
        }

    .product-list ul li {
        margin-bottom: 8px
    }

    .pagenation {
        padding-top: 25px;
        padding-bottom: 30px
    }

        .pagenation a {
            display: none
        }

            .pagenation a.btn, .pagenation a.active {
                display: inline-block;
                padding-left: 8px;
                padding-right: 8px;
                height: 36px;
                line-height: 36px
            }

        .pagenation span {
            display: none
        }

    .product-detail .detail .img, .product-detail .detail .con {
        width: 100%
    }

    .product-detail .detail .con {
        padding: 15px
    }

    .product-detail .detail {
        height: auto
    }

    .sub-title {
        padding-left: 10px;
        padding-right: 10px
    }

        .sub-title .tit-en {
            font-size: 26px;
            margin-top: -2px
        }

        .sub-title .tit-cn {
            font-size: 32px
        }

        .sub-title .tit {
            background-size: 76px 63px
        }

        .sub-title .des {
            padding-top: 0
        }

    .yghd li {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%
    }

    .sub-banner {
        height: 220px
    }

    .yghd {
        padding: 10px
    }

    .shzr .list .img, .shzr .list .con {
        width: 100%;
        padding: 10px
    }

        .shzr .list .img.s-right {
            float: auto
        }

    .shzr {
        padding: 10px
    }

        .shzr .list {
            margin-top: 0
        }

    .ry {
        padding: 10px
    }

    .ry-list {
        width: 100%;
        margin: 0
    }

    .tylist ul {
        padding-left: 0
    }

    .tylist .btn {
        margin-bottom: 60px
    }

    .intro {
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0
    }

    .fzlc li .con {
        width: 300px;
        left: 30px !important
    }

    .news-detail .title {
        padding-top: 20px
    }

    .news-detail {
        padding-left: 15px;
        padding-right: 15px
    }

        .news-detail .zan div {
            margin: 0 5px
        }

        .news-detail .recommand-con li {
            width: 100%;
            margin: 0
        }

    .news {
        padding: 10px
    }

        .news .list .con, .news .list .img {
            width: 100%;
            padding-left: 0
        }

    .ywlc-con ul li {
        width: 98%;
        margin-left: 0;
        margin-right: 0
    }

    .daoru-con {
        height: 220px
    }

    .ypzc {
        padding: 40px 15px
    }

    .sczl-con-list ul li {
        width: 48%
    }

    .sczl {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px
    }

    .sczl-title .num1, .sczl-title .num2, .sczl-title .num3 {
        width: 23px;
        height: 23px;
        background-size: 23px 23px;
        left: -34px
    }

    .sczl-title {
        font-size: 26px;
        margin-left: 35px;
        margin-top: 40px
    }

    .yxzc-box ul li {
        width: 98%;
        margin-bottom: 10px
    }

        .yxzc-box ul li .con {
            padding: 15px;
            height: auto;
            min-height: auto
        }

    .yxzc-list .list .img, .yxzc-list .list .con {
        width: 100%
    }

    .yxzc-list .list .con {
        padding: 15px
    }

    .yxzc {
        padding: 15px
    }

    .rcfz .list .img, .rcfz .list .con {
        width: 100%
    }

    .rcfz {
        padding: 15px
    }

        .rcfz .list .con {
            padding: 15px
        }

    .zxns {
        padding-top: 15px
    }

        .zxns ul li {
            margin-top: 15px
        }

    .contact-list .inner ul li {
        width: 49%
    }

    .contact-list .con {
        font-size: 16px
    }

    .contact-list .tit {
        font-size: 20px
    }

    .contact {
        padding-bottom: 15px
    }

    .contact-map {
        height: 280px
    }

    .ywlc-title, .daoru-title {
        font-size: 28px;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .call-con {
        padding-bottom: 40px
    }

        .call-con .li {
            margin-top: 30px
        }

    .ywlc-con {
        padding-bottom: 0
    }

    .ly {
        position: static;
        margin: 0 auto;
        margin-top: 25px
    }

    .ywlc {
        margin-top: 25px
    }

    .daoru-con .swiper-slide .con {
        height: auto;
        padding: 20px
    }

    .daoru-con .swiper-pagination {
        bottom: 40px
    }

    .lybox {
        width: 100%;
        margin-left: 0;
        left: 0;
        height: auto;
        top: 10%;
        margin-top: 0;
        padding-bottom: 30px
    }

    .lybox-title {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .lybox-con {
        padding-left: 10px;
        padding-right: 10px
    }

    .lybox-close {
        right: auto;
        left: 50%;
        margin-left: -12px
    }

    .home-news-lists {
        padding-left: 10px;
        padding-right: 10px
    }

    .home-news-banner .page {
        bottom: 25px
    }

    .home-shzr, .home-about {
        height: 480px
    }

    .home-news-lists li a {
        width: 74%
    }

    .banner-content .swiper-slide .con {
        left: 3%;
        width: 94%
    }

        .banner-content .swiper-slide .con .img img {
            width: 100%
        }

    .banner .swiper-button-prev, .banner .swiper-button-next {
        display: none !important
    }

    .banner-content .swiper-slide .con .des, .banner-content .swiper-slide .con .en, .banner-content .swiper-slide .con .btn {
        padding-left: 0
    }

    .banner-menu {
        height: 580px
    }

        .banner-menu li {
            width: 50%
        }

    .banner-content .swiper-slide .img-bg {
        height: 1260px
    }

    .banner .swiper-pagination {
        bottom: 602px
    }
}

.incompatible {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background: #EC7E7E;
    text-align: center;
    color: #fff
}

    .incompatible a {
        color: #4141AC;
        padding-left: 10px;
        text-decoration: underline
    }
/*# sourceMappingURL=style.min.css.map */
