.zwfw-main {
  margin: 0 auto;
  width: 100%;
}

.u-title-box {
  text-align: center;
}
.u-title-box img {
  height: 31px;
}

.one {
  background-color: #fff;
}
.cjs-box {
  padding: 40px 0;
}
.type-box {
  margin: 36px auto;
  width: 450px;
  height: 56px;
  background-color: #a8d2df;
  overflow: hidden;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}
.type-box .type-item {
  display: inline-block;
  width: 50%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 2.4px;
  color: #feffff;
  text-align: center;
}
.type-box .type-item-active {
  background-color: #79b3c5;
}

.cjs {
  position: relative;
  display: none;
}
.cjs::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}

.cjs .line {
  position: absolute;
  top: 30px;
  left: 22.5px;
  width: 5px;
  height: calc(100% - 60px);
  background-color: #79b3c5;
}
.cjs .type-list-box {
  float: left;
  width: 170px;
  height: 585px;
}
.cjs .type-list {
  width: 100%;
  height: 100%;
}
.cjs .type-list li {
  position: relative;
  height: 75px;
}
#company-cjs .type-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#company-cjs .line {
  top: 60px;
  height: calc(100% - 130px);
}
.cjs .type-list li::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.cjs .type-list li .image-box {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 1px #a8d2df;
  box-sizing: border-box;
  background-color: #e9f5f8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.cjs .type-list li .image-box img {
  max-width: 30px;
  max-height: 28px;
}
.cjs .type-list li .image-box .select {
  display: none;
}

.cjs .type-list li span {
  float: right;
  display: block;
  width: calc(100% - 50px);
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #79b3c5;
  text-align: center;
}
.cjs .type-list .active .image-box {
  background-color: #79b3c5;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.cjs .type-list .active .image-box img {
  display: none;
}
.cjs .type-list .active .image-box .select {
  display: block;
}

.cjs .result-box {
  float: right;
  width: calc(100% - 170px);
  height: 585px;
}
.cjs .result-box .result-item {
  display: none;
  position: relative;
  padding: 100px 0 0 60px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#person-cjs .result-box .result-item:nth-child(1) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-cs-bg-all.png);
}
#person-cjs .result-box .result-item:nth-child(2) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-rx-bg-all.png);
}
#person-cjs .result-box .result-item:nth-child(3) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-jy-bg-all.png);
}
#person-cjs .result-box .result-item:nth-child(4) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-zf-bg-all.png);
}
#person-cjs .result-box .result-item:nth-child(5) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-hy-bg-all.png);
}
#person-cjs .result-box .result-item:nth-child(6) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-sh-bg-all.png);
}
#person-cjs .result-box .result-item:nth-child(7) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-yl-bg-all.png);
}
#person-cjs .result-box .result-item:nth-child(8) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-shs-bg-all.png);
}

#company-cjs .result-box .result-item:nth-child(1) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-qybg-bg-all.png);
}
#company-cjs .result-box .result-item:nth-child(2) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-yhfc-bg-all.png);
}
#company-cjs .result-box .result-item:nth-child(3) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-tzsp-bg-all.png);
}
#company-cjs .result-box .result-item:nth-child(4) {
  background-image: url(/images/yj-dz-zwfw-cjs-result-item-qykb-bg-all.png);
}

.cjs .result-box .result-item .ico {
  position: absolute;
  bottom: 25px;
  right: 40px;
  z-index: 1;
}
.cjs .result-box .result-item .list-box {
  position: relative;
  width: 340px;
  z-index: 2;
}

