/*-------------------- Section1 (Start) --------------------*/
.sect1 .title {
    padding: 120px 100px 10px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 32px;
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 2s, transform 1.5s;
}

.sect1 .titleTranslate {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .sect1 .title {
        padding: 120px 80px 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 .title {
        padding: 80px 20px 10px;
        font-size: 28px;
    }
}
    
@media screen and (min-width: 401px) and (max-width: 450px) {
}

@media screen and (min-width: 451px) and (max-width: 550px) {
}

@media screen and (min-width: 551px) and (max-width: 767px) {
}
/*-------------------- Section1 (End) --------------------*/


/*-------------------- Section2 (Start) --------------------*/
.sect2 {
    padding: 0 100px;
    box-sizing: border-box;
    background: #000;
}

.sect2 .ctx {
    width: 100%;
    display: flex;
    background: #242834;
}

.sect2 .ctx .brief {
    flex: 0 1 50%;
    color: #fff;
}

.sect2 .ctx .brief .info {
    width: 500px;
    margin: 40px auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.8em;
}

.sect2 .ctx .brief .info .sideLine {
    width: 7px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #4be3bd;
}

.sect2 .ctx .brief .info .title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    font-size: 28px;
}

.sect2 .ctx .brief .title .icon {
    flex: 0 0 54px;
    vertical-align: middle;
}

.sect2 .ctx .brief .title .tit {
    flex: 1 1 60px;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
}

.sect2 .ctx .brief .txt {
    opacity: 0;
}

.sect2 .ctx .cover {
    flex: 0 1 50%;
    background: url(../img/productSolar.jpg) center;
    background-size: cover;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .sect2 {
        padding: 0 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect2 {
        padding: 0;
    }

    .sect2 .ctx {
        flex-wrap: wrap;
    }
    
    .sect2 .ctx .brief {
        flex: 0 1 100%;
        order: 2;
    }

    .sect2 .ctx .brief .info {
        width: 100%;
    }
    
    .sect2 .ctx .cover {
        flex: 0 1 100%;
        order: 1;
        height: 300px;
        margin: 20px 0 0;
    }
}
/*-------------------- Section2 (End) --------------------*/


/*-------------------- Section3 (Start) --------------------*/
.sect3 {
    padding: 0 100px;
    box-sizing: border-box;
    background: #000;
}

.sect3 .ctx {
    width: 100%;
    display: flex;
    background: #242834;
}

.sect3 .ctx .cover {
    flex: 0 1 50%;
    background: url(../img/productWind.jpg) left center;
    background-size: cover;
}

.sect3 .ctx .brief {
    flex: 0 1 50%;
    color: #fff;
}

.sect3 .ctx .brief .info {
    width: 500px;
    margin: 40px auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.8em;
}

.sect3 .ctx .brief .info .sideLine {
    width: 7px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #4be3bd;
}

.sect3 .ctx .brief .info .title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    font-size: 28px;
}

.sect3 .ctx .brief .title .icon {
    flex: 0 0 54px;
    vertical-align: middle;
}

.sect3 .ctx .brief .title .tit {
    flex: 1 1 60px;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
}

