.ban {
  width: 100%;
  height: 450px;
  background: url("../image/cs.png") no-repeat;
}
.ban_main {
  padding: 71px 0 0 100px;
  color: #fff;
}
.ban_suc {
  font-size: 24px;
}
.ban_suc span {
  color: #ffc832;
}
.ban_title {
  font-size: 65px;
  font-weight: bold;
  margin-top: 35px;
}
.ban_ul {
  width: 420px;
  margin-top: 41px;
  display: flex;
  flex-wrap: wrap;
}
.ban_ul_li {
  width: 205px;
  text-align: left;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.ban_ul_li img {
  width: 18px;
  margin-right: 8px;
}
.ban_box {
  position: relative;
  z-index: 1;
  width: 1000px;
  height: 160px;
  background-image: linear-gradient(to bottom right, #fff 50%, #f8f8fc 50%);
  box-shadow: 4px 7px 40px 0px rgba(0, 4, 85, 0.15);
  border-radius: 10px;
  padding: 24px 30px 19px;
  color: #333333;
}
.ban_box_title {
  font-size: 18px;
  font-weight: bold;
}
.ban_box_ul {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ban_item {
  position: relative;
  width: 226px;
  height: 48px;
}
.ban_item_input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  /* padding: 0 30px 0 47px; */
  padding: 0 0px 0 45px;
}
.ban_item_input:focus {
  border: 1px solid #6c6eff !important;
}
.ban_item_icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 20px;
}
.ban_item_icon2 {
  width: 17px;
}
.ban_item_select {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 13px;
}
.ban_btn {
  width: 150px;
}
.ban_desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  font-size: 12px;
  color: #666666;
}
.ban_desc p {
  line-height: normal;
}
.ban_desc span {
  color: #ff7d22;
}
.ban_desc img {
  width: 18px;
  height: 16px;
  margin-right: 7px;
}
.ban_desc_today {
  margin: 0 20px;
  padding: 0 20px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
}
.ser {
  padding-top: 60px;
  width: 100%;
  height: 607px;
  background: url("../image/gszcfw.png") no-repeat;
}
.title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 75px;
}
.title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  /* background: #6c6eff; */
  background: #e7c087;
  border-radius: 2px;
}
.title_index {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  font-weight: 600;
  color: #6c6eff;
  opacity: 0.2;
}
.title_main {
  font-size: 28px;
  color: #f66;
}
.title_desc {
  margin-top: 13px;
  font-size: 14px;
  color: #666666;
}
.ser_main {
  position: relative;
  width: 1200px;
  height: 296px;
  background: #ffffff;
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.08);
  border-radius: 10px;
  margin: 46px auto 0;
  padding: 31px 70px 0;
}
.ser_city {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 202px;
}
.ser_text {
  width: 780px;
  height: 38px;
  background: rgba(28, 63, 213, 0.06);
  border-radius: 19px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ser_text span {
  color: #6c6eff;
}
.ser_select {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.ser_item {
  width: 45%;
}
.ser_item_title {
  position: relative;
  width: 184px;
  height: 46px;
  background: url("../image/ty.png") no-repeat;
  font-size: 16px;
  color: #ffffff;
  padding: 14px 0 0 23px;
}
.ser_item_opt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.ser_item_li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin: 0 17px 23px 0;
}
.ser_item_li_radio {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  cursor: pointer;
}
.ser_item_li_radio:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../image/wgx.png") no-repeat;
}
.ser_item_li_radio:checked:before {
  background: url("../image/gx.png") no-repeat;
}
.ser_btn {
  margin: 0 auto;
}
.subsidy {
  margin-bottom: 5rem;
}
.subsidy_ul {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subsidy_li {
  position: relative;
  width: 280px;
  height: 260px;
  border-radius: 10px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.subsidy_bg {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -4px;
  width: 294px;
  height: 120px;
  opacity: 0.85;
  transform: rotateZ(-7deg);
}
.subsidy_text {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
.subsidy_text p:nth-child(1) {
  font-size: 16px;
}
.subsidy_text p:nth-child(2) {
  font-size: 12px;
  margin-top: 14px;
  line-height: 21px;
}
.subsidy_btn {
  width: 210px;
  margin: 40px auto 0;
}
.rai {
  margin-top: 50px;
  padding-top: 1px;
  background: #f4f7ff;
}
.rai_ul {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rai_ul .rai_li {
  position: relative;
  width: 366px;
  height: 196px;
  background: #ffffff;
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
  border-radius: 10px;
  padding: 26px 16px 20px;
  display: flex;
  overflow: hidden;
  margin-right: 51px;
  margin-bottom: 40px;
}
.rai_ul .rai_li:nth-child(3) {
  margin-right: unset;
}
.rai_ul .rai_li_icon {
  width: 60px;
  height: 60px;
  background: rgba(108, 110, 255, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rai_ul .rai_li_desc {
  flex: 1;
  margin-left: 17px;
}
.rai_ul .rai_li_title {
  font-size: 20px;
  font-weight: bold;
}
.rai_ul .rai_li_title span {
  color: #ff7d22;
}
.rai_ul .rai_li_text {
  color: #666666;
  margin-top: 13px;
  font-size: 14px;
  line-height: normal;
}
.rai_ul .rai_li_btn {
  position: absolute;
  bottom: 20px;
  left: 92px;
  width: 120px;
  height: 40px;
  border: 1px solid #ff6666;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #ff6666;
  cursor: pointer;
}
.rai_ul .rai_li_btn:hover {
  background: #ff6666;
  color: #fff;
}
.rai_ul .rai_li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 52px solid rgba(108, 110, 255, 0.5);
  border-left: 52px solid transparent;
}
.rai_ul .rai_li_index {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 2px;
  top: 9px;
}
.dev_rai_ul {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
  padding-bottom: 50px;
}
.dev_rai_ul li {
  width: 370px;
  height: 240px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.dev_rai_ul li .count {
  position: absolute;
  left: -115px;
  top: 10px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #d5b686, #c49e60);
}
.dev_rai_ul li .image {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f6f6ff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.dev_rai_ul li p.subtitle {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 0.5rem 0;
}
.dev_rai_ul li p.desc {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0.5rem 0 1rem;
}
.dev_rai_ul li p.btn {
  width: 120px;
  height: 40px;
  border-radius: 0.5rem;
  border: 1px solid #f66;
  line-height: 38px;
  color: #f66;
  cursor: pointer;
  user-select: none;
  margin: 0 auto;
}
.dev_rai_ul li p.btn:hover {
  background-color: #f66;
  color: #fff;
}
.dev_rai_ul li:nth-of-type(4) {
  transform: translateX(100px);
  margin-top: 2rem;
}
.dev_rai_ul li:nth-of-type(5) {
  margin-top: 2rem;
  transform: translateX(-100px);
}
.adv {
  position: relative;
  padding-bottom: 49px;
}
.adv::after {
  /*    content:"" ;*/
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 339px;
  height: 403px;
  background: url("../image/zuo.png") no-repeat;
}
.adv::before {
  /*    content:"" ;*/
  position: absolute;
  bottom: 0;
  right: 7%;
  width: 265px;
  height: 401px;
  background: url("../image/you.png") no-repeat;
}
.adv_vs {
  margin: 57px auto 0;
  display: block;
}
.adv_ul {
  position: relative;
  margin-top: 29px;
  z-index: 1;
}
.adv_li {
  position: relative;
  display: flex;
  justify-content: center;
}
.adv_li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid #f66;
  border-radius: 50%;
}
.adv_li:last-child .adv_li_left,
.adv_li:last-child .adv_li_right {
  padding-bottom: unset;
}
.adv_li_left {
  border-right: 1px solid #e6e6e6;
  padding-right: 22px;
  padding-bottom: 50px;
}
.adv_li_right {
  border-left: 1px solid #e6e6e6;
  padding-left: 22px;
  padding-bottom: 50px;
}
.adv_li_left_title {
  text-align: right;
  font-weight: 600;
  color: #f66;
}
.adv_li_left_desc {
  text-align: right;
}
.adv_li_left_title,
.adv_li_right_title {
  font-size: 16px;
}
.adv_li_left_desc,
.adv_li_right_desc {
  font-size: 12px;
  width: 360px;
  line-height: normal;
  margin-top: 11px;
}
.sign {
  padding: 1px 0 50px 0;
  background: #f4f7ff;
}
.sign_main {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
}
.sign_form {
  width: 450px;
  background: #ffffff;
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.sign_form_title {
  width: 100%;
  height: 76px;
  /* background: #6c6eff; */
  background: linear-gradient(135deg, #d5b686, #c49e60);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 76px;
}
.sign_form_main {
  padding: 20px 40px 40px 40px;
}
.sign_item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.sigm_label {
  width: 65px;
  font-size: 14px;
  color: #666666;
  margin-right: 16px;
  white-space: nowrap;
}
.sigm_label span {
  color: #e53636;
}
.sign_enter {
  position: relative;
  flex: 1;
  height: 48px;
}
.sign_input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 0 30px 0 20px;
}
.sign_pick_icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 13px;
}
.sign_radio {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.sign_radio:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.sign_radio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
}
.sign_radio:checked:after {
  content: "";
  border: 1px solid #e7c087;
}
.sign_radio:checked:before {
  content: "";
  background: #e7c087;
}
.sign_select {
  display: flex;
  align-items: center;
}
.sign_select_item {
  display: flex;
  align-items: center;
  margin-right: 22px;
  font-size: 14px;
}
.sign_select_item input {
  cursor: pointer;
}
.sign_radio_light {
  color: #6c6eff;
}
.sign_btn {
  flex: 1;
  margin-top: 2px;
}
.sign_item:last-child {
  margin-bottom: unset;
}
.sign_box {
  width: 710px;
  height: 526px;
  background: #ffffff;
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.sign_nav {
  width: 100%;
  height: 76px;
  border-bottom: 1px solid rgba(0, 4, 85, 0.05);
  display: flex;
  align-items: center;
  background-image: linear-gradient(135deg, #d5b686, #c49e60);
}
.sign_nav li {
  width: 50%;
  text-align: center;
  font-size: 20px;
  /* color: #666666; */
  color: #fff;
  line-height: 76px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.sign_nav_active {
  /* color: #6c6eff !important; */
  /* border-bottom: 2px solid #6c6eff !important; */
  border-bottom: 2px solid #f66 !important;
}
.sign_desc {
  font-size: 14px;
  color: #666666;
  line-height: normal;
}
.sign_wis {
  padding: 30px 40px 0 40px;
}
.sign_wis_btn {
  margin-top: 17px;
  display: flex;
  justify-content: end;
}
.sign_wis_btn div {
  width: 168px;
}
.sign_wis_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}
.sign_wis_li img {
  width: 200px;
  height: 213px;
}
.sign_wis_li p {
  margin-top: 14px;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.req {
  width: 100%;
  height: 601px;
  background: url("../image/zsbj.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.req_main {
  height: 501px;
  background: #ffffff;
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.req_nav {
  width: 100%;
  height: 76px;
  border-bottom: 1px solid rgba(0, 4, 85, 0.05);
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #d5b686, #c49e60);
}
.req_nav li {
  width: 24%;
  text-align: center;
  font-size: 20px;
  /* color: #666666; */
  color: #fff;
  line-height: 76px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.req_nav_active {
  /* color: #6c6eff !important; */
  /* border-bottom: 2px solid #6c6eff !important; */
  border-bottom: 2px solid #f66 !important;
}
.req_one {
  padding: 30px 40px 0 40px;
  display: flex;
  justify-content: space-between;
}
.req_one_li {
  width: 48%;
}
.req_one_li_title {
  position: relative;
  font-size: 20px;
  padding-left: 22px;
}
.req_one_li_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 2px solid #6c6eff;
  border-radius: 50%;
}
.req_one_li_ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.req_one_li_ul_li {
  position: relative;
  width: 247px;
  height: 148px;
  background: rgba(108, 110, 255, 0.06);
  border-radius: 10px;
  padding: 38px 0 17px 0;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.req_one_li_ul_li:hover {
  background: #6c6eff;
  color: #fff;
}
.req_one_li_ul_li:hover img {
  filter: brightness(3);
}
.req_one_li_ul_li p {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
}
.req_two_title {
  font-size: 20px;
  margin-top: 29px;
  text-align: center;
}
.req_two_desc {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
.req_two_ul {
  margin-top: 29px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.req_two_li {
  position: relative;
  width: 247px;
  height: 258px;
  background: rgba(108, 110, 255, 0.06);
  border-radius: 10px;
  padding-top: 70px;
  text-align: center;
  overflow: hidden;
}
.req_two_li_text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 58px;
  font-size: 18px;
}
.req_two_li_text p:nth-child(2) {
  margin-top: 15px;
  color: #999999;
  font-size: 14px;
}
.req_two_li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 52px solid rgba(108, 110, 255, 0.5);
  border-left: 52px solid transparent;
}
.req_two_li_index {
  position: absolute;
  top: 9px;
  right: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  z-index: 1;
}
.req_three_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  margin-top: 29px;
}
.req_three_li div {
  width: 197px;
  height: 258px;
  background: rgba(108, 110, 255, 0.06);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.req_three_li p {
  font-size: 14px;
  text-align: center;
  margin-top: 13px;
}
.req_four {
  padding: 23px 60px 40px 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.req_four_li {
  display: flex;
  align-items: center;
}
.req_four_icon {
  position: relative;
  width: 130px;
  margin-right: 12px;
}
.req_four_icon p {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
  color: #6c6eff;
}
.req_four_text {
  font-size: 14px;
  line-height: normal;
}
.req_four_box {
  padding: 12px 11px;
  background: rgba(108, 110, 255, 0.06);
  border-radius: 10px;
  font-size: 14px;
  max-width: 177px;
  line-height: normal;
}
.req_four_arrow {
  width: 16px;
  height: 16px;
  margin: 0 12px;
}
.req_five {
  flex: 1;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.req_five_li {
  display: flex;
  width: 48%;
}
.req_five_ask {
  width: 28px;
  height: 28px;
  background: #6c6eff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-right: 14px;
}
.req_five_text {
  flex: 1;
}
.req_five_text p:nth-child(1) {
  font-size: 14px;
  line-height: normal;
  margin-top: 7px;
}
.req_five_text p:nth-child(2) {
  margin-top: 12px;
  font-size: 12px;
  line-height: normal;
}
.why_ul {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.why_img {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.why_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_img p {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, #d5b686, #c49e60);
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
}
.why_text {
  text-align: center;
  margin-top: 30px;
  line-height: 23px;
  font-size: 14px;
  color: #666666;
}
.ask {
  padding-top: 1px;
  margin-top: 49px;
  width: 100%;
  background: #f4f7ff;
}
.ask_ul {
  margin-top: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ask_li {
  position: relative;
  width: 366px;
  height: 196px;
  background: #f8f8fc;
  border-radius: 10px;
  background-image: linear-gradient(to bottom right, #fff 50%, #f8f8fc 50%);
  margin-bottom: 50px;
}
.ask_li_avatar {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.ask_li_info {
  margin-left: 202px;
}
.ask_li_info_name {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.ask_li_info_name p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.ask_li_info_name p:nth-child(2) {
  margin-left: 8px;
  font-size: 14px;
  padding: 5px 8px;
  background: linear-gradient(-30deg, #fdde9e, #feeece);
  border-radius: 12px;
  color: #a8802d;
}
.ask_li_info_text {
  margin-top: 19px;
  color: #666666;
  font-size: 14px;
  line-height: normal;
}
.ask_li_info_text span {
  color: #ff7d22;
}
.ask_li_info_btn {
  width: 120px;
  height: 40px;
  border: 1px solid #ff6666;
  border-radius: 4px;
  font-size: 14px;
  color: #ff6666;
  text-align: center;
  line-height: 40px;
  margin-top: 19px;
  cursor: pointer;
}
.ask_li_info_btn:hover {
  background: #ff6666;
  color: #ffffff;
}
.addr_ul {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.addr_li:nth-child(even) {
  margin-top: 95px;
}
.addr_li p {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 18px;
}
.team {
  padding-top: 1px;
  margin-top: 49px;
  background: #f4f7ff;
}
.team_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 56px;
}
.team_li {
  width: 280px;
  height: 196px;
  border-radius: 10px;
  padding: 16px 31px;
  background-image: linear-gradient(to bottom right, #fff 50%, #f8f8fc 50%);
  margin-bottom: 30px;
}
.prom_main {
  margin-top: 29px;
  display: flex;
}
.prom_ul {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
  margin-right: 96px;
}
.prom_li {
  display: flex;
  align-items: center;
}
.prom_li img {
  width: 100px;
}
.prom_text {
  flex: 1;
  margin-left: 20px;
}
.prom_text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.prom_text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  margin-top: 14px;
  line-height: normal;
  width: 270px;
}
.prom_cust {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prom_cust img {
  width: 239px;
}
.prom_cust div {
  width: 188px;
}
.ass {
  padding-top: 1px;
  padding-bottom: 20px;
  margin-top: 49px;
  background: #f4f7ff;
}
.ass_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 57px;
}
.ass_li {
  width: 366px;
  height: 100px;
  background: #ffffff;
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 20px 42px 20px 20px;
  margin-bottom: 30px;
}
.ass_li_icon {
  width: 60px;
  height: 60px;
  background: rgba(108, 110, 255, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ass_li_text {
  flex: 1;
  margin-left: 21px;
}
.ass_li_text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.ass_li_text p:nth-child(2) {
  font-size: 14px;
  margin-top: 11px;
  line-height: normal;
  color: #666666;
}
.more {
  margin-bottom: 63px;
}
.more_ul {
  margin-top: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more_li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.more_li_pic {
  width: 216px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.more_li_title {
  margin-top: 13px;
  font-size: 20px;
  font-weight: bold;
}
.more_li_desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: normal;
}
.more_li_text {
  margin-top: 17px;
  font-size: 14px;
  color: #666666;
}
.more_li_text span {
  color: #ff7d22;
}
.more_li_btn {
  width: 216px;
  height: 48px;
  border: 1px solid #ff6666;
  border-radius: 4px;
  color: #ff6666;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  margin-top: 13px;
}
.more_li_btn:hover {
  background: #ff6666;
  color: #ffffff;
  cursor: pointer;
}
.city {
  position: relative;
}
.city_icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 20px;
  z-index: 1;
}
.city .el-cascader,
.city .el-input {
  width: 100%;
  height: 48px;
}
.city .el-input__inner {
  padding: 0 15px 0 47px;
  height: 100%;
}
.start_bj strong {
  color: #f66;
}
