.watt-header {
    position: fixed;
}
.watt-header__fixedbox {
    transition: all .6s ease;
    max-width: 100%;
    margin: 0 auto;
}

/*1000版本*/
.watt-header__home.watt-header__fixedbox {
    max-width: 1040px;
    border-radius: 1em;
    background: #002fa7;
    transform: translateY(3em);
}
@media(max-width: 1040px) {
    .watt-header {
        position: relative;
    }
    .watt-header__home.watt-header__fixedbox {
        transform: translateY(0em);
        max-width: 100%;
        border-radius: 0;
        background: #002fa7;
    }
}


/*1280版本*/
/*.watt-header__home.watt-header__fixedbox {*/
/*    max-width: 1440px;*/
/*    border-radius: 1em;*/
/*    background: #002fa7cc;*/
/*    transform: translateY(3em);*/
/*}*/

/*@media(max-width: 1440px) {*/
/*    .watt-header {*/
/*        position: relative;*/
/*    }*/
/*    .watt-header__home.watt-header__fixedbox {*/
/*        transform: translateY(0em);*/
/*        max-width: 100%;*/
/*        border-radius: 0;*/
/*        background: #002fa7;*/
/*    }*/
/*}*/

/*banner*/
.watt-home__banner {
    position: relative;
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/watt/assets/page/home/img/banner.webp");
}
.watt-home__banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
}

.watt-home__banner-title {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
}

.watt-home__banner-title-text {
    font-size: 3.385vw;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 auto;
    color: #ffffff;
}


.watt-home__title {
    font-size: 1.875em;
    font-weight: 500;
    line-height: 1.6em;
    text-align: center;
    color: var(--watt-blue-dark);
}

/*关于我们*/
.watt-home__aboutus {
    padding-top: 3.125em;
}

.watt-home__description {
    width: 100%;
    padding-top: 0.625em;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.4em;
}

