ir@cofco.com
+86-10-85006688

没找到您要的答案?欢迎联系我们

若未找到您的问题,可通过客服入口或留言表单提交咨询。

常见问题

常见问题

中粮集团坚持依法合规经营,持续完善公司治理与社会责任体系。平台持续完善服务流程、内容运营与客户支持能力。

中粮集团坚持依法合规经营,持续完善公司治理与社会责任体系。平台持续完善服务流程、内容运营与客户支持能力。

中粮集团坚持依法合规经营,持续完善公司治理与社会责任体系。平台持续完善服务流程、内容运营与客户支持能力。

中粮集团坚持依法合规经营,持续完善公司治理与社会责任体系。平台持续完善服务流程、内容运营与客户支持能力。

中粮集团坚持依法合规经营,持续完善公司治理与社会责任体系。平台持续完善服务流程、内容运营与客户支持能力。

中粮集团坚持依法合规经营,持续完善公司治理与社会责任体系。平台持续完善服务流程、内容运营与客户支持能力。
// Scroll reveal animation (function() { const reveals = document.querySelectorAll('.animate-box, .card, .image-container, .sub-heading, .about-stat-container, .chevron-circle-list, .whychooseus-icon, .whychooseus-feature h3, .whychooseus-feature p, .contact-cta-title, .contact-cta-description, .blog-link, .blog-cta, .blog-meta, .footer-link, .partner-image, .testimonial-avatar'); reveals.forEach((el, i) => { el.style.opacity = '0'; el.style.transform = 'translateY(30px)'; el.style.transition = 'all 0.8s cubic-bezier(0.22, 1, 0.36, 1)'; el.style.transitionDelay = (i % 4 * 0.08) + 's'; }); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.style.opacity = '1'; entry.target.style.transform = 'translateY(0)'; observer.unobserve(entry.target); } }); }, { threshold: 0.12 }); reveals.forEach(el => observer.observe(el)); })();