﻿@font-face {
    font-family: "思源黑体-Regular";
    src: url("http://houqingyl.com/houqin/font/SourceHanSerifCN/SourceHanSerifCN-Regular.otf");
}



*{
    box-sizing: border-box;
}

body{
    color: #333333;
    font-size: 14px;
    font-family: "思源黑体-Regular";
}

a,a:hover{
    color: #333333;
}

input::placeholder,
textarea::placeholder{
    color: #999999;
}


.page-container{
    padding-bottom: 1px;
}


.inner{
    width: 1200px;
    margin: 0 auto;
}



.text-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-ellipsis1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-ellipsis3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-ellipsis4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text-ellipsis5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.text-ellipsis6{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}





.pop-up-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}
.pop-up-box .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.pop-up-box .pop-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 91.4667vw;
    background-color: #fff;
    transform: translate(-50%,-50%);
    border-radius: 2.6667vw;
}
.pop-up-box .close{
    position: absolute;
    bottom: -14vw;
    left: 50%;
    width: 10.6667vw;
    height: 10.6667vw;
    background: url(http://houqingyl.com/houqin/img/close.png) no-repeat center center / 100% 100%;
    cursor: pointer;
    transform: translate(-50%, 0);
}
.pop-up-box .pop-in{
    max-height: 75vh;
    overflow: auto;
}






.header{
    color: #666666;
    border-bottom: 1px solid #D63E29;
}
.header .header-top{
    font-size: 12px;
    background-color: #F5F5F5;
}
.header .header-top .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
}
.header .login-btn a{
    color: #D63E29;
}
.header .top-r{
    display: flex;
    align-items: center;
}
.header .other-btn{
    display: flex;
    align-items: center;
    padding-right: 38px;
}
.header .other-btn .btn{
    position: relative;
    color: #666666;
    padding: 0 10px;
}
.header .other-btn .btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #999999;
    margin-top: -5px;
}
.header .other-btn .btn:last-child:after{
    display: none;
}
.header .other-btn .btn .icon{
    width: 16px;
    height: 16px;
}
.header .contact{
    display: flex;
    align-items: center;
}
.header .contact .icon{
    width: 12px;
    height: 12px;
    margin: 0 4px 0 8px;
}
.header .contact b{
    color: #D63E29;
    font-size: 14px;
    font-weight: bold;
}
.header .header-bottom{
    background-color: #fff;
}
.header .header-bottom .inner{
    display: flex;
    align-items: center;
    height: 110px;
}
.header .logo{
    display: flex;
    align-items: center;
}
.header .logo img{
    height: 54px;
    margin-right: 10px;
}
.header .logo .line{
    width: 1px;
    height: 36px;
    background-color: #000;
    margin-right: 20px;
}
.header .logo .text{
    color: #333333;
    font-size: 20px;
}
.header .search{
    display: flex;
    background-color: #D63E29;
    margin-left: auto;
    border-radius: 4px;
}
.header .search .input{
    height: 38px;
    padding: 2px;
    box-sizing: border-box;
}
.header .search .input input{
    width: 500px;
    height: 100%;
    border-width: 0;
    padding: 0 16px;
    border-radius: 4px 0 0 4px;
    outline: none;
}
.header .search .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 38px;
    color: #fff;
    background-color: #D63E29;
    border-width: 0;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}
.header .search .btn .icon{
    width: 24px;
    height: 24px;
    margin-right: 3px;
}
.header .shopcar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 38px;
    color: #666666;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    box-sizing: border-box;
    margin-left: 30px;
    cursor: pointer;
}
.header .shopcar .icon{
    width: 24px;
    height: 24px;
    margin-right: 3px;
}


