/*底部*/
/*更多信息，请与我们联系*/
.info {
	padding: .3rem 0 .26rem;
}

.info h4 {
	text-align: center;
	font-size: .44rem;
	font-weight: bold;
	color: #333333;
	line-height: .36rem;
}

.info h4 span {
	color: #0153BA;
}

.info p {
	text-align: center;
	text-transform: uppercase;
	font-size: .22rem;
	font-weight: 400;
	color: #999999;
	line-height: .36rem;
	margin-top: .1rem;
}

.info a {
	display: block;
	text-align: center;
	width: 3.3rem;
	height: .78rem;
	line-height: .78rem;
	background: #0153BA;
	border-radius: .39rem;
	font-size: .28rem;
	font-weight: 400;
	color: #fff;
	margin: .23rem auto 0;
}

.info a:hover {
	font-weight: bold;
}

/*底部*/
footer .copyright {
	padding-top: .2rem;
	padding-bottom: 1.5rem;
	width: 100%;
	margin-top: -2px;
	background: #333333;
}

footer .copyright p,footer .copyright a {
	text-align: center;
	font-size: .28rem;
	line-height: .36rem;
	margin-bottom: .2rem;
	font-weight: 400;
	color: #eee;
}


/*底部悬浮框*/
/* 工具栏 */
#toolbar {
    position: fixed;
    bottom: 0.2rem;
    z-index: 888;
    height: .98rem;
    left: 0;
    width: 100%;
}

#toolbar .list {
  width: 5.8rem;
  height: .98rem;
  margin: 0 auto;
  background: #0153BA;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.16);
  border-radius: .49rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#toolbar .line {
  width: 1px;
  height: .48rem;
  background: #FFFFFF;
  opacity: 0.4;
  border-radius: 1px;
}

#toolbar .list li {
  float: left;
  width: 25%;
  text-align: center;
}

#toolbar .list li:last-child {
  border-right: 0;
}

#toolbar .list a {
  display: block;
  font-size: 0.12rem;
  color: #fff;
  height: auto;
}

#toolbar .list li:first-child a {
  border-radius: 1rem 0 0 1rem;
}

#toolbar .list li:last-child a {
  border-radius: 0 1rem 1rem 0;
}

#toolbar .list a.hover {
  background: #3ba86f;
}

#toolbar .list a s {
  margin-left: auto;
  margin-right: auto;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  margin-top: .05rem;
}

#toolbar .list a .too-home {
  background: url(../images/db01.png) no-repeat;
  background-size: 100%;
}

#toolbar .list a .too-qiao {
  background: url(../images/db02.png) no-repeat;
  background-size: 100%;
}

#toolbar .list a .too-map {
  background: url(../images/db04.png) no-repeat;
  background-size: 100%;
}

#toolbar .list a .too-tel {
  background: url(../images/db03.png) no-repeat;
  background-size: 100%;
}

.xbg {
  width: 100%;
  display: block;
  position: fixed;
  height: 1.05rem;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 880;
}

#toolbar .list a s span {
  color: #fff;
  padding-top: .9rem;
  text-transform: initial;
  font-style: normal;
}

.toTop {
	width: 0.9rem;
	height: 0.9rem;
	background: url(../images/gotop.png) no-repeat center top;
	background-size: 0.9rem auto;
	position: fixed;
	bottom: 20%;
	right: 2%;
	cursor: pointer;
	z-index: 10;
	display: none;
}



/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	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: 5rem;
	height: 5rem;
	padding: 0.3rem;
	padding-top: 0.6rem;
	margin-top: -2.5rem;
	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: 2.3rem;
	height: 2.3rem;
	display: block;
	margin: 0 auto;
}

#wxnr p {
	font-size: 0.24rem;
	line-height: 0.45rem;
	text-align: center;
}

#wxnr i {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.3rem;
	height: 0.3rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}

#wxnr span {
	display: inline-block;
	padding: 0.03rem 0.1rem;
	line-height: 0.35rem;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
	background-color: #0153BA;
}

#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;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}