.cjs .result-box .result-item .list-box .list-title {
  margin: 0 auto;
  width: 170px;
  height: 47px;
  font-size: 24px;
  line-height: 47px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: #fff;
  background-image: url(/images/yj-dz-zwfw-cjs-list-title-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.cjs .result-box .result-item .list-box .line-box {
  height: 28px;
  text-align: center;
}
.cjs .result-box .result-item .list-box .line-box .line1 {
  display: inline-block;
  margin: 0 30px;
  width: 5px;
  height: 100%;
  background-color: #79b3c5;
}
.cjs .result-box .result-item .list-box ul {
  padding: 30px;
  box-sizing: border-box;
  border: solid 3px #79b3c5;
  box-shadow: 4.9px 4.9px 9px 0 #49aa39;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.cjs .result-box .result-item .list-box ul li {
  position: relative;
  margin-bottom: 15px;
}
.cjs .result-box .result-item .list-box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.cjs .result-box .result-item .list-box ul li i {
  display: block;
  position: absolute;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #79b3c5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.cjs .result-box .result-item .list-box ul li span {
  display: block;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 1.7px;
  color: #333;
}
.cjs .result-box .result-item .list-box ul li:hover span {
  color: #79b3c5;
}

#person-cjs .result-box .result-item:nth-child(1) .list-box,
#person-cjs .result-box .result-item:nth-child(3) .list-box,
#person-cjs .result-box .result-item:nth-child(4) .list-box,
#person-cjs .result-box .result-item:nth-child(5) .list-box,
#person-cjs .result-box .result-item:nth-child(6) .list-box,
#company-cjs .result-box .result-item:nth-child(4) .list-box {
  width: 518px;
}
#person-cjs .result-box .result-item:nth-child(1) .list-box ul,
#person-cjs .result-box .result-item:nth-child(3) .list-box ul,
#person-cjs .result-box .result-item:nth-child(4) .list-box ul,
#person-cjs .result-box .result-item:nth-child(5) .list-box ul,
#person-cjs .result-box .result-item:nth-child(6) .list-box ul,
#company-cjs .result-box .result-item:nth-child(4) .list-box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0 20px 20px;
}
#person-cjs .result-box .result-item:nth-child(1) .list-box ul li,
#person-cjs .result-box .result-item:nth-child(3) .list-box ul li,
#person-cjs .result-box .result-item:nth-child(4) .list-box ul li,
#person-cjs .result-box .result-item:nth-child(5) .list-box ul li,
#person-cjs .result-box .result-item:nth-child(6) .list-box ul li,
#company-cjs .result-box .result-item:nth-child(4) .list-box ul li {
  min-width: 50%;
}

.fw-box {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fw-box .fw-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc((100% - 50px) / 3);
  height: 96px;
  background: url(/images/yj-dz-zwfw-cjsfw-fw-list-item-bg.png) no-repeat;
  background-size: 100% 100%;
}
.fw-box .fw-item img {
  margin: 0 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.fw-box .fw-item:hover img {
  margin: 0 10px;
}

.two {
  padding: 40px 0;
  background-color: #fdfbf6;
}
.two .bszn-box {
  position: relative;
  padding-top: 40px;
  margin-bottom: 50px;
}
.two .bszn-box .swiper-container {
  position: static;
}
.two .bszn-box .swiper-container .swiper-slide {
  height: 200px;
  overflow: hidden;
}
.two .bszn-box .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.two .bszn-box .swiper-container .swiper-slide:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.two .bszn-box .swiper-container .swiper-pagination {
  max-height: 10px;
  bottom: 0;
  top: -22px;
  text-align: right;
}
.two .bszn-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #d2e6eb;
  opacity: 1;
}
.two .bszn-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  height: 8px;
  background-color: #90bfcc;
  opacity: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.two .tsfw-box::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.two .tsfw-box {
  margin: 40px 0 50px 0;
}
.two .tsfw-box .tsfw-item {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  width: calc((100% - 75px) / 4);
  height: 160px;
  background: url(/images/yj-dz-zwfw-tsfw-list-item-bg01.png) no-repeat;
  background-size: 100% 100%;
}
.two .tsfw-box .tsfw-item:nth-child(2n + 2) {
  background-image: url(/images/yj-dz-zwfw-tsfw-list-item-bg02.png);
}
.two .tsfw-box .tsfw-item:nth-child(4) {
  margin-right: 0;
}
.two .tsfw-box .tsfw-item span {
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 1.95px;
  text-align: center;
  color: #fff;
}

