@charset "utf-8";


.head-page .product_item span {
    color: #036EB8;
}
.head-page .product_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.product_pg {
    background: #f9fbfe;
}
.table_nav {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(25, 27, 35, 0.09);
    border-radius: 8px;
    padding: 36px 25px;
    box-sizing: border-box;
}
.table_nav .item {
    padding: 5px 12px;
    box-sizing: border-box;
    border-radius: 6px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 43px; */
    transition: all .4s;
}
.table_nav .item:last-child {
    margin-right: 0;
}
.table_nav .item.active {
    background: #2E6FB4;
    color: #fff;
}

.search_result_num span {
    font-weight: 600;
    color: #2E6FB4;
    padding: 0 5px;
}

.product_lists .list {
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 35px;
}
.product_lists .list .img {
    width: 29.84%;
    height: 297px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    padding: 15px;
    box-sizing: border-box;
}
.product_lists .list .img  img{
    display: block;
    max-height: 100%;
}
.product_lists .list .texts {
    width: 65%;
}
.product_lists .list .texts .texts_title span {
    background: yellow;
    padding: 0 2px;
}
.product_lists .tips{
    margin-bottom: 5px;
}
.product_lists .desc{
    margin-top: 10px;
}
.product_lists .con-detail {
    margin-top: 20px;
}
.product_lists .con-detail a {
    color: #2E6FB4;
}
.product_lists .pvigilance_btn{
    margin-top: 16px;
}
.scale_tit {
    height: 38px;
    background: url(../img/scale_tit.png) no-repeat center/cover;
    padding: 0 25px;
    box-sizing: border-box;
}
.scale_tit span {
    width: 20px;
    height: 20px;
    background: #2E6FB4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 18px;
}
.scale_tit span::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.content_lsts .list{
    margin-bottom: 20px;
}
.content_lsts .list:last-child{
    margin-bottom: 0;
}
.content_lsts .con{
    margin-top: 15px;
    padding: 0 25px;
    box-sizing: border-box;
}


.product_research .lists{
    padding-bottom: 50px;
}
.product_research .lists:last-child{
    padding-bottom: 0;
}
.product_research .lists_title {
    color: #2E6FB4;
}
.product_research .table_names {
    background: #2E6FB4;
    min-height: 48px;
}
.product_research .name_tit{
    color: #fff;
}
.product_research .lists_table {
    border-bottom: 2px solid #2E6FB4;
}
.product_research .name_tit,.product_research .list_item{
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.product_research .name_tit:nth-child(1),.product_research .list_item:nth-child(1){
    width: 50%;
    
}
.product_research .name_tit:nth-child(2),.product_research .list_item:nth-child(2){
    width: 50%;
}
.product_research .table_names_tits,.product_research .table_contents .list{
    width: 50%;
}
.product_research .table_contents .list{
    min-height: 48px;
    border-bottom: 1px dashed #2E6FB4;
    color: #333;
}
/* .product_research .table_contents .list:last-child{
    border-bottom: 1px solid transparent;
} */


.title_con {
    color: #EA474E;
}
@media only screen and (min-width: 960px) {
    .table_nav .item:hover {
        background: #2E6FB4;
        color: #fff;
    }
}
@media only screen and (max-width: 1440px) {
    .table_nav .item{
        padding: 5px 6px;
    }
}
@media only screen and (max-width: 1280px) {
    .table_nav{
        justify-content: center;
        padding: 27px 25px;
    }
    .table_nav .item{
        margin: 3px 28px 3px 0;
    }
    .table_nav .item:last-child{
        margin-right: 0;
    }
}
@media only screen and (max-width: 1240px) {
    .product .product_lists {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 1200px) {
    .product_lists .list{
        margin-bottom: 30px;
    }
    .product .product_lists {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 980px) {
    .product_research .table_names_tits, .product_research .table_contents .list{
        width: 100%;
    }
    .product_research .table_names_tits:nth-child(2){
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .product_lists .list {
        margin-bottom: 15px;
        padding: 15px;
    }
    .product_lists .list:last-child{
        margin-bottom: 0;
    }
    .table_nav {
        padding: 20px 15px;
    }
    .table_nav .item {
        margin: 3px 6px 3px 0;
        font-size: 14px;
        padding: 3px 6px;
        height: 32px;
    }
    .product_lists .list .img{
        width: 100%;
    }
    .product_lists .list .texts{
        width: 100%;
        margin-top: 20px;
    }
    .product_lists .pvigilance_btn {
        margin: 16px auto;
    }
    .bread .bread_box{
        display: none;
    }
    .bread .maxwidth .item-r {
        display: flex;
    }
    .bread .item-r .item {
        padding: 18px 0;
        margin-right: 20px;
    }
    .product_lists .con-detail {
        margin-top: 15px;
    }
    .product_show .product_pg  {
        padding-top: 5px;
    } 
    .scale_tit{
        padding: 0 15px;
    }
    .scale_tit span{
        margin-right: 10px;
    }
    .content_lsts .con{
        padding: 0 0 0 15px;
    }
    .product_research .lists {
        padding-bottom: 30px;
    }
    .product_research_pg{
        padding-top: 30px;
    }
    .product_research .table_names{
        min-height: auto;
    }
    .product_research .table_contents .list{
        min-height: auto;
    }
}