html,
body {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

.bor {
    height: 63px;
}


.newga {
    margin: 16px auto 0;
    width: 1200px;
    overflow: hidden;
    background-color: #fff;
    padding-top: 10px;
}

.newga .sf-content {
    overflow: hidden;
    padding: 8px 20px 0;
    margin-bottom: 10px;
}

.newga .sf-content h3 {
    float: left;
    font-size: 14px;
    width: 50px;
    height: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #7E8FA3;
}

.newga .sf-content ul {
    float: left;
}

.newga .sf-content ul li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    vertical-align: top;
    padding: 0 8px 4px 0;
}

.newga .sf-content ul li a {
    white-space: nowrap;
    padding: 2px 8px;
    color: #434D6D;
}

.newga .sf-content ul li a:hover {
    background-color: #2587FF;
    color: #FFF;
    border-radius: 2px;
    padding: 2px 8px;
}

.sf-sequence {
    padding: 16px 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.sf-sequence ul li {
    display: inline-block;
}

.sf-sequence ul li a {
    display: inline-block;
    width: auto;
    height: 20px;
    float: left;
    line-height: 20px;
    font-size: 14px;
    padding: 0 10px;
    color: #565656;
}

.sf-sequence ul li a.current {
    color: #f67208;
    background-color: #FFF;
}

.goods_list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.goods_list ul {
    width: 1230px;
}
.goods_list ul li.goods {
    float: left;
    width: 289px;
    height: 290px;
    margin: 16px 16px 0 0;
    background-color: #fff;
}

.goods_list ul li.goods .goodsImg {
    display: block;
    width: 289px;
    height: 172px;
    position: relative;
}

.goods_list ul li.goods .goodsImg img {
    width: 100%;
    height: 100%;
}

.goods_list ul li.goods .goodsImg:hover span {
    opacity: 0.8;
    filter: Alpha(opacity=0.8);
}

.goods_list ul li.goods .goodsImg span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 289px;
    padding: 8px 11px;
    max-height: 80px;
    line-height: 20px;
    color: #FFF;
    opacity: 0;
    filter: Alpha(opacity=0);
    overflow: hidden;
    background-color: #111;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.goods_list ul li.goods h3 {
    padding: 12px 15px 0;
    width: 278px;
    height: 54px;
    font-weight: normal;
    overflow: hidden;
}

.goods_list ul li.goods h3 a {
    display: block;
    width: 98%;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods-info {
    height: 30px;
    padding: 10px 15px 0;
    color: #b0b0b0;
    /* overflow: hidden; */
    font-family: arial;
}
.goods-info .price{
    color: #390;
    font-weight: bold;
        display: inline-block;
        font-size: 16px;
        padding: 6px 12px 0 0 !important;
        float: left;
}
.goods-info .pre{
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    color: #999;
}
.page {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    height: 60px;
    text-align: center;
    font-size: 0
}
.page .pg{
    float: right;
}
.page .pg a,
.page .pg strong,
.page .pg em,
.page .pg label {
    display: inline-block;
    min-width: 18px;
    height: 30px;
    padding: 6px 7px;
    _padding: 6px 12px;
    font: 15px/21px Arial;
    background-color: #FFF;
    color: #565656;
    margin-right: 10px;
    vertical-align: top;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.page .pg a:hover {
    text-decoration: none
}

.page .pg strong {
    background-color: #FF7E00;
    color: #FFF;
    font-weight: 700
}

.page .pg a.nxt {
    padding-right: 25px;
    /*background-image: url(arw_r.gif);*/
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

.page .pg a.prev {
    /*background-image: url(arw_l.gif);*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.page .pg .px {
    height: 20px;
    border: #e1e1e1 solid 1px;
    color: #666;
    padding-left: 3px;
}

.clear{
    height: 40px;
}

.deanfooter{
    width: 100%;
    background: #191e28;
    margin-top: 40px;
    padding: 30px 0; 
}

.w1180{
    width: 1200px;
margin: 0 auto;
}
.w1180 p a{
    font-size: 14px;
    color: #8a9099;
    
}
.w1180 p .pipe {
    margin: 0 5px;
    color: #CCC;
}

.w1180 p.xs0 {
    text-indent: 534px;
}

