*{
    margin: 0;
    padding: 0;
}
footer{
  background-color: #242424;
  width: 100%;
  /* height:44vh; */
  display: flex;
  flex-direction: column;
}
.footer_top{
  margin: 0 auto;
  width: 1200px;
  height: 75%;
  display: flex;
  justify-content: space-between;
}
.footer_logo{
  width: 33%;
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  /* background-color: violet; */
  /* flex-direction: column; */
}
.fimglogoa{
    /* width: 100%; */
    margin-bottom: 13px;
    display: flex;
    /* border: 1px solid red; */
}
.fimglogo{
    display: flex;
    margin-bottom: 9px;
}

.logoImg{
    width: 160px;
    height: 40px;
}

.isoImg{
  width: 310px;
  height: 40px;
}
.cmmiImg{
    width: 85% !important;
    height: 89%;
}
.info{
  padding-top: 2%;
  width: 65%;
  display: flex;
  
}
.info div{
  flex: 1;
}
.solution{
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
h3{
  color: white;
}
.solution p{
  color: #b8b8b8;
      font-size: 14px;
      margin-bottom: 18px;
}
.qrq{
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.qrqlianxi{
 /* display: flex;
  flex-direction: column; */
  /* justify-content: space-between; */
}
.haoma{
        margin-bottom: 17px
}
.qrq img{
  width: 41%;
  margin-bottom: 9px;
}
.numberdianhua{
  color: white;
  height: auto;
  font-size: 22px;
  font-weight: 600;
  line-height:35px !important;
}
.qrq div{
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
}
.qrq p{
  color: #b8b8b8;
  font-size: 14px;
}
.footer_bottom{
  width: 1200px;
  height: 25%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
margin-top: 35px;
margin-bottom: 5px;
}
.footer_bottom p{
  font-size: 14px;
  color: #9f9f9f;
}
.lianxi{
    margin-bottom: 29px;
}
.lianjie{
	display: inline-block;
	color: #9f9f9f;
}
.lianjie:hover{
	border-bottom: 1px solid  white;
}
.pbiao{
    font-size: 15px;
    color:#666666;
}