﻿



/* 产品列表 */
.p-product-list {
    padding-right: 25px; /*左边距预留给列表*/
    overflow: hidden;
}

    .p-product-list ul {
        overflow: hidden;
        margin-bottom: 0px !important;
    }

        .p-product-list ul li {
            width: 25%;
            list-style: none;

            padding-left: 25px;
            margin-bottom: 25px;
            overflow: hidden;
            float: left;
        }


.p-product-item {
    width: 100%;
    overflow:hidden;
}

    .p-product-item > div {
        width: 100%;
        padding-top: 100%;
        position: relative;
        overflow: hidden;
    }

    .p-product-item img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        transition: transform 1s cubic-bezier(.23,1,.32,1);
        transform: scale(1);
    }

        .p-product-item img:hover {
            transition: transform 1s cubic-bezier(.23,1,.32,1);
            transform: scale(1.05);
        }

    .p-product-item p {
        height: 70px;
        line-height: 24px;
        text-align: center;
        padding: 12px;
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 0px !important;
    }

/*新闻资讯*/
.p-news {
    padding-right: 25px;
    width: 100%;
}

    .p-news > div {
        float: left;
        width: 33.3333%;
        padding-left: 25px;
    }

.p-news-top, .p-news-list {
    background-color: #f8f8f8;
    position: relative;
}

    .p-news-top img {
        width: 100%;
    }

.p-news-top-title {
    padding: 20px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
}

.p-news-top-datetime {
    padding: 0px 20px;
    color: #333 !important;
    font-size: 16px;
}

.p-news-top-desc {
    padding: 10px 20px;
    padding-bottom: 20px !important;
    color: #666;
    font-size: 0.875em;
    line-height: 1.6875em;
    color: #666;
    clear: both;
    height: 180px;
}

