﻿/* 爆款 */
body {
    background: #f5f5f5;
}
.series_title {
    border-bottom: 1px solid #ccc;
    float: none;
    margin: 0;
    padding: 0 15px 5px 15px;
    margin-bottom: 20px;
    clear:both;
}
    .series_title strong {
        font-size: 18px;
        margin-right: 10px;
    }
        .series_title a {
            color: #34495e;
        }
    .series_title span a {
        margin-right: 10px;
    }

        .hot_items {
            width: 100%;
            margin-bottom: 30px;
        }
            .hot_items ul {
                margin-left: -5px;
                margin-right: -5px;
            }
            .hot_items li {
                float: left;
                width: 25%;
                background: #f5f5f5;
                transition: all .5s;
                padding-right: 5px;
                padding-left: 5px;
                margin-bottom: 9px;
            }
        .hot_items li .li_Bg {
            background: white;
            border-bottom: 1px solid #eee;
            -webkit-transition: all .5s;
            -ms-transition: all .5s;
            transition: all .5s;
        }
        .hot_items li:hover .li_Bg {
            /*-moz-box-shadow: 0 2px 18px 0px #888888; 
            box-shadow: 0 0.5px 18px 0px #888888;*/
            border-bottom: 1px solid black;
        }
            .hot_items li:hover .pic img {
                transform:scale(0.9);
            }
        .hot_items li, .hot_items li .pic {
            position: relative;
            overflow-x: hidden;
        }
            .hot_items li .pic img {
                vertical-align: top;
                width: 100%;
                -webkit-transition: all .5s;
                -ms-transition: all .5s;
                transition: all .5s;
            }
            .hot_items li .mask {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 280px;
                visibility: hidden;
                opacity: 0;
                cursor: pointer;
                background: rgba(255,102,107,.8);
                filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80ff666b', endColorstr='#80ff666b');
                -webkit-transition: all .5s;
                -ms-transition: all .5s;
                transition: all .5s;
                z-index: 2;
            }

    .hot_items .info {
        padding: 10px 10px 0;
        height: 140px;
    }
        .hot_items .info h5 {
            font-size: 14px;
            height: 40px;
            line-height: 24px;
            overflow: hidden;
            margin-bottom: 5px;
        }
            .hot_items .info h5 a{
                color:#666;
            }
            .hot_items .info .p_btn {
                position: relative;
            }
            .hot_items .info .p_btn span {
                color: #9e9e9e;
                margin-right: 10px;
                float: left;
            }
                .hot_items .info .p_btn span.price {
                    color: #ff666b;
                }
                    .hot_items .info .p_btn span.price strong {
                        font-size: 24px;
                        font-weight: 800;
                        font-family: arial;
                    }
            .hot_items .info .p_btn span {
                color: #9e9e9e;
                margin-right: 10px;
                float: left;
            }
                .hot_items .info .p_btn span.old {
                    margin-top: 10px;
                }
.btn, .graybtn {
    display: inline-block;
    padding: 0 18px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0;
    overflow: visible;
    cursor: pointer;
}
.btn {
    border-radius: 2px;
    color: #fff;
    background-color: #ff666b;
    border: 1px solid #ff666b;
}
.hot_items .info .p_btn .btn {
    z-index: 1;
    position: absolute;
    top: 36px;
    right: -120px;
    _right: 0;
    border: none;
    background: url(/Views/Home/images/btn20150825-2.png) no-repeat;
    width: 100px;
    height: 32px;
    text-indent: 200px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.hot_items li:hover .info .p_btn .btn {

    right:0;
}
@media(max-width:992px){
    .hot_items .info .p_btn .btn {
        right: 0;
        width: 100%;
        left: 50%;
        margin-left: -50px;
    }
    .hot_items li{
        width:50%;
    }
    .hot_items .info .p_btn span.price strong {
        font-size: 19px;
    }
    .hot_items .info h5 {
        height: 24px;
    }
    .hot_items .info {
        height: 120px;
    }
    .hot_items .info .p_btn span{
        float:unset!important;
    }
    .hot_items .info .p_btn {
        text-align: center;
    }
    .series_title strong {
        font-size: 16px;
    }
    .series_title span a {
        font-size: 12px;
    }
}
/* 爆款结束 */
/* 视频 */
.LjVideo .Ljlist {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}
    .LjVideo .Ljlist img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }
