ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
}
/* input {border:none;} */
.lf   {float:left;}
.rt  {float:right;}
 i {
    font-style: normal;
}

*{zoom:1}
.main{
    margin-top: 36px;
}


/*瀵艰埅閮ㄥ垎*/

#category {
    width: 152px;
    float: left;
    background: #c10c1a;
    position: relative;
    display: none;
    text-align: center;
}
.onlyDis #category{
    display: block;
}

/*鍏ㄩ儴鍟嗗搧鍒嗙被*/
#category>a{
    height: 40px;
    line-height: 40px;
    color: #ffffff;
   font-size:16px;
   text-decoration:none;
}

/*鍏朵粬瀵艰埅椤�*/
#nav_items {
    float:left;
}

#nav_items li {
    float:left;
    height:40px;
    position: relative;
}
#nav_items li span{
    position: absolute;
    top: 0;
    right: -10px;
    width: 30px;
    height: 19px;
    background: #fff;
    line-height: 19px;
    font-size: 12px;
    color: #ff0000;
    text-align: center;
    z-index: 100;
}
#nav_items li a {
    display:block;
    height:40px;
    min-width:61px;
    text-align: center;
    color: #fff;
    font-size:14px;
    text-decoration: none;  
    line-height:40px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

/* 易货知识 */
.qwer{
    position: relative;
}

.wasd{
    width: 100%;
    padding: 10px 0;
    background-color: #ef845c;
    position: absolute;
    display: none;
    z-index: 999;
}

.wasd a{
    display: block;
    width: 100%;
    font-size: 13px;
    height: 31px;
    line-height: 31px;
    padding: 0 5px !important;
    color: #ffffff;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.wasd a:hover{
    background-color: #fff;
    color: #ef845c !important;
}

/* 鑿滃崟椤归珮浜樉绀� */
#nav_items .cur::after{
    content: '';
    border-top: 10px #df1e2d solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    width: 0;
    height: 0;
    display: block;
    margin: auto;
}

/*end*/
#banner{
overflow: hidden;
position: relative;
}
.ps{
position: absolute;
}
/*寮规*/
#cate_box {
width: 152px;
height: 452px;
border-top-width: 0px;
pointer-events: all;
background: #ef845c;
position:relative;
float:left;
overflow-y: auto;
overflow-x: hidden;
box-sizing: border-box;
scrollbar-width:2px;
}

#cate_box::-webkit-scrollbar{width:2px;position:absolute;}
#cate_box::-webkit-scrollbar-thumb{background-color: #fff;border-radius: 10px;height: 51%;border: 2px solid #fbc5b0;}
#cate_box::-webkit-scrollbar-thumb:hover{background-color:#fff;}
#cate_box::-webkit-scrollbar-thumb:active{border:0;border-radius:0;background-color:#fff}
#cate_box::-webkit-scrollbar-thumb:window-inactive{background-color:#fff;}
.sub_cate_items::-webkit-scrollbar{width:2px;position:absolute;}
.sub_cate_items::-webkit-scrollbar-thumb{background-color: #fff;border-radius: 10px;height: 51%;border: 2px solid #fbc5b0;}
 /* 绾靛悜婊氬姩鏉″搴� */  
 #cate_box,.sub_cate_items{
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}
#cate_box>li {
height:31px;
cursor: pointer;
width:152px;
display: block;
padding:0 0 0px 16px;
line-height: 31px;
position: relative;
box-sizing: border-box;
margin: 8px auto 5px;
}
#cate_box li>a{
margin:0px;
font-size:13px;
height: 31px;
line-height: 31px;
font-weight:normal;
color:#ffffff;                 
}
#cate_box h3>a {
color:#333;
text-decoration:none;
} 
.fu_box{
position: relative;
}           

/*寮瑰嚭閮ㄥ垎*/
.sub_cate_box {

float: left;
    display: block;
    width: 680px;
    height: 452px;
    padding: 10px 20px;
    background: #fcfcfc;
    border: 1px solid #ef845c;
    border-right: 0;
    border-top-width: 2px;
    position: absolute;
    left: 150px;
    top: -1px;
    pointer-events: all;
}
.sub_cate_items{
overflow-y: auto;
overflow-x: hidden;
height:437px;
}
/*浜岀骇鍒嗙被*/
.sub_cate_items>div {
clear:left;
padding:0px;
margin:0px 0px 10px 10px;
width:100%;
overflow: hidden;
display: block;
}

.sub_cate_items p {
width:100%;
line-height:22px;
float: left;;
margin:0px;
}             
.sub_cate_items p a {    
text-align: right;
/* display: inline-block; */
padding: 0 4px 2px;
color: #656565;
text-decoration: none; 
border-bottom: 1px dashed #ededed; 
font-size: 12px;
}
.sub_cate_items p a:hover {
color:#e60012;  
}

/*寮瑰嚭鍒嗙被涓殑banner閮ㄥ垎*/
.sub_cate_banner>div {
width:100%;
margin-bottom:5px;
}
.sub_cate_banner h4 {
padding: 3px 6px 0 0;
font-weight: 700;
color: #E4393C;
}
.sub_cate_banner li {
width: 194px;
float:left; 
padding:3px 0px;     
}
.sub_cate_banner li a {
color:#666;            
text-decoration:none; 
}
.sub_cate_banner li a:hover {        
text-decoration:underline; 
}   
div.sub_cate_box {
display:none;
}

#cate_box .doI{
width: 6px;
height: 6px;
/* border-radius: 50%; */
/* background: url(../images/jian.png) no-repeat center; */
display: inline-block;
margin-bottom: 2px;
margin-right: 5px;
color:#ffffff ;
}

