@charset "utf-8";

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* {
  margin: 0;
  padding: 0;
}

.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}




.cc {
  width: 80%;
  min-width: 660px;
  height: 69px;
  margin: 20px auto;
  background-color: #ffffff;
  border-top: solid 2px #50aaf9;
  border-left: solid 2px #50aaf9;
  border-bottom: solid 2px #50aaf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #898f9a;

  overflow: hidden;

  border-radius: 4px;
}

.access-btn {
  box-sizing: border-box;
  width: 180px !important;
  height: 73px !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#50aaf9), to(#4d4cf3)) !important;
  background-image: linear-gradient(90deg, #50aaf9 0%, #4d4cf3 100%) !important;
  line-height: 54px;
  display: block;
  background: #2faaff;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0 4px 4px 0;
}

.access-wrap {
  width: calc(100% - 180px);
  height: 100%;
}

.access-wrap form {
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 18px 0;
}

.access-city {
  padding: 0 30px;
  height: 100%;
  width: 28%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.access-input {
  width: 36%;
  height: 100%;
  border-left: 1px solid #d2d2d2;
  padding: 0 30px;
}

.access-input input {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  outline: none;
}

.list_top {
  width: 286px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  margin: 0 auto;
  letter-spacing: 0px;
  color: #3e444f;
}

.list_sear {
  width: 1010px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 69px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list_sears {
  width: 830px;
  height: 62px;
  background-color: #ffffff;
  border: solid 2px #50aaf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #898f9a;
}

.cont_firsts>a:link {
  color: #ffff;
}

a:link {
  color: #5f5f84;
}

a:visited {
  color: white;
}

/*访问后得状态*/
.cont_tow_conts a:visited {
  color: #5f5f84;
}

.cont_tow_conts a:active {
  color: #5f5f84;
  background-color: #deeaff;
}

.cont_tow_conts:hover {
  color: #5f5f84;
  background-color: #deeaff;
}

.cont_tow_cont:hover {
  color: #5f5f84;
  background-color: #deeaff;
}

.cont_firsts a:active {
  color: white;
  background-color: #26329e;
}

.cont_firsts a:hover {
  color: white;
  background-color: #26329e;
}

/* .daos {
  width: 14px;
  height: 8px;
  color: #50abf9;
  background-image: url("../images/qualification-agency_imgs/");
  background-repeat: no-repeat;
  padding-right: 20px;
} */
.city {
  width: 78px;
  height: 15px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #898f9a;
}

.list_sears_nth {
  width: 240px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ccc;
  padding-left: 10px;
}

.list_sears_nths {
  width: 280px;
  height: 22px;
  border-right: 1px solid #ccc;
  line-height: 22px;
}

.list_sears_nthss {
  width: 260px;
  height: 22px;
  line-height: 22px;
}

.list_cont {
  width: 180px;
  height: 66px;
  background-image: -webkit-gradient(linear, left top, right top, from(#50aaf9), to(#4d4cf3));
  background-image: linear-gradient(90deg, #50aaf9 0%, #4d4cf3 100%);
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 1px;
  color: #ffffff;
}

.list_bottm {
  width: 1010px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff9ee;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #e3761d;
  margin-top: 40px;
}

.list_bottm_left {
  width: 395px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 34px;
}

.list_bottm_right {
  width: 395px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 34px;
}

.cont_lou {
  width: 1200px;
  height: 506px;
  margin: 0 auto;
  margin-top: 110px;
}

.zzdb {
  width: 141px;
  height: 34px;
  padding-left: 43%;
  font-family: PingFangSC-Regular;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #3e444f;
}

.cont_first {
  width: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cont_firsts {
  width: 23.5%;
  height: 68px;
  margin: 0 2% 10px 0;
}

.cont_firsts:nth-child(4n) {
  margin-right: 0;
}


.cont_first_cont {
  width: 100%;
  height: 100%;
  background-color: #4d4ff4;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0px;
  color: #ffffff;

}

.cont_tow {
  width: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.input {
  border: 0;
  outline: none;
}

.cont_tow_conts {
  width: 16%;
  height: 52px;
  margin: 0 0.8% 10px 0;
}

.cont_tow_cont {
  width: 100%;
  height: 100%;
  background-color: #edf4ff;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0px;
  padding: 0 5px;

  color: #5f5f84;

}

.cont_tow_conts:nth-child(6n) {
  margin-right: 0;
}

.cont_fw {
  width: 1097px;
  margin: 0 auto;
  margin-top: 110px;
}

.cont_fw_cont {
  width: 141px;
  height: 34px;
  font-family: PingFangSC-Regular;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  padding-left: 43%;
  letter-spacing: 0px;
  color: #3e444f;
}

.cont_fw_list {
  width: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 68px;
}

.cont_fw_list_lou {
  width: 23%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont_fw_list_bottom {
  width: 90%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cont_fw_list_bottom1 {

  margin: 15px 0 10px 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3e444f;
}

.images_ban1 {
  width: 90px;
  height: 91px;
  background-image: url("../images/qualification-agency_imgs/optimization1.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 22px 22px;
  border-radius: 50%;
  background-color: #f5c543;
  -webkit-box-shadow: 0px 1px 10px #f5c543;
  box-shadow: 0px 1px 10px #f5c543;
}

.images_ban2 {
  width: 90px;
  height: 91px;
  background-image: url("../images/qualification-agency_imgs/optimization2.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 22px 22px;
  border-radius: 50%;
  background-color: #6de1b1;
  -webkit-box-shadow: 0px 1px 10px #6de1b1;
  box-shadow: 0px 1px 10px #6de1b1;
}

.images_ban3 {
  width: 90px;
  height: 91px;
  background-image: url("../images/qualification-agency_imgs/optimization3.png");
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50%;
  background-position: 23px 20px;
  background-color: #51adf8;
  -webkit-box-shadow: 0 1px 15px #51adf8;
  box-shadow: 0 1px 15px #51adf8;
}

.images_ban4 {
  width: 90px;
  height: 91px;
  background-image: url("../images/qualification-agency_imgs/optimization4.png");
  background-repeat: no-repeat;
  background-color: #ee8e43;
  background-position: 23px 18px;
  background-size: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px #ee8e43;
  box-shadow: 0px 0px 15px #ee8e43;
}

.cont_fw_list_bottom2 {

  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #898f9a;
  /* display: flex;
      align-items: center;
      justify-content: space-around; */
  text-align: center;
}





.cont_hy_cont {
  width: 18.4%;
  height: 270px;
  background-color: #a7a7af;
  margin: 0 2% 0 0;


}

.cont_hy_cont:last-child {
  margin-right: 0;
}

.cont_list_hy {
  width: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: left;
  margin-top: 60px;
}

.cont_hy_list1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

}

.cont_hy_list1 img {
  display: inline-block;
  width: auto;
  height: 100%;
}

.cont_hy_list_dl {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#50aaf9), to(#4d4cf3));
  background-image: linear-gradient(90deg, #50aaf9 0%, #4d4cf3 100%);
  border-radius: 50px 0px 0px 0px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
}

.cont_zz {
  width: 1097px;
  height: 257px;
  padding-top: 109px;
  margin: 0 auto;
}

.cont_zizhi {
  width: 240px;
  height: 34px;
  font-family: PingFangSC-Regular;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3e444f;
  margin: 0 auto;
}

/*资质代办服务流程*/
.cont_list {
  width: 100%;

  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;

}

.cont_list_item {
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cont_list_zz_img {
  background-color: #edf1ff;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;

}

.cont_list_zz_img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 50%;
}


.cont_list_zz_text {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.cont_list_item_jt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  margin-top: -29px;
}

.cont_list_item_jt img {
  display: inline-block;
  width: 100%;
  height: auto;
}




/*我们还能提供*/
.cont_tg_bottom {
  width: 100%;

  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  -ms-flex-pack: distribute;
  justify-content: left;
}

.cont_tg_bottom_list {
  width: 15%;
  height: 160px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px #e8e0f8;
  box-shadow: 0 0 15px #e8e0f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 1.4% 0 0;
}

.cont_tg_bottom_top1 {
  width: 68px;
  height: 68px;
  background-color: #fdf5e0;
  background-image: url("../images/qualification-agency_imgs/offer1.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc1:hover {
  background: #f2b23e;
}

.hoverbgc1:hover .cont_tg_bottom_top1 {
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  background-image: url("../images/qualification-agency_imgs/offer1.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc1:hover .cont_tg_bottom_bottom {
  color: white;
  font-weight: bold;
}

.cont_tg_bottom_top2 {
  width: 68px;
  height: 68px;
  background-color: #ffeef1;
  background-image: url("../images/qualification-agency_imgs/offer2.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc2:hover {
  background: #ff8ea4;
}

.hoverbgc2:hover .cont_tg_bottom_top2 {
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  background-image: url("../images/qualification-agency_imgs/offer2.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc2:hover .cont_tg_bottom_bottom {
  color: white;
  font-weight: bold;
}

.cont_tg_bottom_top3 {
  width: 68px;
  height: 68px;
  background-color: #e1f6e9;
  background-image: url("../images/qualification-agency_imgs/offer3.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc3:hover {
  background: #45c678;
}

.hoverbgc3:hover .cont_tg_bottom_top3 {
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  background-image: url("../images/qualification-agency_imgs/offer3.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc3:hover .cont_tg_bottom_bottom {
  color: white;
  font-weight: bold;
}

.cont_tg_bottom_top4 {
  width: 68px;
  height: 68px;
  background-color: #fcf0ea;
  background-image: url("../images/qualification-agency_imgs/offer4.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc4:hover {
  background: #ef9b78;
}

.hoverbgc4:hover .cont_tg_bottom_top4 {
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  background-image: url("../images/qualification-agency_imgs/offer4.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc4:hover .cont_tg_bottom_bottom {
  color: white;
  font-weight: bold;
}

.cont_tg_bottom_top5 {
  width: 68px;
  height: 68px;
  background-color: #e5eafe;
  background-image: url("../images/qualification-agency_imgs/offer5.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc5:hover {
  background: #829bff;
}

.hoverbgc5:hover .cont_tg_bottom_top5 {
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  background-image: url("../images/qualification-agency_imgs/offer5.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc5:hover .cont_tg_bottom_bottom {
  color: white;
  font-weight: bold;
}

.cont_tg_bottom_top6 {
  width: 68px;
  height: 68px;
  background-color: #eef3ff;
  background-image: url("../images/qualification-agency_imgs/offer6.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc6:hover {
  background: #9c67fd;
}

.hoverbgc6:hover .cont_tg_bottom_top6 {
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  background-image: url("../images/qualification-agency_imgs/offer6.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.hoverbgc6:hover .cont_tg_bottom_bottom {
  color: white;
  font-weight: bold;
}



/* images/common/icon_lhyg.png */

.cont_tg_bottom_bottom {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}


.client-scroll {
  width: 80%;
  min-width: 660px;
  margin: 20px auto;
}

/*代理人信息展示开始*/

.scroll-message-style {
  overflow: hidden;
  height: 68px;
  width: 100%;


}

.scroll-message-style li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 34px;
}

.scroll-message-style li p {
  font-size: 14px;
  color: #DB904E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.scroll-message-style li p:nth-child(1) {
  width: 70px;
}

.scroll-message-style li p:nth-child(2) {
  width: calc(100% - 440px);
}

.scroll-message-style li p:nth-child(3) {
  width: 120px;
}

.scroll-message-style li p:nth-child(4) {
  width: 80px;
}

.scroll-message-style li p:nth-child(5) {
  width: 170px;
}


@media screen and (max-width:768px) {



  .client-scroll {
    width: 100%;
    min-width: unset;
    margin: 0 auto;
    padding: 0 0.65rem 1rem 0.65rem;
  }

  /*代理人信息展示开始*/

  .scroll-message-style {
    overflow: hidden;
    height: 2.6rem;
    width: 100%;


  }

  .scroll-message-style li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: unset;
    text-align: left;
    padding: 0.4rem 0;
    border-bottom: 0.025rem dashed #DB904E;
  }

  .scroll-message-style li p {
    font-size: 0.55rem;
    text-align: left;
    line-height: 0.9rem;

  }

  .scroll-message-style li p:nth-child(1) {
    width: 3rem;
  }

  .scroll-message-style li p:nth-child(2) {
    width: calc(100% - 7rem);
  }

  .scroll-message-style li p:nth-child(3) {
    width: 4rem;
    text-align: right;
  }

  .scroll-message-style li p:nth-child(4) {
    width: 4rem;
  }

  .scroll-message-style li p:nth-child(5) {
    width: calc(100% - 4rem);
    text-align: right;
  }



  /*资质代办*/
  .conts_list {
    width: 100%;
    padding: 0 0.65rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .conts_cont {
    width: 48.5%;
    height: 3.4rem;
    background: #f8f8f8;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    padding: 0 0.4rem;
  }

  .conts_cont img {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
  }

  .conts_list_imgs {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/qualification-agency_imgs/icon2.png) no-repeat center right;
    background-size: 0.4rem auto;
  }

  .conts_list_size {
    width: calc(100% - 2.5rem);
    font-size: 0.5rem;
    color: #333;
    font-weight: bold;
  }

  .shows {
    width: 100%;
    padding: 0 0.65rem;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .shows.fade_in {
    display: flex;
  }

  .conts_contss {
    width: 48.5%;
    margin-bottom: 0.4rem;
    display: inline-block;
  }

  .conts_contss img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .more_btn {
    width: 100%;
    padding: 0.6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .more {
    display: inline-block;
    width: 4.6rem;
    height: 1.8rem;
    background-image: linear-gradient(90deg, #79d4ff 0%, #00acff 100%);
    border-radius: 0.2rem;

    text-align: center;
    line-height: 1.8rem;
    font-family: PingFangSC-Regular;
    font-size: 0.6rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;

  }

  .more_sq {
    display: none;
  }


  /*服务优选*/
  .cont_fw_list {

    flex-direction: column;
    margin-top: 1rem;
    padding: 0 0.65rem 0.6rem 0.65rem;
  }

  .cont_fw_list_lou {
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: unset;
    flex-direction: unset;
    padding-bottom: 1rem;

  }

  .cont_fw_list_bottom {
    width: calc(100% - 3.2rem);
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: left
  }

  .cont_fw_list_bottom1 {

    margin: 0.3rem 0 .3rem 0;
    font-size: 0.65rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3e444f;
  }

  .images_ban1 {
    width: 2.6rem;
    height: 2.6rem;
    background-image: url("../images/qualification-agency_imgs/optimization1.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    border-radius: 50%;
    background-color: #f5c543;
    -webkit-box-shadow: 0px 1px 0.6rem #f5c543;
    box-shadow: 0px 1px 0.6rem #f5c543;
  }

  .images_ban2 {
    width: 2.6rem;
    height: 2.6rem;
    background-image: url("../images/qualification-agency_imgs/optimization2.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    border-radius: 50%;
    background-color: #6de1b1;
    -webkit-box-shadow: 0px 1px 0.6rem #6de1b1;
    box-shadow: 0px 1px 0.6rem #6de1b1;
  }

  .images_ban3 {
    width: 2.6rem;
    height: 2.6rem;
    background-image: url("../images/qualification-agency_imgs/optimization3.png");
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50%;
    background-position: center center;
    background-color: #51adf8;
    -webkit-box-shadow: 0 1px 0.6rem #51adf8;
    box-shadow: 0 1px 0.6rem #51adf8;
  }

  .images_ban4 {
    width: 2.6rem;
    height: 2.6rem;
    background-image: url("../images/qualification-agency_imgs/optimization4.png");
    background-repeat: no-repeat;
    background-color: #ee8e43;
    background-position: center center;
    background-size: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0.6rem #ee8e43;
    box-shadow: 0px 0px 0.6rem #ee8e43;
  }

  .cont_fw_list_bottom2 {

    font-size: 0.55rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8rem;
    letter-spacing: 0px;
    color: #898f9a;
    /* display: flex;
        align-items: center;
        justify-content: space-around; */
    text-align: left;
  }


  /*常见行业*/

  .cont_hy_cont {
    width: 5.55rem;
    height: 6.75rem;
    margin: 0 0.4rem 0 0;
    border-radius: 0.4rem;




  }

  .cont_hy_list1 {
    border-radius: 0.4rem;
    overflow: hidden;
  }

  .cont_hy_cont:last-child {
    margin-right: 0;
  }

  .cont_list_hy {
    width: 100%;
    display: flex;
    overflow-y: scroll;
    margin-top: 0.6rem;
    white-space: nowrap;
    padding: 0 0.65rem;
  }



  .cont_hy_list_dl {
    width: 100%;
    height: 1.6rem;

    bottom: 0px;
    border-radius: 0;

    font-size: 0.6rem;

    line-height: 1.6rem;

  }



  /*资质代办服务流程*/
  .cont_list {

    margin-top: 0.6rem;
    padding: 0 0.65rem 1rem 0.65rem;
  }

  .cont_list_item {
    width: 2.6rem;

  }

  .cont_list_zz_img {

    width: 2.6rem;
    height: 2.6rem;


  }




  .cont_list_zz_text {
    font-size: 0.55rem;

    margin-top: 0.55rem;
  }

  .cont_list_item_jt {

    width: 0.8rem;
    margin-top: -1rem;
  }







  /*我们还能提供*/
  .cont_tg_bottom {
    width: 100%;

    flex-wrap: wrap;
    padding: 0 0.65rem 1rem 0.65rem;
    margin-top: 0.6rem;

  }

  .cont_tg_bottom_list {
    width: 31.8%;
    height: 4.7rem;
    margin: 0 2.3% 0.5rem 0;
    padding: 0;
  }

  .cont_tg_bottom_list:nth-child(3n) {
    margin-right: 0;
  }

  .cont_tg_bottom_top1 {
    width: 1.95rem;
    height: 1.95rem;
    background-size: 70% auto;
  }



  .hoverbgc1:hover .cont_tg_bottom_top1 {
    width: 1.95rem;
    height: 1.95rem;

  }



  .cont_tg_bottom_top2 {
    width: 1.95rem;
    height: 1.95rem;
    background-size: 70% auto;

  }



  .hoverbgc2:hover .cont_tg_bottom_top2 {
    width: 1.95rem;
    height: 1.95rem;

  }



  .cont_tg_bottom_top3 {
    width: 1.95rem;
    height: 1.95rem;
    background-size: 70% auto;

  }



  .hoverbgc3:hover .cont_tg_bottom_top3 {
    width: 1.95rem;
    height: 1.95rem;

  }



  .cont_tg_bottom_top4 {
    width: 1.95rem;
    height: 1.95rem;
    background-size: 70% auto;

  }



  .hoverbgc4:hover .cont_tg_bottom_top4 {
    width: 1.95rem;
    height: 1.95rem;

  }



  .cont_tg_bottom_top5 {
    width: 1.95rem;
    height: 1.95rem;
    background-size: 70% auto;

  }



  .hoverbgc5:hover .cont_tg_bottom_top5 {
    width: 1.95rem;
    height: 1.95rem;

  }



  .cont_tg_bottom_top6 {
    width: 1.95rem;
    height: 1.95rem;
    background-size: 70% auto;
  }


  .hoverbgc6:hover .cont_tg_bottom_top6 {
    width: 1.95rem;
    height: 1.95rem;


  }

  .cont_tg_bottom_bottom {
    font-size: 0.5rem;
    line-height: 0.8rem;

  }

}