<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container .section &gt; .title {
    border-bottom: solid 2px #569ae3;
}

#container .section &gt; .title &gt; .focus {
    padding: 10px 0;
    display: inline-block;
    /* border-bottom: solid 3px #569ae3; */
}

.highlight {
    font-weight: bold;
    color: #569ae3 !important;
}

/*---------- Section1 (start) ----------*/
.sectionFull1 {
    background: #fff;
}

.section1 {
    position: relative;
}

.section1 ul {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}

.section1 ul li::before {
    content: "â—¤";
    width: 15px;
    height: 15px;
    margin: 0 10px 0 -25px;
    display: inline-block;
    vertical-align: top;
    color: #569ae3;
}

.section1 .BoardDirectors {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section1 .BoardDirectors .block1 {
    flex: 0 0 44.8%;
}

.section1 .BoardDirectors .block2 {
    flex: 0 0 55%;
}

.section1 .BoardDirectors img {
    width: 100%;
}

.section1 .committeeList {
    display: flex;
    flex-wrap: wrap;
}

.section1 .committeeList img {
    height: 375px;
}
/*---------- Section1 (end) ----------*/

/*---------- Section2 (start) ----------*/
.section2 {
    position: relative;
}

.section2 ul {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}

.section2 ul li::before {
    content: "â—¤";
    width: 15px;
    height: 15px;
    margin: 0 10px 0 -25px;
    display: inline-block;
    vertical-align: top;
    color: #569ae3;
}

.section2 .list {
    margin: 0 150px 0 0;
}

.section2 .partner {
    margin: 0 150px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section2 .partner .item {
    flex: 0 0 33.3%;
    margin: 10px 0;
    padding: 0 20px;
    box-sizing: border-box;
    border-left: solid 1px #c0c0c0;
}

.section2 .partner .item:nth-child(1),
.section2 .partner .item:nth-child(2) {
    flex: 0 0 50%;
}

.section2 .partner .item:nth-child(1),
.section2 .partner .item:nth-child(3) {
    border: none;
}

.section2 .partner .item .title {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    color: #569ae3;
}

.section2 .partner .item .title .icon img {
    height: 40px;
    margin: 0 10px 0 0;
}

.section2 .ban {
    margin: 0 150px 0 0;
    padding: 30px;
    box-sizing: border-box;
    border: solid 2px #569ae3;
}

.section2 .ban .title {
    font-weight: bold;
    color: #569ae3;
}

.section2 .ban ol li::before {
    content: "";
}

.section2 .ban ol {
    padding: 0 0 0 20px;
}

.section2 .chart {
    width: 80%;
    display: block;
}

.section2 .ISO37001 {
    height: 120px;
    margin: 20px auto;
    display: block;
    position: absolute;
    right: 0;
    top: 100px;
    transition: transform 0.5s;
}

.section2 .ISO37001:hover {
    transform: scale(1.1);
}
/*---------- Section2 (end) ----------*/

/*---------- Section3 (start) ----------*/
.sectionFull3 {
    background: #fff;
}

.section3 a {
    word-wrap: break-word;
    word-break: break-all;
}

.section3 ul {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}

.section3 ul li::before {
    content: "â—¤";
    width: 15px;
    height: 15px;
    margin: 0 10px 0 -25px;
    display: inline-block;
    vertical-align: top;
    color: #569ae3;
}

.section3 .case {
    width: 850px;
    margin: 5px 0 0 30px;
    border-collapse: collapse;
    text-align: center;
    font-size: 16px;
}

.section3 .case tr th {
    border-bottom: solid 1px #505050;
    font-weight: normal;
    background: rgba(86, 154, 227, 0.2);
}

.section3 .case tr td {
    border-bottom: solid 1px #505050;
}

.section3 .case tr td:nth-child(1) {
    text-align: left;
}
/*---------- Section3 (end) ----------*/

/*---------- Section4 (start) ----------*/
.section4 ul {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}

.section4 ul li {
    margin: 0 0 10px 0;
}

.section4 ul li::before {
    content: "â—¤";
    width: 15px;
    height: 15px;
    margin: 0 5px 0 -25px;
    display: inline-block;
    vertical-align: top;
    color: #569ae3;
}

.section4 ul li .title {
    font-weight: bold;
    color: #569ae3;
}

.section4 ul li .matrix {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section4 ul li .matrix .left {
    flex: 0 0 55%;
}

.section4 ul li .matrix .right {
    flex: 0 0 45%;
}

.section4 ul li .matrix .right li:before {
    content: "";
}

.section4 ul li .matrix img {
    width: 100%;
}

.section4 ul li .table1 tr td:nth-child(1) {
    width: 20px;
    vertical-align: top;
}

.section4 ul li .table2 {
    width: 850px;
    margin: 10px 0 0;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}

.section4 ul li .table2 tr th {
    padding: 3px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #505050;
    font-weight: normal;
    color: #000;
    /* background: #5b9bd5; */
    color: #ddebf9;
    background: #569ae3;
}

.section4 ul li .table2 tr td {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #505050;
    /* background: #d2deef; */
}

.section4 ul li .table2 tr td ul li {
    margin: 0 0 0 -15px;
}

.section4 ul li .table2 tr td ul li::before {
    content: "âˆ™";
    margin: -1px 0px 0 -15px;
    font-size: 32px;
    color: #303030;
}

.section4 ul li .table2 tr td ul li .innerTable {
    margin: 0 0 0 5px;
}

.section4 ul li .table2 tr td ul li .innerTable tr td {
    width: auto;
    padding: 0;
    border-bottom: none;
}

.section4 ul li .table2 tr td ul li .innerTable tr td:nth-child(1) {
    vertical-align: top;
}

.section4 .chart {
    width: 80%;
}
/*---------- Section4 (end) ----------*/

/*---------- Section5 (start) ----------*/
.sectionFull5 {
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35),  rgba(0, 0, 0, 0.35)), url(../img/esg2023/corpGovernance_s5-BG.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
    background-attachment: fixed, fixed;
}

.section5 {
    position: relative;
    z-index: 1;    
}

.section5 ul {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}

.section5 ul li {
    margin: 0 0 10px 0;
    color: #fff;
}

.section5 ul li::before {
    content: "â—¤";
    width: 15px;
    height: 15px;
    margin: 0 5px 0 -25px;
    display: inline-block;
    vertical-align: top;
    color: #569ae3;
}

.section5 .orgChart {
    width: 75%;
    display: block;
}

.section5 .file {
    width: 15%;
    position: absolute;
    right: 0;
    bottom: 60px;
    text-align: center;
}

.section5 .file a {
    color: #fff;
}

.section5 .file a img {
    width: 60px;
    margin: 60px 0 8px;
    display: inline-block;
    transition: transform 0.5s;
}

.section5 .file a:hover img {
    transform: scale(1.25);
}
/*---------- Section5 (end) ----------*/

/*---------- Section6 (start) ----------*/
.sectionFull6 {
    background: #fff;
}

.section6 .focus {
    color: #569ae3 !important;
}

.section6 .left {
    width: 80%;
    float: left;
}

.section6 .right {
    width: 20%;
    float: right;
}

.section6 .right img {
    height: 120px;
    margin: 20px auto;
    display: block;
}
/*---------- Section6 (end) ----------*/

/*---------- Section7 (start) ----------*/
.section7 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section7 ul li {
    margin: 0 0 10px;
}

.section7 ul li .sign {
    vertical-align: top;
    color: #569ae3;    
}

.section7 .orgChart {
    width: 900px;
    display: block;
}

.section7 table {
    width: 870px;
    margin: 0 15px;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 12px;
}

.section7 table td {
    width: 128.57px;
    vertical-align: top;
}
/*---------- Section7 (end) ----------*/

/*---------- Section8 (start) ----------*/
.sectionFull8 {
    background: #fff;
}

.section8 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section8 ul li {
    margin: 0 0 10px 0;
}

.section8 ul li table td:nth-child(1) {
    vertical-align: top;
    font-size: 14px;
    color: #569ae3;
}

.section8 .left {
    width: 40%;
    float: left;
}

.section8 .left img {
    width: 100%;
}

.section8 .right {
    width: 55%;
    box-sizing: border-box;
    float: right;
}

.section8 .right img {
    width: 100%;
}

.section8 .performanceTable {
    width: 900px;
    text-align: left;
}

.section8 .performanceTable tr th {
    padding: 5px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #569ae3;
}

.section8 .performanceTable tr td {
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #569ae3;
}

.section8 .performanceTable tr td:nth-child(1) {
    font-size: 16px !important;
}

.section8 .building,
.section8 .solution {
    width: 100%;
}

.section8 .reduceCarbon {
    margin: 0 0 5px;
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #808080;
}

.section8 .reduceCarbon .tit {
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: solid 1px #c0c0c0;
}

.section8 .reduceCarbon .focus {
    margin: 5px 0;
    padding: 5px 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
    background: #45B5C0;
}

.section8 .reduceCarbon ul li {
    margin: 0 0 0 20px;
    padding: 2px 0 2px 0;
    list-style: disc;
}

.section8 .building2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section8 .building2 .item {
    flex: 0 0 33.333%;
    height: 250px;
    position: relative;
}

.section8 .building2 .item:nth-child(1) {
    background: url(../img/esg2023/corpGovernance_s8-08-1.jpg) center bottom;
    background-size: cover;
}

.section8 .building2 .item:nth-child(2) {
    background: url(../img/esg2023/corpGovernance_s8-08-2.jpg) center 60%;
    background-size: cover;
}

.section8 .building2 .item:nth-child(3) {
    background: url(../img/esg2023/corpGovernance_s8-08-3.jpg) center bottom;
    background-size: cover;
}

.section8 .building2 .item .tit {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #00000066;
}

.section8 .concrete {
    width: 900px;
    text-align: left;
}

.section8 .concrete tr th {
    padding: 5px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #569ae3;
}

.section8 .concrete tr th:nth-child(3),
.section8 .concrete tr th:nth-child(4) {
    width: 20%;
    text-align: right;
}

.section8 .concrete tr td {
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #569ae3;
}

.section8 .concrete tr td:nth-child(3) {
    text-align: right;
}

.section8 .concrete tr td:nth-child(4) {
    text-align: right;
    background: #569ae322;
}
/*---------- Section8 (end) ----------*/

/*---------- Section9 (start) ----------*/
.section9 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section9 ul li {
    padding: 0 0 0 20px;
}

.section9 ul li:before {
    content: "â—¤";
    width: 15px;
    height: 15px;
    margin: 0 5px 0 -20px;
    display: inline-block;
    vertical-align: top;
    color: #569ae3;
}

.section9 .tit {
    padding: 5px 0;
    font-weight: bold;
    color: #569ae3;
}

.section9 .left {
    width: 48%;
    margin: 0 0 30px;
    float: left;
}

.section9 .left img {
    width: 100%;
}

.section9 .right {
    width: 48%;
    margin: 0 0 30px;
    float: right;
}

.section9 .right img {
    width: 100%;
}

.section9 table td {
    vertical-align: top;
}

.section9 table td:nth-child(1) {
    width: 35%;
    padding: 0 20px 0 0;
}

.section9 table td:nth-child(1) img {
    width: 100%;
}
/*---------- Section9 (end) ----------*/

/*---------- Section10 (start) ----------*/
.sectionFull10 {
    background: #fff;
}

.section10 ul {
    margin: 0;
    padding: 0;
    /* list-style: none; */
}

.section10 ul li {
    margin: 0 0 10px 0px;
    list-style: none;
}

.section10 .chain {
    width: 100%;
}

.section10 .chain tr td {
    padding: 20px 10px 10px 0;
    box-sizing: border-box;
    text-align: left;
    border-radius: 20px;
}

.section10 .chain tr td:nth-child(2) {
    width: 780px;
    background: #5b9bd533;
}

.section10 .chain tr td img {
    width: 120px;
    margin: 0 20px 0 0;
}

.section10 .chain tr td .tit {
    padding: 0 0 15px 15px;
    font-weight: bold;
    font-size: 20px;
}

.section10 .chain tr td ul li {
    margin: 0 0 10px 40px;
    list-style: disc !important;
}

.section10 .result tr th {
    padding: 5px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #5b9bd5;
}

.section10 .result tr td {
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #808080;
}

.section10 .result tr td:nth-child(1) {
    text-align: left;
}

.section10 .result tr td:nth-child(2),
.section10 .result tr td:nth-child(3) {
    text-align: right;
}

.section10 .result tr td.tit {
    background: #deeaf6;
}

.section10 .resultNote {
    line-height: 1.5em;
    font-size: 12px;
}

.section10 .ebidding tr td:nth-child(1) {
    vertical-align: top;
    color: #569ae3;
}

.section10 .chart {
    width: 100%;
    display: block;
}

.section10 .supply {
    margin: 50px 0 0;
}

.section10 .supply a {
    width: 110px;
    margin: 0 50px 20px 0;
    box-sizing: border-box;
    float: left;
    line-height: 0.8em;
    text-align: center;
    transition: transform 0.5s;
}

.section10 .supply a:hover {
    transform: scale(1.1);
}

.section10 .supply a img {
    height: 80px;
    margin: auto;
    display: block;
}

.section10 .supply a u {
    line-height: 1.2em;
    font-size: 12px;
    color: #303030;
}
/*---------- Section10 (end) ----------*/

@media screen and (min-width: 1px) and (max-width: 1200px) {    
    .section1 .BoardDirectors .block1 {
        flex: 0 0 100%;
        margin: 0 0 5px;
    }
    
    .section1 .BoardDirectors .block2 {
        flex: 0 0 100%;
    }
    
    /*------------------------------*/
    .section2 ul li {
        margin: 0;
    }

    .section2 .list {
        margin: 0;
    }

    .section2 .partner {
        margin: 0;
    }

    .section2 .partner .item {
        flex: 0 0 100%;
        margin: 20px 0;
        padding: 0;
        border: none;
    }
    
    .section2 .partner .item:nth-child(1),
    .section2 .partner .item:nth-child(2) {
        flex: 0 0 100%;
    }

    .section2 .ban {
        margin: 0;
    }

    .section2 .chart {
        width: 100%;
    }
    
    .section2 .ISO37001 {
        position: static;
    }
    
    /*------------------------------*/
    .section3 .case {
        width: 500px;
        margin: 5px 0 10px 30px;
        line-height: 1.5em;
        font-size: 14px;        
    }

    /*------------------------------*/
    .section4 ul li .matrix .left {
        flex: 0 0 100%;
    }
    
    .section4 ul li .matrix .right {
        flex: 0 0 100%;
    }

    .section4 .chart {
        width: 100%;
    }

    /*------------------------------*/
    .sectionFull5 {
        background-attachment: scroll, scroll;
    }

    .section5 .orgChart {
        width: 100%;
    }

    .section5 .file {
        width: 100%;
        position: static;
    }

    /*------------------------------*/
    .section6 .left {
        width: 100%;
    }
    
    .section6 .right {
        width: 100%;
    }
    
    /*------------------------------*/
    .section7 ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    
    /*------------------------------*/
    .section8 .left {
        width: 100%;
        float: left;
    }

    .section8 .right {
        width: 100%;
        margin: 0;
        padding: 10px 0 0;
        float: right;
    }
    
    .section8 .right .paper {
        width: 40%;
        margin: 50px 4% 0;
    }

    .section8 .right .paperBottom {
        width: 40%;
        margin: 50px 4% 0;
    }

    .section8 .building2 .item {
        flex: 0 0 100%;
        height: 320px;
    }

    /*------------------------------*/
    .section9 .left {
        width: 100%;
    }
    
    .section9 .right {
        width: 100%;
    }

    .section9 table td {
        width: 100%;
        float: left;
    }

    .section9 table td:nth-child(1) {
        width: 100%;
        padding: 0;
    }
    
    /*------------------------------*/
    .section10 .chain tr td img {
        width: 80px;
        margin: 0 20px 0 0;
    }

    .section10 .supply a {
        width: 50%;
        margin: 0;
        padding: 0 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .section1 .chart {
        width: 100%;
    }
    
    .section8 .left img {
        width: auto;
        height: 400px;
        margin: 0 0 50px;
    }
    
    .section10 .supply a {
        width: 30%;
        margin: 0 10%;
        padding: 0 30px;
    }
}</pre></body></html>