@charset "UTF-8";

.breadcrumbs {
    position: absolute;
    top: var(--header-height);
    left: 0;
    z-index: 2;
    width: 100%;
    padding: var(--app-fs-30) var(--app-fs-36);
    font-size: var(--app-fs-14);
    color: #fff;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 0.5em;
}

.breadcrumbs a:hover {
    color: #a97c4a;
}

.app-energy-culture--banner {
    position: relative;
}

.app-energy-culture--banner .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.app-energy-culture--banner .title {
    font-size: var(--app-fs-40);
    font-weight: normal;
    line-height: 1;
    color: #fff;
}

.app-energy-culture--banner .desc {
    margin-top: 1.25em;
    font-size: var(--app-fs-16);
    line-height: 1;
    color: #fff;
}

@media screen and (min-width: 1920px) {
    .app-energy-culture--banner .banner {
        width: 100%;
        height: 587px;
        object-fit: cover;
    }
}

.app-energy-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.app-energy-head {
    font-size: var(--app-fs-26);
    color: #333;
    text-align: center;
}

.app-energy-culture--culture .resource-dev-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.app-energy-culture--culture .dev-item {
    position: relative;
    width: 23.333333%;
    height: calc(var(--app-basis-ratio) * 565px);
    border-right: 1px solid rgba(137, 137, 137, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    overflow: hidden;
}

.app-energy-culture--culture .dev-item .detail {
    position: absolute;
    top: 24%;
    width: 72%;
    margin: 0 14%;
    overflow: hidden;
}

.app-energy-culture--culture .dev-item .basemaps {
    position: absolute;
    bottom: 0;
    right: -260px;
    width: 240px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.app-energy-culture--culture .dev-item:last-child {
    border-right: none;
}

.app-energy-culture--culture .dev-item .icon-img {
    font-size: var(--app-fs-46);
    color: #A97E46;
}

.app-energy-culture--culture .dev-item .dev-item-title {
    font-size: var(--app-fs-22);
    color: #333;
    margin-top: 20px;
}

.app-energy-culture--culture .dev-item .dev-item-desc {
    font-size: var(--app-fs-32);
    color: #333;
    margin-top: 20px;
    text-align: justify;
}

.app-energy-culture--culture .dev-item .dev-toggle-box {
    transform: translateX(-110%);
    opacity: 0;
}

.app-energy-culture--culture .dev-item.active {
    width: 30%;
    align-items: start;
}

.app-energy-culture--culture .dev-item.active .dev-toggle-box {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.app-energy-culture--culture .dev-item.active .basemaps {
    right: 0;
}

.app-energy-culture--principle .principle-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(var(--app-basis-ratio) * 565px);
}

.app-energy-culture--principle .principle-list li {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-energy-culture--principle .principle-list li::before {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: rgba(255, 255, 255, .3);
}

.app-energy-culture--principle .principle-list li:last-child::before {
    display: none;
}

.app-energy-culture--principle .principle-list .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .6);
    font-size: var(--app-fs-46);
    color: #fff;
}

.app-energy-culture--principle .principle-list .sub-title {
    margin: 1em 0;
    font-size: var(--app-fs-16);
    color: #fff;
    text-align: center;
}

.app-energy-culture--principle .principle-list .title {
    font-size: var(--app-fs-26);
    color: #fff;
    text-align: center;
}

.app-energy-culture--five-energy {
    height: calc(var(--app-basis-ratio) * 577px);
    padding: var(--app-fs-118) 0;
}

.app-energy-culture--five-energy .five-energy-list {
    display: flex;
    margin-top: var(--app-fs-82);
}

.app-energy-culture--five-energy .five-energy-list li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-energy-culture--five-energy .five-energy-list .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--app-fs-130);
    height: var(--app-fs-130);
    border-radius: 50%;
    font-size: var(--app-fs-42);
    color: #A97E46;
    background: #fff;
}

.app-energy-culture--five-energy .five-energy-list .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 1px dotted rgba(169, 126, 70, .3);
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.app-energy-culture--five-energy .five-energy-list .text {
    margin-top: 2em;
    font-size: var(--app-fs-16);
    color: #666;
}

.app-energy-culture--five-energy .five-energy-list li:hover .icon {
    box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
}

.app-energy-culture--five-energy .five-energy-list li:hover .icon::before {
    width: 120%;
    height: 120%;
    opacity: 1;
}

.app-energy-culture--five-energy .five-energy-list li:hover .text {
    color: #A97E46;
}

