/*--------------------------------套餐-报价----------------------------------*/
.tc_pic {
	float: left;
	margin-left: 20px;
	margin-right: 40px;
}
.tc_tel {
	width: 100%;
	text-align: left;
	line-height: 30px;
	clear: both;
	padding-top: 10px;
}
#tc_pj {
	clear: both;
	background: url(./tel_img.gif) no-repeat right 10px;
	width: 100%;
}
#tc_pj li {
	float: left;
	text-align: center;
	margin: 5px 0px;
}

#tc_pj li a {
	font-size: 14px;
	width: 180px;
	padding: 8px 0px;
	background-color: #e7e7e7;
	-webkit-border-radius: 5px;
	display: block;	margin-right: 10px;
}
#tc_pj li a font{ color:#F00;}
#tc_pj li a:hover{background-color:#FF6600 ; color:#FFF;}
#tc_pj li a:hover font{color:#FFF;}
#tc_pj li a.tclink_hot{background-color:#FF6600 ; color:#FFF;}
#tc_pj li a.tclink_hot font{ color:#FFF;}

@media screen and (max-width: 768px) {
#tc_pj li {
	width: 50%;
}
#tc_pj li a{ width:auto;}
}
@media screen and (max-width: 480px) {
#tc_pj li {
	width: 50%;
}
#tc_pj li a{ width:auto;}
}

/**客服按钮kefu**/
.kefu_price {
	width: 100%; 
	text-align: center;
	margin: auto;
	clear: both;
	height: auto;
}
.kefu_price li {
	
	height: 44px;
	width: 180px; 

	text-align: left;
	float: left;
	background-image: url(./QQ.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 5px; margin-right:10px;
}
.kefu_price li a {
	padding-left: 56px;
	color: #2D2D2D;
	text-decoration: none;
	line-height: 30px; width:100%; display:block; float:left;
}
.kefu_price li a:hover {
	color: #2D2D2D;
	text-decoration:none;
}
