﻿@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A {
    color: #333333;
    outline: none;
}

A:visited {
    color: #333333;
}

A:active {
    color: #333333
}

A:hover {
    COLOR: #1c6c37
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: Arial, "微软雅黑";
    background: #fff;
    color: #333333;
}

body, html {
    width: 100%;
    height: 100%;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

button {
    border: 0;
    background: none;
}

input {
    border: 0px;
}

img, button, label, :before, :after {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, p, h1, h2, h3, h4, h5, h6, span, :before, :after {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

@media only screen and (max-width: 1200px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 12px;
        line-height: 1.5;
    }


}

@media only screen and (min-width: 1200px) {
    .main {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

}


@media only screen and (max-width: 1200px) {
    .top {
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        height: 55px;
        position: fixed;
        z-index: 30;
        top: 0px;
        left: 0;
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    .logo {
        width: 236px;
        height: 30px;
        position: absolute;
        left: 3%;
        top: 12.5px;
        z-index: 31;
        background: url("../images/logo.jpg") no-repeat;
        background-size: auto 100%;
    }

    .logo img {
        height: 30px;
    }


    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px #ddd;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 10px 0px;
        text-align: left;
        padding-left: 3%;
        color: #333333;
    }

    .menu a {
        font-size: 14px;
    }

    .menu a:hover {
        COLOR: #1c6c37
    }

    .menu dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .menu dl dd {
        width: 50%;
        float: left;
    }

    .menu dl dd a {
        padding: 5px 0px;
        padding-left: 6%;
        font-size: 12px;
    }

    a.cd_zz {
        display: none;
    }

    .menu2 {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 10px;
        top: 12.5px;
        z-index: 31;
    }

    .menu2 a {
        outline: none;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%231c6c37'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .menu2 a.on {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%231c6c37'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%231c6c37'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .logo span.s1 {
        left: 155px;
        width: 200px;
        display: none;
        top: 50%;
        margin-top: -15px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        padding-left: 10px;
        border-left: solid 1px #ddd;
        position: absolute;
    }

    .ks_xz {
        position: absolute;
        z-index: 30;
        width: 85px;
        color: #666;
        height: 35px;
        right: 46px;
        top: 10px;
        cursor: pointer;
        line-height: 35px;
        font-size: 13px;
        /*padding-left:5px;*/
        border: solid 1px #d8d8d8;
        background: url(../images/ks_jt3.png) no-repeat 90% 15px;
        text-align: left;
        padding-left: 10px;
    }

    .ks_xz .txtk {
        width: 310px;
        display: none;
        position: absolute;
        right: 0px;
        top: 34px;
        padding-top: 10px;
        font-size: 12px;
    }

    .ks_xz .txtkn {
        width: 100%;
        border: solid 1px #ddd;
        background: #fff;
        padding: 0px 5px 20px 5px;
        position: relative;
    }

    .ks_xz .txtkn i {
        position: absolute;
        background: url(../images/ks_jt2.png) no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 10px;
        top: -10px;
        right: 40px;
    }

    .ks_xz .ks_lm1 {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        /*height: 40px;*/
        line-height: 40px;
        border-bottom: solid 1px #ddd;
        font-weight: bold;
        text-align: center;
    }

    .ks_xz .ks_lm1 a {
        float: left;
        height: 40px;
        padding: 0px 5px;
    }

    .ks_xz .ks_lm1 a.on {
        border-bottom: solid 2px #1c6c37;
    }

    .ks_xz .ks_lm1_lb {
        float: left;
        line-height: 24px;
        width: 100%;
    }

    .ks_xz .ks_lm1_lb a {
        float: left;
        margin: 2px 6px;
    }

    #navk {
        width: 100%;
        height: 100%;
        display: none;
        background: #ffffff;
        position: fixed;
        padding: 0px 0px 10px 0px;
        overflow-y: auto;
        left: 0px;
        top: 0px;
        z-index: 29;
    }

    .ss {
        float: left;
        width: 94%;
        margin: 55px 0px 15px 3%;
        height: 35px;
        background: #ffffff;
        border: solid 1px #1c6c37;
        position: relative;
    }

    .ss_txt {
        float: left;
        height: 33px;
        line-height: 33px;
        background: none;
        color: #696969;
        font-size: 12px;
        width: 100%;
        padding-left: 10px;
        border: 0;
    }

    .ss_an {
        position: absolute;
        right: -1px;
        top: -1px;
        background: url(../images/t_ss.png) #1c6c37 center center no-repeat;
        width: 38px;
        height: 35px;
        text-align: center;
        cursor: pointer;
    }

    .top0 {
        width: 100%;
        line-height: 30px;
        height: 30px;
        padding: 0 15px;
        background-color: #1c6c37;
        color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        position: fixed;
        z-index: 30;
        top: 0px;
        left: 0;
    }

    .nav_top {
        height: 30px;
    }

    .nav_top a {
        padding: 0 10px;
        float: left;
        height: 30px;
        line-height: 30px;
        color: #fff;
    }

    .nav_top a:hover, .nav_top a.on {
        background-color: #fff;
        color: #333;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

}

.body_r .top0 {
    background-color: #c30005;
}

@media only screen and (max-width: 420px) {
    .top0 .d1 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .top_jg {
        display: none;
    }


    .menu2 {
        display: none;
    }


    .top {
        width: 100%;
        background: #ffffff;
    }

    .top .main {
        position: relative;
        height: 130px;
    }

    .top_jg {
        display: none;
    }

    .logo {
        width: 408px;
        height: 86px;
        font-size: 36px;
        position: absolute;
        left: 0px;
        top: 20px;
        background: url("../images/logo.jpg") center no-repeat;
    }

    .logo img {
        height: 75px;
    }

    .logo span.s1 {
        left: 465px;
        width: 400px;
        top: 50%;
        margin-top: -32.5px;
        height: 75px;
        line-height: 75px;
        padding-left: 22px;
        border-left: solid 1px #ddd;
        position: absolute;
        color: #333;
    }

    a.cd_zz {
        position: absolute;
        z-index: 30;
        height: 45px;
        line-height: 45px;
        background-color: #1c6c37;
        color: #fff;
        padding: 0 30px;
        top: 36px;
        right: 170px;
        font-size: 16px;
    }

    .ks_xz {
        position: absolute;
        z-index: 30;
        width: 150px;
        color: #666;
        height: 45px;
        right: 0px;
        top: 36px;
        cursor: pointer;
        line-height: 45px;
        font-size: 16px;
        /*padding-left:5px;*/
        border: solid 1px #d8d8d8;
        background: url(../images/ks_jt3.png) no-repeat 90% 20px;
        text-align: center;
    }

    .ks_xz .txtk {
        width: 500px;
        display: none;
        position: absolute;
        right: 0px;
        top: 45px;
        padding-top: 14px;
        font-size: 14px;
    }

    .ks_xz .txtkn {
        width: 100%;
        border: solid 1px #ddd;
        background: #fff;
        padding: 0px 5px 20px 5px;
        position: relative;
    }

    .ks_xz .txtkn i {
        position: absolute;
        background: url(../images/ks_jt2.png) no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 10px;
        top: -10px;
        right: 65px;
    }

    .ks_xz .ks_lm1 {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px #ddd;
        font-weight: bold;
        text-align: center;
    }

    .ks_xz .ks_lm1 a {
        float: left;
        height: 40px;
        padding: 0px 8px;
    }

    .ks_xz .ks_lm1 a.on {
        border-bottom: solid 2px #1c6c37;
    }

    .ks_xz .ks_lm1_lb {
        float: left;
        line-height: 24px;
        width: 100%;
    }

    .ks_xz .ks_lm1_lb a {
        float: left;
        margin: 2px 6px;
    }

    #navk {
        width: 100%;
        /*border-bottom: solid 1px #ddd;*/
        /*border-top: solid 1px #ddd;*/
    }

    #navk.ks_navk {
        border-bottom: solid 1px #ddd;
        border-top: solid 1px #ddd;
    }

    #navk .main {
        position: relative;
        height: 60px;
    }

    #navk.ks_navk .main {
        height: 55px;
    }

    .menu {
        width: 100%;
        height: 60px;
        position: relative;
        z-index: 15;
        background-color: #1c6c37;
    }

    .ks_navk .menu {
        background-color: #fff;
        height: 50px;
    }

    .menu li {
        height: 60px;
        float: left;
        width: 92px;
        position: relative;
        text-align: center;
        font-size: 0;
    }

    .ks_navk .menu li {
        height: 55px;
    }

    /*.menu li:after {*/
    /*content: '';*/
    /*width: 1px;*/
    /*height: 12px;*/
    /*background-color: #ededed;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -6px;*/
    /*right: 0px;*/
    /*}*/
    /*.menu li:last-child:after {*/
    /*display: none;*/
    /*}*/
    .ma_ywgk .menu li {
        margin-right: 49px;
    }

    .menu li:first-child {
        /*width: 80px;*/
    }

    .menu li:last-child {
        margin: 0;
    }

    .menu a.dbt {
        font-size: 16px;
        /*width: 100%;*/
        display: block;
        height: 60px;
        line-height: 60px;
        position: relative;
        /*-webkit-transition: all 0s linear;*/
        /*-moz-transition: all 0s linear;*/
        /*-o-transition: all 0s linear;*/
        /*-ms-transition: all 0s linear;*/
        /*transition: all 0s linear;*/
        color: #fff;
    }

    .ks_navk .menu a.dbt {
        color: #333;
    }

    /*.menu li.on a.dbt:after {*/
    /*content: '';*/
    /*background-color: #1c6c37;*/
    /*height: 3px;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: -1px;*/
    /*}*/
    .menu li:hover a.dbt, .menu li a.dbt:hover, .menu li.on a.dbt {
        background-color: rgba(0, 0, 0, .2);
    }

    .ks_navk .menu li:hover a.dbt, .ks_navk .menu li a.dbt:hover, .ks_navk .menu li.on a.dbt {
        background-color: #fff;
        color: #1c6c37;
    }

    .ks_navk .menu a.dbt {
        position: relative;
        height: 55px;
        line-height: 55px;
    }

    .ks_navk .menu li.on a.dbt:before {
        content: '';
        background-color: #1c6c37;
        width: 4em;
        height: 3px;
        position: absolute;
        left: 50%;
        margin-left: -2em;
        top: 0px;
    }

    .menu li dl {
        width: 160%;
        margin-left: -30%;
        font-size: 14px;
        display: none;
        background: rgba(28, 108, 55, .9);
        position: absolute;
        left: 0px;
        top: 60px;
    }

    .menu li:hover dl {
        display: block;
    }


    .menu dd {
        width: 100%;
        float: left;
    }

    .menu dd a {
        display: block;
        padding: 10px 10px;
        text-align: center;
        color: #fff;
    }

    .menu dd a:hover {
        background-color: rgba(0, 0, 0, .2);
    }

    .cd_t {
        position: absolute;
        right: -10px;
        top: -105px;
        color: #999;
    }

    .cd_t a {
        margin: 0 10px;
        color: #666;
    }

    .cd_t a:hover {
        color: #1c6c37;
    }

    .ss {
        position: absolute;
        width: 350px;
        height: 40px;
        top: -70px;
        right: 0px;
        border: solid 1px #1c6c37;
        overflow: hidden;
        z-index: 15;
        /*-moz-border-radius: 5px;*/
        /*-webkit-border-radius: 5px;*/
        /*border-radius: 5px;*/
    }

    .ss .form-control {
        width: 100%;
        height: 38px;
        line-height: 38px;
        padding: 0 0 0 15px;
        background: #fff;
        color: #999;
        border: 0;
        font-size: 14px;
    }

    .ss .ss_an {
        position: absolute;
        width: 60px;
        height: 40px;
        border: 0;
        right: 0px;
        top: 0px;
        background: url(../images/t_ss.png) #1c6c37 center center no-repeat;
    }

    .top0 {
        width: 100%;
        line-height: 40px;
        height: 40px;
        background-color: #1c6c37;
        color: #fff;
    }

    .nav_top {
        height: 35px;
        margin-top: 5px;
    }

    .nav_top a {
        padding: 0 12px;
        float: left;
        height: 35px;
        line-height: 30px;
        color: #fff;
    }

    .nav_top a:hover, .nav_top a.on {
        background-color: #fff;
        color: #333;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }


}

