/* CSS Document */



   .z_jj{
    width: 100%;
	margin:0.8em 0 1em 0;
	overflow:hidden;
}
   .z_jj ul li{
    width: 100%;
    border: 1px solid #f2f2f2;
    margin-top: 1rem;
    transition: height 1s;
    -moz-transition: height 1s; /* Firefox 4 */
    -webkit-transition: height 1s; /* Safari and Chrome */
    -o-transition: height 1s; /* Opera */
    height: 4.5em;
    overflow: hidden;
}
   .z_jj ul li h3{padding: 1%;background: #f2f2f2;font-weight: normal;font-size: 20px;color: #333;}
   .z_jj ul li h3 span{
    display: block;
    float: right;
    background: url(../images/jia.png) no-repeat center;
    width: 10%;
}
   .z_jj ul li font{
    display: block;
    padding: 1%;
    font-size:16px;
    color: #666;
    line-height: 2em;
}
   .z_jj ul li.nhov{
    height: auto;
}
   .z_jj ul li.nhov h3{
    background: #006d99;
    color: #fff;
}
   .z_jj ul li.nhov h3 span{
    background: url(../images/jian.png) no-repeat center;
}
   .zy111{
    width: 100%;
    float: left;
    position: relative;
}
.zy111 .swiper-button-next{
    right: -3rem;
}
.zy111 .swiper-button-prev{
    left: -3rem;
}












