@charset "utf-8";

body {
    overflow-x: hidden;
}


.banner.ani #downPage {
    opacity: 1;
}

.banner {
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    /* width: 100%;
    height: 100vh; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner-more {
    font-size: .18rem;
    color: #fff;
    padding-left: .15rem;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    height: 2.23rem;
    background: linear-gradient(0deg, rgba(2, 49, 0, 0.8) 3%, rgba(1, 39, 0, 0) 87%);
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: calc(100vh - 1.65rem);
    object-fit: cover;
}


.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: .48rem;
    z-index: 9;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 50%;
    width: auto;
    margin-left: 1.4rem;
}

.banner .slick-dots li {
    padding: 0;
    position: relative;
    transition: all .5s;
    width: auto;
    height: .36rem;
    margin: 0 .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .13rem;
}

.banner .slick-dots li span {
    /* display: none; */
    font-family: Source Han Serif CN;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    border: solid 0.02rem #f8f8f6;
    border-radius: 50%;
    opacity: 0;
}

.banner .slick-dots li::before {
    content: "";
    transition: all 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 0;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
}

.banner .slick-dots li button {
    border-radius: 50%;
    padding: 0;
    transition: all .5s;
    display: block;
    margin: 0;
    width: 0.13rem;
    height: 0.13rem;
    border: solid 0.02rem #f8f8f6;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-dots li.slick-active::after {
    opacity: 0;
}

.banner .slick-dots li.slick-active {
    width: .36rem;
}

.banner .slick-dots li.slick-active button {
    opacity: 0;
}

.banner .slick-dots li.slick-active span {
    opacity: 0;
}

.banner-down {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}



.banner-down div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.banner-down div img {
    display: block;
    width: 0.31rem;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    20% {
        transform: translate(0, 0.03rem);
        opacity: 1;
    }

    80% {
        transform: translate(0, 0.1rem);
        opacity: 1;
    }

    90% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }
}

.banner .slick-prev, .banner .slick-next {
    width: 0.35rem;
    height: 0.37rem;
    bottom: 0.4rem;
    z-index: 9;
    top: auto;
    transform: none;
}

.banner .slick-prev {
    background: url(../images/banner-left.png) no-repeat;
    background-position: center center;
    background-size: .13rem auto;
    left: auto;
    right: 2.5rem;
}

.banner .slick-next {
    background: url(../images/banner-right.png) no-repeat;
    background-position: center center;
    background-size: .13rem auto;
    right: 1.5rem;
    left: auto;
}



.index {
    overflow: hidden;
}

.itit {
    margin-bottom: .35rem;
    position: relative;
}

.itit div {
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #282828;
    font-family: 'sys-b';
}



.itit div span {
    color: #231815;
}

.itit div b {
    color: #166A1E;
}

.itit p {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.12rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #C4C4C4;
    margin-top: .13rem;
}

.itit p::before {
    content: "";
    display: block;
    height: 0.03rem;
    width: .2rem;
    background: #166A1E;
    margin-right: .08rem;
}

.itit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0.16rem;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #3D3D3D;
}

.itit-w {}

.itit-w div span {
    color: #FFFFFF;
}

.itit-w div b {
    color: #FFFFFF;
}

.itit-w a {
    color: #FFFFFF;
}

.s1 {
    position: relative;
    z-index: 1;
    padding-top: .65rem;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 7.98rem;
    margin-right: .35rem;
}

.s1-m {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s1-m::before {}

.s1-m::after {}

.s1-r {
    width: 29.5%;
    margin-left: 2.875%;
}




.s1-item {
    display: block;
    position: relative;
}

.s1-item .pic {
    padding-top: 52.7%;
}

.s1-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .6rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
    max-height: 60%;
    pointer-events: none;
}

.s1-item .info {
    background: #166A1E;
}

.s1-item .info span {
    display: block;
    font-family: CanelaWeb-Regular;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    color: #166A1E;
    line-height: .26rem;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    background-size: .11rem auto;
    padding-left: .2rem;
    font-family: 'sys';
}


.s1-item .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.64rem;
    letter-spacing: 0rem;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 1.5rem;
    padding-left: .15rem;
}

.s1-item .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-item .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    margin-top: .1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
    color: #ffffff;
    opacity: 0.7;
    display: none;
}

.s1-lslick .slick-dots {
    left: auto;
    right: .44rem;
    bottom: 0.32rem;
    display: flex !important;
    justify-content: center;
    width: auto;
    transform: translateY(50%);
}

.s1-lslick .slick-dots li {

    width: 0.29rem;

    height: 0.04rem;

    opacity: 0.5;

    background: #FFFFFF;

    margin: 0 .06rem;
}