.app-energy-culture--digital {
    padding: var(--app-fs-132) 0;
}

.app-energy-culture--digital .app-energy-head {
    color: #fff;
}

.app-energy-culture--digital .digital-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--app-fs-40);
}

.app-energy-culture--digital .digital-list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 4) - 20px);
    height: var(--app-fs-100);
    margin-right: var(--app-fs-26);
    margin-bottom: var(--app-fs-26);
    font-size: var(--app-fs-16);
    color: #fff;
    background: rgba(0, 0, 0, .45);
}

.app-energy-culture--digital .digital-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(180deg, #A97E46, #EBD7B9);
}

.app-energy-culture--digital .digital-list li:nth-child(4n) {
    margin-right: 0;
}

.app-energy-culture--digital .digital-list li:nth-child(4n+1) {
    margin-left: 0;
}

.app-energy-culture--six-energy {
    padding: var(--app-fs-132) 0;
}

.app-energy-culture--six-energy .six-energy-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--app-fs-40);
}

.app-energy-culture--six-energy .six-energy-list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 3) - 18px);
    height: var(--app-fs-100);
    margin-right: var(--app-fs-26);
    margin-bottom: var(--app-fs-26);
    font-size: var(--app-fs-16);
    color: #666;
    background: #fff;
}

.app-energy-culture--six-energy .six-energy-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(0deg, #A97E46, #EBD7B9);
}

.app-energy-culture--six-energy .six-energy-list li:nth-child(3n) {
    margin-right: 0;
}

.app-energy-culture--six-energy .six-energy-list li:nth-child(3n+1) {
    margin-left: 0;
}

.app-energy-culture--strengthen {
    padding: var(--app-fs-132) 0;
}

.app-energy-culture--strengthen .app-energy-head {
    color: #fff;
}

.app-energy-culture--strengthen .strengthen-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--app-fs-40);
}

.app-energy-culture--strengthen .strengthen-list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 4) - 20px);
    height: var(--app-fs-100);
    margin-right: var(--app-fs-26);
    margin-bottom: var(--app-fs-26);
    font-size: var(--app-fs-16);
    color: #666;
    background: #fff;
}

.app-energy-culture--strengthen .strengthen-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(0deg, #A97E46, #EBD7B9);
}

.app-energy-culture--strengthen .strengthen-list li:nth-child(4n) {
    margin-right: 0;
}

.app-energy-culture--strengthen .strengthen-list li:nth-child(4n+1) {
    margin-left: 0;
}

.app-energy-culture--five-fight {
    padding: var(--app-fs-110) 0;
}

.app-energy-culture--five-fight .five-fight-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--app-fs-76);
}

.app-energy-culture--five-fight .five-fight-list li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-energy-culture--five-fight .five-fight-list .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--app-fs-128);
    height: var(--app-fs-128);
    border-radius: 50%;
    font-size: var(--app-fs-42);
    color: #A97E46;
    background: #fff;
}

.app-energy-culture--five-fight .five-fight-list .icon .iconfont {
    position: relative;
    z-index: 1;
}

.app-energy-culture--five-fight .five-fight-list .icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(-90deg, #A97E46, #EBD5B4);
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.app-energy-culture--five-fight .five-fight-list .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    border: 1px dotted rgba(169, 126, 70, .3);
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.app-energy-culture--five-fight .five-fight-list .text {
    margin-top: 2em;
    font-size: var(--app-fs-16);
    color: #666;
    text-align: center;
}

.app-energy-culture--five-fight .five-fight-list li:hover .icon {
    color: #fff;
}

.app-energy-culture--five-fight .five-fight-list li:hover .icon::after {
    opacity: 1;
}

.app-energy-culture--five-fight .five-fight-list li:hover .icon::before {
    width: 120%;
    height: 120%;
    opacity: 1;
}

.app-energy-culture--safe-culture {
    padding: var(--app-fs-110) 0;
}

.app-energy-culture--safe-culture .app-energy-head {
    color: #fff;
}

.app-energy-culture--safe-culture .safe-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--app-fs-66);
}

.app-energy-culture--safe-culture .safe-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(var(--app-basis-ratio) * 258px);
    height: calc(var(--app-basis-ratio) * 258px);
    padding: var(--app-fs-36) 0;
    background: rgba(0, 0, 0, .45);
}

