
.pro_flzd{ width:1175px;}

.pro_flzd h3 {
  height:40px; line-height:40px;
  font-size:16px;
    
}
.pro_flzd h3 span{display:block; float:left;}
.pro_flzd h3 .zp_sp6{background: url("../images/img/sprite.png") no-repeat right center; display:block; height:40px; width:21px; float:right;}
.zp_sp1{padding:0 20px; width:100px;}
.zp_sp2{padding:0 20px; width:250px;}
.zp_sp3{padding:0 20px; width:420px; font-size:14px;color:#6d6d6d;}
.zp_sp4{padding:0 20px; width:70px; font-size:14px;color:#6d6d6d;}
.zp_sp5{padding:0 20px; width:100px; font-size:14px; color:#6d6d6d;}
.pro_flzd h3 .zp_d2{background:#d4ddef;}
.pro_flzd h3 a {


  display: block;
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.pro_flzd h3:hover {}
.pro_flzd h3.open a { background-position: 13px -25px; }
.pro_flzd h3.open .zp_sp6{  background:url(../images/img/sprite2.png) no-repeat right center; }
.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: 30px 30px 30px 30px;
  line-height:30px;
   font-size:14px;
   background:#f9f9f9;
}
#css3-animated-example .content a{display:block;}
#css3-animated-example h3.open + div {
  height: auto;
  background: #fff;
 
}

