
.hero {
    width: 100%;
    height: 700px;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h1 {
    color: #092646 !important;
    font-weight: 500;
}

.hero .hero-inner {
    margin: 0 auto;
    padding: 0 50px;
    padding-top: 100px;
    max-width: 1530px;

    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-bottom: 100px !important;
}

.hero .title {
    color: #141414;
    margin-bottom: 100px;
}
.hero .title h1 {
    margin-bottom: 20px;
}

.params {
    width: 100%;
}
.params .params-inner-warp {
    margin: 0 auto;
    max-width: 1530px;
    transform: translateY(-70%);
    padding: 0 50px;
}
.params .params-inner {

    background: #FFF;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;


    display: flex;
    justify-content: space-between;

    box-shadow: 0 0 10px rgba(0,0,0,.3);

}
.params .params-inner .item {
    flex: 1;
    border-right: 1px solid #d6d6d6;
}

.params .params-inner .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.params .params-inner .item .title {
    font-size: 42px;
    font-family: Montserrat;
    font-weight: 600;
    color: #f48a1a;
}

.params .params-inner .item .subtitle {
    font-size: 16px;
    font-weight: 300;
}



.params .params-inner .item:nth-last-child(1) {
    border-right: 0;
}

.area1 .inner {
    display: flex;
}
.area1 .inner > div:nth-child(2) {
    flex: 1;
    padding: 0 40px;
    padding-bottom: 100px;
}

.area1 .inner > div:nth-child(1) {
    width: 370px !important;
}

.area1 .inner > div:nth-child(3) {
    width: 370px !important;
}

.area1 .list > .item {
    padding: 0 !important;
}

.inner {
    max-width: 1530px;
    padding: 0 50px;
    margin: 0 auto;
}
.area1 .list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.area1 .list > .item {
    padding: 0 50px;
    margin-bottom: 100px;
}
.area1 .list > .item > .title {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.area1 .list > .item > .desc {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: 200;
    font-family: MontserratL;
}

.area1 .center {
    width: 300px;
    padding-bottom: 100px;
    /*height: 500px;*/
}

.goodListSwiper {
    height: 100%;
}

.goodListSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.area2 {
    box-sizing: border-box;
    /*background: #f7f8f9;*/
}
.area2 .inner {
    /*box-sizing: border-box;*/
    /*padding-top: 120px;*/
    /*padding-bottom: 120px;*/
}
.area2Swiper {
    width: 100%;
    height: calc(840px - 100px);
    padding-bottom: 50px;
}

.area2Swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.area3 {
    width: 100%;
    /*height: 840px;*/
    padding: 70px 0px;
    background-color: #f5f5f5;
}
.area3 .inner {
    height: 100%;
}

.area3 .content {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.area3 .content .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}

.area3 .content .left .item {
    cursor: pointer;
    width: 400px;
    margin-bottom: 50px;
    padding: 20px;

    border: 2px solid rgba(0,0,0,0);
}
.area3 .content .left .item.active {
    border: 2px solid #f68a1a;
    background-color: #ffdea4;
}


.area3 .content .left .item .title {
    font-size: 24px;
    font-weight: 500;
}

.area3 .content .left .item .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    font-family: MontserratL;
}
.area3 .content .right .containers {
    position: relative;
    width: 700px;
}
.area3 .content .right .containers .show {
    position: absolute;
    object-fit: cover;
}

.area3 .content .right .containers .show.show-pc {
    width: 620px;
    height: 355px;
    margin-top: 95px;
    margin-left: 40px;

    display: none;
}
.area3 .content .right .containers .pc {
    position: relative;
    z-index: 10;

    display: none;
}

.area3 .content .right .containers .mo {
    position: relative;
    z-index: 10;
    height: 650px;
    margin: 0 auto;
}

.area3 .content .right .containers .show.show-mo {
    width: 286px;
    height: 635px;
    margin-top: 9px;
    margin-left: 207px;
    border-radius: 45px;
}



.area4 {
    width: 100%;
    padding: 70px 0px;
    background-color: #FFF;
}
.area4 .inner {
    height: 100%;
}

.area4 .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    margin-top: 20px;
}
.area4 .content .desc {
    margin-top: 20px;
}
.area4 .content .desc .item {
    margin-bottom: 20px;
}
.area4 .content .accordion {
    width: 100%;
}

