@charset "utf-8";

.mouse>img {
    width: .78rem;
    display: block;
}

.mouse {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
}

.banner .slick-prev {
    width: .8rem;
    height: .8rem;
    background: url(../images/ban-l.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%) rotate(180deg);
    left: .4rem;
}

.banner .slick-next {
    width: .8rem;
    height: .8rem;
    background: url(../images/ban-l.png) no-repeat;
    background-size: 100% 100%;
    right: .4rem;
}

.banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 9;
}

.tit1 h3 b:first-child {
    margin-right: .4rem;
    position: relative;
}

.tit1 h3 b:first-child::after {
    content: '';
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -0.22rem;
    transform: translateY(-50%);
    background: #333333;
}



/* 8.29 */
.s3,
.s4,
.s5 {
    position: relative;
}

#s3,
#s4,
#s5 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2rem);
}

/* 8.29 */





@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal
}

a {
    display: block
}

.banner {
    position: relative;
    overflow: hidden
}

.banner video,
.banner ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.banner a {
    display: block;
    position: relative;
    padding-top: 42%;
    overflow: hidden
}

.banner .slick {
    position: relative;
    z-index: 9
}

.banner .slick-slide a {
    display: block;
    position: relative
}

.banner .slick-dots {
    padding-bottom: .4rem
}

.banner .slick-dots li {
    width: .5rem;
    height: .08rem;
    background: #ffffff;
    margin: 0 .1rem;
    border-radius: .99rem
}

.banner .slick-dots li.slick-active {
    background: #FFB13D
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 10s linear
}

@keyframes img_scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.s1 {
    margin-top: -0.6rem;
    position: relative;
    z-index: 10;
}

.s1-lt {
    padding: .3rem .9rem;
    box-shadow: 0rem 0rem .2rem 0rem rgba(53, 105, 61, 0.22);
    background: #ffffff;
    border-radius: .08rem;
}

.s1-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.s1-lt ul li {
    width: 3.84rem;
    background: url(../images/s1-bg1.jpg) no-repeat;
    background-size: cover;
    padding: .08rem;
    border-radius: 0rem .28rem 0rem .28rem;
    position: relative
}


.s1-lt ul li:nth-child(2) {
    background: url(../images/s1-bg2.jpg) no-repeat;
    background-size: cover
}

.s1-lt ul li:nth-child(3) {
    background: url(../images/s1-bg3.jpg) no-repeat;
    background-size: cover
}

.s1-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: .2rem;
    padding-bottom: .3rem;
    border-radius: 0rem .28rem 0rem .28rem;
    border: .01rem solid #FFFFFF
}

.s1-lt ul li a img {
    margin: 0 auto;
    display: block;
}

.s1-lt ul li a:hover img {
    animation: jello 1s
}

.s1-lt ul li a .ico {
    height: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: .3rem;
}

.s1-lt ul li a p {
    text-align: center;
    font-size: .28rem;
    color: #ffffff;
    margin-top: .1rem;
    font-weight: 600;
}

.s2 {
    padding-top: .5rem;
    padding-bottom: .6rem;
    position: relative;
}

/* .s2::before {
    content: '';
    width: 1.2rem;
    height: 4.32rem;
    background: url(../images/mt1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -1rem;
    left: .2rem;
}

.s2::after {
    content: '';
    width: 1.2rem;
    height: 4.32rem;
    background: url(../images/mt2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -1rem;
    right: .2rem;
} */


.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.s2-c>div {
    width: 48%
}

.tit2 {
    position: relative;
    margin-bottom: .3rem
}

.tit2 h3 {
    font-size: .32rem;
    font-weight: bold;
    line-height: 1;
    color: #35693D;
    padding-bottom: .3rem;
    position: relative
}

.tit2 h3::after {
    content: '';
    width: .8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: .03rem solid #FFB13D
}

.more {
    position: absolute;
    bottom: 0.15rem;
    right: 0
}

.jfzn {
    position: absolute;
    right: 0;
    top: -0.35rem;
}

.jfzn a {
    color: #e8961b;
    font-size: .14rem;
    text-decoration: underline;
}

.more a {
    font-size: .14rem;
    color: #FFFFFF;
    border-radius: .1rem;
    background: #FFB13D;
    width: .97rem;
    line-height: .28rem;
    transition: all 0.5s;
    text-align: center
}

