@charset "utf-8";
.banner a {
    display: block;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 115px;
    padding-right: 115px;
    z-index: 99;
}

.banner ul button {
    display: none;
}

.banner ul {
    width: 224px;
    height: 36px;
    right: 118px;
    bottom: 30px;
    padding: 5px 0;
    background: rgba(0, 0, 0, .42);
    border-radius: 10px;
}

.banner ul li {
    width: 15px;
    height: 16px;
    margin-left: 25px;
    background-image: url(../images/b-list.png);
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: all .3s;
}

.banner ul li:first-child {
    margin-left: 0;
}

.banner ul li.slick-active {
    width: 24px;
    height: 24px;
    margin-left: 20px;
    background-image: url(../images/b-list-on.png);
}

.banner a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/shadow.png) no-repeat top center;
}

.gg-tit {
    position: relative;
    font-size: 0;
    }

.gg-tit h4 {
    position: relative;
    display: inline-block;
    font-size: 0;
    font-weight: normal;
    background: #fff;
    padding-right: 13px;
    z-index: 9;
}

.gg-tit h4 img {
    display: inline-block;
    width: 37px;
    height: 37px;
    vertical-align: middle;
}

.gg-tit h4 span {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    color: #000;
    margin-left: 15px;
    vertical-align: middle;
}

.gg-tit .mores {
    position: absolute;
    top: 50%;
    right: 0;
    width: 81px;
    height: 27px;
    border: 1px solid rgba(21, 129, 70, .15);
    z-index: 9;
    transform: translateY(-50%);
    background: #fff;
}

.gg-tit .mores a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #158146;
    text-align: center;
}

.gg-tit::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(21, 129, 70, .15);
    transform: translateY(-50%);
}

.s1-left {
    float: left;
    width: 77.85%;
    overflow: hidden;
}

.s1-r {
    float: right;
    width: 61.92%;
}

.s1-banner a {
    display: block;
    overflow: hidden;
}

.s1-banner a .pic {
    padding-top: 65.33%;
}

.s1-banner a .s1-info h4 {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.s1-banner a .s1-info p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    margin-top: 11px;
}

.s1-banner a .s1-info {
    padding: 24px 0;
}

.s1-banner ul button {
    display: none;
}

.s1-banner ul {
    bottom: 150px;
}

.s1-banner ul li {
    width: 14px;
    height: 14px;
    margin-left: 17px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .3s;
}

.s1-banner ul li:first-child {
    margin-left: 0;
}

.s1-banner ul li.slick-active {
    background: #fff;
}

.s1-banner a:hover img {
    transform: scale(1.1);
}

.s1-banner a:hover h4 {
    color: #158146;
}

.s1-l {
    float: left;
    width: 33.48%;
}

.s1-l ul>li {
    padding: 14px 13px 14px 8px;
    border-radius: 5px;
    border-bottom: 1px dashed #c4dbce;
}

.s1-l ul>li>a {
    display: block;
    overflow: hidden;
    transition: all .3s;
}

.s1-l ul>li>a p {
    font-size: 18px;
    line-height: 27px;
    color: #333;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
    width: 100%;
}

.s1-l ul>li>a span {
    font-size: 14px;
    line-height: 1;
    color: #158146;
    margin-top: 6px;
}

.s1-l ul>li:hover {
    background: #158146;
}

.s1-l ul>li:hover p,
.s1-l ul>li:hover span {
    color: #fff;
}

.s1-right {
    float: right;
    width: 18.57%;
}

.s1-right>ul>li {
    margin-top: 50px;
}

.s1-right>ul>li:first-child {
    margin-top: 0;
}

.s1-right>ul>li>a {
    display: block;
    overflow: hidden;
}

.s1-right .pic {
    padding-top: 67.30%;
}

.s1-right .pic span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 97px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 31px;
    background: rgba(21, 129, 70, 61%);
}

.s1-right>ul>li p {
    font-size: 18px;
    line-height: 27px;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
    margin-top: 20px;
}

.s1-right>ul>li:hover img {
    transform: scale(1.1);
}

.s1-right>ul>li:hover p {
    color: #158146;
}

.s1-main {
    overflow: hidden;
    margin-top: 64px;
}

.s2-list>ul>li {
    float: left;
    width: 31.78%;
    padding: 25px 18px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #f5f5f5;
    margin-bottom:30px;
    position: relative;
    z-index: 999;
}

