@charset "UTF-8";
.section-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-title .cn {
  flex-shrink: 0;
  font-size: 30px;
  font-weight: bold;
  color: #1c69c5;
}
.section-title .en {
  color: #b4c6d5;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}
.section-title .line {
  flex: 1;
  margin-left: 22px;
  margin-right: 22px;
  height: 1px;
  background-color: #d5e6f8;
}

.cjsfw-container {
  position: relative;
  z-index: 2;
  margin-top: -126px;
  padding-bottom: 40px;
  background-image: url(../images/yj-fd-zwfw-img-bg-1.png);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.cjsfw-container .fuwu-tabs {
  margin-top: 30px;
  *zoom: 1;
}
.cjsfw-container .fuwu-tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.cjsfw-container .fuwu-tabs > div {
  width: 584px;
  height: 77px;
  line-height: 77px;
  background-color: #e4ecf7;
  text-align: center;
  color: #1c69c5;
  font-size: 22px;
  cursor: pointer;
}
.cjsfw-container .fuwu-tabs > div:nth-child(1) {
  float: left;
}
.cjsfw-container .fuwu-tabs > div:nth-child(2) {
  float: right;
}
.cjsfw-container .fuwu-tabs > div.active {
  background-image: linear-gradient(to right, #6fbdff, #1693ff);
  color: #fff;
}
.cjsfw-container .fuwu-items-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 45px;
}
.cjsfw-container .fuwu-items-container .items-box {
  flex: 1;
  margin-right: 45px;
}
.cjsfw-container .fuwu-items-container .items-box .items {
  width: 100%;
  display: none;
  border-bottom: dashed 1px rgba(28, 105, 197, 0.45);
  padding-bottom: 15px;
}
.cjsfw-container .fuwu-items-container .items-box .items.show {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}
.cjsfw-container .fuwu-items-container .items-box .items span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 18px;
  background-color: #97b8df;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.cjsfw-container .fuwu-items-container .items-box .items span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-top: 6px solid #97b8df;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.cjsfw-container .fuwu-items-container .items-box .items span.active {
  background-color: #1c69c5;
  font-weight: bold;
}
.cjsfw-container .fuwu-items-container .items-box .items span.active::before {
  border-top-color: #1c69c5;
}
.cjsfw-container .fuwu-items-container .items-box .items span.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1c69c5;
}
.cjsfw-container .fuwu-items-container > a {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  color: #1c69c5;
}
.cjsfw-container .fuwu-swipers {
  margin-top: 20px;
}
.cjsfw-container .fuwu-swipers .swiper-container {
  position: relative;
  display: none;
  padding-top: 25px;
  padding-bottom: 28px;
}
.cjsfw-container .fuwu-swipers .swiper-container.show {
  display: block !important;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide {
  width: 850px;
  height: 420px;
  transition: all 0.3s ease;
  position: relative;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide .item-section {
  position: absolute;
  left: 44px;
  top: 52px;
  border-top: solid 4px #1c69c5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  width: 400px;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide .item-section .item-name {
  font-size: 24px;
  font-weight: bold;
  color: #1c69c5;
  margin-bottom: 15px;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide .item-section .child-list {
  *zoom: 1;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide .item-section .child-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide .item-section .child-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  border-radius: 16px;
  background-color: #edf3fa;
  padding: 8px 15px;
  font-size: 16px;
  color: #1c69c5;
  margin-bottom: 8px;
  margin-right: 8px;
  line-height: 1;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide .item-section .child-list a:hover {
  background-color: #1c69c5;
  color: #fff;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide::after {
  content: "";
  background: rgba(233, 233, 242, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide-prev {
  transform: scale(0.76);
  transform-origin: center right;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide-next {
  transform: scale(0.76);
  transform-origin: center left;
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide-active {
  z-index: 100;
  box-shadow: 0px 4px 30px 0 rgba(11, 110, 195, 0.25);
}
.cjsfw-container .fuwu-swipers .swiper-container .swiper-slide-active::after {
  display: none;
}
.cjsfw-container .fuwu-swipers .swiper-container .gr-swiper-prev,
.cjsfw-container .fuwu-swipers .swiper-container .qy-swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/yj-fd-zwfw-img-swiper-next.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  left: 95px;
  top: 50%;
  z-index: 100;
  cursor: pointer;
}
.cjsfw-container .fuwu-swipers .swiper-container .gr-swiper-next,
.cjsfw-container .fuwu-swipers .swiper-container .qy-swiper-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/yj-fd-zwfw-img-swiper-next.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  position: absolute;
  right: 95px;
  top: 50%;
  z-index: 100;
  cursor: pointer;
}

.bmdt-section {
  margin-top: 50px;
}
.bmdt-section .map-box {
  margin-top: 34px;
}
.bmdt-section .map-img,
.bmdt-section .map-img img {
  width: 971px;
  height: 303px;
  display: block;
}
.bmdt-section .map-jh {
  width: 229px;
  height: 303px;
  background-color: #eeeeee;
  padding: 10px 0;
}
.bmdt-section .map-jh-title {
  padding: 0 13px;
  position: relative;
  display: block;
}
.bmdt-section .map-jh-box {
  overflow-y: auto;
  height: 230px;
  padding-left: 6px;
}
.bmdt-section .map-jh-box::-webkit-scrollbar {
  width: 4px;
}
.bmdt-section .map-jh-box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #4694ff;
  width: 4px;
}
.bmdt-section .map-jh-box::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 2px;
}
.bmdt-section .map-jh-item {
  float: left;
  /* width: 84px; */
  width: 89%;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 14px;
  border: solid 1px #1693ff;
  cursor: pointer;
  color: #323232;
  margin: 8px 10px;
}
.bmdt-section .map-jh-item.cur,
.bmdt-section .map-jh-item:hover {
  background-color: #6fbdff;
  border: solid 1px #6fbdff;
  color: #ffffff;
}

.bszn-section {
  margin-top: 50px;
  position: relative;
}
.bszn-section .bszn-swiper-prev {
  position: absolute;
  left: -40px;
  bottom: 111px;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.bszn-section .bszn-swiper-next {
  position: absolute;
  right: -40px;
  bottom: 111px;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.bszn-section .swiper-button-disabled {
  cursor: no-drop;
}
.bszn-section .swiper-container {
  margin-top: 46px;
}
.bszn-section .swiper-container .swiper-slide {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 250px;
  border-radius: 10px;
  border: solid 1px #d5e6f8;
  background-color: #fff;
  overflow: hidden;
}
.bszn-section .swiper-container .swiper-slide .img-container {
  display: block;
  height: 170px;
  width: 100%;
  overflow: hidden;
}
.bszn-section .swiper-container .swiper-slide .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.bszn-section .swiper-container .swiper-slide .title {
  padding: 15px 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  font-size: 16px;
  line-height: 1.5;
}
.bszn-section .swiper-container .swiper-slide:hover img {
  transform: scale(1.05);
}

.tsqtfw-section {
  margin-top: 50px;
}
.tsqtfw-section .swiper-container {
  margin-top: 30px;
  padding-top: 10px;
}
.tsqtfw-section .swiper-container .swiper-slide {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 160px;
  border-top-right-radius: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.tsqtfw-section .swiper-container .swiper-slide:nth-child(1), .tsqtfw-section .swiper-container .swiper-slide:nth-child(8) {
  background-image: linear-gradient(to right, #14bcec, #58d1f0);
}
.tsqtfw-section .swiper-container .swiper-slide:nth-child(2), .tsqtfw-section .swiper-container .swiper-slide:nth-child(9) {
  background-image: linear-gradient(to right, #15d2b9, #16d1da);
}
.tsqtfw-section .swiper-container .swiper-slide:nth-child(3), .tsqtfw-section .swiper-container .swiper-slide:nth-child(10) {
  background-image: linear-gradient(to right, #ff9293, #ff9b71);
}
.tsqtfw-section .swiper-container .swiper-slide:nth-child(4), .tsqtfw-section .swiper-container .swiper-slide:nth-child(11) {
  background-image: linear-gradient(to right, #aa81fb, #6899ea);
}
.tsqtfw-section .swiper-container .swiper-slide:nth-child(5), .tsqtfw-section .swiper-container .swiper-slide:nth-child(12) {
  background-image: linear-gradient(to right, #4b90ef, #82adfa);
}
.tsqtfw-section .swiper-container .swiper-slide:nth-child(6), .tsqtfw-section .swiper-container .swiper-slide:nth-child(13) {
  background-image: linear-gradient(to right, #fb6387, #f03f5c);
}
.tsqtfw-section .swiper-container .swiper-slide:nth-child(7), .tsqtfw-section .swiper-container .swiper-slide:nth-child(14) {
  background-image: linear-gradient(to right, #d7ba82, #dca855);
}
.tsqtfw-section .swiper-container .swiper-slide .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.tsqtfw-section .swiper-container .swiper-slide .name {
  position: absolute;
  bottom: 80px;
  left: 32px;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  max-width: 180px;
}
.tsqtfw-section .swiper-container .swiper-slide .detail {
  position: absolute;
  bottom: 50px;
  line-height: 1;
  left: 32px;
  font-size: 16px;
  color: #fff;
  padding-right: 5px;
}
.tsqtfw-section .swiper-container .swiper-slide .detail img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.tsqtfw-section .swiper-container .swiper-slide:hover {
  box-shadow: 0px 2px 15px 0 rgba(88, 178, 255, 0.5);
  transform: translateY(-10px);
}

.swiper-pagination-bullets {
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 3px;
  opacity: 0.2;
  background-color: #6cbbfe;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #6cbbfe;
}

.tsfw-section {
  margin-top: 50px;
}
.tsfw-section .swiper-container {
  margin-top: 40px;
  overflow-y: visible;
  overflow-x: clip;
}
.tsfw-section .swiper-container .swiper-slide {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 164px;
  overflow: hidden;
  border-radius: 10px;
}
.tsfw-section .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.tsfw-section .swiper-container .swiper-slide:hover {
  box-shadow: 0px 2px 15px 0 rgba(88, 178, 255, 0.5);
}
.tsfw-section .swiper-container .swiper-slide:hover img {
  transform: scale(1.05);
}

.bmfw-section {
  margin-top: 50px;
}
.bmfw-section .swiper-container {
  margin-top: 40px;
  overflow-y: visible;
  overflow-x: clip;
}
.bmfw-section .swiper-container .swiper-slide {
  *zoom: 1;
}
.bmfw-section .swiper-container .swiper-slide:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.bmfw-section .swiper-container .swiper-slide a {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 2px 15px 0 rgba(88, 178, 255, 0.2);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 206px;
  height: 180px;
  margin-left: 37px;
  margin-top: 40px;
}
.bmfw-section .swiper-container .swiper-slide a:nth-child(5n+1) {
  margin-left: 9px;
}
.bmfw-section .swiper-container .swiper-slide a:nth-child(-n+5) {
  margin-top: 0;
}
.bmfw-section .swiper-container .swiper-slide a img {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.bmfw-section .swiper-container .swiper-slide a span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 37px;
  line-height: 1;
  color: #1c69c5;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: center;
}
.bmfw-section .swiper-container .swiper-slide a:hover img {
  transform: translateX(-50%) rotateY(360deg);
}

.zwfwtjsj-section {
  margin-top: 38px;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f2f8ff;
  background-image: url(../images/yj-fd-zwfw-img-bg-2.png);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.zwfwtjsj-section .sj-container {
  *zoom: 1;
  margin-top: 40px;
}
.zwfwtjsj-section .sj-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zwfwtjsj-section .sj-container .bssj-container {
  float: left;
  width: 526px;
  border-radius: 10px;
  border: solid 1px #6095fc;
  background-color: #fff;
  overflow: hidden;
  height: 280px;
  *zoom: 1;
}
.zwfwtjsj-section .sj-container .bssj-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zwfwtjsj-section .sj-container .bssj-container .left-container {
  background-image: url(../images/yj-fd-zwfw-img-tjsj-bg-1.png);
}
.zwfwtjsj-section .sj-container .bssj-container .count-container > div:nth-child(1) span:nth-child(1), .zwfwtjsj-section .sj-container .bssj-container .count-container > div:nth-child(2) span:nth-child(1) {
  margin-left: -7px;
}
.zwfwtjsj-section .sj-container .hcpsj-container {
  float: right;
  width: 646px;
  border-radius: 10px;
  border: solid 1px #45b38c;
  background-color: #fff;
  overflow: hidden;
  height: 280px;
  position: relative;
}
.zwfwtjsj-section .sj-container .hcpsj-container .left-container {
  background-image: url(../images/yj-fd-zwfw-img-tjsj-bg-2.png);
}
.zwfwtjsj-section .sj-container .hcpsj-container .left-container .name {
  text-shadow: 0px 2px 2px rgba(69, 179, 140, 0.65);
}
.zwfwtjsj-section .sj-container .hcpsj-container .menus {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.zwfwtjsj-section .sj-container .hcpsj-container .menus a {
  display: block;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: solid 1px #45b38c;
  color: #45b38c;
  font-size: 14px;
  width: 110px;
}
.zwfwtjsj-section .sj-container .hcpsj-container .menus a:hover {
  background-color: #45b38c;
  color: #fff;
}
.zwfwtjsj-section .sj-container .hcpsj-container .menus a + a {
  margin-top: 15px;
}
.zwfwtjsj-section .sj-container .left-container {
  position: relative;
  float: left;
  width: 129px;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.zwfwtjsj-section .sj-container .left-container img {
  display: block;
  position: relative;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}
.zwfwtjsj-section .sj-container .left-container .name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 23px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0px 2px 2px rgba(96, 149, 252, 0.65);
  color: #fefeff;
  text-align: center;
}
.zwfwtjsj-section .sj-container .left-container .tip {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.zwfwtjsj-section .sj-container .left-container .tip span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fefeff;
  line-height: 1.2;
}
.zwfwtjsj-section .sj-container .count-container {
  *zoom: 1;
  float: left;
  width: 395px;
}
.zwfwtjsj-section .sj-container .count-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zwfwtjsj-section .sj-container .count-container > div {
  width: 50%;
  float: left;
  height: 140px;
  padding-left: 35px;
  text-align: left;
  padding-top: 50px;
}
.zwfwtjsj-section .sj-container .count-container > div span {
  display: block;
}
.zwfwtjsj-section .sj-container .count-container > div span:nth-child(1) {
  font-size: 14px;
  line-height: 1;
}
.zwfwtjsj-section .sj-container .count-container > div span:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
.zwfwtjsj-section .sj-container .count-container > div:nth-child(3), .zwfwtjsj-section .sj-container .count-container > div:nth-child(4) {
  padding-top: 20px;
}
.zwfwtjsj-section .bjgk-container {
  margin-top: 30px;
}
.zwfwtjsj-section .bjgk-container .section-name {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  color: #1c69c5;
  font-weight: bold;
}
.zwfwtjsj-section .bjgk-container .list-head {
  *zoom: 1;
  background-color: #e1f0fd;
  height: 48px;
  line-height: 48px;
  margin-top: 18px;
}
.zwfwtjsj-section .bjgk-container .list-head:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zwfwtjsj-section .bjgk-container .list-head > div {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #1c69c5;
  float: left;
}
.zwfwtjsj-section .bjgk-container .list-head > div:nth-child(1) {
  width: 140px;
}
.zwfwtjsj-section .bjgk-container .list-head > div:nth-child(2) {
  width: 640px;
}
.zwfwtjsj-section .bjgk-container .list-head > div:nth-child(3) {
  width: 120px;
}
.zwfwtjsj-section .bjgk-container .list-head > div:nth-child(4) {
  width: 150px;
}
.zwfwtjsj-section .bjgk-container .list-head > div:nth-child(5) {
  width: 150px;
}
.zwfwtjsj-section .bjgk-container .list {
  background-color: #fff;
}
.zwfwtjsj-section .bjgk-container .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px 0;
  line-height: 1;
  position: relative;
}
.zwfwtjsj-section .bjgk-container .list .item:nth-last-child(1)::after {
  display: none;
}
.zwfwtjsj-section .bjgk-container .list .item::after {
  content: "";
  width: 95%;
  height: 1px;
  border-top: dashed 1px #ebebeb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.zwfwtjsj-section .bjgk-container .list .item > div {
  font-size: 16px;
}
.zwfwtjsj-section .bjgk-container .list .item > div:nth-child(1) {
  width: 140px;
  text-align: center;
}
.zwfwtjsj-section .bjgk-container .list .item > div:nth-child(2) {
  width: 640px;
  padding: 0 20px;
  line-height: 1.5;
  text-align: left;
}
.zwfwtjsj-section .bjgk-container .list .item > div:nth-child(3) {
  text-align: center;
  width: 120px;
  font-weight: bold;
}
.zwfwtjsj-section .bjgk-container .list .item > div:nth-child(3) .bj {
  color: #999;
}
.zwfwtjsj-section .bjgk-container .list .item > div:nth-child(3) .zb {
  color: #1c69c5;
}
.zwfwtjsj-section .bjgk-container .list .item > div:nth-child(4) {
  text-align: center;
  width: 150px;
}
.zwfwtjsj-section .bjgk-container .list .item > div:nth-child(5) {
  text-align: center;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .section-title {
    justify-content: center;
  }
  .section-title .cn {
    font-size: 0.45rem;
  }
  .section-title .en {
    display: none;
  }
  .section-title .line {
    display: none;
  }
  .cjsfw-container {
    margin-top: -2.5rem;
    padding-bottom: 0;
  }
  .cjsfw-container .fuwu-tabs {
    margin-top: 0.4rem;
  }
  .cjsfw-container .fuwu-tabs > div {
    width: 50%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
  }
  .cjsfw-container .fuwu-items-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
  }
  .cjsfw-container .fuwu-items-container .items-box {
    display: none;
  }
  .cjsfw-container .fuwu-items-container > a {
    font-size: 0.3rem;
  }
  .cjsfw-container .fuwu-swipers {
    margin-top: 0.4rem;
  }
  .cjsfw-container .fuwu-swipers .swiper-container {
    position: relative;
    display: none;
    padding-top: 0;
    padding-bottom: 1.4rem;
  }
  .cjsfw-container .fuwu-swipers .swiper-container .swiper-slide {
    width: 95%;
    height: 5rem;
  }
  .cjsfw-container .fuwu-swipers .swiper-container .swiper-slide .item-section {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    border-top: solid 0.02rem #1c69c5;
    border-bottom-left-radius: 0.1428rem;
    border-bottom-right-radius: 0.1428rem;
    overflow: hidden;
    padding: 0.2rem;
    width: 85%;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .cjsfw-container .fuwu-swipers .swiper-container .swiper-slide .item-section .item-name {
    font-size: 0.35rem;
    margin-bottom: 0.15rem;
  }
  .cjsfw-container .fuwu-swipers .swiper-container .swiper-slide .item-section .child-list a {
    border-radius: 0.2rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    margin-right: 0.1rem;
  }
  .cjsfw-container .fuwu-swipers .swiper-container .swiper-slide-active {
    box-shadow: none;
  }
  .cjsfw-container .fuwu-swipers .swiper-container .gr-swiper-prev,
  .cjsfw-container .fuwu-swipers .swiper-container .qy-swiper-prev {
    width: 0.7rem;
    height: 0.7rem;
    transform: rotate(180deg);
    position: absolute;
    left: 38%;
    top: unset;
    bottom: 0.4rem;
  }
  .cjsfw-container .fuwu-swipers .swiper-container .gr-swiper-next,
  .cjsfw-container .fuwu-swipers .swiper-container .qy-swiper-next {
    width: 0.7rem;
    height: 0.7rem;
    transform: none;
    position: absolute;
    right: 38%;
    top: unset;
    bottom: 0.4rem;
  }
  .bmdt-section {
    margin-top: 0.5rem;
  }
  .bmdt-section .map-box {
    margin-top: 0.4rem;
  }
  .bmdt-section .map-img,
  .bmdt-section .map-img img {
    width: 4.6rem;
    height: 3rem;
  }
  .bmdt-section .map-jh-title img {
    width: 100%;
  }
  .bmdt-section .map-jh {
    width: 2.4rem;
    padding: 0.15rem 0;
    height: 3rem;
  }
  .bmdt-section .map-jh-title {
    padding: 0 0.1rem;
  }
  .bmdt-section .map-jh-box {
    padding-left: 0.12rem;
    height: 2rem;
  }
  .bmdt-section .map-jh-box::-webkit-scrollbar {
    width: 4px;
  }
  .bmdt-section .map-jh-box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #4694ff;
    width: 4px;
  }
  .bmdt-section .map-jh-box::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
  }
  .bmdt-section .map-jh-item {
    margin: 0.08rem 0.15rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.25rem;
    width: 85%;
    font-size: 0.24rem;
  }
  .bszn-section {
    margin-top: 0.5rem;
  }
  .bszn-section .bszn-swiper-prev {
    position: absolute;
    left: 0.3rem;
    bottom: 3rem;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 100;
  }
  .bszn-section .bszn-swiper-next {
    position: absolute;
    right: 0.3rem;
    bottom: 3rem;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 100;
  }
  .bszn-section .swiper-container {
    padding: 0 1px;
    margin-top: 0.3rem;
  }
  .bszn-section .swiper-container .swiper-slide {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 5.2rem;
    border-radius: 10px;
    border: solid 1px #d5e6f8;
    background-color: #fff;
    overflow: hidden;
  }
  .bszn-section .swiper-container .swiper-slide .img-container {
    display: block;
    height: 3.5rem;
    width: 100%;
    overflow: hidden;
  }
  .bszn-section .swiper-container .swiper-slide .img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
  }
  .bszn-section .swiper-container .swiper-slide .title {
    padding: 0.2rem 0.2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    font-size: 0.35rem;
  }
  .tsqtfw-section {
    margin-top: 0.5rem;
  }
  .tsqtfw-section .swiper-container {
    margin-top: 0.3rem;
    padding-top: 0.1rem;
  }
  .tsqtfw-section .swiper-container .swiper-slide {
    height: 2.6rem;
    border-top-right-radius: 0.8rem;
  }
  .tsqtfw-section .swiper-container .swiper-slide .icon {
    right: 0.4rem;
  }
  .tsqtfw-section .swiper-container .swiper-slide .name {
    position: absolute;
    bottom: 1.3rem;
    left: 0.2rem;
    font-size: 0.38rem;
  }
  .tsqtfw-section .swiper-container .swiper-slide .detail {
    bottom: 0.6rem;
    line-height: 1;
    left: 0.2rem;
    font-size: 0.3rem;
    color: #fff;
    padding-right: 0.05rem;
  }
  .tsqtfw-section .swiper-container .swiper-slide:hover {
    box-shadow: 0px 2px 15px 0 rgba(88, 178, 255, 0.5);
    transform: none;
  }
  .swiper-pagination-bullets {
    margin-top: 0.3rem;
  }
  .tsfw-section {
    margin-top: 0.5rem;
  }
  .tsfw-section .swiper-container {
    margin-top: 0.4rem;
  }
  .tsfw-section .swiper-container .swiper-slide {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 2.2rem;
    overflow: hidden;
    border-radius: 10px;
  }
  .bmfw-section {
    margin-top: 0.5rem;
  }
  .bmfw-section .swiper-container {
    margin-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .bmfw-section .swiper-container .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  .bmfw-section .swiper-container .swiper-slide {
    *zoom: 1;
    padding: 0 2%;
  }
  .bmfw-section .swiper-container .swiper-slide:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .bmfw-section .swiper-container .swiper-slide a {
    float: left;
    display: block;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 2px 5px 0 rgba(88, 178, 255, 0.2);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 49%;
    height: 0;
    padding-top: 30%;
    margin-left: 2%;
    margin-top: 2%;
  }
  .bmfw-section .swiper-container .swiper-slide a:nth-child(5n+1) {
    margin-left: 2%;
  }
  .bmfw-section .swiper-container .swiper-slide a:nth-child(-n+5) {
    margin-top: 2%;
  }
  .bmfw-section .swiper-container .swiper-slide a:nth-child(2n+1) {
    margin-left: 0;
  }
  .bmfw-section .swiper-container .swiper-slide a img {
    position: absolute;
    left: 50%;
    top: 10%;
    height: 40px;
  }
  .bmfw-section .swiper-container .swiper-slide a span {
    bottom: 15%;
    font-size: 0.35rem;
  }
  .zwfwtjsj-section {
    margin-top: 0.35rem;
    padding-top: 0.5rem;
    padding-bottom: 1.2rem;
  }
  .zwfwtjsj-section .sj-container {
    margin-top: 0.4rem;
  }
  .zwfwtjsj-section .sj-container .bssj-container {
    float: none;
    width: 100%;
    border-radius: 10px;
    border: solid 1px #6095fc;
    background-color: #fff;
    overflow: hidden;
    height: auto;
  }
  .zwfwtjsj-section .sj-container .bssj-container .count-container > div:nth-child(1) span:nth-child(1), .zwfwtjsj-section .sj-container .bssj-container .count-container > div:nth-child(2) span:nth-child(1) {
    margin-left: 0;
  }
  .zwfwtjsj-section .sj-container .hcpsj-container {
    float: none;
    width: 100%;
    border-radius: 10px;
    border: solid 1px #45b38c;
    background-color: #fff;
    overflow: hidden;
    height: auto;
    position: relative;
    margin-top: 0.2rem;
  }
  .zwfwtjsj-section .sj-container .hcpsj-container .menus {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    *zoom: 1;
  }
  .zwfwtjsj-section .sj-container .hcpsj-container .menus:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .zwfwtjsj-section .sj-container .hcpsj-container .menus a {
    float: left;
    display: block;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 0.3rem;
    width: 30%;
    margin-left: 2.5%;
    margin-bottom: 2.5%;
  }
  .zwfwtjsj-section .sj-container .hcpsj-container .menus a + a {
    margin-top: 0;
  }
  .zwfwtjsj-section .sj-container .left-container {
    position: relative;
    float: none;
    width: 100%;
    height: 1rem;
    background-size: cover;
    background-position: right center;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .zwfwtjsj-section .sj-container .left-container img {
    display: block;
    position: relative;
    margin: auto;
    width: 30px;
  }
  .zwfwtjsj-section .sj-container .left-container .name {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 50%;
    font-size: 0.4rem;
    font-weight: bold;
  }
  .zwfwtjsj-section .sj-container .left-container .tip {
    position: relative;
    bottom: auto;
    text-align: center;
    width: 30%;
  }
  .zwfwtjsj-section .sj-container .left-container .tip span {
    display: block;
    width: auto;
    text-align: center;
    font-size: 0.3rem;
  }
  .zwfwtjsj-section .sj-container .count-container {
    *zoom: 1;
    float: none;
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .zwfwtjsj-section .sj-container .count-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .zwfwtjsj-section .sj-container .count-container > div {
    width: 50%;
    float: left;
    height: auto;
    padding-left: 0;
    text-align: center;
    padding-top: 0.3rem;
  }
  .zwfwtjsj-section .sj-container .count-container > div span {
    display: block;
  }
  .zwfwtjsj-section .sj-container .count-container > div span:nth-child(1) {
    font-size: 0.3rem;
  }
  .zwfwtjsj-section .sj-container .count-container > div span:nth-child(2) {
    font-size: 0.6rem;
    font-weight: bold;
  }
  .zwfwtjsj-section .sj-container .count-container > div:nth-child(3), .zwfwtjsj-section .sj-container .count-container > div:nth-child(4) {
    padding-top: 0.3rem;
  }
  .zwfwtjsj-section .bjgk-container {
    margin-top: 0.4rem;
  }
  .zwfwtjsj-section .bjgk-container .section-name {
    font-size: 0.4rem;
  }
  .zwfwtjsj-section .bjgk-container .list-head {
    display: none;
  }
  .zwfwtjsj-section .bjgk-container .list {
    margin-top: 0.3rem;
    background-color: transparent;
  }
  .zwfwtjsj-section .bjgk-container .list .item {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0.2rem;
    background-color: #fff;
    margin-bottom: 0.2rem;
  }
  .zwfwtjsj-section .bjgk-container .list .item::after {
    display: none;
  }
  .zwfwtjsj-section .bjgk-container .list .item > div {
    position: relative;
    font-size: 0.35rem;
    padding-left: 1.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    min-height: 32px;
  }
  .zwfwtjsj-section .bjgk-container .list .item > div::before {
    color: #1c69c5;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 1.8rem;
    font-size: 0.35rem;
    position: absolute;
    left: 0;
    top: 0.19rem;
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(1) {
    width: 100%;
    text-align: left;
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(1)::before {
    content: "受理部门";
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(2) {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 1.8rem;
    line-height: 1.5;
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(2)::before {
    content: "办理名称";
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(3) {
    width: 100%;
    text-align: left;
    font-weight: bold;
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(3)::before {
    content: "办理状态";
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(4) {
    width: 100%;
    text-align: left;
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(4)::before {
    content: "受理日期";
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(5) {
    width: 100%;
    text-align: left;
  }
  .zwfwtjsj-section .bjgk-container .list .item > div:nth-child(5)::before {
    content: "承诺日期";
  }
}