:root { /* 全局作用域 */
    --main-color: #E85400;
    --spacing-large: 2rem;
    --transet: all 0.3s;
}

#heroArea .hcm-teaser-vertical-top .cmp-teaser__content{
    max-width: 1560px;
    margin: 0 auto;

}



.hcm-header__navigation {
    background-color: rgba(255, 255, 255, 1);
    transition: var(--transet);
}
.hcm-header__navigation .cmp-container-header .cmp-image__logo {
    padding-bottom: 0;
}
.hcm-navigation {
    background: none;
}
.hcm-navigation .cmp-container-navigation {
    background-color: rgba(245, 245, 245, 1);
}

#nd25 {
    background: #FFF;
}

#nd25 .hcm-card__title {
    position: relative;
}

#nd25 .hcm-hero-carousel {
    padding:0;
    margin:0;
}
#nd25 .hcm-hero-carousel .cmp-teaser__content {
    max-width: 98.75rem;
    padding: 0;
    min-width: auto;
}
#nd25 #heroArea .cmp-teaser__pretitle h3 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 0 0px 10px rgba(0, 0, 0, .9), 0 0px 15px rgba(0, 0, 0, 0.5);
}
#nd25 #heroArea .cmp-teaser__pretitle p {
    font-size: 1.2rem;
    font-weight: 300;
    text-shadow: 0 0px 10px rgba(0, 0, 0, .9), 0 0px 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
}

#nd25 button.arrow,
#nd25 a.cmp-button {
    position: relative;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 200;
    text-align: left;
    height: 40px;
    min-width: auto;
    line-height: 28px;
    padding: 5px 50px 5px 20px;
    color: var(--main-color);
    background-color: #FFF;
    transition: var(--transet);
}


#nd25 button.arrow.float-right {
    position: absolute;
    right:0;
    top: 5px;
}

#nd25 a.cmp-button::after,
#nd25 button.arrow::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: 5px;
    background-image: url(/content/dam/hitachicm-china/public/img/icon/arrow_icon.svg);
    background-size: cover;
    background-color: #FFF;
    border-radius: 50%;
    transition: 300ms;
}


#nd25 a.cmp-button:hover,
#nd25 a:hover button.arrow,
#nd25 button.arrow:hover {
   background-color: var(--main-color);
   color: #FFF;
}

#nd25 a.cmp-button:hover::after,
#nd25 a:hover button.arrow::after,
#nd25 button.arrow:hover::after {
   transform: rotateZ(45deg);
}



#nd25 #productArea *,
#nd25 #newsArea *,
#nd25 #cardSwiper *,
#nd25 .cmp-hcm-card * {
     transition: var(--transet)
}



#nd25 #newsArea {
    margin: 50px auto;
}


#nd25 .cmp-hcm-card .cmp-hcm-card__item a {
    background-color: #FFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1);
    transition: var(--transet);
    
}

#nd25 .cmp-hcm-card .cmp-hcm-card__item .cmp-hcm-card__img {
    overflow: hidden;
}


#nd25 .cmp-hcm-card .cmp-hcm-card__item a .cmp-hcm-card__content {
    padding: 1.5rem;
}
#nd25 .cmp-hcm-card .cmp-hcm-card__item a h4 {
    color:#707070;
    font-size: 1rem;
    font-weight: 200;
}

#nd25 .cmp-hcm-card .cmp-hcm-card__item a p {
    color:#000;
    font-size: 1.2rem;
    font-weight: 200;
}



#nd25 #productArea{
    background-color: #E9E9E9;
    padding: 50px 0;
    margin-bottom: 50px;
}



#nd25 #bannerArea {
    margin-bottom: 50px;
}
#nd25 #bannerArea .cmp-image {
    border-radius: 15px;
    overflow: hidden;
}
#nd25 #bannerArea .hcm-text-btn {
    margin-top: 0;
}

#nd25 #cardSwiper {
    margin: 50px auto;
    overflow: hidden;
}
#nd25 #cardSwiper .cmp-hcm-card {
    flex-wrap: nowrap;
}

#nd25 .cmp-hcm-card__item:hover h4 {
    color: var(--main-color)
}