.header-nav{
    display: flex;
    height: 42px;
}
.header-nav .inner{
    display: flex;
}
.header-nav .all_cate{
    position: relative;
    width: 240px;
    background: #D63E29;
    padding: 0 5px;
    margin-right: 20px;
    border-radius: 8px 8px 0px 0px;
    box-sizing: border-box;
    z-index: 2;
}
.header-nav.active div.all_cate{
    border-radius: 8px 0 0 0;
}
.header-nav .all_cate .title{
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-nav .nav_list{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 414px;
    padding: 12px 0;
    background-color: #D63E29;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    display: none;
}
.header-nav .all_cate:hover .nav_list{
    display: block;
}
.header-nav.active .nav_list{
    border-radius: 0 0 0 8px;
}
.header-nav .nav_list .list_item{
    font-size: 13px;
    padding: 0 2px 0 8px;
}
.header-nav .nav_list .list_item .item_lv1{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 9px 0px 9px 6px;
    border-radius: 8px;
}
.header-nav .nav_list .list_item:hover .item_lv1{
    background-color: #fff;
}
.header-nav .nav_list .list_item .item_lv1 .item_icon{

}
.header-nav .nav_list .list_item .item_lv1 .item_icon img{
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
}
.header-nav .nav_list .list_item .item_lv1 .item_icon .img1{
}
.header-nav .nav_list .list_item .item_lv1 .item_icon .img2{
    display: none;
}
.header-nav .nav_list .list_item:hover .item_lv1 .item_icon .img1{
    display: none;
}
.header-nav .nav_list .list_item:hover .item_lv1 .item_icon .img2{
    display: block;
}
.header-nav .nav_list .list_item .item_lv1 .lv1{
    line-height: 1;
    color: #fff;
    padding: 0 7px;
    border-right: 1px solid #fff;
}
.header-nav .nav_list .list_item:hover .item_lv1 .lv1{
    color: #333333;
    border-color: #333333;
}
.header-nav .nav_list .list_item .item_lv1 .lv1:hover{
    color: #D63E29;
}
.header-nav .nav_list .list_item .item_lv1 .lv1:last-child{
    padding-right: 0;
    border-right-width: 0;
}
.header-nav .nav_list .list_item .item_lv2{
    position: absolute;
    top: 0;
    left: 100%;
    width: 732px;
    height: 456px;
    background-color: #fff;
    border: 2px solid #D63E29;
    margin-top: -42px;
    border-radius: 0 8px 8px 8px;
    padding: 20px 26px 1px 20px;
    overflow: auto;
    display: none;
}
.header-nav .nav_list .list_item:hover .item_lv2{
    display: block;
}
.header-nav.active .nav_list .list_item .item_lv2{
    border-radius: 0px 8px 8px 0px;
}
.header-nav .nav_list .list_item .item_lv2 .fast_nav{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.header-nav .nav_list .list_item .item_lv2 .fast_nav a{
    padding: 4px 12px;
    font-weight: bold;
    background: #F5F5F5;
    margin-right: 10px;
    margin-bottom: 12px;
}
.header-nav .nav_list .list_item .item_lv2 .fast_nav a:hover{
    color: #D63E29;
}
.header-nav .nav_list .list_item .item_lv2 .lv2_list{
}
.header-nav .nav_list .list_item .item_lv2 .lv2_list .lv2{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.header-nav .nav_list .list_item .item_lv2 .lv2_list .lv2 .lv2_title{
    display: flex;
    align-items: center;
    color: #333333;
    white-space: nowrap;
    margin-right: 16px;
}
.header-nav .nav_list .list_item .item_lv2 .lv2_list .lv2 .lv2_title .icon{
    width: 16px;
    height: 16px;
    margin-left: 16px;
}
.header-nav .nav_list .list_item .item_lv3{
    display: flex;
    flex-wrap: wrap;
}
.header-nav .nav_list .list_item .item_lv3 .lv3{
    color: #666666;
    font-size: 12px;
    margin: 0 16px 10px 0;
}
.header-nav .nav_list .list_item .item_lv3 .lv3:hover{
    color: #D63E29;
}


.header-navigator{
    flex: 1;
    display: flex;
    border-radius: 8px;
}
.header-navigator .nav{
    flex: 1;
    position: relative;
    width: 112px;
    line-height: 42px;
    font-size: 15px;
    text-align: center;
}
.header-navigator .nav.active{
    color: #fff;
    background-color: #D63E29;
    border-radius: 8px 8px 0 0;
}
.header-navigator .nav::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    background: #666666;
    margin-top: -6.5px;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.5;
}
.header-navigator .nav:last-child:after{
    display: none;
}




.right-tools{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 99;
}
.right-tools .tool{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #fff;
    margin-bottom: 2px;
    cursor: pointer;
}
.right-tools .tool:hover{
    color: #fff;
    background-color: #D63E29;
}
.right-tools .tool.tool-shop-car{
    border-radius: 8px 0 0 0;
}
.right-tools .tool.feedback{
    border-radius: 0 0 0 8px;
}
.right-tools .tool.scroll-top{
    margin-top: 20px;
    border-radius: 8px 0 0 8px;
}
.right-tools .tool img{
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}
.right-tools .tool .img1{

}
.right-tools .tool .img2{
    display: none;
}
.right-tools .tool:hover .img1{
    display: none;
}
.right-tools .tool:hover .img2{
    display: block;
}
.right-tools .tool .tool_pop{
    position: absolute;
    top: 50%;
    right: 100%;
    padding-right: 15px;
    transform: translate(0, -50%);
    display: none;
}
.right-tools .tool:hover .tool_pop{
    display: block;
}
.right-tools .tool .tool_pop .tool_phone{
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    padding: 8px 12px;
    background-color: #D63E29;
    border-radius: 8px;
}
.right-tools .tool .tool_pop .tool_phone::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    border: 5px solid rgba(0,0,0,0);
    border-left-color: #D63E29;
}
.right-tools .tool .tool_pop .tool_phone img{
    width: 18px;
    height: 18px;
    margin: 0 12px 0 0;
}


.feedback-pop .pop-cont{
    width: 872px;
    padding: 24px 26px 40px 20px;
    box-sizing: border-box;
    border-radius: 8px;
}
.feedback-pop .feedback_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #D63E29;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 35px;
}
.feedback-pop .feedback_title span{

}
.feedback-pop .feedback_title .exit{
    cursor: pointer;
}
.feedback-pop .feedback_title .exit img{
    display: block;
    width: 16px;
    height: 16px;
}
.feedback-pop .form{
    padding: 0 16px 0 10px;
}
.feedback-pop .form .form_item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 11px;
}
.feedback-pop .form .form_item .item_label{
    min-width: 90px;
    line-height: 42px;
}
.feedback-pop .form .form_item .item_input{
    flex: 1;
}
.feedback-pop .form .form_item .item_input textarea{
    width: 100%;
    height: 170px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    resize: none;
}
.feedback-pop .form .form_item .item_input input{
    width: 395px;
    height: 42px;
    padding: 0 10px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}
