@import "font-awesome.min.css";

/*toolbar*/
#toolbar2 {
	display: none;
}
#toolbar {
	width: 68px;
	position: fixed;
	right: 15px;
	top: 50%;
	margin-top: -136px;
	z-index: 100;
}
#toolbar ul {
}
#toolbar li {
	width: 68px;
	height: 68px;
	float: left;
	margin: 4px 0px;
	position: relative;
}
#toolbar li .t_item {
	width: 68px;
	height: 68px;
	background: #ccc;
	text-align: center;
	line-height: 68px;
	display: block;
	border-radius: 5px 0 0 5px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#toolbar li a.t_item:hover, #toolbar li a.cur {
	background: #212021;
}
.tool_qq {
	position: absolute;
	    left: -218px;
	    top: 0px;
	    width: 118px;
	    padding: 0 10px 0 0;
	    font-size: 24px;
	    font-weight: bold;
	    color: #666;
	display: none;
}
.tool_qq_con {
	width: 214px;
	    padding: 18px 0;
	    float: left;
	    border: 1px solid #dedede;
	    border-radius: 5px;
	    background: #fff;
	    text-align: center;
}
.tool_tel {
	width: 170px;
	height: 68px;
	background: #212021;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 10px;
	white-space: nowrap;
	border-radius: 5px 0 0 5px;
}
.tool_weixin {
    position: absolute;
    top: 0px;
    width: 157px;
    left: -166px;
    padding: 0 10px 0 0;
    display: none;
}
.t_wx_con {
    width: 160px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.t_wx_con img {
	width: 150px;
	height: 150px;
}
.t1 i {
	width: 68px;
	height: 68px;
	background: url(../images/u1.png) no-repeat center center;
	display: block;
}
.t2 i {
	width: 68px;
	height: 68px;
	background: url(../images/u2.png) no-repeat center center;
	display: block;
}
.t3 i {
	width: 68px;
	height: 68px;
	background: url(../images/u3.png) no-repeat center center;
	display: block;
}
.t4 i {
	width: 68px;
	height: 68px;
	background: url(../images/u4.png) no-repeat center center;
	display: block;
}
.t5 i {
	width: 68px;
	height: 68px;
	background: url(../images/u5.png) no-repeat center center;
	display: block;
}


 @media screen and (max-width: 760px) {

/*�ֻ��ײ�����*/
#toolbar {
	display: none;
}
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}
#toolbar2 {
	color: #fff;
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	background: #da251e;
	display: block;
}
#toolbar2 li {
	float: left;
	width: 33.33%;
	text-align: center;border-right: #fff 1px solid;
}
#toolbar2 a {
	text-align: center;
	    width: 60%;
	    color: #fff;
	    display: block;
	    padding: 5px 0 0 0;
	    line-height: 23px;
	    font-size: 14px;
	    margin: 13px auto;
}
#toolbar2 a span {
	font-size: 22px;
	float: left;
}
}