.more a:hover {
    letter-spacing: .02rem
}

.s2-lt {
    border-radius: .2rem;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.3);
    padding: .3rem .5rem
}

.s2-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .12rem 0
}

.s2-tx {
    flex: 1;
    min-width: 0
}

.s2-tx h3 {
    font-size: .2rem;
    line-height: 1;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .05rem
}

.s2-tx p {
    font-size: .14rem;
    line-height: .2rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s2-date {
    position: relative;
    padding-right: .3rem;
    margin-right: .25rem;
    color: #666666
}

.s2-date b {
    display: block;
    font-weight: normal;
    font-size: .2rem;
    line-height: 1
}

.s2-date span {
    font-size: .14rem;
    line-height: 1
}

.s2-date::after {
    content: '';
    width: .02rem;
    height: .25rem;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #D8D8D8
}

.s2-lt ul li a:hover .s2-date {
    color: #35693D
}

.s2-lt ul li a:hover .s2-date::after {
    background: #FFB13D
}

.s2-lt ul li a:hover h3 {
    color: #35693D
}

.s3 {
    padding: .5rem 0;
    background: url(../images/s3-4bg.png) no-repeat center bottom;
    background-size: cover
}

.tit1 {
    text-align: center;
    position: relative;
    margin-bottom: .3rem
}

.tit1 h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.01rem;
    height: .93rem;
    background: url(../images/tit1.png) no-repeat;
    background-size: 100% !important;
}

.tit1 h3 {
    font-family: 'sy';
    font-size: .36rem;
    color: #333333;
    display: inline-block;
    padding: .15rem .22rem .15rem .98rem;
    position: relative
}

.s3-tl .pic {
    padding-top: 4.18rem
}

.s3-tc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.s3-left {
    width: 66%;
}


.s3-lbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-lbox>div {
    width: 48.5%;
}

.s3-right {
    width: 32%;
}

.s3-tl a {
    position: relative
}

.s3-tl a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1
}

.s3-tl a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    padding: .15rem;
    z-index: 2;
    color: #ffffff !important;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s3-tl .slick-dots {
    text-align: right;
    padding-right: .15rem;
    padding-bottom: .2rem;
    width: auto;
    right: 0;
    left: auto
}

.s3-tl .slick-dots li {
    width: .05rem;
    height: .05rem;
    background: #ffffff;
    margin: 0 .05rem;
    border-radius: .99rem;
    transition: all 0.5s
}

.s3-tl .slick-dots li.slick-active {
    width: .12rem;
    background-color: #FFB13D
}

.s3-tm ul li {
    padding: .1rem;
    transition: all 0.5s;
}

.s3-tm ul li.on {
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.3);
    background: #ffffff;
}

.s3-tm ul li.on h3 {
    color: #00610E;
}

.s3-tm ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: .01rem dashed #D8D8D8 */
}

.s3-tm ul li:last-child a {
    padding-bottom: 0;
    margin-bottom: 0;
    border-color: transparent
}

