﻿/*CSS reset*/


/*页码*/
input {
    outline: none;
}

.div-pager {
    margin: 30px 0 40px;
    padding-left: 180px;
}

.pager1 {
    color: #999999;
    margin-right: 0px;
    display: block;
    text-align: center;
    position: absolute;
    /*right: 170px;*/
    top: 5px;
}

    .pager1 span {
        display: inline;
        float: left;
        height: 34px;
        line-height: 34px;
        background-color: #FFFFFF;
        color: #333333;
        cursor: pointer;
        padding: 0 14px;
    }

    .pager1 .nu {
        color: #333333;
        border: 1px solid #DFDFDF;
        margin-right: 2px;
    }

    .pager1 span.end {
        border: 1px solid #DFDFDF;
        margin: 0 3px;
        color: #CCCCCC;
        cursor: default;
    }

    .pager1 span.at {
        border: 1px solid #FF4400;
        background-color: #FF4400;
        color: #FFFFFF;
        cursor: default;
    }

    .pager1 .point {
        border: none;
        height: 36px;
        line-height: 36px;
    }

    .pager1 .page {
        margin: 0 3px;
    }

    .pager1 span.nv {
        border: none;
        color: #999999;
        cursor: default;
        padding: 0 3px;
    }

    .pager1 span.ct {
        line-height: normal;
        width: 110px;
        border: 0px;
        position: relative;
        padding: 7px 0 0 0;
        _padding: 6px 0 0 0;
    }

    .pager1 .hov {
        border: 1px solid #FF4400;
        color: #FF4400;
    }

    .pager1 input {
        border: 0;
        height: 20px;
        line-height: 20px;
    }

        .pager1 input.tonum {
            float: left;
            width: 43px;
            height: 15px;
            line-height: 18px;
            border: none;
            text-align: center;
        }

    .pager1 .anim {
        height: 20px;
        left: 0;
        line-height: 20px;
        padding: 0;
        position: absolute;
        width: 80px;
        cursor: default;
        color: #999999;
        border: 0px;
    }

    .pager1 .btn-jump {
        background-color: #FF4400;
        color: #FFFFFF;
        display: inline-block;
        float: left;
        height: 20px;
        line-height: 20px;
        margin: 0 7px 0 0;
        width: 45px;
        text-align: center;
        cursor: pointer;
    }

        .pager1 .btn-jump:hover {
            text-decoration: none;
        }

    .pager1 .wrap-tonum {
        position: relative;
        z-index: 1;
        display: inline-block;
        zoom: 1;
        width: 45px;
        height: 18px;
        padding: 0;
        border: 1px solid #dfdfdf;
    }

    .pager1 span.hov {
        border: 1px solid #FF4400;
    }
/*div-look 看了又看*/
.div-look, .div-look .change, .div-look .more {
    color: #333333;
}

    .div-look .change {
        margin-left: 35px;
    }

        .div-look .change:hover {
            color: #FF4400;
        }

    .div-look .fname {
        height: 18px;
        overflow: hidden;
    }

.ico-change {
    float: left;
    height: 20px;
    width: 20px;
    margin: 11px 4px 0 0;
    color: #333333;
    background-position: -194px -362px;
}

.div-look .content {
    position: relative;
    padding: 0 4px;
    height: 231px;
}

.div-look dl {
    float: left;
    display: inline;
    height: 209px;
    width: 158px;
    margin: 10px 5px;
    text-align: center;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}

.div-look .wrap-hh .hov {
    border: 1px solid #FF4400;
}

.div-look .wrap-ll .hov {
    border: 1px solid #3a8fd5;
}

.div-look .wrap {
    float: left;
}

