@charset "utf-8";

.head-page .item:nth-child(3) span {
    color: #028DD6;
    border: 1px solid #028DD6;
}

.product .list {
    width: 31.94%;
    margin-right: 2.09%;

    margin-top: 75px;
    position: relative;
}

.product .list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #028ED8;
    transition: all .4s;
}

.product .list:nth-child(3n) {
    margin-right: 0;
}

.product .list .img {
    border: 1px solid #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .list .img img {
    max-height: 100%;
}

.product .list .texts {
    border: 1px solid #E1E1E1;
    box-shadow: 0px 4px 4px 0px rgba(148, 148, 148, 0.35);
    line-height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    color: #333333;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-advice {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(15, 155, 218, .9);
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all .4s;
    transform: translateX(-110%);
}

.img-advice-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 120px;
}

.list-btn {
    margin-top: 65px;
}


@media only screen and (min-width: 960px) {
    .product .list:hover .img-advice {
        transform: translateX(0);
    }

    .product .list:hover::after {
        width: 100%;
    }
}


/* 产品详情开始 */
.proDe-banner {
    height: 720px;
    background: url(../img/proDe-banner.png) no-repeat center/cover;
}

.proDe-banner .width1440 {
    height: 100%;
}

.proDe-banner .item-l {
    width: 41.68%;
}

.proDe-banner .item-r {
    width: 43%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proDe-banner .item-r img {
    position: initial;
    max-width: 100%;
    max-height: 100%;
    transform: translate(0, 0);
    height: auto;
}

.proDe-banner .desc {
    margin-top: 12px;
}

.proDe-page02 .page-desc p {
    font-size: 16px;
}

.proDe-page02 .lists {
    align-items: flex-start;
}

.proDe-page02 .item-l {
    width: 26.73%;
}

.proDe-page02 .item-r {
    width: 63.27%;
}

.proDe-page02 .item-r .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 45px;
}

.proDe-page02 .item-r .item:nth-child(2n) {
    margin-right: 0;
}

.proDe-page02 .item-icon {
    width: 40px;
}

.proDe-page02 .item-text {
    width: calc(100% - 40px);
    padding-left: 30px;
    box-sizing: border-box;
}

.proDe-page02 .item-text .item-tit {
    font-size: 18px;
}

.proDe-page02 .item-text .item-desc {
    font-size: 16px;
}

.proDe-page03 .lists {
    justify-content: space-around;
}

.proDe-page03 .list {
    max-width: 70px;
    text-align: center;
}

.proDe-page03 .list p {
    margin-top: 12px;
}

.contentable {
    position: relative;
}

.contentable::after {
    display: block;
    content: "";
    background: url(../img/contentable-bg.png) no-repeat center/cover;
    height: 740px;
    position: absolute;
    width: 87.03%;
    right: 0;
    bottom: 0;
}

.contentable .width1440 {
    position: relative;
    z-index: 15;

}

.contentable .item-l {
    width: 43.75%;
}

.contentable .item-l table {
    width: 100%;
    font-size: 16px;
    color: #666666;
}

.contentable .item-l table tr {
    border-bottom: 1px solid #E5E5E5;
    padding: 8px 0;
    display: flex;
}

.contentable .item-l table td {
    display: inline-block;
}

.contentable .item-l table td:nth-child(2n-1) {
    width: 71.42%;
}

.contentable .item-l table td:nth-child(2n) {
    width: 28.58%;
}

.contentable .item-r {
    width: 26.80%;
    height: 455px;
}

.proDe-page04 {
    background: url(../img/proDe04-bg.png) no-repeat center/cover;
    height: 300px;
}

.proDe-page04 .width440 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.proDe-page04 .page-desc {
    color: #FFFFFF;
    margin-top: 0;
}

.proDe-page04 .page-tit {
    color: #FFFFFF;
    margin-bottom: 12px;
}





@media only screen and (max-width: 1200px) {
    .product .list {
        margin-top: 50px;
    }
}


@media only screen and (max-width: 960px) {
    .proDe-banner {
        height: 440px;
    }
}

@media only screen and (max-width: 768px) {
    .product .list {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }

    .proDe-banner {
        height: auto;

    }

    .proDe-banner .item-l {
        width: 100%;
        margin-top: 30px;
    }

    .proDe-banner .item-r {
        width: 100%;
        margin: 20px;
    }

    .proDe-page02 .item-l {
        width: 100%;
    }

    .proDe-page02 .item-r {
        width: 100%;
    }

    .proDe-page02 .item-r .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .proDe-page02 .item-r .item:last-child {
        margin-bottom: 0;
    }

    .proDe-page03 .list .img {
        max-width: 45px;
    }

    .contentable .item-r {
        width: 100%;
        height: auto;
    }

    .contentable .item-l {
        width: 100%;
    }

    .proDe-page03 .list {
        max-width: 70px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        width: 33.33%;
    }

    .proDe-page03 .lists {
        margin-top: 0;
    }
}