.kdsearch {
  background: url(/xiongsoucc/tu/faku.jpg) no-repeat center;
  background-size: cover;
  padding-top: 10px;
}
.kdsearch dl {
  text-align: center;
}
.kdsearch dt {
  line-height: 40px;
  height: 40px;
  font-size: 28px;
  overflow: hidden;
  letter-spacing: 3;
  color: #fff;
  font-weight: bold;
}
.kdsearch dt i {
  color: aqua
}
.kdsearch dt b {
  color: #FB0509;
  animation: mymove 0.6s linear infinite;
  -webkit-animation: mymove 0.6s linear infinite;
}
@keyframes mymove {
  0% {
    font-size: 30px;
  }
  100% {
    font-size: 25px;
  }
}
@-webkit-keyframes mymove {
  0% {
    font-size: 30px;
  }
  100% {
    font-size: 25px;
  }
}
.kdsearch dd {
  line-height: 28px;
  height: 28px;
  font-size: 24px;
  overflow: hidden;
  letter-spacing: 3;
  color: aqua
}
.kdsearch section {
  padding: 20px;
  padding-top: 10px;
}
.kdsearch div {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-left: 1px solid #E1E0E0
}
.kdsearch .ktxt {
  background: #fff;
  width: 96%;
  padding-left: 2%;
  border-radius: 0 100px 100px 0;
  height: 40px;
  line-height: 40px;
}
.kdsearch select {
  width: 70px;
  border: none;
  text-align: center
}
.kdsearch .kbtn {
  position: absolute;
  display: block;
  background: #ff552e;
  top: 0px;
  right: 0px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  cursor: pointer;
  border-radius: 0 100px 100px 0
}
.navlist {
  padding: 15px 2px;
  background: #fff
}
.navlist li {
  width: 18%;
  text-align: center;
  overflow: hidden;
  margin: 1%;
  border-radius: 2px;
}
.navlist li i{
  color: #fff;
  background: #07C160;
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
}
.navlist li a {
  border: solid 2px #07C160;
  display: block
}
.navlist li p {
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  font-size: 13px;
}
.laiyuan {
  text-align: center;
  font-size: 14px;
  color: #686767
}
.dibaolist {
  padding: 5px;
  text-align: center
}
.jiamore {
  text-align: center;
  padding: 5px;
}
.jiamore img {
  width: auto
}
.jiamore a {
  padding: 5px;
  font-size: 17px;
  color: #F30408
}