.Ny_product {
    padding: 0 15px;
    min-height: 550px;
    display: flex;
    align-content: flex-start;
}

.content {
    padding: 0;
}

.Ny_ProductList {
    margin-bottom: 30px;
}

.Ny_ProductList a {
    display: inline-block;
    background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/200/20231228101441_pwtf4EyX.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.Ny_ProductList a span {
    margin-top: 60px;
    margin-left: 60px;
    display: block;
    width: 24px;
    height: 4px;
    background: #9C9C9C;
}

.Ny_ProductList a h1 {
    color: #464646;
    margin: 20px 60px 60px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.Ny_ProductList a img {
    width: 100%;
    transition: 0.5s;
}

.Ny_ProductList a:hover img {
    transform: scale(1.08);
}

.Ny_ProductList a:hover span {
    background: var(--color);
}

.Ny_ProductList a:hover h1 {
    color: var(--color);
}

@media (max-width: 1440px) {
    .Ny_ProductList a h1 {
        margin: 20px 30px 60px;
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) and (min-width:0px) {
    .Ny_ProductList a span {
        margin-left: 30px;
    }

}

@media screen and (max-width: 640px) and (min-width:0px) {
    .Ny_ProductList a h1 {
        margin: 10px 15px;
        font-size: 18px;
    }

    .Ny_ProductList a span {
        margin-top: 45px;
        margin-left: 15px;
    }
}


/* 产品详情 -------------------------------------------------------- */
.CpNyBigBox {
    padding-top: 0;
}

.ProductBox {
    background: url(/assets/images/productBj.png) no-repeat center;
    background-size: cover;
}

.ProductBox .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ProductBox .text {
    width: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ProductBox .text h1 {
    color: #333;
    font-size: 48px;
    line-height: 1;
}

.ProductBox .text h2 {
    color: #464646;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 45px;
}


.ProductBox .text .desc {
    color: #464646;
    font-size: 16px;
    line-height: 2;
}

.ProductBox .text .anniu {
    margin-top: 30px;
    display: flex;
}

.ProductBox .text .anniu .phone {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    border: 1px solid #000;
    width: 200px;
    height: 50px;
}

.ProductBox .text .anniu .phone p {
    color: #000;
    font-size: 16px;
    line-height: 1;
}

.ProductBox .text .anniu .More {
    margin-left: 40px;
    border-radius: 5px;
    background: #000;
    width: 200px;
    height: 50px;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductBox .img {
    max-width: calc(100% - 470px);
}

.ProductBox .img img {
    width: 100%;
}

@media screen and (max-width: 992px) and (min-width:0px) {
    .ProductBox .text {
        width: 350px;
    }

    .ProductBox .text h1 {
        font-size: 32px;
    }

    .ProductBox .text h2 {
        font-size: 26px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .ProductBox .text .desc {
        line-height: 1.5;
    }

    .ProductBox .img {
        max-width: calc(100% - 350px);
        min-height: 400px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 640px) and (min-width:0px) {
    .ProductBox {
        background: #FFF;
    }

    .ProductBox .text {
        padding: 45px 0;
        width: 100%;
    }

    .ProductBox .img {
        max-width: 100%;
        min-height: auto;
        background: url(/assets/images/productBj_2.png) no-repeat center;
        background-size: cover;
    }
}

.fanye {
    margin-top: 15px;
    width: 120px;
    display: flex;
    justify-content: space-between;
}

.fanye a {
    width: 50px;
    height: 50px;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fanye a:hover {
    opacity: 0.5;
}

@media (max-width: 640px) {
    .fanye {
        margin: 0 auto;
        margin-top: 30px;
    }
}

/* 详情 */
.contentList {
    margin: 50px 0;
    background: #FCFCFC;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contentList h1 {
    color: #000;
    font-size: 24px;
    line-height: 2;
}

.contentList h1.cur,
.contentList h1:hover{
    border-bottom: 2px solid var(--color);
color:var(--color);
}


.contentBox .content {
    display: none;
}

@media (max-width: 640px) {
    .contentList h1 {
        font-size: 18px;
    }
}







.Post {
    margin: 40px 0;
    display: flex;
}

.Post a {
    text-align: center;
    line-height: 54px;
    margin-right: 80px;
    width: 240px;
    height: 60px;
    border: 2px solid var(--color);
    color: var(--color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.Post a:last-child {
    margin: 0;
}

@media screen and (max-width: 1200px) and (min-width:0px) {
    .Post a {
        width: 180px;
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) and (min-width:0px) {
    .Post a {
        width: 45%;
        font-size: 14px;
        margin-right: 10%;
    }

}

@media screen and (max-width: 640px) and (min-width:0px) {
    .Post {
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .Post a {
        width: 100%;
        margin: 15px 0;
    }
}