.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: #000000 url("/wp-content/themes/watt/assets/page/home/img/banner-img.webp") no-repeat center/cover;
}
.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;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}


.watt-home__title {
    font-size: 1.875em;
    font-weight: 700;
    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: 20.46875%;
    height: 17.0264em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    padding: 0.5em;
    overflow: hidden;
}
.watt-home__aboutus-item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(23, 28, 37, 0.6);
    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 .5s ease;
}
.watt-home__aboutus-data {
    width: 100%;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4em;
    color: #ffffff;
    border-bottom: 2px solid #C8C8C8;
    text-align: center;
}
.watt-home__aboutus-intro {
    font-size: 1em;
    line-height: 1.8em;
    color: #ffffff;
    text-align: center;
}

.watt-home__aboutus-item:hover:before,
.watt-home__aboutus-item:hover .watt-home__aboutus-info{
    opacity: 0;
    transform: scale(0.4);
}

.watt-home__aboutus-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .5s ease;
    object-fit: cover;
    object-position: center;
}

.watt-home__aboutus-item:hover .watt-home__aboutus-img {
    transform: scale(1.2);
}


    /*核心产品*/
.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%;
    height: 26.1572265625em;
    overflow: hidden;
    position: relative;
}
.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;
}
.watt-home__prod-info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
}
.watt-home__prod-msg {
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.6em;
}

/*核心产品轮播图*/
.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: 2em;
    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__info-link--subs {
    display: none;
}




/*品牌故事*/
.watt-home__story {
    padding-top: 6.25em;
    width: 100%;
}

.watt-home__story-info {
    width: 22%;
    background: var(--watt-blue-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}
.watt-home__story-info-wrap {
    width: 70%;
}
.watt-home__story-msg {
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.6em;
}

.watt-home__story-wrap {
    margin-top: 3.125em;
    display: flex;
    width: 100%;
    height: 26.1572265625em;
}
.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.4;*/
/*    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;
    bottom: 0.7em;
    left: 0.75em;
    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;
    overflow: hidden;
}
.watt-home__market-data {
    margin-top: 3.125em;
    display: flex;
    align-items: start;
    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 {
    text-align: center;
    font-size: 1.625em;
    line-height: 1.6em;
    color: #3D3D3D;
}
.watt-home__market-img {
    display: inline-block;
    margin-top: 2.125em;
    width: 100%;
}

/*---------------------*/
.watt-home__market-list {
    width: 100%;
    height: 100%;
    position: relative;
}



.watt-home__market-item {
    position: absolute;
    background: var(--watt-blue-dark);
    border-radius: 50%;
    /*padding: 3px;*/
    transition: width, height, padding;
    transition-duration: .5s;
    transition-timing-function: ease;
    z-index: 1;
    cursor: pointer;
}


.watt-home__market-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background: rgba(255, 255, 255, .8);*/
    animation: circle-before-scale .8s infinite ;
    z-index: 0;
    pointer-events: none;
    background: var(--watt-blue-dark);
    opacity: 0.15;
}

@keyframes circle-before-scale {
    0%, 100% {
        transform: scale(1.5);
    }

    50% {
        transform: scale(1.9);
    }
}

.watt-home__market-item:hover:before {
    display: none;
}



.watt-home__market-top {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.watt-home__market-icon {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    z-index: 5;
}

.watt-home__market-label {
    font-size: 0.875em;
    font-weight: 500;
    color: #ffffff;
    display: none;
}

.watt-home__market-desc {
    margin-top: 0.5em;
    font-size: 0.875em;
    font-weight: 400;
    color: #ffffff;
    display: none;
}



.watt-home__market-item:hover {
    padding: 0.625em;
    border-radius: 0.3125em;
    z-index: 10;
}
.watt-home__market-item:hover  .watt-home__market-label {
    display: initial;
}

.watt-home__market-item:hover .watt-home__market-desc {
    display: inline-block;
}


.watt-home__market-item[index="1"] {
    bottom: -10.2em;
    left: 4.7em;
}

.watt-home__market-item[index="2"] {
    bottom: -12em;
    left: 3em;
}

.watt-home__market-item[index="3"] {
    bottom: -11.5em;
    left: 7.25em;
}

.watt-home__market-item[index="4"] {
    bottom: -13.3em;
    left: 5.0em;
}

.watt-home__market-item[index="5"] {
    bottom: -13em;
    left: 9.4em;
}

.watt-home__market-item[index="6"] {
    bottom: -14.5em;
    left: 8.1em;
}

.watt-home__market-item[index="7"] {
    bottom: -21.5em;
    left: 4.95em;
}

.watt-home__market-item[index="8"] {
    bottom: -27.95em;
    left: 7.55em;
}

.watt-home__market-item[index="9"] {
    bottom: -16em;
    left: 27.2em;
}

.watt-home__market-item[index="10"] {
    bottom: -20em;
    left: 21.15em;
}

.watt-home__market-item[index="11"] {
    bottom: -19.7em;
    left: 24.18em;
}

.watt-home__market-item[index="12"] {
    bottom: -23.8em;
    left: 28.64em;
}

.watt-home__market-item[index="13"] {
    bottom: -27em;
    left: 26.15em;
}

.watt-home__market-item[index="14"] {
    bottom: -30.5em;
    left: 32.5em;
}

.watt-home__market-item[index="15"] {
    bottom: -9.5em;
    left: 40.8em;
}

.watt-home__market-item[index="16"] {
    bottom: -9.8em;
    left: 47.7em;
}

.watt-home__market-item[index="17"] {
    bottom: -14.4em;
    left: 49.24em;
}

.watt-home__market-item[index="18"] {
    bottom: -18.7em;
    left: 49.25em;
}

.watt-home__market-item[index="19"] {
    bottom: -18.8em;
    left: 53.38em;
}

.watt-home__market-item[index="20"] {
    bottom: -24.4em;
    left: 58.15em;
}

.watt-home__market-item[index="21"] {
    bottom: -26.7em;
    left: 56.85em;
}

.watt-home__market-item[index="22"] {
    bottom: -9.5em;
    right: 3.05em;
}


/*客户*/
.watt-home__customer {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 26vw;
    background: #000000;
    overflow: hidden;
}
.watt-home__customer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.65);
}
.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%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0, 0.5);
}
.watt-home__customer-label {
    text-align: center;
    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;
}

