.breadcrumb_one_level{
    width:100%;
    height:60px;
    line-height:60px;
    color:#999999;
}
.breadcrumb_front{
    color:#000;
}
.category_banner{
    width:100%;
    height:380px;
}
.category_banner img{
    width:100%;
    height:100%;
}
.w1100{
    width:1100px;
    height:500px;
    margin:auto;
    margin-top:-80px;

}
.w1100_left,.w1100_right{
    position:relative;
    border:1px solid #dddddd;
    border-radius: 5px;
    float:left;
    background:#fff;
}
.w1100_right{
    width:738px;
    height:498px;
    margin-left:20px;
}
.w1100_left{
    width:338px;
    height:498px;
    position:relative;
    z-index:99;
}
.w1100_left_content{

    width:310px;
    height:100%;
    margin-left:18px;
    overflow: hidden;
}
.w1100_left_content ul li{
    width:100%;
    height:35px;
    line-height:35px;
    margin-top:5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#555555;
}
.w1100_left_content ul li strong{
    float:right;
    font-size:14px;
    color:#a2a4a5;
    padding-right:10px;
}
.w1100_left_content ul ol{
    height:35px;
    line-height:35px;
    font-weight:bold;
    margin-top:5px;
    font-size:16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.w1100_left_content ul li:hover a,.w1100_left_content ul li:hover strong{
    color:#f5b800;
}
.w1100_right_content{
    width:160px;
    height:220px;
    margin:20px 0 0 20px;
    float:left;
}
.right_content_img{
    width:158px;
    height:158px;
    border:1px solid #dddddd;
    overflow: hidden;
}
.right_content_font{
    width:100%;
    height:60px;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.right_content_font:hover{
    color:#f5b800;
    cursor: pointer;
}
.right_content_img img{
    width:100%;
    height:100%;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.right_content_img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}
.color_red{
    color:#fe2435;
}
.stp_price span{
    color:#999999;
}
.old_price{
    margin:auto;
    width:204px;
    height:30px;
    line-height:30px;
    color:#999999;
    text-decoration: line-through;
}
.mini_order{
    color:#999999;
    width:204px;
    margin:auto;
    height:20px;
    line-height:20px;
}
.mini_order span{
    color:#333333;
}
.mobile_crane_content{
    width:100%;
    height:600px;
    background:#fff;
}
.mobile_crane_left{
    width:280px;
    height:100%;
    float:left;
    position:relative;
    background:url("../images/mobile_crane_bg.png") 100% 100% no-repeat;
}
.ecm_content{
    height:599px;
}
.ecm_left {
    background: url("../images/mobile_crane_bg.png") 100% 100% no-repeat;
}
.ecm_right_content {
    height: 298px;
}
.ecm_img_category{
    width:185px;
    height:185px;
    margin:20px;
    overflow: hidden;
}
.ecm_img_category img{
    width:185px;
    height:185px;
    float:left;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.ecm_img_category img:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2)
}
.ecm_content_title {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ecm_content_price{
    width:205px;
    margin:auto;
    height:30px;
    line-height:30px;
    font-size:16px;
    font-weight:bold;
    color:#fe2435;
}
.mobile_crane_btn{
    padding:10px 15px;
    text-align: center;
    color:#fff;
    background:rgba(0,0,0,0.3);
    border-radius: 8px;
    border:0;
    margin:10px 20px;
    float:left;
}
.mobile_crane_btn.active {
    background:rgba(245,184,0,1)
}
.selected_brand{
    width:100%;
    height:310px;
}
.select_brand_main{
    width:384px;
    height:308px;
    border:1px solid #dddddd;
    border-radius: 5px;
    background:#fff;
    float:left;
    margin-left:20px;
}
.select_brand_main:first-child{
    margin-left:0;
}
.select_brand_img{
    width:100%;
    height:170px;
    overflow: hidden;
}
.select_brand_img img{
    width:100%;
    height:100%;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.select_brand_img img:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2)
}
.select_brand_bottom{
    width:100%;
    height:138px;
}
.select_brand_bottom img{
    width: 113px;
    height: 116px;
    margin-left: 9px;
    margin-top: 10px;
    border:1px solid #fff;
}
.select_brand_bottom img:hover{
    border:1px solid #f5b800;
}
.category_right_menu{
    width: 770px;
    height: 499px;
    position: absolute;
    top: -1px;
    left: 328px;
    background: #f8f8f8;
    z-index:1;
}
.show_content_menu{
    width:730px;
    height:458px;
    margin:10px;
}
.show_content_menu dt{
    line-height:30px;
    font-weight:bold;
    font-size:14px;
    color:#333333;
    margin-top:15px;
    margin-left:20px;
}
.show_content_menu dl{
    display: block;
    height:auto;
    overflow: hidden;
    zoom: 1;
}
.show_content_menu dl dd{
    float:left;
    width:265px;
    margin-left:20px;
    height:22px;
    line-height:22px;
    color:#555555;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.show_content_menu dl dd a{
    color:#555555;
}
.show_content_menu dl dd a:hover{
    color:#f5b800;
}
.w1100_left_content ul li:hover{
    background:#f8f8f8;
}
.w1100_left_content ul li{
    border:1px solid #fff;
}
.w1100_left_content ul li.active{
    background:#f8f8f8;
}
.w1100_left_content ul li.active a{
    color:#f5b800;
}
.w1100_left_content ul li.active strong{
    color:#f5b800;
}
.category_right_menu{
    display: none;
}
.category_right_menu.active{
    display: block;
    border-bottom:1px solid #dddddd;
}