
.hot_search {
    background: #f2f2f2;
    height: 80px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 1rem;
}
.hot_search .cont {height:100%;display: flex;justify-content: space-between;align-items: center;}
.hot_search .cont .keywords a {
    color: #444;
    display: inline-block;
    margin-right: 1rem;
}
.hot_search .cont form {
    position: relative;
}
.hot_search .cont input {
    border: 0;
}
.hot_search .cont input {
    width: 12rem;
    height: 2rem;
    line-height: 2rem;
    color: #a9a9a9;
    padding-left: 0.5rem;
}
.hot_search .cont button {
    position: absolute;
    top:50%;
    right:5%;
    transform: translateY(-50%);
    background: #fff;
}


.main .cont {margin-top: 1rem;display: flex;justify-content: space-between;}
.main .cont .left_half {width:22%;}
.main .cont .left_half .classify {
    margin-bottom: 2rem;
}
.main .cont .left_half .classify .top {
    height: 5rem;
    background: var(--comcolor);
    margin-bottom: 2px;
}
.main .cont .left_half .classify .top a{
    display: block;
    height: 4.8rem;
    line-height: 5rem;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
}
.main .cont .left_half .classify .item {
    background: #ececeb;
    margin-bottom: 2px;
}
.main .cont .left_half .classify .item h3{
    width:100%;
    height: 3rem;
    color:#666666;
    font-size: 1rem;
    overflow: hidden;
}
.main .cont .left_half .classify .item h3 a {width: 100%;height:100%;padding-left: 5%;display: flex;
    align-items: center;}
.main .cont .left_half .classify .item h3.cur, .main .cont .left_half .classify .item h3:hover {
    background: var(--comcolor);
}
.main .cont .left_half .classify .item h3.cur a, .main .cont .left_half .classify .item h3:hover a {
    color:#fff;
}
.main .cont .left_half .classify .item dt {height:2.5rem;padding-left: 5%;display: flex;align-items: center;}
.main .cont .left_half .classify .item dt:hover,.main .cont .left_half .classify .item dt.cur {color:var(--comcolor);}
.main .cont .left_half .contact {margin-bottom: 2rem;}
.main .cont .left_half .contact .top {
    height: 5rem;
    background: var(--comcolor);
    margin-bottom: 2px;
}
.main .cont .left_half .contact .top a{
    display: block;
    height: 4.8rem;
    line-height: 5rem;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
}
.main .cont .left_half .contact  ul {
    padding: 1.5rem 1rem;
    border: 1px solid #eee;
}
.main .cont .left_half .contact  li {
    font-size: 1rem;
    line-height: 2rem;
    color: #666;
}

.main .cont .right_half {width:75%;}
.main .cont .right_half .item {float: left;border: 1px solid #dedede;
    margin-bottom: 1rem;}
