* {
  padding: 0;
  margin: 0;
}

.box {
  position: relative;
  width: 1280px;
  height: 700px;
  margin: 0 auto;
  margin-top: 20px;
}
.title {
  width: 108px;
  height: 108px;
  margin-left: 300px;
  margin-bottom: 20px;
  background: url("../image/kiwi_logo.png") no-repeat;
  background-size: cover;
}
.botbox {
  width: 100%;
  height: 65%;
  /* background: url("../image/bg.png") no-repeat; */
  background-size: 100% 100%;
  display: flex;
}
.bot {
  width: 70%;
  height: 100%;
  background: url("../image/bg.png") no-repeat;
  background-size: 100% 100%;
}
.bot1 {
  width: 30%;
  height: 100%;
  background: url("../image/zcz.jpg") no-repeat;
  background-size: 100% 100%;
}
.cont {
  /* position: absolute; */
  /* left: 200px; */
  /* top: 540px; */
  margin: auto;
  width: 70%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  text-align: center;
}
.two,
.three {
  margin-top: 10px;
}