.app-energy-culture--safe-culture .safe-list .text {
    margin-bottom: 0.8em;
    font-size: var(--app-fs-16);
    color: rgb(249, 249, 249, .6);
}

.app-energy-culture--safe-culture .safe-list .desc {
    font-size: var(--app-fs-26);
    line-height: 1.35;
    color: #fff;
}

.app-energy-culture--fourteen-principle {
    padding: var(--app-fs-200) 0;
}

.app-energy-culture--fourteen-principle .fourteen-principle-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--app-fs-34);
}

.app-energy-culture--fourteen-principle .fourteen-principle-list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 7) - 20px);
    height: var(--app-fs-100);
    background: #fff;
    font-size: var(--app-fs-16);
    color: #333;
    text-align: center;
}

.app-energy-culture--fourteen-principle .fourteen-principle-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(0deg, #A97E46, #EBD7B9);
}

@media screen and (max-width: 992px) {
    .app-energy-culture--safe-culture .safe-list li {
        width: calc(var(--app-basis-ratio) * 240px);
    }
}

@media screen and (max-width: 768px) {
    .app-energy-culture--banner .banner {
        height: 460px;
        object-fit: cover;
    }

    .app-energy-culture--banner .wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .app-energy-head {
        font-size: 20px;
    }

    .app-energy-culture--culture {
        background-image: url('../images/energy-culture-img-11.jpg') !important;
    }

    .app-energy-culture--culture .resource-dev-content {
        padding: 20px 0;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .app-energy-culture--culture .dev-item {
        width: 100%;
        height: auto;
        padding: 15px;
        border-right: none;
    }

    .app-energy-culture--culture .dev-item .dev-item-desc {
        font-size: 20px;
    }

    .app-energy-culture--culture .dev-item.active {
        width: 100%;
    }

    .app-energy-culture--culture .dev-item .detail {
        position: static;
        width: 100% !important;
        padding-bottom: 30px;
        padding-left: 15px;
        margin: 0 !important;
        border-bottom: 1px solid rgba(137, 137, 137, .1);
    }

    .app-energy-culture--culture .dev-item .dev-toggle-box {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }

    .app-energy-culture--culture .dev-item .basemaps {
        right: 0 !important;
        bottom: 15px;
        width: 120px;
    }

    .app-energy-culture--principle .principle-list {
        flex-direction: column;
        height: auto;
        padding: 30px 0;
    }

    .app-energy-culture--principle .principle-list li {
        position: relative;
        flex: none;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .app-energy-culture--principle .principle-list li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 70%;
        height: 1px;
        background: rgba(255, 255, 255, .3);
        transform: translateX(-50%);
    }

    .app-energy-culture--principle .principle-list .title {
        font-size: 20px;
    }

    .app-energy-culture--principle .principle-list li::before {
        display: none;
    }

    .app-energy-culture--five-energy {
        height: auto;
    }

    .app-energy-culture--five-energy .five-energy-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 35px;
    }

    .app-energy-culture--five-energy .five-energy-list li {
        width: 100%;
        padding: 15px 0;
    }

    .app-energy-culture--five-energy .five-energy-list li:last-child {
        grid-column: 1 / 3;
    }

    .app-energy-culture--digital .digital-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .app-energy-culture--digital .digital-list li {
        width: 100%;
        margin: 0;
    }

    .app-energy-culture--six-energy .six-energy-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .app-energy-culture--six-energy .six-energy-list li {
        width: 100%;
        margin: 0;
    }

    .app-energy-culture--strengthen .strengthen-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .app-energy-culture--strengthen .strengthen-list li {
        width: 100%;
        margin: 0;
    }

    .app-energy-culture--five-fight .five-fight-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .app-energy-culture--five-fight .five-fight-list li:last-child {
        grid-column: 1 / 3;
    }

    .app-energy-culture--safe-culture .safe-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .app-energy-culture--safe-culture .safe-list li {
        width: 100%;
    }

    .app-energy-culture--safe-culture .safe-list li:last-child {
        grid-column: 1 / 3;
        height: auto;
    }

    .app-energy-culture--safe-culture .safe-list .desc {
        font-size: 20px;
    }

    .app-energy-culture--fourteen-principle {
        padding: 60px 0;
    }

    .app-energy-culture--fourteen-principle .fourteen-principle-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .app-energy-culture--fourteen-principle .fourteen-principle-list li {
        width: 100%;
    }

    .app-energy-culture--fourteen-principle .fourteen-principle-list li:last-child {
        grid-column: 1 / 3;
    }
}