

.product_main {
    display:flex;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 100vh;
    padding: 3rem 0 2rem;
}


.category {
    width: 22%;
}

.category .list::-webkit-scrollbar {
    width: 5px; /* 设置滚动条的宽度 */
}
.category .list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.category .top {
    height:6.25rem;width: 100%;
    margin-bottom: 0.5rem;display: flex;justify-content: space-between;align-items: center;padding:0 1rem;
    color: var(--comcolor);
    /*background: #d3eefb;*/
}
.category .top .cn {font-size: 2rem;font-weight: 600;}
.category .top .en {font-size: 1rem;text-transform: uppercase;}
.category .top .iconfont {font-size: 2.2rem;}
.category .item {
    font-size:1rem;display: flex;align-items: center;position: relative;
    /*color:var(--comcolor);*/
    height: 3rem;padding: 0 0.6rem;
    cursor:pointer;
    border-bottom: 1px solid #d9d9d9;
    background: #eef9ff;
    margin-top: 0.5rem;
}
.category .item.act {border:1px solid #00A0E9;}
.category .item:hover {color:#00A0E9;}
.category .item img { width:2rem;height:2rem;margin-right: 0.5rem; }

.category .s_list {
    width:100%;
    position: relative;
}
.category .s_list a{
    display: block;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}
.category .s_list .name {
    height:3rem;
    padding: 0 1rem;
    color:#333;
    font-size: 1rem;
    display: flex;
    justify-content:space-between;
    align-items: center;
    cursor: pointer;
}
.category .s_list .s_item.act .name {
    color: #00A0E9;
}
.category .s_list .name:hover {
    color:#00A0E9;
}



.products {
    width: 76%;
    position: relative;
}
.pro_list li {
    display: block;
    float: left;
    margin-bottom: 1rem;
    background: #fff;
    box-shadow: 2px 2px 10px #909090;
}

.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 .item {
    width: 90%;
    margin:1rem auto;
}
.pro_list li .tit {
    font-size: 1rem;
    height: 3.5rem;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_list li .line {
    width: 0;
    height: 4px;
    background: var(--comcolor);
    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: 1.5rem;
    border-radius: 0.5rem;
}
.pro_list li .btn a {
    display: block;
    width: 50%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    float: left;
    font-size: 0.9rem;
    color: #777777;
    text-decoration: none;
}
.pro_list li .btn a:first-child {
    border-right: 1px solid #eaeaea;
}
.pro_list li .btn a:hover {
    color: var(--comcolor);
}


@media  screen and (min-width: 1000px){
    .pro_list li {
        width: 32%;
        margin-right: 2%;
    }
    .pro_list li:nth-child(3n){
        margin-right:0;
    }
}

@media  screen and (max-width: 1000px){
    .product_main {
        display:block;
        padding: 1rem 0;
    }
    .category {
        width: 100%;
        margin-bottom: 2rem;
        height: 50vh;
        overflow-y: auto;
    }
    .category .top {
        height:5rem;
    }
    .category .top .cn {font-size: 1.5rem;}
    .category .top .iconfont {font-size: 1.8rem;}
    .category .s_list a {
        width: 49%;
        float: left;
        margin-right: 2%;
    }
    .category .s_list a:nth-child(2n) { margin-right: 0; }
    .products { width: 100%;}
    .pro_list li {
        width: 49%;
        margin-right: 2%;
    }
    .pro_list li:nth-child(2n){
        margin-right:0;
    }
    .pro_list li .btn { display: none;}
}





/** 产品内页 **/

.breadcrumb {position: fixed;width:100%;}

.product_main2 {margin-top: 80px;}
.category2 {margin-top: 70px;}

.product{
    width:76%;
    margin-bottom: 2rem;
    margin-top: 70px;
}

.pro_nav{
    position: relative;
    line-height: 3rem;height: 3rem;
}
.pro_nav a{
    padding:0 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;position: relative;height: 3rem;float: left;text-align: center;
    color:#333;font-size: 1rem;
}
.pro_nav a:last-child{
    border-right: none;
}
.pro_nav a.act,.pro_nav a:hover {
    background:var(--comcolor);
    color:#fff;
}




.pro_detail { margin-bottom: 3rem;display: flex; justify-content: space-between;}
.pro_detail .pic {padding-top:0;width:500px;overflow-x: hidden;position: relative;border:2px solid #c7c7c7;}
.pro_detail .pic img { display: block;}
.pro_detail .introduce {width: calc(100% - 510px);position: relative;}
.pro_detail .introduce .name {font-size: 2rem;margin-bottom: 1rem;font-weight: 600;padding-bottom: 1rem;border-bottom:1px solid #f1f1f1;}
.pro_detail .introduce .intro {line-height: 2rem;overflow-y:auto;}

.contact {padding: 1rem 0;}
.contact .tit {font-size: 1rem;line-height: 2rem;margin-bottom: 1rem;}
.contact .box {display: flex;}
.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}
.contact .phone i {color:#fff;font-size: 1rem;}
.contact .phone .number{padding-left:10px;color:#fff;}




.miaod {
    min-height: 6.25rem;
    margin-top: 2rem;
    background-color: #fbfbfb;
    padding-top: 2rem;
    margin-bottom: 1.2rem;
}

.miaod>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;
    position: relative;
    color:#004898;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.cont_item_name svg{
    padding-right: 0.5rem;
}

.cont_item_name:after {
    content: '';
    position: absolute;
    bottom:-10px;
    left:0;
    width:100%;
    height:1px;
    background: #f1f1f1;
}

.introductions {
    padding: 1rem;
}
.introductions,.introductions p{
    font-size: 1rem;
    line-height: 2rem;
}
.yingyongfanwei {
    padding: 1rem;
}
.yingyongfanwei li {
    float: left;
    margin-bottom: 0.6rem;
    position: relative;
}
.yingyongfanwei li p{
    position: absolute;
    top:50%;left:50%;
    font-size: 1.2rem;
    color:#fff;
    transform: translate(-50%,-50%);
}




table {
    width:100% !important;
    max-width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
table tbody tr {
    height: 3rem;
}
td {
    border: solid 1px #ddd;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    line-height: 2;
    color: #212529;
    padding:0 0.2rem;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}








.hot_product {
    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 dl {
    float: left;
    width: 23.5%;
    border: 1px solid #dfdfdf;
    margin-right: 2%;
}
.hot_product dl:last-child {
    margin-right: 0;
}
.hot_product dl img {
    display: block;
    width: 100%;
}
.hot_product dd {
    padding: 0.6rem;
    position: relative;
    background: #fff;
}
.hot_product dd 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 dd h3 a {
    color: #191919;
}
.hot_product dd .desc {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_product dl:hover {
    border-color: var(--subcolor);
}
.hot_product dl:hover h3 a {
    color: var(--subcolor);
}


@media  screen and (min-width: 1000px){
    .yingyongfanwei li {
        width:32%;
        margin-right: 2%;
    }
    .yingyongfanwei li:nth-child(3n) {
        margin-right: 0;
    }
}

@media  screen and (max-width: 1000px){
    .category2,
    .pro_nav
    {display: none;}
    .product_main2 {margin-top: 0;}
    .breadcrumb {position: relative;}
    .product { width: 100%; margin-top: 0;}
    .pro_detail {width: 100%;display: block;margin-bottom: 1rem;}
    .pro_detail .pic {width: 100%;}
    .pro_detail .introduce {width: 100%;margin: 1rem auto 0;}

    .yingyongfanwei li {
        width:49%;
        margin-right: 2%;
    }
    .yingyongfanwei li:nth-child(2n) {
        margin-right: 0;
    }

    .hot_product dl {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0.5rem;
    }
    .hot_product dl:nth-child(2n) {
        margin-right: 0;
    }
}