.watt-home__aboutus-wrap {
    width: 100%;
    padding-top: 3.125em;
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.watt-home__aboutus-item {
    position: relative;
    width: 16.375em;
    height: 19.8125em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.watt-home__aboutus-item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(23, 28, 37, 0.85);
    z-index: 0;
    transition: all .5s ease;
}


.watt-home__aboutus-info {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s ease;
}
.watt-home__aboutus-data {
    width: 100%;
    font-size: 3.125em;
    font-weight: 700;
    line-height: 1.4em;
    color: #ffffff;
    border-bottom: 2px solid #C8C8C8;
    text-align: center;
}
.watt-home__aboutus-intro {
    font-size: 1.25em;
    line-height: 1.8em;
    color: #ffffff;
}

.watt-home__aboutus-item:hover:before,
.watt-home__aboutus-item:hover .watt-home__aboutus-info{
    opacity: 0;
}


    /*核心产品*/
.watt-home__prod {
    padding-top: 6.25em;
    width: 100%;
}
.watt-home__prod-wrap {
    margin-top: 3.125em;
    display: flex;
    width: 100%;
}
.watt-home__prod-swiper {
    width: 78%;
    overflow: hidden;
}
.watt-home__prod-wrapper {
    display: flex;
    height: 100%;
}
.watt-home__prod-slide {
    width: 100%;
    min-width: 100%;
    height: 100%;
}
.watt-home__prod-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.watt-home__prod-info {
    width: 22%;
    background: var(--watt-blue-dark);
    display: flex;
    justify-content: center;
    padding-bottom: 3.75em;
}
.watt-home__prod-info-wrap {
    width: 60%;
}
.watt-home__prod-msg {
    margin-top: 9.3125em;
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.6em;
}

/*核心产品轮播图*/
.watt-home__prod-swiper {
    position: relative;
}
.watt-home__prod-swiper-pagination {
    width: auto;
    position: absolute;
    bottom: 2.5em;
    left: 2.5em;
    display: flex;
    justify-content: center;
    gap: 0.5625em;
    z-index: 2;
}
.watt-home__prod-swiper-pagination-bullet {
    width: 1.75em;
    height: 0.4375em;
    background: #D8D8D8;
    transition: all .5s ease;
    overflow: hidden;
}
.watt-home__prod-swiper-pagination-bullet--active {
    width: 3.9375em;
    background: #ffffff;
}



/*link*/
.watt-home__info-link {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 0.9375em;
    margin-top: 7.6875em;
    line-height: 1.4em;
}
.watt-home__info-link-font {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.watt-home__info-link-icon {
    width: 0.875em;
    margin-left: 0.3125em;
}
.watt-home__info-link:hover .watt-home__info-link-icon  ellipse {
    fill: var(--watt-yellow-light);
}




/*品牌故事*/
.watt-home__story {
    padding-top: 6.25em;
    width: 100%;
}

.watt-home__story-info {
    width: 22%;
    background: var(--watt-blue-dark);
    display: flex;
    justify-content: center;
    padding-bottom: 3.75em;
}
.watt-home__story-info-wrap {
    width: 46.875%;
}
.watt-home__story-msg {
    margin-top: 9.3125em;
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.6em;
}

.watt-home__story-wrap {
    margin-top: 3.125em;
    display: flex;
    width: 100%;
}
.watt-home__story-cover {
    width: 78%;
    display: flex;
}
.watt-home__story-cover-item {
    width: 33.3333333333333333%;
    height: 100%;
    transition: all .5s ease;
    position: relative;
}
.watt-home__story-cover-item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.5;
    transition: all .5s ease;
}
.watt-home__story-cover-item:hover,
.watt-home__story-cover-item:active {
    width: 60%;
}
.watt-home__story-cover-item:hover:before,
.watt-home__story-cover-item:active:before{
    opacity: 0;
}
.watt-home__story-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.watt-home__story-cover-font {
    position: absolute;
    font-weight: 700;
    font-size: 2.3125em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 3;
    transition: all .5s ease;
}
.watt-home__story-cover-item:hover .watt-home__story-cover-font,
.watt-home__story-cover-item:active .watt-home__story-cover-font {
    opacity: 0;
}





/*全球市场*/
.watt-home__market {
    width: 100%;
    padding-top: 6.25em;
    padding-bottom: 3.125em;
}
.watt-home__market-data {
    margin-top: 3.125em;
    display: flex;
    justify-content: center;
    gap: 8.625em;
}
.watt-home__market-data-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.watt-home__market-data-num {
    font-size: 3.3125em;
    font-weight: 700;
    line-height: 1.4em;
    border-bottom: 0.1em solid var(--watt-blue-dark);
    color: #3D3D3D
}
.watt-home__market-data-intro {
    font-size: 1.625em;
    line-height: 1.6em;
    color: #3D3D3D;
}
.watt-home__market-img {
    display: inline-block;
    margin-top: 3.125em;
    width: 100%;
}

/*客户*/
.watt-home__customer {
    position: relative;
    width: 100%;
    height: 26vw;
    background: #000000 url("/wp-content/themes/watt/assets/page/home/img/customer-bg.webp") no-repeat center/cover;
}
.watt-home__customer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.75);
}
.watt-home__customer-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, #000, transparent);
}
.watt-home__customer-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 20%;
    height: 100%;
    background: linear-gradient(to left, #000, transparent);
}
.watt-home__customer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.watt-home__customer-label {
    font-size: 2.1875em;
    font-weight: 700;
    line-height: 1.6em;
    color: #ffffff;
    letter-spacing: 2px;
    z-index: 2;
}
.watt-home__customer-num {
    color: #F3DD24;
}


/*news*/
.watt-home__news {
    padding-top: 3.125em;
}
.watt-home__news-wrap {
    margin-top: 4em;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.watt-home-news-main {
    position: relative;
    width: 41.5625%;
    height: 27.1875em;
    background: #d8d8d8;
    border-radius: 0.625em;
    overflow: hidden;
}

.watt-home-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease;
    z-index: 0;
}
.watt-home-news-side {
    width: 56.25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.375em;
}

.watt-home-news-side-top,
.watt-home-news-side-bottom {
    position: relative;
    width: 100%;
    height: 12.9375em;
    border-radius: 0.625em;
    overflow: hidden;
    background: #d8d8d8;
    display: flex;
}

/*news link*/
.watt-home__news-link {
    /*position: absolute;*/
    /*right: 1em;*/
    /*bottom: 1em;*/
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.3125em;
    z-index: 3;
    width: 30%;
}
.watt-home__news-link-font {
    font-size: 0.9375em;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.watt-home__news-link-icon {
    width: 0.75em;
}
.watt-home-news-main:hover .watt-home-news-img,
.watt-home-news-side-top:hover .watt-home-news-img,
.watt-home-news-side-bottom:hover .watt-home-news-img {
    transform: scale(1.1);
}
.watt-home__news-link:hover .watt-home__news-link-font {
    color: var(--watt-yellow-light);
}
.watt-home__news-link:hover .watt-home__news-link-icon path {
    fill: var(--watt-yellow-light)!important;
}

.watt-home__news-main-wrap,
.watt-home__news-side-wrap {
    position: absolute;
    bottom: 1.25em;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: auto;
    padding: 0 1em;
}
.watt-home__new-main-title,
.watt-home__new-side-title {
    width: 70%;
    color: #ffffff;
    font-size: 1.2em;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height: 1em;
    z-index: 3;
}

.watt-home-news-main:before,
.watt-home-news-side-top:before,
.watt-home-news-side-bottom:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, 0.6);
    z-index: 1;
}