.s1-lslick .slick-dots li button {}

.s1-lslick .slick-dots li.slick-active {
    width: 0.29rem;
    opacity: 1;
}

.s1-m .s1-mfirst {
    border-bottom: 1px dashed #D8D8D8;
    margin-bottom: .15rem;
}

.s1-m .s1-mfirst a {
    display: flex;
    padding-bottom: .17rem;
    align-items: center;
}

.s1-m .s1-mfirst a .pics {
    width: 2.96rem;
    margin-right: .26rem;
    position: relative;
    z-index: 1;
    padding-left: .12rem;
    padding-top: .12rem;
}

.s1-m .s1-mfirst a .pics:before {
    content: "";
    position: absolute;
    left: 0;
    right: .12rem;
    bottom: .12rem;
    top: 0;
    background: linear-gradient(303deg, #166A1E 0%, #76C76F 100%);
}

.s1-m .s1-mfirst a .pics .pic {
    padding-top: 63%;
}

.s1-m .s1-mfirst a .info {
    flex: 1;
    min-width: 0;
}

.s1-m .s1-mfirst a .info div {
    width: 1.06rem;
    display: flex;
    align-items: center;
    margin-top: .18rem;
}

.s1-m .s1-mfirst a .info div::before {
    content: "";
    display: block;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    background-size: .16rem auto;
    width: 0.16rem;
    height: 0.14rem;
    margin-right: .08rem;
}

.s1-m .s1-mfirst a .info div span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: normal;
    color: #3D3D3D;
}

.s1-m .s1-mfirst a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #231815;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s1-m .s1-mfirst a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .66rem;
    color: rgba(17, 17, 17, 0.6);
    margin-top: .16rem;
}

.s1-m ul li {}

.s1-m ul li a {
    display: flex;
    align-items: center;
    height: .52rem;
    position: relative;
}

.s1-m ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: all .5s;
    background: #166A1E;
}

.s1-m ul li:nth-child(1) a {}

.s1-m ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem 0 .2rem;
    position: relative;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #3D3D3D;
}

.s1-m ul li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background: #166A1E;
    border-radius: 50%;
}

.s1-m ul li a span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.14rem;
    letter-spacing: normal;
    color: #8A8A8A;
    width: 0.5rem;
    text-align: right;
    border-left: 1px solid #8a8a8a;
    margin-left: .1rem;
}

.s1-r ul {
    margin-top: -.13rem;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
}

.s1-r ul li a .date {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    background: #F3EDDF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-align: center;
    letter-spacing: normal;
    color: #166A1E;
    margin-right: .17rem;
    font-family: 'sys';
}

.s1-r ul li a .date::before {
    content: "";
    position: absolute;
    left: 0.03rem;
    top: 0.03rem;
    right: 0.03rem;
    bottom: 0.03rem;
    opacity: 0.2;
    box-sizing: border-box;
    border: 1px dashed #166A1E;
    border-radius: 50%;
}

.s1-r ul li a .date b {
    font-family: 'sys-b';
    font-size: .2rem;
}

.s1-r ul li a .date span {
    font-family: 'sys-r';
}

.s1-r ul li a .info {
    flex: 1;
    min-width: 0;
    border-top: 1px solid #EBE2D1;
    height: 0.93rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s1-r ul li a .info h3 {
    width: 100%;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #231815;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .52rem;

}

.s1-r ul li:nth-child(1) a .info {
    border-top: none;
}

.s2 {
    margin-top: .9rem;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: .85rem;
    padding-bottom: 1.14rem;
}

.s2-c {}

.s2-c .slick>ul {
    margin: 0 -.3rem;
}

.s2-c .slick ul li a {
    margin-top: .65rem;
    display: block;
    margin-left: .3rem;
    margin-right: .3rem;
    border-radius: 0rem 0.8rem 0rem 0.8rem;
    background: rgba(246, 250, 255, 0.15);
    padding: .3rem .25rem .2rem .25rem;
    transition: all .5s;
}

.s2-c .slick ul li a:hover {
    transform: translateY(-.3rem);
    background: #FFFFFF;
}

.s2-c .slick ul li a:hover h3 {
    color: #232323;
}

.s2-c .slick ul li a:hover span {
    color: #166A1E;
}

.s2-c .slick ul li a:hover div::before {
    opacity: 0;
}

.s2-c .slick ul li a:hover div::after {
    opacity: 1;
}

.s2-c .slick ul li a span {
    display: block;
    font-family: Arial;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-c .slick ul li a h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
    margin-top: .27rem;
}

.s2-c .slick ul li a div {
    position: relative;
    z-index: 1;
    height: 0.42rem;
    margin-top: 0.05rem;
}

.s2-c .slick ul li a div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-more-right.png) no-repeat;
    background-position: right center;
    background-size: .65rem;
    transition: all .5s;
}

