﻿ 
/*------------------------------------------------------------*/
.pros-nav {
    text-align: center;
    line-height: 56px;
    font-size: 21px;
    color: #999;
    border-bottom:1px solid #CCC;
}
    .pros-nav a {
        display: inline-block;
        text-align: center; 
        padding: 0 25px;
        font-weight: bold; 
    }
        .pros-nav a:hover { 
            text-decoration: none;
        }
/*------------------------------------------------------------*/
.pros-filter {   
    color: #666;
    padding:15px;
    border-bottom: 1px solid #CCC;
    font-size:16px;
    margin-bottom:20px;
}
    .pros-filter a {
        display: inline-block;
        padding: 0 4px;
    }
    .pros-filter a.selected {
        background-color:#E02E24;
        color:#FFF; 
        border-radius:5px;
    }
        .pros-filter a:hover {
            text-decoration: none;
            background-color: #E02E24;
            color: #FFF;
            border-radius: 5px;
        }

/*------------------------------------------------------------*/
.pros-item {
    width: 218px;
    height:360px;
    float: left;
    padding: 10px 5px;
    border:1px solid #CCC;
    border-radius:5px;
    margin:0 10px 35px;
    text-align:center;
}

    .pros-item .pic img {
        width: 198px;
        height: 198px;
        border: 1px solid #eee;
    }

    .pros-item .pic:hover img {
        border: 1px solid #E02E24;
    }

    .pros-item h2 {
        font-size: 16px;
        line-height: 27px;
        height: 54px;
        font-weight: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .pros-item .rmb-current {
        text-align: center;
        font-size: 24px;
        color: #E02E24;
    }

        .pros-item .rmb-current span {
            font-weight: bold;
            font-family: 'DINCond-Bold';
            font-size: 48px;
        }

    .pros-item .rmb-original {
        text-align: center;
        color: #999;
        font-size: 18px;
        line-height: 160%;
    }

        .pros-item .rmb-original del {
            color: #999;
            font-size: 18px;
            line-height: 160%;
        }

    .pros-item .user {
        text-align: center;
        line-height: 160%;
    }

        .pros-item .user a {
            color: #999;
            font-size: 12px;
        }

    .pros-item .opat {
        color: #666;
        text-align: center;
        line-height: 160%;
    }


/*--双创产品列表----------------------------------------------------------*/
.innovation-pros {
}
.innovation-pros h1 {
    border-bottom:1px solid #CCC;
    height:36px;
    margin-bottom:48px;
    position:relative;
}
    .innovation-pros h1 span {
        width:180px;
        display:inline-block; 
        position:absolute;
        left:50%;
        height:36px;
        line-height:36px;
        bottom:-18px; 
        text-align:center;
        background-color:#FFF;
        margin-left:-90px;
    }


.innovation-pros-item {
    width: 218px;
    float: left;
    padding: 10px 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 0 10px 35px;
    text-align: center;
    position:relative;
}
    .innovation-pros-item .user {
        position:absolute;
        left:20px;
        top:20px;
        background-color:#666;
        border-radius:16px;
        height:32px;
        line-height:32px;
        color:#fff;
        padding-right:15px;
    }
    .innovation-pros-item .user img {
        height:32px;
        width:32px;
        border-radius:16px;
        float:left;
        margin-right:5px;
    }


    .innovation-pros-item .pic img {
        width: 198px;
        height: 198px;
        border: 1px solid #eee;
    }

    .innovation-pros-item .pic:hover img {
        border: 1px solid #E02E24;
    }

    .innovation-pros-item h2 {
        font-size: 16px;
        line-height: 27px;
        height: 54px;
        font-weight: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .innovation-pros-item .rmb-current {
        text-align: center;
        font-size: 24px;
        color: #E02E24;
        padding-bottom:5px;
    }

        .innovation-pros-item .rmb-current span {
            font-weight: bold;
            font-family: 'DINCond-Bold';
            font-size: 32px;
        }

    .innovation-pros-item .recom {
        color: #666; 
        line-height: 160%;
        width: 188px;
        border: 1px solid #CCC;
        padding: 10px;
        background-color: #E7FFCF;
        border-radius: 5px;
        margin:auto;
        text-align:left;
    }
        .innovation-pros-item .recom h3 {
            font-size: 16px;
        }
        .innovation-pros-item .recom p {
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height:27px;
            line-height:27px;
        }


/*--产品详情----------------------------------------------------------*/
.pro-detail-header {
    margin-bottom: 20px;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 20px;
}

    .pro-detail-header .pimg {
        width: 320px;
        height: 320px;
        float: left; 
    }

        .pro-detail-header .pimg img {
            width: 320px;
            height: 320px;
            border-radius: 5px;
        }  

    .pro-detail-header .pinfor {
        width: 620px;
        float: right;
    }

        .pro-detail-header .pinfor h1 {
            font-size: 27px;
            height: 48px;
            line-height: 48px;
            overflow: hidden;
            color:#000;
        }

        .pro-detail-header .pinfor h2 {
            font-size: 14px;
            line-height: 36px;
            color: #999;
            font-weight: normal; 
        }

            .pro-detail-header .pinfor h2 a {
                font-size: 16px;
                font-weight: bold;
            }

        .pro-detail-header .pinfor .num {
            color: #000;
            line-height: 27px;
            padding: 10px 0;
            height: 90px;
            background-color: #f5f5f5;
        }
            .pro-detail-header .pinfor .num ul li {
                float: left; 
                width: 155px;
                text-align: center;
                font-size:16px;
            }
            .pro-detail-header .pinfor .num strong {
                color: #E02E24;
                font-weight: bold;
                font-family: 'DINCond-Bold';
                font-size: 32px;
                line-height: 36px;
            }
            .pro-detail-header .pinfor .num del {
                color: #999;
                font-weight: bold;
                font-family: 'DINCond-Bold';
                font-size: 32px;
                line-height: 36px;
            }

        .pro-detail-header .pinfor .opat {
            text-align: center;
        }
            .pro-detail-header .pinfor .opat .bt {
                display: inline-block;
                color: #FFF;
                padding: 0 20px;
                line-height: 210%;
                border-radius: 5px;
                border: 2px solid #E02E24;
                font-size: 24px;
                font-weight: bold;
                background-color: #E02E24;
                margin-top: 30px;
            }
                .pro-detail-header .pinfor .opat .bt:hover {
                    background-color: #b71a12;
                    border: 2px solid #b71a12;
                }

            .pro-detail-header .pinfor .opat .btntj {
                border: 2px solid #d4bb27;
                background-color: #d4bb27;
            }
            .pro-detail-header .pinfor .opat .btntjed {
                border: 2px solid #ccc;
                background-color: #ccc;
            }
                .pro-detail-header .pinfor .opat .btntjed:hover {
                    border: 2px solid #ccc;
                    background-color: #ccc;
                }

    .pro-detail-header .tips-qyl {
        font-size: 18px;
        text-align: center;
        color: #999;
        border-top: 1px solid #ccc;
        line-height: 27px;
        padding-top: 10px;
        margin-top: 20px;
    }

        .pro-detail-header .tips-qyl strong {
            color: #E02E24;
        }

/*--产品详情 推荐产品----------------------------------------------------------*/
.pro-detail-recommend {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

    .pro-detail-recommend h1 {
        border-bottom: 1px solid #CCC;
        height: 36px;
        margin-bottom: 28px;
        position: relative;
    }

        .pro-detail-recommend h1 span {
            width: 180px;
            display: inline-block;
            position: absolute;
            left: 50%;
            height: 36px;
            line-height: 36px;
            bottom: -18px;
            text-align: center;
            background-color: #FFF;
            margin-left: -90px;
            color:#000;
        }

    .pro-detail-recommend .list {
    }

        .pro-detail-recommend .list ul li {
            text-align: center; 
            padding: 10px 0;
            width:20%;
            float:left;
        }  
            .pro-detail-recommend .list ul li p a img {
                width: 160px;
                height: 160px;
                border: 1px solid #ccc;
                border-radius: 5px;
            }

            .pro-detail-recommend .list ul li p a:hover img {
                border: 1px solid #F74A56;
            }

            .pro-detail-recommend .list ul li h3 {
                font-size: 16px;
                height: 32px;
                line-height: 32px;
                overflow: hidden;
                font-weight: normal;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .pro-detail-recommend .list ul li h5 {
            }

                .pro-detail-recommend .list ul li h5 span {
                    color: #E02E24;
                    font-weight: bold;
                    font-family: 'DINCond-Bold';
                    font-size: 32px;
                }

                .pro-detail-recommend .list ul li h5 del {
                    font-size: 14px;
                    color: #999;
                    font-weight: normal;
                }


/*--产品详情 内容页----------------------------------------------------------*/
.pro-detail-content {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
    .pro-detail-content h1 {
        border-bottom: 1px solid #CCC;
        height: 36px;
        margin-bottom: 28px;
        position: relative;
    }

        .pro-detail-content h1 span {
            width: 180px;
            display: inline-block;
            position: absolute;
            left: 50%;
            height: 36px;
            line-height: 36px;
            bottom: -18px;
            text-align: center;
            background-color: #FFF;
            margin-left: -90px;
            color: #000;
        }
    .pro-detail-content .contents {
        width: 840px;
        min-height: 500px;
        margin:auto; 
    }

        .pro-detail-content .contents * {
            max-width: 840px;
        }

/*--产品 评论----------------------------------------------------------*/
.pro-detail-comment {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

    .pro-detail-comment h1 {
        border-bottom: 1px solid #CCC;
        height: 36px;
        margin-bottom: 28px;
        position: relative;
    }

        .pro-detail-comment h1 span {
            width: 270px;
            display: inline-block;
            position: absolute;
            left: 50%;
            height: 36px;
            line-height: 36px;
            bottom: -18px;
            text-align: center;
            background-color: #FFF;
            margin-left: -135px;
            color: #000;
        }

    .pro-detail-comment .item-tip {
        font-size: 18px;
        text-align: center;
        color: #666;
        line-height: 27px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .pro-detail-comment .item-tip strong {
            color: #E02E24;
            padding: 0 10px;
        }

    .pro-detail-comment .item {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

        .pro-detail-comment .item .user {
            width: 120px;
            float: left;
            text-align: center;
        }

            .pro-detail-comment .item .user img {
                width: 80px;
                height: 80px;
                -moz-box-shadow: 2px 2px 5px #aaa; /* 老的 Firefox */
                box-shadow: 2px 2px 5px #aaa;
                border-radius: 50px;
            }

            .pro-detail-comment .item .user .name {
                font-size: 16px;
                color: #000;
                padding-top: 10px;
            }

        .pro-detail-comment .item .pinglun {
            width: 750px;
            float: left;
            border-left: 1px solid #CCC;
            padding: 0 20px;
            min-height: 140px;
        }

            .pro-detail-comment .item .pinglun .f {
                font-size: 18px;
                color: #F74A56;
                padding-bottom: 10px;
            }

            .pro-detail-comment .item .pinglun .c {
                font-size: 14px;
                padding-bottom: 10px;
            }

            .pro-detail-comment .item .pinglun .t {
                color: #999;
            }


    .pro-detail-comment .item-empty {
        padding: 50px 0;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        text-align: center;
        color: #666;
        line-height: 27px;
    }

.pros-nav-box {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
   
}

    .pros-nav-box .pros-nav-box-l {
    }

    .pros-nav-box .pros-nav-box-r {
        margin-left:15px;
    }

        .pros-nav-box .pros-nav-box-r .pros-nav-box-r-a {
            letter-spacing: 10px;
            font-size: 27px;
            color: #000000;
        }

        .pros-nav-box .pros-nav-box-r .pros-nav-box-r-b {
            font-weight: bold;
            font-size: 48px;
            color: #000000;
            text-align: left;
            margin-top: -10px;
        }