.LjVideo .ljBox {
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    .LjVideo .ljBox:hover{
        transform:scale(1.1);
    }
        .LjVideo .ljBox:hover .iconVideo {
            color:green;
        }
    .LjVideo .ljBoxShow {
        box-shadow: 0px 7px 13px #888888;
        display: inline-block;
        width: 100%;
    }
        .LjVideo .ljBoxShow p {
            color: black;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 10px 10px;
        }
.LjVideo .Ljlist .iconVideo {
    position: absolute;
    left: 50%;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    font-size: 52px;
    margin-left: -22.5px;
    margin-top: -26px;
    color: #ca44ad;
}

/*@media (max-width: 768px) {
    .LjVideo .ljBox {
        padding-right: 5px;
        padding-left: 5px;
    }
}*/

/* 视频结束 */


    /* 新闻列表 */
.IndCons {
    font-size: 0;
    width: 100%;
    display: table;
    background-color:white;
}

    .IndCons .IndCons_content {
        display: inline-block;
        margin-left: -5px;
        margin-right:-5px;
    }
.IndCons_lb {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
    .IndCons_lb .IndCons_lbImg {
        float: left;
        width: 20%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
        .IndCons_lb .IndCons_lbImg .IndCons_lbImgbox {
            padding-bottom: 56.25%;
        }
    .Inxtitle {
        padding: 20px 0 20px;
    }

    .Inxtitle, .IndCons .IndCons_nav {
        text-align: center;
    }

        .Inxtitle h6 {
            font-size: 35px;
            margin-bottom: 5px;
        }

        .Inxtitle p {
            font-size: 22px;
            color: #99a4ac;
        }

.IndCons .IndCons_left .leftIMG {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
}

    .IndCons .IndCons_left .leftIMG img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    /*.IndCons .IndCons_left, .IndCons .IndCons_right {
    float: left;
}*/

    .IndCons .IndCons_left .hotLabel {
        padding: 10px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 10px 0;
        display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box; /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox; /* 混合版本语法: IE 10 */
        display: -webkit-flex; /* 新版本语法: Chrome 21+ */
        display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .IndCons .IndCons_left .hotLabel span {
            font-size: 17px;
            width: 50px;
            background: #c3c3c3;
            text-align: center;
            font-weight: bold;
            color: white;
        }

        .IndCons .IndCons_left .hotLabel .hotLabel_list {
            display: inline-block;
            vertical-align: top;
            width: 90%;
            line-height: 22px;
            height: 48px;
        }

            .IndCons .IndCons_left .hotLabel .hotLabel_list ul {
                float: left;
                margin-left: 25px;
            }

                .IndCons .IndCons_left .hotLabel .hotLabel_list ul li {
                    font-size: 15px;
                    display: inline-block;
                    margin: 0 4px;
                }

                    .IndCons .IndCons_left .hotLabel .hotLabel_list ul li:nth-of-type(1) a {
                        font-weight: bold;
                        color: #4398ff;
                    }

                .IndCons .IndCons_left .hotLabel .hotLabel_list ul:nth-of-type(3) li:nth-of-type(1) a {
                    color: red;
                }

                .IndCons .IndCons_left .hotLabel .hotLabel_list ul:nth-of-type(6) li:nth-of-type(1) a {
                    color: red;
                }


    .IndCons .IndCons_right {
        float: left;
    }

.IndCons .InRht_li {
    float: left;
    height: 433px;
    overflow: hidden;
}

    .IndCons .IndCons_right .InRht_li ul li {
        line-height: 39px;
        float: left;
        width: 100%;
    }

        .IndCons .IndCons_right .InRht_li ul li a {
            font-size: 14px;
            margin-left: 15px;
            float: left;
            width: 275px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .IndCons .IndCons_right .InRht_li ul li label {
            font-size: 14px;
            float: right;
        }

        .IndCons .IndCons_right .InRht_li ul li span {
            font-size: 12px;
            border-radius: 50%;
            color: red;
            float: left;
            line-height: 39px;
        }

    .IndCons .IndCons_right img {
        width: 100%;
    }


    @media (max-width: 1025px) {
        .IndCons .IndCons_left .hotLabel {
            display: none;
        }
        .IndCons .IndCons_right .InRht_li ul li a {
            width: 185px;
        }
        .IndCons_lb .IndCons_lbImg {
            width: 50%;
        }
        .IndCons_lb {
             margin-left:unset; 
        }
    }

    /* 新闻列表结束 */

.ljProduct .hot_items .info .p_btn span.old del{
    display:none;
}







