.btn_N {
    width: 180px;
    height: 40px;
    background-color: #7dcb1a;
    border-radius: 20px;
    cursor: pointer;
}

.padding_N {
    padding: 15px 0 0 60px;
}


.positionRelative_N {
    position: relative;
}

.bannerBg_N {
    width: 100%;
    height: 900px;
    background: #f5f5f5;
}

.bannerImg_N {
    width: 100%;
    height: 900px;
    object-fit: cover;
}

.overlay_N {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentWrap_N {
    width: 920px;
    border-left: 1px solid #4b627d;
    border-right: 1px solid #4b627d;
}

.leftBox_N {
    height: 140px;
    width: 459px;
    border-right: 1px solid #4b627d;
}

.rightBox_N {
    height: 140px;
    width: 459px;
}


.section-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #7dcb1a;
}

.section-subtitle {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 40px;
}

.more_N {
    text-align: end;
    color: #666666;
    font-size: 14px;
}

.border_B_N {
    border-bottom: 1px solid #ececec;
    margin: 10px 0 20px;
}

.text-container_N p {
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.text-info_N p {
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
}

.text-container_NM p {
    color: #333333;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
}


.buttonMian_N {
    height: 36px;
    width: 140px;
    background-color: #7dcb1a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.buttonMian_N:hover {
    color: white;
    text-decoration: none;
}


.flexjusEnf_N {
    display: flex;
    justify-content: end;
}



.container_Liang {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    /* padding: 30px; */
    max-width: 1200px;
    margin: 0 auto;
}

.card_Liang {
    width: calc(33.33% - 20px);
    background-color: rgba(0, 0, 0, 0.8);
    padding:  30px 20px;
    /* border-radius: 8px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    cursor: pointer;
}





.card_Liang div:first-child {
    font-size: 20px;
    text-align: center;
        color: #ffffff;
}

.card_Liang div:nth-child(2) {
    margin-top: 30px;   
    font-size: 14px;
        line-height: 24px;
        color: #cccccc;
}

.card_LiangM {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 15px;
    /* border-radius: 8px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.card_LiangM div:first-child {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.card_LiangM div:nth-child(2) {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #cccccc;
}




.container_infoFour {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    /* padding: 30px; */
    max-width: 1200px;
    margin: 0 auto;
}

.container_infoFourM {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    /* padding: 30px; */
    max-width: 1200px;
    margin: 0 auto;
}

.container_infoFourM  img{
    width: 35vw;
}

.infoTDORYS img{
    width: 310px;
        height: 207px;
}

.infoTDORYS .title{
    font-size: 14px;
    color: #333333;
    padding: 15px 0;
}

.infoTDORYS .desc{
    font-size: 14px;
    color: #666666;
}


.panelBox_NM {
    background: #fff;
    padding:  10px 20px;
}
.panelTitle_NM {
    position: relative;
    font-size: 16px;
    color: #333333;
    /* font-weight: bold; */
    padding: 12px 16px;
    background: #f8f8f8;
    margin-top: 10px;
}

.panelTitle_NM::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #7dcb1a;
}
.panelBox_N {
    background: #fff;
    padding: 25px;
}
.panelTitle_N{
    position: relative;
    font-size: 18px;
    color: #333333;
    /* font-weight: bold; */
    padding: 12px 16px;
    background: #f8f8f8;
    margin-top: 10px;
}
.panelTitle_N::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #7dcb1a;
}
.panelBody_N p{
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin: 5px 0 0;
}
.panelBody_NM p{
    color: #333;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0;
}

.panelBody_Box{
    margin: 30px 0 20px 0;
}
.panelBody_BoxM{
    margin: 15px 0 10px 0;
}
.panelBody_Boxline{
    width: 52px;
        height: 4px;
        background-color: #7dcb1a;
        margin-top: 5px;
}

.mileibeiDiv_N{
    width: 49%;
        height: 120px;
        background-color: #fafafa;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding : 0 40px;
        line-height: 28px;
}

.mileibeiDiv_NM {
    width: 100%;
    height: 100px;
    background-color: #fafafa;
    padding:  20px;
    line-height: 25px;
}

.new_NBottom{
        border-bottom: 1px solid #cdcdcd;
            padding: 5px 0;
}