@media only screen and (max-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
        overflow: hidden;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        position: relative;
    }

    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, .8);
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #1c6c37;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
        overflow: hidden;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        width: 100%;
        position: relative;
    }


    .sy_ban .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, .8);
        width: 10px;
        height: 10px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #1c6c37;
        width: 20px;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1200px) {
    .foot {
        width: 100%;
        padding: 15px;
        border-top: solid 5px #1c6c37;
        color: #666;
        text-align: center;
    }


    .foot .d1 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .foot .d2 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .foot .d3 {
        text-align: center;
        width: 100%;
        float: right;

    }

    .foot .d3 .item {
        display: inline-block;
        margin: 0 5px;
    }

    .foot .d3 img {
        width: 80px;
        margin-bottom: 5px;
    }

    .cd_f {
        font-size: 14px;
        padding-bottom: 10px;
        color: #1c6c37;
    }

    .cd_f a {
        margin: 0 8px;
    }

    .sel_link {
        border: solid 1px #ddd;
        width: 280px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        color: #666;
        padding-left: 10px;
    }


}

@media only screen and (min-width: 1200px) {
    .foot {
        width: 100%;
        padding: 25px 0;
        border-top: solid 10px #1c6c37;
        color: #666;
    }


    .foot .d1 {
        width: 610px;
        float: left;
    }

    .foot .d1 p {
        margin-top: 10px;
    }

    .foot .d2 {
        width: 290px;
        float: left;
        margin-left: 30px;
        font-size: 16px;
    }

    .foot_tel b {
        display: block;
    }

    .foot .d3 {
        text-align: center;
        width: 250px;
        float: right;
        margin-right: -5px;

    }

    .foot .d3 .item {
        width: 50%;
        padding: 0 5px;
        float: left;
    }

    .foot .d3 img {
        width: 100%;
        margin-bottom: 5px;
    }

    .cd_f {
        font-size: 16px;
        padding-bottom: 10px;
        color: #1c6c37;
        margin-left: -10px;
    }

    .cd_f a {
        margin: 0 10px;
    }

    .sel_link {
        border: solid 1px #ddd;
        width: 280px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        color: #666;
        padding-left: 10px;
    }
}

.cd_f a {
    color: #1c6c37;
}

.cd_f a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
    .sy1 {
        width: 100%;
        padding: 15px;
    }

    .sy_gg {
        width: 100%;
        float: left;
        background-color: #eeeeee;
        position: relative;
        padding: 10px 55px 10px 90px;
        z-index: 10;
        height: 50px;

    }

    .sy_gg .bt {
        position: absolute;
        left: 0px;
        top: 10px;
        line-height: 30px;
        width: 90px;
        text-align: center;
    }

    .sy_gg a.cd_gg_more {
        line-height: 30px;
        top: 0px;
        right: 10px;
        position: absolute;
    }
}

@media only screen and (min-width: 1200px) {
    .sy1 {
        width: 100%;
        padding: 20px 0;
    }

    .sy_gg {
        width: 100%;
        float: left;
        background-color: #eeeeee;
        position: relative;
        padding: 15px 60px 15px 110px;
        z-index: 10;
        height: 60px;

    }

    .sy_gg .bt {
        position: absolute;
        left: 0px;
        top: 15px;
        line-height: 30px;
        width: 110px;
        text-align: center;
    }

    .sy_gg a.cd_gg_more {
        line-height: 30px;
        top: 15px;
        right: 15px;
        position: absolute;
    }

}


