body{
    background:#f4f4f4;
}
/*详情开始*/
.details{
    width:1200px;
    overflow:hidden;
    margin:0 auto;
    padding-bottom: 100px;
}
.details .one-details{
    width:240px;
    float: left;

}
.details .one-details .search-details{
    border:1px solid #ccc;

}
.details .one-details .search-details h4{
    border-bottom: 1px solid #ccc;
    height:49px;
    line-height: 49px;
    background:#efefef;
    padding-left: 12px;
    font-size: 16px;
    color:#505050;
}
.details .one-details .search-details .crux{
    padding-left: 12px;
}
.details .one-details .search-details .crux label{
    color:#919191;
    font-size: 14px;
    margin-top: 16px;
    display: block;
}
.search-details .crux label input.in-crux{
    width:150px;
    height:28px;
    border:1px solid #ccc;
    background:#f4f4f4;
}
.search-details .crux label input{
    width:67px;
    height:28px;
    border:1px solid #ccc;
    background:#f4f4f4;
}
.search-details .crux button{
    width:120px;
    height:30px;
    background:#3e87f0;
    color:#fff;
    border-radius: 3px;
   margin-left: 43px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.details .one-details .classification{
    border:1px solid #ccc;
    min-height:318px;
    margin-top: 60px;

}


.details .one-details .classification .leb{

}
.details .one-details .classification .leb li{
    position: relative;
    border-bottom:1px solid #ccc;
    line-height:40px;

}
.details .one-details .classification .leb li:hover .leb-chids{
    display: block;
}
.details .one-details .classification .leb li a{
    display: inline-block;
    width:220px;
    height:40px;
    padding-left:20px;
    font-size:14px;
}
.details .one-details .classification .leb li i{
    width:7px;
    height:14px;
    background: url("../images/icon/sjj.png");
    background-position: 0 0 ;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top:10px;
    right:10px;
}
.details .one-details .classification .leb .leb-chids{
    width:200px;
    position: absolute;
    border:1px solid #ccc;
    background: #f4f4f4;
    top:0;
    right:-202px;
    display: none;
    z-index: 10000;

}


.details .one-details .classification h4{
    border-bottom: 1px solid #ccc;
    height:49px;
    line-height: 49px;
    background:#efefef;
    padding-left: 12px;
    font-size: 16px;
    color:#505050;
}
.details .one-details .shop{
      padding-bottom: 25px;
      margin-top: 60px;
}
.details .one-details .shop h4{
    border: 1px solid #ccc;
    height:49px;
    line-height: 49px;
    padding-left: 12px;
    font-size: 16px;
    color:#505050;
    margin-bottom: 15px;
    background:#EFEFEF;
}
.details .one-details .shop ul{

}
.details .one-details .shop ul li{
    border-bottom: 1px solid #ccc;
    overflow:hidden;
    padding-bottom: 5px;
    padding-top: 5px;
} 
.details .one-details .shop ul li i{
    width:60px;
    height:60px;
    float: left;
    display: block;
    margin-right: 10px;
}
.details .one-details .shop ul li i img{
    width:60px;
    height:60px;
    float: left;
    display: block;
}
.details .one-details .shop ul li .in-right{
    float:left;
    margin-right: 10px;
    width:156px;
    color:#919191;
    font-size: 12px;
    line-height: 22px;
    margin-top: 5px;
}
.details .one-details .classification .leb li a{
    font-size:14px;
    color: #333;
}
.details .one-details .classification .leb li a:hover {
    color: #777;
}
.details .two-details{
    width:796px;
    padding-right: 70px;
    float:right;
    background:#fff;
   padding-bottom: 20px;
    border:1px solid #ccc;
    padding-left: 70px;

}
.details .two-details .call{
    width:790px;
    height:325px;
    display: block;
    margin-top: 20px;
}
.details .two-details .call img{
 width:790px;
    height:325px;
}
.details .two-details .info{
    margin-top: 20px;
}
.details .two-details .info h3{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.details .two-details .info p{
    font-size: 14px;
    color:#919191;
    line-height: 26px;
}
.details .two-details .info .in-details{
    font-size: 12px;
    color:#919191;

}
