
/* 右侧浮窗 start */
.toolbar {
	width: 52px;
	position: fixed;
	right: 2%;
	bottom: 10%;
	z-index: 999;
}

.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 10px 0 0 9px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
	display: none;
}

.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	/* background: #D31F23; */
	background: #fafafa;
	background: #fbfbfb;
	display: none;
}

.toolbar .pop-code {
	width: 160px;
}

.toolbar .pop-code img {
	width: 140px;
	height: 140px;
	display: block;
	padding: 10px;
}

.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.toolbar .qq span {
	background-position: -0px -47px;
}

.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}

.toolbar .qq:hover {
	background-color: #D31F23;
	border-radius: 100%;
}

.toolbar .qq:hover span {
	background-position: -36px -47px;
}

.toolbar .tel span {
	background-position: -0px 0;
}

.toolbar .tel:hover {
	background: #D31F23;
}

.toolbar .tel:hover span {
	background-position: -36px 0;
}

.toolbar .code span {
	background-position: -0px -95px;
}

.toolbar .code:hover {
	background-color: #D31F23;
	border-radius: 100%;
}

.toolbar .code:hover span {
	background-position: -36px -95px;
}

.toolbar .top span {
	background-position: -0px -142px;
}

.toolbar .top:hover {
	background-color: #D31F23;
	border-radius: 100%;
}

.toolbar .top:hover span {
	background-position: -36px -142px;
}

.toolbar dd:hover {}
@media (max-width: 768px) {
	.toolbar {display: none;}
}
/* 右侧浮窗 end */

/* 底部导航 start */
.foot-fixed-ul {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	border-top: 1px solid #dedede;
	box-shadow: 0 0 2px #dedede;
	z-index: 101;
}

.foot-fixed-li {
	float: left;
	padding: 5px 0;
	/* width:25%; */
	width: 20%;
}

.foot-fixed-icon {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
}

.foot-fixed-link {
	color: #666;
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}

.foot-fixed-link.on {
	color: #D31F23;
}
/* 底部导航 end */
@media (min-width: 992px){
	.pc-last {margin-right:0;}
}
@media (min-width: 480px) and (max-width: 992px) {
	.tpc-last {margin-right:0;}
}
@media (max-width: 480px) {
	.ph-last {margin-right:0;}
}