.two .tsqt-box {
  position: relative;
  padding-top: 40px;
}
.two .tsqt-box .swiper-container {
  position: static;
}
.two .tsqt-box .swiper-container .swiper-slide {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.two .tsqt-box .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.two .tsqt-box .swiper-container .swiper-slide:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.two .tsqt-box .swiper-container .swiper-slide .title-box {
  position: absolute;
  left: 0;
  top: calc(50% - 25px);
  width: 100%;
  height: 50px;
  font-size: 26px;
  line-height: 50px;
  letter-spacing: 1.95px;
  color: #fff;
  background: url(/images/yj-dz-zwfw-fwtsqt-list-item-title-bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.two .tsqt-box .swiper-container .swiper-pagination {
  max-height: 10px;
  bottom: 0;
  top: -22px;
  text-align: right;
}
.two .tsqt-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #d2e6eb;
  opacity: 1;
}
.two .tsqt-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  height: 8px;
  background-color: #90bfcc;
  opacity: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.three {
  padding-top: 40px;
  padding-bottom: 25px;
  background: url(/images/yj-dz-zwfw-bmdt-bg.png) no-repeat;
  background-size: 100% auto;
}

.three .qjyx720 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 30px;
  height: 115px;
  background: url(/images/yj-dz-zwfw-bmdt-qjyx720-bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.three .qjyx720 img {
  max-width: 550px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.three .qjyx720:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.three .bmcx-list {
  margin-top: 30px;
}
.three .bmcx-list::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.three .bmcx-list li {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  width: calc((100% - 100px) / 5);
  height: 68px;
  background-color: #e6f4f8;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.three .bmcx-list li:nth-child(5n + 5) {
  margin-right: 0;
}
.three .bmcx-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #454545;
  line-height: 1.22;
  letter-spacing: 1.35px;
}
.three .bmcx-list li:hover {
  background-color: #79b3c5;
}
.three .bmcx-list li:hover a {
  color: #fff;
}

.four {
  padding: 55px 0;
  background: url(/images/yj-dz-zwfw-sj-bg.png) no-repeat;
  background-size: cover;
}
.four .sj-box::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.four .sj-box .sj-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.four .sj-box .sj-title i {
  flex: 1;
  height: 1px;
  background-color: #4498b2;
}
.four .sj-box .sj-title .title {
  margin: 0 15px;
  min-width: 140px;
  height: 50px;
  text-align: center;
}
.four .sj-box .sj-title .title span:nth-child(1) {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #4498b2;
  text-align: center;
}
.four .sj-box .sj-title .title span:nth-child(2) {
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.75px;
  color: #4498b2;
  text-align: center;
}
.four .sj-box .bssj {
  float: left;
  padding: 30px;
  width: 500px;
  height: 375px;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.four .sj-box .bssj .bs-list {
  margin-top: 40px;
}
.four .sj-box .bssj .bs-list::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.four .sj-box .bssj .bs-list .bs-item {
  float: left;
  margin-bottom: 50px;
  width: 50%;
}
.four .sj-box .bssj .bs-list .bs-item span:nth-child(1) {
  display: block;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #4498b2;
}
.four .sj-box .bssj .bs-list .bs-item span:nth-child(2) {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-align: center;
  color: #4498b2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.four .sj-box .hcpsj {
  float: right;
  padding: 30px;
  width: 667px;
  height: 375px;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.four .sj-box .hcpsj .list-box::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.four .sj-box .hcpsj .hcp-list {
  float: left;
  margin-top: 40px;
  width: calc(100% - 142px);
}
.four .sj-box .hcpsj .hcp-list::after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.four .sj-box .hcpsj .hcp-list .hcp-item {
  float: left;
  margin-bottom: 50px;
  width: 50%;
}
.four .sj-box .hcpsj .hcp-list .hcp-item span:nth-child(1) {
  display: block;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #4498b2;
}
.four .sj-box .hcpsj .hcp-list .hcp-item span:nth-child(2) {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-align: center;
  color: #4498b2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.four .sj-box .hcpsj .commont-list {
  float: right;
  width: 142px;
}
.four .sj-box .hcpsj .commont-list .commont-item {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 40px;
  font-size: 17px;
  letter-spacing: 1.28px;
  line-height: 40px;
  text-align: center;
  color: #4498b2;
  box-sizing: border-box;
  border: solid 1px #4498b2;
  background-color: #eaf8f9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.footer-line {
  width: 100%;
  height: 11px;
  background-color: #58a0b6;
}

@media screen and (max-width: 768px) {
  .zwfw-main {
    margin: 0 auto;
    width: calc(100% - 16px);
  }
  .u-title-box img {
    height: 21px;
  }
  .cjs-box {
    padding: 20px 0;
  }
  .type-box {
    margin: 20px auto;
    width: 95%;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .type-box .type-item {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cjs .line {
    display: none;
  }
  .cjs .type-list-box {
    float: none;
    padding: 0 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .cjs .type-list {
    width: 880px;
  }
  #company-cjs .type-list {
    display: block;
    width: 560px;
  }
  .cjs .type-list::after {
    display: block;
    height: 0;
    content: '';
    clear: both;
  }
  .cjs .type-list li {
    float: left;
    width: 110px;
    height: 55px;
  }
  #company-cjs .type-list li {
    width: 140px;
  }
  .cjs .type-list li::after {
    display: block;
    height: 0;
    content: '';
    clear: both;
  }
  .cjs .type-list li .image-box {
    width: 40px;
    height: 40px;
  }
  .cjs .type-list li .image-box img {
    max-width: 25px;
    max-height: 22px;
  }
  .cjs .type-list li span {
    padding-left: 10px;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: left;
  }

  .cjs .result-box {
    float: none;
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .cjs .result-box .result-item {
    padding: 20px 0 40px 0;
    background-size: auto 100%;
    background-position: 100% 100%;
  }
  .cjs .result-box .result-item .ico {
    bottom: 10px;
    right: 10px;
    width: 200px;
  }
  .cjs .result-box .result-item .list-box {
    margin: 0 auto;
    width: 90% !important;
  }
  .cjs .result-box .result-item .list-box .list-title {
    width: 160px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .cjs .result-box .result-item .list-box .line-box {
    height: 18px;
  }
  .cjs .result-box .result-item .list-box .line-box .line1 {
    margin: 0 25px;
  }
  .cjs .result-box .result-item .list-box ul {
    padding: 20px;
  }
  .cjs .result-box .result-item .list-box ul li {
    margin-bottom: 12px;
  }
  .cjs .result-box .result-item .list-box ul li span {
    font-size: 16px;
  }

  .fw-box {
    margin-top: 10px;
    flex-direction: column;
  }
  .fw-box .fw-item {
    margin-top: 10px;
    width: 100%;
    height: 86px;
  }

  .two {
    padding: 20px 0;
  }
  .two .bszn-box {
    padding-top: 30px;
    margin-bottom: 25px;
  }

  .two .bszn-box .swiper-container .swiper-slide {
    height: 150px;
    overflow: hidden;
  }
  .two .bszn-box .swiper-container .swiper-pagination {
    top: 10px;
  }
  .two .tsfw-box {
    margin: 20px 0 25px 0;
  }
  .two .tsfw-box .tsfw-item {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
    height: 120px;
  }
  .two .tsfw-box .tsfw-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .two .tsfw-box .tsfw-item span {
    font-size: 18px;
  }
  .two .tsqt-box {
    padding-top: 20px;
  }
  .two .tsqt-box .swiper-container .swiper-slide {
    height: 150px;
  }
  .two .tsqt-box .swiper-container .swiper-slide .title-box {
    font-size: 18px;
  }
  .two .tsqt-box .swiper-container .swiper-pagination {
    top: 10px;
  }

  .three .qjyx720 {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 85px;
  }
  .three .qjyx720 img {
    max-width: 100%;
  }
  .three .bmcx-list {
    margin-top: 20px;
  }

  .three .bmcx-list li {
    margin-right: 15px;
    margin-bottom: 10px;
    width: calc((100% - 15px) / 2);
    height: 58px;
  }

  .three .bmcx-list li:nth-child(5n + 5) {
    margin-right: 15px;
  }
  .three .bmcx-list li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .three .bmcx-list li a {
    font-size: 16px;
  }

  .four {
    padding: 25px 0;
  }

  .four .sj-box .sj-title .title {
    padding: 0;
    margin: 0 10px;
    min-width: 100px;
    height: 45px;
    line-height: 1.2;
    overflow: hidden;
  }
  .four .sj-box .sj-title .title span:nth-child(1) {
    font-size: 20px;
  }
  .four .sj-box .sj-title .title span:nth-child(2) {
    font-size: 15px;
  }
  .four .sj-box .bssj {
    float: none;
    padding: 15px 10px;
    width: 100%;
    height: auto;
  }
  .four .sj-box .bssj .bs-list {
    margin-top: 20px;
  }

  .four .sj-box .bssj .bs-list .bs-item {
    margin-bottom: 30px;
  }
  .four .sj-box .bssj .bs-list .bs-item span:nth-child(1) {
    font-size: 30px;
  }
  .four .sj-box .bssj .bs-list .bs-item span:nth-child(2) {
    font-size: 16px;
  }

  .four .sj-box .hcpsj {
    float: none;
    margin-top: 20px;
    padding: 15px 10px;
    width: 100%;
    height: auto;
  }

  .four .sj-box .hcpsj .hcp-list {
    float: none;
    margin-top: 20px;
    width: 100%;
  }

  .four .sj-box .hcpsj .hcp-list .hcp-item {
    margin-bottom: 30px;
  }
  .four .sj-box .hcpsj .hcp-list .hcp-item span:nth-child(1) {
    font-size: 30px;
  }
  .four .sj-box .hcpsj .hcp-list .hcp-item span:nth-child(2) {
    font-size: 16px;
  }

  .four .sj-box .hcpsj .commont-list {
    float: none;
    width: 100%;
  }
  .four .sj-box .hcpsj .commont-list::after {
    display: block;
    height: 0;
    content: '';
    clear: both;
  }
  .four .sj-box .hcpsj .commont-list .commont-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
    height: 40px;
    font-size: 16px;
  }
  .four .sj-box .hcpsj .commont-list .commont-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

/* ±ãÃñµØÍ¼ */
.dzfw-tit .tit {
  width: 33.333%;
  background-size: 100% 100% !important;
}
.dzfw-map {
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}
.dzfw-map-wrap {
  width: 100%;
  height: 606px;
}

.dzfw-sort {
  position: absolute;
  top: 80px;
  left: 25px;
  width: 434px;
  background-color: #fff;
}
.dzfw-sort-nav-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #dbf0f7;
}
.dzfw-sort-nav {
  position: relative;
  margin-top: 6px;
}

.dzfw-sort-nav .dsn-icon {
  position: absolute;
  top: 9px;
  width: 16px;
  height: 26px;
  display: block;
  z-index: 5;
  cursor: pointer;
}
.dzfw-sort-nav .dsn-icon.dsn-icon-left {
  left: 0;
}
.dzfw-sort-nav .dsn-icon.dsn-icon-right {
  right: 0;
}

.dzfw-sort-nav .dsn-list {
  margin: 0 25px;
  overflow: hidden;
  position: relative;
}
.dzfw-sort-nav .dsn-list .dsn-item {
  position: relative;
  display: inline-block;
  padding: 10px 5px;
  font-size: 18px;
  letter-spacing: 1.35px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  color: #489fb3;
}
.dzfw-sort-nav .dsn-list .dsn-item.active {
  font-weight: bold;
  color: #489fb3;
}
.dzfw-sort-nav .dsn-list .dsn-item::after {
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #489fb3;
}
.dzfw-sort-nav .dsn-list .dsn-item:nth-last-child(1)::after {
  display: none;
}

.dzfw-sort-cate {
  position: relative;
  margin: 0 10px;
  min-height: 40px;
}
.dzfw-sort-cate .dsc-item {
  cursor: pointer;
  float: left;
  display: block;
  padding: 2px 7px;
  border: 1px solid #489fb3;
  color: #489fb3;
  margin-right: 15px;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.dzfw-sort-search {
  margin: 15px 10px;
  background-color: #f7f4f3;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.dzfw-sort-search .dss-inp {
  display: block;
  border: none;
  height: 40px;
  padding: 0 70px 0 20px;
}
.dzfw-sort-search .dss-btn {
  position: absolute;
  right: 5px;
  height: 30px;
  width: 55px;
  top: 5px;
  background-color: #58a0b6;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.dzfw-sort-adrlist {
  margin: 15px 10px 0;
  overflow-y: auto;
  height: 300px;
  padding-bottom: 15px;
}
.dzfw-sort-adrlist .dsd-item {
  margin-bottom: 15px;
}
.dzfw-sort-adrlist .dsd-item .dsd-item-tl {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  color: #666666;
}
.dzfw-sort-adrlist .dsd-item .dsd-item-tl img {
  width: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.dzfw-sort-adrlist .dsd-item .dsd-item-bd {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 13px;
  color: #999;
  padding: 5px 10px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dzfw-sort-adrlist .dsd-item .dsd-item-bd::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 25px;
  top: -14px;
}
.dzfw-sort-adrlist .dsd-item.active .dsd-item-bd {
  display: block;
}

.dzfw-sorth5 {
  display: none;
}
.dzfw-sorth5-nav {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  border-bottom: 1px solid #eee;
  -webkit-overflow-scrolling: touch;
}
.dzfw-sorth5-nav::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}
.dzfw-sorth5-nav .dsnh5-item {
  display: inline-block;
  padding: 0.2rem 0.25rem;
  color: #666;
  position: relative;
  font-size: 0.3rem;
}
.dzfw-sorth5-nav .dsnh5-item.active {
  font-weight: bold;
  color: #2b92b4;
}
.dzfw-sorth5-nav .dsnh5-item.active::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #2b92b4 transparent;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0.5rem;
}
.dzfw-sorth5-cate {
  overflow: hidden;
  margin: 0 0.25rem;
}
.dzfw-sorth5-cate .dsch5-item {
  float: left;
  padding: 0.05rem 0.1rem;
  color: #666;
  border: 1px solid #2b92b4;
  border-radius: 20px;
  margin-right: 0.3rem;
  margin-top: 0.2rem;
  font-size: 0.27rem;
}
.dzfw-control {
  display: none;
  overflow: hidden;
  background-color: #fff;
  width: 92%;
  margin: 0.3rem auto 0;
  border-radius: 0.05rem;
  position: absolute;
  left: 4%;
  top: 0;
  z-index: 9999;
}
.dzfw-control .dzfw-sort-searchh5 {
  display: flex;
  align-items: center;
  padding: 0.15rem 0.15rem;
  box-shadow: 0 1px 5px 3px rgba(43, 146, 180, 0.2);
}
.dzfw-control .dzfw-sort-searchh5 .dss-tl {
  padding: 0 0.15rem 0 0.1rem;
  border-right: 1px solid #666;
}
.dzfw-control .dzfw-sort-searchh5 .dss-tl img {
  width: 0.3rem;
}
.dzfw-control .dzfw-sort-searchh5 .dss-bd {
  flex: 1;
}
.dzfw-control .dzfw-sort-searchh5 .dss-bd input {
  display: block;
  padding: 0 0.15rem;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 0.5rem;
}
.dzfw-control .dzfw-sort-searchh5 .dss-ft button {
  background-color: rgb(43, 146, 180);
  color: #fff;
  font-size: 0.27rem;
  border-radius: 0.1rem;
  border: none;
  height: 0.5rem;
  padding: 0 0.2rem;
}
.dzfw-sort-adrlisth5 {
  padding: 0 0 0.15rem 0.15rem;
  overflow-y: auto;
  height: 1.25rem;
  margin-top: 0.1rem;
  -webkit-overflow-scrolling: touch;
}
.dzfw-sort-adrlisth5::-webkit-scrollbar {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
.dzfw-sort-adrlisth5 .dsa-item {
  float: left;
  display: block;
  background-color: #eff8f4;
  color: #666;
  font-size: 0.28rem;
  padding: 0.05rem 0.1rem;
  margin-right: 0.15rem;
  margin-top: 0.15rem;
}
.dzfw-sort-adrlisth5 .dsa-item img {
  width: 0.2rem;
  margin-right: 0.1rem;
}
.BMap_bubble_title {
  font-size: 17px;
  font-weight: bold;
}
.BMap_bubble_content {
  font-size: 14px;
}
.BMap_pop img {
  vertical-align: unset;
}

@media screen and (max-width: 768px) {
  .dzfw-map {
    margin-top: 0;
  }
  .dzfw-map-wrap {
    width: 100%;
    height: 8rem;
    float: none;
    margin-top: 2.6rem;
  }
  .dzfw-sort {
    display: none;
  }
  .dzfw-sorth5,
  .dzfw-control {
    display: block;
  }
  .dzfw-sort-nav-box {
    display: none;
  }
}