.main .cont .right_half .item:hover {
    border-color: var(--comcolor);
}
.main .cont .right_half .item .pro {padding:1rem;}
.main .cont .right_half .item .pro h4{
    display: block;
    font-size: 1.1rem;
    height: 3rem;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.main .cont .right_half .item .pro .desc {
    font-size: 0.9rem;
    line-height: 1.8rem;
    height:3.6rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main .cont .right_half .item .btn{
    overflow: hidden;
    width: 100%;
    height:2.5rem;
    border: 1px solid #eee;
    margin: 0 auto;
    margin-top: 1rem;
    border-radius: 1.25rem;
}
.main .cont .right_half .item .btn a {
    display: block;
    width: 50%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    float: left;
    font-size: 0.8rem;
    color: #777777;
    text-decoration: none;
}
.main .cont .right_half .item .btn a:first-child {
    border-right: 1px solid #eaeaea;
}
.main .cont .right_half .item .btn a:hover {
    color: var(--comcolor);
}


.main .cont .right_half .pro_detail {display: flex;padding-bottom:10px;border-bottom: 1px dashed #cbcbcb;}
.main .cont .right_half .pro_detail .picture {padding-top:0;width:50%;height:100%;position: relative;overflow-x: hidden;}
.main .cont .right_half .pro_detail .picture .pro_swiper {width:100%;}
.main .cont .right_half .pro_detail .introduce {width: 50%;padding-left:2rem;position: relative;}
.main .cont .right_half .pro_detail .introduce .name {font-size: 2rem;margin-bottom: 1rem;font-weight: 600;}
.main .cont .right_half .pro_detail .introduce .intro {line-height: 2rem;overflow-y:auto;}


.main .cont .right_half .contact {border-bottom:1px solid #f1f1f1;padding: 1rem 0;}
.main .cont .right_half .contact .tit {font-size: 1rem;line-height: 2rem;margin-bottom: 1rem;}
.main .cont .right_half .contact .box {display: flex;}
.main .cont .right_half .contact .phone {width:16rem;margin-bottom: 5px;background: var(--comcolor);padding:0.6rem;margin-right:1rem;border-radius: 0.5rem;font-size: 1rem;display: flex;align-items: center}
.main .cont .right_half .contact .phone i {color:#fff;font-size: 1rem;}
.main .cont .right_half .contact .phone .number{padding-left:10px;color:#fff;}



.hot_product_box {
    padding: 1.8rem 0;
}
.hot_product_tit {
    height:2.8rem;
    line-height: 2.8rem;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 2rem;
    padding-top: 1.6rem;
    text-align: left;
    box-sizing: content-box;
}

.hot_product_tit b {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: normal;
    color: #464646;
    border-bottom: 2px solid #4c4c4c;
    box-sizing: content-box;
}

.hot_product_tit span {
    margin-left: 0.8rem;
    font-size: 1.2rem;
    color: #c2c2c1;
    text-transform: uppercase;
}
.hot_product_list dl {
    float: left;
    width: 23.5%;
    border: 1px solid #dfdfdf;
    margin-right: 2%;
}
.hot_product_list dl:last-child {
    margin-right: 0;
}
.hot_product_list dl img {
    display: block;
    width: 100%;
}
.hot_product_list dd {
    padding: 0.6rem;
    position: relative;
    background: #fff;
}
.hot_product_list h3 {
    height: 2rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2rem;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.hot_product_list h3 a {
    color: #191919;
}
.hot_product_desc {
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_product_list dl:hover {
    border-color: var(--comcolor);
}

.hot_product_list dl:hover h3 a {
    color: var(--comcolor);
}


@media  screen and (min-width: 1000px){
    .pro_fill {
        height:80px;
    }
}
@media  screen and (max-width: 1000px){
    .hot_search {display: none;}
    .main .cont {display: block;}
    .main .cont .left_half.product_page {display: none}
    .main .cont .left_half {
        width:100%;
    }
    .main .cont .left_half .classify .top,
    .main .cont .left_half .contact {display: none;}
    .main .cont .right_half {
        width:100%;
    }
    .main .cont .left_half .classify .item{
        width:48%;
        margin-right: 4%;
        float: left;
        margin-bottom: 0.5rem;
    }
    .main .cont .left_half .classify .item:nth-child(2n){
        margin-right: 0;
    }
    .main .cont .right_half .pro_detail {
        display: block;
    }
    .main .cont .right_half .pro_detail .picture {width: 100%;margin-bottom: 2rem;}
    .main .cont .right_half .pro_detail .introduce {width: 100%;padding:0;margin-bottom: 2rem;}

    .hot_product_list dl {
        width: 49%;
        margin-bottom: 1rem;
    }
    .hot_product_list dl:nth-child(2n) {
        margin-right: 0;
    }
}
@media  screen and (min-width: 768px){
    .main .cont .right_half .item {width:32%;margin-right:2%;}
    .main .cont .right_half .item:nth-child(3n) {margin-right:0;}
}
@media  screen and (max-width: 768px){
    .main .cont .right_half .item {
        width: 48%;
        margin-right: 4%;
    }
    .main .cont .right_half .item:nth-child(2n) {
        margin-right: 0;
    }
}