#yxz_banner {
	width:100%;
	height: 168px;
}
#yxz_banner img {
	width: 100%;
    height: 100%;
}
  #yxz_banner .pagination {
    text-align: center;
}
  #float{
    width:240px;
    height:340px;
    border:1px solid #b3d4fc;
    margin-top:20px;
  }
  .er_code>h5{
    font-size: 14px;
    padding: 5px 20px;
    position: relative;
    background-image: url(/statics/images/xue/icons.png);
    background-position: 0 -305px !important;
    background-repeat: repeat-x;
  }
  .er_code>h5::before{
    background-image: url(/statics/images/xue/icons.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    content: "";
    top: 11px;
    left: 8px;
    position: absolute;
    display: block;
    width: 5px;
    height: 15px;
  }
  .code>img{
  	width:180px;
    height:180px;
    display:block;
    margin:auto;
  }
  .biao{
    color: #b83435;
    font-weight: 700;
    margin-top:10px;
  }