
.container {

}

.products_main {
    display:flex;
    margin: 0 auto;
    padding: 1rem 0;
}


.category_box {
    width: 22%;
    padding-right: 5px;margin-top: 0;
}
.category_box .category_list {

}
.category_box .category_list::-webkit-scrollbar {
    width: 5px; /* 设置滚动条的宽度 */
}
.category_box .category_list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.category_box .category_top {
    height:100px;width: 100%;
    margin-bottom: 0.5rem;display: flex;justify-content: space-between;align-items: center;
    color: #09a2ea;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0.5rem;
}
.category_box .category_top .cn {font-size: 2rem;font-weight: 600;}
.category_box .category_top .en {font-size: 1rem;text-transform: uppercase;}
.category_box .category_top .iconfont {font-size: 2rem;}

.category_box .category_list .item {
    font-size:1rem;display: flex;align-items: center;position: relative;
    color:#09a2ea;
    height: 3rem;padding: 0 0.5rem;
    cursor:pointer;
    border-bottom: 1px solid #d9d9d9;
}
.category_box .category_list .item.act {border:1px solid #09a2ea;}
.category_box .category_list .item:hover {color:#09a2ea;}
.category_box .category_list .item_icon {
    position: absolute;right: 3%;cursor:pointer;
}
.category_box .category_list .sub_item {
    width:100%;
    position: relative;
}
.category_box .category_list .sub_item a{
    display: block;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}
.category_box .category_list .sub_item .name {
    padding: 0.8rem 2.5%;
    color:#333;
    font-size: 0.9rem;
    display: flex;
    justify-content:space-between;
    align-items: center;
    cursor: pointer;
}
.category_box .category_list .sub_item a.act .name {
    border:1px solid #09a2ea;
}
.category_box .category_list .sub_item .name:hover {
    color:#09a2ea;
}



.products_box {
    width: 78%;
    padding-left: 1rem;
    position: relative;
    margin-top: 1rem;
}


.pro_list li * {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.pro_list li .pic {
    width: 100%;
    overflow: hidden;
}
.pro_list li .pic img {
    width: 100%;
    vertical-align: middle;
}
.pro_list li .item {
    padding: 1rem;
}
.pro_list li .tit {
    font-size: 1rem;
    line-height: 2rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.pro_list li .line {
    width: 0;
    height: 4px;
    background: #09a2ea;
    position: relative;
    left: 0;
    bottom: 0;
    transition: all 0.6s ease;
}
.pro_list li:hover .line {
    width:100%;

}
.pro_list li .btn{
    overflow: hidden;
    width: 100%;
    height:2.5rem;
    border: 1px solid #eee;
    margin: 0 auto;
    margin-top: 1rem;
    border-radius: 1.25rem;
}
.pro_list li .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;
}

.pro_list li .btn a:first-child {
    border-right: 1px solid #eaeaea;
}
.pro_list li .btn a:hover {
    color: #09a2ea;
}






/** 产品内页 **/
.banner {
    width: 100%;
    position: relative;
    background: #333;
    min-height: inherit;
    overflow: hidden;
}

.pro_detail {display: block;padding-bottom:0.5rem;border-bottom: 1px dashed #cbcbcb;}
.pro_detail .picture {padding-top:0;max-width:800px;height:100%;position: relative;overflow-x: hidden;}
.pro_detail .picture .pro_swiper {width:100%;margin-bottom: 2rem;}
.pro_detail .introduce {width: 100%;position: relative;}
.pro_detail .introduce .name {font-size: 2rem;margin-bottom: 1rem;font-weight: 600;}
.pro_detail .introduce .intro {line-height: 2rem;overflow-y:auto;}


.products_box .contact {border-bottom:1px solid #f1f1f1;padding: 1rem 0;}
.products_box .contact .tit {font-size: 1rem;line-height: 2rem;margin-bottom: 1rem;}
.products_box .contact .box {display: flex;}
.products_box .contact .phone {width:16rem;margin-bottom: 5px;background: #09a2ea;padding:0.6rem;margin-right:1rem;border-radius: 0.5rem;font-size: 1rem;display: flex;align-items: center}
.products_box .contact .phone i {color:#fff;font-size: 1rem;}
.products_box .contact .phone .number{padding-left:10px;color:#fff;}

.breadcrumb.fixed{position: fixed;top:80px;z-index: 999;background: #fff;}
.breadcrumb .pro_nav{
    position: relative;
    display: flex;
}

.breadcrumb .pro_nav li.act,.pro_nav li:hover {
    background: #efefef;
}

.support {height: 50px;display: none}

.attribute_box {
    min-height: 5rem;
    margin-top: 1rem;
    background-color: #fbfbfb;
    padding-top: 1rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}
.attribute_box>p {
    font-size: 1rem;
    line-height: 2rem;
    min-height: 2rem;
    color:rgb(102, 102, 102);
}
.cont_item_name {
    font-size: 1.2rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
    position: relative;
    color: #09a2ea;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.cont_item_name svg{
    padding-right: 5px;
    width: 2rem;
    height: 2rem;
}

.cont_item_name:after {
    content: '';
    position: absolute;
    bottom:-10px;
    left:0;
    width:100%;
    height:1px;
    background: #f1f1f1;
}

.introductions {
    padding-left: 20px;
}
.introductions,.introductions p{
    font-size: 1rem;
    line-height: 2rem;
}





.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: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_product_list dl:hover {
    border-color: #09a2ea;
}

.hot_product_list dl:hover h3 a {
    color: #09a2ea;
}




.mobile_category_box {display: none;}




@media screen and (min-width: 1000px) {
    .pro_list li {
        display: block;
        float: left;
        width: 32%;
        margin: 0 2% 1.5rem 0;
        background: #fff;
        box-shadow: 1px 1px 3px #909090;
    }
    .pro_list li:nth-child(3n){
        margin-right:0;
    }
}

@media screen and (max-width: 1000px) {
    .products_main {display: block;}
    .mobile_category_box {display: block;margin-bottom: 1rem;}
    .mobile_category_box li{
        width:32%;
        margin-right: 2%;
        position:relative;
        background: #f4f4f4;
        float: left;
        margin-bottom: 5px;
    }
    .mobile_category_box li:nth-child(3n){
        margin-right: 0;
    }
    .mobile_category_box li:after{
        content:"";
        position:absolute;
        width:0;
        top:0;
        left:0;
        height:100%;
        background: linear-gradient(to right, #09a2ea, #1b6ee0);
        transition:all .5s;
    }
    .mobile_category_box li.active:after{
        width:100%;
    }
    .mobile_category_box li.active .cate{
        color:#fff;
    }
    .mobile_category_box li .cate{
        position:relative;
        z-index:2;
        height:3rem;
        padding:0 0.5rem;
        color:#333;
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .mobile_category_box li .cate span{
        font-size:1rem;
    }
    .mobile_category_box li i {
        font-size:1rem;
    }


    .pro_list li {
        display: block;
        float: left;
        width: 49%;
        margin: 0 2% 1.5rem 0;
        background: #fff;
        box-shadow: 1px 1px 0.3rem #909090;
    }
    .pro_list li:nth-child(2n){
        margin-right:0;
    }

    .pro_list li .btn,.pro_list li .line {
        display: none;
    }

    .banner, .breadcrumb .pro_nav, .category_box {display: none}

    .breadcrumb.fixed{position: fixed;top:4.2rem;z-index: 999;background: #fff;}

    .products_main {

    }
    .products_box {
        width:100%;
        padding-left: 0;
    }
    .pro_detail {
        display: block;
    }
    .pro_detail .picture {
        width:100%;
    }
    .products_box .contact .box {
        display: block;
    }
    .pro_detail .introduce {
        width:100%;
        padding-left: 0;
    }
    .pro_detail .introduce .name{
        font-size: 1.8rem;
        margin-top: 1rem;
        text-align: center;
    }


    .hot_product_list dl {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0.5rem;
    }

    .hot_product_list dl:nth-child(2n) {
        margin-right: 0;
    }
}