Home | Sinopec Corp

About Sinopec

about-sinopec
Corporate Governance
Fact Sheet

Sinopec formulated its Company Articles of Association and other documents of corporate governance in accordance with Company Law of the People’s Republic of China, Mandatory Provisions for Articles of Association of Chinese Companies to be Listed Overseas, Guidelines for Articles of Association of Chinese Listed Companies, Code of Corporate Governance for Listed Companies in China issued by the China Securities Regulatory Commission, and other laws and regulations of local stock exchanges.

According to the Company Law of the People’s Republic of China and the Constitution of the Communist Party of China, Sinopec established an internal organization of the Communist Party of China and the Party’s institutional framework. The Company ensures sufficient staff for party affairs and financial support of the party organization. The Board of Directors listens to opinions from the party organization prior to making decisions on major issues such as the Company’s reform and development, main objectives, and key tasks. When the Board of Directors appoints Company management, the party organization shall deliberate and offer opinions and suggestions on the candidates nominated by the Board of Directors or the President or recommend candidates to the Board of Directors and the President.



Board of Directors




Board of Supervisors




Executive Compensation


* 显示正确的部分 * @param part {string} 部分标签名,例如header、main、footer等 */ function showCorrectPart(part) { // debugger var doms = document.querySelectorAll(part + '> .extend-part'); var firstNoErrorRes = null; // 找到第一个内容不是freemarker异常的部分 for (var i = 0; i < doms.length; i++) { if (doms[i].innerText.indexOf('[freemarker标签异常,请联系网站管理员]') === -1) { firstNoErrorRes = doms[i]; break; } } if (firstNoErrorRes) { firstNoErrorRes.style.display = 'block'; // 删除其他部分,避免样式污染 for (var j = 0; j < doms.length; j++) { if (firstNoErrorRes !== doms[j]) { doms[j].parentElement.removeChild(doms[j]); } } } } showCorrectPart('header') showCorrectPart('footer')