.sect3 .ctx .brief .txt {
    opacity: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .sect3 {
        padding: 0 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect3 {
        padding: 0;
    }

    .sect3 .ctx {
        flex-wrap: wrap;
    }
    
    .sect3 .ctx .brief {
        flex: 0 1 100%;
    }

    .sect3 .ctx .brief .info {
        width: 100%;
    }
    
    .sect3 .ctx .cover {
        flex: 0 1 100%;
        height: 300px;
    }
}
/*-------------------- Section3 (End) --------------------*/


/*-------------------- Section4 (Start) --------------------*/
.sect4 {
/*    background: #242834;*/
}

.sect4 .ctx {
    width: 100%;
    height: 600px;
    padding: 20px 30px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

.sect4 .ctx .brief {
    flex: 0 1 50%;
    color: #fff;
}

.sect4 .ctx .brief .info {
    width: 800px;
    margin: 40px auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.8em;
}

.sect4 .ctx .brief .info .sideLine {
    width: 7px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #4be3bd;
}

.sect4 .ctx .brief .info .title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    font-size: 28px;
}

.sect4 .ctx .brief .title .icon {
    flex: 0 0 54px;
    vertical-align: middle;
}

.sect4 .ctx .brief .title .tit {
    flex: 1 1 60px;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
}

.sect4 .ctx .brief .txt {
    opacity: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect4 {
        padding: 0;
    }

    .sect4 .ctx {
        flex-wrap: wrap;
    }
    
    .sect4 .ctx .brief {
        flex: 0 1 100%;
    }

    .sect4 .ctx .brief .info {
        width: 100%;
        padding: 0 20px;
    }
}
/*-------------------- Section4 (End) --------------------*/


/*-------------------- Section5 (Start) --------------------*/
.sect5 {
    padding: 0 100px;
    box-sizing: border-box;
    background: #000;
}

.sect5 .ctx {
    width: 100%;
    display: flex;
    background: #242834;
}

.sect5 .ctx .brief {
    flex: 0 1 50%;
    color: #fff;
}

.sect5 .ctx .brief .info {
    width: 500px;
    margin: 40px auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.8em;
}

.sect5 .ctx .brief .info .sideLine {
    width: 7px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #4be3bd;
}

.sect5 .ctx .brief .info .title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    font-size: 28px;
}

.sect5 .ctx .brief .title .icon {
    flex: 0 0 54px;
    vertical-align: middle;
}

.sect5 .ctx .brief .title .tit {
    flex: 1 1 60px;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
}

.sect5 .ctx .brief .txt {
    opacity: 0;
}

.sect5 .ctx .cover {
    flex: 0 1 50%;
    background: url(../img/productGeothermal.jpg) center top;
    background-size: cover;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .sect5 {
        padding: 0 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect5 {
        padding: 0;
    }

    .sect5 .ctx {
        flex-wrap: wrap;
    }
    
    .sect5 .ctx .brief {
        flex: 0 1 100%;
        order: 2;
    }

    .sect5 .ctx .brief .info {
        width: 100%;
    }
    
    .sect5 .ctx .cover {
        flex: 0 1 100%;
        order: 1;
        height: 300px;
        margin: 20px 0 0;
    }
}
/*-------------------- Section5 (End) --------------------*/


/*-------------------- Section6 (Start) --------------------*/
.sect6 {
    padding: 0 100px;
    box-sizing: border-box;
    background: #000;
}

.sect6 .ctx {
    width: 100%;
    display: flex;
    background: #242834;
}

.sect6 .ctx .cover {
    flex: 0 1 50%;
    background: url(../img/productOcean.jpg) center;
    background-size: cover;
}

.sect6 .ctx .brief {
    flex: 0 1 50%;
    color: #fff;
}

.sect6 .ctx .brief .info {
    width: 500px;
    margin: 40px auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.8em;
}

.sect6 .ctx .brief .info .sideLine {
    width: 7px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #4be3bd;
}

.sect6 .ctx .brief .info .title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    font-size: 28px;
}

.sect6 .ctx .brief .title .icon {
    flex: 0 0 54px;
    vertical-align: middle;
}

.sect6 .ctx .brief .title .tit {
    flex: 1 1 60px;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
}

.sect6 .ctx .brief .txt {
    opacity: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .sect6 {
        padding: 0 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect6 {
        padding: 0;
    }

    .sect6 .ctx {
        flex-wrap: wrap;
    }
    
    .sect6 .ctx .brief {
        flex: 0 1 100%;
    }

    .sect6 .ctx .brief .info {
        width: 100%;
    }
    
    .sect6 .ctx .cover {
        flex: 0 1 100%;
        height: 300px;
    }
}
/*-------------------- Section6 (End) --------------------*/