/*brand logo*/
.watt-home__brand {
    width: 100%;
    padding-top: 6.25em;
    padding-bottom: 8.125em;
}
.watt-home__brand-wrap {
    margin-top: 5em;
}



@media(max-width: 800px) {

    /*banner*/
    .watt-home__banner {
        height: 56.25vw;
        background-image: url("/wp-content/themes/watt/assets/page/home/img/banner-m.webp");
    }
    .watt-home__banner-title {
        left: 6vw;
    }
    .watt-home__banner-title-text {
        font-size: 4.625vw;
        font-weight: 400;
    }

    /*title*/
    .watt-home__title {
        font-size: 2.1875em;
    }

    /*关于我们*/
    .watt-home__description {
        font-size: 1em;
    }

    .watt-home__aboutus-wrap {
        gap: 0em;
    }

    .watt-home__aboutus-item {
        width: 9.8125em;
        height: 11.875em;
    }
    .watt-home__aboutus-data {
        font-size: 1.875em;
        line-height: 1.5em;
        border-bottom: 1.2px solid #C8C8C8;
    }
    .watt-home__aboutus-intro {
        font-size: 0.75em;
        line-height: 2em;
    }


    /*核心产品*/
    .watt-home__prod-info {
        padding-bottom: 3.75em;
    }
    .watt-home__prod-info-wrap {
        width: 70%;
    }
    .watt-home__prod-msg {
        margin-top: 4.9375em;
        font-size: 0.9375em;
    }

    /*核心产品轮播图*/
    .watt-home__prod-swiper-pagination {
        bottom: 1.375em;
        left: 2.8125em;
        gap: 0.3125em;
    }
    .watt-home__prod-swiper-pagination-bullet {
        width: 1em;
        height: 0.25em;
    }
    .watt-home__prod-swiper-pagination-bullet--active {
        width: 2.25em;
    }



    /*link*/
    .watt-home__info-link {
        font-size: 0.625em;
        margin-top: 1.875em;
    }
    .watt-home__info-link-font {
        text-underline-offset: 3px;
    }
    .watt-home__info-link-icon {
        width: 0.5625em;
        margin-left: 0.5em;
    }


    /*品牌故事*/
    .watt-home__story-info {
        width: 23%;
        padding-bottom: 3.625em;
    }
    .watt-home__story-info-wrap {
        width: 51.5375%;
    }
    .watt-home__story-msg {
        margin-top: 3.625em;
        font-size: 0.9375em;
    }
    .watt-home__story-cover {
        width: 77%;
    }
    .watt-home__story-cover-font {
        font-size: 1.25em;
    }




    /*全球市场*/
    .watt-home__market-data {
        width: 100%;
        margin-top: 3.125em;
        gap: 0.5em;
        justify-content: space-between!important;
    }
    .watt-home__market-data-num {
        font-size: 2.5em;
    }
    .watt-home__market-data-intro {
        font-size: 1.25em;
    }


    /*客户*/
    .watt-home__customer {
        height: 62.5vw;
    }


    /*news*/
    .watt-home__news-wrap {
        width: 100%;
        margin-top: 3.75em;
    }
    .watt-home-news-main {
        width: 48.194%;
        height: 15.4375em;
        border-radius: 0.3125em;
    }
    .watt-home-news-side {
        width: 50%;
        gap: 0.5em;
    }


    /*news link*/
    .watt-home__news-link {
        gap: 0.3125em;
    }
    .watt-home__news-link-font {
        font-size: 0.625em;
        text-underline-offset: 3px;
    }
    .watt-home__news-link-icon {
        width: 0.75em;
    }

    .watt-home-news-side-top,
    .watt-home-news-side-bottom {
        height: 7.3125em;
        border-radius: 0.3125em;
    }

    .watt-home__news-main-wrap,
    .watt-home__news-side-wrap {
        bottom: 0.75em;
        padding: 0 1em;
    }
    .watt-home__new-main-title,
    .watt-home__new-side-title {
        width: 70%;
        font-size: 1em;
    }
}