.feedback-pop .form .form_tool{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
}
.feedback-pop .form .form_tool .btn{
    width: 72px;
    line-height: 33px;
    color: #D63E29;
    font-size: 16px;
    text-align: center;
    border: 1px solid #D63E29;
    border-radius: 8px;
    margin: 0 7.5px;
    cursor: pointer;
}
.feedback-pop .form .form_tool .btn.submit{
    color: #fff;
    background-color: #D63E29;
}





.footer{
}
.footer .footer-top{
    background-color: #fff;
}
.footer .footer-top .inner{
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.footer .top-l{
    display: flex;
}
.footer .nav-list{
    display: flex;
}
.footer .nav-list .nav{
    margin-right: 88px;
}
.footer .nav-list .nav .nav_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer .nav-list .nav .lv2{

}
.footer .nav-list .nav .lv2 a{
    display: block;
    color: #666666;
    margin-bottom: 8px;
}
.footer .contact{

}
.footer .contact .contact_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer .contact .phone-num{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer .contact .time{
    color: #666666;
    margin-bottom: 3px;
}
.footer .top-r{

}
.footer .ewm-list{
    display: flex;
}
.footer .ewm-list .ewm{
    color: #666666;
    text-align: center;
    margin-left: 33px;
}
.footer .ewm-list .ewm .ewm_img{
    padding: 6px;
    background-color: #E5E5E5;
    border-radius: 6px;
    margin-bottom: 11px;
}
.footer .ewm-list .ewm img{
    display: block;
    width: 110px;
    height: 110px;
}
.footer .footer-bottom{
    color: #fff;
    background: #D63E29;
}
.footer .footer-bottom .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.footer .bottom-l a{
    color: #fff;
}
.footer .bottom-r{

}








.breadcrumbs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 48px;
    color: #999999;
}
.breadcrumbs .filter_box{
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs .filter{
    position: relative;
    display: flex;
    align-items: center;
    color: #666666;
    line-height: 17px;
    font-size: 12px;
    padding: 4px 54px 4px 10px;
    border: 1px solid #D63E29;
    margin-left: 6px;
}
.breadcrumbs .filter .close{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 100%;
    background-color: #D63E29;
}
.breadcrumbs .filter .close img{
    width: 16px;
    height: 16px;
    margin: 1px 0 0 1px;
}






.checkbox{
    position: relative;
    margin-right: 12px;
}
.checkbox input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.checkbox i{
    display: block;
    width: 16px;
    height: 16px;
    background: url("../image/checkbox.png") no-repeat center center / 100%;
}
.checkbox input:checked ~ i{
    background-image: url("../image/checkbox_checked.png");
}






.list_no_msg{
    width: 100%;
    color: #666666;
    text-align: center;
    padding: 40px 0;
}
.list_no_msg img{
    width: 656px;
    margin-bottom: 14px;
}





.pro_list{
    display: flex;
    flex-wrap: wrap;
}
.pro_list .list_item{
    position: relative;
    width: 224px;
    margin-right: 14px;
    margin-bottom: 40px;
}
.pro_list .list_item::before{
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translate(-50%, 0);
    width: 235px;
    height: calc(100% + 18px);
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #D63E29;
    display: none;
}
.pro_list .list_item:hover::before{
    display: block;
}
.pro_list .list_item:nth-child(5n){
    margin-right: 0px;
}
.pro_list .list_item .item_img{
    position: relative;
    width: 224px;
    height: 224px;
    background: no-repeat center center / cover;
    margin-bottom: 8px;
    border-radius: 8px;
}
.pro_list .list_item .item_title{
    position: relative;
    line-height: 23px;
    color: #333333;
    margin-bottom: 8px;
}
.pro_list .list_item .item_price{
    position: relative;
    color: #D63E29;
    font-weight: bold;
    margin-bottom: 8px;
}
.pro_list .list_item .item_price span{
    font-size: 22px;
}
.pro_list .list_item .btn{
    position: relative;
    display: flex;
    align-items: center;
    color: #D63E29;
}
.pro_list .list_item .btn img{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}







#pagination{
    text-align: center;
    padding: 30px 0 50px;
}
#pagination .layui-laypage a,
#pagination .layui-laypage span,
#pagination .layui-laypage button,
#pagination .layui-laypage input{
    background: none;
}
#pagination .layui-laypage a:hover{
    color: #D63E29;
}
#pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #D63E29;
}