body{
    background: #f5f5f5;
}
/*顶部轮播图*/
.g-banner{
    width: 100%;
    overflow: hidden;
}
.g-banner img{
    width: 100%;
    height: 325px;
}


.g-bd{
    background: white;
    padding-bottom: 90px;
}
.g-bdc{
    width: 1108px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-top: 46px;
}
.g-bdc .g-sd{
    width: 167px;
}
.g-bdc .g-mn{
    width: 100%;
    box-sizing: border-box;
    padding-left: 167px;
    
}
.g-bdc .g-mn .g-mnc{
    width: 100%;
    height: 100%;
    border-left: 1px solid #eeeeee;
    overflow: hidden;
    /*padding-bottom: 66px;*/
}

.m-nav .title{
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    padding-left: 38px;
    box-sizing: border-box;
    background: url(../img/ico_power_all.png) no-repeat;
    background-size: 25px 19px;
    background-position: 0 10px;
    background-position: left 0 top 10px;
    color: #333333;
    cursor: pointer;
}
.m-nav .nav-content li{
    display: list-item;
    padding-left: 40px;
    

}
.m-nav .nav-content>li.active>a{
    color: #25b2fe;
}
.m-nav .nav-content>li>a{
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
        width: 123px;
}
.m-nav .nav-content ul{
    position: relative;
    box-shadow: none;
    border: none;
    min-width: 0;
    float: none;
    z-index: 1000;
    
}
.m-nav .nav-content ul li{
    padding-left: 20px;
}
.m-nav .nav-content ul li a{
    font-size: 12px;
    color: #999;
    padding: 0;
    line-height: 2em;
    cursor: pointer;

}
.m-nav .nav-content ul li a:hover{
    background: none;
}
.m-nav .dropdown-backdrop{
    display: none;
}
/*搜索框*/
.g-search-bar{
    overflow: hidden;
    height: 57px;
}
.g-search-bar .title{
    margin-left: 43px;
    float: left;
    font-size: 30px;
    color: #333333;
     width: 293px;
}
.m-search-bar{
    float: right;
    margin-right: 42px;
}
.m-search-bar .search-bar{
    float: right;
    width: 386px;
    position: relative;
}
.m-search-bar .search-bar em{
    background: url(../img/ico_search.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 0;
    position: absolute;
    height: 17px;
    border: 0;
    width: 18px;
    cursor: pointer;
    display: block;
    right: 11px;
    top: 8px;
    z-index: 3;
}
.m-search-bar .m-hot-word{
    float: right;
    color: #666666;
    /*line-height: 54px;*/
    margin-right: 8px;
    padding-top: 12px;
}
.m-hot-word a{
    color: #666666;
}
.m-hot-word ul{
    display: inline-block;
    font-size: 0;
}
.m-hot-word ul li{
    padding-right: 16px;
    font-size: 12px;
}

.m-search-bar .search-bar input{
    width: 100%;
    height: 33px;
    border: 1px solid #dddddd;
    padding-left: 23px;
    padding-right: 43px;
    font-size: 14px;
    position: relative;
    color: #aaaaaa;
    border-radius: 17.5px;
    /*margin-top: 9px;*/
   /* background: url(../img/ico_search.png) no-repeat;*/
    background-position: right 10px top 7px;
    background-size: 17px 17px;
    
}



/*排序框*/
.m-sort-box{
    position: relative;
}
.m-sort-box ul{
    background: #f5f5f5;
    height: 32px;
    line-height: 32px;
    margin-left: 43px;
    border: 1px solid #e7e7e7;
    margin-right: 42px;
}
.m-sort-box ul li{
    text-align: center;
    padding: 0 14px;
    border-right: 1px solid #e7e7e7;
    cursor: pointer;
}
.m-sort-box a{
    color: #333;
}
.m-sort-box li .u-ico-arrow{
    margin-top: 11px;
    height: 9px;
    display: inline-block;
    width: 11px;
    background-image: url(../img/ico_power_down_arrow.png);
    background-repeat: no-repeat;
    background-size: 6px 9px;
    background-position: right 1px top 1px;
}
.m-sort-box li.active .u-ico-arrow{
    background-image: url(../img/ico_power_up_arrow.png);
    background-repeat: no-repeat;
    background-size: 6px 9px;
    background-position: right 1px top 1px;
}
.m-sb-filter{
    position: absolute;
    cursor: pointer;
    right: 42px;
    top: 0;
    height: 100%;
    line-height: 32px;
    padding-right: 32px;
    background: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 7px 4px;
    background-position: top 15px right 19px;
}
.m-sb-filter .m-sbf-menu{
    display: none;
    padding-left: 21px;
    font-size: 0;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    background: white;
    width: 428px;
    border-top: none;
}
.m-sb-filter .m-sbf-menu li{
    display: inline-block;
    border: none;
    font-size: 12px;
    color: #999999;
    padding-right: 20px;
    padding-left: 20px;
    background: url(../img/ico_filter.png) no-repeat;
    background-position: 0 11px;
    background-size: 13px;
}
.m-sb-filter .m-sbf-menu li.active{
    background: url(../img/ico_filter_act.png) no-repeat;
    background-position: 0 11px;
    background-size: 13px;
}

/*能力商品*/
.g-pps-box{
    margin-left: 43px;
    overflow: hidden;
    padding-left: 25px;
    padding-bottom: 66px;
}
.g-pps-box2{

}
.g-pps-box2 div{
    padding-top: 125px;
    padding-right: 42px;
    text-align: center;
    color: #666;
}

.g-pps-box .m-pp-box{
    float: left;
    height: 343px;
    width: 249px;
    border: 1px solid #eeeeee;
    margin-top: 28px;
    margin-right: 28px;
    /*position: relative;*/
}
.g-pps-box .m-pp-box:hover{
    -moz-box-shadow:0px 0px 16px #DDDDDD;
    -webkit-box-shadow:0px 0px 16px #DDDDDD;
    box-shadow:0px 0px 16px #DDDDDD;
}

.m-pp-box img{
    height: 247px;
    width: 247px;
    border: none;
    /* margin-top: 25px; */
    vertical-align: middle;
}
.m-pp-box .img-box{
    height: 247px;
    text-align: center;
    background: #f4f4f4;
}
.m-pp-box .try-use{
    position: absolute;
    right: 13px;
    top: 10px;
    background: #ffa200;
    color: white;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    cursor: pointer;
    font-size: 12px;
}
.m-pp-box .sell-num{
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #999;
    font-size: 12px;
}
.m-pp-box .sell-num .number{
    color: #ff8a00;
}
.m-pp-box .desc{
    position: relative;
    height: 94px;
    overflow: hidden;
    padding-left: 15px;
}
.m-pp-box .name{
    color: #000000;
    font-size: 17px;
    margin-top: 13px;
    
}
.m-pp-box  .count{
    margin-top: 13px; 
}
.m-pp-box  .time{
    margin-top: 9px;
}
.m-pp-box .count,
.m-pp-box .time{
    font-size: 12px;
    color: #999999;
}