﻿@charset "utf-8";
/* CSS Document */




/*浮动客服Customer service*/

#customer_service{
	position::fixed; top:30%;
	left:-150px;
	width:180px;
	}


/*展开按钮*/
#customer_service .open_cs{
	width:35px;
	height:200px;
	background: url(btn_kefu.gif) no-repeat;
	cursor:pointer;
	position:absolute;
	top:100px;
	right:1px;
}

/*内容背景*/
#customer_service .customer_service_content {
	background-image: url(kefu.gif);
	background-repeat: no-repeat;
	width:130px;
	height:289px;
	padding:120px 10px 10px 10px;
}

#customer_service .customer_service_content a{
	background: url(qq.gif) no-repeat left center;
	padding-left:20px;
	line-height:30px;
	display:block;
	color:#333;
	font-size:12px;
	font-weight:bold;
}