.show{
background: #fcfcfc !important;
}
.show>a,.show .doI{
color:#cd0606 !important;
}
.nav-banner-wrap.show0{
   display: block;
}

.user_company{
width:198px;
pointer-events: all;
margin-top: 10px;
}

.user_main .text-center .frame{
display: inline-block;
width:95px;
height:32px;
line-height: 32px;
border-radius:15px;

}
.userImg{
    text-align: center;
}
.userImg img{
    margin-bottom: 8px;
}
.user_login{
background: #a9e2f9;
overflow: hidden;
padding: 14px 11px 16px;
box-sizing: border-box;
margin-bottom: 10px;
}
.userImg span{
    color: #e60012;
    font-size: 14px;
    margin-bottom: 8px;
}
.user_login a{
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
    display: block;
    float: left;
    color: #ffffff;
    border-radius: 10px;

}
.user_login span{
display: block;
text-align: center;
}
.welcome{
color: #333333;
font-size: 16px;
}
.waiting{
color: #ed6827;
font-size: 14px;
margin: 4px auto 14px;
}
.login0{
    background: #fe8f00;
    margin-right: 10px;
}
.register0{
    background: #e60012;
}

.recommended_company span{
    height:34px;
    line-height: 34px;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
}

.recommended_company span.date{
    font-size: 12px;
    float: right;
    line-height: unset;
    width: 60px;
    height: auto;
}
.recommended_company .tab{
 border-bottom: 1px solid #e9e9e9;
}

.re-sel::after{
    content: '';
    height: 2px;
    width: 85px;
    display: block;
    background: #e60012;
    margin-bottom: -1px;
}

.recommended_company .company li{
    margin:9px 0 -7px;
     overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
}

.do0{
    position: absolute;
    top: 4px;
    left: 2px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid #ff7844;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .user_company ul li p{
    float: right;
    text-align: right;
}
.user_company ul li p span{
    color: #eb6100;
}
.user_company ul li p span i{
    position: relative;
    left:5px;
    color: #333;
    top:2px;
}
.user_company ul li p i{
    color: #ff0000;
    font-style: normal;
    margin-left: 5px;
}
.company li a{
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 73%;
    display: inline-block;
}
.company li a:hover{
    color:#e60012;
}
.table1 .company li a{
    width: 73%;
}
.rt .table .company li a{
    width: 99%;
}

 .nav-banner-wrap{
    position: absolute;
    top:40px;
    z-index: 9999;
    left:0px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* display: none; */
}

.nav_top{
    position: relative;
}
.floor{
    overflow: hidden;
}
.ver{
    position: absolute;
    right: 0;
    bottom: 1px;
}
.sub_cate_items .sub_menu a{
    padding-left: 4px;
    margin-left: 20px;
    margin-bottom: 5px;
    float: left;
    height: 24px;
    overflow: hidden;
    width: 75px;
    word-spacing: normal;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background-color: #7c7171;
}
.sub_cate_items .sub_menu a:hover{
    color: #fff;
    background-color: #e60012;
}

/* 鍏跺畠椤甸潰涓嬫媺瀵艰埅 */
.other_box{
    display: none;
    z-index: 999;
    position: absolute !important;
}
#category .other_box,#category .other_cate_box{
    text-align: left;
}
#category .other_cate_box{
    top: 40px;
    z-index: 5;
}
#category .other_box{
    width: 152px;
}

/* 杞挱*/
.fullSlide{ position:relative; margin:0 auto; height: 100%;}
.fullSlide .bd{ position:relative; z-index:0; height: 100%;}
.fullSlide .bd li img{width:100%; vertical-align:top; height:440px;} 
.fullSlide .hd{position:relative; z-index:1; margin-top: -56px;text-align:center;
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:5px; overflow:hidden; 
    font-size:0;
    background:#696969;
    border-radius:100%;
}
.fullSlide .hd ul .on,.hotFullS.fullSlide .hd ul .on{ background-position:0 0; background:#ff7844;width:11px; height:11px;border-radius: 100%;}
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:48px; height:48px; position:relative; margin:-27% 0 0 3%; float:left; filter:alpha(opacity=70);opacity:0.7;border-radius:100%;background:#c0c0c0}
.fullSlide .next{  background-position:right 0; float:right; margin-right:3%  }
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1 }
.home_warp{
width:838px;
height:450px;
position: relative;
top:10px;
margin-left: 160px;
overflow: hidden;
}

.bd ul li{
position: relative;
}
.bd ul li span{
position: absolute;
bottom: 25px;
left:20px;
font-size:24px; 
color:#fff;
}
.bd ul li .picDe{
  position: absolute;
  bottom: 10px;
  z-index: 2;
  font-size: 18px;
  color: #ffffff;
  padding-left: 22px;
  width: 59%;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
}
.hotFullS ul{
    height: 365px;
    overflow: hidden;
}
.hotFullS .hotHd{
    /* text-align: right;
    float: right;
    padding-right: 20px; */
    width: 100%;
    background: rgba(117, 117, 121, .5);
    height: 44px;
    line-height: 57px;
    margin-top: -44px;
}
.hotFullS.fullSlide .hd ul{
   text-align: unset;
   padding-top: 0;
   height: 44px;
   line-height: 55px;
   overflow: hidden;
   width: 39%;
    float: right;
}
.hotFullS.fullSlide .hd ul li{
  background: #ffffff;
  
}

/* 鍓嶅彴椤甸潰 */
.eqtIndexBaner{
    background: #f4f4f4;
    padding-bottom: 28px;
}
.eqtIndexBaner .nav-banner-wrap{
    top: 0;
}
.rt .recommended_company .table .company li{
    white-space: normal;
    text-overflow: revert;
}
.rt .recommended_company .table .company li a{
    white-space: normal;
    text-overflow: revert;
}