@charset "utf-8";
.hm1 {
    padding: 100px 0 60px 0;
}

.hm1top h4 {
    font-size: 28px;
    color: #454140;
}

.hm1top p {
    color: #424242;
    font-size: 22px;
    margin-top: 5px;
}

.hm1s {
    width: 900px;
    margin: 0 auto;
    padding: 30px 80px;
    border: 1px solid #d9d9d9;
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.hm1s a {
    margin: 20px 20px 0 20px;
    display: inline-block;
}

.hm1s a:hover {
    color: #F08300;
}

.topselect select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.brands {
    width: 92px;
    height: 33px;
}

.topselect_span {
    font-style: normal;
    border: 1px solid #b1b1b1;
    background: #ededed;
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.topselect_span i {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    color: #b1b1b1;
}

.hm1ssipt input[type="text"] {
    width: 300px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #b1b1b1;
    background: #ededed;
    margin-left: 5px;
    padding-left: 10px;
}

.hm1ssipt input[type="submit"] {
    width: 80px;
    height: 45px;
    line-height: 45px;
    background: #8f8f8f;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}

.hm1ss {
    width: 640px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -320px;
    margin-top: -22px;
}

.dm2top h4 {
    font-size: 22px;
    color: #424242;
    font-weight: normal;
}

.dm2top p {
    color: #c4c4c4;
    margin-top: 10px;
}

.dm2top span {
    display: inline-block;
    margin-top: 5px;
}

.dm2boxtop li {
    display: inline-block;
}

.dm2boxtop a {
    display: inline-block;
    /*width: 115px;*/
    margin-bottom: 10px;
    margin-right: 7px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #a9a9a9;
    border: 1px solid #efefef;
}

.dm2boxtop a:hover {
    background: #F08300;
    border: 1px solid #F08300;
    color: #fff;
}

.dm2b {
    width: 1230px;
    margin-left: -30px;
}

.dm2b1 {
    width: 380px;
    margin-left: 30px;
    margin-top: 30px;
}

.dm2b1pic {
    height: 190px;
    width: 100%;
    overflow: hidden;
}

.dm2b1pic img {
    height: 100%;
    width: 100%;
}

.dm2b1txt {
    text-align: center;
    background: #fff;
    padding-bottom: 30px;
}

.dm2b1txt h4 {
    font-size: 15px;
    color: #222;
    font-weight: normal;
    padding-top: 20px;
}

.dm2b1txt p {
    font-size: 13px;
    color: #aeb0af;
    line-height: 26px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
    padding: 0 15px;
}

.dm2b1txta a {
    display: inline-block;
    padding: 7px 25px;
    border: 1px solid #F08300;
    color: #F08300;
    border-radius: 4px;
    margin: 0 10px;
}

.dm2b1txta a.active {
    background: #F08300;
    color: #fff;
}

.dm2 {
    padding-bottom: 60px;
}

.dm2_a a {
    display: inline-block;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-top: 60px;
    color: #999;
}

.dm2_a a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.dm2_a a span {
    display: block;
    width: 110px;
    height: 40px;
    background: #fff;
    text-align: center;
    float: left;
    line-height: 40px;
}

.dm2_a a em {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #383838;
    float: left;
}

.dm2_a a em img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.dm3 {
    padding: 60px 0;
    background: #fff;
}

.dm3cl {
    width: 1230px;
    margin-left: -30px;
    margin-top: 30px;
}

.dm3cl a {
    width: 585px;
    height: 160px;
    background: #f7f7f7;
    display: inline-block;
    margin-left: 30px;
    margin-top: 30px;
    padding: 35px 20px;
}

.dm3clpic {
    width: 150px;
    height: 90px;
    overflow: hidden;
}

.dm3clpic img {
    display: block;
    border: 0;
    max-width: 100%;
    max-height: 100%;;
    transition: 1.25s;
}

.dm3cltxt {
    width: 375px;
}

.dm3cltxt h4 {
    color: #3c3a3d;
    font-weight: normal;
    font-size: 15px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: .25s;
}

.dm3cltxt p {
    color: #999;
    line-height: 24px;
    margin-top: 10px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dm3cl a:hover h4 {
    color: #F08300;
}

.dm3cl a:hover img {
    transform: scale(1.05);
}

.dm4 {
    background: url(../images/dm4_bg_02.jpg) no-repeat center;
    height: 624px;
    background-size: cover;
}

.dm4box {
    height: 384px;
    width: 1200px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -600px;
    bottom: 5px;
    background: #c48a30;
    padding: 20px;
}

.dm4boxpic {
    width: 550px;
    height: 344px;
    overflow: hidden;
}

.dm4boxpic img {
    width: 100%;
    display: block;
    border: 0;
}

.dm4boxtxt {
    width: 610px;
    padding: 70px;
    color: #fff;
}

.dm4boxtxttop h4 {
    font-size: 24px;
    font-weight: normal;
}

.dm4boxtxttop p {
    font-size: 12px;
    margin-top: 10px;
}

.dm4boxtxt_p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.dm4boxtxta {
    float: right;
}

.dm4boxtxta:hover {
    -webkit-filter: brightness(105%);
}

.dm5 {
    background: #fff;
    padding: 130px 0 0 0;
}

.dm5box {
    border-top: 1px solid #eee;
    height: 140px;
}

.classify1 {
    margin-top: 50px;
}

.clsfcont1 {
    width: 100%;
}

.clsfbox1 {
    width: 150px !important;
    float: left;
    text-align: center;
}

.clsfbox1 img {
    display: inline-block;
}

.swiper-button-next_2 {
    width: 12px;
    height: 17px;
    background: url(../images/linkright_07.jpg) no-repeat center;
    opacity: 1 !important;
    margin-top: -9px;
}

.swiper-button-prev_2 {
    width: 12px;
    height: 17px;
    background: url(../images/linkleft_07.jpg) no-repeat center;
    opacity: 1 !important;
    margin-top: -9px;
}

.wapicon, .waplogin {
    display: none;
}


/*-----------平板----------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .wrap {
        width: 100%;
        padding: 0 20px;
    }

    .hm1s {
        width: 100%;
        padding: 30px;
    }

    .dm2b {
        width: 100%;
        margin-left: 0;
    }

    .dm2b1 {
        width: 48%;
        margin-left: 1.5%;
    }

    .dm3cl {
        width: 100%;
        margin-left: 0;
    }

    .dm3cl a {
        width: 100%;
    }

    .dm3cltxt {
        width: 75%;
    }
}

@media only screen and (max-width: 915px) {
    .headb {
        height: 60px;
    }

    .nav {
        position: absolute;
        left: 0;
        top: 60px;
        background: #fff;
        z-index: 9999;
        display: none;
        width: 100%;
    }

    .nav a {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
    }

    .wapicon {
        display: inline-block;
        width: 50px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        color: #666;
    }

    .logo {
        height: 40px;
        margin-top: 10px;
    }

    .logo img {
        height: 100%;
    }

    .waplogin {
        display: block;
    }

    /*.dm4{
        height: 400px;
    }*/
    .dm4box {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: auto;
        top: auto;
    }

    .dm4boxpic {
        width: 50%;
        height: auto;
    }

    .dm4boxtxt {
        height: auto;
        width: 50%;
        padding: 20px;
    }

    .clsfbox1 {
        width: 20% !important;
    }

    .ftop_3 {
        margin-top: 20px;
    }

    .ftop_3 .mt_30 {
        margin-top: 15px;
    }
}

/*-----------手机----------------*/
@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .headtop {
        display: none;
    }

    .idright {
        display: none;
    }

    .wrap {
        width: 100%;
        padding: 0 10px;
    }

    .headb {
        height: 60px;
    }

    .nav {
        position: absolute;
        left: 0;
        top: 60px;
        background: rgba(255, 255, 255, .95);
        z-index: 9999;
        display: none;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    }

    .nav a {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
    }

    .wapicon {
        display: inline-block;
        width: 50px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        color: #666;
    }

    .logo {
        height: 40px;
        margin-top: 10px;
    }

    .logo img {
        height: 100%;
    }

    .pchead {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    }

    .wapheight {
        display: block;
        height: 60px;
        width: 100%;
    }

    .banner {
        height: 250px;
    }

    .swiper-button-next_1, .swiper-button-prev_1 {
        display: none;
    }

    .waplogin {
        display: block;
    }

    .hm1 {
        padding: 50px 0 30px 0;
    }

    .hm1s {
        width: 100%;
        padding: 30px 10px;
    }

    .hm1ss {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .topselect_span {
        width: 100px;
    }

    .hm1ssipt input {
        outline: none; /*清除选中效果的默认蓝色边框 */
        -webkit-appearance: none; /*清除浏览器默认的样式 */
        line-height: normal;
    / / 光标问题
    }

    .hm1ssipt input[type="text"] {
        width: 150px;
    }

    .dm2top span img {
        max-width: 100%;
    }

    .dm2b {
        width: 100%;
        margin-left: 0;
    }

    .dm2b1 {
        margin-left: 0;
        width: 100%;
    }

    .dm2 {
        padding-bottom: 30px;
    }

    .dm2_a a {
        margin-top: 30px;
    }

    .dm3cl {
        width: 100%;
        margin-left: 0;
    }

    .dm3cl a {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 20px;
        padding: 20px;
    }

    .dm3clpic {
        width: 35%;
        height: auto;
    }

    .dm3cltxt {
        width: 60%;
    }

    .dm3cltxt h4 {
        margin-top: 0;
    }

    .dm3cltxt p {
        font-size: 12px;
        margin-top: 5px;
    }

    .dm3 {
        padding: 30px 0;
    }

    .dm4 {
        padding: 30px 0;
    }

    .dm4box {
        width: 100%;
        padding: 0 20px;
        position: absolute;
        left: 0;
        margin-left: 0;
        bottom: 5px;
        height: auto;
    }

    .dm4boxpic {
        width: 100%;
        float: none;
        height: auto;
    }

    .dm4boxtxt {
        width: 100%;
        float: none;
        padding: 20px;
    }

    .dm4boxtxt_p {
        margin-top: 20px;
    }

    .clsfbox1 {
        width: 33.3333333% !important;
    }

    .dm5 {
        padding: 60px 0 0 0;
    }

    .ftop_1 {
        display: none;
    }

    .ftop_2 {
        width: 100%;
        text-align: center;
    }

    .ftop_2_mt a {
        float: none;
        display: inline-block;
        margin: 0 20px;
    }

    .ftop_3 {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .ftop_3 .mt_30 {
        margin-top: 15px;
    }

    .foottop {
        padding: 20px 0;
    }

    .foot {
        height: auto;
        line-height: 30px;
        padding: 10px;
    }

    .dm3clpic img {
        width: 100%;
    }

    .dm2b1pic img {
        display: block;
    }

    .dm2b1txt p {
        padding: 0 0;
    }
}