.s3-date {
    width: .66rem;
    height: .65rem;
    text-align: center;
    background: url(../images/s3-date.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: .2rem
}

.s3-date b {
    display: block;
    color: #ffffff;
    font-size: .3rem
}

.s3-date span {
    display: block;
    color: #ffffff;
    font-size: .14rem
}

.s3-tx {
    flex: 1;
    min-width: 0
}

.s3-tx h3 {
    font-size: .18rem;
    line-height: .3rem;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s3-tx p {
    font-size: .14rem;
    line-height: .26rem;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s3-tm ul li a:hover h3 {
    color: #35693D
}

.s3-tr ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.s3-tr ul li a:hover h3 {
    color: #00610E;
}

.s3-sj {
    text-align: center;
    padding-right: .15rem;
    margin-right: .15rem;
    border-right: .01rem solid #DEDEDE
}

.s3-sj b {
    font-size: .3rem;
    font-weight: normal;
    line-height: 1;
    color: #00610E;
    display: block
}

.s3-sj span {
    font-size: .14rem;
    line-height: 1;
    color: #00610E
}

.s3-tx {
    flex: 1;
    min-width: 0
}

.s3-tx h3 {
    font-size: .18rem;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s3-tr ul li a {
    padding: .21rem 0;
    border-bottom: .01rem solid #D8D8D8;
    position: relative
}

.s3-tr ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: .02rem;
    background-color: #FFB13D;
    transition: all 0.5s
}

.s3-tr ul li a:hover {
    border-color: transparent
}

.s3-tr ul li a:hover:after {
    width: 100%
}

.s3-tr {
    border-radius: 0rem 0rem .1rem .1rem;
    background: #FFFFFF;
    box-shadow: 0rem .06rem .14rem 0rem rgba(0, 91, 198, 0.06);
    padding: .3rem;
    padding-top: .1rem;
    border-top: .04rem solid #35693D
}

.s3-tr ul li a:hover h3 {
    color: #00610E
}

.s3-m .pic {
    padding-top: 56%
}

.s3-m ul li a {
    margin: 0 .35rem;
    border-radius: .2rem;
    overflow: hidden;
    position: relative
}

.s3-m ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1
}

.s3-m ul li a p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: .3rem;
    color: #ffffff;
    font-size: .2rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.s3-m {
    padding-top: .52rem;
    padding-bottom: .76rem
}

.s3-m>ul {
    padding: 0 1rem
}

.s3-m .slick-prev {
    width: .38rem;
    height: .38rem;
    background: url(../images/s3-l.png) no-repeat;
    background-size: 100% 100%
}

.s3-m .slick-next {
    width: .38rem;
    height: .38rem;
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%
}

.s3-b ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: .35rem 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08)
}

.s3-b ul li:last-child a {
    border-right: none
}

.s3-b ul li a .ico {
    width: 1rem;
    height: 1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(53, 105, 61, 0.1);
    border-radius: 50%;
    transition: all 0.5s
}

.s3-b ul li a .ico::before {
    content: '';
    width: 110%;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    background: #ffffff;
    border-radius: 50%
}

.s3-b>ul {
    border-radius: .2rem;
    background: #FFFFFF;
    border: .01rem solid rgba(0, 0, 0, 0.08);
    overflow: hidden
}

.s3-b ul li a .ico img {
    min-width: 50%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.s3-b ul li a .ico img:last-child {
    display: none
}

.s3-b ul li a:hover .ico img:first-child {
    display: none
}

.s3-b ul li a:hover .ico img:last-child {
    display: block
}

.s3-b ul li a:hover .ico {
    background: #FFFFFF
}

.s3-b ul li a:hover {
    background: url(../images/s3-tbg.png) no-repeat #00610E center center;
    background-size: 100%
}

.s3-b ul li a p {
    font-size: .2rem;
    color: #35693D;
    margin-top: .1rem;
    width: 100%;
    text-align: center
}

.s3-b ul li a:hover P {
    color: #ffffff
}

.zxdh {
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.zxdh img {
    width: .44rem;
    margin-right: .26rem
}

.zxdh p {
    color: #333333;
    font-size: .24rem;
    font-weight: 600
}

.s4 {
    padding: .6rem 0;
    background: url(../images/s4-bg.jpg) no-repeat center bottom;
    background-size: cover
}

.s4 .tit1 h3::after {
    background: url(../images/tit2.png) no-repeat;
    background-size: 100% 100%
}

.s4-l {
    width: 9.6rem;
    margin-right: .65rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.s4-r {
    flex: 1;
    min-width: 0
}

.s4-qh {
    width: 3.43rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    padding: .5rem .3rem;
    margin-right: .69rem
}

.s4-lt {
    flex: 1;
    min-width: 0
}

.s4-qh ul li {
    margin-bottom: .3rem
}

.s4-qh ul li:last-child {
    margin-bottom: 0
}

.s4-qh ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: .1rem;
    background: #FFFFFF;
    border: .01rem solid #E1E1E1;
    line-height: .62rem
}

.s4-qh ul li a .ico {
    width: .4rem;
    position: relative;
    margin-right: .1rem
}

.s4-qh ul li a .ico img:last-child {
    display: none
}

.s4-qh ul li a .ico img {
    min-width: .3rem;
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.s4-qh ul li a p {
    font-size: .22rem;
    color: #333333;
    min-width: .88rem
}

.s4-qh ul li.on a p {
    color: #ffffff
}

.s4-qh ul li.on a {
    background: #35693D;
    border-left: 9px solid #FFB13D
}

.s4-qh ul li.on a .ico img:last-child {
    display: block
}

.s4-qh ul li.on a .ico img:first-child {
    display: none
}

.s4-date {
    text-align: center;
    margin-right: .3rem
}

.s4-date b {
    display: block;
    font-size: .26rem;
    color: #00610E;
    line-height: 1;
    margin-bottom: .05rem
}

.s4-lt ul li a:hover b {
    color: #fff;
}

.s4-date span {
    display: block;
    color: #9E9E9E;
    font-size: .14rem;
    border-radius: .05rem;
    border: .01rem solid rgba(0, 0, 0, 0.08);
    display: block;
    line-height: .24rem;
    padding: 0 .1rem
}

.s4-lt ul li a:hover span {
    color: #fff;
    border: .01rem solid #ffffff;
}

.s4-tx {
    flex: 1;
    min-width: 0
}

.s4-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .16rem 0;
    transition: all 0.3s;
}

.s4-lt ul li a:hover {
    background: #35693D;
    padding-left: 2px;
    padding: .16rem;
}

.s4-lt ul li a:hover p {
    color: #fff !important;
}


.s4-tx p {
    font-size: .16rem;
    line-height: .26rem;
    max-height: .52rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.s4-r {
    flex: 1;
    min-width: 0
}

.s4-rt {
    border-radius: .1rem;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.3);
    padding: .2rem .3rem
}

.s4-rt ul li:last-child a {
    border-color: transparent
}

.s4-rt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .24rem 0;
    border-bottom: .01rem solid #C4C4C4
}

.s4-rt ul li a h3 {
    flex: 1;
    min-width: 0;
    font-size: .18rem;
    font-weight: bold;
    line-height: .3rem;
    color: #35693D;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: .34rem;
    background: url(../images/s4-dots.png) no-repeat left .03rem;
    background-size: .26rem
}

.s4-rt ul li a:hover h3 {
    opacity: 0.8
}

.s4-rt ul li a span {
    font-size: .16rem;
    color: #333333;
    margin-left: .4rem
}

.s4-rb {
    margin-top: .52rem;
    position: relative;
}

.s4-rb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.s4-rb ul li {
    border-radius: .1rem;
    overflow: hidden;
    width: 30%;
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.3), inset .07rem .09rem .07rem 0rem rgba(255, 255, 255, 0.3), inset -0.01rem -0.01rem .06rem 0rem rgba(0, 0, 0, 0.2)
}