#nd25 .cmp-hcm-card .cmp-hcm-card__item a h4 {
    color:#333;
    font-size: 1.5rem;
    font-weight: 400;
}
#nd25 .cmp-hcm-card .cmp-hcm-card__item a:hover h4 {
    color: var(--main-color);
}

#nd25 .cmp-hcm-card .cmp-hcm-card__item a p {
    color:#666;
    font-size: 1rem;
}


#nd25 .cmp-hcm-card .cmp-hcm-card__item a:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
#nd25 .cmp-hcm-card .cmp-hcm-card__item a:hover h4 {
    text-decoration: none;
}
#nd25 .cmp-hcm-card .cmp-hcm-card__item a:hover h4 img {
    transform: rotateZ(45deg);
}
#nd25 .cmp-hcm-card .cmp-hcm-card__item a:hover .cmp-hcm-card__img img {
    transform: scale(1.05);
}

#nd25 .cmp-hcm-card__item p.hcm-p-lg-r {
    position: relative;
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 1rem;
    font-weight: 200;
}
#nd25 .cmp-hcm-card__item p.hcm-p-lg-r::after {
    display: inline-block;
    content:"";
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/content/dam/hitachicm-china/public/img/icon/arrow_icon_light.svg);
    background-size: cover;
    filter: grayscale(1);
    transition: 300ms;
}

#nd25 .cmp-hcm-card__item a:hover p.hcm-p-lg-r::after {
    transform: rotateZ(45deg);
    transition: 300ms;
    filter: grayscale(0);
}

#nd25 #productArea .cmp-hcm-card__item a {
    background: #222;
}
#nd25 #productArea .cmp-hcm-card__item a h4 {
    color:#FFF;
}
#nd25 #productArea .cmp-hcm-card__item a:hover h4 {
    color:var(--main-color);
}
#nd25 #productArea .cmp-hcm-card__item p.hcm-p-lg-r {
    justify-content: center;
    color: #999;
}
#nd25 #productArea .cmp-hcm-card__item p.hcm-p-lg-r::after {
    display: none;
}

#nd25 #newsArea .cmp-hcm-card__item p.hcm-p-lg-r {
    margin-bottom: 15px;;
}
#nd25 #newsArea .cmp-hcm-card__item p.hcm-p-lg-r::after {
    display: none;
}
#nd25 #newsArea .cmp-hcm-card__item .cmp-hcm-card__content {
    display: flex;
    flex-direction: column-reverse;
}


#nd25 #recommenCards .cmp-hcm-card {
    display: -webkit-box;
}
#nd25 #recommenCards  .cmp-hcm-card .cmp-hcm-card__item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#nd25 #recommenCards .cmp-hcm-card .cmp-hcm-card__item a .cmp-hcm-card__content {
    display: flex;
    flex-direction: column;
    flex-grow:1;
}
#nd25 #recommenCards .cmp-hcm-card .cmp-hcm-card__item a h4 {
    flex-grow: 1;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}


#nd25 .swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.hcm-navigation--mobile--menu {
    z-index: 99;
}


@media (max-width: 1599px) {
    .breadcrumb, .hcm-container {
        max-width: 76.25rem;
    }

    #nd25 .hcm-hero-carousel .cmp-teaser__content {
        max-width: 98.75rem;
        width: 80%;
        padding: 0;
        min-width: auto;
    }

    .hcm-card .cmp-hcm-card__item {
        padding: 0 1.2rem;
    }
    #nd25 .cmp-hcm-card .cmp-hcm-card__item a h4 {
        font-size: 1.1rem;
    }

    #nd25 button.arrow, #nd25 a.cmp-button {
        font-size: 1rem;
        line-height: normal;
        height: 36px;
    }
    
    #nd25 a.cmp-button::after, 
    #nd25 button.arrow::after {
        width: 24px;
        height: 24px;
    }
}



@media (max-width: 1221px) {
    .hcm-card__top-content {
        padding: 1rem .8rem;
    }
}

