    @charset "utf-8";

    .banner .slick-dots {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: .85rem;
        z-index: 9;
        font-size: 0;
    }

    .banner .slick-dots li {
        width: .38rem;
        height: .38rem;
        margin: 0 .1rem;
        background: url(../images/banner-dot.png) no-repeat;
        background-size: 100%;
    }

    .banner .slick-dots li button {
        display: none;
    }

    .banner .slick-dots li.slick-active {
        background: url(../images/banner-dot-act.png) no-repeat;
        background-size: 100%;
    }

    .banner a {
        display: block;
    }

    .banner a img {
        display: block;
        width: 100%;
    }

    .section-serch {
        position: relative;
        z-index: 2;
    }

    .search-par {
        background-color: #ffffff;
        box-shadow: 0rem 0.03rem 0.3rem 0rem rgba(0, 0, 0, 0.15);
        border-radius: 0.45rem;
        line-height: .9rem;
        height: 0.9rem;
        width: 11.2rem;
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        transform: translateY(-50%);
    }

    .search-sel {
        float: left;
        border-right: 1px solid #e1e1e1;
        width: 1.5rem;
        text-align: right;
        /* position: relative; */
    }

    .search-sel>p {
        text-align: center;
        position: relative;
        font-size: .22rem;
        cursor: pointer;
        line-height: .3rem;
        color: #000000;
    }

    .search-sel>p::after {
        content: "";
        position: absolute;
        right: .2rem;
        top: 50%;
        transform: translateY(-50%);
        width: .2rem;
        height: .2rem;
        background: url(../images/icon-sj.png) no-repeat;
        background-position: center center;
        transition: all 0.3s;
    }

    .search-sel>p.on::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .search-sel ul {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        transition: all 0.3s;
        transform: scaleY(0);
        z-index: 9;
        transform-origin: top center;
        width: 1.5rem;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        padding: .1rem 0;
    }

    .search-sel ul.on {
        transform: scaleY(1);
    }

    .search-sel ul li {
        line-height: .4rem;
        font-size: .16rem;
        color: #333;
        cursor: pointer;
    }

    .search-sel ul li:hover {
        background: #1F844B;
        color: #fff;
    }

    .search-ipt {
        overflow: hidden;
        border-radius: 4px;
        flex: 1;
        min-width: 0;
        display: flex;
        align-items: center;
    }

    .search-text {
        flex: 1;
        min-width: 0;
    }

    .search-text input {
        display: block;
        width: 100%;
        padding: 0 20px;
        color: #333;
        font-size: 0.2rem;
    }

    .search-text input::placeholder {
        color: #b3b3b3;
    }

    .search-btn2 {
        width: 1rem;
        height: .3rem;
        cursor: pointer;
    }

    .search-btn2 input {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/icon-sear.png) no-repeat;
        background-position: center center;
        border-radius: 0px 4px 4px 0px;
        background-size: .3rem;
    }




    .title {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-right: .9rem;
    }

    .tit-text {
        font-size: 0;
    }

    .tit-text h2 {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        color: #323232;
        font-weight: 600;
        cursor: pointer;
        margin-left: .24rem;
        border-left: 2px solid #1F844B;
        padding-left: .05rem;
        transition: all .3s;
    }

    .tit-text h2:nth-child(1) {
        margin-left: 0;
    }

    .tit-text h2.on b {
        font-size: 30px;
        font-weight: 600;
    }

    .tit-text h2 b {
        font-family: 'sySong';
        display: block;
        position: relative;
        z-index: 9;
        font-size: .3rem;
        color: #333;
        font-weight: normal;
        font-weight: 600;
        line-height: .4rem;
        transition: all .3s;
    }

    .tit-text h2 img {
        display: inline-block;
        vertical-align: middle;
    }

    .tit-text h2 p {
        position: absolute;
        left: 48px;
        bottom: 0;
        font-size: 16px;
        line-height: 22px;
        color: rgba(204, 204, 204, .5);
        text-transform: uppercase;
        font-weight: normal;
        white-space: nowrap;
        z-index: 2;
        font-weight: 600;
    }

    .tit-more {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .tit-more a {
        display: none;
        float: left;
        font-size: .16rem;
        color: #000000;
        transition: all 0.5s;
        opacity: 0;
        line-height: .2rem;
        padding-right: .2rem;
        background: url(../images/hs-more.png) no-repeat;
        background-position: right center;
        background-size: .16rem;
    }

    .tit-more a:hover {
        color: #1F844B;
    }

    .tit-more a.on {
        display: block;
        opacity: 1;
    }


    .section1 {
        background: url(../images/hs1-bj.jpg) no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding-top: 1.45rem;
        padding-bottom: .55rem;
        margin-top: -.9rem;
        position: relative;
        z-index: 1;
    }

    .section1 .title {
        margin-bottom: .3rem;
    }

    .s1-c {
        display: flex;
        justify-content: space-between;
    }

    .s1-l {
        width: 9.82rem;
        margin-right: .4rem;
    }

    .s1-r {
        flex: 1;
        min-width: 0;
    }

    .s1-l .tit-text h2 {
        padding-left: 0;
        border-left: 2px solid transparent;
    }

    .s1-l .tit-text h2 b {
        font-size: 0.3rem;
        color: #999999;
    }

    .s1-l .tit-text h2.on {
        border-left: 2px solid #1F844B;
        padding-left: 0.05rem;
    }

    .s1-l .tit-text h2.on b {
        color: #1F844B;
        font-size: .3rem;
    }

    .s1-lc {
        overflow: hidden;
    }

    .s1-lc-box {
        width: 400%;
        display: flex;
        transition: all 0.3s;
    }

    .s1-lc-main {
        width: 25%;
    }

    .s1-lct {
        display: flex;
        justify-content: space-between;
    }

    .s1-lctl {
        width: 68%;
        position: relative;
    }

.s1-lctl .slick-dots {font-size:0;bottom:.25rem;right:.15rem;width: auto;}
.s1-lctl .slick-dots li {width:.1rem;height:.1rem;border-radius:50%;background:#fff;opacity:.5;margin:0 .05rem}
.s1-lctl .slick-dots li.slick-active{opacity:1;}
.s1-lctl .slick-dots li button {display:none;}
    .s1-lctl ul li a {
        display: block;
    }

    .s1-lctl ul li a .pic {
        padding-top: 61%;
    }

    .s1-lctl ul li a .info {
        /*background: url(../images/gz-nzzc.png) repeat-x;*/
        padding: .25rem .2rem;
        background-position: center bottom;
        position: relative;
        z-index: 9;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;display:none;
    }

    .s1-lctl ul li a .info::after {
        content: "";
        position: absolute;
        left: 100%;
        bottom: 0;
        border-width: 0 .15rem 1.4rem 0;
        border-style: solid;
        border-color: transparent transparent #1F844B transparent;
    }

    .s1-lctl ul li a .info h3 {
        font-size: 0.18rem;
        font-weight: normal;
        line-height: 0.6rem;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 1rem 0 .15rem;
    }

    .s1-lctl ul li a .info h3 i {
        background-image: linear-gradient(#fff, #fff);
    }

    .s1-lctl ul li a .info p {
        font-size: 0.16rem;
        font-style: italic;
        line-height: 0.16rem;
        color: #fff;
        margin-top: 0.1rem;
    }

    .s1-lcb {
        border-top: dashed 0.01rem rgba(0, 0, 0, .1);
        margin-top: .1rem;
        padding-top: .1rem;
    }

    .i-list li {
        position: relative;
        font-size: .18rem;
        line-height: .48rem;
        padding: 0px 1.1rem 0 .15rem;
    }

    .i-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: .18rem;
        background: #1F844B;
        font-size: 10px;
        font-family: fangsong;
    }



    .i-list li a {
        display: block;
    }

    .i-list li a h3 {
        font-size: 0.16rem;
        font-weight: normal;
        line-height: 0.44rem;
        color: #000000;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .i-list li a:hover {
        color: #2b69be;
        font-weight: 600;
    }

    .i-list li span {
        position: absolute;
        right: 4px;
        top: 0;
        color: rgba(102, 102, 102, .9);
        font-size: .16rem;
        font-style: italic;
    }


    .s1-lctr {
        width: 30%;
    }

    .s1-lctr ul li a {
        display: block;
         margin-top: 0.02rem;
    }

    .s1-lctr ul li:nth-child(1) a {
        margin-top: 0;
    }

    .s1-lctr ul li a .pic {
        padding-top: 53%;
    }

    .s1-lctr ul li a h3 {
        font-size: 0.16rem;
        font-weight: normal;
        line-height: 0.28rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 0.3rem;
        color: #000000;
    }






    .s1-rc {
        background: linear-gradient(#fff, transparent);
        border-top: 2px solid #1F844B;
    }

    .s1-rc ul li a {
        display: block;
        padding: .1rem .3rem .1rem 0.3rem;
    }

    .s1-rc ul li a h3 {
        font-size: 0.16rem;
        font-weight: normal;
        line-height: 0.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 0.64rem;
        color: #333333;
    }

    .s1-rc ul li a p {
        font-size: 0.16rem;
        font-style: italic;
        line-height: 0.2rem;
        color: #1F844B;
        margin-top: .1rem;
    }

    .section2 {
        background: url(../images/s2-bj.jpg) no-repeat;
        background-position: center center;
        padding: .6rem 0;
        background-size: cover;
    }

    .section2 .title {
        /* border-bottom: solid 0.01rem rgba(0, 0, 0, .1); */
        /* padding-bottom: .4rem; */
        /* margin-bottom: .25rem; */
    }

    .s2-title {
        border-bottom: solid 0.01rem rgba(0, 0, 0, .1);
        margin-bottom: 0.4rem;
       /* margin-top: .2rem;*/
        padding-left: .9rem;
    }

    .s2-title .tit-text h2 {
        padding-left: 0;
        border-left: none;
        margin: 0 .1rem;
        padding: 0 .1rem;
        border-bottom: 3px solid transparent;
        padding-bottom: .15rem;
        transform: translateY(2px);
        padding-top: .15rem;
    }

    .s2-title .tit-text h2 b {
       
        font-size: 0.22rem;
        color: #999999;
    }

    .s2-title .tit-text h2.on {
        border-color: #1F844B
    }

    .s2-title .tit-text h2.on b {
        color: #1F844B;
    }

    .s2-title .tit-text h2 b {}



    .switchBox {
        position: relative;
        overflow: hidden;
    }

    .switchBox .switchItem {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        z-index: 8;
        transform: translateY(100%);
        transition: all 0.8s;
        background: #f4faf8;
    }

    .switchBox .switchItem.on {
        position: relative;
        z-index: 9;
        opacity: 1;
        transform: translateY(0);
    }




    .s2-c {
        display: flex;
        justify-content: space-between;
    }

    .s2-c>div {
        width: 48%;
    }

    .s2-first a {
        display: block;
        overflow: hidden;
        padding-bottom: .25rem;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
    }

    .s2-first a .pics {
        float: left;
        width: 3rem;
        margin-right: .3rem;
    }

    .s2-first a .pics .pic {
        padding-top: 58%;
    }

    .s2-first a .info {
        overflow: hidden;
    }

    .s2-first a h3 {
        font-size: .16rem;
        font-weight: normal;
        line-height: .32rem;
        height: .64rem;
        overflow: hidden;
        color: #000001;
    }

    .s2-first a .info b {
        display: block;
        font-size: .16rem;
        line-height: .2rem;
        color: #000000;
        font-weight: normal;
        font-style: italic;
    }

    .s2-first a .info div {
        font-size: 0.15rem;
        line-height: 0.24rem;
        height: 0.72rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        color: #000000;
        opacity: 0.7;
        margin: .1rem 0;
    }

    .s2-first a:hover .info h3 {}


    .i-list2 li {
        position: relative;
        font-size: .16rem;
        line-height: 0.44rem;
        padding: 0px 1.1rem 0 0;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
    }

    .i-list2 li::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 1px;
        background-color: #1F844B;
        transition: all 0.5s;
    }

    .i-list2 li:hover::before {
        width: 100%;
    }

    .i-list2 li a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #000;
    }

    .i-list2 li a:hover {
        color: #1F844B;
    }

    .i-list2 li span {
        position: absolute;
        right: 0;
        top: 0;
        color: #1F844B;
        font-size: .16rem;
    }


    .section3 {
        padding-top: 0.6rem;
        background: url(../images/s3-bj.jpg) no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    .s3-c {
    padding-bottom: .8rem;
}

    .s3-l {
        /* width: 68%; */
    }

    .s3-r {
        /* width: 32%; */
        display: flex;
        justify-content: space-between;
        margin-top: .3rem;
    }

    .s3-lt a {
        display: block;
    }

    .s3-lt a img {
        display: block;
        width: 100%;
    }

    .s3-lb {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .s3-lb .s3-block {
        width: 32%;
        /* margin-right: 2%; */
    }

    .s3-lb .s3-block:nth-child(1) {
        background: url(../images/s3-block-bj1.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .s3-lb .s3-block:nth-child(2) {
        background: url(../images/s3-block-bj5.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
 .s3-lb .s3-block:nth-child(3) {
        background: url(../images/s3-block-bj2.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .s3-r .s3-block:nth-child(1) {
        background: url(../images/s3-block-bj3.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .s3-r .s3-block:nth-child(2) {
        /* margin-top: .3rem; */
        background: url(../images/s3-block-bj6.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }
 .s3-r .s3-block:nth-child(3) {
        /* margin-top: .3rem; */
        background: url(../images/s3-block-bj4.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }



    .s3-block {
        background: #1F844B;
        padding: .4rem;
        position: relative;
        z-index: 9;
        width: 32%;
        overflow: hidden;
    }

    .s3-block .title {
        margin-bottom: .3rem;
        align-items: center;
    }

    .s3-block .tit-text h2 {
        padding-left: 0;
        border: none;
    }

    .s3-block .tit-text h2 b {
        color: #fff;
    }

    .s3-block .tit-more a {
        color: #fff;
        background: url(../images/hs-more2.png) no-repeat;
        background-position: right center;
        background-size: 0.16rem;
    }

    .s3-block .tit-more a:hover {
        text-decoration: underline;
    }

    .s3-icons ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .s3-icons ul li {
        width: 48%;
        border-radius: 0.05rem;
        border: solid 0.01rem rgba(255, 255, 255, .2);
        margin-top: .2rem;
        transition: all 0.3s;
    }

    .s3-icons ul li:nth-child(-n+2) {
        margin-top: 0;
    }

    .s3-icons ul li a {
        display: flex;
        height: 1.4rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .s3-icons ul li a .icon {
        height: 0.45rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .s3-icons ul li a p {
        text-align: center;
        font-size: 0.2rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.32rem;
        letter-spacing: 0rem;
        color: #ffffff;
        margin-top: .1rem;
        padding: 0 .01rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .s3-icons ul li:hover {
        border-color: #fff;
    }

    .s3-texts {
        border-radius: 0.05rem;
        border: solid 0.01rem rgba(255, 255, 255, .2);
        padding: .2rem .15rem;
        margin-top: .2rem;
        transition: all 0.3s;
    }

    .s3-texts:hover {
        border-color: #fff;
    }

    .s3-tname h3 {
        font-size: 0.2rem;
        font-weight: normal;
        line-height: 0.32rem;
        color: #ffffff;
        padding-bottom: .15rem;
        border-bottom: .01rem solid rgba(255, 255, 255, .2);
    }

    .s3-texts ul li a {
        display: block;
        padding: .1rem 0;
    }

    .s3-texts ul li a h3 {
        font-size: 0.16rem;
        font-weight: normal;
        line-height: 0.34rem;
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .s3-texts ul li a h3 i {
        background-image: linear-gradient(#fff, #fff);
    }

    .s3-texts ul li:hover a h3 {
        color: #fff;
    }

    .s3-texts ul li a p {
        font-size: 0.14rem;
        font-weight: normal;
        font-style: italic;
        line-height: 0.2rem;
        color: #ffffff;
    }

    .s3-r .tagscloud {
        height: 100%; 
        text-align: center;
        position: relative;
    z-index: 1;
  min-height:300px;
    }

    .s3-r .tagscloud span {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #1a8170;
        line-height: 1.2;
white-space:nowrap;
    }

    .s3-r .tagscloud .tagc1 {
        font-size: .14rem;
    }

    .s3-r .tagscloud .tagc2 {
        font-size: .16rem;
    }

    .s3-r .tagscloud .tagc3 {
        font-size: .18rem;
    }

    .s3-r .tagscloud .tagc4 {
        font-size: .22rem;
    }

.s3-tagcont{
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    z-index: 9;
}
.s3-tagcont .h3{margin-bottom: .2rem;font-size: .36rem;line-height: .4rem;text-align: center;font-family: 'sySong';}
.s3-tagcont .p{margin-bottom: .4rem;font-size: .22rem;line-height: .3rem;text-align: center;}
.s3-tagcont a{display: flex;width: 1.5rem;line-height: .4rem;margin: auto;border-radius: 18px;background-color: #1F844B;font-size: .16rem;text-align: center;color: #fff;justify-content: center;align-items: center;}
.s3-tagcont .link:hover{ opacity: 0.8;}
.s3-tagcont a span{margin-right:5px}



















    @media screen and (max-width:1400px) {
        .s1-l {
            width: 8rem;
        }

        .s1-rc ul li a {
            padding: .1rem .15rem .1rem .15rem;
        }

        .s3-block {
            padding: .15rem;
        }

        .s3-icons ul li a p {
            font-size: .2rem;
        }
    }

    @media screen and (max-height:560px) {.fixed-r{display:none;}}

    @media screen and (max-width:1024px) {
        .search-sel>p {
            font-size: .18rem;
        }

        .search-text input {
            font-size: .16rem;
        }

        .search-sel {
            width: 1.2rem;
        }

        .search-btn2 {
            width: 0.6rem;
        }

        .search-btn2 input {
            background-size: .24rem;
        }

        .tit-text h2 b,
        .s1-l .tit-text h2.on b {
            font-size: .26rem;
            line-height: .3rem;
        }

        .s1-l .tit-text h2 b,
        .s2-title .tit-text h2 b {
            font-size: .24rem;
        }

        .s2-title .tit-text h2 {
            margin: 0;
            padding: .05rem;
        }

        .title {
            align-items: center;
        }

        .tit-text h2 {
            margin-left: .1rem;
        }

        .s1-c,
        .s3-c {
            display: block;
        }

        .s1-l,
        .s3-l,
        .s3-r {
            width: auto;
            margin-right: 0;
        }

        .s1-r {
            margin-top: .3rem;
        }

        .s1-rc ul li a {
            padding: .1rem 0;
        }

        .section1 .title {
            margin-bottom: .15rem;
        }

        .s2-first a .pics {
            width: 2.4rem;
            margin-right: .15rem;
        }

        .s2-first a .info div {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: 0.48rem;
        }

        .i-list2 li {
            line-height: .55rem;
        }

        .s3-r {
            display: flex;
            justify-content: space-between;
            margin-top: .3rem;
           /* align-items: flex-start;*/
        }

        .s3-r .s3-block {
            /* width: 48%; */
        }

        .s3-r .s3-block:nth-child(2) {
            /* margin-top: 0; */
        }

        .section3,
        .section2 {
            padding: .35rem 0;
        }
.section3{padding-bottom:0;}
        .s3-c {
    padding-bottom: 0.35rem;
}
        .section1 {
            padding-bottom: .35rem;
        }

        .section2 .title {
            /* padding-bottom: .2rem; */
            padding-left: 0;
        }
    }

    @media screen and (max-width:768px) {
        .banner .slick-dots {
            bottom: 0.15rem;
        }

        .search-par {
            transform: translateY(0);
            height: 0.6rem;
            max-width: none;
            margin: 0 .1rem;
            margin-top: .2rem;
            width: auto;
        }

        .section1 {
            margin-top: -.8rem;
            padding-top: 1.1rem;
        }

        .s1-lct,
        .s2-c,
        .s3-lb {
            display: block;
        }

        .s1-lctl,
        .s1-lctr,
        .s2-c>div {
            width: auto;
        }

        .s1-lctr,
        .s2-r {
            margin-top: .3rem;
        }

        .tit-text {
            flex: 1;
            min-width: 0;
        }

        .tit-text h2 {
            margin-left: 0;
            margin-right: .1rem;
        }

        .s1-lctl ul li a .info {
            padding: .15rem;
            margin-top: -.5rem;
        }

        .s2-first a h3 {
            height: auto;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .s3-lb {
            display: block;
            margin-top: .3rem;
        }

        .s3-r {
            display: block;
        }

        .s3-lb .s3-block,
        .s3-r .s3-block {
            width: auto;
            margin-right: 0;
        }

        .s3-block {
            margin-top: .3rem;
        }

        .tit-text h2 b,
        .s1-l .tit-text h2.on b {
            font-size: .22rem;
            line-height: .3rem;
        }

        .s1-l .tit-text h2 b,
        .s2-title .tit-text h2 b {
            font-size: .2rem;
        }
    }

    @media screen and (max-width:480px) {
        .s2-first a .pics {
            float: none;
            width: auto;
            margin-right: 0;
            margin-bottom: .1rem;
        }
    }