
.h-img {
  position: relative;
  width: 180px;
  height: 50px;
  background: url(../images/toplogo.png) no-repeat;
  background-size: 100%;

}

.head {
  background: white;
  height: 70px;
  margin-bottom: 8px;
}

.center {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-img {
  position: relative;

  margin-right: 100px;
}
.h-text>ul {
  display: flex;

  align-items: center;


}

.h-text>ul>li {
  list-style-type: none;
  margin-left: 34px;

}

.h-text>ul>li>a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #7b7b7b;
  line-height: 91px;
  width: 96px;
  height: 91px;
  cursor: pointer;

}

.h-text>ul>li.cur a {
  color: rgb(171, 55, 56);


}

.h-text>ul>li>a:hover {
  color: rgb(115, 2, 4);

}.kefu {
   width: 1920px;
   height: 800px;
   overflow: hidden;
   left: 50%;
   margin-left: -960px;
   position: relative;
   /* background: #f5f5f5; */
 }
.kefu .center {
  width: 1400px;
  margin: 0 auto;
}
.kefu .kefuimg {
  width: 100%;
  height: 400px;
  position: relative;
  top: 0;

}
.kfcenter {
  width: 1200px;
  margin: 0 auto;
}
.kfcenter .Ktitle {
  display: flex;
  justify-self: left;
  align-items: center;
}
.kfnr {
  background: white;
  position: relative;
  z-index: 99;
  top: -310px;
}
.Ktitle {
  padding-top: 72px;
}
.Ktitle h1 {
  margin-right: 10px;
  padding-left: 10px;
  border-left: 4px solid tomato;
}
.kfnr1 {
  width: 1203.56px;
  height: 556px;
  border-top: 1px solid red;
  margin-top: 30px;
  padding-top: 60px;
}
.kfnr1 > div {
  display: flex;
  justify-content: space-evenly;
}
.kfnr1 > div > div {
  position: relative;
  margin-right: 20px;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
}
.kfnr1 > div > div:hover {
  transform: scale(1.05);
}
.kfnr1 > div:nth-of-type(1) {
  z-index: 0;
  height: 160px;
}
.kfnr1 > div > div {
  width: 320px;
  height: 160px;
  border:1px solid #767070;
  /* background: url(../images/QQ.jpg); */
  z-index: 1;
}
.textArea img{
  width: 120px;
  height: 120px;
  position: absolute;
  top: -30px;
  left: 160px;
}
.kfnr1 > div:nth-of-type(2) {
  position: relative;
  top: 0;
  top: 20px;
  left: 0px;
  z-index: 0;
}
.kfnr1 > div:nth-of-type(3) {
  position: relative;
  top: 0;
  top: 35px;
  left: 0px;
}

.textArea {
  color:#000;
  position: absolute;
  left: 25px;
}
.textArea > h1 {
  margin-bottom: 10px;
}
.textArea > li {
  list-style-type: none;
}
.footer {
  width: 100%;
  display: block;
  height: 135px;
  background-color: #f0f0f0;
  /* margin-top: 50px; */
  border-top: 1px solid #d8d8d8;
}

.footer a {
  text-decoration: none;
}

.footer p {
  text-align: center;
  font-size: 18px;
  color: #000000;
  /* line-height: 20px; */
  padding-top: 15px;
}