.sx_style1{

    border: 1px solid #ddd;

    padding: 12px 0 4px;

    position: relative;

}

.sx_style1 span{

    position: absolute;

    top: 12px;

    left: 24px;

    color: #999;

}

.sx_style1 ul {

    padding-left: 70px;

}

.sx_style1 ul li{

    float: left;

    padding: 0 15px;

    margin-bottom: 8px;

}

.sx_style1 ul li.cur a{

    color:#f16623;

}
.lg_list{

    padding-top: 40px;

}

.lg_list ul li{

    float: left;

    width: 306px;

    height: 263px;

    margin-right: 18px;

    border: 1px solid #ddd;

    margin-bottom: 20px;

    position: relative;

    transition: All 0.4s ease-in-out;

    -webkit-transition: All 0.4s ease-in-out;

    -moz-transition: All 0.4s ease-in-out;

    -o-transition: All 0.4s ease-in-out;

}

.lg_list ul li .img{

    width: 306px;

    height: 204px;

    overflow: hidden;

}

.lg_list ul li .txt {

    margin-top: 20px;

    padding-left: 10px;

    padding-right: 10px;

    width: 200px;

    padding-bottom: 20px;

    font-size: 16px;

}

.lg_list ul li:nth-child(4n){

    margin-right: 0;

}

.lg_list ul li:hover{

    transform: translateY(-10px);

    box-shadow: 0 15px 30px rgba(0,0,0,.1);

}

.lg_list ul li .eyes{

    position: absolute;

    right: 10px;

    bottom: 22px;

}

.lg_list ul li .eyes span{

    color: #999;

}

.lg_list ul li .eyes::before{

    content: '';

    display: inline-block;

    vertical-align: text-bottom;

    width: 16px;

    height: 16px;

    background: url("http://www.uqibang.com/template/home/css/../images/eyes.png") no-repeat;

    margin-right: 0px;

}
.sort{

    margin-top: 20px;

}

.sort ul li{

    width: 80px;

    height: 34px;

    line-height: 34px;

    text-align: center;

    float: left;

    border: 1px solid #ddd;

    margin-left: -1px;

}

.sort ul li:nth-child(1){

    margin: 0;

}

.sort ul li.cur a{

    color:#f16623;

}
.navbar-box{
    display: none; 
}