html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style-type: none;
}


.block_home_slider {
  padding: 0;
  position: relative;
  background-color: #ffffff;
  border: 0 solid #f2f2f2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 0;
  margin-right: auto;
  margin-left: auto;
}

/*底部小图标*/
.block_home_slider .slide {
  position: relative;
}

.block_home_slider .caption {
  padding: 13px 16px 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  text-align: center;
}

.block_home_slider .caption p {
  padding-bottom: 0;
  font-size: 11px;
  color: #dedede;
  text-shadow: 0 -1px #000000;
  line-height: 17px;
}

.block_home_slider .caption p.title {
  padding-bottom: 6px;
  font-size: 20px;
  color: #ffffff;
}

.block_home_slider .caption p.title1 {
  padding-bottom: 6px;
  font-size: 14px;
  color: #ffffff;
}


.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  list-style-type: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

a {
  display: block;
  outline: none;
  color: #9d9d9d;
  text-decoration: none;
}

a:active {
  star: expression(this.onFocus = this.blur ());
}