

/* 底部导航 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: #ff7f27;
}
/* 底部导航 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;
	}
}
/* 手机站-在线咨询_在线咨询钮 start */
.pm-zixun-box {
	position: absolute;
	top: 60px;
	right: 5px;
}

.pm-zixun {
	display: block;
	border-radius: 5px;
	background-image: url(/static/images/zixun.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	line-height: ;
	width: 30px;
	height: 85px;
}

.zixun-colse {
	width: 20px;
	height: 15px;
	top: 0px;
	right: 0px;
	position: absolute;
	border-radius: 5px;
	background-image: url(/static/images/zixunClose.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}
/* 手机站-在线咨询 end */


/* 底部按钮 start */
.footBg {height: 50px;}
.footUl {position:fixed;bottom:0;left:0;width:100%;z-index:20;display: flex;overflow: hidden;}
.footLi {float:left; width:20%; width:25%; text-align:center; background-color:#333;}
.footLi.cur {background-color: #666;}
.footLink {display:block;padding-top:8px;padding-bottom:4px;}
.footIcon {height:20px; display: block; margin:  0 auto;}
.footTitle {color:#fff;font-size:12px; margin-top: 0; line-height:18px;}
/* 底部按钮 end */

/* 微信弹窗 start */
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 80%;
	/* height: 236px; */
	padding:30px 10px;
	transform: translate(0,-50%);
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width: 138px;
	height: 138px;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: 12px;
	line-height:2;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 17px;
	padding-left: 1px;
	height: 18px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-style: normal;
	background: #333;
	border-radius: 8px;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 0.03rem 0.1rem;
	line-height: 0.35rem;
	background-color: #118c3c;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
/* 微信弹窗 end */



/* 悬浮客服 start */
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	bottom: 20%;
	margin-top: -115px;
	z-index: 999;
}
@media (max-width: 768px) {
	.toolbar {display: none;}
}
.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: 8px 0 0 8px;
	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: 24px;
	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: #c40000;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.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: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #c40000;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #c40000;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #c40000;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #c40000;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
/* 悬浮客服 end */





.pc-show {display:block;}
.pm-show {display:none;}



@media (max-width:768px){
	.pc-show {display:none;}
	.pm-show { display:block;}
}

@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;}
}