		.img_qq_fixed{
			position: fixed;
			top:30%;
			left: 0px;
			width: 160px;
			background: url(../images/02.jpg) no-repeat ;
			text-align:center;
		}

		.img_chat{
			margin-top:50px;
		}

		.img_wenzi{
			width: 127px;
		    height: 24px;
		    border-radius:6px 6px 6px 6px;
		    background-color: rgb(247, 189, 132);
			margin:0 auto;
		}

		.one{
			height: 24px;
			border-radius:6px 6px 6px 6px;
			background-color: #548c99;
		}

		.img_wenzi:hover{
			background-color: rgb(152, 147, 142);
		}

		.img_phone{
		    width: 16px;
		    height: 14px;
		    line-height: 16px;
		    position: relative;
		    top:5px;
		    margin-left: 15px;
		    margin-top: 10px;
		    display: block;
		}

		.img_icon{
		    background: url(../images/btn.png) -34px -48px;
		    width: 16px;
		    height: 14px;
		    line-height: 16px;
		    position: relative;
		    top:5px;
		    margin-left: 15px;
		    margin-top: 10px;
		    display: block;
		    cursor: pointer;
		}

		.img_wenzi_chat a{
			display: block;
			position: relative;
			color: rgb(189, 75, 19);
			font-family: Tahoma, 宋体, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			left:12px;
			top:-9px;
		}

		.one a{
			color: #fff;
			font-size: 14px;
			position: relative;
			left:0px;
			top:-12px;
		}
		.blank20 {
			height: 20px;
			clear:both;
		}