/*.header-navCont{width: 100%!important}*/
.focus {
    position: relative;height: 660px;overflow: hidden;
}

.focus .bd li,.focus .bd li a {
    height: 660px;
    width: 100%;
}
.focus .bd li a {display: block;}
.focus .hd {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px
}

.focus .hd li {
    display: inline-block;
    width: 22px;
    height: 2px;padding:4px 0;
    margin:0 4px;
}
.focus .hd li:before{
    width: 100%;height: 2px;
    cursor: pointer;
    content: '';
    display: block;
    background: #d1d3d3;
    -moz-border-radius: 1px;
         border-radius: 1px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.focus .hd li.on:before{
    background: #df001f
}
.goodsList{padding:20px 10px;}
.goodsList li {
    width: 25%;
    float: left;
    padding:0 10px;
    min-width:  285px;
}
.goodsList li p{font-size: 14px;color: #a4a9ad}
.goodsList li .title{    font-size: 18px;
    color: #5c6670;
    padding-top: 12px;font-weight: bold;}
.goodsList li img{-moz-border-radius: 4px;border-radius: 4px;width:100%;}
.header-navCont{background:#fff;}