.top {
  width: 100%;
  min-width: 1200px;
  height: 101px;
  line-height: 101px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.top .head {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center

}

.top .head .lf{
  display: flex;
  align-items: center;
}
.top .head .lf img {
  height: 43px;
  display: inline-block;
  cursor: pointer;
}
.top .head .ri {
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.top .head .ri .tul {
  display: flex;
  align-items: center;
  position: relative;
}
.top .head .ri .tul div a {
  display: inline-block;
  width: 118px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.top .head .ri .tul .homes {
  width: 118px;
  height: 101px;
  background: #4B61E7;
  color: #fff;
}

.footers {
  width: 100%;
  height: 428px;
  background:url(../img/home/fbg.png) no-repeat;
  background-size: cover;
  position: relative;
}

.footers .fts {
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.footers .fts .left {
  width: 25%;
  margin-top: 119px;
}

.footers .fts .midd {
  width: 55% !important;
  margin-top: 119px;
}

.footers .fts .right {
  width: 203px;
  height: 203px;
  background: #FBFBFB;
  border-radius: 20px;
  margin-top: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footers .fts .left .p1 {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 38px;
}

.footers .fts .left div {
  display: flex;
  align-items: center;
  width: 100%;

}

.footers .fts .left .dd {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 5px;
}

.footers .fts .left div span {
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}

.footers .fts .left div span a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.footers .fts .midd .p1 {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 38px;

}

.footers .fts .right {
  margin-top: 90px;
  text-align: center;
}

.footers .fts .right p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 21px;
}

.footers .fts .right img {
  width: 178px;
  height: 178px;
}
.ftt{
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  cursor: pointer;
}
.kf {
  width: 101px;
  height: 91px;
  background:#fff;
  background-size: 100% 100%;
  position: fixed;
  right: -10px;
  top: 58%;
  padding-top: 13px;
  box-sizing: border-box;
  transition: all .3s;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
border-radius: 10px 0px 0px 10px;
}

.kf img {
  width: 35px;
  display: block;
  margin: 0 auto;
}

.kf p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 3px;
}

.kf .ewm {
  width: 136px;
  display: block;
  position: absolute;
  top: 0;
  right: -136px;
}

.kf.show {
  right: 136px;
}