body {
  background: #ffffff !important;
}
.head_img {
  width: 100%;
}
.head_img img {
  width: 100%;
}
.cont_ar {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.con_top {
  width: 100%;
}
.con_top span {
  display: block;
  margin-top: 75px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.con_top i {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #999999;
  display: block;
  margin-top: 10px;
}
.con_top form .form_input {
  width: 783px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #f40000;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con_top form .form_input input[type="text"] {
  padding-left: 25px;
  background: transparent;
  width: 100%;
}
.con_top form .form_input input[type="submit"] {
  width: 110px;
  height: 40px;
  background: #f40000;
  border: 1px solid #f40000;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.xq_l {
  display: flex;
}
.xq_l span {
  display: block;
  margin-right: 20px;
}
.con_ul {
  margin-top: 80px;
}
.con_ul ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con_ul ul li {
  width: 585px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-bottom: 30px;
  padding-bottom: 21px;
}
.con_ul ul li .c_top {
  padding-top: 27px;
  padding-left: 29px;
  display: flex;
  align-items: center;
}
.con_ul ul li .c_top span {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  display: block;
  margin-right: 21px;
}
.con_ul ul li .c_top p {
  display: block;
  /*width: 54px;*/
  height: 23px;
  padding: 0 10px;
  background: #f40000;
  border-radius: 4px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}
.con_ul ul li .didian {
  padding-left: 29px;
  font-size: 14px;
  color: #333333;
  margin-top: 36px;
}
.con_ul ul li .xq_dd {
  padding-right: 21px;
  padding-left: 29px;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  align-items: center;
}
.con_ul ul li .xq_dd a {
  display: block;
  width: 94px;
  /*height: 35px;*/
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 19px;
  text-align: center;
  line-height: 35px;
  color: #333333;
  font-size: 14px;
}
