
.banner {
    height: calc(100svh - 80px);
    width: 100%;
    /*background-color: #000;*/
}
.banner video {
    object-fit: cover;
}


.mySwiper {
    height: 100%;
}

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

.area1 {
    height: 840px;
    background-image: url("/themes/theme-photovoltaic/assets/images/area1.jpg");
}
.area1 .area1-inner {
    max-width: 1530px;
    margin: 0 auto;
    display: flex;
    padding: 112px 50px;
}
.area1 p {
    margin-bottom: 0;
}
.area1 .left {
    flex: 1;
    /*background: red;*/
}
.area1 .left .title {
    font-weight: 500 !important;
    color: #092646;
    font-size: 40px;
    font-weight: bold;
    font-family: Montserrat;
    margin-bottom: 20px;
}
.area1 .left .desc {
    color: #141414;
    font-size: 16px;
    font-family: Montserrat-ExtraLight-5;
    margin-bottom: 20px;
    /*font-weight: 200;*/
    line-height: 28px;
    padding-right: 25%;
}
.area1 .left .tab {
    margin: 20px 0;
    margin-top: 150px;
    color: #ccc9c8;
    font-weight: 500;
    font-size: 26px;
    padding-left: 20px;
    border-left: 3px solid;
}
.area1 .left .tab .item {
    position: relative;
    cursor: pointer;
    font-family: Montserrat;
    transition: all .3s;
}
.area1 .left .tab .item.active, .area1 .left .tab .item:hover {
    color: #000;
}
.area1 .left .tab .item::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 0px;
    left: -23px;
    background: #f68914;
    transition: all .3s;
}
.area1 .left .tab .item.active::before, .area1 .left .tab .item:hover::before {
    height: 39px;
}
.area1 .right {
    width: 700px;
    flex: 1;
    /*background: #0a58ca;*/
    display: flex;
    align-items: flex-end;
}
.area1 .right .item {
    width: 700px;
    min-height: 488px;

    /*flex: 1;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 5px;
    position: relative;
    padding: 0 50px 50px;
}
.area1 .right .item:hover .leftText .icon {
    border: none;
    background:  #f19000 url("/themes/theme-photovoltaic/assets/images/icon6.png") no-repeat center center !important;
}
.area1 .right .item .leftText {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    z-index: 5;
}
.area1 .right .item .leftText .box {
    width: 100%;
    margin-top: 80px
}
.area1 .right .item .leftText .box p{
    font-size: 16px;
    color: #141414;
    font-family: Montserrat;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 200;
}
.area1 .right .item .leftText .box h6 {
    font-size: 26px;
    font-weight: bold;
    font-family: Montserrat;
    color: #092646;
}

.area1 .right .item .leftText .box h6 p {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    font-family: Montserrat;
    color: #092646;
}

.area1 .right .item .leftText .icon{
    width: 50px;
    height: 50px;
    border: 1px solid #d1d2d3;
    border-radius: 50%;
    background: url("/themes/theme-photovoltaic/assets/images/icon9.png") no-repeat center center;
    transition: all .3s;
}
.area1 .right .item .rightImg {
    flex: 1;
    position: relative;
    z-index: 5;
}
.area1 .right .item .rightImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.area1 .right .item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    background: url("/themes/theme-photovoltaic/assets/images/bg4.png") no-repeat center bottom;
    background-size: 100% 100%;
    left: 0;
    bottom: -20px;
    border-radius: 5px;
}

.goodsSwiper .swiper-pagination > li {
    width: 20px;
    border-radius: 5px;
    transition: background-color .3s;
}

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

.area2 {
    height: 840px;
    background-image: url("/themes/theme-photovoltaic/assets/images/2.jpg");
    padding: 182px 0;
    display: flex;
    flex-direction: column;
}
.area2-inner {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 50px;
}
.area2 .title {
    text-align: center;
}
.area2 p:nth-child(1) {
    font-weight: 500 !important;
    font-size: 40px;
    font-family: Montserrat;
}
.area2 p:nth-child(2) {
    font-size: 16px;
    /*font-weight: 200;*/
    font-family: Montserrat-ExtraLight-5;
}

