﻿/* 宸ュ叿鏉℃牱寮?*/
.toolBar {
	font-family: 'Microsoft YaHei';
	text-align: center;
	color: rgb(85, 85, 85);
	font-weight: 400;
	width: 80px;
	z-index: 999;
	background-color: white;
	position: fixed;
	/*bottom: 5%;*/
	right: 30px;
	border-radius: 5px;
	box-shadow: 0px 6px 16px 0px rgb(217, 217, 217);
}

.toolItem {
	box-sizing: border-box;
	cursor: pointer;
	font-size: 15px;
	height: 80px;
	max-height: 80px;
	padding-top: 16px;
	color: #333333;
	position: relative;
}

.toolItemimg {
	margin: 0 auto;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	height: 28px;
}

.img1 {
	background-image: url(../../images/index/icon-top.png);
	width: 26px;
}

.img2 {
	background-image: url(../../images/index/icon-user.png);
	width: 24px;
}

.img3 {
	background-image: url(../../images/index/icon-phone.png);
	width: 19px;
}

.img4 {
	background-image: url(../../images/index/icon-jiuc.png);
	width: 25px;
	height: 26px;
}

.img5 {
	background-image: url(../../images/lswx.png);
	width: 25px;
	height: 26px;
}
.toolItem:nth-child(1) {
	/*background-color: #2f8ad9;
	color: white;*/
	border-radius: 5px 5px 0 0;
}

.toolItem:nth-last-child(1) {
	border-radius: 0 0 5px 5px;
}

.toolItem:hover {
	background-color: #2f8ad9;
	color: white;
}

.toolItem1:hover .img1 {
	background-image: url(../../images/index/icon-top@hover.png);
}

.toolItem2:hover .img2 {
	background-image: url(../../images/index/icon-user@hover.png);
}

.toolItem3:hover .img3 {
	background-image: url(../../images/index/icon-phone@hover.png);
}

.toolItem3:hover .phoneApp {
	display: block;
}

.toolItem4:hover .img4 {
	background-image: url(../../images/index/icon-jiuc@hover.png);
}

.phoneApp {
	display: none;
	position: absolute;
	width: 140px;
	height: 148px;
	background-image: url(../../images/newindex/erwm.jpg);
	right: 80px;
	top: 0px;
}