body {
    -webkit-font-smoothing: antialiased;
    image-rendering: -webkit-optimize-contrast;
}
/*公益 大标题*/
.block-title {
    position: relative;
    height: 80px;
    margin-bottom: 40px;
}
.block-title > div {
    font-size: 40px;
    color: #0B4A28;
    margin-bottom: 20px;
    font-weight: bolder;
    font-family: 'MaokenHeavyLabourer-Ming-Regular', sans-serif;
}
.block-title::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 4px;
    background: #0B4A28;
    bottom: 0;
    left: 0;
}

/*查看更多按钮*/
.look-all-bottom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    line-height: 48px;
    display: flex;
    align-content: center;
}
.look-all-bottom > div {
    margin-right: 19px;
}
.look-all-bottom > img {
    height: 48px;
    width: 80px;
}
.look-all-top {
    bottom: auto !important;
    top: 10px;
}
.look-all-bottom:hover {
    transition: all 0.5s ease;
    transform: scale(1.05);
}
.look-all-bottom1:hover {
    transition: all 0.5s ease;
    transform: scale(1.05);
}


/*全局的div*/
.content-main {
    width: 100%;
}

/*服务说明*/
.banner-overlay {
    background: #ffffff;
    padding: 19px 160px;
    position: relative;
    width: 100%;
    display: flex;
    max-width: 1920px;
    box-sizing: border-box;
    margin: auto;
}
.banner-overlay-image {
    width: 500px;
    height: 300px;
    background: #cccccc;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 90px;
}
.banner-overlay-image img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}
.banner-overlay-text {
    flex: 1;
    color: #333;
    position: relative;
}
.title1 {
    font-weight: bold;
    font-size: 26px;
    color: #494949;
    line-height: 51px;
    margin-bottom: 35px;
}
.context1 {
    font-weight: 400;
    font-size: 16px;
    color: #494949;
    font-family: SourceHanSansCN, SourceHanSansCN;
    line-height: 32px;
    text-overflow: ellipsis;
}

/*公益之路*/

.public-welfareluc {
    width: 100%;
    padding: 91px 160px;
    background-image: url("/public/static/cms/default/img/gyzl-background.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
}
.public-welfareluc > div {
    z-index: 1;
    position: relative;
}
.public-welfareluc-road {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.road-item {
    width: 473px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}
.road-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.road-item .pic1 {
    height: 300px;
}
.road-item .pic1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.road-item:hover .pic1 img {
    transform: scale(1.05);
}
.road-item .txt {
    min-height: 400px;
    padding: 30px 30px 70px;
    box-sizing: border-box;
}
.road-item .txt .h3 {
    text-align: center;
    margin-bottom: 28px;
    height: 70px;
    border-bottom: 1px solid #494949;
}
.road-item .more-link {
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 20px;
    color: #0B4A28;
    font-weight: 300;
    bottom: 40px;
    right: 40px;
    position: absolute;
}
.road-item .more-link:hover {
    color: #1a5f3f;
    transform: translateX(5px);
}

/*公益热点*/
.row-hotspot {
    background-image: url("/public/static/cms/default/img/gyrd.jpg");
    background-size: 100% 491px;
    background-repeat: no-repeat;
    padding: 91px 160px;
    position: relative;
    margin: auto;

}
.row-hotspot > div{
    z-index: 1;
}
.row-hotspot .road-item .txt{
    background: #EEEEEE;
    height: calc(100% - 332px);
}
.row-hotspot .road-item {
    height: 560px
}
.row-hotspot .road-item .pic {
    height: 332px;
}
.row-hotspot .block-title > div {
    color: #ffffff;
}
.row-hotspot .block-title::after {
    background: #ffffff
}


/* 公益足迹模块优化 */
.row-footprint {
    width: 100%;
    padding: 91px 160px;
    /*todo 找下背景图*/
    background-image: url("/public/static/cms/default/img/gyzj.png");
    background-size: 100%  631px;
    background-repeat: no-repeat;
    margin: auto;
}
.row-footprint > div {
    z-index: 1;

}

.row-footprint-content {
    font-weight: 300;
    font-size: 18px;
    color: #494949;
    line-height: 38px;
    position: relative;
    height: 100px;
}
.row-footprint-content > img {
    width: 481px;
    height: 25px;
    display: block;
    margin-top: 30px;
}
.row-footprint-title {
    width: 212px;
    height: 47px;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    background: #0B4A28;
    line-height: 47px;
    border-radius: 24px 0px 47px 24px;
    margin-bottom: 20px;
}

.row-footprint-cord {
    display: flex;
    justify-content: space-between;

}

.row-footprint-cord > div {
    /* 必须加上 relative，为了让里面的 SVG 绝对定位 */
    position: relative;
    width: 472px;
    height: 244px;
    background-image: url("/public/static/cms/default/img/kz.png");
    background-repeat: no-repeat;
    background-size: 100% ;
    display: flex;
    padding: 60px 27px;
    box-sizing: border-box;
}
.row-footprint-cord > div > img {
    width: 34px;
    height: 35px;
    margin-right: 10px;
    /*!* 加上 z-index 确保内容在动画圆点之上 (可选) *!*/
    /*position: relative;*/
    /*z-index: 2;*/
}
/* --- 3. 新增：动画层容器 (覆盖在背景图之上) --- */
.anim-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* 关键：让鼠标穿透 SVG，不影响你原本内容的点击 */
    z-index: 1;
}
/* 调试时添加，调试完成后删除 */

/* --- 4. 新增：运动圆点样式 --- */
.moving-dot {
    fill: #0a4628;  /* 圆点颜色，根据你的 UI 调整 */
    filter: drop-shadow(0 0 4px rgba(10, 70, 40, 0.5)); /* 发光效果 */
}
.row-footprint-cord > div > div {
    flex: 1;
    font-size: 18px;
    color: #494949;
    line-height: 40px;
}
.row-footprint-cord > div > div > span {
    color: #0B4A28;
    font-weight: bold;
    font-size: 25px;
}
.partner .row-footprint-content::before{
    display: none;
}
.partner-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}
.partner-new-item {
    width: calc((100% - 54px) / 4);
    height: 158px;
    box-shadow: 1px 10px 13px 6px #cccccc;
    margin-bottom: 18px;
}
.partner-new-item  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



    /* 2. 公益之路模块优化 */
