﻿.product-title {
    text-align: center;
    padding: 60px 0 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

    .product-title h3 {
        font-size: 30px;
        color: #1a1a1a;
        font-weight: normal;
        margin: 0;
    }

    .product-title i {
        display: block;
        margin: 20px auto;
        width: 60px;
        height: 4px;
        background: url("../images/tline.svg");
    }

    .product-title .text {
        font-size: 16px;
        color: #999999;
        line-height: 26px;
        overflow: hidden;
    }

.product-main {
    padding: 40px 0;
    overflow: hidden;
}

    .product-main .content {
        width: 75%;
        margin: auto;
        overflow: visible;
    }

        .product-main .content .left {
            width: 15%;
        }

.product-left-screening .screening {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

    .product-left-screening .screening h3 {
        font-size: 17px;
        color: #1a1a1a;
        margin: 0 0 20px 0;
    }

    .product-left-screening .screening .item {
        overflow: hidden;
    }
    .product-left-screening .screening .item a{ color:#1a1a1a}
        .product-left-screening .screening .item ul {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;display: block;
        }
        .product-left-screening .screening .item li:hover{
            color:#f21c1c;
            font-weight:bold;
        }
        .product-left-screening .screening .item li {
            font-size: 14px;
            color: #1a1a1a;
            padding: 3px 0;
            list-style: none;
        }

            .product-left-screening .screening .item li input {
                -webkit-appearance: checkbox;
                margin-right: 5px;
            }

        .product-left-screening .screening .item .radio {
            position: relative;
        }

            .product-left-screening .screening .item .radio li {
                width: 45%;
                padding: 0;
                float: left;
                margin-right: 3%;
                position: relative;
            }

            .product-left-screening .screening .item .radio label {
                display: block;
                cursor: pointer;
                color: #636363;
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                line-height: 40px;
                font-size: 14px;
                text-align: center;
            }

            .product-left-screening .screening .item .radio input {
                -webkit-appearance: none;
                width: 100%;
                border: 1px solid #ccc;
                height: 40px;
            }

            .product-left-screening .screening .item .radio label:hover input {
                background: #000;
            }

            .product-left-screening .screening .item .radio label:hover span {
                color: #fff
            }

            .product-left-screening .screening .item .radio input:checked {
                background: #f08200;
            }

                .product-left-screening .screening .item .radio input:checked + label {
                    color: #fff
                }

.product-main .content .right {
    width: 80%;
}

.product-list-top {
    font-size: 14px;
    color: #999999;
}

    .product-list-top .tleft {
        float: left;
    }

        .product-list-top .tleft span {
            color: #000;
        }

    .product-list-top .tright {
        float: right;
        text-align: right;
        position: relative;
        padding-bottom: 10px;
    }

        .product-list-top .tright .drop-down {
            display: inline-block;
            position: relative;
        }

            .product-list-top .tright .drop-down h6 {
                font-size: 14px;
                color: #333;
                margin: 0;
                position: relative;
                padding-right: 20px;
                cursor: pointer;
            }

                .product-list-top .tright .drop-down h6 i {
                    width: 10px;
                    height: 10px;
                    display: block;
                    position: absolute;
                    right: 0;
                    top: 5px;
                    background: url("../images/right8.svg") center no-repeat;
                    background-size: 70%;
                    transform: rotate(90deg);
                    opacity: .5;
                }

                .product-list-top .tright .drop-down h6:hover {
                    color: #000;
                }

                    .product-list-top .tright .drop-down h6:hover i {
                        opacity: 1;
                    }

.drop-down-show {
    position: absolute;
    width: 90px;
    height: auto;
    right: 0px;
    top: 30px;
    z-index: 3;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

    .drop-down-show a {
        display: block;
        padding: 7px 0;
        border-bottom: 1px solid #ededed;
    }

        .drop-down-show a:last-child {
            border: none;
        }

        .drop-down-show a:hover {
            color: #f08200;
        }


.product-list {
    clear: both;
    overflow: hidden;
    /*padding: 20px 0;*/
}

    .product-list .item {
        background: #f7f7f7;
        float: left;
        width: 32%;
        margin: 0 1% 1% 0;
        text-align: center;
    }

        .product-list .item.mr0 {
            margin: 0 0 1% 0;
        }

        .product-list .item a {
            position: relative;
            display: block;
            overflow: hidden;
            padding-top: 70px;
        }

            .product-list .item a .img {
                position: relative;
                height: 190px;
            }

                .product-list .item a .img img {
                    display: block;
                    width: auto;
                    height: auto;
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                }

            .product-list .item a .text {
                padding-bottom: 30px;
                overflow: hidden;
            }

                .product-list .item a .text h3 {
                    font-size: 18px;
                    color: #1a1a1a;
                    margin: 10px auto;
                }

                .product-list .item a .text h5 {
                    font-size: 14px;
                    color: #999999;
                    margin: 0;
                }

                .product-list .item a .text .more {
                    position: absolute;
                    top: 50px;
                    left: 50%;
                    height: 50px;
                    margin-left: -65px;
                    opacity: 0;
                }

                    .product-list .item a .text .more h6 {
                        background: #1a1a1a;
                    }

                        .product-list .item a .text .more h6 span {
                            font-size: 12px;
                        }

            .product-list .item a .list {
                border-top: 1px solid #e6e6e6;
                overflow: hidden;
            }

                .product-list .item a .list li {
                    list-style: none;
                    float: left;
                    overflow: hidden;
                    width: 33.333333%;
                    position: relative;
                }

                    .product-list .item a .list li::after {
                        content: '';
                        display: block;
                        width: 1px;
                        height: 100%;
                        position: absolute;
                        right: 0;
                        top: 0;
                        background: #e6e6e6;
                    }

                    .product-list .item a .list li:last-child::after {
                        display: none;
                    }

                    .product-list .item a .list li i {
                        display: block;
                        width: 25px;
                        height: 25px;
                        margin: 15px auto 5px auto;
                        opacity: .4;
                    }

                        .product-list .item a .list li i.p1 {
                            background: url("../../product/images/p1.svg") center no-repeat;
                        }

                        .product-list .item a .list li i.p2 {
                            background: url("../../product/images/p2.svg") center no-repeat;
                        }

                        .product-list .item a .list li i.p3 {
                            background: url("../../product/images/p3.svg") center no-repeat;
                        }

                    .product-list .item a .list li h6 {
                        margin: 0;
                        font-size: 12px;
                        text-transform: uppercase;
                        color: #b2b2b2;
                        padding-bottom: 15px;
                    }

            .product-list .item a:hover .text h3 {
                color: #f08200;
            }

            .product-list .item a:hover .img img {
                opacity: .5;
            }

            .product-list .item a:hover .text .more {
                opacity: 1;
            }
.left {
    float: left;
}
.right{ float:right;}
@media screen and (max-width: 1000px) {
    .product-main .content{ width:84%;}
.product-main .content .left,.product-main .content .right{ float:none;width: 100%;}
.product-list .item {
    float: none;
    width: 100%;
    margin: 0 0 2% 0;
}
}