.p-news-top-tip {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 8px 18px;
    font-size: 12px;
    color: #fff;
    background-image: url(/Content/site//images/news_tip_bg.png);
}

.p-news-list {
    padding: 56px 25px 25px 25px;
    min-height: 458px;
}

    .p-news-list ul li {
        list-style: none;
        padding-bottom: 15px;
    }

        .p-news-list ul li:last-child {
            padding-bottom: 0px;
        }

        .p-news-list ul li p {
            list-style: none;
            font-size: 16px;
            font-weight: bold;
            line-height: 20px;
        }

        .p-news-list ul li span {
            color: #888;
            font-size: 16px;
        }



/* 解决方案列表 */
.p-solution-list {
    padding-right: 25px;
    overflow: hidden;
}

    .p-solution-list ul {
        overflow: hidden;
        margin-bottom: 0px !important;
    }

        .p-solution-list ul li {
            list-style: none;
            padding-left: 25px;
            margin-bottom: 25px;
            overflow: hidden;
            float: left;
            width: 33.333%;
        }

.p-solution-list-item {
    background-color: #f1f1f1;
    height: 400px;
    overflow:hidden;
}

    .p-solution-list-item:hover {
        border-radius:5px;
        background-color:#f9f9f9;
    }

        .p-solution-list-item:hover >a> img {
            transition: transform 1s cubic-bezier(.23,1,.32,1);
            transform: scale(1.05);
        }

        .p-solution-list-item:hover a {
            color:#9a0000;
        }


    .p-solution-list-item >a> img {
        width: 100%;
        border-radius: 5px 5px 0px 0px;
        transition: transform 1s cubic-bezier(.23,1,.32,1);
        transform: scale(1);
    }

    .p-solution-list-item > a {
        width: 100%;
        line-height: 28px;
        padding: 25px 22px 0px 22px;
        font-size: 20px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .p-solution-list-item > p {
        width: 90%;
        margin: 20px auto;
        text-indent:2.5rem;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }


/* 解决方案列表 */


/* 图库列表 */
.p-gallery-list {
    padding-right: 25px;
    overflow: hidden;
}

    .p-gallery-list ul {
        overflow: hidden;
        margin-bottom: 0px !important;
    }

        .p-gallery-list ul li {
            position: relative;
            list-style: none;
            padding-left: 25px;
            margin-bottom: 36px;
            overflow: hidden;
            float: left;
            width: 25%;
        }

.p-gallery-list-item {
    width: 100%;
    overflow:hidden;
}

    .p-gallery-list-item > img {
        width: 100%;
        transition: transform 1s cubic-bezier(.23,1,.32,1);
        transform: scale(1);
        min-height: 200px;
    }
        .p-gallery-list-item > img:hover {
            transition: transform 1s cubic-bezier(.23,1,.32,1);
            transform: scale(1.05);
        }
    .p-gallery-list-item > a {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0px;
        line-height: 42px;
        text-align: center;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px;
        background-image: url(/Content/site/images/news_tip_bg.png);
    }


/*宣传广告列表*/
.p-ad {
}

    .p-ad ul li, .p-ad ul li img {
        width: 100%;
    }


/*固定栏目*/
.p-column-list {
    width: 100%;
}

    .p-column-list li {
        list-style: none;
        padding-bottom: 15px;
        overflow: hidden;
        background-position: center;
        background-size: cover;

        background-size: 100% 100%;

        /*        background-size: auto calc(100vw/2);
        background-size: auto -moz-calc(100vw/2);
        background-size: auto -webkit-calc(100vw/2);*/
    }

        .p-column-list li:last-child {
            padding-bottom: 0px;
        }

.p-column-item {
    padding: 50px 30px;
    margin: 40px 0px;
    width: 60%;
    max-width: 600px;
    min-width: 400px;
}

    .p-column-item a {
        color: #fff !important;
        font-size: 3.5rem !important;
        font-weight: lighter !important;
        line-height: 70px;
    }

    .p-column-item span {
        font-size: 2rem;
        color: #fff;
        font-weight: lighter !important;
    }

    .p-column-item div {
        /*background-image: url(/Content/site//images/news_tip_bg.png);*/
        margin: 0px !important;
        padding: 15px 0px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: lighter !important;
    }

    .p-column-item p {
        width: 120px;
        text-align: center;
        /*    background-image: url(/Content/site//images/news_tip_bg.png);*/
        background-color: #ccc;
        margin: 20px 0px !important;
        padding: 8px 0px;
        color: #333;
        font-size: 1rem;
        font-weight: lighter !important;
        border: 1px solid #666;
    }


        .p-column-item p:hover {
            color: #fff;
            background-color: #c7000b;
            font-weight: lighter !important;
            border: 1px solid #666;
        }

        .p-column-item p:hover a {
            color: #fff!important;
        }

        .p-column-item p a {
            font-size: 1rem!important;
            line-height:1rem;
            font-weight: lighter !important;
            color:#333!important;
        }


/*视频列表*/
.p-video {
    /*width: 100%;*/
padding: 0px 25px;
}

    .p-video ul li {
        background-color: black;
        margin-top:25px;
        padding: 0px;
        overflow: hidden;
    }

        .p-video ul li p {
            color: white;
            line-height: 48px;
            margin: 0px 15px;
            text-align: center;
            padding-bottom: 10px;
        }

            .p-video ul li p a {
                color: #fff !important;
            }

.p-video-detail {
}

    .p-video-detail video {
        width: 100%;
/*        max-height: 480px;*/
        background-color: black;
        object-fit: cover;
    }


/*文档列表*/
.p-document-list {
    width: 100%;
}

    .p-document-list ul li {
        padding: 0px;
        overflow: hidden;
    }

    .p-document-list > ul > li > div {
        float: left;
        padding: 20px 0px;
    }

.p-document-img {
    width: 12%;
}

    .p-document-img img {
        width: 85%;
    }

.p-document-desc {
    width: 60%;
    padding: 20px;
}

    .p-document-desc a {
        font-size: 2.5rem;
        line-height: 4rem;
    }

    .p-document-desc p {
        padding: 20px 0px 12px 0px;
    }

.p-document-download {
    width: 25%;
    text-align: center;
    font-size: 2rem;
}

.p-document-detail-download-button {
    width: 60%;
    padding: 15px 30px;
    border-radius: 3px;
    background-color: cadetblue;
    font-size: 2rem;
    display: block;
    text-align: center;
    margin: 20px auto 10px auto;
    cursor: pointer;
}


/* 合作伙伴列表 */
.p-partner-list {
    overflow: hidden;
    padding-right: 25px;
}

    .p-partner-list ul {
        overflow: hidden;
    }

        .p-partner-list ul li {
            list-style: none;
            width: 16.666%;
            padding-left: 25px;
            margin-bottom: 25px;
            overflow: hidden;
            float: left;
        }

.p-partner-item {
    width: 100%;
}

    .p-partner-item img {
        width: 100%;

    }



/* 客户案例列表 */
.p-customer-list {
    padding-right: 25px;
    overflow: hidden;
}

    .p-customer-list ul {
        overflow: hidden;
        margin-bottom: 0px !important;
    }

        .p-customer-list ul li {
            position: relative;
            list-style: none;
            padding-left: 25px;
            margin-bottom: 36px;
            overflow: hidden;
            float: left;
            width: 25%;
        }

.p-customer-list-item
{
    width:100%;
    position:relative;
    overflow:hidden;
}
.p-customer-list-item > img {
    width: 100%;
    transition: transform 1s cubic-bezier(.23,1,.32,1);
    transform: scale(1);
}

        .p-customer-list-item > img:hover {
            width: 100%;
            transition: transform 1s cubic-bezier(.23,1,.32,1);
            transform: scale(1.05);
        }


.p-customer-list-item > a {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    line-height: 42px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    background-image: url(/Content/site/images/news_tip_bg.png);
}



/* 友情连接列表 */
.p-link-list {
    overflow: hidden;
    padding-right: 25px;
}

    .p-link-list ul {
        overflow: hidden;
    }

        .p-link-list ul li {
            list-style: none;
            width: 12.5%;
            padding-left: 25px;
            margin-bottom: 25px;
            overflow: hidden;
            float: left;
        }

.p-link-item {
    width: 100%;
}

    .p-link-item img {
        width: 100%;
        border: 1px solid #ececec;
    }



/* 知识库列表 */
.p-knowledge-list {
    padding-right: 25px; /*左边距预留给列表*/
    overflow: hidden;
}

    .p-knowledge-list ul {
        overflow: hidden;
        margin-bottom: 0px !important;
    }

        .p-knowledge-list ul li {
            width: 33.333%;
            list-style: none;
            padding-left: 25px;
            margin-bottom: 25px;
            overflow: hidden;
            float: left;
        }


.p-knowledge-item:hover {
    border: 1px solid rgba(0,193,222,.8);
    box-shadow: 0 0 8px 0 rgb(0 193 222 / 50%);
}

.p-knowledge-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    padding: 28px;
    transition: all .3s;
    width: 100%;
}

    .p-knowledge-item span {
        height: 70px;
        line-height: 32px;
        margin-bottom: 0px !important;
        font-weight: bold;
    }

    .p-knowledge-item p {
        height: 72px;
        line-height: 24px;
        padding-top: 10px;
        margin-bottom: 0px !important;
        font-size: 1.5rem;
    }





/*p-info*/
.p-info {
    padding: 0px 25px;
}
.p-info > div {
    float: left;
    height: 480px;
}

.p-info-top {
    width: 45%;
   overflow:hidden;
}

    .p-info-top > a > img {
        width: 100%;
        transition: transform 1s cubic-bezier(.23,1,.32,1);
        transform: scale(1);
    }

    .p-info-top > img:hover {
        transition: transform 1s cubic-bezier(.23,1,.32,1);
        transform: scale(1.05);
    }


    .p-info-top > div > div:first-child {
        float: left;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-align: center;
        border-right: 1px solid #ececec;
        font-size: 24px;
        margin: 20px 0px;
        width: 20%;
        color:#aaa;
    }

    .p-info-top > div > div:last-child {
        float: left;
        display: block;
        margin: 20px 0px;
        padding: 0px 20px;
        width: 80%;
    }

        .p-info-top > div > div:last-child > h4 {
            font-weight:bold;

        }




.p-info-top > div > div:last-child > p {
    font-size: 1rem;
    color: #aaa;
}

.p-info-top h4 {
    line-height: 1.5;
}

.p-info-list {
    width: 55%;
    padding-left:30px;
}

.p-info-list ul li{
    width: 100%;
    padding:20px;
    border:1px solid #ececec;
    margin-bottom:20px;
    position:relative;
    height:140px;
    overflow:hidden;
}
    .p-info-list ul li:hover {
background-color:#f8f8f8;
    }


    .p-info-list ul li div {
        width: 80%;
    }

    .p-info-list ul li p {
        font-size:1rem;
        color:#999;
        word-break:break-all;
        text-overflow:ellipsis;
        overflow:hidden;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }

    .p-info-list h4 {
    line-height: 1.5;
}

    .p-info-list ul li span {
        width: 20%;
        padding: 20px 0px;
        text-align: center;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #bbb;
    }

    .p-info-list ul span b{
        font-size:24px;
        color:#aaa;
    }

/* 标签列表 */
.p-label-list {
    padding-right: 25px; /*左边距预留给列表*/
    overflow: hidden;
}

    .p-label-list ul {
        overflow: hidden;
        margin-bottom: 0px !important;
    }

        .p-label-list ul li {
            width: 25%;
            list-style: none;
            padding-left: 25px;
            margin-bottom: 25px;
            overflow: hidden;
            float: left;
        }


.p-label-item {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ececec;
}

    .p-label-item > div {
        margin: 0px auto;
        text-align: center;
        overflow: hidden;
    }

    .p-label-item img {
        width:100%;
        transition: transform 1s cubic-bezier(.23,1,.32,1);
        transform: scale(1);
    }

        .p-label-item img:hover {
            transition: transform 1s cubic-bezier(.23,1,.32,1);
            transform: scale(1.05);
        }
    /*标签列表*/