.s2-c .slick ul li a div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-more-right2.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    transition: all .5s;
    opacity: 0;
}

.s2-c .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin-top: .6rem;
}

.s2-c .slick-dots li {
    height: 0.14rem;
    width: 0.14rem;
    border: 1px solid #FFDB66;
    border-radius: 50%;
    margin: 0 .23rem;
    padding: 0;
}

.s2-c .slick-dots li.slick-active {
    background: #FFDB66;
}


.s3 {
    padding-top: 1.1rem;
    padding-bottom: 1.62rem;
}

.s3-c {
    margin-top: .44rem;
}

.s3-c ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}

.s3-c ul li {
    width: 25%;
}

.s3-c ul li a {
    margin: 0 .15rem;
    display: block;
    padding: .3rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.49rem 0rem rgba(82, 144, 79, 0.15);
    transition: all .5s;
}

.s3-c ul li a .date {
    width: 0.62rem;
    height: 0.62rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #166A1E;
    border-radius: 50%;
}

.s3-c ul li a .date b {
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-right: .15rem;
}

.s3-c ul li a .date div {
    height: 1px;
    width: 0.36rem;
    transform: rotate(138.03deg);
    background: #fff;
}


.s3-c ul li a .date span {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.2rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-left: .15rem;
}

.s3-c ul li a h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    text-transform: uppercase;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .96rem;
    margin: .39rem 0 .25rem 0;
}

.s3-c ul li a dl {}

.s3-c ul li a dl dd {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #999999;
}

.s3-c ul li a>span {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 0.24rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #3D3D3D;
    margin-top: .5rem;
}

.s3-c ul li a>span::after {
    content: "";
    display: block;
    background: url(../images/s3-item-more.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.23rem;
    height: 0.24rem;
    margin-left: .1rem;
}



@media screen and (min-width: 1025px) {
    .s1-m ul li a:hover p, .s1-m .s1-mfirst a:hover .info h3 {
        color: #166A1E;
    }

    .s1-m ul li a:hover::after {
        width: 100%;
        left: 0;
    }

    .s3-c ul li a:hover {
        box-shadow: 0px 0.04rem 0.49rem 0rem rgba(82, 144, 79, 0.5);
    }

    .s3-c ul li a:hover h3 {
        color: #166A1E;
    }

}

@media screen and (max-width: 1024px) {
    .banner .slick-slide a img {
        /* height: auto !important; */
        max-height: 250px;
    }

    .banner .slick-next {
        right: 0.2rem;
        bottom: 0.1rem;
    }

    .banner .slick-prev {
        right: 0.5rem;
        bottom: 0.1rem;
    }

    .banner .slick-dots {
        left: 0.2rem;
        margin-left: 0;
        bottom: 0.1rem;
    }

    .banner-down {
        display: none;
    }
    .banner .slick-slide a::after{
        height: 1rem;
    }

    .itit div {
        font-size: .24rem;
    }

    .s1 {
        padding-top: .5rem;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
    }

    .s1-m {
        width: auto;
        padding: 0;
        margin: .35rem 0;
    }

    .s1-m::before {
        display: none;
    }

    .s1-m::after {
        display: none;
    }

    .s2 {
        margin-top: .5rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .s2-c .slick>ul {
        margin: 0 -.05rem;
    }

    .s2-c .slick ul li a {
        margin: 0 .05rem;
        padding: .2rem .15rem;
    }

    .s2-c .slick ul li a span {
        font-size: .18rem;
    }

    .s2-c .slick ul li a h3 {
        font-size: .18rem;
    }
    .s2-c .slick-dots{
        margin-top: .3rem;
    }

    .s3{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .s3-c ul{
        margin: 0 -.05rem;
    }
    .s3-c ul li{
        width: 50%;
    }
    .s3-c ul li a{
        padding: .2rem .15rem;
        margin: 0.05rem .05rem;
    }
    .s3-c ul li a h3{
        font-size: .18rem;
        margin: .2rem 0;
    }
    .s3-c ul li a dl dd{
        font-size: .14rem;
    }
    .s3-c ul li a>span{
        margin-top: .25rem;
    }

}

@media screen and (max-width: 768px) {
    .s1-m .s1-mfirst a {
        display: block;
    }

    .s1-m .s1-mfirst a .pics {
        width: auto;
        margin-right: 0;
        margin-bottom: .1rem;
    }
}

@media screen and (max-width: 480px) {}