



.listCon th, td {line-height:25px;}
.listCon h2{

    font-size: 20px;
    font-weight:550;
    color: #156aa9;
    line-height: 40px;
    border-bottom: #b5b5b5 solid 1px;
    margin: 5px 0 15px 0;

}

.listCon h3 {
    font-size: 17px;
    margin: 10px 0;
    color: #3399cc;
}



html {

    background: rgba(0,0,0,0);

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    font-size:125%;

}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    margin: 0;

    padding: 0;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    box-sizing:border-box;

}

body{

    width: 100%;

    overflow-x: hidden;

    font-size: 14px;

    line-height: 1;

}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    display: block;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}



audio, canvas, video {

    display: inline-block;

    *display: inline;

    *zoom: 1

}



table {

    border-collapse: collapse;

    border-spacing: 0

}



th {

    text-align: inherit;

}



fieldset, img {

    border: 0

}



iframe {

    display: block

}



abbr, acronym {

    border: 0;

    font-variant: normal

}



del {

    text-decoration: line-through

}



address, caption, cite, code, dfn, em, th, var, i, b {

    font-style: normal;

   

}



ol, ul {

    list-style: none

}



h1, h2, h3, h4, h5, h6, b {

    font-size: inherit;

    font-weight: normal;

}



q:before, q:after {

    content: ''

}

a {color:inherit;}

a:visited, a:hover {

    color: inherit;

    text-decoration: none

}



html {

    height: 100%

}



input, select, textarea {

   font-size: inherit;

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

     font-size: inherit;

     color:inherit;

}



ins, a {

    text-decoration: none;

    color:inherit;

}



a,input, textarea{

    color: inherit;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;

}

input {

    background:no-repeat 0 0 scroll #fff;

    border:none;

    outline:medium; /* 在浏览器下面，点击input输入时，会有边框，只要在样式中应用：outline:medium;即可去掉边框。 */ 

    padding:0; /*input默认有上下padding*/

}



input,select,textarea {

    font-family: "Arial","微软雅黑","黑体","_sans";

    color:inherit;

}

/* 隐藏滚动条 */

/* ::-webkit-scrollbar { width: 0; } */

input:not([type="checkbox"]), select, textarea { outline: none; border: none;}



 /*清除浮动*/

.cf::after{ display:block; clear:both; content:""; visibility:hidden; height:0; }

.cf{ zoom:1; }



.fl{

    float: left;

}

.fr{

    float: right;

}



@media screen and (max-width:480px) {
    .breadcrumb{display:block!important;}
    
    .Industry_zhunt .Relatedrecomm ul li  {display:block!important;}
.Relatedrecomm {
 
    display: block!important;
}
.txt {
 
    height: 40px!important;}
}




.listCon table {
    border: 1px solid gray;
    width: 100%;
    background-color: #f9f9f9;
    border-collapse: collapse;
  }
  
.listCon th, td {
    text-align: left;
    vertical-align: middle;
    padding: 8px;
    border-bottom: 1px solid gray;
  }
  
.listCon th {
    background-color: #4CAF50;
    color: white;
  }
  
.listCon tr:nth-child(even) {
    background-color: #f2f2f2;
  }



.listCon caption{
    
        line-height: 30px;
    font-weight: bold;
    
    
}


.zz{width:100%;    height: 176px;}
.slt{width: 30%;
    float: left;
    height: 176px;
    overflow: hidden;}
    
    
    .slt img{width: 100%;height: 160px;border: 5px solid #bdd0e2d6;}
    .detailtext .listQuote{width: 70%;
    float: left;
height: 171px;
    overflow: hidden;}
    
    
    
    @media screen and (max-width: 768px) {
  /* 在 768px 以下的屏幕应用这里的样式 */
  .detailtext .listQuote {
    width: 100%;
    height: auto;
    overflow: hidden;
}
  .zz {
    height: auto;
}
  .slt{display:none;  }
}


.breadcrumb{display:none;}

/* breadcrumb */.breadcrumb {line-height:39px;height:39px}
.breadcrumb a {padding:0 5px;background: url(../images/icon6.png) no-repeat left center;    padding: 0 10px;}
.breadcrumb a{display: unset;}
.row {
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
    padding-right: 17px;
    border: 1px solid #ddd;
}