/* 
**头部操作栏 高度.88rem 
**背景色 f0f0f0
**左右边缘缝隙，各2.7%；
*/

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



/* title */
.title{
  width: 2.64rem;
  height: .75rem;
  margin: 0 auto;
  padding-top: .15rem;
  background: url(../images/about/title-bg-1.png) no-repeat scroll top center;
  background-size: 100%;
  margin-bottom: .42rem;
}
.title>p{
  text-align: center;
}
.title>p:first-child{
  font-size: .2rem;
  margin-bottom: .07rem;
}
.title>p:last-child{
  font-size: .28rem;
}

/* title2 */
.title2{
  width: 2.64rem;
  height: .75rem;
  margin: 0 auto;
  padding-top: .15rem;
  background: url(../images/about/title-bg-2.png) no-repeat scroll top center;
  background-size: 100%;
  margin-bottom: .42rem;
}
.title2>p{
  text-align: center;
}
.title2>p:first-child{
  font-size: .2rem;
  margin-bottom: .07rem;
}
.title2>p:last-child{
  font-size: .28rem;
}



/* 金能电力简介 */
.introduction{
  width: 100%;
  padding:0 2%;
  color: #333;
  font-size: .24rem;
}
.introduction>p{
  line-height: 2.2;
  text-indent: 2.2em;  /* 首行缩进 */
  letter-spacing: .1em;  /* 字间距 */
}
.intro-p{
  margin-bottom: .81rem;
}
.intro-icon-box{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin-bottom: .82rem;
}
.intro-icon-box>li{
  width: 1.15rem;
}
.intro-icon-box>li>img{
  width: 100%;
  margin-bottom: .28rem;
}
.intro-icon-box>li>p{
  line-height: 1.3;
}



/* 企业文化 */
.culture{
  width: 100%;
  padding:0 2%;
  color: #333;
  font-size: .24rem;
}
.culture>p{
  text-indent: 1.5em;  /* 首行缩进 */
  margin-bottom: .1rem;
  line-height: 2;
  position: relative;
}
.culture>p::before{
  position: absolute;
  left: 0;
  top: .14rem;
  z-index: 9;
  content:"";
  width: .21rem;
  height: .21rem;
  background-color: #d1b43e;
}
.culture>.hxjzg{
  margin-bottom: .82rem;
}
.culture>ul{
  width: 76%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .91rem;
}
.culture>ul>li{
  display: block;
  width: 2.31rem;
  height: 2.31rem;
  padding-top: .94rem;
  border-radius: 5px;
  text-align: center;
  background-size: 100%;
  color: #fff;
  font-size: .4rem;
}
.culture-img-box>li:first-child{
  background: url(../images/about/zhongcheng.png) no-repeat scroll top center;
}
.culture-img-box>li:last-child{
  background: url(../images/about/xiezuo.png) no-repeat scroll top center;
}
.culture-img-box2>li:first-child{
  background: url(../images/about/zhuanye.png) no-repeat scroll top center;
}
.culture-img-box2>li:last-child{
  background: url(../images/about/jinqu.png) no-repeat scroll top center;
}
    
/* 荣誉资质 */
.honour{
  width: 100%;
  font-size: .28rem;
  color: #333;
  margin-bottom: .92rem;
}
.honour>.honour-title{
  position: relative;
  text-align: center;
  margin-bottom: .31rem;
}
.honour>.honour-title::before{
  position: absolute;
  top: -0.08rem;
  left: 0;
  z-index: 9;
  content: "";
  width: .1rem;
  height: .45rem;
  background-color: #d1b43e;
}
.honour>img{
  margin: 0 auto;
  margin-bottom: .46rem
  ;
}
.honour>.ryzz-1{
  width: 6.07rem;
}
.honour>.zhengshu{
  width: 4.96rem;
}
.honour>.jishuzhongxin{
  width: 4.96rem;
}
.zhengshu-box{
  width: 74%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .54rem;
}
.zhengshu-box>img{
  width: 2.52rem;
}
.zhengshu-3{
  width: 82%;
  margin: 0 auto;
}
.zhengshu-3>img{
  width: 2.86rem;
}

/* 商标注册 */
.brand{
  margin-bottom: .8rem;
}
.brand-img-box{
  width: 78.4%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .4rem;
}
.brand-img-box>img{
  width: 2.8rem;
}

/* 专利证书 */
.patents{
  margin-bottom: .8rem;
}
.patents>p{
  color: #000;
  text-align: center;
  width: 100%;
  font-size: .24rem;
}
.patents-img-box{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .21rem;
}
.patents-img-box>img{
  width: 2.94rem;
}
.patents>.patents-img-box:nth-child(3){
  margin-bottom: .42rem;
}

/* 工厂展示 */
.factory{
  margin-bottom: .8rem;
}
.factory-img-box{
  width: 78.6%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .1rem;
}
.factory-img-box>img{
  width: 1.88rem;
}

/* 客户见证 */
.customer{
  margin-bottom: .8rem;
}
.customer-img-box{
  width: 78.6%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .2rem;
}
.customer-img-box>img{
  width: 2.89rem;
}
.customer>img{
  width: 78.6%;
  margin: 0 auto;
  margin-bottom: .2rem;
}
.customer>p{
  width: 100%;
  font-size: .25rem;
  color: #333;
  text-align: center;
  margin-bottom: .35rem;
}

/* 员工活动 */
.staff{
  margin-bottom: .9rem;
}
.staff>img{
  width: 78.6%;
  margin: 0 auto;
  margin-bottom: .06rem;
}
/* 公司地址 */
.address{
  margin-bottom: .75rem;
}
.map {
  width: 94.6%;
  height: 3.6rem;
  margin: 0 auto;
  margin-bottom: .5rem;
}
.anchorBL{
	display: none !important;
}
.address>p{
  width: 100%;
  padding: 0 2%;
  color: #727272;
  font-size: .24rem;
  margin-bottom: .3rem;
  line-height: 1.5;
}
.address>p>span{
  color: #000;
}

/* 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;
}













/*底部操作栏*/
.footer {
	width: 100%;
	height: 1.12rem;
	padding-top: .13rem;
	position: fixed;
	bottom: 0;
	border-top: 0.01rem solid #e5e5e5;
	z-index: 9998;
	background-color: #Fafafa;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}
.footer-nav-box{
	width: 15%;
	position: relative;
}
.footer-nav-box>.footer-model-nav{
	display: none;
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: #F6F6F6;
	border:1px solid #E4E4E4;
	border-radius: 5px;
}
.footer-nav-box>.footer-model-nav>a{
	display: block;
	width: 100%;
	text-align: center;
	height: .5rem;
	line-height: .5rem;
	font-size: .2rem;
	color: #A2A2A2;
	border-bottom: 1px solid #E4E4E4;
}
.footer-nav-box>.footer-model-nav>a:last-child{
	border-bottom: none;
}
/* .footer-nav-box>.footer-model-active{
	display: block;
} */
.footer-nav-box>img{
	width: 0.48rem;
	height: 0.48rem;
	margin: 0 auto;
	margin-bottom: .18rem;
}
.footer-nav-box>p{
	color: #808080;
	font-size: 0.24rem;
	text-align: center;
	outline-color: transparent;
}