@media only screen and (max-width: 1200px) {
    .swiper-container.gd_gg {
        width: 100%;
        height: 30px;
        overflow: hidden;

    }

    .swiper-container.gd_gg .swiper-wrapper {
        width: 100%;
    }

    .swiper-container.gd_gg .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        position: relative;
        padding-right: 70px;
    }

    .swiper-container.gd_gg .swiper-wrapper .swiper-slide a {
        width: 100%;
        display: block;
        height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        background: url("../images/sy_gg.png") left no-repeat;
        padding-left: 25px;
    }

    .swiper-container.gd_gg .swiper-wrapper .swiper-slide .sj {
        position: absolute;
        right: 0px;
        top: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .swiper-container.gd_gg {
        width: 100%;
        height: 30px;
        overflow: hidden;
    }

    .swiper-container.gd_gg .swiper-wrapper {
        width: 100%;
    }

    .swiper-container.gd_gg .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        position: relative;
        padding-right: 130px;
    }

    .swiper-container.gd_gg .swiper-wrapper .swiper-slide a {
        width: 100%;
        display: block;
        height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        background: url("../images/sy_gg.png") left no-repeat;
        padding-left: 25px;
    }

    .swiper-container.gd_gg .swiper-wrapper .swiper-slide .sj {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 130px;
        text-align: center;
        color: #999;
    }
}

.sy_nav1 {
    width: 101.6%;
    float: left;
    margin: 0 0 0px -0.8%;
}

.sy_nav1 a {
    float: left;
    width: 23.4%;
    margin: 0.8%;
    height: 140px;
    padding: 35px 0;
    text-align: center;
    font-size: 15px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, .15);*/
    color: #fff;
}

.sy_nav1 a:before {
    content: '';
    display: inline-block;
    width: 66px;
    height: 40px;
}

.sy_nav1 a:hover:before {
    margin: -5px 0 5px 0;
}

.sy_nav1 a p {
    padding-top: 15px;
}

.sy_nav1 a.a1 {
    background-color: #1c6c37;
    position: relative;
}

.sy_nav1 a.a1:before {
    background: url("../images/sy_b1.png") center center no-repeat;
    background-size: auto 100%;
}

.sy_nav1 a.a2 {
    background: #3db89c;
}

.sy_nav1 a.a2:before {
    background: url("../images/sy_b2.png") center center no-repeat;
    background-size: auto 100%;
}

.sy_nav1 a.a3 {
    background: #fdba53;
}

.sy_nav1 a.a3:before {
    background: url("../images/sy_b3.png") center center no-repeat;
    background-size: auto 100%;
}

.sy_nav1 a.a4 {
    background: #67a9bf;
}

.sy_nav1 a.a4:before {
    background: url("../images/sy_b4.png") center center no-repeat;
    background-size: auto 100%;
}

.sy_nav1 a.a5 {
    background: #46bce0;
}

.sy_nav1 a.a5:before {
    background: url("../images/sy_b5.png") center center no-repeat;
    background-size: auto 100%;
}

.sy_nav1 a.a6 {
    background: #6b95b3;
    position: relative;
}

.sy_nav1 a.a6:before {
    background: url("../images/sy_b6.png") center center no-repeat;
    background-size: auto 100%;

}

@media only screen and (min-width: 1200px) {
    .sy_nav1 a.a1 {
        height: 290px;
    }

    .sy_nav1 a.a1 p {
        padding-top: 55px;
    }

    .sy_nav1 a.a1:before {
        height: 75px;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 135px;
    }

    .sy_nav1 a.a6:before {
        position: absolute;
        left: 55px;
        top: 45px;
    }

    .sy_nav1 a.a6 p {
        line-height: 40px;
        margin-left: 45px;
    }

    .sy_nav1 a.a6 {
        width: 48.4%;
    }
}

@media only screen and (max-width: 1200px) {

    .sy_nav1 {
        width: 102%;
        margin: -5px 0 15px -1%;
    }

    .sy_nav1 a {
        width: 48%;
        margin: 1%;
        height: 100px;
        padding: 20px 0;
        font-size: 13px;
        float: left;
    }


    .sy_nav1 a:before {
        width: 41px;
        height: 29px;
    }

    .sy_nav1 a:hover:before {
        margin: 0;
    }

    .sy_nav1 a p {
        padding-top: 15px;
    }

}

.sy_gn1 .d1 {
    width: 580px;

}

.sy_gn1 .d2 {
    width: 580px;
}

.sy_bt1 .bt font {
    text-transform: uppercase;
    font-size: 12px;
}

.sy_bt1 .bt {
    border-left: solid 2px #1c6c37;
    padding-left: 10px;
    color: #1c6c37;
}

@media only screen and (min-width: 1200px) {
    .sy_bt1, .sy_bt1 .bt {
        line-height: 22px;
        height: 22px;
    }

    .sy_bt1 .bt {
        font-size: 17px;
    }

    .sy_bt1 .bt font {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .sy_gn1 .d1 {
        width: 100%;
        margin-bottom: 15px;

    }

    .sy_gn1 .d2 {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .swiper-container.sy_xw2 {
        width: 100%;
        float: left;
    }

    .sy_xw2 .swiper-slide {
        text-align: left;
        width: 100%;
        position: relative;
    }


    .sy_xw2 .swiper-slide a {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .sy_xw2 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .sy_xw2 .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_xw2 .txtk {
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        color: #fff;
        height: 40px;
        background-color: rgba(0, 0, 0, .4);
        line-height: 40px;
        font-size: 13px;
        padding: 0 95px 0 15px;
    }

    .sy_xw2 .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0);
        border: solid 1px #fff;
        width: 9px;
        height: 9px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw2 .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .sy_xw2.swiper-container-horizontal > .swiper-pagination-bullets, .sy_xw2 .swiper-pagination-custom, .sy_xw2 .swiper-pagination-fraction {
        bottom: 10px;
        width: auto;
        position: absolute;
        right: 10px;
        text-align: right;
        left: auto;
    }

    .sy_xw2.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_xw2 {
        width: 100%;
        float: left;
    }

    .sy_xw2 .swiper-slide {
        text-align: left;
        width: 100%;
        position: relative;
    }


    .sy_xw2 .swiper-slide a {
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
    }

    .sy_xw2 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
        height: 348px;
    }

    .sy_xw2 .swiper-slide img {
        width: 100%;
        display: block;
        min-height: 348px;
    }

    .sy_xw2 .txtk {
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        color: #fff;
        height: 50px;
        background-color: rgba(0, 0, 0, .4);
        line-height: 50px;
        font-size: 15px;
        padding: 0 110px 0 15px;
    }

    .sy_xw2 .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0);
        width: 9px;
        height: 9px;
        opacity: 1;
        border: solid 1px #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw2 .swiper-pagination-bullet-active {
        background-color: #1c6c37;
        width: 20px;
        border-color: #1c6c37;
    }

    .sy_xw2.swiper-container-horizontal > .swiper-pagination-bullets, .sy_xw2 .swiper-pagination-custom, .sy_xw2 .swiper-pagination-fraction {
        bottom: 12px;
        width: auto;
        position: absolute;
        right: 10px;
        text-align: right;
        left: auto;
    }

    .sy_xw2.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }


}

.sy_n1 {
    width: 103%;
    margin: -10px 0 0 -1.5%;
}

.sy_n1 li {
    width: 50%;
    float: left;
    padding: 1.5%;
}

.sy_n1 a {
    width: 100%;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-bottom: solid 5px #1c6c37;
    padding: 15px 25px;
}

.sy_n1 .bt, .sy_n1 p {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_n1 .sj {
    display: block;
    padding: 5px 0 5px 0;
}

@media only screen and (max-width: 1200px) {
    .sy_n1 {
        width: 100%;
        margin: 0px 0 0 0%;
    }

    .sy_n1 li {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        padding: 0;
    }

    .sy_n1 a {
        padding: 15px;
    }

    .sy_n1 .bt, .sy_n1 p {
        line-height: 23px;
        height: auto;
        max-height: 46px;
    }
}

.sy_ks {
    width: 100%;
    float: left;
    margin: 0px 0 20px 0px;
}

.sy_ks li {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    float: left;
    margin-bottom: 30px;
    padding-left: 156px;
    position: relative;
    width: 100%;
}

.sy_ks li .bt {
    width: 156px;
    height: 100%;
    color: #fff;
    text-align: center;
    float: left;
    background-image: url("../images/c1.jpg");
    background-color: #6fc6ca;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;

}

.sy_ks li:nth-of-type(2) .bt {
    background-image: url("../images/c2.jpg");
    background-color: #94dda2;
}

.sy_ks li:nth-of-type(3) .bt {
    background-image: url("../images/c3.jpg");
    background-color: #7ac2e6;
}

.sy_ks .bt:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 4px;
    margin: 15px auto;
}

