.ks-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  background: #fff;
}
.ks-content a {
  text-decoration: none;
  color: #323c3c;
  width: 33%;
}
.ks-content a div {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ks-content a div img {
  width: 57px;
  width: 57px;
}
.one_line {
  border-right: #f0f0f0 1px solid !important;
  border-bottom: #f0f0f0 1px solid;
}
.form_item {
  padding: 5px 10px;
}
.form_item label {
  height: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
  width: 4rem;
  max-width: 4rem;
  font-size: .8rem;
}
.form_item i {
  color: red;
  margin-right: 8px;
  font-style: normal;
  display: inline-block;
}

.form_item input,
.form_item select {
  display: inline-block;
  border: 0.05rem #ddd solid;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width: 70%;
  text-indent: .5rem;
  font-size: .7rem;
  font-family: inherit;
  letter-spacing: 1px;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button_tj {
  text-align: center;
  width: 100%;
  background: none;
  border: none;
}
.phone {
  padding: .5rem 0;
  background: #f0f0f0;
  display: block;
  margin-top: .5rem;
}
.foot_info {
  clear: both;
  padding-bottom: 10px;
  background: #f0f0f0;
}
.foot_info li {
  background-color: #fff;
  padding: 5px 0;
  float: left;
  width: 24%;
  margin-right: 1%;
  text-align: center;
}

.foot_info a {
  text-decoration: none;
  color: #323c3c;
  font-size: 14px;
}
.foot_info li img {
  height: 31px;
}
.foot-info {
  background-color: #1e3232;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  margin-bottom: 100px;
  padding: 10px 0;
}
.foot-info a {
  color: #fff;
}
.ks_content {
  padding: 12.25px;
  text-indent: 32px;
  font-size: 14px;
  border-radius: 15px;
  box-shadow: 0 0 16px 1px #bacde8;
  margin: 1%;
}
.list_sub_ks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1100px;
}
.list_sub_ks li {
  box-sizing: border-box;
  width: 13%;
  justify-content: center;
  margin: .4rem 1% 1% 0;
  text-align: center;
}
.list_sub_ks li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  background-color: #b92e32;
  width: 100%;
  height: 1.9rem;
  line-height: 1.9rem;
  font-size: .6rem;
  border-radius: 0.25rem;
  text-decoration: none;
  overflow: hidden;
}
