/* header */
.header{
  width: 100%;
  height: .88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 3%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: .34rem;
  color: #000;
  background-color: #fff;
}
.back{
  height: .44rem;
}
.img-serch{
  height: .44rem;
}



/* body 及 banner */
.body{
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  padding-top: 1.03rem;  /* .88rem+.15rem */
  padding-bottom: 1.12rem;
  background-color: #f7f7f7;
}
.body>.banner{
  width: 100%;
  margin: 0 auto;
  margin-bottom: .83rem;
}




/* img-图标部分 */
.tell-us-con{
  width: 83%;
  margin: 0 auto;
  color: #333;
  font-size: .24rem;
  overflow: hidden;
  margin-bottom: .5rem;
}
.tell-us-con>li{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: .67rem;
}
.tell-us-con>li>.img-box{
  width: .86rem;
}
.img-box>img{
  height: .68rem;
  margin: 0 auto;
}
.img-box>.img-email{
  height: .54rem;
}

.tell-us-con>li>p{
  width: 4.8rem;
  height: .68rem;
  line-height: .68rem;
}
.tell-us-con>li>.address{
  line-height: 1.3;
  padding-top: .07rem;
}
.tell-us-con>li>.email{
  height: .54rem;
  line-height: .54rem;
}
.tell-us-con>li>.phone-box{
  width: 4.8rem;
  padding-top: .1rem;
}
.tell-us-con>li>.phone-box>p:first-child{
  margin-bottom: .02rem;
}
.tell-us-con>li>.phone-box>p:last-child{
  padding-left: 1.2rem;
  
}



.map {
  width: 94.6%;
  height: 3.6rem;
  margin: 0 auto;
  margin-bottom: .5rem;
}
.anchorBL{
	display: none !important;
}
/* top */
.back-top{
	display: block;
	width: 2.65rem;
	height: .5rem;
	margin: 0 auto;
	line-height: .5rem;
	color: #FFF;
	font-size: .24rem;
	text-align: center;
	background: #d1b43e;
	border-radius: 0.3rem;
	position: relative;
	margin-bottom: .43rem;
}
.back-top::after{
	position: absolute;
	top: .12rem;
	right: .8rem;
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: .09rem;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #f4f0ef transparent;
}
/* 版权 */
.banquan{
	width: 90%;
	margin: 0 auto;
	font-size: 0.24rem;
	color: #8C8C8C;
	line-height: 0.36rem;
	text-align: center;
	margin-bottom: .32rem;
}