@charset "utf-8";
/* CSS Document */

.toolbar {
		width: 100px;
		position: fixed;
		right: 0;
		top: 400px;
		z-index: 999;
	}
	.toolbar dd {
		width: 100px;
		height: 110px;
		margin-bottom: 1px;
		position: relative;
	
	}
	.toolbar dd a {
			
			
		color: #fff;
		width: 100px;
		height: 110px;
		display: block;
		cursor: pointer;
		text-align: center;
		margin-bottom:1px;
		/*background: url(images/rightfixicon.png) no-repeat 0px 0px;*/
		background: #32b16c;
		line-height: 20px;
		-webkit-transition: all .0s ease-in-out 0s;
		-moz-transition: all .0s ease-in-out 0s;
		transition: all .0s ease-in-out 0s;
	} /*鼠标经过才有*/
	.toolbar dd a span {
		width: 100px;
		height: 65px;
		display: inline-block;
	
		
	/*background: url(images/rightfixicon.png) no-repeat 0px 0px ;*/
		vertical-align: middle;
		/*margin-right: 5px;*/
	}
	.toolbar dd a:hover {
		background-position:0px 0px;
	}
	.toolbar .pop {
		position: absolute;
		right: 0px;
		top: -45px;
		background: #32b16c;
		display: none;
	}/*鼠标经过的二维码*/
	.toolbar .pop-code {
		width: 100px;
		padding: 15px 15px 0;
		
	}/*鼠标经过的二维码*/
	.toolbar .pop-code img {
		width: 100px;
		height: 100px;
		display: block;
	}
	.toolbar .pop-code h3 {
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		font-weight: 400;
		white-space: nowrap;
	} /*鼠标经过二维码*/
	.toolbar .code span {
		background-position: 0 0px;
		
	}
	.toolbar .zxzx span {
		background-position: 0 15px;
	}
	.toolbar .bj span {
		background-position: 0 -65px;
	}
	.toolbar .zxzx1 span {
		background-position: 0 -98px;
	}
	.toolbar .bj1 span {
		background-position: 0 -128px;
	}
	
	.toolbar .top {
		width: 130px;
		height: 45px;
		background: #32b16c;
	}
	.toolbar .top span {
		background-position: 0 -156px;
	}
	.toolbar .top:hover {
		background: #32b16c;
	}

	.toolbar .side_tel {
		position: absolute;
		right: 0;
		top: 0;
		background: #32b16c;
		height: 120px;
		line-height: 120px;
		color: #fff;
		width: 0;
		text-align: center;
	}