﻿@charset "utf-8";


.head-page .item:nth-child(3) span::after {
    width: 100%;
}

.head-page .item:nth-child(3) span {
    color: #2F639D;
}

.product .content-page {
    background: #f7f7f7;
}

.pro-lists .list {
    width: 23.83%;
    margin-right: 1.56%;
    margin-bottom: 44px;
    transition: all .4s;
}

.pro-lists .list:nth-child(4n) {
    margin-right: 0;
}

.pro-lists .list .texts {
    background: #FFFFFF;
    padding: 0 24px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #eee;
}

.pro-lists .list .texts .texts-tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-lists .list .texts-desc {
    margin-top: 5px;
}

.pro-lists .list .img {
    height: 292px;
    background: #ffffff;
}

.pro-lists .list .img-advice {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    background-color: rgba(13, 15, 16, 0.6);
    padding: 0 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all .4s;
    color: #fffbfb;
}

.pro-lists .list .img-advice .item {
    color: #F3F3F5;
    margin: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 产品详情开始 */

.proDe-page01 {
    align-items: flex-start;
}

.proDe-page01 .item-l {
    width: 35.33%;
    height: 446px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E5E5;
}

.proDe-page01 .item-r {
    width: 64.67%;
    padding-left: 7.5%;
    box-sizing: border-box;
}

.proDe-page01 .line {
    width: 20px;
    height: 2px;
    background: #2f639d;
    margin: 42px 0 12px;
}

.proDe-page01 .ftit {
    color: #333333;
}

.proDe-page01 .con {
    margin-top: 20px;
    line-height: 2;
    color: #666666;
    max-height: 225px;
    overflow-y: auto;
    padding-right: 5px;
    box-sizing: border-box;
}

.proDe-page01 .con::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}

.proDe-page01 .con::-webkit-scrollbar-track {
    background-color: #dddddd;
}

.proDe-page01 .con::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.proDe-page02 .head {
    align-items: flex-start;
}

.proDe-page02 .head .ftit {
    color: #555555;
    margin-top: 5px;
}

.proDe-page02 .head .head-r {
    margin-left: auto;
    transition: all .3S;
}

.proDe-page02 .head .head-r::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../img/proDe-list.png") no-repeat center/cover;
    margin-right: 8px;
}

.proDe-page02 .list {
    width: 23.83%;
    margin-right: 1.56%;
    /* margin-top: 20px; */
}

.proDe-page02 .list:nth-child(4n) {
    margin-right: 0;
}

.proDe-page02 .list .img {
    height: 290px;
}

.proDe-page02 .list .text {
    background: #F0F0F0;
    height: 52px;
    color: #3C3C3C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .3s;
}

.proDe-page02 .list .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-detail .page-nav {
    background: #ffffff;
}

.proDe-page01 {
    background: #ffffff;
}

.proDe-page02 {
    background: #F7F7F7;
}

.page-num {
    padding: 30px 30px 0 30px;
    position: relative;
    width: 100%;
}

.page-num .lp {
    width: 50%;
    float: left;
}

.page-num .rp {
    width: 50%;
    float: right;
    text-align: right;
}

@media only screen and (min-width: 960px) {
    .pro-lists .list:hover {
        box-shadow: 0px 6px 9px 2px rgba(153, 153, 153, 0.3);
    }

    .pro-lists .list:hover .img-advice {
        opacity: 1;
    }

    /* 产品详情开始 */
    .proDe-page02 .head .head-r:hover {
        color: #2f639d;
        transform: translateX(8px);
    }

    .proDe-page02 .head .head-r:hover::before {
        background: url("../../img/proDe-hlist.png") no-repeat center/cover;
    }
}

@media only screen and (max-width: 1024px) {
    .pro-lists .list .img {
        height: 215px;
    }

    .pro-lists .list .texts {
        padding: 0 20px;
    }

    .pro-lists .list .img-advice {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .nav-page .icon {
        display: none;
    }

    .nav-page .width1200 {
        padding: 20px 0 0;
    }

    .nav-item {
        padding: 0 0 15px;
    }

    .nav-item .title {
        font-size: 14px;
    }

    .pro-lists .list {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
        background: #fff;
    }

    .pro-lists .list:nth-child(4n) {
        margin-right: 2%;
    }

    .pro-lists .list:nth-child(2n) {
        margin-right: 0;
    }

    .pro-lists .list .texts {
        padding: 20px 15px;
        height: auto;
    }

    .pro-lists .list .texts-desc {
        display: none;
    }

    .pro-lists .list .img {
        height: 180px;
    }

    .nav-page {
        overflow-x: auto;
        padding-left: 4%;
        box-sizing: border-box;
    }

    .nav-page .width1200 {
        width: 480px;
        justify-content: flex-start;
    }

    .nav-page::-webkit-scrollbar {
        display: none;
    }

    .nav-page::-webkit-scrollbar-thumb {
        display: none;
    }

    .nav-page::-webkit-scrollbar-track {
        display: none;
    }

    .nav-item {
        margin-right: 15px;
    }

    .nav-item:last-child {
        margin-right: 0;
    }

    /* 产品详情开始 */
    .proDe-page01 .item-l {
        width: 100%;
        height: auto;
    }

    .proDe-page01 .item-r {
        width: 100%;
        padding-left: 0;
    }

    .proDe-page01 .line {
        margin: 15px 0 8px;
    }

    .proDe-page01 .con {
        margin-top: 10px;
        line-height: 1.875;
        max-height: initial;
    }

    .nav-page {
        display: block;
    }


}