:root {
    --vi: #2BB144;
    --viText: rgba(18, 51, 34, 0.80);
    --headHeight: .9rem;
}

.vi-text {
    color: var(--viText);
}

.bodypadd {
    padding-top: var(--headHeight);
}

.w1640 {
    max-width: 16.4rem;
    margin: 0 auto;
}

.head {
    position: fixed;
    width: 100%;
    padding: 0 1.4rem;
    margin: 0 auto;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: var(--headHeight);
    z-index: 199;
}

.head .logo {
    width: 1.57rem;
}

.head .nav {
    display: flex;
    align-items: center;
    gap: .71rem;
}

.head .nav .item a {
    font-weight: 500;
    transition: all .4s ease;
}

.head .nav .item:hover a, .head .nav .item.active a {
    color: var(--vi);
}

.head .rg_btn {
    display: flex;
    align-items: center;
}

.head .rg_btn .global {
    display: flex;
    align-items: center;
    gap: .1rem;
    margin-left: .33rem;
    cursor: pointer;
}

.head .rg_btn .global span {
    color: #123322;
}

.head .rg_btn .btn {
    background: var(--vi);
    border-radius: .2rem;
    padding: .1rem .28rem;
    margin-left: .4rem;
}
.rg_btn__img {
    width: .18rem;
}
.global__img {
    width: .21rem;
}

.banner {
    position: relative;
}

.banner .bgimg {
    width: 100%;
}

.banner .txt {
    position: absolute;
    top: 4rem;
    left: 1.4rem;
    display: flex;
    flex-direction: column;
}

.banner .txt .h1 {
    margin-bottom: .2rem;
}

.banner .txt .p1 {
    max-width: 5.88rem;
    line-height: 160%;
}

.contact1 {
    background: linear-gradient(241deg, rgba(255, 255, 255, 0.00) 51.9%, #D1EDD7 126.39%), linear-gradient(134deg, #FFF 33.43%, #ABDCFE 101.43%);
    padding: 1.1rem 0 3.4rem;
    position: relative;
}

.contact1 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
}

.contact1 .main {
    display: flex;
}

.contact1 .lf {
    position: relative;
    width: 9.07rem;
}