/*客户slide*/
.watt-home__customer-swp1,
.watt-home__customer-swp2,
.watt-home__customer-swp3 {
    width: 100%;
    overflow: hidden;
}
.watt-home__customer-track {
    width: 100%;
    height: 100%;
}
.watt-home__customer-list {
    display: flex;
}
.watt-home__customer-item {
    min-width: 20%;
    width: 20%;
    height: 8.66666vw;
}
.watt-home__customer-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}


/*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%;
}



/*新 news */
.watt-home__news-wrap {
    display: flex;
    flex-direction: column;
}

.watt-home__news-item {
    display: flex;
    padding: 1.5625em;
    gap: 2.8125em;
    color: #3D3D3D;
}
.watt-home__news-item:hover {
    background: #e6edff;
    color: var(--watt-blue-dark);
}
.watt-home__news-left {
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.watt-home__news-label {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.6em;
}
.watt-home__news-date {
    font-size: 0.9375em;
    font-weight: 350;
}
.watt-home__news-center {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.watt-home__news-title {
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 400;
}
.watt-home__news-right {
    width: 30%;
    height: 10em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.3125em;
    overflow: hidden;
}

.watt-home-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/*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-img-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: 0.8em 0;
        flex-wrap: wrap;
    }

    .watt-home__aboutus-item {
        width: 49%;
        height: 11.875em;
        border-radius: 0.625em;
        overflow: hidden;
    }
    .watt-home__aboutus-data {
        font-size: 3.125em;
        line-height: 1.5em;
        border-bottom: 1.2px solid #C8C8C8;
    }
    .watt-home__aboutus-intro {
        font-size: 1.25em;
        line-height: 2em;
    }


    /*核心产品*/
    .watt-home__prod-wrap {
        flex-direction: column;
        margin-top: 1.875em;
    }

    .watt-home__prod-info {
        width: 100%;
        background: transparent;
        order: -1;
    }

    .watt-home__prod-info-wrap {
        width: 100%;
    }

    .watt-home__prod-msg {
        color: #000000;
        font-size: 0.875em;
        text-align: center;
    }


    /*核心产品轮播图*/
    .watt-home__prod-swiper {
        margin-top: 1.25em;
        height: 21.6875em;
        width: 100%;
        border-radius: 0.625em;
    }
    .watt-home__prod-swiper-pagination {
        bottom: 1.375em;
        gap: 0.75em;
        left: 50%;
        transform: translateX(-50%);
    }
    .watt-home__prod-swiper-pagination-bullet {
        width: 2.1875em;
        height: 0.5em;
        border-radius: 10em;
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(10px);
    }
    .watt-home__prod-swiper-pagination-bullet--active {
        width: 4.875em;
        background: #ffffff;
    }


    /*link*/
    .watt-home__info-link {
        margin-top: 1.875em;
        justify-content: center;
    }
    .watt-home__info-link-font {
        font-size: 1.25em;
        color: var(--watt-blue-dark);
        text-underline-offset: 3px;
    }
    .watt-home__info-link-icon {
        width: 1.875em;
        margin-left: 0.625em;
    }
    .watt-home__info-link-icon  ellipse {
        fill: var(--watt-blue-dark);
    }
    .watt-home__info-link-icon path {
        fill: #ffffff;
    }
    .watt-home__info-link--subs {
        display: flex;
    }



    /*品牌故事*/
    .watt-home__story-wrap {
        height: auto;
        flex-direction: column;
        margin-top: 1.875em;
    }
    .watt-home__story-info {
        width: 100%;
        background: transparent;

    }
    .watt-home__story-info-wrap {
        width: 100%;
    }
    .watt-home__story-msg {
        text-align: center;
        font-size: 0.875em;
        color: #000000;
    }
    .watt-home__story-cover {
        margin-top: 1.25em;
        width: 100%;
        justify-content: space-between;
    }
    .watt-home__story-cover-item {
        width: 30.5%;
        border-radius: 0.625em;
        overflow: hidden;
    }
    .watt-home__story-cover-item:hover {
        width: 30.5%;
    }
    .watt-home__story-cover-item:before {
        display: none;
    }
    .watt-home__story-cover-font {
        font-size: 1.25em;
        display: none;
    }




    /*全球市场*/
    .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__market-list {
        display: none;
    }


    /*客户*/
    .watt-home__customer {
        height: 62.5vw;
    }
    .watt-home__customer-item {
        min-width: 44.4%;
        height: 20.8333333vw;
    }

    /*新 news */
    .watt-home__news-item {
        padding: 1em;
        gap: 2em;
    }
    .watt-home__news-left {
        width: 10%;
    }
    .watt-home__news-label {
        font-size: 1em;
    }
    .watt-home__news-date {
        font-size: 0.9375em;
    }
    .watt-home__news-center {
        width: 60%;
    }
    .watt-home__news-title {
        font-size: 1.25em;
    }
    .watt-home__news-right {
        width: 30%;
        height: 7em;
    }
}




