@import "comm.css";
@import "swiper.min.css";
@import "aos.css";
.single-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiline-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.icon {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page-content {
  width: 100%;
}
.crumbs-font1 {
  color: #999;
  font-size: 14px;
}
.crumbs-box {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.crumbs-box li {
  margin-right: 3px;
  color: #999;
  font-size: 14px;
}
.crumbs-box li a {
  display: inline-block;
  padding-right: 3px;
  box-sizing: border-box;
  transition: 0.3s;
  color: #999;
  font-size: 14px;
}
.crumbs-box li a:hover {
  transition: 0.3s;
  color: #10B098;
}
.page-turner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  transition: all 0.3s;
}
.page-turner a {
  width: 87px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 16px;
}
.page-turner a:first-child {
  margin-right: 16px;
}
.page-turner :hover {
  transition: all 0.3s;
  color: #FFFFFF;
  background: #10B098;
  border: 1px solid #10B098;
}
.page-turner :hover a {
  color: #FFFFFF;
}
.page-turner2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 16px;
}
.page-turner2 a {
  width: 400px;
  height: 90px;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s all;
}
.page-turner2 a:hover {
  background: #10B098;
  transition: 0.3s all;
}
.page-turner2 a:hover p {
  color: #FFFFFF;
  transition: 0.3s all;
}
.page-turner2 a p {
  color: #333333;
  transition: 0.3s all;
  font-size: 16px;
}
.page-turner2 a p:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
}
.page-gg {
  width: 100%;
  height: 140px;
  padding-top: 2px;
}
.page-gg img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.page-gg2 {
  width: 100%;
  height: 228px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.page-gg2 .gg-bg {
  width: 100%;
  height: 100%;
}
.page-gg2 .gg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-gg2 .gg2-box {
  width: 305px;
  height: 166px;
  background: rgba(16, 176, 152, 0.8);
  border-radius: 4px;
  padding: 0 19px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-gg2 .gg2-box .data-btn {
  width: 147px;
  height: 40px;
  border-radius: 22px;
  margin-top: 18px;
}
.page-gg2 .gg2-desc {
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
}
.page-title {
  color: #333;
  font-size: 24px;
}
.page-title2 {
  color: #333;
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 24px;
}
.page-title2 h3 {
  color: #FF781E;
  max-width: 210px;
  font-size: 24px;
}
.page-title2:after {
  content: '';
  position: absolute;
  height: 24px;
  width: 4px;
  background: #10B098;
  left: 0;
  top: 6px;
}
.font14 {
  font-size: 14px;
}
.font12 {
  font-size: 12px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font16 {
  font-size: 16px;
}
.font32 {
  font-size: 32px;
}
.font28 {
  font-size: 28px;
}
.container {
  width: 100%;
  padding-top: 105px;
  box-sizing: border-box;
}
.box-1280 {
  width: 1280px;
  margin: 0 auto;
}
.display-right {
  right: 0!important;
  transition: 0.4s !important;
}
.appointment-box {
  position: fixed;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 362px;
  background: rgba(0, 19, 30, 0.8);
  transition: 0.5s;
  z-index: 11;
}
.appointment {
  height: 100%;
  background: rgba(0, 19, 30, 0.5);
  display: flex;
  align-items: center;
  position: relative;
}
.appointment .footer-right .code-box {
  width: 162px;
  height: 162px;
  padding: 10px;
  margin-top: 40px;
}
.appointment .footer-right .code-text {
  width: 130px;
  text-align: center;
}
.appointment-left {
  left: 0;
}
.appoint-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 84px;
}
.appoint-bt {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.appoint-desc {
  margin-top: 7px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.appoint-bg {
  width: 412px;
  height: 238px;
}
.form-card3 {
  margin-right: 100px;
}
.form-card3 .form-bd {
  display: block;
}
.form-card3 .form-bd .adress-box {
  width: 318px;
  height: 35px;
  position: relative;
}
.form-card3 .form-bd .sp-liyy {
  width: 404px;
}
.form-card3 .form-bd .bd-select,
.form-card3 .form-bd .bd-input {
  width: 318px;
  height: 35px;
  padding: 8px 10px;
}
.form-card3 .form-bd .bd-code {
  width: 318px;
  height: 35px;
  margin-top: 0;
}
.form-card3 .form-bd .bd-yz {
  padding: 8px 10px;
}
.form-card3 .form-bd .bd-yz-btn {
  padding: 8px 10px;
}
.form-card3 .form-bd .bd-yz-btn:after {
  height: 18px;
  width: 1px;
  left: -10px;
  top: 9px;
}
.form-card3 .form-bd .bd-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.form-card3 .form-bd .bd-label {
  width: 86px;
  color: #fff;
  font-size: 16px;
}
.close-icon {
  position: absolute;
  top: 31px;
  right: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-image: url("../img/close-icon.png");
}
.head-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.status-box {
  height: 35px;
  background: #10B098;
}
.status {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.status-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.web-name {
  color: #fff;
  margin-right: 32px;
  font-size: 14px;
}
.city-box {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}
.city-icon {
  width: 11px;
  height: 15px;
  background-image: url("../img/address-icon.png");
  margin-right: 7px;
}
.city-name {
  font-weight: bold;
  color: #fff;
  margin-right: 3px;
  font-size: 14px;
}
.status-right {
  display: flex;
  align-items: center;
  height: 20px;
}
.status-item {
  height: 100%;
  position: relative;
}
.status-item:last-child:after {
  content: '';
  display: none;
}
.status-item:last-child .status-text {
  padding: 0 0 0 10px;
}
.status-item:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 4px;
  display: block;
  height: 12px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.status-item .status-text {
  display: inherit;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.navigation-box {
  width: 100%;
  height: 70px;
  background: #fff;
}
.navigation {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation-list {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.navigation-item {
  height: 100%;
  width: 96px;
  position: relative;
  margin-right: 40px;
  transition: 0.8s all;
}
.navigation-item:last-child:after {
  content: '-';
  display: none;
}
.navigation-item:after {
  position: absolute;
  top: 0;
  right: -24px;
  display: flex;
  height: 100%;
  align-items: center;
  content: '-';
  color: #333;
  font-size: 18px;
}
.navigation-item:hover {
  transition: 0.8s all;
  background: #10B098;
}
.navigation-item:hover .navigation-text {
  transition: 0.8s all;
  color: #fff;
}
.navigation-text {
  padding: 0 10px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: 0.8s all;
  font-size: 18px;
}
.navigation-cur {
  transition: 0.8s all;
  background: #10B098;
}
.navigation-cur .navigation-text {
  transition: 0.8s all;
  color: #fff;
}
.navigation-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.navigation-right .navigation-list {
  width: auto;
}
.navigation-right .search-box {
  width: 200px;
}
.search-box {
  width: 100%;
  height: 35px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 18px;
  display: flex;
  align-items: center;
}
.search-input {
  width: 160px;
  height: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
}
.search-btn {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
}
.search-icon {
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-image: url("../img/search-icon.png");
}
.top-logo {
  position: absolute;
  left: 515px;
  top: -10px;
  width: 267px;
  height: 138px;
  background-repeat: no-repeat;
  background-image: url("../img/top-bg.png");
  background-size: 100% 100%;
}
.top-logo a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-logo .phone-box {
  display: flex;
  align-items: center;
  width: 167px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  justify-content: center;
  margin-top: 3px;
  color: #fff;
  font-size: 16px;
}
.top-logo .phone-icon {
  height: 19px;
  width: 18px;
  margin-right: 10px;
  background-image: url("../img/phone-icon.png");
}
.logo-box {
  display: flex;
  align-items: center;
}
.logo-box .logo-icon {
  height: 48px;
  width: 55px;
}
.logo-box .logo-name {
  margin-left: 6px;
  color: #fff;
  font-size: 20px;
}
.bottom-box {
  padding-top: 50px;
}
.footer-box {
  width: 100%;
  background: #363333;
}
.links-box {
  display: flex;
  flex-wrap: wrap;
  height: 64px;
  overflow: hidden;
  margin-top: 10px;
}
.links-box a {
  color: #fff;
  line-height: 32px;
  margin-right: 10px;
  transition: 0.3s all;
  font-size: 16px;
}
.links-box a:hover {
  transition: 0.3s all;
  color: #10B098;
}
.footer {
  padding: 30px 0 14px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-left {
  width: 992px;
}
.footer .footer-bt {
  color: #fff;
  font-size: 20px;
}
.footer .contact {
  margin-top: 44px;
  width: 100%;
  display: flex;
}
.footer .contact-box {
  width: 50%;
}
.footer .contact-item {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 13px;
  font-size: 16px;
}
.footer .phone-icon,
.footer .zxkf-icon {
  width: 23px;
  height: 23px;
  background-image: url("../img/phone-icon1.png");
}
.footer .zxkf-icon {
  background-image: url("../img/zxkf-iocn.png");
}
.footer .phone-number {
  color: #10B098;
}
.footer .about-text {
  color: #fff;
}
.footer .about-text:hover {
  color: #10B098;
}
.record-box {
  background: #000000;
}
.record-box .record {
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
}
.record-box .record a {
  color: #999;
  font-size: 14px;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-right .code-box {
  width: 190px;
  height: 190px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 4px;
  box-sizing: border-box;
}
.footer-right .code-box img {
  width: 100%;
  height: 100%;
}
.footer-right .code-text {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
}
.sidebar-box {
  position: fixed;
  right: -100%;
  transition: 0.4s;
  top: 30%;
  width: 56px;
  background: #EBEBEB;
  border-radius: 4px;
  z-index: 1;
}
.sidebar-item {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  transition: 0.5s;
  cursor: pointer;
}
.sidebar-item:last-child {
  border-bottom: none;
}
.sidebar-item:first-child:hover .sidebar-icon {
  transition: 0.5s;
  background-image: url("../img/sidebar-icon01.png");
}
.sidebar-item:hover {
  transition: 0.5s;
  background: #10B098;
}
.sidebar-item:hover .sidebar-text {
  transition: 0.5s;
  color: #fff;
}
.sidebar-item a {
  display: block;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
}
.sidebar-icon {
  transition: 0.5s;
  width: 25px;
  height: 25px;
  background-image: url("../img/sidebar-icon.png");
}
.sidebar-text {
  transition: 0.5s;
  color: #999;
  line-height: 24px;
  margin-top: 4px;
  font-size: 14px;
}
.lunbo-box {
  width: 100%;
  height: 550px;
  min-width: 1280px;
  position: relative;
}
.lunbo-box .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1280px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.lunbo-box .swiper-wrapper {
  width: 100% !important;
  height: 100% !important;
}
.lunbo-box .swiper-slide {
  width: 100% !important;
  height: 100%;
}
.lunbo-box .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.lunbo-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.form-card {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -64px;
  z-index: 3;
}
.card {
  height: 128px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 34px;
  box-sizing: border-box;
}
.card .form-bt {
  color: #333;
  font-size: 18px;
}
.card .form-bt span {
  color: #FF781E;
}
.form-bd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-bd .bd-item {
  margin-top: 14px;
  position: relative;
}
.form-bd .bd-select,
.form-bd .bd-input {
  width: 192px;
  padding: 10px 10px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  display: block;
  font-size: 14px;
}
.form-bd .bd-code {
  width: 265px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.form-bd .bd-code {
  display: flex;
  align-items: center;
}
.form-bd .bd-select {
  cursor: pointer;
}
.form-bd .bd-yz {
  width: 60%;
  height: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.form-bd .bd-yz-btn {
  height: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  color: #10B098;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
.form-bd .bd-yz-btn:after {
  content: '';
  position: absolute;
  height: 22px;
  width: 1px;
  left: -10px;
  top: 9px;
  background: #DDDDDD;
}
.form-bd .adress-list {
  z-index: 99;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow-y: scroll;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ebebeb;
}
.form-bd .adress-list::-webkit-scrollbar {
  display: none;
}
.form-bd .adress-list .adress-item {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.form-bd .adress-list .adress-item em {
  color: #10B098;
}
.form-bd .sp-liyy {
  width: 119px;
  height: 40px;
  background: #10B098;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 14px;
  cursor: pointer;
  font-size: 16px;
}
.sxfw {
  width: 100%;
}
.sxfw-box {
  margin-top: 107px;
}
.title-box {
  width: 100%;
  height: 103px;
  font-size: 78px;
  font-weight: bold;
  color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
}
.title-info {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  left: 0;
  top: 0;
}
.title-info .title-name {
  color: #333;
  line-height: 42px;
  font-size: 32px;
}
.title-info .title-desc {
  margin-top: 4px;
  color: #999;
  font-weight: 400;
  font-size: 16px;
}
.sxfw-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sxfw-item {
  width: 250px;
  height: 174px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-top: 8px;
}
.sxfw-item:hover .sxfw-cover {
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s all;
}
.sxfw-img {
  width: 100%;
  height: 100%;
}
.sxfw-cover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.5s all;
  padding: 0 20px;
  box-sizing: border-box;
}
.sxfw-name {
  color: #fff;
  max-width: 100%;
  font-size: 18px;
}
.sxfw-btn {
  width: 90px;
  height: 32px;
  background: #10B098;
  border-radius: 18px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s all;
  font-size: 16px;
}
.sxfw-btn:hover {
  transition: 0.5s all;
  background: #009A83;
  color: #fff;
}
.form-card2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.form-card2 .rx-box {
  width: 259px;
  height: 82px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 12px;
}
.form-card2 .rx-head {
  width: 100%;
  height: 50%;
  background: #10B098;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.form-card2 .rx-number {
  height: 50%;
  width: 100%;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-card2 .rx-number a {
  color: #FF781E;
  font-weight: bold;
  font-size: 20px;
}
.form-card2 .form-bd {
  width: 601px;
  flex-wrap: wrap;
  height: 82px;
}
.form-card2 .form-bd .bd-item {
  margin-top: 0;
}
.form-card2 .form-bd .bd-select,
.form-card2 .form-bd .bd-input {
  height: 35px;
  padding: 5px 10px;
}
.form-card2 .form-bd .bd-code {
  height: 35px;
  margin-top: 0;
}
.form-card2 .form-bd .bd-yz {
  padding: 5px 10px;
}
.form-card2 .form-bd .sp-liyy {
  margin-top: 0;
  height: 35px;
}
.form-card2 .form-bd .bd-yz-btn {
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.form-card2 .form-bd .bd-yz-btn:after {
  top: 6px;
}
.scope-head {
  width: 210px;
  height: 109px;
  background: #10B098;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 57px;
}
.scope-bt {
  color: #fff;
  font-size: 20px;
}
.scope-yy {
  width: 80px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
}
.scope-services {
  width: 100%;
  height: 490px;
  margin-top: 120px;
  position: relative;
}
.scope-services .scope-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scope-services .rw-bg {
  width: 682px;
  height: 387px;
  position: absolute;
  left: 299px;
  top: -60px;
}
.scope-services .scope {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.scope-services .scope-box {
  height: 100%;
  position: relative;
}
.scope-services .scope-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.scope-services .scope-footer {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.scope-menu {
  width: 210px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
}
.scope-menu-item {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #ebebeb;
}
.scope-menu-item:hover .scope-icon {
  width: 3px;
  height: 15px;
  background: #10B098;
  border-radius: 0;
  transition: 0.5s all;
}
.scope-menu-item:hover .scope-name {
  color: #10B098;
  transition: 0.5s all;
}
.scope-menu-item:last-child {
  border-bottom: none;
}
.scope-menu-item a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 22px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.scope-icon {
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(16, 176, 152, 0.2);
  border-radius: 50%;
  transition: 0.5s all;
}
.scope-menu-l {
  display: flex;
  align-items: center;
}
.scope-name {
  color: #333;
  padding-left: 9px;
  box-sizing: border-box;
  max-width: 138px;
  transition: 0.5s all;
  font-size: 16px;
}
.select-icon {
  width: 7px;
  height: 12px;
  background-image: url("../img/select-icon.png");
}
.scope-list {
  width: 1070px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  box-sizing: border-box;
  background: #FFFFFF;
}
.scope-item {
  height: 100%;
  background: #fff;
  padding: 24px 12px;
  box-sizing: border-box;
}
.scope-item:hover {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
}
.scope-img {
  width: 185px;
  height: 185px;
  border-radius: 2px;
  overflow: hidden;
}
.scope-img:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.scope-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.scope-img img {
  width: 100%;
  height: 100%;
  transition: 01s all;
  transform: scale(1, 1);
}
.scope-fw {
  display: block;
  width: 185px;
  margin-top: 12px;
  text-align: center;
}
.scope-fw a {
  display: block;
  color: #333;
  transition: 0.5s all;
  max-width: 100%;
  font-size: 16px;
}
.scope-fw a:hover {
  color: #10B098;
}
.scope-price {
  max-width: 185px;
  color: #FF781E;
  margin-top: 6px;
  text-align: center;
  font-size: 16px;
}
.yzsfw-box {
  width: 100%;
  margin-top: 35px;
}
.process-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.process-item {
  width: 162px;
  height: 201px;
  background: #EAF4F5;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.process-item:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.process-item .process-icon {
  width: 66px;
  height: 66px;
}
.process-item .process-name {
  color: #333;
  margin-top: 17px;
  font-size: 18px;
}
.process-item .process-desc {
  margin-top: 6px;
  color: #999;
  font-size: 14px;
}
.h5-process {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qmwt-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.qmwt-img {
  width: 328px;
  height: 177px;
  border-radius: 4px;
}
.qmwt-item {
  width: 222px;
  height: 177px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.qmwt-item:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.qmwt-item img {
  width: 100%;
  height: 100%;
}
.qmwt-item .qmwt-name {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.qmwt-item .qmwt-label {
  width: 86px;
  height: 31px;
  background: #F1F6FB;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
}
.case-box {
  width: 100%;
  margin-top: 34px;
}
.advantage-box {
  width: 100%;
  margin-top: 36px;
}
.advantage-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.advantage-item {
  width: 296px;
  height: 272px;
  background: #EAF4F5;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
}
.advantage-item:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.advantage-icon {
  width: 125px;
  height: 110px;
}
.adv-name {
  margin-top: 16px;
  color: #333;
  text-align: center;
  font-size: 18px;
}
.adv-desc {
  padding: 0 34px;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  color: #999;
  margin-top: 10px;
  font-size: 16px;
}
.fwzx-box {
  width: 100%;
  margin-top: 36px;
}
.case-container {
  width: 100%;
  height: 276px;
  margin-top: 12px;
}
.case-container .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.case-container .swiper-wrapper {
  width: 100% !important;
  height: 100% !important;
}
.case-container .case-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
  transition: 0.5s all;
  font-size: 16px;
}
.case-container .case-bottom:hover {
  transition: 0.5s all;
  color: #10B098;
}
.case-container .swiper-slide {
  width: 423px !important;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.case-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.case-container .swiper-slide a:hover img {
  transition: 1s all;
  transform: scale(1.2, 1.2);
}
.case-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
  transform: scale(1, 1);
}
.case-container .swiper-button-next {
  width: 50%;
  height: 100%;
  right: -666px;
  top: 22px;
  border-radius: 8px;
  z-index: 1;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.4);
}
.case-container .swiper-button-next:after {
  content: '';
  position: absolute;
  right: 105%;
  top: 42%;
  width: 22px;
  height: 41px;
  background: url("../img/select-icon1.png") no-repeat;
  background-size: 100% 100%;
}
.case-container .swiper-button-prev {
  width: 50%;
  height: 100%;
  left: -667px;
  top: 22px;
  border-radius: 8px;
  z-index: 1;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.4);
}
.case-container .swiper-button-prev:after {
  content: '';
  position: absolute;
  left: 105%;
  top: 42%;
  width: 22px;
  height: 41px;
  background: url("../img/select-icon1.png") no-repeat;
  transform: rotate(180deg);
  background-size: 100% 100%;
}
.fwzx-container {
  width: 100%;
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}
.fwzx-left {
  width: 624px;
  height: 578px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  box-sizing: border-box;
}
.fwzx-left .fwzx-img {
  display: block;
  width: 100%;
  height: 415px;
  border-radius: 6px;
  overflow: hidden;
}
.fwzx-left .fwzx-img:hover img {
  transition: 1.5s all;
  transform: scale(1.2, 1.2);
}
.fwzx-left .fwzx-img img {
  width: 100%;
  height: 100%;
  transition: 1.5s all;
  transform: scale(1, 1);
  object-fit: cover;
}
.fwzx-left .fwzx-info {
  width: 100%;
  padding: 0 14px;
  box-sizing: border-box;
}
.fwzx-left .fwzx-name {
  width: 100%;
  margin-top: 10px;
}
.fwzx-left .fwzx-name a {
  display: block;
  color: #333;
  transition: 0.5s;
  font-size: 20px;
}
.fwzx-left .fwzx-name a:hover {
  transition: 0.5s;
  color: #10B098;
}
.fwzx-left .fwzx-desc {
  display: block;
  color: #999;
  line-height: 26px;
  padding: 10px 0 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #F5F5F5;
  font-size: 16px;
}
.fwzx-left .fwzx-desc .fwzx-text {
  -webkit-line-clamp: 2;
}
.fwzx-left .fwzx-action {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fwzx-left .fwzx-time {
  color: #999;
  font-size: 16px;
}
.fwzx-left .jt-icon {
  width: 26px;
  height: 17px;
  background-image: url("../img/jt-icon.png");
}
.fwzx-right {
  width: 622px;
  height: 578px;
}
.fwzx-right .fwzx-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fwzx-list {
  width: 100%;
}
.fwzx-list .fwzx-item {
  width: 100%;
}
.fwzx-list .fwzx-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fwzx-list .fwzx-item a:hover .fwzx-label {
  transition: 0.5s;
  background: #10B098;
}
.fwzx-list .fwzx-item a:hover .fwzx-title {
  transition: 0.5s;
  color: #10B098;
}
.fwzx-list .fwzx-label {
  display: block;
  width: 8px;
  height: 8px;
  background: #EBEEF1;
  border-radius: 50%;
  margin-right: 15px;
}
.fwzx-list .zxinfo-l {
  display: flex;
  align-items: center;
}
.fwzx-list .fwzx-title {
  transition: 0.5s;
  max-width: 460px;
  color: #333;
  font-size: 18px;
}
.fwzx-list .zxinfo-time {
  color: #999;
  font-size: 16px;
}
.data-box {
  width: 100%;
  height: 404px;
  position: relative;
  margin-top: 50px;
}
.data-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.data-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.data-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-card {
  width: 560px;
  height: 275px;
  background: rgba(16, 176, 152, 0.8);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.data-number {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  color: #fff;
}
.data-desc {
  color: #fff;
  margin-top: 10px;
  line-height: 26px;
  font-size: 18px;
}
.data-btn {
  width: 162px;
  height: 43px;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 40px;
  transition: 0.5s;
  font-size: 18px;
}
.data-btn:hover {
  background: #FFFFFF;
  color: #10B098;
  transition: 0.5s;
}
.problem-box {
  width: 100%;
  margin-top: 36px;
}
.problem-list {
  width: 100%;
  height: 311px;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}
.problem-item {
  width: 425px;
  height: 155px;
  transition: 0.5s;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.problem-item:nth-of-type(3n+1) {
  border-left: 1px solid #EBEBEB;
}
.problem-item:nth-child(1),
.problem-item:nth-child(3),
.problem-item:nth-child(2) {
  border-top: 1px solid #EBEBEB;
}
.problem-item:hover {
  transition: 0.5s;
  background: #F1FAFB;
}
.problem-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  box-sizing: border-box;
}
.problem-item .problem-ask {
  display: flex;
  align-items: center;
  width: 100%;
}
.problem-item .problem-label {
  width: 24px;
  height: 24px;
  background: #FF781E;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.problem-item .problem-title {
  flex: 1;
  color: #333;
  margin-left: 12px;
  font-size: 18px;
}
.problem-item .problem-q {
  display: flex;
  margin-top: 10px;
}
.problem-item .problem-q .problem-label {
  background: #FFFFFF;
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #999;
}
.problem-item .problem-desc {
  flex: 1;
  margin-left: 12px;
  line-height: 24px;
  color: #999;
  -webkit-line-clamp: 3;
  font-size: 14px;
}
.wd-box .problem-list {
  height: auto;
  margin-top: 24px;
}
.wd-box .problem-item {
  height: 160px;
}
.wd-box .case-list {
  grid-template-columns: repeat(2, 177px);
  grid-gap: 12px;
  margin-top: 20px;
}
.wd-box .case-item {
  height: 118px;
}
.wd-box .case-cover {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  font-size: 16px;
}
.wd-box .wdbk-left .zx-item {
  height: auto;
}
.page-wd .case-list {
  grid-template-columns: repeat(2, 177px);
  grid-gap: 12px;
  margin-top: 20px;
}
.page-wd .case-item {
  height: 118px;
}
.page-wd .case-cover {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  font-size: 16px;
}
.page-wd .wdbk-left .zx-item {
  height: auto;
}
.rmfw-box {
  width: 100%;
  margin-top: 32px;
}
.wd-bk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.wdbk-left {
  width: 884px;
}
.wdbk-left .zx-item {
  margin-top: 24px;
  height: 152px;
}
.wdbk-left .wdbk-left .zx-item {
  margin-top: 16px;
  height: 135px;
}
.wdbk-left .page-title3 .title-line h3 {
  max-width: 500px;
}
.bk-right {
  width: 366px;
}
.bk-right .problem-item {
  width: 100%;
}
.bk-right .problem-list {
  border-left: none;
  height: auto;
}
.bk-right .problem-item {
  height: 146px;
  border-left: 1px solid #EBEBEB;
}
.bk-right .service-list {
  grid-template-columns: repeat(2, 174px);
  grid-gap: 24px 15px;
  margin-top: 16px;
}
.bk-right .service-list .service-item .service-img {
  height: 174px;
}
.case-content .case-list {
  margin-top: 16px;
}
.case-content .wdbk-left .zx-item {
  margin-top: 16px;
  height: 135px;
}
.case-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 296px);
  grid-gap: 32px;
}
.case-item {
  height: 197px;
}
.case-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.case-item a:hover .case-img img {
  transition: 1s;
  transform: scale(1.2, 1.2);
}
.case-img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.case-cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  transition: 0.5s;
  font-size: 16px;
}
.case-cover:hover {
  transition: 0.5s;
  color: #10B098;
}
.service-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 187px);
  grid-gap: 32px;
  margin-top: 24px;
}
.service-item a {
  display: block;
  width: 100%;
}
.service-item a:hover .service-img img {
  transition: 1s all;
  transform: scale(1.2, 1.2);
}
.service-item a:hover .service-title {
  transition: 1s;
  color: #10B098;
}
.service-item .service-img {
  width: 100%;
  height: 187px;
  overflow: hidden;
  border-radius: 4px;
}
.service-item .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.service-item .service-info {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.service-item .service-title {
  color: #333;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  transition: 0.5s;
  font-size: 16px;
}
.service-item .service-price {
  color: #FF781E;
  line-height: 20px;
  margin-top: 6px;
  text-align: center;
  font-size: 16px;
}
.service-box .wdbk-left .zx-item {
  margin-top: 16px;
  height: 135px;
}
.rmal-box {
  width: 100%;
  margin-top: 24px;
}
.rmal-box .case-list {
  margin-top: 24px;
}
.zx-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.zx-box .zx-list {
  margin-top: 16px;
}
.zx-box .zx-list .zx-item {
  margin-top: 20px;
}
.zx-box .zxwz-left {
  width: 884px;
}
.zx-box .bk-right {
  width: 364px;
}
.zx-box .service-list {
  margin-bottom: 22px;
}
.zx-box .page-gg2 {
  margin-bottom: 24px;
}
.zx-list {
  width: 100%;
}
.zx-list .zx-btn {
  margin-top: 10px;
  width: 80px;
  height: 30px;
  background: #BBBBBB;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: #fff;
  font-size: 14px;
}
.zx-list .zx-btn:hover {
  background: #10B098;
}
.zx-item {
  width: 100%;
  padding: 13px 24px;
  box-sizing: border-box;
  background: #F5F5F5;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}
.zx-item:hover {
  background: #EAF4F5;
}
.zx-left {
  display: flex;
  align-items: center;
}
.zxtime-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zxtime-box em {
  display: inline;
  line-height: 42px;
  color: #333;
  font-size: 32px;
}
.zxtime-box p {
  color: #333;
  margin-top: 4px;
  font-size: 14px;
}
.zx-info {
  margin-left: 26px;
  border-left: 1px solid #EBEBEB;
  padding-left: 26px;
  width: 661px;
  box-sizing: border-box;
}
.zx-info .zx-container {
  width: 100%;
  display: block;
  font-size: 18px;
}
.zx-info .zx-container:hover .zx-title {
  transition: 0.5s;
  color: #10B098;
}
.zx-info .zx-title {
  line-height: 22px;
  color: #333;
  transition: 0.5s;
  font-size: 18px;
}
.zx-info .zx-desc {
  color: #999;
  line-height: 20px;
  -webkit-line-clamp: 2;
  margin-top: 7px;
  font-size: 14px;
}
.label-list {
  width: 100%;
  display: flex;
  margin-top: 13px;
  height: 23px;
  overflow: hidden;
  flex-wrap: wrap;
}
.label-list li {
  margin-right: 12px;
}
.label-list li a {
  display: flex;
  height: 23px;
  border: 1px solid #BBBBBB;
  border-radius: 14px;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
  color: #999;
  transition: 0.5s;
  font-size: 14px;
}
.label-list li a:hover {
  transition: 0.5s;
  border: 1px solid #10B098;
  color: #10B098;
}
.label-container .wdbk-left .zx-item {
  margin-top: 16px;
  height: 135px;
}
.label-container .problem-list {
  border-top: none;
  border-left: none;
  height: auto;
}
.label-container .problem-item:nth-of-type(3n+1) {
  border-left: 1px solid #EBEBEB;
}
.label-container .problem-item:nth-child(1),
.label-container .problem-item:nth-child(2),
.label-container .problem-item:nth-child(3) {
  border-top: 1px solid #EBEBEB;
}
.page-title3 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.page-title3 .title-line {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 24px;
}
.page-title3 .title-line h3 {
  display: inline-block;
  color: #FF781E;
  max-width: 800px;
  font-size: 24px;
}
.page-title3 .more-box {
  display: flex;
  align-items: center;
}
.page-title3 .more-box a {
  padding-right: 8px;
  color: #999;
  transition: 0.5s;
  font-size: 16px;
}
.page-title3 .more-box a:hover {
  transition: 0.5s;
  color: #10B098;
}
.more-icon {
  width: 7px;
  height: 13px;
  background-image: url("../img/select-icon.png");
}
.label-box {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 18px 25px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 24px;
}
.label-name {
  color: #333;
  font-weight: bold;
  font-size: 24px;
}
.label-desc {
  line-height: 28px;
  color: #333;
  margin-top: 15px;
  font-size: 18px;
}
.fwtj-box {
  margin-top: 24px;
}
.label-data {
  display: flex;
  flex-wrap: wrap;
}
.label-data li {
  margin-top: 13px;
  margin-right: 12px;
}
.label-data li:nth-of-type(3n) {
  margin-right: 0;
}
.labeld-item {
  display: block;
  width: 114px;
  height: 32px;
  background: #EAF4F5;
  border-radius: 2px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 32px;
  color: #333333;
  transition: 0.5s;
  text-align: center;
  font-size: 14px;
}
.labeld-item:hover {
  background: #E0E4E8;
}
.wdtj-box {
  margin-top: 24px;
}
.wdtj-box .problem-list {
  margin-top: 24px;
}
.search-wd .problem-list {
  border: none;
}
.search-wd .problem-list .problem-item:nth-of-type(3n+1) {
  border-left: 1px solid #EBEBEB;
}
.search-wd .problem-list .problem-item:nth-child(1),
.search-wd .problem-list .problem-item:nth-child(2),
.search-wd .problem-list .problem-item:nth-child(3) {
  border-top: 1px solid #EBEBEB;
}
.altj-box {
  margin-top: 24px;
}
.altj-box .case-list {
  margin-top: 24px;
}
.qa-box {
  width: 100%;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  height: 405px;
}
.qa-left {
  height: 100%;
  width: 541px;
  position: relative;
}
.qa-left .qa-img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.qa-left .qa-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qa-left .qa-container .qa {
  width: 444px;
  height: 213px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 26px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.qa-left .qa-container .qa-text1 {
  color: #333;
  line-height: 28px;
  font-size: 20px;
}
.qa-left .qa-container .qa-text2 {
  line-height: 24px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 14px;
}
.qa-right {
  width: 715px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.qa-right .rd-line {
  width: 100%;
  display: flex;
  align-items: center;
}
.qa-right .rd-icon {
  width: 29px;
  height: 37px;
  background-image: url("../img/rd-icon.png");
  margin-right: 8px;
}
.qa-right .rd-flag {
  width: 678px;
  display: flex;
  align-items: center;
}
.qa-right .rd-bt {
  font-weight: bold;
  color: #333;
  font-size: 28px;
}
.qa-right .rd-bt em {
  color: #FF781E;
  font-weight: bold;
}
.qa-right .rd-xian {
  color: #ddd;
  flex: 1;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-left: 4px;
  font-size: 16px;
}
.wdbk-list {
  display: flex;
  height: 340px;
  width: 100%;
  justify-content: space-between;
}
.wdbk-item1 {
  height: 100%;
  width: 286px;
  background: url("../img/rd01.jpg") no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 24px 22px;
  box-sizing: border-box;
}
.wdbk-bt {
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.wdbk-bt em {
  font-weight: bold;
  color: #FF781E;
}
.wdbk-desc {
  line-height: 22px;
  color: #999;
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 14px;
}
.wdbk-btn {
  width: 85px;
  height: 28px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10B098;
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
}
.wdbk-btn:hover {
  background: #009A83;
  transition: 0.5s;
}
.wdbk-icon {
  width: 6px;
  height: 11px;
  margin-left: 4px;
  background-image: url("../img/select-icon1.png");
}
.wd-button {
  width: 405px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wdbutt-item1 {
  width: 100%;
  height: 158px;
  background: url("../img/rd02.jpg") no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 24px 22px;
  box-sizing: border-box;
}
.wdbutt-item1 .wdbk-btn {
  background: #FF781E;
  margin-top: 32px;
}
.wdbutt-item1 .wdbk-btn:hover {
  background: #F16000;
}
.wdbutt-item2 {
  width: 100%;
  height: 158px;
  background: url("../img/rd03.jpg") no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 24px 22px;
  box-sizing: border-box;
}
.wdbutt-item2 .wdbk-btn {
  background: #0290E6;
  margin-top: 32px;
}
.wdbutt-item2 .wdbk-btn:hover {
  background: #0084D4;
}
.sfqa {
  background: #EAF4F5;
}
.sfqa-box {
  padding: 40px 0;
  box-sizing: border-box;
}
.sfqa-tilte {
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
}
.sfqa-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 405px);
  grid-gap: 32px;
  margin-top: 40px;
}
.sfqa-list li {
  height: 177px;
  background: #FFFFFF;
  border-radius: 4px;
}
.sfqa-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 24px;
  box-sizing: border-box;
}
.sfqa-list li .sfqa-bt {
  color: #333;
  max-width: 100%;
  transition: 0.5s;
  font-size: 18px;
}
.sfqa-list li .sfqa-bt:hover {
  transition: 0.5s;
  color: #10B098;
}
.sfqa-list li .sfga-line-box {
  width: 100%;
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 12px;
}
.sfqa-list li .sfga-line-box p {
  display: block;
  color: #10B098;
  margin-right: 4px;
  width: 60px;
  font-size: 14px;
}
.sfqa-list li .sfga-line {
  flex: 1;
  overflow: hidden;
  color: #ddd;
  font-size: 12px;
}
.sfqa-list .sfqa-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 14px;
}
.sfqa-list .sfqa-desc {
  color: #999;
  line-height: 24px;
  -webkit-line-clamp: 3;
  width: 296px;
  font-size: 14px;
}
.sfqa-list .sfqa-right {
  width: 42px;
  font-size: 14px;
}
.sfqa-list .sfqa-right .sfqa-icon {
  width: 100%;
  height: 42px;
  border-radius: 50%;
}
.sfqa-list .sfqa-right .sfqa-user {
  margin-top: 6px;
  color: #333;
  font-size: 14px;
}
.page-tj {
  width: 100%;
  margin-top: 30px;
}
.tj-box {
  display: flex;
  justify-content: space-between;
}
.tj-box .tj-left {
  width: 842px;
}
.tj-box .tj-left .problem-list {
  height: auto;
  margin-top: 24px;
}
.tj-box .tj-left .problem-item {
  width: 419px;
}
.tj-box .tj-right {
  width: 402px;
}
.tj-box .tj-right .fwzx-list {
  margin-top: 21px;
}
.tj-box .tj-right .fwzx-item {
  margin-bottom: 24px;
}
.tj-box .tj-right .fwzx-item:last-child {
  margin-bottom: 0;
}
.tj-box .tj-right .fwzx-title {
  max-width: 300px;
}
.tj-box .tj-right .tjsosu-box {
  margin-top: 30px;
}
.tjsosu-box {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 24px 24px;
  box-sizing: border-box;
}
.tjsosu-box .search-box {
  height: 45px;
  border-radius: 2px;
  margin-top: 17px;
  justify-content: space-between;
}
.tjsosu-box .search-input {
  width: 300px;
}
.enter-iocn {
  width: 12px;
  height: 12px;
  background-image: url("../img/jt-icon2.png");
}
.rmbq-box {
  margin-top: 30px;
}
.rmbq-box .labeld-item {
  width: 126px;
}
.zx-more-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.zx-more-box .more-btn {
  width: 140px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: 0.5s;
  font-size: 18px;
}
.zx-more-box .more-btn:hover {
  transition: 0.5s;
  background: #10B098;
  color: #fff;
  border: 1px solid #10B098;
}
.zx-page {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.zx-page-left {
  width: 853px;
}
.zx-page-left .case-list {
  display: grid;
  grid-template-columns: repeat(4, 202px);
  grid-gap: 16px;
}
.zx-page-left .case-list .case-item {
  height: 134px;
}
.zx-page-left .zx-info {
  width: 630px;
}
.zx-page-left .zx-list {
  margin-top: 33px;
}
.zx-page-left .zx-item {
  height: 135px;
  margin-bottom: 18px;
}
.zx-page-left .zx-item:last-child {
  margin-bottom: 0;
}
.zx-page-left .zx-more-box {
  margin-top: 18px;
}
.zx-page-right {
  width: 407px;
}
.zx-page-right .label-data {
  padding-top: 7px;
  box-sizing: border-box;
}
.zx-page-right .rmbq-box .labeld-item {
  width: 127px;
}
.zx-page-right .bk-right {
  width: 100%;
  margin-top: 30px;
}
.zx-page-right .bk-right .problem-list {
  height: auto;
}
.zxnr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 295px;
  margin-bottom: 18px;
}
.zxnr .case-item {
  width: 442px;
  height: 100%;
}
.zxnr .fwzx-list {
  width: 396px;
}
.zxnr .fwzx-list .fwzx-label {
  margin-right: 10px;
}
.zxnr .fwzx-list .fwzx-title {
  max-width: 260px;
}
.zxnr .fwzx-list .fwzx-item {
  margin-bottom: 21px;
}
.zxnr .fwzx-list .fwzx-item:last-child {
  margin-bottom: 0;
}
.zxlb-box {
  width: 100%;
}
.zxlb-item {
  width: 100%;
  height: 99px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.zxlb-item:last-child {
  margin-bottom: 0;
}
.zxlb-img {
  display: block;
  height: 100%;
  width: 153px;
  border-radius: 6px;
  overflow: hidden;
}
.zxlb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: 1s;
}
.zxlb-img:hover img {
  transition: 1s;
  transform: scale(1.2, 1.2);
}
.zxlb-r {
  display: flex;
  width: 242px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.zxlb-r .zx-bt {
  color: #333;
  transition: 0.5s;
  font-size: 18px;
}
.zxlb-r .zx-bt:hover {
  transition: 0.5s;
  color: #10B098;
}
.zxlb-r .zx-desc {
  color: #999;
  line-height: 21px;
  -webkit-line-clamp: 3;
  font-size: 14px;
}
.zx-page2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.zxlb2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 38px;
}
.zxlb2-item {
  width: 49%;
  margin-top: 18px;
}
.zxlb2-item:hover a {
  transition: 0.5s;
  color: #10B098;
}
.zxlb2-item:first-child {
  width: 100%;
  margin-top: 0;
  margin-bottom: 18px;
}
.zxlb2-item:first-child a {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
.zxlb2-item a {
  transition: 0.5s;
  display: block;
  width: 100%;
  color: #333;
  font-size: 18px;
}
.zxlb3 {
  margin-top: 18px;
}
.zxlb3 .case-list .case-item {
  height: auto;
}
.zxlb3 .case-list .case-item a {
  height: 134px;
}
.zxlb3 .case-cover {
  position: static;
  height: auto;
  background: transparent;
  color: #333;
  margin-top: 8px;
  line-height: initial;
  transition: 0.5s;
  font-size: 16px;
}
.zxlb3 .case-cover:hover {
  transition: 0.5s;
  color: #10B098;
}
.zxlb3 .case-title {
  display: inline;
}
.rmph {
  margin-top: 38px;
}
.rmph .rmph-label {
  width: 26px;
  color: #333;
  font-size: 16px;
}
.rmph .rmph-label {
  width: 26px;
  color: #333;
  font-size: 16px;
}
.rmph .fwzx-list {
  margin-top: 21px;
}
.rmph .fwzx-list .fwzx-item {
  margin-bottom: 24px;
}
.rmph .fwzx-list .fwzx-item:last-child {
  margin-bottom: 0;
}
.rmph .fwzx-list .fwzx-title {
  max-width: 270px;
  font-size: 16px;
}
.pagefw1 .rmph-label {
  width: 26px;
  color: #333;
  font-size: 16px;
}
.pagefw1 .fwzx-list {
  margin-top: 21px;
}
.pagefw1 .fwzx-list .fwzx-item {
  margin-bottom: 24px;
}
.pagefw1 .fwzx-list .fwzx-item:last-child {
  margin-bottom: 0;
}
.pagefw1 .fwzx-list .fwzx-title {
  max-width: 270px;
  font-size: 16px;
}
.fw-xq {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.fw-xq .fw-xq-l {
  width: 481px;
}
.fw-xq .fw-xq-l .fw-xq-top {
  width: 100%;
  height: 340px;
}
.fw-xq .fw-xq-l .fw-xq-top .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.fw-xq .fw-xq-l .fw-xq-top .swiper-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.fw-xq .fw-xq-l .fw-xq-top .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.fw-xq .fw-xq-l .fw-xq-top .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  vertical-align: top;
}
.fw-xq .fw-xq-l .fw-action {
  margin-top: 12px;
  width: 100%;
  height: 65px;
}
.fw-xq .fw-xq-l .fw-action .swiper-container {
  width: 100%;
  height: 100%;
}
.fw-xq .fw-xq-l .fw-action .swiper-container .swiper-slide-active {
  opacity: 1;
}
.fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-prev {
  width: 30px;
  height: 100%;
  background: #666666;
  opacity: 0.4;
  top: 22px;
  left: 0;
  border-radius: initial;
  transition: 0.1s ease-in;
}
.fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-prev::after {
  display: block;
  content: '';
  position: absolute;
  top: 25px;
  left: 10px;
  width: 9px;
  height: 14px;
  background: url(../img/select-w02.png) no-repeat;
  background-size: 100% 100%;
}
.fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-prev:hover {
  opacity: 0.7;
  transition: 0.1s ease-in;
}
.fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-next {
  width: 30px;
  height: 100%;
  background: #666666;
  opacity: 0.4;
  top: 22px;
  right: 0;
  border-radius: initial;
  transition: 0.1s ease-in;
}
.fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-next::after {
  display: block;
  content: '';
  position: absolute;
  top: 25px;
  left: 10px;
  width: 9px;
  height: 14px;
  background: url(../img/select-w01.png) no-repeat;
  background-size: 100% 100%;
}
.fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-next:hover {
  opacity: 0.7;
  transition: 0.1s ease-in;
}
.fw-xq .fw-xq-l .fw-action .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.fw-xq .fw-xq-l .fw-action .swiper-slide {
  height: 100%;
  width: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.fw-xq .fw-xq-l .fw-action .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  vertical-align: top;
}
.fw-xq .fw-xq-r {
  width: 780px;
}
.fw-xq .fw-xq-r .fw-r-top {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: space-between;
}
.fw-xq .fw-xq-r .fw-info {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fw-xq .fw-xq-r .fw-name {
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  font-size: 32px;
}
.fw-xq .fw-xq-r .fw-fbt {
  margin-top: 8px;
  color: #999999;
  -webkit-line-clamp: 2;
  font-size: 16px;
}
.fw-xq .fw-xq-r .price-box {
  width: 100%;
  display: flex;
  margin-top: 16px;
  align-items: center;
}
.fw-xq .fw-xq-r .price-box em {
  color: #FF781E;
  line-height: 50px;
  font-size: 32px;
}
.fw-xq .fw-xq-r .price-box span {
  color: #FF781E;
  margin-top: 8px;
  font-size: 24px;
}
.fw-xq .fw-xq-r .price-desc {
  color: #333333;
  margin-top: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  font-size: 16px;
}
.fw-xq .fw-xq-r .price-desc:hover {
  transition: 0.5s;
  color: #10B098;
}
.fw-xq .fw-xq-r .price-desc .select-iocn {
  background-image: url("../img/select-icon.png");
  width: 6px;
  height: 9px;
  margin-left: 8px;
}
.fw-xq .fw-xq-r .fw-info-b {
  width: 100%;
}
.fw-xq .fw-xq-r .code-box {
  width: 204px;
  height: 100%;
  border: 1px solid #F1F3F5;
  box-sizing: border-box;
}
.fw-xq .fw-xq-r .code-img {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #F1F3F5;
}
.fw-xq .fw-xq-r .code-img img {
  width: 100%;
  height: 170px;
}
.fw-xq .fw-xq-r .code-desc {
  color: #333333;
  text-align: center;
  margin-top: 11px;
  font-size: 16px;
}
.fw-xq .fw-xq-r .fw-r-bottom {
  width: 100%;
  margin-top: 78px;
}
.fw-xq .fw-xq-r .fw-r-bottom .fw-lc {
  display: flex;
}
.fw-xq .fw-xq-r .fw-r-bottom .fw-lc li {
  padding: 0 10px;
  box-sizing: border-box;
  height: 50px;
  background: #F1F3F5;
  border-radius: 4px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.fw-xq .fw-xq-r .fw-r-bottom .fw-lc li img {
  width: 25px;
  height: 25px;
}
.fw-xq .fw-xq-r .fw-r-bottom .fw-lc li .lc-text {
  color: #333333;
  margin-left: 7px;
  font-size: 12px;
}
.fw-xq .fw-xq-r .fw-group-button {
  width: 100%;
  display: flex;
  margin-top: 24px;
}
.fw-xq .fw-xq-r .fw-group-button .fw-btn {
  display: flex;
  width: 215px;
  height: 45px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 18px;
}
.fw-xq .fw-xq-r .fw-group-button .fw-btn span {
  margin-top: 3px;
  font-size: 14px;
}
.fw-xq .fw-xq-r .fw-group-button .fw-btn1 {
  background: #10B098;
  transition: 0.5s;
}
.fw-xq .fw-xq-r .fw-group-button .fw-btn1:hover {
  transition: 0.5s;
  background: #009A83;
}
.fw-xq .fw-xq-r .fw-group-button .fw-btn2 {
  background: #FF781E;
  width: 370px;
  margin-left: 19px;
  transition: 0.5s;
}
.fw-xq .fw-xq-r .fw-group-button .fw-btn2:hover {
  transition: 0.5s;
  background: #F16000;
}
.fw-xq .fw-xq-r .fw-group-button .fw-btn3 {
  margin-left: 44px;
  height: 45px;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: #333333;
  font-size: 16px;
}
.fw-xq .fw-xq-r .fw-group-button .fw-btn3:hover {
  transition: 0.5s;
  color: #10B098;
}
.fw-xq .fw-xq-r .fw-group-button .fw-btn3 em {
  display: block;
  width: 33px;
  height: 28px;
  background: url("../img/zx-icon.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.fw-info-t {
  width: 100%;
}
.fw-xq-fl {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.fw-xq-fl .fw-fl-l {
  width: 365px;
}
.fw-xq-fl .fw-fl-l .bk-right .service-list {
  margin-bottom: 30px;
}
.fw-xq-fl .fw-fl-l .rmph {
  margin-top: 0;
  margin-bottom: 30px;
}
.fw-xq-fl .fw-fl-l .case-list {
  grid-template-columns: repeat(2, 177px);
  grid-gap: 12px;
  margin-top: 20px;
}
.fw-xq-fl .fw-fl-l .case-item {
  height: 118px;
}
.fw-xq-fl .fw-fl-l .case-cover {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  font-size: 16px;
}
.fw-xq-fl .fw-fl-l .problem-list {
  margin-bottom: 20px;
}
.fw-xq-fl .fw-fl-r {
  width: 880px;
}
.fw-xq-fl .fw-nav-list {
  width: 100%;
  height: 44px;
  background: #F1F6FB;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  display: flex;
}
.fw-xq-fl .fw-nav-list .fw-nav-item {
  width: 180px;
  height: 50px;
  display: flex;
  transition: all 0.3s;
  font-size: 16px;
}
.fw-xq-fl .fw-nav-list .fw-nav-item:hover {
  transition: all 0.3s;
  background: #10B098;
  font-weight: bold;
}
.fw-xq-fl .fw-nav-list .fw-nav-item:hover a {
  transition: all 0.3s;
  color: #FFFFFF;
}
.fw-xq-fl .fw-nav-list .fw-nav-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #333333;
  transition: all 0.3s;
}
.fw-xq-fl .fw-nav-list .fw-nav-cur {
  transition: all 0.3s;
  background: #10B098;
  font-weight: bold;
}
.fw-xq-fl .fw-nav-list .fw-nav-cur a {
  transition: all 0.3s;
  color: #FFFFFF;
}
.fw-xq-fl .fw-desc {
  width: 100%;
}
.fw-xq-fl .fw-desc img {
  width: 100%;
  height: auto;
}
.fw-xq-fl .sfbz {
  margin-top: 24px;
  width: 100%;
}
.fw-xq-fl .sf-table {
  width: 100%;
  border-top: 1px solid #F1F3F5;
  margin-top: 24px;
  border-left: 1px solid #F1F3F5;
  box-sizing: border-box;
  transition: 0.5s all;
}
.fw-xq-fl .sf-line {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #F1F3F5;
  box-sizing: border-box;
  display: flex;
}
.fw-xq-fl .sf-title {
  background: #F1F3F5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 16px;
}
.fw-xq-fl .sf-td {
  width: 50%;
  height: 100%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #F1F3F5;
  box-sizing: border-box;
  font-size: 16px;
}
.fw-xq-fl .title-content h2 {
  font-weight: bold;
  color: #333;
  font-size: 24px;
}
.sf-btn {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #333333;
  border-bottom: 1px solid #F1F3F5;
  height: 45px;
  background: #F1F3F5;
  cursor: pointer;
  font-size: 16px;
}
.sf-btn .sf-icon {
  border-top: #333333 solid 7px;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: none;
  margin-left: 8px;
  overflow: visible;
}
.xq-content {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.xq-left {
  width: 880px;
}
.xq-left .rmfw4 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.xq-left .problem-list {
  height: auto;
  margin-top: 24px;
}
.xq-left .problem-item {
  width: 438px;
}
.xq-right {
  width: 365px;
}
.xq-right .service-list {
  margin-bottom: 22px;
}
.xq-right .page-gg2 {
  margin-bottom: 24px;
}
.xq-right .problem-list {
  height: auto;
  margin-bottom: 24px;
}
.xq-right .bk-right {
  width: 100%;
}
.xq-right .rmph {
  margin-top: 0;
  margin-bottom: 24px;
}
.xq-right .rmph .rmph-label {
  width: 26px;
  color: #333;
  font-size: 16px;
}
.xq-right .rmph .fwzx-list {
  margin-top: 21px;
}
.xq-right .rmph .fwzx-list .fwzx-item {
  margin-bottom: 24px;
}
.xq-right .rmph .fwzx-list .fwzx-item:last-child {
  margin-bottom: 0;
}
.xq-right .rmph .fwzx-list .fwzx-title {
  max-width: 270px;
  font-size: 16px;
}
.xq-right .rmbq-box {
  margin-top: 0;
  margin-bottom: 32px;
}
.xq-right .rmbq-box .labeld-item {
  width: 113px;
}
.xq-right .case-list {
  grid-template-columns: repeat(2, 177px);
  grid-gap: 12px;
  margin-top: 20px;
}
.xq-right .case-item {
  height: 118px;
}
.xq-right .case-cover {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  font-size: 16px;
}
.xq-right .wdbk-left .zx-item {
  height: auto;
}
.xq-title {
  color: #333;
  line-height: 50px;
  font-size: 32px;
}
.xq-info {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.xq-item {
  display: flex;
  align-items: center;
  color: #666666;
  margin-right: 48px;
  font-size: 14px;
}
.xq-item .xq-icon1,
.xq-item .xq-icon2 {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.xq-icon1 {
  background-image: url("../img/time-icon.png");
}
.xq-icon2 {
  background-image: url("../img/eye-icon.png");
}
.info-desc {
  position: relative;
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  line-height: 25px;
  color: #333333;
  font-size: 16px;
}
.info-desc p {
  text-indent: initial !important;
  width: 100%;
  line-height: 25px;
  color: #333333;
  margin-top: 10px;
  font-size: 16px;
}
.info-desc p img {
  max-width: 100%;
  height: auto;
}
.info-desc img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
.zxxq-list {
  margin-top: 24px;
}
.zxxq-list .zx-list {
  margin-top: 24px;
}
.zxxq-list .zx-item {
  margin-bottom: 16px;
  height: 135px;
}
.bq-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bq-list .bq-item {
  height: 33px;
  border-radius: 2px;
  margin-right: 16px;
  margin-top: 16px;
}
.bq-list .bq-item:first-child {
  color: #10B098;
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.bq-list .bq-item a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
  color: #333;
  background: #F8F8F8;
  transition: 0.5s;
  font-size: 16px;
}
.bq-list .bq-item a:hover {
  transition: 0.5s;
  background: #10B098;
  color: #fff;
}
.zxxq-bq {
  margin-top: 25px;
}
.zxxq-bq .label-data li {
  margin-right: 12px;
}
.zxxq-bq .label-data li:nth-of-type(7n) {
  margin-right: 0;
}
.wdxq .xq-title {
  line-height: 45px;
}
.wdxq .xq-title em {
  display: inline-flex;
  width: 33px;
  height: 33px;
  background: #FF781E;
  border-radius: 4px;
  margin-right: 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.wdxq-box {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 24px;
}
.wdxq-box .info-desc {
  padding: 24px 25px;
}
.wdxq-top {
  width: 100%;
  height: 45px;
  background: #F5F5F5;
  padding: 0 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wdxq-user {
  width: 27px;
  height: 27px;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  margin-right: 10px;
}
.wdxq-name {
  color: #999;
  font-size: 16px;
}
.wdxq-name span {
  color: #333;
  margin-right: 6px;
}
.rmfw4 .service-list {
  grid-template-columns: repeat(4, 187px);
  grid-gap: 32px 44px;
}
.about-box {
  width: 100%;
}
.about-title {
  color: #333;
  text-align: center;
  padding: 32px 0;
  box-sizing: border-box;
  font-size: 32px;
}
.about-info {
  display: flex;
  justify-content: center;
}
.about-info-box {
  width: 222px;
}
.about-info-item {
  width: 100%;
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 16px;
  font-size: 18px;
}
.about-info-item a {
  color: #10B098;
  padding-left: 10px;
  font-size: 18px;
}
.dt-box {
  width: 100%;
  height: 880px;
}
#dz-continer {
  width: 100%;
  height: 100%;
}
.search {
  width: 630px;
  height: 45px;
  margin-top: 24px;
  display: flex;
}
.input-box {
  width: 525px;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
}
.input-box input {
  vertical-align: top;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
}
.search-button {
  width: 105px;
  height: 100%;
  background: #10B098;
  border-radius: 0px 4px 4px 0px;
  font-weight: bold !important;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-size: 16px;
}
.search-button:hover {
  transition: 0.5s;
  color: #fff;
  background: #009A83;
}
.result-info {
  color: #999;
  margin-top: 13px;
  font-size: 16px;
}
.result-info span {
  color: #FF781E;
}
.search-more {
  display: inherit;
  color: #999;
  vertical-align: top;
  margin-top: 15px;
  font-size: 16px;
}
.search-case {
  margin-top: 32px;
}
.search-case .case-list {
  margin-top: 16px;
}
.search-ph .fwzx-list .fwzx-title {
  max-width: 240px!important;
}
.search-ph .rmph-label {
  width: 26px;
  color: #333;
  font-size: 16px;
}
.search-ph .fwzx-list {
  margin-top: 21px;
}
.search-ph .fwzx-list .fwzx-item {
  margin-bottom: 24px;
}
.search-ph .fwzx-list .fwzx-item:last-child {
  margin-bottom: 0;
}
.search-ph .fwzx-list .fwzx-title {
  max-width: 270px;
  font-size: 16px;
}
.search-null {
  width: 100%;
  margin-top: 99px;
}
.search-null img {
  width: 117px;
  height: 111px;
  display: inherit;
}
.null-text {
  color: #999;
  margin-top: 20px;
  font-size: 18px;
}
.null-btn {
  display: inherit;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #10B098;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #10B098;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s;
}
.null-btn:hover {
  background: #10B098;
  color: #fff;
  transition: 0.3s;
}
.hot-title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.hot-city {
  margin-top: 24px;
}
.city-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.city-font1 {
  font-size: 16px;
  font-weight: 400;
}
.city-item {
  height: 33px;
  border-radius: 2px;
  padding: 0 12px;
  box-sizing: border-box;
  margin-top: 16px;
  margin-right: 12px;
  border: 1px solid #EBEBEB;
  transition: 0.2s;
}
.city-item:hover {
  background: #10B098;
  border: 1px solid #10B098;
}
.city-item:hover a {
  color: #FFFFFF;
}
.city-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 31px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.city-cur {
  background: #10B098;
  border: 1px solid #10B098;
}
.city-cur a {
  color: #FFFFFF;
}
.find-city {
  margin-top: 24px;
}
.alphabet-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.alphabet-item {
  margin-right: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  transition: 0.2s;
}
.alphabet-item:hover {
  background: #10B098;
  border: 1px solid #10B098;
}
.alphabet-item:hover a {
  color: #FFFFFF;
}
.alphabet-item a {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  font-weight: 400;
}
.find-city-list {
  width: 100%;
}
.find-city-list .find-item {
  width: 100%;
  margin-top: 24px;
}
.find-city-list .find-letter {
  height: 40px;
  background: #F1F3F5;
  padding-left: 16px;
  box-sizing: border-box;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  font-size: 16px;
  font-weight: 400;
}
.region-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.region-list .city-name {
  margin-right: 40px;
  margin-top: 16px;
}
.region-list a {
  font-size: 16px;
  font-weight: 400;
}
.region-list a:hover {
  color: #10B098;
}
.page-404-box {
  width: 100%;
  height: calc(100vh - 492px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-404-box .page-404-one {
  width: 268px;
  height: 268px;
}
.page-404-box .page-404-two-box {
  margin-left: 30px;
}
.page-404-box .page-404-two {
  width: 190px;
  height: 150px;
}
.page-404-box .page-404-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 10px;
  color: #999999;
}
.page-404-box .page-404-button {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #10B098;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #10B098;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s;
}
.page-404-box .page-404-button:hover {
  background: #10B098;
  color: #fff;
  transition: 0.3s;
}
.h5-head {
  display: none;
}
.h5-nav {
  display: none;
}
.h5-bt1 {
  display: none;
}
.h5-bt2 {
  display: none;
}
.h5-fw {
  display: none;
}
.h5-qmwt {
  display: none;
}
.h5-links-box {
  display: none;
}
.h5-wdlm {
  display: none;
}
.pplb-sx-type {
  display: none;
}
.h5-gg {
  display: none;
}
#lunbo-swiper1 {
  display: none;
}
#lunbo-swiper {
  display: block;
}
@media screen and (max-width: 750px) {
  #lunbo-swiper1 {
    display: block;
  }
  #lunbo-swiper1 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #lunbo-swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #lunbo-swiper {
    display: none;
  }
  .box-1280 {
    width: 100%;
  }
  .head-box {
    display: none;
  }
  .h5-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.3rem 0.24rem;
    box-sizing: border-box;
  }
  .container {
    padding-top: 0;
  }
  .h5-head-l {
    display: flex;
    align-items: center;
  }
  .h5-logo {
    display: block;
    width: 1.1rem;
    height: 0.96rem;
  }
  .h5-logo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .h5-name-box {
    display: block;
    margin-left: 0.2rem;
  }
  .h5-name {
    font-size: 0.32rem;
    color: #333;
  }
  .h5-phone {
    margin-top: 5px;
    font-size: 0.24rem;
    color: #999;
  }
  .h5-fgx {
    height: 0.48rem;
    width: 0.02rem;
    border-left: 0.02rem solid #EBEBEB;
    box-sizing: border-box;
  }
  .h5-head-r {
    display: flex;
    align-items: center;
  }
  .h5-address {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .h5-addr-icon {
    width: 0.27rem;
    height: 0.34rem;
    background-image: url("../img/h5-address.png");
  }
  .h5-addr-name {
    font-weight: bold;
    color: #333;
    margin-left: 0.1rem;
    font-size: 0.28rem;
    white-space: nowrap;
  }
  .tab-btn {
    color: #999;
    margin-left: 0.12rem;
    font-size: 0.24rem;
    white-space: nowrap;
  }
  .h5-search {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #333;
    margin-left: 0.2rem;
  }
  .h5-search-icon {
    width: 0.32rem;
    height: 0.32rem;
    background-image: url("../img/h5-search.png");
    margin-right: 0.12rem;
  }
  .h5-nav {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    height: 0.44rem;
    font-size: 0.32rem;
    margin-bottom: 0.32rem;
  }
  .h5-nav::-webkit-scrollbar {
    display: none;
  }
  .h5-nav-item {
    display: inline-block;
    height: 100%;
  }
  .h5-nav-item a {
    display: block;
    height: 100%;
    padding: 0 0.24rem;
    box-sizing: border-box;
    font-size: 0.32rem;
    color: #333;
  }
  .h5-nav-cur a {
    color: #10B098;
  }
  .lunbo-box {
    width: 100%;
    padding: 0 0.24rem;
    min-width: inherit;
    box-sizing: border-box;
    position: static;
    height: auto;
  }
  .lunbo-box .swiper-container {
    width: 100%;
    height: 3.72rem;
    min-width: inherit;
    position: static;
    border-radius: 0.16rem;
  }
  .lunbo-box .swiper-container .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.08rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.16);
    opacity: 0.7;
    border-radius: 0.2rem;
    margin: 0 0.04rem;
  }
  .lunbo-box .swiper-container .swiper-pagination-bullet-active {
    width: 0.3rem;
    height: 0.08rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.16);
    border-radius: 0.2rem;
    opacity: 1;
  }
  .form-card {
    position: static;
  }
  .card {
    height: auto;
    box-shadow: none;
    padding: 0;
  }
  .card .form-bt {
    display: none;
  }
  .card .h5-bt1 {
    display: flex;
    font-size: 0.36rem;
    font-weight: bold;
    justify-content: center;
    margin-top: 0.34rem;
  }
  .card .h5-bt1 span {
    color: #FF781E;
  }
  .card .h5-bt2 {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    text-align: center;
    color: #999;
  }
  .card .form-bd {
    display: block;
    width: 100%;
  }
  .card .form-bd .bd-item {
    width: 100%;
    margin-top: 0.28rem;
  }
  .card .form-bd .bd-select,
  .card .form-bd .bd-input {
    width: 100%;
    height: 0.74rem;
    border-radius: 0.04rem;
    padding: 0.2rem;
  }
  .card .form-bd .bd-code {
    width: 100%;
    height: 0.74rem;
    border-radius: 0.04rem;
  }
  .card .form-bd .bd-yz,
  .card .form-bd .bd-yz-btn {
    padding: 0.2rem;
    font-size: 0.28rem;
  }
  .title-text {
    display: none;
  }
  .form-bd .sp-liyy {
    width: 100%;
    height: 0.8rem;
    background: #10B098;
    border-radius: 0.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-top: 0.5rem;
    cursor: pointer;
    font-size: 0.32rem;
  }
  .sxfw-box {
    margin-top: 0.4rem;
    padding: 0 0.24rem;
    box-sizing: border-box;
  }
  .title-info .title-name {
    color: #333;
    font-weight: bold;
    line-height: 0.48rem;
    font-size: 0.36rem;
  }
  .title-info .title-desc {
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #999999;
    margin-top: 0.12em;
    text-align: center;
  }
  .sxfw-item {
    width: 3.46rem;
    height: 2.4rem;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
    margin-top: 0.12rem;
  }
  .sxfw-name {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .sxfw-btn {
    margin-top: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s all;
    font-size: 0.28rem;
    width: 1.6rem;
    height: 0.56rem;
    background: #009A83;
    border-radius: 0.36rem;
  }
  .form-card2 {
    flex-direction: column;
    margin-top: 0.48rem;
  }
  .form-card2 .rx-box {
    border-radius: 0.08rem;
    overflow: hidden;
    margin-right: 0;
    width: 4.42rem;
    height: 1.4rem;
    border: 0.02rem solid #DDDDDD;
  }
  .form-card2 .rx-head {
    width: 100%;
    height: 50%;
    background: #10B098;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.32rem;
  }
  .form-card2 .rx-number {
    height: 50%;
    width: 100%;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    padding: 0 0.1rem;
    box-sizing: border-box;
    font-size: 0.32rem;
  }
  .form-card2 .rx-number a {
    color: #FF781E;
    font-weight: bold;
    font-size: 0.36rem;
  }
  .form-card2 .form-bd {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
  }
  .form-card2 .form-bd .bd-item {
    margin-top: 0.24rem;
    width: 49%;
  }
  .form-card2 .form-bd .bd-item:last-child {
    width: 60%;
  }
  .form-bd .bd-select,
  .form-bd .bd-input {
    width: 100%;
    padding: 0.2rem;
    background: #FFFFFF;
    border: 0.02rem solid #DDDDDD;
    border-radius: 0.04rem;
    box-sizing: border-box;
    height: 0.7rem;
    display: block;
    font-size: 0.28rem;
  }
  .form-card2 .form-bd .bd-select,
  .form-card2 .form-bd .bd-input {
    padding: 0 0.14rem;
  }
  .form-card2 .form-bd .bd-yz-btn {
    padding: 0 0.14rem;
    display: flex;
    align-items: center;
  }
  .form-card2 .form-bd .bd-yz {
    padding: 0 0.14rem;
    width: 55%;
  }
  .form-card2 .form-bd .bd-code {
    height: 0.7rem;
    width: 62%;
    border: 0.02rem solid #DDDDDD;
    border-radius: 0.04rem;
    margin-top: 0.24rem;
  }
  .form-card2 .form-bd .sp-liyy {
    height: 0.7rem;
    width: 35%;
    margin-top: 0.24rem;
  }
  .scope-services .rw-bg {
    display: none;
  }
  .scope-services .scope-bg {
    display: none;
  }
  .scope-services {
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
    position: static;
    padding: 0 0.24rem;
    box-sizing: border-box;
    display: none;
  }
  .scope-services .scope {
    position: static;
  }
  .scope-services .scope-container {
    position: static;
  }
  .scope-head {
    margin-top: 0;
    width: 3.4rem;
    height: 1.34rem;
    background: #10B098;
    border-radius: 0.08rem 0.08rem 0 0;
  }
  .scope-bt {
    color: #fff;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .scope-yy {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 0.08rem;
    font-size: 0.28rem;
    width: 1.4rem;
    height: 0.48rem;
    border: 0.02rem solid #FFFFFF;
    border-radius: 0.32rem;
  }
  .scope-menu {
    width: 100%;
    height: 3.46rem;
    display: flex;
    flex-direction: column;
    background: #F8F8F8;
  }
  .scope-menu-item {
    width: 100%;
    height: 25%;
    border-bottom: 0.02rem solid #ebebeb;
  }
  .scope-menu-item a {
    padding: 0 0.3rem;
  }
  .scope-icon {
    width: 0.12rem;
    height: 0.12rem;
  }
  .scope-services {
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
    position: static;
    padding: 0 0.24rem;
    box-sizing: border-box;
    display: none;
  }
  .h5-fw {
    width: 100%;
    display: flex;
    padding: 0.24rem 0.24rem 0;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .h5-fw .h5fw-item {
    width: 3.4rem;
    height: 4.8rem;
    background: #F8F8F8;
    margin-top: 0.24rem;
  }
  .scope-name {
    padding-left: 0.16rem;
    max-width: 2.4rem;
    font-size: 0.28rem;
  }
  .select-icon {
    width: 0.13rem;
    height: 0.23rem;
  }
  .scope-item {
    width: 3.4rem;
    height: 4.8rem;
    background: #F8F8F8;
    padding: 0.2rem;
    box-sizing: border-box;
    margin-top: 0.24rem;
  }
  .scope-img {
    width: 100%;
    height: 3rem;
    border-radius: 0.04rem;
    overflow: hidden;
  }
  .scope-fw {
    width: 100%;
    margin-top: 0.3rem;
  }
  .scope-fw a {
    font-size: 0.32rem;
  }
  .scope-price {
    max-width: 100%;
    margin-top: 0.12rem;
    font-size: 0.32rem;
  }
  .case-box {
    display: none;
  }
  .title-box {
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    box-sizing: border-box;
  }
  .title-info {
    position: static;
    padding: 0 0.24rem;
    box-sizing: border-box;
  }
  .yzsfw-box {
    width: 100%;
    margin-top: 0.1rem;
  }
  .process-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.24rem;
    box-sizing: border-box;
  }
  .process-item {
    width: 2.2rem;
    height: 2.76rem;
    background: #EAF4F5;
    border-radius: 0.08rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin-right: 0.18rem;
    margin-top: 0.18rem;
  }
  .process-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .process-item:last-child {
    width: 100%;
    flex-direction: row;
    height: 1.48rem;
    margin-right: 0;
    padding: 0 0.26rem;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .process-item .process-icon {
    width: 0.92rem;
    height: 0.92rem;
  }
  .process-item .process-name {
    margin-top: 0.18rem;
    font-size: 0.28rem;
  }
  .process-item .process-desc {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .h5-process {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0.24rem;
  }
  .qmwt-box {
    flex-wrap: wrap;
    margin-top: 0.2rem;
    padding: 0 0.24rem;
    box-sizing: border-box;
  }
  .qmwt-img {
    display: none;
  }
  .h5-qmwt {
    display: block;
    width: 100%;
    height: 2.78rem;
    border-radius: 0.18rem;
    object-fit: cover;
  }
  .qmwt-item {
    width: 3.4rem;
    height: 2.72rem;
    border-radius: 0.08rem;
    margin-top: 0.2rem;
  }
  .qmwt-item:hover {
    transform: translateY(-0.14rem);
    transition: all 0.5s;
  }
  .qmwt-item .qmwt-label {
    font-size: 0.28rem;
    width: 1.6rem;
    height: 0.56rem;
    border-radius: 0.32rem;
  }
  .advantage-box {
    width: 100%;
    margin-top: 0.1rem;
  }
  .advantage-list {
    width: 100%;
    padding: 0 0.24rem;
    box-sizing: border-box;
    margin-top: 0.18rem;
    display: grid;
    grid-template-columns: repeat(2, 3.4rem);
    grid-gap: 0.2rem;
  }
  .advantage-item {
    width: auto;
    height: 4.88rem;
    border-radius: 0.08rem;
  }
  .fwzx-box {
    width: 100%;
    margin-top: 0.18rem;
  }
  .fwzx-container {
    width: 100%;
    display: flex;
    margin-top: 0;
    flex-wrap: wrap;
    padding: 0 0.24rem;
    box-sizing: border-box;
  }
  .fwzx-left {
    width: 100%;
    height: auto;
    border: 0.02rem solid #EBEBEB;
    border-radius: 0.08rem;
    box-sizing: border-box;
  }
  .fwzx-left .fwzx-img {
    display: block;
    width: 100%;
    height: 4.66rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .fwzx-left .fwzx-info {
    padding: 0 0.2rem;
  }
  .fwzx-left .fwzx-name a {
    font-size: 0.32rem;
  }
  .fwzx-left .fwzx-desc {
    line-height: 0.48rem;
    border-bottom: 0.02rem solid #F5F5F5;
    font-size: 0.28rem;
    padding: 0.16rem 0 0.24rem 0;
  }
  .fwzx-left .fwzx-action {
    height: 0.64rem;
  }
  .fwzx-left .fwzx-time {
    font-size: 0.24rem;
  }
  .fwzx-left .jt-icon {
    width: 0.33rem;
    height: 0.22rem;
  }
  .fwzx-right {
    width: 100%;
    height: auto;
  }
  .fwzx-right .fwzx-list .fwzx-item {
    width: 100%;
    margin-top: 0.48rem;
  }
  .fwzx-list .fwzx-label {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.2rem;
  }
  .fwzx-list .fwzx-title {
    max-width: 4.8rem !important;
    font-size: 0.32rem;
  }
  .fwzx-list .zxinfo-time {
    font-size: 0.28rem;
  }
  .data-box {
    width: 100%;
    height: 4.3rem;
    position: relative;
    margin-top: 0.5rem;
    padding: 0 0.24rem;
    box-sizing: border-box;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .data-card {
    width: 5.76rem;
    height: 2.86rem;
    border-radius: 0.08rem;
  }
  .data-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.08rem;
  }
  .data-number {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.7rem;
  }
  .data-desc {
    margin-top: 0.12rem;
    line-height: 0.32rem;
    font-size: 0.24rem;
  }
  .data-btn {
    margin-top: 0.48em;
    font-size: 0.24rem;
    width: 2.1rem;
    height: 0.56rem;
    border: 0.02rem solid #FFFFFF;
    border-radius: 4.4rem;
  }
  .problem-box {
    width: 100%;
    margin-top: 0.18rem;
  }
  .problem-list {
    border-top: none;
    border-left: none;
    box-sizing: border-box;
    border-radius: 0.08rem;
    padding: 0 0.24rem;
    height: auto;
    margin-top: 0;
  }
  .problem-item {
    width: 100%;
    height: auto;
    border: 0.02rem solid #EBEBEB !important;
    margin-top: 0.32rem;
    border-radius: 0.08rem;
  }
  .problem-item a {
    padding: 0.24rem;
  }
  .problem-item .problem-label {
    color: #fff;
    font-size: 0.28rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 0.08rem;
  }
  .problem-item .problem-q .problem-label {
    border: 0.02rem solid #999999;
  }
  .problem-item .problem-title {
    flex: 1;
    color: #333;
    margin-left: 0.2rem;
    font-size: 0.32rem;
  }
  .problem-item .problem-desc {
    margin-left: 0.2rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
  }
  .appointment-box {
    display: none;
  }
  .pc-fbt {
    display: none;
  }
  .footer .links-box {
    display: none;
  }
  .footer {
    padding: 0.3rem 0.24rem;
  }
  .footer-right .code-box {
    width: 1.94rem;
    height: 1.94em;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.04rem;
  }
  .footer-right .code-text {
    margin-top: 0.14rem;
    font-size: 0.24rem;
  }
  .footer .footer-left {
    width: auto;
  }
  .footer .contact {
    margin-top: 0;
  }
  .footer .contact-box {
    width: auto;
  }
  .footer .footer-bt {
    font-size: 0.32rem;
    padding-bottom: 0.34rem;
  }
  .footer .phone-icon,
  .footer .zxkf-icon {
    display: none;
  }
  .footer .contact-item {
    margin-top: 0.24rem;
    font-size: 0.28rem;
    opacity: 0.7;
  }
  .record-box .record {
    padding: 0.18rem 0.4rem;
    display: flex;
    justify-content: center;
    line-height: 0.36rem;
    font-size: 0.24rem;
    text-align: center;
  }
  .h5-links-box {
    display: block;
    padding: 0 0.24rem;
    box-sizing: border-box;
    margin-top: 0.5rem;
  }
  .h5-links-box h2 {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
  }
  .h5-links-box .links-box a {
    line-height: 0.56rem;
    margin-right: 0.14rem;
    font-size: 0.28em;
    opacity: 0.7;
    color: #333;
  }
  .bottom-box {
    padding-top: 0.5rem;
  }
  .page-content {
    width: 100%;
    padding: 0 0.24rem;
    box-sizing: border-box;
  }
  .advantage-icon {
    width: 2.5rem;
    height: 2.2rem;
  }
  .adv-name {
    margin-top: 0.16rem;
    font-size: 0.32rem;
  }
  .adv-desc {
    padding: 0 0.24rem;
    line-height: 0.42rem;
    margin-top: 0.16rem;
    font-size: 0.28rem;
  }
  .crumbs-box {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
  }
  .crumbs-box li {
    margin-right: 0.06rem;
    font-size: 0.24rem;
  }
  .crumbs-box li a {
    display: inline-block;
    padding-right: 0.06rem;
    font-size: 0.24rem;
  }
  .zx-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .zx-box .zxwz-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .zx-item {
    width: 100%;
    padding: 0.2rem;
    border-radius: 0.08rem;
  }
  .zxtime-box em {
    line-height: 0.7rem;
    font-size: 0.5rem;
  }
  .zxtime-box p {
    margin-top: 0.08rem;
    font-size: 0.24rem;
  }
  .zx-info {
    margin-left: 0.2rem;
    border-left: 0.02rem solid #EBEBEB;
    padding-left: 0.2rem;
    width: 5.4rem;
  }
  .zx-list .zx-btn {
    display: none;
  }
  .zx-info .zx-title {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .zx-info .zx-desc {
    line-height: 20px;
    -webkit-line-clamp: 2;
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
  .label-list {
    width: 100%;
    display: flex;
    margin-top: 0.2rem;
    height: 0.46rem;
  }
  .label-list li a {
    display: flex;
    height: 0.46rem;
    border: 0.02rem solid #BBBBBB;
    border-radius: 0.28rem;
    align-items: center;
    padding: 0 0.12rem;
    font-size: 0.24rem;
  }
  .page-turner {
    margin-top: 0.3rem;
  }
  .page-turner a {
    width: 1.6rem;
    height: 0.6rem;
    border: 0.02rem solid #DDDDDD;
    border-radius: 0.36rem;
    font-size: 0.32rem;
  }
  .service-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 3.4rem) !important;
    grid-gap: 0.2rem !important;
    margin-top: 0.3rem !important;
  }
  .service-item .service-img {
    width: 100%;
    height: 3.4rem;
    overflow: hidden;
    border-radius: 0.08rem;
  }
  .service-item .service-title {
    margin-top: 0.14rem;
    font-size: 0.32rem;
  }
  .service-item .service-price {
    color: #FF781E;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.3rem;
  }
  .wd-bk {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
  .zx-box .bk-right {
    width: 100%;
  }
  .bk-right {
    width: 100%;
  }
  .bk-right .problem-list {
    border-left: none;
    padding: 0;
  }
  .bk-right .problem-item {
    height: auto;
    width: 100%;
  }
  .case-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 3.41rem) !important;
    grid-gap: 0.2rem !important;
  }
  .case-item {
    height: 2.4rem;
  }
  .case-img {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .case-cover {
    height: 0.6rem;
    display: block;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
  }
  .page-title {
    color: #333;
    font-size: 0.38rem;
  }
  .page-title2 {
    color: #333;
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 0.38rem;
  }
  .page-title2:after {
    content: '';
    position: absolute;
    height: 0.38rem;
    width: 0.06rem;
    background: #10B098;
    left: 0;
    top: 0.08rem;
  }
  .wdbk-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .wd-box .problem-list {
    height: auto;
    margin-top: 0;
    padding: 0;
  }
  .wd-box .problem-item {
    height: auto;
  }
  .rmfw-box {
    width: 100%;
    margin-top: 0.3rem;
  }
  .wdbk-left .zx-item {
    margin-top: 0.24rem;
  }
  .zx-page-left .zx-item {
    height: auto;
    margin-bottom: 0.24rem;
  }
  .zx-page {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    flex-wrap: wrap;
  }
  .zx-page-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .zxnr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0;
  }
  .zxnr .case-item {
    width: 100%;
    height: 100%;
  }
  .zxnr .case-item {
    width: 100%;
  }
  .case-img img {
    vertical-align: top;
  }
  .zxnr .fwzx-list {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .zxlb2 {
    margin-top: 0.3rem;
  }
  .zxlb2-item:first-child a {
    font-size: 0.38rem;
  }
  .zxlb2-item:first-child {
    margin-bottom: 0;
  }
  .zxlb2-item a {
    font-size: 0.28rem;
  }
  .zx-page-left .zx-list {
    margin-top: 0.3rem;
  }
  .zx-more-box {
    margin-top: 0.3rem;
  }
  .zx-page-left .zx-more-box {
    margin-top: 0.3rem;
  }
  .zx-more-box .more-btn {
    width: auto;
    height: 0.7rem;
    border: 0.02rem solid #BBBBBB;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    padding: 0 0.2rem;
  }
  .zx-page-right {
    width: 100%;
  }
  .zxlb-item {
    width: 100%;
    height: 1.8rem;
    margin-bottom: 0.24rem;
  }
  .zxlb-r {
    display: flex;
    width: 3.9rem;
    height: 100%;
  }
  .zxlb-r .zx-bt {
    font-size: 0.28rem;
  }
  .zxlb-r .zx-desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .rmph {
    margin-top: 0.3rem;
  }
  .rmph .fwzx-list .fwzx-item {
    margin-bottom: 0.4rem;
  }
  .labeld-item {
    width: 2.2rem !important;
    height: 0.6rem;
    border-radius: 0.04rem;
    padding: 0 0.2rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .label-data li {
    margin-top: 0.12rem;
    margin-right: 0.2rem;
  }
  .zx-page-right .bk-right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .qa-box {
    width: 100%;
    padding: 0.3rem 0;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .qa-left {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .qa-left .qa-container .qa {
    width: 6rem;
    height: auto;
    border-radius: 0.08rem;
    padding: 0.3rem;
  }
  .qa-left .qa-container .qa-text1 {
    color: #333;
    line-height: 0.45rem;
    font-size: 0.34rem;
  }
  .qa-left .qa-container .qa-text2 {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
  .qa-left .qa-img {
    width: 100%;
    height: 100%;
    border-radius: 0.06rem;
    vertical-align: top;
  }
  .qa-right {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
  .qa-right .rd-icon {
    width: 0.29rem;
    height: 0.37rem;
    margin-right: 0.1rem;
  }
  .qa-right .rd-bt {
    font-weight: bold;
    color: #333;
    font-size: 0.34rem;
  }
  .qa-right .rd-flag {
    width: 6.6rem;
  }
  .qa-right .rd-xian {
    color: #ddd;
    flex: 1;
    height: 0.38rem;
    line-height: 0.38rem;
    overflow: hidden;
    margin-left: 0.08rem;
    font-size: 0.28rem;
  }
  .qa-right .rd-line {
    width: 100%;
    padding: 0.24rem 0;
    box-sizing: border-box;
  }
  .wdbk-list {
    display: none;
  }
  .h5-wdlm {
    display: flex;
    width: 100%;
    height: 4.72rem;
    justify-content: space-between;
  }
  .h5-wdlm-l {
    width: 2.9rem;
    height: 100%;
    background: url("../img/h5-wdlm01.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 0.14rem;
    padding: 0.2rem 0.16rem;
    box-sizing: border-box;
  }
  .wdbk-bt {
    font-size: 0.38rem;
  }
  .wdbk-desc {
    margin-top: 6px;
    margin-bottom: 16px;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .wdbk-btn {
    width: 1.48rem;
    height: 0.48rem;
    border-radius: 0.25rem;
    font-size: 0.24rem;
  }
  .h5-wdlm-r {
    width: 3.96rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .h5-wdlm-item1 {
    height: 2.28rem;
    width: 100%;
    background: url("../img/h5-wdlm02.jpg") no-repeat;
    border-radius: 0.14rem;
    background-size: 100% 100%;
    padding: 0.2rem;
    box-sizing: border-box;
  }
  .h5-wdlm-item1 .wdbk-desc {
    margin-top: 0.08rem;
    margin-bottom: 0.1rem;
  }
  .h5-wdlm-item1 .wdbk-btn {
    background: #FF781E;
  }
  .h5-wdlm-item2 {
    height: 2.28rem;
    width: 100%;
    background: url("../img/h5-wdlm03.jpg") no-repeat;
    border-radius: 0.14rem;
    background-size: 100% 100%;
    padding: 0.2rem;
    box-sizing: border-box;
  }
  .h5-wdlm-item2 .wdbk-desc {
    margin-top: 0.08rem;
    margin-bottom: 0.1rem;
  }
  .h5-wdlm-item2 .wdbk-btn {
    background: #0290E6;
  }
  .sfqa-box {
    padding: 0.3rem 0.24rem;
    box-sizing: border-box;
  }
  .sfqa-tilte {
    font-size: 0.4rem;
  }
  .sfqa-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
    margin-top: 0;
  }
  .sfqa-list li {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    margin-top: 0.2rem;
  }
  .sfqa-list li a {
    padding: 0.2rem 0.24rem;
  }
  .sfqa-list li .sfqa-bt {
    font-size: 0.32rem;
  }
  .sfqa-list li .sfga-line-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    height: 0.4rem;
  }
  .sfqa-list li .sfga-line-box p {
    margin-right: 0.08rem;
    width: 1.12rem;
    font-size: 0.28rem;
  }
  .sfqa-list li .sfga-line {
    font-size: 0.24rem;
  }
  .sfqa-list .sfqa-content {
    margin-top: 0.24rem;
  }
  .sfqa-list .sfqa-desc {
    line-height: 0.4rem;
    width: 5.4rem;
    font-size: 0.24rem;
  }
  .sfqa-list .sfqa-right {
    width: 0.82rem;
    font-size: 0.24rem;
  }
  .sfqa-list .sfqa-right .sfqa-icon {
    width: 100%;
    height: 0.82rem;
    border-radius: 50%;
  }
  .sfqa-list .sfqa-right .sfqa-user {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
  .rmfw-box {
    padding: 0 0.24rem;
    box-sizing: border-box;
  }
  .page-tj {
    width: 100%;
    margin-top: 0.3rem;
  }
  .tj-box .tj-left {
    width: 100%;
  }
  .tj-box .tj-left .problem-item {
    width: 100%;
  }
  .tj-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.24rem;
    box-sizing: border-box;
  }
  .tj-box .tj-left .problem-list {
    height: auto;
    margin-top: 0rem;
    padding: 0;
  }
  .tj-box .tj-right {
    width: 100%;
  }
  .tj-box .tj-right .tjsosu-box {
    margin-top: 0.3rem;
  }
  .tjsosu-box {
    border: 0.02rem solid #ddd;
    border-radius: 0.08rem;
    padding: 0.2rem;
  }
  .tjsosu-box .search-box {
    height: 0.7rem;
    border-radius: 0.04rem;
    margin-top: 0.24rem;
    justify-content: space-between;
  }
  .search-icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .search-box {
    height: 0.7rem;
    border: 0.02rem solid #bbb;
    border-radius: 0.3rem;
    align-items: center;
  }
  .search-input {
    width: 160px;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
  .tj-box .tj-right .fwzx-list {
    margin-top: 0.2rem;
  }
  .tj-box .tj-right .fwzx-item {
    margin-bottom: 0.24rem;
  }
  .tj-box .tj-right .fwzx-title {
    max-width: 6rem !important;
  }
  .enter-iocn {
    width: 0.24rem;
    height: 0.24rem;
  }
  .label-box {
    width: 100%;
    border: 0.02rem solid #DDDDDD;
    padding: 0.2rem;
    box-sizing: border-box;
    border-radius: 0.08rem;
    margin-top: 0.24rem;
  }
  .label-name {
    font-size: 0.38rem;
    line-height: 0.58rem;
  }
  .label-desc {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .page-title3 .title-line {
    font-size: 0.38rem;
  }
  .page-title3 .title-line h3 {
    max-width: 3rem;
    font-size: 0.38rem;
  }
  .page-title3 .more-box a {
    padding-right: 0.1rem;
    color: #999;
    font-size: 0.28rem;
  }
  .more-icon {
    width: 0.14rem;
    height: 0.26rem;
  }
  .page-title2 h3 {
    color: #FF781E;
    max-width: 3rem;
    font-size: 0.38rem;
  }
  .wdtj-box .problem-list {
    margin-top: 0;
    padding: 0;
  }
  .altj-box {
    margin-top: 0.3rem;
  }
  .wdtj-box {
    margin-top: 0.3rem;
  }
  .about-title {
    padding: 0.3rem 0;
    box-sizing: border-box;
    font-size: 0.46rem;
  }
  .info-desc {
    position: relative;
    width: 100%;
    padding: 0.24rem 0;
    box-sizing: border-box;
    line-height: 0.38rem;
    color: #333333;
    font-size: 0.24rem !important;
  }
  .info-desc p {
    text-indent: initial !important;
    width: 100%;
    line-height: 0.38rem;
    color: #333333;
    margin-top: 0.1rem;
    font-size: 0.24rem !important;
  }
  .info-desc p img {
    max-width: 100%;
    height: auto;
  }
  .info-desc img {
    max-width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .about-info-box {
    width: 70%;
  }
  .about-info-item {
    margin-bottom: 0.24rem;
    font-size: 0.32rem;
  }
  .about-info-item a {
    padding-left: 0.14rem;
    font-size: 0.32rem;
  }
  .dt-box {
    width: 100%;
    height: 8rem;
  }
  .xq-content {
    width: 100%;
    display: flex;
    margin-top: 0.3rem;
    flex-wrap: wrap;
  }
  .xq-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .xq-title {
    line-height: 0.7rem;
    font-size: 0.46rem;
  }
  .xq-info {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.24rem;
  }
  .xq-item {
    margin-right: 0.3rem;
    font-size: 0.24rem;
  }
  .xq-item .xq-icon1,
  .xq-item .xq-icon2 {
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 0.08rem;
  }
  .page-turner2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .page-turner2 a {
    width: 100%;
    height: 1.6rem;
    border-radius: 0.08rem;
    padding: 0 0.2rem;
  }
  .page-turner2 a:nth-child(2) {
    margin-top: 0.2rem;
  }
  .page-turner2 a p {
    font-size: 0.28rem;
  }
  .page-turner2 a p:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.14rem;
  }
  .xq-right {
    width: 100%;
  }
  .search {
    width: 100%;
    height: 0.7rem;
    margin-top: 0.3rem;
  }
  .input-box {
    width: 5rem;
    height: 100%;
    background: #FFFFFF;
    border: 0.02rem solid #999999;
    border-top-left-radius: 0.08rem;
    border-bottom-left-radius: 0.08rem;
    box-sizing: border-box;
    padding: 0 0.1rem;
    position: relative;
  }
  .search-button {
    width: 2rem;
    height: 100%;
    background: #10B098;
    border-radius: 0 0.08rem 0.08rem 0;
    font-size: 0.28rem;
  }
  .input-box input {
    font-size: 0.28rem;
  }
  .result-info {
    color: #999;
    margin-top: 0.2rem;
    font-size: 0.26rem;
  }
  .fwtj-box {
    margin-top: 0.3rem;
  }
  .search-more {
    margin-top: 0.24rem;
    font-size: 0.28rem;
  }
  .search-null {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .null-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 0.6rem;
    line-height: normal;
    border: 0.02rem solid #10B098;
    border-radius: 0.32rem;
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.3rem;
  }
  .search-null img {
    width: 2rem;
    height: 2rem;
    display: inherit;
  }
  .null-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }
  .wdxq .xq-title em {
    display: inline-flex;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.08rem;
    margin-right: 0.1rem;
    font-size: 0.28rem;
  }
  .wdxq .xq-title {
    line-height: 0.9rem;
  }
  .wdxq-box {
    width: 100%;
    border: 0.02rem solid #EBEBEB;
    margin-top: 0.3rem;
  }
  .wdxq-top {
    width: 100%;
    height: 0.8rem;
    background: #F5F5F5;
    padding: 0 0.2rem;
  }
  .wdxq-user {
    width: 0.4rem;
    height: 0.4rem;
    border: 0.02rem solid #EBEBEB;
    border-radius: 50%;
    margin-right: 0.14rem;
  }
  .wdxq-name {
    font-size: 0.28em;
  }
  .wdxq-name span {
    margin-right: 0.1rem;
  }
  .wdxq-box .info-desc {
    padding: 0.2rem;
  }
  .bq-list .bq-item {
    height: 0.6em;
    border-radius: 0.04rem;
    margin-right: 0.14rem;
    margin-top: 0.14rem;
  }
  .bq-list .bq-item a {
    padding: 0 0.2rem;
    font-size: 0.28rem;
  }
  .xq-left .problem-list {
    height: auto;
    margin-top: 0;
    padding: 0;
  }
  .zxxq-bq {
    margin-top: 0.3rem;
  }
  .zxxq-bq .label-data li {
    margin-right: 0.2rem;
  }
  .zxxq-bq .label-data li:nth-of-type(7n) {
    margin-right: 0.2rem;
  }
  .zxxq-bq .label-data li:nth-of-type(3n) {
    margin-right: 0;
  }
  .fw-xq {
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
  }
  .fw-xq .fw-xq-l {
    width: 100%;
  }
  .fw-xq .fw-xq-l .fw-xq-top {
    width: 100%;
    height: 5.64rem;
    margin-top: 0.24rem;
  }
  .fw-xq .fw-xq-l .fw-action {
    margin-top: 0.24rem;
    width: 100%;
    height: 0.98rem;
  }
  .fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-next {
    width: 0.4rem;
    height: 100%;
  }
  .fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-prev {
    width: 0.4rem;
  }
  .fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-next::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 0.1rem;
    width: 0.18rem;
    height: 0.28rem;
  }
  .fw-xq .fw-xq-l .fw-action .swiper-container .swiper-button-prev::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 0.1rem;
    width: 0.18rem;
    height: 0.28rem;
  }
  .fw-xq .fw-xq-r .fw-name {
    font-size: 0.48rem;
    line-height: 0.54rem;
    margin-top: 0.24rem;
  }
  .fw-xq .fw-xq-r {
    width: 100%;
  }
  .fw-xq .fw-xq-r .fw-fbt {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    color: #999999;
  }
  .fw-xq .fw-xq-r .fw-r-top {
    height: auto;
  }
  .fw-xq .fw-xq-r .price-box {
    margin-top: 0.2rem;
  }
  .fw-xq .fw-xq-r .price-box span {
    margin-top: 0.16rem;
    font-size: 0.48rem;
  }
  .fw-xq .fw-xq-r .price-box em {
    line-height: 1rem;
    font-size: 0.64rem;
  }
  .fw-xq .fw-xq-r .price-desc {
    color: #333333;
    margin-top: 0.1rem;
    font-size: 0.28rem;
  }
  .fw-xq .fw-xq-r .fw-r-bottom {
    width: 100%;
    margin-top: 0.3rem;
  }
  .fw-xq .fw-xq-r .fw-r-bottom .fw-lc {
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .fw-xq .fw-xq-r .fw-r-bottom .fw-lc::-webkit-scrollbar {
    display: none;
  }
  .fw-xq .fw-xq-r .fw-r-bottom .fw-lc li {
    padding: 0.2rem;
    box-sizing: border-box;
    border-radius: 0.08rem;
    margin-right: 0.1rem;
    display: inline-flex;
    align-items: center;
  }
  .fw-xq .fw-xq-r .fw-group-button {
    margin-top: 0.3rem;
    flex-wrap: wrap;
  }
  .fw-xq .fw-xq-r .fw-group-button .fw-btn {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.08rem;
    font-size: 0.28em;
  }
  .fw-xq .fw-xq-r .fw-group-button .fw-btn3 {
    display: none;
  }
  .fw-xq .fw-xq-r .fw-group-button .fw-btn2 {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .fw-xq-fl {
    display: flex;
    margin-top: 0.3rem;
    flex-wrap: wrap;
  }
  .fw-xq-fl .fw-nav-list {
    background: #F1F6FB;
    border-radius: 0.08rem 0.08rem 0 0;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 0.98rem;
  }
  .fw-xq-fl .fw-nav-list .fw-nav-item {
    width: 50%;
    height: 100%;
    font-size: 0.32rem;
  }
  .fw-xq-fl .sfbz {
    margin-top: 0.24rem;
    width: 100%;
  }
  .fw-xq-fl .title-content h2 {
    font-size: 0.36rem;
  }
  .fw-xq-fl .sf-table {
    width: 100%;
    border-top: 0.02rem solid #F1F3F5;
    margin-top: 0.24rem;
    border-left: 0.02rem solid #F1F3F5;
    transition: 0.5s all;
  }
  .fw-xq-fl .sf-line {
    height: 0.8rem;
    border-bottom: 0.02rem solid #F1F3F5;
  }
  .fw-xq-fl .sf-title {
    background: #F1F3F5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 0.32rem;
  }
  .fw-xq-fl .fw-fl-r {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .fw-xq-fl .fw-fl-l {
    width: 100%;
  }
  .fw-xq-fl .fw-fl-l .bk-right .service-list {
    margin-bottom: 0.3rem;
  }
  .fw-xq-fl .fw-fl-l .rmph {
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .city .sidebar-box {
    display: none !important;
  }
  .hot-city {
    margin-top: 0.3rem;
  }
  .hot-title {
    font-size: 0.32rem;
    color: #333333;
    font-weight: 400;
  }
  .find-city {
    margin-top: 0.3rem;
  }
  .find-city .hot-title {
    display: none;
  }
  .alphabet-list {
    display: none;
  }
  .pplb-sx-type {
    display: block;
    position: fixed;
    right: 0.2rem;
    top: 32%;
    flex-direction: column;
  }
  .pplb-sx-type .sx-type-list {
    flex: 1;
    width: 100%;
  }
  .pplb-sx-type .sx-item {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    font-size: 0.24rem;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    line-height: 0.22rem;
    text-align: center;
    color: #333;
    margin-bottom: 0.02rem;
  }
  .pplb-sx-type .sx-item:last-child {
    margin-right: 0;
  }
  .pplb-sx-type .sx-item-cur {
    background: #10B098;
    border: 0.02rem solid #10B098;
    color: #FFFFFF;
  }
  .city-item {
    min-width: 0.96rem;
    height: 0.6rem;
    border: 0.02rem solid #EBEBEB;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
    border-radius: 0.04rem;
  }
  .city-cur {
    border: 0.02rem solid #10B098;
    background: #10B098;
  }
  .page-404-box {
    width: 100%;
    height: calc(100vh - 508px);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .page-404-box .page-404-one {
    width: 3.6rem;
    height: auto;
  }
  .page-404-box .page-404-two-box {
    margin-left: 0.1rem;
  }
  .page-404-box .page-404-two {
    width: 2rem;
    height: auto;
  }
  .page-404-box .page-404-text {
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.35rem;
    color: #999999;
  }
  .page-404-box .page-404-button {
    display: inline-block;
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #10B098;
    border-radius: 0.36rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #10B098;
    text-align: center;
    margin-top: 0.6rem;
    transition: 0.3s;
  }
  .h5-gg {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .h5-gg img {
    height: 1.8rem;
    width: 7.2rem;
    object-fit: cover;
    border-radius: 0.08rem;
  }
  .page-gg {
    display: none;
  }
  .links-box {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
  }
  .fw-xq-fl .fw-fl-l .case-item {
    height: 2.4rem;
  }
  .fw-xq-fl .fw-fl-l .case-cover {
    height: 0.6rem;
    display: block;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
  }
  .zx-page-left .zx-info {
    width: 5.4rem;
  }
  .sidebar-box {
    display: none !important;
  }
  .fw-xq-fl .fw-fl-l .problem-list {
    margin-bottom: 0.24rem;
  }
}
/*# sourceMappingURL=public.css.map */