.area4 .content .accordion .accordion-item {
    border: none;
    border-top: 1px solid #d9dee2;
    border-radius: 0;
}

.area4 .content .accordion .accordion-item .accordion-body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    font-family: MontserratL;
}

.area4 .content .accordion .accordion-item:nth-last-child(1) {
    border-bottom: 1px solid #d9dee2;
}

.area4 .content .accordion .accordion-item .accordion-button {
    border-radius: 0;
    color: #141414;
    font-weight: 500;
}

.area4 .content .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #bfbfbf;
}

.area4 .content .accordion-button:not(.collapsed) {
    background-color: unset;
}

.area4 .content .accordion-button::after {
    background-image: unset;
    content: '+';
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #d6d6d6;
    transform: unset;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    padding-bottom: 4px;
}
.area4 .content .accordion-button:not(.collapsed)::after {
    background-image: unset;
    content: '-';
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #f68a1c;
    transform: unset;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    padding-bottom: 4px;
    background-color: #f68a1c;
    color: #FFF;
}

.area5 {
    width: 100%;
    height: 740px;
    padding: 70px 0px;
    background-image: url("/themes/theme-photovoltaic/assets/images/area1.jpg");
}
.area5 .inner {
    height: 100%;
}

.area5 .content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.area5 .content .item {
    display: flex;
    flex-direction: column;
    width: 400px;

    text-align: center;
    justify-content: center;
    align-items: center;
}

.area5 .content .item .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 60px;
}

.area5 .content .item .icon img {
    width: 100%;
    height: 100%;
}

.area5 .content .item .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: rgb(33, 37, 41);
}

.area5 .content .item .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    font-family: MontserratL;
    color: rgb(33, 37, 41);
}

.area5 .content .item .go {
    margin-top: 60px;
    width: 60px;
    height: 60px;
    font-size: 27px;
    font-weight: 100;
    border: 1px solid #b4b3b5;
    border-radius: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: rgb(33, 37, 41);

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
}

.area5 .content .item .go:hover {
    background-color: #f68a1a;
    color: #FFF;
    border: 1px solid #f68a1a;
}



.area5_1 {
    width: 100%;
    /*height: 740px;*/
    padding: 70px 0px;
    background-color: #FFF;
}


.area5_1 .inner {
    height: 100%;
}

.area5_1 .content {
    margin-top: 100px;
    overflow: hidden;
}


.area5-1-swiper .title {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 30px;
    color: #141414;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 5px;
    margin-bottom: 5px;
    height: 67px;
}

.area5-1-swiper .subtitle {
    font-size: 14px;
    line-height: 24px;
    font-family: Montserrat;
    height: 70px;
    color: #141414;
}

.area5-1-swiper .bottom {
    padding: 20px 40px;
    background-color: #fbfbfb;
}


.area6 {
    width: 100%;
    min-height: 700px;
    padding: 70px 0px;
    background-color: #FFF;
}
.area6 .inner {
    height: 100%;
}

.area6 .inner h1 {
    line-height: 60px;
    padding-right: 50%;
}

.area6 .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
}

.area6 .content .top {
    display: flex;
}

.area6 .content .top > div {
    flex: 1;
}

.area6 .content .top .left {
    padding-right: 100px;
}

.area6 .content .top .right {
    padding-left: 100px;
}

.area6 .content .top .left div {
    margin-bottom: 50px;
    font-weight: 200;
    font-family: MontserratL;
}


.area6 .right.chino-form > div:nth-child(1),
.area6 .right.chino-form > div:nth-child(2){
    display: flex;
    margin-bottom: 20px;
}

.area6 .right.chino-form > div:nth-child(1) > div,
.area6 .right.chino-form > div:nth-child(2) > div{
    flex: 1;
}

.area6 .right.chino-form > div:nth-child(1) > div:nth-child(1),
.area6 .right.chino-form > div:nth-child(2) > div:nth-child(1) {
    padding-right: 15px;
}

.area6 .right.chino-form > div:nth-child(1) > div:nth-child(2) ,
.area6 .right.chino-form > div:nth-child(2) > div:nth-child(2) {
    padding-left: 15px;
}

.area6 .right.chino-form input {
    height: 55px;
}