.row-a4 {
    background: white;
    padding: 80px 0;
    position: relative;

}

.section-title-green {
    width: 161px;
    height: 39px;
    font-family: 'MaokenHeavyLabourer-Ming-Regular', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #0B4A28;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.section-title-green::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #0B4A28;
    border-radius: 2px;
}

.m-road {
    display: flex;
    gap: 30px;
    padding: 0 8%;
    position: relative;
    overflow: hidden;
}



/* 公益之路导航箭头 */
.m-road::before, .m-road::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 2;
    background-image: url('__CMS__/images/road-arrow.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

.m-road::before {
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.m-road::after {
    right: 20px;
}

.m-road::before:hover, .m-road::after:hover {
    background-color: #2d8659;
    background-image: url('__CMS__/images/road-arrow-white.png');
    transform: translateY(-50%) scale(1.1);
}

.m-road::before:hover {
    transform: translateY(-50%) rotate(180deg) scale(1.1);
}


.hotspot-content {
    display: flex;
    gap: 30px;
    padding: 0 8%;
    position: relative;
    z-index: 1;
}


.hotspot-item {
    flex: 1;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.hotspot-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.hotspot-item .item-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.hotspot-item .item-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.hotspot-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hotspot-item:hover .item-image img {
    transform: scale(1.05);
}

.hotspot-item .item-info {
    padding: 25px;
    position: relative;
    z-index: 2;
    background: white;
}

.hotspot-item .date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

.hotspot-item h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: bold;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 4. 公益足迹模块优化 */
/*.row-footprint {*/
/*    background: white;*/
/*    padding: 80px 0;*/
/*    position: relative;*/
/*}*/

/*.footprint-content {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 0 8%;*/
/*}*/

.map-container {
    width: 100%;
    max-width: 1047px;
    height: 802px;
    margin:0 auto 50px;
    position: relative;
    background: url('__CMS__/images/map-bg.png') no-repeat center center;
    background-size: contain;
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);*/
}

#china-map {
    width: 100%;
    height: 100%;
}

.stats-container {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 800px;
    justify-content: center;
}

.stat-item {
    flex: 1;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #2d8659;
}

.stat-item h3 {
    font-size: 20px;
    color: #2d8659;
    margin-bottom: 10px;
    font-weight: bold;
}

.stat-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* 5. 合作伙伴模块优化 */
.row-a4 {
    background: white;
    padding: 80px 0;
    position: relative;
}

.partners-container {
    padding: 0 8%;
    margin-top: 40px;
}

.partners-slider {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.partner-item {
    flex: 0 0 200px;
    height: 100px;
    margin-bottom: 20px;
}

.partner-item .con {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
}

.partner-item .con:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #2d8659;
}

.partner-item .pic {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-item .pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-item .con:hover .pic img {
    transform: scale(1.1);
}

/*!* 新页脚样式 *!*/

/* 定义扛重族宋字体 */
@font-face {
    /* 自定义字体名称（后续调用用这个名字） */
    font-family: 'MaokenHeavyLabourer-Ming-Regular';
    /* 字体文件路径（根据实际目录调整） */
    src: url('../fonts/MaokenHeavyLabourer-Ming-Regular.ttf');
    /*!* 字体权重（常规字体填normal，粗体填bold） *!*/
    /*font-weight: normal;*/
    /*!* 字体样式（常规填normal，斜体填italic） *!*/
    /*font-style: normal;*/
    /*!* 加载优化：先显示后备字体，字体加载完成后替换 *!*/
    /*font-display: swap;*/
}




