.byBan {
    width: 100%;
    height: 500px;
    position: relative;
    /* margin-top: 80px; */
    background: #f1f2f3;
}

.byBanImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}

.byBanImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;

}

.byBanImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .15);
    content: '';
    /* background: linear-gradient(to right, #4d9d41 0%,#4d9d41 10%, rgb(77, 157, 65,.8) 30%,rgb(77, 157, 65,.4) 50%,rgb(77, 157, 65,0) 100%); */

}

.byBTit {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20%;
    z-index: 2;
}

.byBTit p {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    line-height: 1;
}

.byNavBox {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;

}

.byNavBox .inner {
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;

}

.byNavItem {
    font-size: 24px;
    font-weight: 500;
    flex: 1;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}

.byNavItemAct {
    background: #4d9d41;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.byBTitHd {
    margin-top: 70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.byBTitHd svg {
    width: 16px;
    height: 16px;
    animation: byBDh 4s infinite;
    -webkit-animation: byBDh 4s infinite;
}

.byBTitHd svg path {
    fill: #fff;
}


@keyframes byBDh {
    0% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
    }
}



.byBonBox {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


.byBonBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.byBonBg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(0, 0, 0, .2);
}

.byBonBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.byBonBox .inner {
    height: 100%;
}

.byBonCon {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.byBonBtn {
    margin-top: 30px;
    position: relative;
}

.byBonTit{
    font-size: 36px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}



@media (max-width: 1680px) {
    .byBan {
        height: 450px;
    }
  .byBTit p {
        font-size: 42px;
    }
    .byBTitHd {
        margin-top: 50px;
    }
    .byBonBox{
        height: 300px;
    }
    .byBTitHd {
        margin-top: 30px;
        width: 55px;
        height: 55px;
    }
       .byBonTit {
    font-size: 32px;}
     .byBonBtn {
    margin-top: 20px;}
}

@media (max-width: 1368px) {
    .byBan {
        height: 400px;
    }

    
    .byBTit p {
        font-size: 36px;
    }
.byBTitHd {
        margin-top: 30px;
        width: 50px;
        height: 50px;
    }
    .byBonTit {
    font-size: 28px;}
      .byBonBox{
        height: 280px;
    }
   
     
}
@media (max-width: 1280px){
    .byBonBox{
        height: 250px;
    }
}






/* 首页 */
.inAboBox {
    position: relative;
    overflow: hidden;
    background: #f7f8f9;
}

.inAboTop {
    display: flex;
    justify-content: space-between;
}

.inAboRig {
    width: 50%;
    position: relative;
}

.inAboTit {
    font-size: 42px;
    line-height: 55px;
    color: #4d9d41;
    font-weight: 600;
}

.inAboText {
    position: relative;
    margin: 50px 0;
}

.inAboText p {
    font-size: 20px;
    margin-bottom: 15px;
}

.inAboNumList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.inAboNumItem {
    width: calc(50% - 7px);
    height: 150px;
    margin-bottom: 14px;
    margin-right: 14px;
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}

.inAboNumItem:nth-child(2n) {
    margin-right: 0;
}

.inAboNumTop {
    position: relative;

}

.inAboNumIcon {
    position: relative;
}

.inAboNumIcon svg {
    width: 30px;
    height: 30px;
}

.inAboNumIcon svg path {
    fill: #4d9d41;
}

.inAboNumTop p {
    font-size: 16px;
    text-align: end;
    line-height: 1;
    margin-top: 10px;
    /* color: #4d9d41; */
}

.inAboNum {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inAboNum b {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    color: #4d9d41;

}

.inAboNum i {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-left: 5px;
    color: #4d9d41;
    font-style: normal;
    text-transform: uppercase;
}

.inAboImgBox {
    width: 45%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inAboImg {
    width: 80%;
    padding-top: 80%;
    position: relative;
}

.inAboImg .img1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    animation: inAboImg_y1 10s ease-in-out infinite;
}

.inAboImg .img2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 60px;
    top: 5px;
    opacity: .3;
    animation: inAboImg_y2 10s ease-in-out infinite;
}

@keyframes inAboImg_y1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }

}

@keyframes inAboImg_y2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }

}











.inNewBox {
    position: relative;
    overflow: hidden;
}

/* 新闻 */

.inNewList {
    margin-top: 70px;
    width: 100%;
    position: relative;
}

.inNewSwiper {
    width: 100%;
    position: relative;
}

.inNewItem {
    position: relative;
    display: block;
    background: #f7f8f9;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.inNewImg {
    width: 100%;
    padding-top: 90%;
    position: relative;
}

.inNewImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0;
    transition: all 1s;
}

.inNewImg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: all 0.48s;
}

.inNewItem a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px 30px 30px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inNewTit {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.48s;
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inNewBon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px;
}

.inNewTime {
    font-size: 18px;
}

.inNewNian {
    font-size: 20px;
    font-weight: 500;
}

.inNewBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4d9d41;
    /* border: 1px solid rgba(0, 0, 0, .1); */
}

.inNewBtn svg {
    width: 40%;
    height: 40%;
}

.inNewBtn svg path {
    fill: #fff;
}



.inNewItem:hover .inNewTit {
    color: #4d9d41;
}



.inNewFl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-top: 30px;
}

.inNewFItem {
    padding: 20px;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 30px;
}

.inNewFItemAct {
    color: #4d9d41;
    border-bottom: 1px solid #4d9d41;
}

.inNewTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




@media (max-width: 1680px){
    .inNewTit {
                font-size: 18px;
            }

            .inNewTime,
            .inNewNian {
                font-size: 16px;
            }
             .inAboNum b {
                font-size: 32px;
            }

            .inAboNumIcon svg {
                width: 24px;
                height: 24px;
            }

            .inAboText p {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .inAboNumItem {
                height: 130px;
                border-radius: 20px;
            }

            .inAboText {
                position: relative;
                margin: 30px 0;
            }

}

@media (max-width: 1368px){
    .inAboText p {
                font-size: 16px;
                margin-bottom: 6px;
            }

            .inAboNum b {
                font-size: 28px;
            }

            .inAboNum i {
                font-size: 16px;
            }

          
            .inAboNumList {
                margin-bottom: 25px;
            }

            .inAboNumItem {
                height: 120px;
            }
      .inNewTit {
                font-size: 18px;
            }

            .inNewTime,
            .inNewNian {
                font-size: 14px;
            }

            .inNewList {
                margin-top: 50px;
            }
              .inNewItem a {
                padding: 30px 20px 20px;
            }


}















/* 分页器 */
.NavBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.NavItem {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 10px;
    background: #fff;
}

.NavItem svg {
    width: 20px;
    height: 20px;
}

.NavItem svg path {
    fill: #333;
}

.NavItem.on,
.NavItem:hover {
    background: #4d9d41;
    color: #fff;
}

.NavItem.on svg path,
.NavItem:hover svg path {
    fill: #fff;
}
 @media (max-width: 1680px){
    .NavItem {
    width: 50px;
    height: 50px;
    font-size: 16px;
}
}
 @media (max-width: 1368px){
    .NavItem {
    width: 45px;
    height: 45px;
        margin: 0 5px;
}
}