body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}
body, button, input, select, textarea {
    font: 12px/1.5 tahoma,"Roboto",'Hiragino Sans GB',\5b8b\4f53,"Roboto";
    *line-height: 1.5;
    -ms-overflow-style: scrollbar;
    font-family: "Roboto";
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: Calibri;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

address, cite, dfn, em, var {
  font-style: normal;
}
code, kbd, pre, samp {
  font-family: courier new,courier,monospace;
}
small {
  font-size: 12px;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #000;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset, img {
  border: 0;
}
button, input, select, textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*banner */
#img {
  z-index: 999;
  height: 643px;
}

#img img {
  width: 100%;
  
  display: none;
}
.banners{
  /*position: absolute;*/
  z-index: 999;
}
#num {
  position: absolute;
  bottom: 0px;
  left: 48%;
}
#num li {
  float: left;
  background-color: gray;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

#num li:hover {
  background-color: #FF0000;


}

#num li.active {
  background-color: #FF0000;
  display:none;
}


.wz_s{
  font-weight: bold;
  font-size:48px;
}
.wz_j{
  letter-spacing:10px;
}
.wz_f{
  /*word-spacing: 10px;*/
}
.wx_g{
  text-indent:2em;
}
.wz_d1{
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 3; 
  overflow: hidden; 
  height:69px;
}
.wz_d2{
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
}
.wz_d3{
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 3; 
  overflow: hidden; 
}
    .wz_d3 a {
        color: #a7abaf;
    }
.wz_d3 a:hover {
  color: #a7abaf;
}