.area6 .right.chino-form .chino-btn {
    margin-top: 40px;
}

.area6 .form-label {
    font-size: 16px;
    font-weight: 300;
    font-family: MontserratL;
}


@media screen and (max-width: 990px) {
    .inner {
        padding: 0 20px;
    }
    .hero-inner {
        padding: 50px 20px !important;
        padding-bottom: 100px !important;
    }
    .params .params-inner-warp {
        padding: 0 20px !important;
    }
    .hero {
        height: unset;
        background-size: cover;
    }
    .hero .title {
        margin-bottom: 50px;
    }
    .params .params-inner-warp {
        /*max-width: calc(100% - 20px) !important;*/
        transform: translateY(-50%);
        padding: 10px;
    }
    .params .params-inner {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 10px 0;
    }

    .params .params-inner .item:nth-child(even) {
        border-right: none;
    }

    .params .params-inner .item .title {
        font-size: 20px;
    }

    .params .params-inner .item .subtitle {
        font-size: 12px;
    }

    .area1 .inner {
        padding: 0;
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 0 0;
        grid-template-areas:
                "center"
                "left"
                "right";


        display: flex;
        flex-direction: column;
    }

    .area1 .inner > div:nth-child(1) {
        width: 100% !important;
        padding: 0 20px;
    }

    .area1 .inner > div:nth-child(3) {
        width: 100% !important;
        padding: 0 20px;
    }
    .area1 .inner > div:nth-child(2) {
        width: 100% !important;
        padding: 0 20px;
    }

    .area1 .inner .left { grid-area: left; }
    .area1 .inner .center {
        width: calc(100vw - 20px);
        height: 482px;
        grid-area: center;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .area1 .inner .right { grid-area: right; }

    .area1 .list > .item {
        margin-bottom: 50px;
    }

    .area2Swiper {
        height: 250px;
    }

    .area3 {
        height: unset;
    }

    .area3 .content {
        flex-direction: column;
    }

    .area3 .content .left {
        padding-top: 40px;
    }

    .area3 .content .left .item {
        margin-bottom: 20px;
        width: 100%;
    }

    .area3 .content .right .containers {
        width: 275px;
        margin: 0 auto;
    }

    .area3 .content .right .containers .show.show-pc {
        width: 244px;
        height: 138px;
        margin-top: 37px;
        margin-left: 15px;
    }

    .area3 .content .right .containers .mo {
        height: 450px;
    }

    .area3 .content .right .containers .show.show-mo {
        width: 198px;
        height: 430px;
        margin-top: 10px;
        margin-left: 39px;
        border-radius: 23px;
    }

    .area4 {
        min-height: unset;
    }
    .area5 {
        height: unset;
        background-size: auto 100% ;
        padding-bottom: 0;
    }
    .area5 .content {
        flex-direction: column;
    }
    .area5 .content .item .icon {
        margin-bottom: 20px;
    }
    .area5 .content .item {
        width: 100%;
        margin-bottom: 60px;
    }
    .area5 .content .item .go {
        margin-top: 20px;
    }

    .area5 .content .item .icon {
        width: 70px;
        height: 70px;
    }

    .area5 .content .item .title {
        font-size: 16px;
    }

    .area5 .content .item .desc {
        font-size: 14px;
    }

    .area5 .content .item .go {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }


    .area6 .inner h1 {
        padding-right: 0;
    }

    .area6 .content {
        margin-top: 40px;
    }

    .area6 .content .top {
        flex-direction: column;
    }
    .area6 .content .top .left {
        padding: 0;
    }
    .area6 .content .top .right {
        padding: 0;
    }
}



.swiper-pagination > li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: background-color .3s;
}

.swiper-pagination > li.swiper-pagination-bullet-active {
    background: #f57e14;
}


.chino-form-post2 input::placeholder, .chino-form-post2 textarea::placeholder {
    font-family: MontserratL;
}

.chino-form-post2 .item {
    margin-bottom: 15px;
}

.chino-form-post2 .btn-area {
    display: flex;
    justify-content: center;
}

.chino-form-post2 .btn-area .btn {
    padding: 16px 60px;
    border-radius: 0;
}

.form-check-input:checked {
    background-color: #f57e14;
    border-color: #f57e14;
}
