
.pro_flzd{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}

.pro_flzd h3 {
	  padding:0 10px;
  height:38px; line-height:38px; border-top:1px solid #e5e5e5;
  font-size:14px;
    background: url("../images/img/dl_bg.jpg") no-repeat right center;
}

.pro_flzd h3 a {


  display: block;
  color: #888888;
  text-decoration: none;
  font-weight: normal;
}
.pro_flzd h3:hover {}
.pro_flzd h3.open  {  background:url(../images/img/dl_bga.jpg) no-repeat right center #f3f3f3; }
.pro_flzd h3.open a { background-position: 13px -25px; }
.pro_flzd h3 + div { padding: 10px; }


/* Pre hide sections with JavaScript on
--- */
.pro_flzd h3+div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
#css3-animated-example .content {
  padding:10px 20px;
  line-height:24px;
  color:#666;
   font-size:14px;
}
#css3-animated-example .content a{display:block;}
#css3-animated-example h3.open + div {
  height: auto;
  background: #fff;
 
}

