/* 全局 */
/* header 子菜单字体上偏 */
.header .menu li .Subgrade .SubgradeList .li .cntit {
    line-height: 1 !important;
}
/* footer 改成3列 */
.footer .footerline .linkbox {
    grid-template-columns: repeat(3, 1fr) !important;
}
/* 左侧边栏 居中不换行 */
.productbar li .tit {
    white-space: nowrap !important;
    left: 9% !important;
}
/* banner换行 */
.banner .banner-titlebox .banner-title {
    padding: 0 25% !important;
}
/* 去除标题上的英文 */
.block-titlebox .block-entitle {
    display: none !important;
}
/* 全局结束 */

/* 首页 */
/* 乐林概况 列表修改样式 */
.page-index .about .aboutList li .headbox .icon-title .iconbg {
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%, -50%) !important;
}
.page-index .about .aboutList li:nth-child(3) .headbox .icon-title .iconbg {
    transform: translate(50%, -63%) !important;
}
.page-index .about .aboutList li:nth-child(5) .headbox .icon-title .iconbg {
    transform: translate(50%, -54%) !important;
}
/* 关于乐林 主标题换行减少行高 */
.page-index .about .titlebox .tit {
    line-height: unset !important;
}
/* 关于乐林 副标题换行减少行高 */
.page-index .about .titlebox .tit2 {
    line-height: unset !important;
    margin-top: 1% !important;
}
/* 集团成员 副标题换行 */
.page-index .group .titlebox .txt {
    padding: 0 20%;
}
/* 集团成员 PC版英文能完整显示 */
.page-index .group .groupbox .swiper-pagination-custom {
    width: 40% !important;
}
.page-index .group .groupbox .swiper-pagination-custom ul {
    padding: 15% 0 !important;
}
/* 首页结束 */

/* 关于乐林 */
/* 集团介绍 文本宽度大一点 */
.page .block-aboutgroup .cont {
    padding: 0 15% !important;
}
/* 集团介绍 文本换成图片 */
.page .block-aboutgroup .recycle .imgtext {
    width: 16% !important;
}
/* 企业文化 调节3个一样高*/
.page .block-aboutculture .culturelist .culturebox .content .txt {
    padding: 5% 6% 3% !important;
}
.page .block-aboutculture .culturelist > *:nth-child(2) .culturebox .content .txt {
    padding: 5% 21% 3% !important;
}
.page .block-aboutculture .culturelist > *:nth-child(3) .culturebox .content .txt {
    padding: 5% 16% 3% !important;
}
/* 关于乐林结束 */

/* 人造板生产 */
/* 人造板生产 文本宽度大一点 */
.page .block-mfgbrand .cont {
    padding: 0 15% !important;
}
/* 人造板生产结束 */

/* 得力新能源 */
/* 得力新能源 文本宽度大一点 */
.page .block-neenergy .cont {
    padding: 0 15% !important;
}
/* 得力新能源结束 */

/* 营销中心 */
/* 全国布局 左边栏位置调整 */
.page .block-mcglobalmap .global {
    width: 54% !important;
    bottom: 27% !important;
}
/* 全国布局 隐藏中文，调整位置 */
.page .block-mcglobalmap .exitroute .exit .europe .site,
.page .block-mcglobalmap .exitroute .exit .japan .site,
.page .block-mcglobalmap .exitroute .exit .middleeast .site,
.page .block-mcglobalmap .exitroute .exit .malaysia .site {
    top: 0 !important;
}
.page .block-mcglobalmap .exitroute .exit .route .site {
    top: 75% !important;
}
.page .block-mcglobalmap .exitroute .exit .route .site .cntit,
.page .block-mcglobalmap .exitroute .exit .europe .site .cntit,
.page .block-mcglobalmap .exitroute .exit .japan .site .cntit,
.page .block-mcglobalmap .exitroute .exit .middleeast .site .cntit,
.page .block-mcglobalmap .exitroute .exit .malaysia .site .cntit {
    display: none !important;
}
/* 营销中心结束 */

/* 联系我们 */
/* 在线留言 居中变两行 */
.page .block-contactservice .list .iconbox .title {
    text-align: center !important;
    padding: 0 20% !important;
}
/* 联系我们 结束 */