.contact1 .lf .lf_txt {
    position: absolute;
    height: 100%;
    padding: .9rem 0;
    top: 0;
    left: 50%;
    transform: translateX(-38%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.contact1 .lf .lf_txt .item {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.contact1 .lf .lf_txt .item .p2 {
    margin-top: .08rem;
    max-width: 2.74rem;
}

.contact1 .lf .lf_txt .line {
    width: .18rem;
    height: .06rem;
    background: #2BB1446B;
    border-radius: .06rem;
}

.contact1 .rg {
    margin-left: .9rem;
    position: relative;
}

.contact1 .rg .pic {
    width: 7.64rem;
}

.contact1 .rg .dian-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 2.16rem;
    top: 4.42rem;
}

.contact1 .rg .dian-box img {
    width: .46rem;
    height: .51rem;
    margin-bottom: .02rem;
}

.contact1 .rg .dian-box span {
    color: var(--vi);
}


.footer {
    padding: 2.06rem 1.4rem .2rem;
    position: absolute;
    width: 100%;
    bottom: 0rem;
    z-index: 3;
}

.footer .bgImg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer .cont1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .cont1 .logo {
    width: 1.57rem;
}

.footer .cont1 .link {
    display: flex;
    align-items: center;
    gap: .16rem;
}

.footer .cont1 .link .item {
    position: relative;
    width: .38rem;
    height: .38rem;
    cursor: pointer;
}

.footer .cont1 .link .item img {
    transition: all .4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer .cont1 .link .item img:nth-child(2) {
    opacity: 0;
}

.footer .cont1 .link .item:hover img:nth-child(1) {
    opacity: 0;
}

.footer .cont1 .link .item:hover img:nth-child(2) {
    opacity: 1;
}

.footer .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    margin: .3rem 0 .2rem;
}

.footer .cont2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: .7;
}

.footer .cont2 a { color: #fff; }

.news1 {
    padding: 1rem 0 3.7rem;
}

.news1 .main .top {
    display: flex;
    align-items: center;
}

.news1 .main .top .cont {
    width: calc((100% - .4rem) / 2);
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
    margin-right: .4rem;
}

.news1 .main .top .cont .pic {
    width: 100%;
}

.news1 .main .top .cont .pic img {
    width: 100%;
    height: 3.87rem;
    object-fit: cover;
}

.news1 .main .top a.pic img {
    width: 100%;
    height: 5.2rem;
    object-fit: cover;
}

.news1 .main .top .cont .txt {
    padding: .44rem .6rem;
}

.news1 .main .top .pic {
    width: calc((100% - .4rem) / 2);
}

.news1 .main .list {
    margin-top: .8rem;
    display: flex;
    flex-wrap: wrap;
    gap: .32rem;
}

.news1 .main .list .item {
    width: calc((100% - .64rem) / 3);
    border-radius: .04rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    transition: all .4s ease;
}

.news1 .main .list .item a * {
    transition: all .4s ease;
}

.news1 .main .list .item a {
    background: #fff;
}

.news1 .main .list .item a .pic {
    width: 100%;
    aspect-ratio: 525/368;
}
.news1 .main .list .item a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news1 .main .list .item a .txt {
    padding: .4rem .45rem .6rem;
    display: flex;
    flex-direction: column;
}

.news1 .main .list .item a .txt .date {
    color: rgba(18, 51, 34, 0.40);
    margin-bottom: .22rem;
}

.news1 .main .list .item a .txt .h1 {
    margin-bottom: .31rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news1 .main .list .item a .txt .p1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .54rem;
    line-height: 160%;
}

.news1 .main .list .item a .txt .more {
    display: flex;
    align-items: center;
    gap: .1rem;
    border-radius: .2rem;
    border: .01rem solid #123322;
    width: fit-content;
    padding: .11rem .43rem;
}

.news1 .main .list .item a .txt .more svg {
    width: .11rem;
}

.news1 .main .list .item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
}

.news1 .main .list .item:hover a .txt .more {
    background: var(--vi);
    border: .01rem solid var(--vi);
}

.news1 .main .list .item:hover a .txt .more span {
    color: #fff;
}

.news1 .main .list .item:hover a .txt .more svg path {
    fill: #fff;
    stroke: #fff;
}

.page-box {
    margin-top: .6rem;
    height: 1rem;
    background: #fff;
    border-radius: .2rem;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
    padding: 0 .73rem;
    display: flex;
    align-items: center;
}

.page-box .page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.page-box .page .num {
    display: flex;
    align-items: center;
    gap: .2rem;
}

.page-box .page .num .item a {
    line-height: .5rem;
    width: .5rem;
    border-radius: 50%;
    border: .01rem solid #D6D6D6;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease;
}

.page .num .item a:hover,
.page .num .item.active a {
    background: linear-gradient(180deg, #098346 0%, #08C264 100%);
    color: #fff;
}

.page-box .page .btn {
    display: flex;
    align-items: center;
    gap: .18rem;
    cursor: pointer;
}

.page-box .page .btn * {
    transition: all .4s ease;
}

.page-box .page .btn:hover span {
    color: var(--vi);
}

.page-box .page .btn:hover svg path {
    fill: var(--vi);
    stroke: var(--vi);
}

.new_detail {
    padding: 1rem 0 4.2rem;
    background: #F9F9F9;
}

.new_detail .main-box {
    background: #fff;
    padding: .6rem 1.4rem;
}

.new_detail .main-box .location {
    display: flex;
    align-items: center;
}

.new_detail .main-box .location a {
    transition: all .4s ease;
}

.new_detail .main-box .location a:hover {
    color: var(--vi);
    text-decoration: underline !important;
}

.new_detail .main-box .main {
    margin-top: .8rem;
}

.new_detail .main-box .main .date {
    margin-top: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_detail .main-box .main .line {
    width: 100%;
    height: .01rem;
    background: #eee;
    margin: .4rem 0;
}

.new_detail .main-box .main .p {
    color: #123322;
    font-size: 0.16rem;
}

.new_detail .main-box .main .p p {
    font-weight: 300;
    line-height: 180%;
    margin-top: 0.2rem;
}

.new_detail .main-box .main .p h3 {
    font-weight: 500;
}

.new_detail .main-box .main .p img {
    width: 8.6rem;
    margin: .4rem auto;
}

.new_detail .main-box .main .list-box {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new_detail .main-box .main .list-box .list {
    width: 100%;
}

.new_detail .main-box .main .list-box .list .item {
    border-top: .01rem solid #EEE;
}

.new_detail .main-box .main .list-box .list .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .38rem 0;
}

.new_detail .main-box .main .list-box .list .item a span {
    transition: all .4s ease;
}

.new_detail .main-box .main .list-box .list .item:hover a span {
    color: var(--vi);
}

.new_detail .main-box .main .list-box .back {
    padding: .11rem .42rem;
    display: flex;
    align-items: center;
    gap: .1rem;
    border-radius: .2rem;
    border: .01rem solid #123322;
    margin-top: .4rem;
    transition: all .4s ease;
}

.new_detail .main-box .main .list-box .back span {
    transition: all .4s ease;
}

.new_detail .main-box .main .list-box .back svg {
    width: .18rem;
    height: .15rem;
    transition: all .4s ease;
}

.new_detail .main-box .main .list-box .back:hover {
    background: var(--vi);
    border: .01rem solid var(--vi);
}

.new_detail .main-box .main .list-box .back:hover span {
    color: #fff;
}

.new_detail .main-box .main .list-box .back:hover svg path {
    fill: #fff;
}

.esg_con {
    background: #f9f9f9;
}
.esg-btn-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
    margin-right: 1.3rem;
    gap: 0.2rem;
}

.esg-btn-box svg {
    width: 1.02rem;
    height: 0.45rem;
    cursor: pointer;
}

.esg-btn-box svg * {
    transition: all .4s ease;
}

.esg-btn-box svg:hover rect {
    fill: var(--vi);
    fill-opacity: 1;
}

.esg1 {
    margin-top: 2.4rem;
    position: relative;
}

.esg1 .cont {
    width: 14.4rem;
    border-radius: .04rem;
    background: #FFF;
    box-shadow: 0px 11px 34.7px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -1.4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: .38rem;
    align-items: center;
    padding: .59rem 1.4rem;
}

.esg1 .cont .p1 {
    line-height: 180%;
}

.esg2 {
    padding: 1.2rem 0;
}

.esg2 .title {
    text-align: center;
}

.esg2 .title p {
    width: 9.58rem;
    margin: .2rem auto 0;
    line-height: 180%;
}

.esg2 .swiper-box {
    margin-top: .46rem;
}

.esg2 .swiper-box .swiper {
    width: 100%;
}

.esg2 .swiper-box .swiper .swiper-slide .box {
    display: flex;
    background: #fff;
    border-radius: .04rem;
    width: 8.97rem;
    position: relative;
    justify-content: flex-end;
    overflow: hidden;
    transition: all .6s ease;
}

.esg2 .swiper-box .swiper .swiper-slide .box .pic {
    width: 8.97rem;
    height: 5.5rem;
    flex-shrink: 0;
    transition: all .4s ease;
}

.esg2 .swiper-box .swiper .swiper-slide .box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esg2 .swiper-box .swiper .swiper-slide .box .cont {
    padding: .77rem .73rem .77rem .52rem;
    display: flex;
    flex-direction: column;
    width: calc(14.2rem - 8.97rem);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .8s ease;
}

.esg2 .swiper-box .swiper .swiper-slide .box .cont span {
    margin-bottom: .3rem;
}

.esg2 .swiper-box .swiper .swiper-slide .box .cont p {
    margin-bottom: .6rem;
    line-height: 180%;
    width: 3.98rem;
}

.esg2 .swiper-box .swiper .swiper-slide .box .cont svg {
    width: 3.44rem;
    height: .58rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.esg2 .swiper-box .swiper .swiper-slide .box .cont .num span:nth-child(1) {
    color: #098346;
}

.esg2 .swiper-box .swiper .swiper-slide .box .cont .num span:nth-child(2) {
    color: #CCC;
}

.esg2 .swiper-box .swiper .swiper-slide.swiper-slide-prev {
    display: flex;
    justify-content: flex-end;
}

.esg2 .swiper-box .swiper .swiper-slide.swiper-slide-active .box {
    width: 14.2rem;
    margin: 0 auto;
}

.esg2 .swiper-box .swiper .swiper-slide.swiper-slide-active .box .cont {
    opacity: 1;
}

.esg3 {
    padding: 1.2rem 1.4rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.esg3 .cont {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.esg3 .cont:nth-child(even) {
    flex-direction: row-reverse;
}

.esg3 .cont .pic {
    width: 8.2rem;
    border-radius: .04rem;
    overflow: hidden;
}

.esg3 .cont .pic img {
    transition: all .4s ease;
}

.esg3 .cont .pic:hover img {
    transform: scale(1.05);
}

.esg3 .cont .txt {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.esg3 .cont .txt p {
    width: 6.64rem;
    line-height: 180%;
}

.esg4 {
    padding-bottom: 4.4rem;
    position: relative;
}

.esg4 .txt {
    position: absolute;
    width: 100%;
    height: calc(100% - 4.4rem);
    background: rgba(0, 0, 0, 0.30);
    mix-blend-mode: luminosity;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.esg4 .txt p {
    width: 11.55rem;
    line-height: 180%;
    text-align: center;
}

.pro1 {
    padding-top: 1rem;
    padding-bottom: 4rem;
    display: flex;
    background: #f9f9f9;
}

.pro1 .lf-box {
    position: relative;
    min-width: 20%;
}

.pro1 .lf-box .lf {
    position: sticky;
    top: 1rem;
    left: 0;
    width: 100%;
    border-radius: 0px 4px 4px 0px;
    background: #FFF;
}

.pro1 .lf-box .lf .items .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .24rem .52rem;
    background: #098346;
}

.pro1 .lf-box .lf .items .drop {
    margin-top: .2rem;
}

.pro1 .lf-box .lf .items .drop .list {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    padding-left: .82rem;
}

.pro1 .lf-box .lf .items .drop .list .item a {
    padding: .18rem .4rem .18rem 0;
    transition: all .4s ease;
}

.pro1 .lf-box .lf .items .drop .list .item a.active {
    color: #098346;
}

.pro1 .lf-box .lf .items .drop .list .item a:hover {
    color: #098346;
}

.pro1 .rg {
    margin: 0 1.4rem;
    width: calc(80% - 2.8rem);
}

.pro1 .rg .title {
    padding-bottom: .21rem;
    border-bottom: .02rem solid #EEE;
    position: relative;
    border-radius: .02rem;
}

.pro1 .rg .title::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.44rem;
    height: .02rem;
    background: #098346;
    bottom: -.02rem;
    border-radius: .02rem;
}

.pro1 .rg .swiper-box {
    margin-top: .6rem;
    width: 100%;
}

.pro1 .rg .swiper-box .swiper {
    width: 100%;
    border-radius: .04rem;
}

.pro1 .rg .swiper-box .swiper .swiper-slide {
    width: 100%;
    height: 3.05rem;
    border-radius: .04rem;
    overflow: hidden;
    background: linear-gradient(to right, #fff 0%, rgb(1, 71, 36, 0) 40%, #014724 100%);
    padding: .49rem .64rem;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.pro1 .rg .swiper-box .swiper .swiper-slide .txt {
    display: flex;
    flex-direction: column;
}

.pro1 .rg .swiper-box .swiper .swiper-slide .txt .h1 {
    margin-bottom: .12rem;
}

.pro1 .rg .swiper-box .swiper .swiper-slide .txt .more {
    margin-top: .44rem;
    border: .01rem solid #123322;
    border-radius: .46rem;
    padding: .1rem .32rem;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: .12rem;
    transition: all .4s ease;
}

.pro1 .rg .swiper-box .swiper .swiper-slide .txt .more * {
    transition: all .4s ease;
}

.pro1 .rg .swiper-box .swiper .swiper-slide .txt .more svg {
    width: .16rem;
    height: .11rem;
}

.pro1 .rg .swiper-box .swiper .swiper-slide .txt .more:hover {
    border: .01rem solid #098346;
    background: #098346;
}

.pro1 .rg .swiper-box .swiper .swiper-slide .txt .more:hover span {
    color: #fff;
}

.pro1 .rg .swiper-box .swiper .swiper-slide .txt .more:hover svg path {
    fill: #fff;
}

.pro1 .rg .swiper-box .swiper .swiper-slide .img1 {
    position: absolute;
    width: 2.38rem;
    height: 2.09rem;
    right: 2.13rem;
    bottom: .32rem;
    z-index: 2;
}

.pro1 .rg .swiper-box .swiper .swiper-slide .img2 {
    position: absolute;
    width: 10.24rem;
    height: 3rem;
    aspect-ratio: 512/445;
    mix-blend-mode: hard-light;
    bottom: 0;
    right: 0;
}

.pro1 .rg .swiper-box .swiper .swiper-pagination {
    left: .64rem;
    width: initial;
}

.pro1 .rg .swiper-box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: .2rem;
    height: .02rem;
    background: #EEE;
    opacity: 1;
    position: relative;
}

.pro1 .rg .swiper-box .swiper .swiper-pagination .swiper-pagination-bullet .progress-bar {
    position: absolute;
    background: #098346;
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
}

.pro1 .rg .list {
    margin-top: .4rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    gap: .2rem;
}

.pro1 .rg .list .item {
    border-radius: .04rem;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.pro1 .rg .list .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .36rem 1.12rem .36rem 1.06rem;
    padding: .18rem 1.12rem .18rem 1.06rem;
}

.pro1 .rg .list .item a .pic{height: 2.86rem;width: 2.52rem;height: 1.43rem;height: 1.1rem;}

.pro1 .rg .list .item a .pic img{height: 100%;object-fit: contain;}

.pro1 .rg .list .item a .txt {
    display: flex;
    flex-direction: column;
    gap: .12rem;
}

.pro1 .rg .list .item a .txt span {
    transition: all .4s ease;
}

.pro1 .rg .list .item a .more {
    margin-top: .44rem;
    border: .01rem solid #123322;
    border-radius: .46rem;
    padding: .1rem .32rem;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: .12rem;
    transition: all .4s ease;
}

.pro1 .rg .list .item a .more * {
    transition: all .4s ease;
}

.pro1 .rg .list .item a .more svg {
    width: .16rem;
    height: .11rem;
}

.pro1 .rg .list .item a:hover .txt span {
    color: #098346;
}

.pro1 .rg .list .item a:hover .more {
    border: .01rem solid #098346;
    background: #098346;
}

.pro1 .rg .list .item a:hover .more span {
    color: #fff;
}

.pro1 .rg .list .item a:hover .more svg path {
    fill: #fff;
}

.ab1 {
    padding: 1.1rem 1.4rem 1.2rem;
    position: relative;
    display: flex;
    gap: 1.09rem;
    overflow: hidden;
}

.ab1 .bgImg {
    position: absolute;
    bottom: -68%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.ab1 .lf span {
    width: 5.11rem;
    line-height: 160%;
    display: flex;
    flex-direction: column;
}

.ab1 .lf span::after {
    content: "";
    display: block;
    width: .66rem;
    height: .02rem;
    background: #123322;
    margin-top: .4rem;
    border-radius: .66rem;
}

.ab1 .rg p {
    line-height: 180%;
    margin-bottom: .22rem;
    margin-bottom: .11rem;
}

.ab1 .rg .pic {
    width: 100%;
    border-radius: .04rem;
    overflow: hidden;
    margin-top: .4rem;
}

.ab1 .rg .pic img {
    transition: all .4s ease;
}

.ab1 .rg .pic:hover img {
    transform: scale(1.05);
}

.ab2 {
    padding: .8rem 1.7rem 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 8rem;
}

.ab2 .bgImg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ab2 .title {
    text-align: center;
}

.ab2 .title span {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ab2 .title span:after {
    content: "";
    display: block;
    width: 1.74rem;
    height: .02rem;
    background: #fff;
    border-radius: 999px;
    margin-top: .16rem;
}

.ab2 .list {
    display: flex;
    align-items: center;
    gap: .4rem;

}

.ab2 .list .item {
    display: flex;
    align-items: flex-start;
    gap: .2rem;
    border-radius: .04rem;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 11px 36.4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    width: calc((100% - .8rem) / 3);
    /*height: 1.6rem;*/
    padding: .41rem .37rem .32rem .38rem;
    transition: all .4s ease;
    cursor: pointer;
}

.ab2 .list .item * {
    transition: all .4s ease;
}

.ab2 .list .item svg {
    width: .38rem;
    height: .38rem;
    flex-shrink: 0;
}

.ab2 .list .item img {
    width: .38rem;
    height: .38rem;
    flex-shrink: 0;
}

.ab2 .list .item .cont {
    display: flex;
    flex-direction: column;
    gap: .08rem;
}

.ab2 .list .item .cont p {
    line-height: 180%;
    height: 5.4em;
}

.ab2 .list .item:hover {
    background: #FFF;
    transform: translateY(-.4rem);
}

.ab2 .list .item:hover svg path {
    fill: #00372F;
    stroke: #00372F;
}

.ab2 .list .item:hover .cont span,
.ab2 .list .item:hover .cont p {
    color: #00372F;
}

.ab2 .list .item:hover .ab2-show {
    display: none;
}
.ab2-hide {
    display: none;
}
.ab2 .list .item:hover .ab2-hide {
    display: block;
}


.ab3 {
    padding: 1.2rem 0 1.2rem 1.4rem;
    background: #f9f9f9;
}

.ab3 .title span {
    display: flex;
    flex-direction: column;
}

.ab3 .title span:after {
    content: "";
    display: block;
    width: .66rem;
    height: .02rem;
    background: #123322;
    border-radius: 999px;
    margin-top: .24rem;
}

.ab3 .main {
    margin-top: .74rem;
    display: flex;
}

.ab3 .main .lf {
    width: 29%;
    position: relative;
}

.ab3 .main .lf .swiper-pagination {
    height: 100%;
    display: flex;
}

.ab3 .main .lf .swiper-pagination .date-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: .2rem;
}

.ab3 .main .lf .swiper-pagination .date-box .item {
    display: flex;
    flex-direction: column;
    gap: .12rem;
    align-items: flex-start;
}

.ab3 .main .lf .swiper-pagination .progress-bar {
    background: #eee;
    width: .02rem;
    height: 100%;
}

.ab3 .main .lf .swiper-pagination .progress-bar .progress {
    background: #123322;
    width: .02rem;
    position: relative;
    transition: all .4s ease;
}

.ab3 .main .lf .swiper-pagination .progress-bar .progress::after {
    content: "";
    background: url(../images/cir.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    width: .08rem;
    height: .08rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.ab3 .main .rg {
    width: 71%;
    height: 9.5rem;
    padding: .4rem 1.25rem .86rem;
    border-radius: 4px 0px 0px 4px;
    background: #FFF;
    position: relative;
}

.ab3 .main .rg .swiper-box {
    height: 100%;
    width: 100%;
}

.ab3 .main .rg .swiper-box .swiper {
    height: 100%;
    width: 100%;
    /*padding-top: 20%;*/
}

.ab3 .main .rg .swiper-box .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .55rem 0;
    cursor: pointer;
}

.ab3 .main .rg .swiper-box .swiper .swiper-slide span {
    -webkit-text-stroke: 1px rgba(18, 51, 34, 0.2);
    color: transparent;
    color: #123322;
    color: #17492f;
}

.ab3 .main .rg .swiper-box .swiper .swiper-slide .p1 {
    max-width: 2.1rem;
    width: 2.1rem;
}

.ab3 .main .rg .swiper-box .swiper .swiper-slide .p2 {
    max-width: 4.1rem;
    width: 4.1rem;
}

.ab3 .main .rg .checked-box {
    position: absolute;
    width: 110%;
    height: 1.8rem;
    border-radius: 4px 0px 0px 4px;
    background: #FFF;
    box-shadow: 0px 0px 27.7px 11px rgba(67, 67, 67, 0.04);
    top: 2.05rem;
    right: 0;
}

.ab3 .main .rg .swiper-box .swiper .swiper-slide.swiper-slide-active span {
    color: #123322;

}

.ab4 {
    padding: .88rem 1.4rem 1.4rem;
}

.ab4 .title span {
    display: flex;
    flex-direction: column;
}

.ab4 .title span:after {
    content: "";
    display: block;
    width: .66rem;
    height: .02rem;
    background: #123322;
    border-radius: 999px;
    margin-top: .24rem;
}

.ab4 .main {
    margin-top: .5rem;
    display: flex;
    gap: 1.49rem;
}

.ab4 .main .pic {
    width: 7.8rem;
    overflow: hidden;
    flex-shrink: 0;
}

.ab4 .main .pic img {
    transition: all .4s ease;
}

.ab4 .main .pic:hover img {
    transform: scale(1.05);
}

.ab4 .main .cont {
    display: flex;
    align-items: center;
    max-width: 5.2rem;
}

.ab4 .main .cont .list {
    display: flex;
    flex-direction: column;
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ab4 .main .cont .list .item {
    display: flex;
    flex-direction: column;
    gap: .14rem;
    padding: .35rem 0;
    border-bottom: .01rem solid #EEE;
    width: 5.2rem;
    padding-right: .15rem;
}

.ab4 .main .cont .list .item .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.ab4 .main .cont .list .item .tit svg {
    width: .18rem;
    height: .18rem;
    transition: all .4s ease;
}

.ab4 .main .cont .list .item.active .tit svg {
    transform: rotate(180deg);
}

.ab4 .main .cont .list .item.active .tit svg path {
    fill-opacity: 1;
}

.ab4 .main .cont .list .item .drop-box {
    display: none;
}

.ab4 .main .cont .list .item .drop {
    display: flex;
    flex-direction: column;
    gap: .04rem;

}

.ab4 .main .cont .list .item .drop span {
    line-height: 180%;
    display: flex;

}

.ab4 .main .cont .list .item .drop span::before {
    content: "·";
    display: block;
    color: #123322;
}

.ab5 {
    padding-bottom: 8rem;
    position: relative;
}

.ab5 .main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*padding: 1.55rem .1rem 0 1.4rem;*/
    padding: 1.55rem 1.4rem 0 1.4rem;
}

.ab5 .main .title ul {
    margin-top: .12rem;
    max-width: 6.1rem;
}

.ab5 .main .title ul li {
    display: flex;
    line-height: 180%;
}

.ab5 .main .title ul li::before {
    content: "·";
    display: block;
    color: #fff;
}

.ab5 .main .cont {
    margin-top: .89rem;
}

.ab5 .main .cont .list {
    display: flex;
    /*align-items: center;*/
    gap: .6rem;
}

.ab5 .main .cont .list .item {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 22px 33.6px 0px rgba(116, 116, 116, 0.05);
    width: calc((100% - 1.2rem) / 3);
}

.ab5 .main .cont .list .item .pic {
    width: 100%;
    height: 3.4rem;
    border-radius: 0.04rem;
    overflow: hidden;
}

.ab5 .main .cont .list .item .pic img {
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab5 .main .cont .list .item:hover .pic img {
    transform: scale(1.05);
}

.ab5 .main .cont .list .item .txt {
    padding: .4rem .5rem .32rem;
}

.ab5 .main .cont .list .item .txt .p {
    margin-top: .24rem;
    display: flex;
    flex-direction: column;
    gap: .04rem;
}

.ab5 .main .cont .list .item .txt .p p {
    display: flex;
    line-height: 180%;
}

.ab5 .main .cont .list .item .txt .p p::before {
    content: "·";
    display: block;
    color: #123322;
}

.pro_dl1 {
    background: #FFF;
}

.pro_dl1 .cont {
    padding-top: 1.2rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.pro_dl1 .cont .pic-box {
    width: 8.16rem;
    height: 5.9rem;
    /*border-radius: 4px;*/
    /*background: #F8F8F8;*/
    flex-shrink: 0;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
        width: 7.5rem;
    height: 4rem;
}

.pro_dl1 .cont .pic-box .pic {
    /*width: 7rem;*/
    /*height: 5rem;*/
    /*width: 7rem;*/
    /*height: 3.5rem;*/
    height: 100%;
}
.pro_dl1 .cont .pic-box .pic img{width: 100%;height: 100%;object-fit: contain;}

.pro_dl1 .cont .txt .title {
    display: flex;
    align-items: center;
    gap: .18rem;
    padding-bottom: .38rem;
    border-bottom: .01rem solid #EEE;
}

.pro_dl1 .cont .txt .title svg {
    width: .42rem;
    height: .42rem;
}

.pro_dl1 .cont .txt .p1 {
    margin-top: .3rem;
    line-height: 160%;
}

.pro_dl1 .cont .txt .info {
    margin-top: .36rem;
    display: flex;
    flex-direction: column;
    gap: .14rem;
    width: 50%;
    width: 100%;
}

.pro_dl1 .cont .txt .info .item {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: .16rem;
}

.pro_dl1 .cont .txt .info .item span {
    
}

.pro_dl1 .cont .txt .back {
    margin-top: 1.18rem;
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: #098346;
    width: fit-content;
    padding: .1rem .49rem;
    cursor: pointer;
}

.pro_dl1 .cont .txt .back svg {
    width: .18rem;
    height: .15rem;
    margin-left: .12rem;
}

.pro_dl1 .other {
    margin-top: 1.72rem;
}

.pro_dl1 .other .other_nav {
    padding-bottom: .28rem;
    border-bottom: .02rem solid #EEE;
    margin-top: .48rem;
    position: relative;
}

.pro_dl1 .other .other_nav.swiper {
    overflow: visible;
}

.pro_dl1 .other .other_nav .swiper-wrapper {
    display: flex;
    align-items: center;
}

.pro_dl1 .other .other_nav .swiper-slide {
    width: auto;
    margin-right: .6rem;
}

.pro_dl1 .other .other_nav .swiper-slide:last-child {
    margin-right: 0;
}

.pro_dl1 .other .other_nav .item {
    cursor: pointer;
    transform: translateZ(0);
    transition: all .4s ease;
    white-space: nowrap;
    position: relative;
}

.pro_dl1 .other .other_nav .item::after {
    content: "";
    display: block;
    width: 1.44rem;
    height: .02rem;
    background: #098346;
    position: absolute;
    bottom: -.3rem;
    left: 0;
    transition: all .4s ease;
    opacity: 0;
}

.pro_dl1 .other .other_nav .item.active {
    font-size: .24rem;
    font-weight: 500;
    color: #123322;
}

.pro_dl1 .other .other_nav .item.active::after {
    opacity: 1;
}

.pro_dl1 .pro_box {
    background: linear-gradient(180deg, #FAFAFA 0%, #FFF 100%);
    padding-top: .9rem;
    padding-bottom: 4rem;
}

.pro_dl1 .pro_box .swiper {
    position: relative;
}

.pro_dl1 .pro_box .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item {
    border-radius: 4px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.61rem .95rem .33rem;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .pic {
    width: 1.6rem;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .pic img {
    width: 100%;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .h1 {
    margin-top: .57rem;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .p1 {
    margin-top: .12rem;
    width: 2.36rem;
    text-align: center;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .more {
    margin-top: .32rem;
    padding: .12rem .43rem;
    width: fit-content;
    border-radius: .66rem;
    border: .01rem solid #123322;
    display: flex;
    align-items: center;
    gap: .11rem;
    transition: all .4s ease;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .more * {
    transition: all .4s ease;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .more svg {
    width: .11rem;
    height: .1rem;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .more:hover {
    background: #098346;
    border: .01rem solid #098346;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .more:hover span {
    color: #fff;
}

.pro_dl1 .pro_box .swiper .swiper-slide .list .item .more:hover svg path {
    fill: #fff;
    stroke: #FFF;
}

.pro_dl1 .pro_box .swiper .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .4s ease;
    z-index: 3;
}

.pro_dl1 .pro_box .swiper .btn circle {
    transition: all .4s ease;
}

.pro_dl1 .pro_box .swiper .btn:hover path {
    fill: #fff;
}

.pro_dl1 .pro_box .swiper .btn:hover circle {
    fill: #098346;
}

.pro_dl1 .pro_box .swiper .btn.prev {
    left: 1.4rem;
}

.pro_dl1 .pro_box .swiper .btn.next {
    right: 1.4rem;
}

.index_con {
    height: 100vh;
    height: auto;
    /* overflow: hidden; */
}

.index1 {
    position: relative;
    height: 180vh;
    z-index: 3;
    
    /*overflow: hidden;*/
    transition: all .6s ease;
    display: block!important;
}

.index1.hide {
    opacity: 0;
}

.index1 .bgImg {
    width: 110%;
    height: 160%;
    position: absolute;
    z-index: -1;
    opacity: .2;
}

.index1 .icon {
    width: 2.23rem;
    height: 2.21rem;
    position: absolute;
    top: 4.05rem;
    left: 50%;
    transform: translate(-50%, 0);
    transition: opacity .6s ease;
}

.index1 .icon.hide {
    opacity: 0;
}

.index1 .icon .icon1 {
    transition: all .4s ease;
    width: 2.23rem;
    height: 2.21rem;
}

.index1 .icon svg rect {
    /* stroke-dashoffset: 300%;
    stroke-dasharray: 300%;
    -webkit-transition: stroke-dashoffset 2s ease-in-out; */
    transition: all .6s ease-in-out;
}

.index1 .icon .icon2 {
    position: absolute;
    top: 1.2rem;
    width: 1.36rem;
    height: .92rem;
    left: .01rem;
}

.index1 .icon .icon3 {
    position: absolute;
    top: 1.2rem;
    right: .12rem;
    width: 1.3rem;
    height: .92rem;
}

.index1 .icon .icon4 {
    position: absolute;
    bottom: 0;
    left: .83rem;
    width: .354rem;
    height: .441rem;
}

.index1 .icon .icon5 {
    position: absolute;
    bottom: .15rem;
    right: .78rem;
    width: .54rem;
    height: .596rem;
}

.index1 .icon .icon6 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .52rem;
    width: .26rem;
    height: .93rem;
}

.index1 .icon .icon7 {
    width: 1.216rem;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all .6s ease;
}

.index1 .icon .icon7 path {
    transition: all .6s ease;
}

.index1 .icon .icon7 path:nth-child(1) {
    transform: translate(0, 5%);
    opacity: 0;
}

.index1 .icon .icon7 path:nth-child(2) {
    transform: translate(5%, 2%);
    opacity: 0;
}

.index1 .icon .icon7 path:nth-child(3) {
    transform: translate(-5%, -2%);
    opacity: 0;
}

.index1 .icon .icon7.on path {
    transform: translate(0%, 0%);
    opacity: 1;
}

.index1 .boxs{position: sticky;top: 0;height: 100vh;overflow: hidden;background: #256116;}
.index1 .fan {
    width: 100%;
    height: calc(100vh - var(--headHeight));
    margin-top: var(--headHeight);
    position: relative;
    /*top: 0;*/
    opacity: 0;
    /*mask-image: url(../svg/mask.svg);*/
}

.index1 .fan .fan1 {
    position: absolute;
    bottom: -1.5rem;
    left: 2.6rem;
    width: 30%;
    transform: translateX(60%) rotate(40deg);
    transition: transform .8s ease;
    z-index: 2;
}

.index1 .fan .fan2 {
    position: absolute;
    bottom:  -1.5rem;
    left: 6.2rem;
    width: 23%;
    transform: translateX(60%) rotate(40deg);
    transition: transform .8s ease;
    z-index: 3;
}

.index1 .fan .txtx{position: absolute;top: 32.26vh;left: 1.4rem;width: 8.9rem;color: #ffffff;z-index:10;transition:all 0.5s;}
.index1 .fan.on .txtx{opacity: 1;top: 26.26vh;}
.index1 .fan .txtx .h{line-height: 1.4;font-weight: 700;margin-bottom: 0.3rem;}
.index1 .fan .txtx .p{font-weight: 300;line-height: 1.33;margin-bottom: 0.6rem;}
.index1 .fan .txtx .more{
        width: 1.57rem;
    line-height: .48rem;
    border: 1px solid #fff;
    transition: all 0.5s;
    color: #fff;
    border-radius: .24rem;
    text-align: center;
}
.index1 .fan .txtx .more:hover{background:var(--vi);border-color:transparent;}

.index1 .fan .fan3 {
    position: sticky;
    z-index: 11;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - var(--headHeight));
    mask-image: url(../images/index_mask.png);
    mask-size: 100% 100%;
    mask-position: right center;
    transition: all 1.5s;
}

.index1 .fan .fan3.show {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mask-image: url(../images/index_mask.png);
    mask-size: 400% 500%;
}
.index1 .fan .fan3 video{display: block;width: 100%;height: 100%;object-fit: cover;}

.index1 .fan .fan3 .cont{
    position: absolute;
    top: 60%;
    left: 50%;
    width: 10.33rem;
    text-align: center;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.6s;
    line-height: 1.4;
}

.index1 .fan .fan3.show .cont{top: 50%;opacity: 1;}

.index1 .fan.on {
    opacity: 1;
}

.index1 .fan.on .fan2,
.index1 .fan.on .fan1 {
    transform: translateX(0) rotate(0);
}

.index2 {
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    margin-top: var(--headHeight);
    width: 100%;
    /* height: calc(100vh - var(--headHeight)); */
    opacity: 1;
    z-index: 3;
    transition: all .8s ease;
}

.index2.hide {
    opacity: 0;
    transform: translateY(-100%);
}

.index2 .swiper {
    height: 100%;
    background: linear-gradient(220deg, rgba(255, 255, 255, 0.00) 60.97%, #CAF0D2 93.98%), linear-gradient(134deg, #FFF 33.43%, #ABDCFE 101.43%);
}

.index2 .swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index2 .swiper .swiper-slide .cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.index2 .swiper .swiper-slide .cont span {
    max-width: 10.33rem;
    text-align: center;
    line-height: 130%;
}

.index2 .swiper .swiper-slide.index3 {
    /* background: linear-gradient(220deg, rgba(255, 255, 255, 0.00) 60.97%, #CAF0D2 93.98%), linear-gradient(134deg, #FFF 33.43%, #ABDCFE 101.43%); */
    padding: .88rem 1.4rem;
}

.index2 .swiper .swiper-slide.index3 .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index2 .swiper .swiper-slide.index3 .txt .p1 {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    max-width: 7rem;
}

.index2 .swiper .swiper-slide.index3 .txt .p1 span {
    line-height: 130%;
}

.index2 .swiper .swiper-slide.index3 .txt .p1 .more {
    width: 1.59rem;
    border-radius: .24rem;
    border: 1px solid #123322;
    color: #123322;
    line-height: .48rem;
    text-align: center;
    transition: all 0.5s;
}

.index2 .swiper .swiper-slide.index3 .txt .p1 .more:hover{
    background: var(--vi);
    border-color: transparent;
    color: #fff;
}

.index2 .swiper .swiper-slide.index3 .txt .p2 {
    line-height: 150%;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    max-width: 6.75rem;
}

.index2 .swiper .swiper-slide.index3 .pic {
    margin-top: 1.1rem;
    border-radius: .3rem;
    overflow: hidden;
}

.index2 .swiper .swiper-slide.index4 {
    /*background: linear-gradient(220deg, rgba(255, 255, 255, 0.00) 60.97%, #CAF0D2 93.98%), linear-gradient(134deg, #FFF 33.43%, #ABDCFE 101.43%);*/
    padding: .6rem 1.8rem 0;
    height: 97vh;
}

.index2 .swiper .swiper-slide.index4 .txt {
    display: flex;
    flex-direction: column;
    max-width: 5.01rem;
    position: relative;
    z-index: 10;
}

.index2 .swiper .swiper-slide.index4 .txt .more {
    margin-top: .6rem;
    width: 1.59rem;
    border-radius: .24rem;
    border: 1px solid #123322;
    color: #123322;
    line-height: .48rem;
    text-align: center;
    transition: all 0.5s;
}

.index2 .swiper .swiper-slide.index4 .txt .more:hover{
    background: var(--vi);
    border-color: transparent;
    color: #fff;
}

.index2 .swiper .swiper-slide.index4 .swiper-box .swiper {
    overflow: initial;
}

/*.index2 .swiper .swiper-slide.index4 .cir-box{*/
/*    height: 77.4%;*/
/*    position: relative;*/
/*}*/

.index2 .swiper .swiper-slide.index4 .cir-box {
    width: 15.3rem;
    height: 6.37rem;
    position: absolute;
    bottom: 0%;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 5;
}


/*@media screen and (min-height: 1000px) {*/
/*    .index2 .swiper .swiper-slide.index4 .cir-box{*/
/*        height: 77.4%;*/
/*    }*/
/*}*/

.index2 .swiper .swiper-slide.index4 .cir-box .item {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    align-items: center;
    text-align: center;
    transition: all .4s ease;
    position: absolute;
    z-index: 3;
}

.index2 .swiper .swiper-slide.index4 .cir-box .item .pic {
    width: 2.4rem;
    height: 2.85rem;
}

.index2 .swiper .swiper-slide.index4 .cir-box .item .pic img{height: 100%;object-fit: contain;}

.index2 .swiper .swiper-slide.index4 .cir-box .item.item2 {
    top: 0.6rem;
    left: 2.6rem;
    transform: translate(0) rotate(-30deg);
}

.index2 .swiper .swiper-slide.index4 .cir-box .item.item1 {
    top: 3.54rem;
    left: 0;
    transform: translate(0) rotate(-60deg);
}

.index2 .swiper .swiper-slide.index4 .cir-box .item.item3 {
    top: -0.8rem;
    left: 50%;
    transform: translate(-50%) rotate(0);
}

.index2 .swiper .swiper-slide.index4 .cir-box .item.item4 {
    top: 0.6rem;
    right: 2.6rem;
    transform: translate(0) rotate(30deg);
}

.index2 .swiper .swiper-slide.index4 .cir-box .item.item5 {
    top: 3.54rem;
    right: 0;
    transform: translate(0) rotate(60deg);
}

.index2 .swiper .swiper-slide.index4 .cir-box .item.item6 {
    top: 6.4rem;
    right: .96rem;
    transform: translate(0) rotate(90deg);
}

.index2 .swiper .swiper-slide.index4 .cir-box .item.item7 {
    top:6.4rem;
    left: 0;
    transform: translate(0) rotate(-90deg);
}

.index2 .swiper .swiper-slide.index4 .btn-box {
    display: flex;
    align-items: center;
    gap: .2rem;
    position: absolute;
    top: .81rem;
    right: 1.4rem;
}

.index2 .swiper .swiper-slide.index4 .btn-box svg {
    width: 1.02rem;
    height: .45rem;
    cursor: pointer;
}

.index2 .swiper .swiper-slide.index4 .btn-box svg * {
    transition: all .4s ease;
}

.index2 .swiper .swiper-slide.index4 .btn-box svg:hover rect {
    fill: var(--vi);
    fill-opacity: 1;
}

/*.index2 .swiper .swiper-slide.index4 .logo-box {*/
/*    width: 12rem;*/
/*    height: 12rem;*/
/*    position: absolute;*/
/*    bottom: 0%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 50%);*/
/*    border-radius: 50%;*/
/*    border: .01rem solid rgba(43, 177, 68, .6);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
.index2 .swiper .swiper-slide.index4 .logo-box {
    width: 15.3rem;
    height: 7.17rem;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: url(../images/logo-boxbj.png);
    background-size: 100% 100%;
}

.index2 .swiper .swiper-slide.index4 .logo-box .rect {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2 .swiper .swiper-slide.index4 .logo-box .rect img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 4;
}

.index2 .swiper .swiper-slide.index5 {
    background: rgb(37, 97, 22, .78);
    overflow: hidden;
    transition: all .6s ease;
    height: 3.5rem !important;
    z-index: 3;
}

.index2 .swiper .swiper-slide.index5 .bgImg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .2;
}

.ani-box2 {
    position: relative;
    /*display: none;*/
    /*padding-top: 10.8rem;*/
}

.index6 {
    height: 10.8rem;
    background: #25611699;
    position: absolute;
    position: relative;
    padding: calc(var(--headHeight) + .5rem) 1.4rem .1rem;
    top: 0;
    opacity: 1!important;
    z-index: 4!important;
    transition: all .4s ease;
}
.index6 .dian-box .dian {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    cursor: pointer;
}

.index6 .dian-box .dian .card{position: absolute;top: 0;left: calc(100% + 0.12rem);width: 2.85rem;border-radius: 0.15rem;border: 1px solid #FFF;background: rgba(255, 255, 255, 0.15);backdrop-filter: blur(30px);padding:0.25rem 0.14rem 0.31rem 0.24rem; color:#123322;pointer-events:none;opacity:0;transition:all 0.5s;}
/*.index6 .dian-box .dian:hover .card{opacity:1;}*/
/*.index6 .dian-box .dian:hover{z-index:10;}*/
.index6 .dian-box .dian .card .h{font-weight: 700;line-height:1.33;margin-bottom: 0.17rem;}
.index6 .dian-box .dian .card .p{font-weight: 400;line-height: 1.4;}

.index6 .dian-box .dian span {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
}
.index6 .dian-box .dian img {
    width: .4rem;
    height: .33rem;
}
.index6 .dian-box .dian:nth-child(1) {
    top: 3.1rem;
    left: 4rem;
}
.index6 .dian-box .dian:nth-child(2) {
    top: 3.8rem;
    left: 4.7rem;
}
.index6 .dian-box .dian:nth-child(3) {
    top: 3.78rem;
    left: 8.84rem;
}
.index6 .dian-box .dian:nth-child(4) {
    top: 3.47rem;
    left: 10.32rem;
}
.index6 .dian-box .dian:nth-child(5) {
    top: 4.1rem;
    left: 13.52rem;
}
.index6 .dian-box .dian:nth-child(6) {
    top: 6.82rem;
    left: 14.53rem;
}

.index6 .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
}

.index6 .ditu {
    position: absolute;
    width: 15.38rem;
    height: 6.57rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.index6 .txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.index6 .txt .title {
    max-width: 6.18rem;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    text-align: center;
    align-items: center;
}

.index6 .txt .title a {
    width: 1.57rem;
    line-height: .48rem;
    background: var(--vi);
    color: #fff;
    border-radius: .24rem;
}

.index6 .txt .list {
    display: flex;
    align-items: center;
    gap: .47rem;
}

.index6 .txt .list .item {
    width: calc((100% - .94rem) / 3);
    height: 2.16rem;
    border-radius: .2rem;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(18.350000381469727px);
    /*padding: .26rem .6rem .27rem .49rem;*/
    padding: .26rem .3rem .27rem .49rem;
}

.index6 .txt .list .item .cont1 {
    display: flex;
    align-items: flex-end;
    gap: .21rem;
}

.index6 .txt .list .item .cont1 img {
    width: .62rem;
    height: .57rem;
}

.index6 .txt .list .item p {
    margin-top: .25rem;
    display: block;
    line-height: 120%;
}

.index7 {
    width: 100%;
    height: 10.8rem;
    background: #25611699;
    position: absolute;
    position: relative;
    padding: calc(var(--headHeight) + .5rem) 1.4rem .1rem;
    top: 0;
    z-index: 3;
    transition: all .4s ease;
    /*transform: translateY(30%);*/
    opacity: 1;
}

.index7 .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
}

.index7 .title {
    text-align: center;
    margin-bottom: .5rem;
    display: block;
}

.index7 .swiper-box .swiper .swiper-slide {
    display: flex;
    border-radius: .2rem;
    background: #FFF;
    overflow: hidden;
}

.index7 .swiper-box .swiper .swiper-slide .pic {
    width: 7.95rem;
    height: 5.98rem;
    border-radius: .2rem 0 0 .2rem;
    flex-shrink: 0;
}

.index7 .swiper-box .swiper .swiper-slide .txt {
    padding: 1.05rem .6rem 1.5rem .6rem;
}

.index7 .swiper-box .swiper .swiper-slide .txt .p {
    margin-top: .3rem;
    line-height: 150%;
}

.index7 .swiper-box .swiper .swiper-slide .txt .p p {
    margin-bottom: .3rem;
}

.index7 .swiper-box .swiper .bt {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: .45rem;
}

.index7 .swiper-box .swiper .fraction {
    display: flex;
    align-items: center;
}

.index7 .swiper-box .swiper .fraction .p1 {
    color: var(--vi);
    letter-spacing: 4px;
}

.index7 .swiper-box .swiper .fraction .p2 {
    letter-spacing: 4px;
}

.index7 .swiper-box .swiper .btn-box {
    display: flex;
    align-items: center;
    gap: .2rem;
}

.index7 .swiper-box .swiper .btn-box svg {
    width: 1.02rem;
    height: .45rem;
    cursor: pointer;
}

.index7 .swiper-box .swiper .btn-box svg * {
    transition: all .4s ease;
}

.index7 .swiper-box .swiper .btn-box svg:hover rect {
    fill: var(--vi);
    fill-opacity: 1;
}

.index8 {
    background: linear-gradient(220deg, rgba(255, 255, 255, 0.00) 60.97%, #CAF0D2 93.98%), linear-gradient(134deg, #FFF 33.43%, #ABDCFE 101.43%);
    padding: calc(var(--headHeight) + .79rem) 1.4rem;
    padding-right: 0;
    width: 100%;
}

.index8 .title {
    margin-bottom: .5rem;
    display: block;
    padding-right: 1.4rem;
}

.index8 .swiper-box {
    width: 100%;
    
}

.index8 .swiper-box .swiper {
    width: 100%;
    padding-right: 1.4rem;
}

.index8 .swiper-box .swiper .swiper-slide .box {
    width: 5.26rem;
    height: 3.6rem;
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
}

.index8 .swiper-box .swiper .swiper-slide .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index8 .swiper-box .swiper .swiper-slide .box .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: .4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: all .4s ease;
}
.index8 .swiper-box .swiper .swiper-slide .box .txt .h1 {
    transition: all .4s ease;
}
.index8 .swiper-box .swiper .swiper-slide .box .txt .p1 {
    opacity: 0;
    margin-top: .2rem;
    transition: all .4s ease;
    /*display: none;*/
    height: 0;
    overflow: hidden;
    line-height: 140%;
    transition: all 0.5s;
}

.index8 .swiper-box .swiper .swiper-slide.swiper-slide-active .txt {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(15px);
}

.index8 .swiper-box .swiper .swiper-slide.swiper-slide-active .txt .p1 {
    /*display: block;*/
    height: 8.4em;
    opacity: 1;
}
.index8 .swiper-box .swiper .bt {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: .45rem;
}

.index8 .swiper-box .swiper .fraction {
    display: flex;
    align-items: center;
}

.index8 .swiper-box .swiper .fraction .p1 {
    color: var(--vi);
    letter-spacing: 4px;
}

.index8 .swiper-box .swiper .fraction .p2 {
    letter-spacing: 4px;
}

.index8 .swiper-box .swiper .btn-box {
    display: flex;
    align-items: center;
    gap: .2rem;
}

.index8 .swiper-box .swiper .btn-box svg {
    width: 1.02rem;
    height: .45rem;
    cursor: pointer;
}

.index8 .swiper-box .swiper .btn-box svg * {
    transition: all .4s ease;
}

.index8 .swiper-box .swiper .btn-box svg:hover rect {
    fill: var(--vi);
    fill-opacity: 1;
}

.index9 {
    margin-top: 3.35rem;
    padding: 4.89rem 1.4rem;
    background: rgb(107, 173, 27);
    position: relative;
    width: 100%;
}
.index9 .bgimg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index9 .bgimg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index9 .card {
    max-width: 16.42rem;
    margin: 0 auto;
    position: absolute;
    top: -2.33rem;
    border-radius: .2rem;
    overflow: hidden;
}
.index9 .card .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1.2rem .8rem;
    display: flex;
    flex-direction: column;
}
.index9 .card .txt span {
    max-width: 6.84rem;
    text-transform: capitalize;
    line-height: 130%;
}
.index9 .card .txt a {
    padding: .15rem .35rem;
    background: var(--vi);
    border-radius: .24rem;
    width: fit-content;
    margin-top: .55rem;
}
.index9 .main {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.index9 .main .lf {
    display: flex;
    flex-direction: column;
}
.index9 .main .lf .h1 {
    margin-bottom: .56rem;
    max-width: 7.43rem;
    line-height: 130%;
}
.index9 .main .lf .item {
    display: flex;
    align-items: center;
    gap: .2rem;
}
.index9 .main .lf .item:not(:first-child) {
    margin-top: .2rem;
}
.index9 .main .rg {
    display: flex;
    gap: .95rem;
}
.index9 .main .rg .nav, .index9 .main .rg .nav .list {
    display: flex;
    flex-direction: column;
}
.index9 .main .rg .nav {
    /*gap:.27rem;*/
    gap:.34rem;
}
.index9 .main .rg .nav1 {
    display: flex;
    flex-direction: column;
    /*gap: .2rem;*/
    gap: .27rem;
}
.index9 .main .rg .nav1 .list {
    display: flex;
    flex-direction: column;
    /*gap: .18rem;*/
    gap: .27rem;
}

/* 分页按钮禁用状态样式 */
.page-box .page .btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-box .page .btn.disabled span {
    display: flex;
    align-items: center;
    gap: .18rem;
}
.swiper-news .swiper-wrapper {
    height: auto;
}

/*.m_tel{padding: 5px 15px;display:block!important;line-height:20px;position:sticky;top:0;background-color:#f6f0f0;text-align:right;font-size:14px;z-index:999;}*/
.m_header{
    /*position: sticky;*/
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    /*background-color: transparent;*/
    background-color: #ffffff;
    padding:10px 15px;
    z-index: 4;
    /*display:flex!important;*/
    display: none;
    justify-content:space-between;transition:all 0.5s;
    height: 1.21rem;
}
.m_header.on{background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.m_header .logo{width: 62px;}
.m_header .logo img{width: 100%;display:block;}
.m_header .right{display: flex;align-items: center;}
.m_header .right .tel{font-size: 16px;font-weight: 600;margin-right: 12px;padding-left:26px;line-height:26px;background:url(../img/m_tel.svg)no-repeat left center;background-size:22px auto;}
/*.m_header .right .tel{width: 22px;margin-right: 18px;}*/
/*.m_header .right .tel img{width: 100%;}*/
.m_header .right .ser{width: 20px;margin-right: 18px;}
.m_header .right .ser img{width: 100%;}
.m_header .btn{display: block;}
.m_header .btn{margin-right: 0;cursor: pointer;height: 37px;padding-top: 16px;}
.m_header .btn.hide{opacity: 0;}
.m_header .btn div{display: block;width: 22px;height: 1px;background-color: #333;border-radius: 1px;transition: all 0.3s;}
.m_header .btn div:nth-child(1){transform: translate(0,-8px);}
.m_header .btn div:nth-child(2){transform: translate(12px,0);width: 12px;}
.m_header .btn div:nth-child(3){transform: translate(0px,8px);}
.m_header .btn:hover div:nth-child(1){transform: translate(0,-8px);}
.m_header .btn:hover div:nth-child(2){transform: translate(0,0);width: 22px;}
.m_header .btn:hover div:nth-child(3){transform: translate(0,8px);}
.m_header{
    display: flex;justify-content: space-between;align-items: center}

.mh_nav{display: block!important;box-sizing: border-box;}
.mh_nav{position: fixed;top: 0;left: 10%;width: 90%;transform: translateX(120%);z-index: 999;background-color: #fff;height: 100vh;overflow: auto;padding: 50px 15px;transition: all 0.5s;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.mh_nav.show{transform: translateX(0);}
.mh_nav .close{position: absolute;top: 20px;right: 20px;width: 20px;height: 20px;}
.mh_nav .nav{box-sizing: border-box;}
.mh_nav .nav>li{border-bottom: 1px solid rgba(0,0,0,0.1);position: relative;padding-right: 40px;}
.mh_nav .nav>li>a{line-height: 60px;font-size: 16px;display: block;font-family:hm;}
.mh_nav .nav>li:after{content: "";position: absolute;right: 0;top:24px;transition: all 0.5s; width: 12px;height: 12px;background: url(../images/hx_add.svg)no-repeat center;background-size:auto 100%;transform: rotate(-90deg);}
.mh_nav .nav>li.on:after{transform: rotate(0deg);}
.mh_nav .nav>li:after{display: none;}
.mh_nav .nav>li .nav1{padding: 15px;line-height: 24px; display: none;font-size: 14px;font-family:hm;}
.mh_nav .nav>li .nav1 .h{font-family: 'hb';font-weight:600;font-size: 14px;color: #1f1f1f;margin-bottom:8px;}
.mh_nav .nav>li .nav1 a{padding:6px 0;}
.mh_nav .nav>li .nav2{font-size: 13px;padding-left:16px;font-family:hr;}
.mh_nav .nav>li .nav2 a{font-size: 13px;padding: 0;}
.mh_nav .nav>li:nth-child(4) .nav1{display:none!important;}
.m_header .right .lang {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.3rem;
}
.pcblcok {
    display: block!important;
}
.mblock {
    display: none!important;
}
.pcflex {
    display: flex!important;
}
.mflex {
    display: none!important;
}
@media screen and (max-width: 768px) {
    .pcblcok {
        display: none!important;
    }
    .mblock {
        display: block!important;
    }
    .pcflex {
        display: none!important;
    }
    .mflex {
        display: flex!important;
    }
    .m_header {
        display: flex !important;
    }
}
