@charset "utf-8";
/* CSS Document */

/*右侧二维码*/
.float_layer_hovertree * {padding: 0;margin: 0;}
.float_layer_hovertree { display:none; }
.float_layer_hovertree h2 { height: 25px; line-height: 25px; padding-left: 10px; font-size: 14px; color: #333;  position: relative; }
.float_layer_hovertree .min { width: 21px; height: 20px; background: url(../images/min.gif) no-repeat 0 bottom; position: absolute; top: 2px; left: 25px; }
.float_layer_hovertree .min:hover { background: url(../images/min.gif) no-repeat 0 0; }
.float_layer_hovertree .max { width: 21px; height: 20px; background:url(../images/min.gif) no-repeat 0 bottom; position: absolute; top: 2px; left: 25px; }
.float_layer_hovertree .max:hover { background:url(../images/close.gif) no-repeat 0 0; }
.float_layer_hovertree .close { width: 21px; height: 20px; background: url(../images/close.gif) no-repeat 0 bottom; position: absolute; top: 2px; left: 3px; }
.float_layer_hovertree .close:hover { background: url(../images/close.gif) no-repeat 0 0; }
.float_layer_hovertree .content { width:230px; overflow: hidden; font-size: 14px; line-height: 18px; color: #666;  }
.float_layer_hovertree .wrap2 { padding:0 }
.float_layer_hovertree .wrap{ padding:0;width:230px; }