

.classify {margin-top: 100px;}
.classify ul {display: flex;flex-wrap: wrap;}
.classify ul li {width:11.111%;margin-bottom: 1rem;}
.classify ul li a {display: flex;flex-direction: column;align-items: center;}
.classify ul li img {height:2.3rem;}
.classify ul li p {font-size: 0.9rem;}
.classify ul li:hover p,
.classify ul li.on p
{color:#0d50be}

.products {background: #f7f7f7; }
.products .pro_list { padding:2rem 0;margin-top: 1rem;}
.products .pro_list  li .pic {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.products .pro_list  li .pic img {
    width: 70%;
    vertical-align: middle;
}
.products .pro_list  li .item {
    padding: 0 1rem 1rem;
}
.products .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;
}
.products .pro_list  li .line {
    width: 0;
    height: 4px;
    background: #0170ed;
    position: relative;
    left: 0;
    bottom: 0;
    transition: all 0.6s ease;
}
.products .pro_list  li:hover .line {
    width:100%;

}
.products .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;
}
.products .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;
}
.products .pro_list  li .btn a:first-child {
    border-right: 1px solid #eaeaea;
}
.products .pro_list  li .btn a:hover {
    color: #0170ed;
}

@media  screen and (min-width: 1000px){
    .products .pro_list li {width:22.75%;margin-right: 3%;float: left;background: #fff;margin-bottom: 0.5rem;}
    .products .pro_list li:nth-child(4n) {margin-right: 0;}
    .products .pro_list li:nth-child(4n+1) {clear: both;}
    .products .pro_list  li .pic {
        /*min-height: 250px;*/
    }
}

@media  screen and (max-width: 1000px){
    .classify {margin-top: 1rem;}
    .classify ul li {width:16.66%;margin-bottom: 1rem;}
    .products .pro_list li {width:49%;margin-right: 2%;float: left;background: #fff;margin-bottom: 0.5rem;}
    .products .pro_list li:nth-child(2n) {margin-right: 0;}
    .products .pro_list  li .pic img {
        width: 80%;
    }
}









/** 产品内页 **/

.container {margin-top: 100px;}
.breadcrumb {padding-bottom:1rem;border-bottom: 1px dashed #dcdcdc;}

.products_main {
    display:flex;
    margin: 0 auto;
    padding: 1rem 0;
}


.category_box {
    width: 25%;
    padding-right: 5px;margin-top: 0;
}
.category_box .category_list {
    background: #fff;
    padding: 1.5rem 0.8rem;
}
.category_box .category_list::-webkit-scrollbar {
    width: 5px;
}
.category_box .category_list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.category_box .category_top {
    background: #0054a4;
    height:80px;width: 100%;
    display: flex;justify-content: space-between;align-items: center;
    color: #fff;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0.5rem;
}
.category_box .category_top .cn {font-size: 1.5rem;font-weight: 600;}
.category_box .category_top .en {font-size: 1rem;text-transform: uppercase;}
.category_box .category_top .iconfont {font-size: 1.5rem;}

.category_box .category_list .item {
    font-size:1rem;display: flex;align-items: center;position: relative;
    color:#0d50be;
    height: 2.7rem;padding: 0 0.5rem;
    cursor:pointer;
    border-bottom: 1px solid #d9d9d9;
    background: #eaeaea;
    margin-bottom: 0.5rem;
}
.category_box .category_list .item.act {border:1px solid #0d50be;}
.category_box .category_list .item:hover {color:#0d50be;}
.category_box .category_list .item_icon {
    position: absolute;right: 3%;cursor:pointer;color:#585858;
}
.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.6rem 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 #0d50be;
}
.category_box .category_list .sub_item .name.act,.category_box .category_list .sub_item .name:hover {
    color:#0d50be;
}

.products_box {
    width: 73%;
    padding-left: 1rem;
    position: relative;
}

.pro_detail {display: flex;padding-bottom:10px;border-bottom: 1px dashed #cbcbcb;}
.pro_detail .picture {padding-top:0;max-width:500px;width:50%;height:100%;position: relative;overflow-x: hidden;}
.pro_detail .picture .pro_swiper {width:100%;}
.pro_detail .introduce {width: 50%;padding-left:2rem;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 {position: absolute;bottom:0;}
.products_box .contact .zx {
    width: 8rem;
    height: 3rem;
    float: left;
    font-size: 1rem;
    color: #fff;
    line-height: 3rem;
    background-color: #0d50be;
    border-radius: 3rem;
    text-align: center;
    text-decoration: none;
    margin-right: 1rem;
}
.products_box .contact .box {display: flex;}
.products_box .contact .phone {width:16rem;background: #0d50be;height:3rem;padding-left: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 span{padding-left:10px;color:#fff;}



.pro_content {
    width:100%;
    overflow: hidden;
}
.pro_content .tit{
    margin: 3rem 0;
    text-align: center;
}
.pro_content .tit h3 {
    font-size: 2rem;
}
.pro_content .tit span {
    color: #999;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 5px;
}
table {
    overflow: auto;
}


.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: #0d50be;
}

.hot_product_list dl:hover h3 a {
    color: #0d50be;
}


@media  screen and (max-width: 1000px){
    .container {margin-top: 1rem;}
    .category_box {display: none}
    .products_box {
        width:100%;
        padding:0;
    }
    .pro_detail {display: block;}
    .pro_detail .picture {width:100%;}
    .pro_detail .introduce {width:100%;padding-left: 0;margin-top: 2rem;}
    .products_box .contact {position: relative;margin-top: 2rem;}

    .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;
    }
}