.area2 .number {
    /*border: 1px solid;*/
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.area2 .number .item {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.area2 .number .item .num {
    display: inline-block;
    font-size: 72px;
    color: #f7951d;
    font-weight: 500;
    font-family: Arial;
}
.area2 .number .item .num span:nth-child(1) {
    font-family: Arial;
    font-weight: 400;
}
.area2 .number .item .num .utli {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}
.area2 .number .item .desc {
    color: #141414;
    font-family: Montserrat-ExtraLight-5;
    font-size: 14px;
    /*font-weight: 300;*/
}

.area3 {
    height: 840px;
    background-color: #6ea8fe;
}
.area3Swiper {
    position: relative;
    width: 100%;
    height: 100%;
}
.area3Swiper .title-warp {
    position: absolute;
    top: 100px;
    padding: 0 50px;
    z-index: 900;
    color: #FFF;

    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.area3Swiper .title-warp .title {
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 500 !important;
}
.area3Swiper .title-warp .subtitle {
    font-size: 16px;
    color: rgba(255,255,255,.8);
    font-family: Montserrat-ExtraLight-5;
    margin-top: 20px;
    font-weight: 200;
}
.area3-swiper-pagination {
    position: absolute;
    bottom: 50px !important;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.area3-swiper-pagination li {
    width: 12px;
    height: 12px;
    margin: 0 15px !important;
    opacity: 1;
    background-color: rgba(255,255,255,.8);

}
.area3-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f28a1b;
}

.area4 {
    /*height: 840px;*/
    display: flex;
    flex-direction: column;
}
.area4 .map {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.mapContent {
    position: relative;
}
.area4 .title {
    font-weight: 500 !important;
    padding: 40px 50px;
    color: #092646;
    font-weight: 600;
    font-size: 40px;
    font-family: Montserrat;


    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
}
.map-dot-warp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background-color: rebeccapurple;*/
    z-index: 99 ;

    max-width: 1400px;
    margin: 0 auto;
}
.map-dot {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #2b338c;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
}
.map-dot::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 0.25;
    background-color: #2b338c;
    border-radius: 50%;
    animation: heartbeat 1.2s linear 1s infinite;
}
/*.area4 .map .dot1 {*/
/*  top: 20%;left: 15%;*/
/*}*/

.area5 {
    height: 840px;
    display: flex;
    flex-direction: column;
    background: #f6f3f5;
}
.area5-inner {
    padding: 40px 50px;
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
}
.area5 .title {
    color: #092646;
    font-weight: 500 !important;
    font-size: 40px;
    font-family: Montserrat;
}
.area5-inner > .desc {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-right: 25%;
    /*font-weight: 200;*/
    font-family: Montserrat-ExtraLight-5;
}
.area5 .list-warp {
    width: 100%;
    overflow-x: auto;
}
.area5 .list {
    min-width: 1400px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.area5 .list .item {
    width: 330px;
    height: 520px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.area5 .list .item .title {
    color: #FFF;
    font-size: 24px;
    font-family: Montserrat;
}
.area5 .list .item .item-inner {
    position: relative;
    height: 100%;
    background-color: rgba(0,0,0,0);

    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background-color .5s ease-out;
}
.area5 .list .item .item-inner .line {
    width: 0%;
    height: 4px;
    background-color: #f68a1c;
    transition: width .5s ease-out;
}
.area5 .list .item .item-inner .title {
    margin: 60px 0;
}

.area5 .list .item .item-inner .icon {
    /*border: 1px solid #FFF;*/
    width: 200px;
    height: 100px;
    opacity: 0;
    transition: opacity .5s ease-out;
}
.area5 .list .item .item-inner .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.area5 .list .item .item-inner .desc {
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-family: Montserrat-ExtraLight-5;
    margin-top: 40px;
    opacity: 0;
    transition: opacity .5s ease-out;
    font-weight: 200;
}

.area5 .list .item .item-inner .button {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px;
    background-color: #f68a1c;
    color: #FFF;

    display: flex;
    align-items: center;
    justify-content: center;


    transform: translateY(100%);
    opacity: 0;
    transition: all .3s ease-out;

    font-weight: 500;
}

.area5 .list .item:hover .item-inner .line {
    width: 100%;
}
.area5 .list .item:hover .item-inner {
    background-color: rgba(0,0,0,.5);
}
.area5 .list .item:hover .item-inner .icon {
    opacity: 1;
}
.area5 .list .item:hover .item-inner .desc {
    opacity: 1;
}

.area5 .list .item:hover .item-inner .button {
    opacity: 1;
    transform: translateY(0);
}


.area6 {
    height: 840px;
    display: flex;
    flex-direction: column;
    background-image: url("/themes/theme-photovoltaic/assets/images/area1.jpg");
}
.area6-inner {
    width: 100%;
    padding: 40px 50px;
    max-width: 1530px;
    margin: 0 auto;
}
.area6 .title {
    color: #092646;
    font-weight: 500 !important;
    font-size: 40px;
    font-family: Montserrat;
    margin-bottom: 20px;
}

.area6-inner .list-warp {
    display: flex;justify-content: space-between;
    height: 636px;
    /*height: 100%;*/
}

.area6-inner .list-warp .list {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.area6-inner .list-warp .right {
    width: 342px;
    /*;*/
    background-color: #f5f2f3;
    margin-left: 20px;
}

.area6-inner .list-warp .list .item {
    display: flex;
    /*border: 1px solid;*/
    background-color: #f6f4f5;
    /*margin-bottom: 20px;*/
}
.area6-inner .list-warp .list .item .left {
    /*border: 1px solid;*/
    width: 330px;
    height: 200px;
}
.area6-inner .list-warp .list .item .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.area6-inner .list-warp .list .item .right {
    flex: 1;
    padding: 20px 30px;
    /*padding-left: 30px;*/

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.area6-inner .list-warp .list .item .right .title {
    font-size: 18px;
    color: #141414;
    font-family: Montserrat;
    font-weight: 500;
}

.area6-inner .list-warp .list .item .right .desc {
    font-size: 16px;
    color: #141414;
    font-family: Montserrat-ExtraLight-5;
    /*font-weight: 200;*/
}

.area6-inner .list-warp .list .item .right .bottom {
    display: flex;
    align-items: center;
}

.area6-inner .list-warp .list .item .right .bottom .date {
    font-size: 14px;
    color: #949494;
    font-family: Montserrat-ExtraLight-5;
    /*font-weight: 200;*/
}

 .form-label {
    font-weight: 500;
}

.area6-inner .list-warp .right {
    padding: 20px 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}





@media screen and (max-width: 990px) {
    .chino-btn {
        padding-right: 30px;
        background: none;
    }
    html,body {
        min-width: auto;
        width: 100%;
    }
    .banner {
        height: 220px;
        width: 100%;
    }
    .chino-form-home .chino-btn {
        background-position-x: 196px !important;
    }
    .banner .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .area1 {
        /*display: none;*/
        padding: 20px;
    }
    .area1 .area1-inner {
        display: flex;
        flex-direction: column;
    }

    .area1 .left .title {
        font-size: 25px;
        font-weight: 500 !important;
    }

    .area1 .left .desc {
        font-size: 14px;
        padding-right: 0;
    }
    .area1 .left .tab {
        font-size: 20px;
        margin-top: 30px;
    }

    .area1 .right {
        width: 100%;
    }

    .area1 .right .item .leftText .box h6 {
        font-size: 16px;
        line-height: 1;
    }

    .area1 .right .item .leftText .box h6 p {
        font-size: 14px;
        line-height: 22px;
    }

    .area1 .right .item {
        width: 100%;
    }

    .area1 .area1-inner {
        padding: 50px 0;
    }

    .area1 .right .item .rightImg {
        width: 142px;
        height: 260px;
    }

    .area1 .right .item .leftText {
        max-width: 148px;
    }

    .area1 .right .item::after {
        height: 85%;
    }

    .area1 .right .item {
        min-height: auto;
    }

    .tab{overflow: unset}

    .area1 .left .tab .item.active::before, .area1 .left .tab .item:hover::before {
        height: 30px;
    }


    .area1 .right .item {
        padding: 0 30px 30px;
    }
    .area1 {
        height: auto;
        background-size: auto 100%;
    }

    .area2 {
        padding: 50px 20px;
        background-size: auto 100% ;
        background-position: center;
        height: auto;
    }

    .area2 p:nth-child(1) {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .area2 p:nth-child(2) {
        font-size: 14px;
        line-height: 24px;
    }

    .area2 .number .item .num {
        font-size: 25px;
        font-weight: bold;
    }

    .area2-inner {
        padding: 0;
    }

    .area3 {
        height: 420px;
    }

    .area3Swiper .title-warp .title {
        font-size: 20px;
    }

    .area3Swiper .title-warp {
        padding: 0 20px;
    }

    .area3Swiper .title-warp .subtitle {
        font-size: 12px;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .area3Swiper .title-warp {
        top: 50px;
    }

    .area4 .title {
        padding: 50px 20px;
        font-size: 25px;
    }

    .area4 .map {
        /*height: 240px;*/
    }

    .area4 {
        height: auto;
    }
    .area5 {
        height: auto;
        padding-bottom: 50px;
    }
    .area5-inner > .title {
        padding: 50px 0px;
        font-size: 25px;
        padding-bottom: 20px;
    }

    .area5-inner {
        max-width: 100%;
        padding: 0 20px;
    }

    .area5 .desc {
        margin-top: 0;
        font-size: 14px;
        padding-right: 0;
    }

    .area5 .list-warp {
        width: 100%;
        overflow-x: auto;
        display: flex;
    }

    .area5 .list {
        max-width: unset;
        min-width: unset;
        width: unset;
        flex-shrink: 0;
        overflow: hidden;
    }

    .area5 .list .item {
        width: 300px;
        height: 450px;
        margin-right: 30px;
    }

    .area5 .list .item .item-inner .line {
        width: 100%;
    }
    .area5 .list .item .item-inner {
        background-color: rgba(0,0,0,.5);
    }

    .area5 .list .item .item-inner .icon {
        opacity: 1;
    }

    .area5 .list .item .item-inner .desc {
        opacity: 1;
    }

    .area5 .list .item .item-inner .button {
        opacity: 1;
        transform: translateY(0);
    }



    .area6 {
        height: unset;
    }
    .area6-inner {
        padding: 0 20px;
    }
    .area6-inner > .title {
        padding: 50px 0px;
        font-size: 25px;
        padding-bottom: 20px;
    }

    .area6-inner .list-warp {
        height: unset;
    }
    .area6-inner .list-warp .list {
        height: unset;
    }

    .area6-inner .list-warp .list .item {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }


    .area6-inner .list-warp {
        display: flex;
        flex-direction: column;
    }


    .area6-inner .list-warp .list .item .left {
        width: 100%;
    }

    .area6-inner .list-warp .right {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        margin-bottom: 50px;
    }


    .area6-inner .list-warp .list .item .right .desc {
        margin-bottom: 20px;
    }


    .area6-inner .list-warp .right .item {
        margin-bottom: 20px;
    }





    .banner .swiper-slide video {
        height: 100%;
    }
}