@media (max-width: 768px) {

    /* .breadcrumb, .hcm-container {
        max-width: 70rem;
    } */
    .hcm-hero-carousel .cmp-image-and-text {
        margin: 0;
    }
    
    #nd25 button.arrow.float-right {
        top:0;
    }

    #nd25 #heroArea {
        background-color: #eee;
    }
    #nd25 #heroArea .cmp-teaser__content {
        width: 100%;
        padding: 0 30px;
        margin: 50px 0;
    }

    #nd25 #heroArea .cmp-teaser__pretitle {
        padding: 0 0 50px;
    }
    #nd25 #heroArea .cmp-teaser__pretitle h3 {
        text-shadow: none;
    }
    #nd25 #heroArea .cmp-teaser__pretitle p {
        text-shadow: none;
    }

    #nd25 #newsArea {
        margin: 0 0 50px 0;
    }
    #nd25 #newsArea .cmp-hcm-card__item {
        margin-bottom: 30px;
    }
    #nd25 #newsArea .cmp-hcm-card__item a {
        display: flex;
    }
    #nd25 #newsArea .cmp-hcm-card__item .cmp-hcm-card__img {
        max-width: 35%;
    }
    #nd25 .cmp-hcm-card .cmp-hcm-card__item a h4 { 
        flex-grow: 1;
    }

    #nd25 #productArea .cmp-hcm-card {
        display: flex;
    }
    #nd25 #productArea .cmp-hcm-card__item {
        padding: 0 10px 20px;
        width: 50%;
        margin-bottom: 0;
    }

    #nd25 #recommenCards .cmp-hcm-card__item {
        max-width:none;
    }

    #nd25 #cardSwiper {
        margin: 0 auto 50px;
    }
}

#mycontents picture{
    max-height: 1100px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#nd25 .cmp-image-and-text .cmp-teaser__image img {
    width: 100%;
    max-height: auto;
    height: 100%;
    object-fit: cover;
}

#nd25 .hcm-header__navigation--mobile--logo .cmp-image__mobile--logo{
    margin: 0;
}

#heroArea .hcm-teaser-vertical-top .cmp-teaser__content{
    top: 6%;
    left: 5%;
    /* left: 42%; */
    /* transform: translateX(-50%); */
}
#heroArea .hcm-teaser-vertical-top .cmp-teaser__pretitle{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 550px;
    max-height: 400px;
    height: 100%;
    aspect-ratio: 5 / 3;
}

/* #heroArea .hcm-teaser-vertical-top #buttonLeft .cmp-teaser__pretitle{
    
} */
#heroArea #buttonCenter .cmp-teaser__content button.arrow {
    /* margin-left: 50px;
    margin-top: 30px; */
}

#heroArea .imageBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#heroArea .imageBox.center{
    align-items: center;
}

#heroArea .imageBox.right{
    align-items: flex-end;
}
#heroArea .imageBox > img {
    width: 100%;
}


#heroArea .hcm-teaser-vertical-top .cmp-teaser__pretitle img{
    width: 100%;
}

@media (max-width: 1599px) {
    #heroArea .hcm-teaser-vertical-top .cmp-teaser__content{
        max-width: 76.25rem;
        width: 100%;
        padding-inline: 1.2rem;
        /* left: 50%; */
    }


}

@media (max-width: 768px){


    #nd25 #newsArea .hcm-card__title {
        text-align: left;
    }
    #nd25 #heroArea .hcm-teaser-vertical-top .cmp-teaser__content{
        transform: none;
    }

    #nd25 #heroArea .cmp-teaser__pretitle h3{
        font-size: 2rem;
    }

    #nd25 .cmp-image-and-text{
        padding: 0;
    }

    #nd25 #heroArea .hcm-teaser-vertical-top .cmp-teaser__pretitle{
        width: 100%;
        max-height: 300px;
    }
}

@media (max-width: 480px){

    #nd25 #newsArea .cmp-hcm-card__item a {
        flex-direction: column;
    }
    #nd25 #newsArea .cmp-hcm-card__item .cmp-hcm-card__img {
        max-width: 100%;
    }

    #nd25 #productArea .cmp-hcm-card {
        flex-direction: column;
    }
    #nd25 #productArea .cmp-hcm-card__item {
        width: 100%; 
    }

    #nd25 .hcm-footer div.customlinks ul.hcm-container {
        width: 21.25rem;
    }
    #nd25 #heroArea .cmp-teaser__pretitle {
        text-align: center;
    }
}