.sy_ks .bt p {
    font-size: 12px;
}

.sy_ks .txtk {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px 25px;
    /*display:  none;*/
    overflow: hidden;
}

.nav_ksfl {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.nav_ksfl a {
    float: left;
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border: solid 1px #ddd;
    text-align: center;
    margin-right: 10px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.nav_ksfl a:hover, .nav_ksfl a.on {
    background-color: #1c6c37;
    color: #fff;
    border-color: #1c6c37;
}

.ksfl_lb {
    width: 100%;
    float: left;
}

.ksfl_lb a {
    float: left;
    width: 33.3333%;
    line-height: 30px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url("../images/dd.png") left no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
    .sy_ks li .bt {
        position: absolute;
        left: 0px;
        top: 0px;

    }

    .sy_ks li:nth-of-type(1) {
        min-height: 300px;
    }

    .sy_ks li:nth-of-type(2) {
        width: 65%;
        min-height: 150px;
    }

    .sy_ks li:nth-of-type(2) .ksfl_lb a {
        width: 50%;
    }

    .sy_ks li:nth-of-type(3) {
        width: 32.5%;
        float: right;
        min-height: 150px;
    }

    .sy_ks li:nth-of-type(3) .ksfl_lb a {
        width: 100%;
    }

    .ny .sy_ks li:nth-of-type(1) .ksfl_lb a {
        width: 50%;
    }

    .ny .sy_ks li:nth-of-type(2), .ny .sy_ks li:nth-of-type(3) {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .sy_ks {
        width: 100%;
        float: left;
        margin: 0px 0 10px 0px;
    }

    .sy_ks li {
        margin: 0 0px 10px 0;
        width: 100%;
    }

    .sy_ks li .bt {
        width: 100%;
        height: auto;
        padding: 15px 0;
        background-size: 100% auto;
        font-weight: bold;

        background-position: center top;
    }

    .sy_ks li .bt h3 {
        font-weight: bold;
    }

    .sy_ks li .bt:after {
        display: none;
    }

    .ksfl_lb a {
        width: 33.3333%;
    }

    .sy_ks .txtk {
        float: left;
        width: 100%;
        height: auto;
        display: block;
        padding: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .sy_ks li {
        padding-left: 0px;
    }

    .ksfl_lb a {
        width: 50%;
    }
}

@media only screen and (max-width: 1200px) {
    .zj_sy {
        width: 100%;
        float: left;
        position: relative;
    }

    .zj_sy .swiper-slide {
        width: 100%;

    }

    .zj_sy .txtk_n {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        padding: 10px;
        border: solid 1px #ddd;
        float: left;
        color: #666;
    }

    .zj_sy .txtk_n:hover {
        border-color: #1c6c37;
    }

    .zj_sy .swiper-slide .imgk {
        width: 100%;
        /*height:154px;*/
        float: left;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .zj_sy .swiper-slide img {
        width: 100%;
        /*min-height:154px;*/
    }

    .zj_sy .txtk {
        width: 100%;
        float: left;
    }

    .zj_sy .s1 {
        font-weight: bold;
    }

    .zj_sy .s2 {
        font-size: 12px;
    }

    .zj_sy .txtk p {
        height: 44px;
        line-height: 22px;
        font-size: 13px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 5px;
        width: 100%;
        float: left;
    }

    .zj_sy .swiper-button-prev, .zj_sy .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 15px;
        width: 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-top: -25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #777c7d;
    }
}

@media only screen and (min-width: 1200px) {
    .zj_sy {
        width: 100%;
        float: left;
        position: relative;
    }

    .zj_sy .swiper-slide {
        width: 100%;

    }

    .zj_sy .txtk_n {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        padding: 10px;
        border: solid 1px #ddd;
        float: left;
        color: #666;
    }

    .zj_sy .txtk_n:hover {
        border-color: #1c6c37;
    }

    .zj_sy .swiper-slide .imgk {
        width: 100%;
        height: 154px;
        float: left;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .zj_sy .swiper-slide img {
        width: 100%;
        min-height: 154px;
    }

    .zj_sy .txtk {
        width: 100%;
        float: left;
    }

    .zj_sy .s1 {
        font-weight: bold;
    }

    .zj_sy .s2 {
        font-size: 12px;
    }

    .zj_sy .txtk p {
        height: 44px;
        line-height: 22px;
        font-size: 13px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 5px;
        width: 100%;
        float: left;
    }

    .zj_sy .swiper-button-prev, .zj_sy .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 20px;
        width: 35px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-top: -35px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #777c7d;
    }
}

.zj_sy .swiper-container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.zj_sy .swiper-wrapper {
    width: 100%;
    float: left;
}

.zj_sy .txtk dd.dd1 {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zj_sy .swiper-button-prev {
    left: 0px;
}

.zj_sy .swiper-button-next {
    right: 0px;
}

.zj_sy .swiper-button-next:hover, .zj_sy .swiper-button-prev:hover {
    background-color: #1c6c37;
}

.sy_gn2 .d1 {
    width: 400px;

}

.sy_gn2 .d2 {
    width: 770px;
}

@media only screen and (max-width: 1200px) {
    .sy_gn2 .d1 {
        width: 100%;
        margin-bottom: 15px;

    }

    .sy_gn2 .d2 {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .swiper-container.sy_xw3 {
        width: 100%;
        float: left;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    }

    .sy_xw3 .swiper-slide {
        text-align: left;
        width: 100%;
        position: relative;
    }


    .sy_xw3 .swiper-slide a {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .sy_xw3 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .sy_xw3 .swiper-slide img {
        width: 100%;
        display: block;
    }

    .sy_xw3 .txtk {
        width: 100%;
        padding: 10px 70px 10px 15px;
    }

    .sy_xw3 .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0);
        border: solid 1px #095e61;
        width: 9px;
        height: 9px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw3 .swiper-pagination-bullet-active {
        background-color: #095e61;
    }

    .sy_xw3.swiper-container-horizontal > .swiper-pagination-bullets, .sy_xw3 .swiper-pagination-custom, .sy_xw3 .swiper-pagination-fraction {
        bottom: 10px;
        width: auto;
        position: absolute;
        right: 10px;
        text-align: right;
        left: auto;
    }

    .sy_xw3.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_xw3 {
        width: 100%;
        float: left;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    }

    .sy_xw3 .swiper-slide {
        text-align: left;
        width: 100%;
        position: relative;
    }


    .sy_xw3 .swiper-slide a {
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
    }

    .sy_xw3 .swiper-slide .imgk {
        width: 100%;
        display: block;
        overflow: hidden;
        height: 240px;
    }

    .sy_xw3 .swiper-slide img {
        width: 100%;
        display: block;
        min-height: 240px;
    }

    .sy_xw3 .txtk {
        width: 100%;
        height: 75px;
        padding: 10px 80px 10px 15px;
    }

    .sy_xw3 .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0);
        width: 9px;
        height: 9px;
        opacity: 1;
        border: solid 1px #1c6c37;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_xw3 .swiper-pagination-bullet-active {
        background-color: #1c6c37;
        width: 22px;
    }

    .sy_xw3.swiper-container-horizontal > .swiper-pagination-bullets, .sy_xw3 .swiper-pagination-custom, .sy_xw3 .swiper-pagination-fraction {
        bottom: 25px;
        width: auto;
        position: absolute;
        right: 10px;
        text-align: right;
        left: auto;
    }

    .sy_xw3.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }


}

.sy_n2 {
    width: 103%;
    margin: -10px 0 0 -1.5%;
}

.sy_n2 li {
    width: 50%;
    float: left;
    padding: 1.5%;
}

.sy_n2 a {
    width: 100%;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-right: solid 5px #1c6c37;
    padding: 31px 25px;
}

.sy_n2 .bt, .sy_n2 p {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_n2 .sj {
    display: block;
    padding: 5px 0 5px 0;
}

@media only screen and (max-width: 1200px) {
    .sy_n2 {
        width: 100%;
        margin: 0px 0 0 0%;
    }

    .sy_n2 li {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        padding: 0;
    }

    .sy_n2 a {
        padding: 15px;
    }

    .sy_n2 .bt, .sy_n2 p {
        line-height: 23px;
        height: auto;
        max-height: 46px;
    }
}

.sy2 {
    width: 100%;
    padding: 50px 0;
    background: url("../images/sy_bj1.jpg") #fafcfe top center no-repeat;
}

.sy_dj {
    width: 100%;
    float: left;
}

.sy_dj li {
    width: 340px;
    float: left;
    margin-right: 90px;
    text-align: center;
}

.sy_dj li:nth-child(3n) {
    margin-right: 0;
}

.sy_dj a {
    display: block;
    width: 100%;
}

.sy_dj .imgk_k {
    width: 100%;
    height: 190px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    position: relative;
    margin-bottom: 30px;
}

.sy_dj .sj {
    width: 70px;
    padding: 10px 0;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: -10px;
    background-color: #1c6c37;
}

.sy_dj li:nth-of-type(2) .sj {
    background-color: #d31e19;
}

.sy_dj .sj b {
    display: block;
    font-size: 35px;
    height: 30px;
    line-height: 30px;
}

.sy_dj .imgk {
    width: 100%;
    height: 186px;
}

.sy_dj .imgk img {
    width: 100%;
    min-height: 186px;
}

.sy_kyjx .item {
    width: 20%;
    height: 450px;
    background-color: #29adb3;
    color: #fff;
    float: left;
    padding: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .15);
}

.sy_kyjx .item a {
    color: #fff;
}

.sy_kyjx .item a:hover {
    text-decoration: underline;
}

.sy_kyjx .kyjx_bj2 {
    background-color: #fff;
    color: #333;
    margin-top: 20px;
}

.sy_kyjx .kyjx_bj2 a {
    color: #333;
}

.sy_kyjx .kyjx_bj3 {
    background-color: #ebc98b;
    margin-top: -10px;
}

.sy_kyjx .kyjx_bj4 {
    background-color: #1c6c37;
    margin-top: 30px;
}

.sy_kyjx .kyjx_bj5 {
    background-color: #4e96d3;
    margin-top: 40px;
}

.sy_n3 {
    width: 100%;
    float: left;
}

.sy_n3 li {
    width: 100%;
    float: left;
    border-bottom: solid 1px rgba(255, 255, 255, .15);
    padding: 12px 0;
}

.sy_n3 a {
    display: block;
    width: 100%;
}

.sy_n3 li:last-child {
    border-bottom: 0px;

}

.n_2bt a {
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jc_nav {
    width: 100%;
    float: left;
}

.jc_nav li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.jc_nav a {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
    line-height: 40px;
    padding-left: 15px;
    text-decoration: none !important;
}

.jc_nav a:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 15px;
    position: relative;
    top: -2px;
}

.jc_nav a:hover {
    border-color: #1c6c37;
    color: #1c6c37;
}

.jc_nav a.a1:before {
    background-image: url("../images/fw1.png");

}

.jc_nav a.a2:before {
    background-image: url("../images/fw2.png");

}

.jc_nav a.a3:before {
    background-image: url("../images/fw3.png");

}

.jc_nav a.a4:before {
    background-image: url("../images/fw4.png");

}

.jc_nav a.a5:before {
    background-image: url("../images/fw5.png");

}

.jc_nav a.a6:before {
    background-image: url("../images/fw6.png");

}

.jc_nav a.a7:before {
    background-image: url("../images/fw7.png");

}

@media only screen and (max-width: 1200px) {

    .sy2 {
        padding: 15px;
        background-size: auto 100%;
    }

    .sy_dj li {
        width: 100%;
        float: left;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .sy_dj li:nth-child(3n) {
        margin-right: 0;
        margin-bottom: 0;
    }

    .sy_dj .imgk_k {
        height: auto;
        padding: 15px;
        margin-bottom: 10px;
    }

    .sy_dj .sj {
        width: 65px;
        right: 15px;
        bottom: 15px;
    }

    .sy_dj .sj b {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }

    .sy_dj .imgk {
        height: auto;
    }

    .sy_dj .imgk img {
        min-height: auto;
    }

    .sy_kyjx .item {
        width: 100%;
        height: auto;
        padding: 15px;
        margin-bottom: 15px;
    }

    .sy_kyjx .kyjx_bj2 {
        margin-top: auto;
    }

    .sy_kyjx .kyjx_bj2 a {
        color: #333;
    }

    .sy_kyjx .kyjx_bj3 {
        background-color: #ebc98b;
        margin-top: -10px;
    }

    .sy_kyjx .kyjx_bj4 {
        background-color: #005d61;
        margin-top: 30px;
    }

    .sy_n3 {
        width: 100%;
        float: left;
    }

    .sy_n3 li {
        width: 100%;
        float: left;
        border-bottom: solid 1px rgba(255, 255, 255, .15);
        padding: 12px 0;
    }

    .sy_n3 a {
        display: block;
        width: 100%;
    }

    .sy_n3 li:last-child {
        border-bottom: 0px;

    }

    .n_2bt a {
        max-height: 44px;
        line-height: 22px;
    }

    .sy_kyjx .kyjx_bj3 {
        margin-top: auto;
    }

    .sy_kyjx .kyjx_bj4 {
        margin-top: auto;
    }

}

.sy3 {
    width: 100%;
    padding: 50px 0;
}

.hd_lb {
    width: 100%;
    float: left;
}

.hd_lb li {
    width: 25%;
    float: left;
}

.hd_lb a {
    display: block;
    width: 100%;
    height: 360px;
    position: relative;
    text-align: center;
}

.hd_lb .txtk {
    height: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    position: relative;
}

.hd_lb li .txtk:before {
    content: '';
    position: absolute;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid #fff;
    border-left: 15px solid rgba(0, 0, 0, 0);
    top: -30px;
    right: 30px;
    width: 0px;
    height: 0px;
}

.hd_lb h3:after {
    content: '';
    display: block;
    width: 1.6em;
    height: 3px;
    background-color: #1c6c37;
    margin: 10px auto;
}

@media only screen and (min-width: 1200px) {

    .hd_lb li:nth-child(even) .txtk:before {
        border-top: 15px solid #fff;
        border-bottom: 15px solid rgba(0, 0, 0, 0);
        top: auto;
        bottom: -30px;
    }

    .hd_lb li:nth-child(even) .imgk {
        bottom: 0px;
        left: 0px;
        position: absolute;
    }

    .hd_lb .imgk {
        height: 180px;
        overflow: hidden;
    }

    .hd_lb .imgk img {
        min-height: 180px;
    }
}

@media only screen and (max-width: 1200px) {
    .sy3 {
        padding: 15px;
    }

    .hd_lb li {
        width: 100%;
    }

    .hd_lb a {
        height: auto;
        position: relative;
        text-align: center;
    }

    .hd_lb .txtk {
        height: auto;
        padding: 30px 0;
    }
}

.ny_2 .d1 {
    width: 270px;

}

.ny_2 .d2 {
    width: 880px;
}

.lm3 {
    width: 100%;
    background-color: #1c6c37;
    color: #fff;
    padding: 15px 0;
    min-height: 400px;
    float: left;
}

.lm3 li {
    margin-bottom: 1px;
}

.lm3 a {
    display: block;
    width: 100%;
    padding: 12px 10px 12px 30px;
    /*border-left: solid 5px #20878a;*/
    color: #fff;
}

.ny_bt2 {
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    .ny_2 .d1 {
        width: 100%;
        margin-bottom: 15px;
        display: none;
    }

    .ny_2 .d2 {
        width: 100%;
    }

    .lm3 {
        padding: 0px 0;
        min-height: auto;
        display: none;
    }

    .lm3 a {
        padding: 10px 15px;
    }

    .lm3 li {
        border-top: solid 1px rgba(255, 255, 255, .2);
    }

    .ny_bt2 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .lm3 a:hover, .lm3 a.on {
        background-color: rgba(0, 0, 0, .2);
        /*border-color: #32aeb3;*/
    }
}

.dj_ban {
    height: auto;
}

.dj_ban img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {

}

.swiper-container.yd_swi {
    width: 100%;
    height: 100%;
}

.yd_swi .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.yd_swi .swiper-button-prev, .yd_swi .swiper-button-next {
    --swiper-navigation-size: 38px;
}

.yd_logo {
    background: url("../images/yd_logo.png") no-repeat;
    background-size: auto 100%;
    width: 384px;
    height: 83px;
    position: absolute;
    z-index: 10;
    left: 5%;
    top: 4%;
}

.yd_nav {
    /*width:300px;*/
    position: absolute;
    z-index: 10;
    right: 5%;
    top: 4%;
    padding-top: 25px;
}

.yd_nav li {
    float: left;
    line-height: 40px;
    height: 40px;
    margin-left: 50px;
    position: relative;
}

.yd_nav li > a {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.yd_nav li > a.a1 {
    background: url("../images/yd_tb1.png") left no-repeat;
    padding-left: 36px;
}

.yd_nav li > a.a2 {
    background: url("../images/yd_tb2.png") left no-repeat;
    padding-left: 38px;
}

.yd_nav li dl {
    background-color: #fff;
    padding: 15px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 0px;
    top: 55px;
    width: 278px;
    display: none;

}

.yd_nav li:hover dl {
    display: block;
}

.yd_nav li dl:before {
    content: '';
    border-top: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid #fff;
    border-left: 14px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: 40px;
    top: -28px;
}

.yd_nav li dl dd {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 30px;
}

.sy_an {
    width: 600px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -300px;
    text-align: center;
    z-index: 10;
}

.sy_an a {
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: rgba(50, 174, 179, .9);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin: 0 38px;
    padding-top: 50px;
}

.sy_an a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.sy_an a:hover:before {
    /*margin-bottom: 25px;*/
    /*margin-top: -5px;*/
}

.sy_an a:before {
    display: inline-block;
    content: '';
    background-image: url("../images/yd_tb3.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 59px;
    height: 59px;
    margin-bottom: 20px;
}

.sy_an a:nth-of-type(2) {
    background-color: rgba(9, 94, 97, .9);
}

.sy_an a:nth-of-type(2):before {
    background-image: url("../images/yd_tb4.png");
}

@media only screen and (max-width: 1200px) {
    .yd_swi .swiper-slide {
        background-size: auto 100%;
    }

    .yd_logo {
        width: 100%;
        background-position: center center;
        height: 50px;
        position: absolute;
        z-index: 10;
        left: 0%;
        top: 12%;
    }

    .yd_nav {
        /*width:300px;*/
        z-index: 10;
        right: 0%;
        top: auto;
        padding-top: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, .6);
        width: 100%;
        font-size: 0;
        text-align: center;
        display: none;
    }

    .yd_nav li {
        margin: 0 20px;
        display: inline-block;
        font-size: 13px;

    }

    .sy_an {
        width: 60%;
        position: absolute;
        left: 20%;
        top: 50%;
        margin: -80px 0 0 0px;
        text-align: center;
        z-index: 10;
    }

    .sy_an a {
        width: 100%;
        height: 80px;
        font-size: 18px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 15px 0;
        padding-top: 25px;
        display: block;
    }

    .sy_an a:before {
        width: 30px;
        height: 30px;
        margin: 0 15px 0 0;
        vertical-align: middle;
    }

    .sy_an a p {
        display: inline-block;

    }
}

@media only screen and (max-width: 1200px) {
    .swiper-container.sy_ls {
        width: 100%;
        padding: 10px 0;
    }

    .sy_ls .swiper-slide {
        width: 100%;
        position: relative;
        background: url("../images/lsbj.jpg") no-repeat;
        background-size: 100% 100%;
        border: solid 1px #cccccc;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 22px;
        padding: 15px;
        overflow: hidden;
        min-height: 120px;
    }

    .sy_ls .swiper-slide .bt {
        color: #99773d;
        font-size: 18px;
        font-weight: bold;
        line-height: 150%;
        margin-bottom: 5px;
    }


    .ls_gd .swiper-pagination-bullet {
        background-color: rgba(0, 0, 0, .2);
        width: 8px;
        height: 8px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 0 4px;
    }

    .ls_gd .swiper-pagination-bullet-active {
        background-color: #1c6c37;
    }

    .ls_gd .swiper-pagination {
        bottom: auto;
        position: inherit;
        right: auto;
        text-align: center;
        display: block;
        margin-top: 5px;
        width: 100%;
    }

    .ls_gd .swiper-button-next, .ls_gd .swiper-button-prev {
        display: none !important;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        border: 0;
    }

    .ls_gd {
        position: relative;
        padding-bottom: 0px;

    }
}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ls {
        width: 100%;
        padding: 20px 0;
    }

    .sy_ls .swiper-slide {
        width: 100%;
        position: relative;
        height: 270px;
        /* Center slide text vertically */
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: -webkit-flex;*/
        /*display: flex;*/
        /*-webkit-box-pack: center;*/
        /*-ms-flex-pack: center;*/
        /*-webkit-justify-content: center;*/
        /*justify-content: center;*/
        /*-webkit-box-align: center;*/
        /*-ms-flex-align: center;*/
        /*-webkit-align-items: center;*/
        /*align-items: center;*/
        transition: 300ms;
        transform: scale(0.8);
        background: url("../images/lsbj.jpg") no-repeat;
        border: solid 1px #cccccc;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 26px;
        padding: 30px 40px;
        overflow: hidden;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
    }

    .sy_ls .swiper-slide .bt {
        color: #99773d;
        font-size: 40px;
        font-weight: bold;
        line-height: 150%;
        margin-bottom: 10px;
    }

    .sy_ls .swiper-slide-active, .sy_ls .swiper-slide-duplicate-active {
        transform: scale(1);
        width: 700px !important;
        margin-right: -150px;
        margin-left: -150px;
        z-index: 10;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    }

    .ls_gd .swiper-pagination-bullet {
        background-color: rgba(0, 0, 0, .2);
        width: 11px;
        height: 11px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 0 15px;
    }

    .ls_gd .swiper-pagination-bullet-active {
        background-color: #1c6c37;
    }

    .ls_gd .swiper-pagination {
        bottom: -40px;
        position: absolute;
        right: 0%;
        text-align: center;
        width: 100%;
    }

    .ls_gd .swiper-button-next, .ls_gd .swiper-button-prev {
        right: -25px;
        left: auto;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        opacity: 0.4;
        border: 0;
    }

    .ls_gd .swiper-button-prev {
        left: -25px;
        right: auto;
    }

    .ls_gd {
        position: relative;
        padding-bottom: 0px;
        margin-bottom: 70px !important;

    }
}

.nav_top, .djl {
    display: none;
}

.jc_nav_b a {
    border-color: rgba(255, 255, 255, .3);
    padding-left: 20px;
}

.jc_nav_b a:hover {
    border-color: #fff;
    background-color: #fff;
}

.jc_nav_b a:before {
    display: none;
}

.s_nav {
    float: left;
    margin-left: 70px;
}

.s_nav a {
    float: left;
    margin-left: 10px;
    padding: 0 20px;
    line-height: 35px;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.s_nav a:hover, .s_nav a.on {
    background-color: #1c6c37;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .s_nav {
        margin-left: 20px;
    }

    .s_nav a {
        margin-left: 5px;
        padding: 0 5px;
        line-height: 24px;
        font-size: 13px;
    }

    .sy_bt1 {
        line-height: 24px;
    }
}

.ljpx {
    margin-top: 60px;
    text-align: center;
    float: left;
    width: 102%;
    margin-left: -1%;
}

.ljpx .bt {
    margin-bottom: 30px;
    font-size: 28px;
}

.ljpx a {
    float: left;
    width: 18%;
    margin: 1%;
    border: solid 1px #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 175px;
    padding-top: 37px;
    font-size: 15px;
}

.ljpx a:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.ljpx a:before {
    content: '';
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 62px;
    margin-bottom: 18px;
}

.ljpx a.a1:before {
    background-image: url("../images/db_a1.jpg");
}

.ljpx a.a2:before {
    background-image: url("../images/db_a2.jpg");
}

.ljpx a.a3:before {
    background-image: url("../images/db_a3.jpg");
}

.ljpx a.a4:before {
    background-image: url("../images/db_a4.jpg");
}

.ljpx a.a5:before {
    background-image: url("../images/db_a5.jpg");
}

@media only screen and (max-width: 1200px) {
    .ljpx {
        margin-top: 20px;
    }

    .ljpx .bt {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .ljpx a {
        font-size: 13px;
        height: 100px;
        padding-top: 20px;
    }

    .ljpx a:before {
        height: 35px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 550px) {
    .ljpx a {
        width: 31.3333%;
    }
}

.bt_nav1 {
    width: 102%;
    float: left;
    margin-left: -1%;
    line-height: 37px;
}

.bt_nav1 a {
    width: 23%;
    margin: 0 1%;
    text-align: center;
    height: 40px;
    background-color: #eff4f7;
    border-top: solid 3px #1c6c37;
    float: left;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

.bt_nav1 a:hover, .bt_nav1 a.on {
    background-color: #1c6c37;
    color: #fff;
}

.kypt {
    /*border:solid 1px #ddd;*/
    /*padding:20px;*/
    width: 103%;
    margin: 0 0 0 -1.5%;
    float: left;
}

.kypt li {
    float: left;
    text-align: center;
    width: 50%;
    position: relative;
    padding: 1.5%;
}

.kypt img {
    /*height:62px;*/
    /*margin-bottom: 10px;*/
    width: 100%;
}

.kypt li:after {
    /*content: '';*/
    /*background-color: #ddd;*/
    /*width:1px;*/
    /*height:50px;*/
    /*top:50%;*/
    /*margin-top: -25px;*/
    /*position:absolute;*/
    /*right:0px;*/
}

.kypt li:last-child:after {
    /*display: none;*/
}

.kypt li:nth-of-type(1), .kypt li:nth-of-type(2) {
    /*width:27.5%;*/
}

@media only screen and (max-width: 1200px) {
    .bt_nav1 {
        width: 101%;
        margin-left: -0.5%
    }

    .bt_nav1 a {
        width: 24%;
        margin: 0 0.5%;
        line-height: 18px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
    }

    .kypt {
        width: 102%;
        margin-left: -1%;
    }

    .kypt li {
        width: 50% !important;
        /*margin-bottom: 15px;*/
        padding: 1%;
    }

    .kypt li img {
        /*height:50px;*/
    }

    .kypt li:after {
        display: none;
    }

    .kypt li:nth-child(2n+1) {
        clear: both;
    }
}

.zhzt {
    width: 103%;
    margin: -10px 0 0 -1.5%;
}

.zhzt li {
    width: 50%;
    padding: 1.5%;
    float: left;
}

.zhzt li a {
    display: block;
    width: 100%;
    position: relative;
}

.zhzt li a p {
    background-color: rgba(239, 244, 247, .9);
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.zhzt li a:hover p {
    background-color: #1c6c37;
    color: #fff;
}

.bt_nav2 {

    line-height: 40px;
    border-bottom: solid 1px #ddd;
}

.bt_nav2 a {
    float: left;
    margin-right: 25px;
    height: 40px;
    font-size: 15px;
}

.bt_nav2 a:hover, .bt_nav2 a.on {
    border-bottom: solid 2px #1c6c37;
    color: #1c6c37;
}

.bt_nav2_lb {
    width: 102%;
    margin-left: -1%;
}

.bt_nav2_lb li {
    width: 31.3333%;
    float: left;
    margin: 5px 1%;

}

.bt_nav2_lb li a:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cccccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.bt_nav2_lb a:hover:before {
    background-color: #1c6c37;
}

.bt_nav2_lb li:nth-child(3n+1) {
    clear: both;
}

.ny_bt2 {
    margin-bottom: 10px;
}

.ks_lb3 {
    width: 102%;
    float: left;
    margin: 0 0 30px -1%;
}

.ks_lb3 a {
    width: 15.0666%;
    line-height: 35px;
    height: 35px;
    border: solid 1px #ddd;
    text-align: center;
    margin: 0.7% 0.8%;
    float: left;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ks_lb3 a:hover {
    background-color: #1c6c37;
    border-color: #1c6c37;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .ks_lb3 {
        margin: 0 0 15px -1%;
    }

    .ks_lb3 a {
        width: 32.3333%;
        margin: 0.5%;
    }
}

@media only screen and (max-width: 450px) {
    .ks_lb3 a {
        width: 49%;
    }
}

@media only screen and (max-width: 1200px) {
    .zj_sy2 {
        width: 100%;
        float: left;
        position: relative;
        padding: 0 20px;
    }

    .zj_sy2 .swiper-slide {
        width: 100%;
        padding: 5px 10px;

    }

    .zj_sy2 .txtk_n {
        width: 100%;
        display: block;
        height: 170px;
        position: relative;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .zj_sy2 .swiper-slide .imgk {
        width: 120px;
        overflow: hidden;
        height: 170px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    .zj_sy2 .swiper-slide img {
        width: 100%;
        min-height: 170px;
    }

    .zj_sy2 .txtk {
        width: 100%;
        padding: 10px 10px 10px 130px;
        height: 170px;
        position: relative;
    }

    .zj_sy2 .txtk dl {
        width: 100%;
        margin: 5px 0 5px 0;
        color: #666;
    }

    .zj_sy2 .txtk dd {
        width: 100%;
        line-height: 22px;
        height: 22px;
        margin: 0px 0;
        overflow: hidden;
    }

    .zj_sy2 .txtk dd.dd2 {
        height: 54px;
        line-height: 22px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        border-top: solid 1px #ddd;
        padding-top: 10px;
        margin-top: 10px;
    }

    .zj_sy2 .swiper-button-prev, .zj_sy2 .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 15px;
        width: 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-top: -25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #777c7d;
    }
}

@media only screen and (min-width: 1200px) {
    .zj_sy2 {
        width: 1300px;
        float: left;
        margin-left: -50px;
        position: relative;
        padding: 0 25px;
    }

    .zj_sy2 .swiper-slide {
        width: 100%;
        padding: 5px 25px;

    }

    .zj_sy2 .txtk_n {
        width: 100%;
        display: block;
        height: 180px;
        position: relative;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

    .zj_sy2 .swiper-slide .imgk {
        width: 143px;
        overflow: hidden;
        height: 180px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    .zj_sy2 .swiper-slide img {
        width: 100%;
        min-height: 180px;
    }

    .zj_sy2 .txtk {
        width: 100%;
        padding: 15px 15px 15px 155px;
        height: 180px;
        position: relative;
    }

    .zj_sy2 .txtk dl {
        width: 100%;
        margin: 10px 0 15px 0;
        color: #666;
    }

    .zj_sy2 .txtk dd {
        width: 100%;
        line-height: 24px;
        height: 24px;
        margin: 0px 0;
        overflow: hidden;
    }

    .zj_sy2 .txtk dd.dd2 {
        height: 58px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        border-top: solid 1px #ddd;
        padding-top: 10px;
        margin-top: 10px;
    }

    .zj_sy2 .swiper-button-prev, .zj_sy2 .swiper-button-next {
        color: #fff;
        outline: none;
        --swiper-navigation-size: 20px;
        width: 35px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-top: -35px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #777c7d;
    }
}

.zj_sy2 .txtk dd.dd1 {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zj_sy2 .swiper-container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.zj_sy2 .swiper-wrapper {
    width: 100%;
    float: left;
}

.zj_sy2 .txtk dd.dd1 {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zj_sy2 .swiper-button-prev {
    left: 0px;
}

.zj_sy2 .swiper-button-next {
    right: 0px;
}

.zj_sy2 .swiper-button-next:hover, .zj_sy2 .swiper-button-prev:hover {
    background-color: #008c8d;
}

.ky_lb1 dd {
    line-height: 24px;
    width: 100%;
}

.ky_lb1 dd a:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cccccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.ky_lb1 dd a:hover:before {
    background-color: #1c6c37;
}

@media only screen and (max-width: 1200px) {
    .ky_lb1 {
        width: 100%;
        float: left;
    }

    .ky_lb1 li {
        float: left;
        width: 100%;
        position: relative;
        border: solid 1px #1c6c37;
        overflow: hidden;
        /*padding-top:40px;*/
        border-bottom-color: #fff;
    }

    .ky_lb1 li:last-child {
        border-bottom-color: #1c6c37;
    }

    .ky_lb1 li .bt {
        /*float:left;*/
        display: block;
        width: 100%;
        padding: 5px 15px;
        /*line-height:18px;*/
        /*letter-spacing:4px;*/
        background-color: #1c6c37;
        /*height:100%;*/
        color: #fff;
        /*display: flex;*/
        /*justify-content: center;*/
        /*flex-direction: column;*/
        /*-moz-flex-direction: column;*/
        /*-webkit-flex-direction: column;*/
        /*-ms-flex-direction: column;*/
        /*align-items: center;*/
        /*text-align: center;*/
        /*writing-mode:tb-rl;*/
        /*position:absolute;*/
        /*left:0px;*/
        /*top:0px;*/
        cursor: pointer;

    }

    .ky_lb1 li .txtk {
        width: 100%;
        padding: 13px 15px;
        display: none;
    }

    .ky_lb1 .dbt {
        display: block;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 5px;
        margin-bottom: 10px;
        color: #1c6c37;
    }
}

@media only screen and (min-width: 1200px) {

    .ky_lb1 {
        width: 100%;
        float: left;
    }

    .ky_lb1 li {
        float: left;
        width: 100%;
        position: relative;
        border: solid 1px #1c6c37;
        overflow: hidden;
        /*padding-top:40px;*/
        border-bottom-color: #fff;
    }

    .ky_lb1 li:last-child {
        border-bottom-color: #1c6c37;
    }

    .ky_lb1 li .bt {
        /*float:left;*/
        display: block;
        width: 100%;
        padding: 10px 15px;
        /*line-height:18px;*/
        /*letter-spacing:4px;*/
        background-color: #1c6c37;
        /*height:100%;*/
        color: #fff;
        /*display: flex;*/
        /*justify-content: center;*/
        /*flex-direction: column;*/
        /*-moz-flex-direction: column;*/
        /*-webkit-flex-direction: column;*/
        /*-ms-flex-direction: column;*/
        /*align-items: center;*/
        /*text-align: center;*/
        /*writing-mode:tb-rl;*/
        /*position:absolute;*/
        /*left:0px;*/
        /*top:0px;*/
        cursor: pointer;

    }

    .ky_lb1 li .txtk {
        width: 100%;
        padding: 13px 15px;
        display: none;
        /*height: 70px;*/
    }

    .ky_lb1 .dbt {
        /*display: block;*/
        border-bottom: dashed 1px #ddd;
        padding-bottom: 5px;
        margin-bottom: 10px;
        color: #1c6c37;
        display: none;
    }

    /*.ky_lb1 {*/
    /*width: 580px;*/
    /*float: left;*/
    /*overflow: hidden;*/
    /*height: 200px;*/
    /*}*/
    /*.ky_lb1 li {*/
    /*float: left;*/
    /*width: 60px;*/
    /*height: 200px;*/
    /*position: relative;*/
    /*border: solid 1px #1c6c37;*/
    /*overflow: hidden;*/
    /*padding-left: 60px;*/
    /*border-right-color: #fff;*/
    /*}*/
    /*.ky_lb1 li:last-child {*/
    /*border-right-color: #1c6c37;*/
    /*}*/
    /*.ky_lb1 li .bt {*/
    /*float: left;*/
    /*width: 60px;*/
    /*padding: 20px 0;*/
    /*line-height: 18px;*/
    /*letter-spacing: 4px;*/
    /*background-color: #1c6c37;*/
    /*height: 100%;*/
    /*color: #fff;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*-moz-flex-direction: column;*/
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*align-items: center;*/
    /*text-align: center;*/
    /*writing-mode: tb-rl;*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*cursor: pointer;*/
    /*}*/
    /*.ky_lb1 li .txtk {*/
    /*width: 390px;*/
    /*padding: 13px 15px;*/
    /*!*display: none;*!*/
    /*}*/
    /*.ky_lb1 .dbt {*/
    /*display: block;*/
    /*border-bottom: dashed 1px #ddd;*/
    /*padding-bottom: 5px;*/
    /*margin-bottom: 10px;*/
    /*color: #1c6c37;*/
    /*}*/
}

@media only screen and (max-width: 1200px) {
    .lb_zj {
        float: left;
        width: 102%;
        margin: 0px 0px 20px -1%;
        overflow: hidden;
    }

    .lb_zj ul {
        float: left;
        width: 100%;
    }

    .lb_zj li {
        float: left;
        width: 31.3333%;
        text-align: center;
        font-size: 1em;
        margin: 0px 1% 10px 1%;

    }

    .lb_zj li:nth-child(3n+1) {
        clear: both;
    }

    .lb_zj li img {
        width: 100%;
        display: block;
        float: left;
    }

    .lb_zj li p {
        width: 100%;
        height: 55px;
        line-height: 20px;
        color: #666666;
        background: #f9f9f9;
        overflow: hidden;
        float: left;
    }

    .lb_zj li p b {
        display: block;
        font-size: 1.15em;
        color: #191919;
        padding: 6px 0px 0px 0px;
    }
}

@media only screen and (max-width: 550px) {
    .lb_zj li {
        float: left;
        width: 48%;
        text-align: center;
        font-size: 1em;
        margin: 0px 1% 5px 1%;
    }

    .lb_zj li:nth-child(3n+1) {
        clear: inherit;
    }

    .lb_zj li:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 380px) {
    .lb_zj li {
        float: left;
        width: 98%;
        text-align: center;
        font-size: 1em;
        margin: 0px 1% 5px 1%;
    }
}

@media only screen and (min-width: 1200px) {
    .lb_zj {
        float: left;
        width: 103%;
        margin-left: -1.5%;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .lb_zj ul {
        float: left;
        width: 100%;
    }

    .lb_zj li {
        float: left;
        width: 17%;
        height: 350px;
        text-align: center;
        font-size: 14px;
        margin: 0px 1.5% 30px 1.5%;
    }

    .lb_zj .imgk {
        height: 279px;
        overflow: hidden;
    }

    .lb_zj li img {
        width: 100%;
        min-height: 279px
    }

    .lb_zj li p {
        width: 100%;
        height: 70px;
        background: #f9f9f9;
        color: #666666;
        overflow: hidden;
    }

    .lb_zj li p b {
        display: block;
        font-size: 16px;
        color: #191919;
        padding: 10px 0px 2px 0px;
    }
}

.lm4 {
    font-size: 0;
    height: 39px;
    border-bottom: solid 1px #1c6c37;
    text-align: center;
    overflow: hidden;
    margin: -10px 0 40px 0;
    float: left;
    width:100%;
}

.lm4 a {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    background-color: #f1f1f1;
    padding: 0 15px;
    font-size: 14px;
}

.lm4 a:hover, .lm4 a.on {
    background-color: #1c6c37;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    .lm4{
        display: none;
    }

}