.s2-list>ul>li:nth-child(3n+2) {
    margin-left: 2.33%;
    margin-right: 2.33%;
}

.s2-list>ul>li a {
    display: block;
    overflow: hidden;
}

.s2-list>ul>li .tm {
    width: 50px;
    float: left;
}

.s2-list>ul>li .tm span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #158146;
}

.s2-list>ul>li .tm span:first-child {
    font-size: 28px;
    line-height: 29px;
    color: #333;
    background: #e4e8ea;
}

.s2-list>ul>li .s2-info {
    overflow: hidden;
    padding-left: 20px;
}

.s2-info p {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.s2-list>ul>li:hover {
    box-shadow: 0 0 10px rgba(21, 129, 70, .38);
}

.s2-list {
    margin-top: 64px;
}

.s2 {
    margin-top: 70px;
}

.section1 {
    padding-top: 47px;
    padding-bottom: 58px;
    background: url(../images/section1.jpg) no-repeat center center;
    background-size: cover;
}

.s2-l {
    float: left;
    width: 44.64%;
    position: relative;
    z-index: 999;
}

.section2 .gg-tit h4 {
    background: #0b6133;
}

.s2-r .gg-tit h4 {
    background: #198f51;
}

.section2 .gg-tit h4 span {
    color: #fff;
}

.section2 .gg-tit .mores {
    background: rgba(255, 255, 255, .83);
}

.section2 .gg-tit .mores a {
    color: #158146;
}

.section2 .gg-tit::after {
    background: rgba(255, 255, 255, .42);
}

.text-box a {
    display: block;
    overflow: hidden;
}

.text-box .pho {
    float: left;
    width: 297px;
    margin-right: 34px;
    overflow: hidden;
}

.text-box .pho img {
    display: block;
    width: 100%;
    transition: all .3s;
    max-height: 191px;
}

.text-info {
    overflow: hidden;
    margin-top: 25px;
}

.text-info h4 {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 108px;
}

.text-info .s2-tm {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    padding-left: 23px;
    background: url(../images/s2-tm.png) no-repeat left center;
    margin-top: 14px;
}

.text-box a:hover .pho img {
    transform: scale(1.1);
}

.text-box {
    margin-top: 45px;
}

.s2-l>ul>li {
    position: relative;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.s2-l>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.s2-l>ul>li a,
.s2-r ul>li a {
    display: block;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 22px;
    padding-right: 100px;
}

.s2-l>ul>li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.s2-l>ul>li span,
.s2-r ul>li span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 18px;
    color: #fff;
}

.s2-l>ul {
    margin-top: 30px;
}

.s2-r {
    float: right;
    width: 45.35%;
    position: relative;
    z-index: 999;
}

.s2-r .text-info {
    margin-top: 0;
}

.s2-r .text-info h4 {
    display: block;
    height: auto;
    white-space: nowrap;
}

.s2-r .text-info p {
    font-size: 14px;
    line-height: 29px;
    color: #f2f3f9;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 87px;
    margin-top: 19px;
    text-indent: 2em;
}

.s2-r .text-info span.pt {
    font-size: 14px;
    line-height: 29px;
    color: #158146;
    background: #f0d051;
    display: inline-block;
    padding: 0 20px;
    margin-right: 18px;
}

.s2-r ul>li {
    position: relative;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.s2-r ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.s2-r>ul>li a {
    padding-left: 35px;
}

.s2-r>ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 22px;
    background: url(../images/s2-icon.png) no-repeat center center;
    transform: translateY(-50%);
}

.s2-r>ul {
    margin-top: 43px;
}

.section2 {
    padding-top: 55px;
    padding-bottom: 66px;
    background: url(../images/section2.jpg) no-repeat center center;
}

.section3 .gg-tit {
    text-align: center;
}

.section3 .gg-tit::after {
    display: none;
}

.s3-banner1 a {
    display: block;
    overflow: hidden;
    padding: 0 11px;
}

.s3-banner1 a div {
    display: block;
    overflow: hidden;
}

.s3-banner1 a img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.s3-banner1 button {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    z-index: 99;
}

.s3-banner1 .slick-prev {
    left: 11px;
    background-image: url(../images/s3-l.png);
}

.s3-banner1 .slick-next {
    right: 11px;
    background-image: url(../images/s3-r.png);
}

.s3-banner1 {
    margin: 85px -11px 0;
}

.s3-banner1 a:hover img {
    transform: scale(1.1);
}

.s4-banner a {
    display: block;
    overflow: hidden;
}

.s4-banner a .s4-icon {
    width: 85px;
    height: 83px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.s4-banner a .s4-icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}


.s4-banner a p {
    font-size: 18px;
    line-height: 1;
    color: #333;
    text-align: center;
    margin-top: 32px;
}

.s4-banner button {
    position: absolute;
    top: 45%;
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    z-index: 99;
}

.s4-banner .slick-prev {
    left: 151px;
    background-image: url(../images/s3-l.png);
    background-size:100%;
}

.s4-banner .slick-next {
    right: 151px;
    background-image: url(../images/s3-r.png);
    background-size:100%;
}

.s4-banner {
    margin-top: 83px;
    padding: 0 180px;
}

.s4-banner a:hover img {
    transform: rotateY(180deg);
}

.s4 {
    margin-top: 115px;
}

.section3>div {
    overflow: hidden;
}

.section3 {
    padding-top: 71px;
    padding-bottom: 127px;
    background: url(../images/section3.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width:1024px) {
    .banner {
        margin-top: 80px;
    }
    .banner a p {
        bottom: 18px;
        font-size: 20px;
        padding-left: 15px;
        padding-right: 100px;
    }
    .banner ul {
        bottom: 10px;
        right: 10px;
        width: 114px;
        height: 27px;
        padding: 1px 0;
    }
    .banner ul li {
        width: 10px;
        height: 11px;
        margin-left: 12px;
        background-size: 10px auto;
    }
    .banner ul li.slick-active {
        width: 15px;
        height: 15px;
        margin-left: 10px;
        background-size: 15px auto;
    }
    .s1-l ul>li>a p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .s1-l ul>li>a span {
        font-size: 12px;
    }
    .s1-l ul>li {
        padding: 5px 8px;
    }
    .s1-banner a .s1-info h4 {
        font-size: 18px;
    }
    .s1-banner a .s1-info p {
        font-size: 12px;
        line-height: 24px;
        height: 48px;
    }
    .s1-right .pic span {
        font-size: 12px;
        width: 84px;
        line-height: 21px;
    }
    .s1-right>ul>li p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-top: 10px;
    }
    .s1-banner ul {
        bottom: 130px;
    }
    .s1-banner ul li {
        width: 10px;
        height: 10px;
        margin-left: 10px;
    }
    .s1-main {
        margin-top: 15px;
    }
    .gg-tit h4 img {
        width: 20px;
        height: 20px;
    }
    .gg-tit h4 span {
        font-size: 18px;
        margin-left: 10px;
    }
    .gg-tit .mores a {
        font-size: 12px;
        line-height: 18px;
    }
    .gg-tit .mores {
        width: 70px;
        height: 20px;
    }
    .s2-list>ul>li .tm span:first-child {
        font-size: 20px;
    }
    .s2-list>ul>li .tm span {
        font-size: 12px;
    }
    .s2-info p {
        font-size: 14px;
    }
    .s2-info {
        padding-left: 10px;
    }
    .s2-list>ul>li {
        padding: 10px;
    }
    .s2-list {
        margin-top: 15px;
    }
    .s2 {
        margin-top: 10px;
    }
    .section1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-box .pho {
        width: 197px;
        margin-right: 15px;
    }
    .text-info h4 {
        font-size: 14px;
        line-height: 24px;
        -webkit-line-clamp: 3;
        height: 72px;
    }
    .text-info {
        margin-top: 0;
    }
    .text-info .s2-tm {
        font-size: 12px;
        padding-left: 15px;
        margin-top: 10px;
        background-size: 10px auto;
    }
    .s2-l>ul>li,
    .s2-r ul>li {
        line-height: 42px;
    }
    .s2-l>ul>li a,
    .s2-r ul>li a {
        font-size: 13px;
    }
    .s2-l>ul>li span,
    .s2-r ul>li span {
        font-size: 12px;
    }
    .s2-l>ul,
    .s2-r>ul {
        margin-top: 10px;
    }
    .text-box {
        margin-top: 15px;
    }
    .s2-r .text-info p {
        font-size: 12px;
        line-height: 22px;
        height: 66px;
        margin-top: 5px;
    }
    .s2-r .text-info span.pt {
        font-size: 12px;
        padding: 0 10px;
        line-height: 21px;
    }
    .s2-r>ul>li::before {
        width: 12px;
        height: 14px;
        background-size: 12px auto;
    }
    .s2-r>ul>li a {
        padding-left: 20px;
    }
    .section2 {
        padding: 20px 0;
    }
    .s3-banner1 {
        margin: 15px 0 0;
    }
    .s4-banner a .s4-icon {
        width: 45px;
        height: 45px;
    }
    .s4-banner a p {
        font-size: 12px;
        margin-top: 10px;
    }
    .s4-banner {
        margin-top: 20px;
    }
    .s4 {
        margin-top: 20px;
    }
    .section3 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:960px) {
    .s1-left,
    .s1-r,
    .s1-l,
    .s1-right,
    .s2-l,
    .s2-r {
        float: none;
        width: auto;
    }
    .s1-l ul>li {
        padding: 5px 0;
    }
    .s1-l ul>li>a span {
        display: block;
        text-align: left;
    }
    .s1-l ul>li>a p {
        display: block;
        height: auto;
        white-space: nowrap;
    }
    .s1-banner a .s1-info {
        padding: 10px 0;
    }
    .s1-banner ul {
        bottom: 100px;
    }
    .s1-right>ul>li {
        float: left;
        width: 49%;
    }
    .s1-right>ul>li:nth-child(2) {
        margin-top: 0;
        margin-left: 2%;
    }
    .s1-right {
        margin-top: 15px;
    }
    .s2-list>ul>li {
        float: none;
        width: auto;
        margin-top: 10px;
    }
    .s2-list>ul>li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    .section2,
    .s2-r .gg-tit h4 {
        background: #0b6133;
    }
    .s2-r {
        margin-top: 20px;
    }
    .s4-banner {
        padding: 0 100px;
    }
.s4-banner .slick-prev {
    left: 71px;
}

.s4-banner .slick-next {
    right: 71px;
}
}

@media screen and (max-width:640px) {
    .banner {
        margin-top: 60px;
    }
    .banner a::after {
        display: none;
    }
    .banner a p,
    .s1-banner a .s1-info h4 {
        font-size: 14px;
    }
    .s1-banner a .s1-info p {
        line-height: 22px;
        height: 44px;
        margin-top: 5px;
    }
    .s1-l ul>li>a p,
    .s1-right>ul>li p,
    .s2-info p {
        font-size: 13px;
    }
    .s1-right>ul>li p {
        margin-top: 5px;
    }
    .s3-banner1 button {
        width: 15px;
        height: auto;
        background-size: 15px auto;
    }
    .s4-banner {
        padding: 0 100px;
    }
.s4-banner .slick-prev {
    left: 61px;
}

.s4-banner .slick-next {
    right: 61px;
}
}

@media screen and (max-width:480px) {
    .banner a p {
        display: none;
    }
    .section1 {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .s1-main {
        margin-top: 10px;
    }
    .s4-banner {
        padding: 0 20px;
    }
.s4-banner button{width: 18px;height: 32px;}
.s4-banner .slick-prev {
    left: -5px;
}

.s4-banner .slick-next {
    right: -5px;
}
    .s2-list>ul>li .s2-info {
        padding-left: 10px;
    }
    .s2-list {
        margin-top: 0;
    }
    .s2-list>ul>li {
        padding: 5px;
    }
    .text-box .pho {
        width: 128px;
    }
    .text-info h4 {
        font-size: 12px;
        -webkit-line-clamp: 2;
        height: 48px;
    }
    .s2-l>ul>li a,
    .s2-r>ul>li a {
        padding-right: 45px;
    }
    .s3-banner1 a {
        padding: 0 5px;
    }
    .s3-banner1 .slick-next {
        right: 5px;
    }
    .s3-banner1 .slick-prev {
        left: 5px;
    }
    .section3 {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:380px) {
    .s1-banner ul {
        bottom: 90px;
    }
    .s1-right>ul>li {
        float: none;
        width: auto;
    }
    .s1-right>ul>li:nth-child(2) {
        margin-left: 0;
        margin-top: 10px;
    }
    .s2-list>ul>li .tm {
        width: 40px;
    }
    .s2-list>ul>li .tm span:first-child {
        line-height: 25px;
    }
    .s2-info p {
        line-height: 22px;
        height: 44px;
    }
}