/*!
 
 @Name: 
 @Author: 
 @Blog： 
 
 */
.layer_text{background-color:#fff; padding:20px;}
.layer_text p{margin-bottom: 10px; text-indent: 2em; line-height: 23px;}
.button{display:inline-block; *display:inline; *zoom:1; line-height:30px; padding:0 20px; background-color:#56B4DC; color:#fff; font-size:14px; border-radius:3px; cursor:pointer; font-weight:normal;}

/*图片光暗变化*/
#tabbox{  position: relative;}
.imgbg{top: 0; left: 0; position: absolute;   opacity:0;filter(alpha=0)}
.imgbg:hover{ opacity:1;filter(alpha=50)}