@media screen and (max-width: 1000px) {
    /* 全局 */
    /* banner 换行 */
    .banner .banner-titlebox .banner-title {
        padding: 0 !important;
    }
    /* header 英文版显示中文按钮，隐藏英文按钮 */
    .header .menu .m-cn-btn {
        display: block !important;
    }
    .header .menu .m-en-btn {
        display: none !important;
    }
    /* footer */
    .footer .footerline .contactbox .contact-title {
        font-size: 5.4vw !important;
    }
    /* 移动版底部菜单 */
    .m-popup .mask .popup .titleline .title {
        width: 100% !important;
        font-size: 13px !important;
    }
    /* 全局结束 */
    
    /* 首页 */
    /* 快速链接 文字居中，分两行 */
    .page-index .banner .bannerList li a .titlebox .tit {
        text-align: center !important;
        padding: 0 5% !important;
    }
    /* 乐林概况 小字加宽 */
    .page-index .about .titlebox .tit2 {
        padding: 0 !important;
    }
    /* 乐林概况 列表修改样式 */
    .page-index .about .aboutList ul {
        grid-template-columns: repeat(2, 1fr) !important;
            row-gap: 4vw !important;
    }
    .page-index .about .aboutList li .headbox .icon-title .iconbg {
        width: 11.87vw !important;
    }
    /* 调节图标大小 */
    .page-index .about .aboutList li:nth-child(1) .headbox .icon-title .iconbg {
        width: 10.87vw !important;
    }
    .page-index .about .aboutList li:nth-child(3) .headbox .icon-title .iconbg {
        width: 13.87vw !important;
    }
    .page-index .about .aboutList li .tit2 {
        line-height: 1.2;
    }
    /* 集团成员 字体能完整显示 */
    .page-index .group .groupList .groupbox .swiper-pagination-custom li {
        font-size: 4vw !important;
    }
    /* 集团成员 手机版全屏 */
    .page-index .group .titlebox .txt {
        padding: 0 !important;
    }
    .page-index .group .groupList .groupbox .swiper-pagination-custom {
        width: 100% !important;
    }
    .page-index .group .groupbox .swiper-pagination-custom ul {
        padding: 15% 15% !important;
    }
    /* 首页结束 */
    
    /* 关于乐林 */
    /* 集团介绍 文本宽度大一点 */
    .page .block-aboutgroup .cont {
        padding: 0 5% !important;
    }
    /* 集团介绍 文本换成图片 */
    .page .block-aboutgroup .recycle .imgtext {
        width: 33% !important;
    }
    /* 发展历程 宽一点 */
    .page .block-abouthistory {
        padding: 7vw 0 2vw !important;
    }
    /* 发展历程 标题上比下窄，底部空白减小 */
    .page .block-abouthistory .timeline {
        margin: 3% 0 0;
    }
    .page .block-abouthistory .timeline .swiper-slide ul {
        padding: 5% 10% 0% 10% !important;
    }
    /* 集团企业文化 使用PC样式 */
    .page .block-aboutculture .culturelist .culturebox {
        flex-direction: column !important;
    }
    .page .block-aboutculture .culturelist .culturebox .content {
        flex-direction: column !important;
    }
    .page .block-aboutculture .culturelist .culturebox .content .title {
        width: auto !important;
    }
    /* 集团企业文化 宽一点 */
    .page .block-aboutculture .culturelist .culturebox .content .txt {
        padding: 5% 0% 3% !important;
    }
    .page .block-aboutculture .culturelist > *:nth-child(2) .culturebox .content .txt {
        padding: 5% 0% 3% !important;
    }
    .page .block-aboutculture .culturelist > *:nth-child(3) .culturebox .content .txt {
        padding: 5% 0% 3% !important;
    }
    /* 关于乐林结束 */
    
    /* 产品中心 */
    /* 标题图片大一点下一点 */
    .page .banner-productdetail .banner-bg {
        height: 100vw;
    }
    .page .banner-productdetail .titlepic {
        width: 80%;
        left: 10%;
        top: 75%;
    }
    /* 产品中心结束 */
    
    /* 人造板生产 */
    /* 概述列表 文本宽度大一点 */
    .page .block-mfgbrand .cont {
        padding: 0 10% !important;
    }
    /* 概述列表 一行放2个 */
    .page .block-mfgbrand ul {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    /* 概述列表 上下小一点 */
    .page .block-mfgbrand li {
        padding: 8% 0;
    }
    /* 概述列表 加padding变两行 */
    .page .block-mfgbrand li .txt {
        line-height: 1.2 !important;
        font-size: 3.5vw !important;
        padding: 0 10% !important;
    }
    /* 实力造板 行距小一点 */
    .page .block-mfgstrength .cont {
        line-height: 1.2 !important;
    }
    /* 实力造板 公司列表行距字号调小 */
    .page .block-mfgstrength li .name {
        padding: 2% 2% !important;
        font-size: 2.73333333vw !important;
    }
    /* 人造板生产结束 */

    /* 得力新能源 */
    /* 得力新能源 文本宽度大一点 */
    .page .block-neenergy .cont {
        padding: 0 10% !important;
    }
    /* 新能源展开 */
    .page .block-neenergy ul {
        grid-template-columns: repeat(12, 1fr);
        grid-template-areas: "a a a a a a b b b b b b"
                             "c c c c c c d d d d d d"
                             "e e e e e e f f f f f f"
                             "g g g g g g h h h h h h";
    }
    /* 新能源企业 减小间距 */
    .page .block-necompany .name {
        line-height: 1.2 !important;
        padding: 2% 2% !important;
    }
    /* 得力新能源结束 */
    
    /* 产品展示 */
    /* 详情列表 图标不显示，上面文本下来一点 */
    .page .banner-presentation .banner-wrapper {
        padding: 22% 0 0% !important;
    }
    .page .banner-presentation .list {
        display: none !important;
    }
    /* 产品展示 结束 */
    
    /* 市场营销 */
    /* 全球地图 样式 */
    .page .block-mcglobalmap .global {
        width: 100% !important;
        bottom: unset !important;
    }
    /* 全球地图 按钮调整位置 */
    .page .block-mcglobalmap .global .globalbtn a {
        padding: 2% 11% 2% 2%;
    }
    /* 行距小一点 */
    .page .block-mcglobalmap .global .globalbtn a .btit {
        line-height: 1.2 !important;
    }
    /* 全球地图 地图调整位置 */
    .page .block-mcglobalmap .m-map {
        padding-top: 50% !important;
    }
    .page .block-mcglobalmap .exitroute {
        height: 50% !important;
    }
    /* 全球地图 字体调整位置 */
    .page .block-mcglobalmap .exitroute .exit .japan .site {
        top: 11% !important;
        left: 111% !important;
    }
    .page .block-mcglobalmap .exitroute .exit .malaysia .site {
        top: 10% !important;
        left: 120% !important;
    }
    .page .block-mcglobalmap .exitroute .exit .europe .site {
        top: 10% !important;
        left: 120% !important;
    }
    .page .block-mcglobalmap .exitroute .exit .middleeast .site {
        top: 100% !important;
        left: -175% !important;
    }
    /* 本地营销中心 */
    .page .block-mccontact .contact-region li {
        line-height: 1.2 !important;
        padding: 2% 0 !important;
    }
    /* 市场营销结束 */
    
    /* 联系我们 */
    /* 集团联系方式 更换样式 */
    .page .block-contactfindus .list ul {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .page .block-contactfindus .list li {
        flex-direction: row !important;
        padding: 5% 5% 15% 5% !important;
        align-items: flex-start !important;
        position: relative;
    }
    .page .block-contactfindus .list li:nth-child(2) {
        padding: 5% 5% 5% 5% !important;
    }
    .page .block-contactfindus .list li:nth-child(3) {
        padding: 5% 5% 5% 5% !important;
    }
    .page .block-contactfindus .list li:nth-child(4) {
        padding: 5% 5% 35% 5% !important;
    }
    .page .block-contactfindus .list .icon {
        width: 15% !important;
    }
    .page .block-contactfindus .list .tit {
        width: 80% !important;
        margin: 0 0 3% 4% !important;
        font-size: 5.5vw !important;
    }
    .page .block-contactfindus .list .txt {
        position: absolute !important;
        width: 77% !important;
        left: 22% !important;
        margin-top: 8% !important;
        text-align: left !important;
    }
    .page .block-contactfindus .list .qrcode {
        position: absolute !important;
        width: 35% !important;
        left: 22% !important;
        top: 25% !important;
    }
    /* 消息留言 一行放两个 */
    .page .block-contactservice .list ul {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 4vw;
    }
    .page .block-contactservice .list .iconbox .icon {
        width: 20% !important;
    }
    /* 联系我们 结束 */
}