.div-look dt {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.div-look .h dt {
    background-color: #D53A3A;
}

.div-look dt a {
    display: block;
    zoom: 1;
    color: #FFFFFF;
}

    .div-look dt a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.div-look .l dt {
    background-color: #3A8FD5;
}

.div-look .arrow {
    display: inline-block;
    width: 21px;
    height: 8px;
    overflow: hidden;
    margin: 0 auto 8px;
}

.div-look .h .arrow {
    background-position: -1px -422px;
}

.div-look .l .arrow {
    background-position: -26px -422px;
}

.div-look .btn-buy {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 30px;
    line-height: 30px;
    background-position: -1px -391px;
    font-size: 14px;
    font-weight: bold;
    color: #9A1212;
}

    .div-look .btn-buy:hover {
        background-position: -1px -465px;
        color: #C40000;
    }

.div-look .zhang, .div-look .die, .div-look .ping {
    font-size: 30px;
}

.div-look .sy {
    margin: 18px 0;
}

.div-look .sub {
    font-size: 22px;
}

/*对比栏*/
.div-compare {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: #FFFFFF;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop || document.body.scrollTop) +eval(document.documentElement.clientHeight || document.body.clientHeight) -153+'px');
}

    .div-compare .content {
        height: 110px;
    }

    .div-compare .div-comm {
        margin-bottom: 0;
    }

    .div-compare .func {
        padding: 30px 20px 0 5px;
    }

        .div-compare .func a {
            display: block;
            height: 25px;
            line-height: 25px;
            text-align: center;
        }

.btn-company {
    width: 52px;
    background-color: #FF6600;
    color: #FFFFFF;
}

    .btn-company:hover {
        text-decoration: none;
        background-color: #FF4400;
        color: #FFFFFF;
    }

.div-compare .more {
    right: 20px;
    color: #0066BB;
}

.div-compare dl {
    width: 148px;
    height: 90px;
    padding: 0 0 0 10px;
    margin: 10px 15px 0 0;
    border-right: 1px dashed #EFEFEF;
    float: left;
    display: inline;
    color: #666666;
    overflow: hidden;
}

.div-compare dd {
    position: relative;
    height: 25px;
    line-height: 25px;
}

.div-compare dt {
    height: 20px;
    line-height: 14px;
    font-weight: bold;
}

.div-compare .del {
    text-decoration: none;
    position: absolute;
    right: 20px;
}

.div-compare .empty dd {
    padding-top: 30px;
}

.div-compare .tip {
    background-color: #ffe8e8;
    border: 1px solid #db9a9a;
    color: #c00;
    height: 27px;
    line-height: 27px;
    margin-top: -29px;
    text-align: center;
}

.div-compare .fname {
    display: block;
    height: 14px;
    width: 145px;
    overflow: hidden;
}

/*侧边栏*/
.sidebar {
    bottom: 70px;
    left: 50%;
    margin-left: 620px;
    position: fixed;
    width: 54px;
    z-index: 10;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop || document.body.scrollTop) +eval(document.documentElement.clientHeight || document.body.clientHeight) -305+'px');
}

    .sidebar div {
        height: 48px;
        margin-top: 3px;
        position: relative;
        width: 47px;
    }

    .sidebar .ico {
        color: #fff;
        display: inline-block;
        font-size: 12px;
        height: 20px;
        line-height: 14px;
        padding-top: 28px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

        .sidebar .ico:hover {
            text-decoration: none;
            color: #FFFFFF;
        }

.sidesearch .ico {
    background-position: -370px -254px;
}

.feedback .ico {
    background-position: -370px -303px;
}

.gotop .ico {
    background-position: -370px -353px;
}

.sidesearch .hov {
    background-position: -421px -254px;
}

.feedback .hov {
    background-position: -421px -303px;
}

.gotop .hov {
    background-position: -421px -353px;
}

.sidesearch dl {
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

.sidesearch dt .ico {
    height: 18px;
    width: 47px;
}

.sidesearch dt {
    font-size: 0;
    vertical-align: top;
    white-space: nowrap;
}

.sidesearch b {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.sidesearch dd {
    display: inline-block;
    vertical-align: top;
    background-position: -1px -499px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.show dd {
    width: 281px;
}

.sidesearch input {
    float: left;
    border: 0;
    color: #666666;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 8px 0 0 11px;
    padding: 0 0 0 6px;
    vertical-align: middle;
    width: 210px;
}

.sidesearch .submit {
    float: right;
    width: 45px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 8px 8px 0 0;
    color: #FFFFFF;
}

    .sidesearch .submit:hover {
        color: #FFFFFF;
        text-decoration: none;
    }


/*页尾*/
.search_bottom {
    margin: 40px auto 0;
}

.offices {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    height: 110px;
    margin-bottom: 25px;
}

    .offices ul {
        width: 955px;
        margin: 10px auto;
    }

    .offices li {
        border-right: 1px solid #E3E3E3;
        display: inline;
        float: left;
        text-align: center;
        width: 190px;
    }

        .offices li.last {
            border: medium none;
        }

        .offices li a, .offices li a:hover {
            color: #333333;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
        }

        .offices li p {
            cursor: pointer;
            height: 40px;
            line-height: 40px;
        }

        .offices li h4 {
            border-bottom: medium none;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin: 0 0 10px 5px;
        }

            .offices li h4.v1 {
                background-position: 0 -159px;
            }

            .offices li h4.v2 {
                background-position: -3px -43px;
            }

            .offices li h4.v3 {
                background-position: -2px -82px;
            }

            .offices li h4.v4 {
                background-position: 0 0;
            }

            .offices li h4.v5 {
                background-position: 0 -122px;
            }

.declare {
    padding: 5px;
    margin: 13px 0 15px;
    line-height: 26px;
    background-color: #fffae0;
    border: 1px solid #cac9c7;
}

span.lgray {
    color: #D4D4D4;
}

@media screen and (max-width: 1219px) {
    .page-box, .wrap-l {
        width: 1000px;
    }

    .da-logo, .a-nav-sy, .wrap-r, .div-look .ex {
        display: none;
    }

    .div-hot {
        width: 324px;
    }

    .div-hqb {
        width: 326px;
    }

    .comm-content .fence {
        margin-left: 19px;
    }

    .div-hot .fence {
        margin: 15px 22px 0;
    }

    .div-look dl {
        width: 186px;
    }

    .div-compare dl {
        width: 155px;
        padding: 0 0 0 15px;
        margin: 10px 13px 0 0;
    }

    .sidebar {
        margin-left: 520px;
    }
}
