.table_ul>li{
    background: none;
}
.table_one{
    background: none !important;
}
.table_ul>li:nth-child(2){
    background: #ce0f05;
}
.news_cont{
    word-wrap: break-word;
}
.detail_big_box{
    background: #F2F2F2;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 30px;
}
.news_msg_box{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 940px;
    float: left;
}
.detail_tree{
    margin: 20px 0;
    color: #999999;
}
.detail_tree>span{
    color: #333;
}
.news_detail_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.news_detail_title h1{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.news_time{
    margin: 10px 0 20px;
}
.news_time>div:nth-child(1){
    font-size: 14px;
    color: #999;
    line-height: 22px;
}
.news_time>div:nth-child(2)>span{
    margin-right: 10px;
}
.news_time>div:nth-child(2)>span>svg{
    font-size: 36px;
}
.news_cont img{
    max-width: 600px;
    display: block;
    margin: 20px auto;
}
.news_cont a{
    color: #09f !important;
}
.news_cont a:hover{
    text-decoration: underline !important;
}
.news_cont>p{
    line-height: 20px;
}
.news_cont_bottom{
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.news_cont_bottom>div{
    margin-top: 17px;
}
.news_cont_bottom>div:nth-child(2)>span>svg{
    font-size: 36px;
    margin-right: 10px;
}
.news_cont_bottom_left>div{
    float: left;
}
.news_cont_bottom_left h1{
    font-size: 14px;
}
.news_cont_bottom_left>div:nth-child(1){
    margin-right: 10px;
    line-height: 36px;
    height: 36px;
}
.news_cont_bottom_left>div:nth-child(2){
    width: 650px;
}
.news_cont_bottom_left>div>div{
    float: left;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    border-radius: 18px;
    margin-bottom: 10px;
}

.latest_cont_right{
    float: right;
    width: 250px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.latest_cont_right_title{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #F1F1F1;
    font-size: 18px;
    font-weight: 600;
}
.latest_cont_right_title>div{
    width: 5px;
    height: 20px;
    float: left;
    margin: 0 10px;
    background: #ce0f05;
    margin-top: 10px;
}
.latest_nav>div{
    margin-left: 25px;
    line-height: 38px;
}
.latest_nav>div>a{
    color: #333;
}
.latest_nav>div:nth-child(2){
    position: relative;
    color: #0099FF;
}
.latest_nav>div:nth-child(2)>div{
    width: 6px;
    height: 6px;
    position: absolute;
    background: #0099FF;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
}

.news_nearby_box{
    margin-bottom: 60px;
    padding-left: 5px;
    box-sizing: border-box;
}
.news_nearby_box>div:nth-child(1){
    margin: 20px 0;
}
.news_nearby_box>div>a{
    color: #333;
    margin-left: 10px;
}
.news_nearby_box>div>a:hover{
    color: #09f;
}
.related_products_title{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.related_products_title>div{
    width: 8px;
    height: 8px;
    background: #ce0f05;
    margin-right: 10px;
    float: left;
    margin-top: 5.5px;
}
.related_products_cont>a{
    display: block;
    float: left;
    margin-right: 13px;
    width: 215px;
    color: #333;
}
.related_products_cont>a>div{
    width: 215px;
    height: 137px;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 137px;
    position: relative;
    margin-bottom: 10px;
}
.related_products_cont>a>div>img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-height: 100%;
    transform:translate(-50%,-50%);
}
.related_products_cont>a:last-child{
    margin-right: 0;
}
.related_products_cont>a>span:nth-child(2){
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.related_products_cont>a>span:nth-child(3){
    font-size: 14px;
    color: #9A9A9A;
    line-height: 20px;
    margin-top: 10px;
    display: block;
}

.topic_box{
    height: 200px;
}
.recommended_suppliers{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
}
.recommended_suppliers>a{
    display: block;
    float: left;
    width: 70px;
    height: 45px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #E6E6E6;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
/* .recommended_suppliers>a>img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-height: 100%;
    transform:translate(-50%,-50%);
} */
.cross_news_cont{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 30px;
}
.cross_news_cont>div{
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
}
.cross_news_cont>div>span{
    display: block;
    width: 22px;
}
.cross_news_cont>div>a{
    color: #333;
    display: block;
    width: 208px;
}
.cross_news_cont>div>a:hover{
    color: #09f;
}
.news_cont h1,.news_cont h2,.news_cont h3,.news_cont h4,.news_cont h5,.news_cont h6{
    display: block !important;
    font-weight: 600;
}
.news_cont h1{
    margin-bottom: 10px;
    font-size: 17px;
}
.news_cont h2{
    font-size: 16px;
}
.news_cont p{
    margin: 10px 0 20px;
    font-size: 14px;
}
.news_cont br{
    display: none;
}
.news_cont p br{
    display: block !important;
}
.news_cont iframe{
    display: block;
    margin: 20px auto;
}
.manudetail_top{
    min-width: 1200px;
    background: #F2F2F2;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}
.manudatail_tree{
    color: #999999;
    margin: 20px 0;
}
.manudatail_tree>span{
    color: #333;
}
.supplier_msg{
    margin-bottom: 20px;
    box-sizing: border-box;
    background: #fff;
    padding: 14px;
}
.supplier_msg_logon_img{
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 150px;
    margin-right: 10px;
    overflow: hidden;
}
.supplier_introduce>span{
    display: block;
    width: 1012px;
}
.supplier_introduce a{
    color: #999;
}
.supplier_introduce>span:nth-child(1){
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.supplier_introduce>span:nth-child(2){
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
}
.detail_cont_left{
    width: 250px;
    border: 1px solid #E6E6E6;
    float: left;
    margin-right: 10px;
    height: 300px;
    margin-bottom: 10px;
}
.detail_cont_left>div{
    height: 52px;
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 52px;
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid #E6E6E6;
}
.detail_cont_left>div>i{
    display: block;
    float: right;
}
.detail_cont_left_cli{
    background: #ce0f05 !important;
    color: #fff !important;
}
.detail_cont_right{
    float: left;
    width: 938px;
    margin-bottom: 10px;
    overflow: hidden;
}
.detail_cont_search{
    height: 50px;
    display: none;
}
.detail_cont_search>div{
    float: right;
    width: 550px;
}
.detail_cont_search>div>input{
    box-sizing: border-box;
    width: 460px;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
    border-right: none;
    padding-left: 20px;
}
.detail_cont_search>div>div{
    width: 90px;
    color: #fff;
    font-size: 16px;
    background: #ce0f05;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
}
.detail_cont_list_title{
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #F2F2F2;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: 600;
    font-size: 18px;
}
.detail_cont_list_title>span{
    margin-left: 45px;
    font-size: 16px;
    color: #999999;
    font-weight: 100;
}
.detail_cont_list_title>span>span{
    color: #0155A7;
}
.datail_cont>ul{
    padding-top: 20px;
}
.datail_cont>ul>li{
    line-height: 22px;
    width: 33%;
    float: left;
    padding: 0 0 20px;
    font-size: 14px;
}
.datail_cont>ul>li>a{
    color: #0155A7;
    display: block;
    max-width: 240px;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.datail_cont>ul>li>a>h3{
   font-size: 14px;
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap; 
}

.datail_cont>ul>li>span{
    color: #999999;
    margin-left: 10px;
}
.datail_cont>ul>li>a:hover{
    color: #0099FF;
    text-decoration:underline;
}
.detail_cont_list{
    display: none;
}
.featured_products_msg>a{
    display: block;
    float: left;
    border: 1px solid #E6E6E6;
    /* width: 225px; */
    width: 24%;
    height: 270px;
    color: #333;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}
.featured_products_msg>a:hover{color:#d03028;}
.featured_products_msg>a:nth-child(4n+4){
    margin-right: 0;
}
.featured_products_img{
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.featured_products_img>img{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.featured_products_span{
    display: block;
    font-size: 12px;
    margin: 10px 0;
    line-height: 16px;
}
.featured_products_spantwo{
    height: 32px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured_products_sku{
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.featured_products_morin{
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ce0f05;
    line-height: 20px;
}
.featured_products_morin>span{
    float: left;
}
.featured_products_morin>i{
    color: #333;
    float: left;
    display: none;
    margin-left: 10px;
}
.featured_products_msg>a:hover{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.featured_products_msg>a:hover>.featured_products_morin>i{
    display: block;
}
.product_news_box>a{
    display: block;
    width: 299.3px;
    margin-right: 20px;
    float: left;
    color: #333;
}
.product_news_box>a:nth-child(3n+3){
    margin-right: 0;
}
.product_news_images{
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.product_news_images>img{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product_news_title{
    display: block;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    min-height: 50px;
}
.datail_cont{
    padding-left: 30px;
}
.help_box_bg{
    background: #F2F2F2;
    padding: 20px 0 30px;
}
.help_cent_box{
    color: #333333;
    background: #fff;
    padding-left: 33px;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}
.structure{
    color: #999999;
    font-size: 14px;
    margin-bottom: 30px;
}
.structure>span{
    color: #333;
}
.help_cent_box>div{
    width: 650px;
}
.help_title{
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 24px;
    font-weight: 600;
}
.hint{
    margin: 20px 0 30px;
}
.input_bus{
    margin-bottom: 20px;
}
.input_bus>span{
    display: block;
    margin-bottom: 10px;
}
.input_bus>span>span{
    color: #FF3030;
}
.input_bus>input{
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 15px;
    width: 650px;
    height: 40px;
}
.help_img{
    width: 371px;
    height: 310px;
    position: absolute;
    bottom: 40px;
    right: 43px;
}
.input_bus>textarea{
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 15px;
    width: 650px;
    height: 200px;
    padding-top: 10px;
}
.help_btm{
    width: 150px;
    height: 50px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 20px;
    color: #FFFFFF;
    background: #ce0f05;
    margin-bottom: 30px;
    text-align: center;
    line-height: 50px;
}
.left_list{
    background: #fff;
    width: 250px;
    margin-right: 10px;
    float: left;
    min-height: 468px;
}
.left_title{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #676767;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.left_list>ul>li>a{
    color: #999999;
    font-size: 14px;
    line-height: 38px;
    padding-left: 20px;
    box-sizing: border-box;
    display: block;
}
.holp_cont{
    width: 940px;
    height: 100%;
    float: left;
    min-height: 468px;
    padding: 15px 30px 27px 23px;
    box-sizing: border-box;
    background: #fff;
}
.holp_title{
    padding-left: 8px;
    box-sizing: border-box;
    border-bottom: 5px solid #E6E6E6;
    line-height: 38px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.holp_cont>img{
    margin-top: 8px;
}
.holp_cont{
    font-size: 14px;
    line-height: 20px;
}
.holp_cont>p>strong{
    font-weight: 600;
}
.holp_cont>h4>strong{
    color: #ce0f05;
    font-weight: 600;
}
.holp_cont strong{
    color: #ce0f05;
    font-weight: 600;
}
.how_to_buy_icon{
    margin-left: 8px;
}
.how_to_buy_icon>div{
    float: left;
}
.how_to_buy_icon>div:nth-child(odd){
    width: 114.3px;
    height: 114.3px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 114.3px;
    position: relative;
    z-index: 99;
}
.how_to_buy_icon>div:nth-child(odd)>span{
    position: absolute;
    line-height: 18px;
    display: block;
    left: -6px;
    bottom: -50px;
    font-weight: 600;
    width: 127px;
    text-align: center;
}
.how_to_buy_icon>div:nth-child(odd)>i{
    color: #ce0f05;
    font-size: 48px;
}
.how_to_buy_icon>div:nth-child(even){
    width: 114.3px;
    height: 114.3px;
    line-height: 114.3px;
    margin-left: -39px;
}
.how_to_buy_icon>div:nth-child(even)>i{
    color: #F2F2F2;
    font-size: 162px;
    margin-left: -7px;
}