.s4-rb ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: .15rem 0
}

.s4-rb ul li a .ico {
    width: .66rem;
    height: .66rem;
    margin: 0 auto;
    margin-bottom: .13rem;
    border: .01rem dashed #FFFFFF;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s4-rb ul li a:hover .ico img {
    animation: jello 1s
}

.s4-rb ul li a .ico img {
    max-width: 60%;
    min-width: 50%
}

.s4-rb ul li a p {
    color: #ffffff;
    font-size: .18rem;
    width: 100%;
    text-align: center
}

.s4-rb ul li:first-child {
    background: url(../images/s4-bg1.png) no-repeat;
    background-size: 100% 100%
}

.s4-rb ul li:nth-child(2) {
    background: url(../images/s4-bg2.png) no-repeat;
    background-size: 100% 100%
}

.s4-rb ul li:last-child {
    background: url(../images/s4-bg3.png) no-repeat;
    background-size: 100% 100%
}

.s5 {
    padding-top: .85rem;
    padding-bottom: .54rem;
    background: url(../images/s5-bg.png) no-repeat left bottom;
    background-size: cover
}

.s5 .tit1 h3::after {
    background: url(../images/tit3.png) no-repeat;
    background-size: 100% 100%
}

.s5 .s4-rb ul li {
    width: 48%
}

.s6 .tit1 {
    margin-bottom: .5rem
}

.s6 {
    padding-top: .85rem;
    padding-bottom: 1.16rem
}

.s6 .tit1 h3::after {
    background: url(../images/tit4.png) no-repeat;
    background-size: 100%;
}

.s6-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.s6-l {
    width: 50%;
    margin-right: .22rem;
    overflow: hidden;
    border-radius: .1rem;
}

.s6-rb {
    border-radius: .1rem;
    overflow: hidden;
}

.s6-l .pic {
    padding-top: 5.42rem;
    border-radius: .1rem
}

.s6-c a {
    position: relative;
}

.s6-ifo {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: .18rem;
    z-index: 2;
    padding: .15rem .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.s6-rb a::after,
.s6-l a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.s6-r {
    flex: 1;
    min-width: 0
}

.s6-c .slick-dots {
    padding-right: .15rem;
    padding-bottom: .2rem;
    text-align: right;
}

.s6-c .slick-dots li {
    width: .05rem;
    height: .05rem;
    background: #ffffff;
    margin: 0 .05rem;
    border-radius: .99rem;
    transition: all 0.5s
}

.s6-c .slick-dots li.slick-active {
    width: .12rem;
    background-color: #FFB13D
}

.s6-rt a {
    position: relative
}

.s6-rt a img {
    width: 100%;
    display: block;
    border-radius: .1rem;
    height: 1.57rem
}

.s6-rt a h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: .4rem;
    background: url(../images/s6-dots.png) no-repeat left center;
    background-size: auto 100%;
    font-size: .22rem;
    line-height: .27rem;
    color: #00610E;
    font-weight: 600
}

.s6-rt {
    margin-bottom: .25rem
}

.s6-rb .pic {
    padding-top: 3.6rem;
    border-radius: .1rem
}

@media screen and (max-width: 1024px) {


    .banner .slick-prev {
        left: .2rem;
        width: .4rem;
        height: .4rem;
    }

    .banner .slick-next {
        right: .2rem;
        width: .4rem;
        height: .4rem;
    }


    .s1-lt {
        padding: .3rem;
    }

    .s2::after {
        display: none;
    }

    .s1-lt ul li a .ico {
        width: 100%;
        margin: 0;
    }

    .s2::before {
        display: none;
    }

    .s1 {
        padding: .3rem 0;
        margin-top: 0rem;
    }

    .s2 {
        padding: .2rem 0
    }

    .banner .slick-dots {
        padding-bottom: .2rem
    }

    .s1-lt ul li::after {
        display: none
    }

    .s1-lt ul li {
        width: 30%
    }

    .s2-c>div {
        width: 100%
    }

    .s3-lbox>div {
        width: 100%;
    }

    .s2-l {
        margin-bottom: .3rem
    }

    .tit2 h3 {
        font-size: .26rem;
        padding-bottom: .2rem
    }

    .tit2 {
        margin-bottom: .2rem
    }

    .s3-tc>div {
        width: 100%
    }

    .s3-tl .pic {
        padding-top: 64%
    }

    .s3-tm {
        margin: .3rem 0
    }

    .tit1 h3 {
        font-size: .3rem
    }

    .s3-m>ul {
        padding: 0 .5rem
    }

    .s3-m ul li a {
        margin: 0 .2rem
    }

    .s3-m {
        padding: .3rem 0
    }

    .s4-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem
    }

    .s4-r {
        flex: auto;
        width: 100%
    }

    .s4,
    .s5 {
        padding: .3rem 0
    }

    .s4-qh {
        margin-right: .3rem
    }

    .s6-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem
    }

    .s6-rb .pic,
    .s6-l .pic {
        padding-top: 64%
    }

    .s6-r {
        flex: auto;
        width: 100%
    }

    .s6 {
        padding: .3rem 0
    }

    .s6-rt a img {
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .s1-lt ul li a .ico {
        height: .6rem
    }

    .zxdh p {
        font-size: .2rem
    }

    .zxdh img {
        margin-right: .2rem
    }

    .s4-rb {
        /* margin-top: .3rem; */
    }
}

@media screen and (max-width: 640px) {
    .s1-lt ul li {
        width: 100%;
        margin: .1rem 0
    }

    .s2-lt {
        padding: .1rem .2rem
    }

    .s4-qh {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
        padding: .3rem
    }

    .s4-lt {
        flex: auto;
        width: 100%;
        margin-bottom: .2rem
    }

    .s4-qh ul li {
        margin-bottom: .15rem
    }
}

@media screen and (max-width: 480px) {

    .s5 .s4-rb ul li,
    .s4-rb ul li {
        width: 100%;
        margin: .1rem 0
    }

    .tit1 {
        text-align: left;
    }

    .tit1 h3 {
        padding-left: 0.8rem;
        font-size: 0.24rem;
    }

    .tit1 h3::after {
        background-size: 85% !important;
    }
}

.jfzn a {
    color: #e8961b;
    font-size: .14rem;
    text-decoration: underline;
}