@charset "UTF-8";
body {
  background-color: #fafcfd;
}

.section-title {
  text-align: center;
  margin: 40px auto;
}
.section-title span {
  font-size: 32px;
  font-weight: bold;
  color: #437bea;
  margin: 0 30px;
}
.section-title img {
  display: inline-block;
  vertical-align: baseline;
  -webkit-user-drag: none;
}

.section-1 {
  background-image: url(../images/yj-ps-zwfw-img-section-bg.png);
  background-repeat: no-repeat;
  background-size: 100% cover;
  padding-top: 30px;
  padding-bottom: 50px;
}
.section-1 .section-title {
  margin: 30px auto;
}
.section-1 .page-location {
  line-height: 1.4;
}
.section-1 .page-location img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.section-1 .page-location span,
.section-1 .page-location a {
  font-size: 14px;
  color: #666;
}
.section-1 .page-location .split {
  margin: 0 2px;
}
.section-1 .fw-tabs {
  text-align: center;
  font-size: 0;
}
.section-1 .fw-tabs span {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 27px;
  border: solid 1px #437bea;
  color: #437bea;
  font-size: 20px;
  background-color: #fff;
  cursor: pointer;
}
.section-1 .fw-tabs span:nth-child(1) {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.section-1 .fw-tabs span:nth-child(2) {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.section-1 .fw-tabs span.active {
  background-color: #437bea;
  color: #fff;
}
.section-1 .fw-contents {
  margin-top: 33px;
}
.section-1 .fw-contents > div {
  display: none;
}
.section-1 .fw-contents > div.active {
  display: block;
}
.section-1 .fw-contents > div .menus-container {
  width: 21.3235294118%;
  padding: 36px 0 0 22px;
  height: 541px;
  background-image: url(../images/yj-ps-zwfw-img-bsfw-menu-container-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.section-1 .fw-contents > div .menus-container > div {
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  margin-bottom: 8px;
}
.section-1 .fw-contents > div .menus-container > div img {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
}
.section-1 .fw-contents > div .menus-container > div span {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translateY(-50%);
}
.section-1 .fw-contents > div .menus-container > div:hover::after {
  display: none;
}
.section-1 .fw-contents > div .menus-container > div.active:hover::after {
  display: block;
}
.section-1 .fw-contents > div .menus-container > div.active, .section-1 .fw-contents > div .menus-container > div:hover {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
}
.section-1 .fw-contents > div .menus-container > div.active::before, .section-1 .fw-contents > div .menus-container > div:hover::before {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.section-1 .fw-contents > div .menus-container > div.active::after, .section-1 .fw-contents > div .menus-container > div:hover::after {
  content: "";
  background-image: url(../images/yj-ps-zwfw-img-bsfw-menu-ornament.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 29px;
  height: 22px;
  position: absolute;
  right: 14.48%;
  top: 50%;
  transform: translateY(-50%);
}
.section-1 .fw-contents > div .items-container {
  height: 541px;
  overflow-y: auto;
  position: absolute;
  left: 21.3235294118%;
  top: 0;
  width: 81.3235294118%;
  padding-left: 2.2058823529%;
  *zoom: 1;
}
.section-1 .fw-contents > div .items-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .fw-contents > div .items-container > div {
  float: left;
  width: 47.3977695167%;
  margin-left: 1.8587360595%;
  margin-top: 1.8587360595%;
  height: 167px;
  background-color: #fff;
  border-radius: 4px;
}
.section-1 .fw-contents > div .items-container > div:nth-child(2n+1) {
  margin-left: 0;
}
.section-1 .fw-contents > div .items-container > div:nth-child(-n+2) {
  margin-top: 0;
}
.section-1 .fw-contents > div .items-container > div .item-content-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  border-radius: 4px;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .item-title {
  position: absolute;
  left: 0;
  top: 25px;
  width: 24.7058823529%;
  z-index: 1;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .item-title img {
  width: 47.619047619%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .item-title span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  line-height: 1.2;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .item-title span.word-break {
  width: 50px;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .list {
  *zoom: 1;
  padding-left: 24.7058823529%;
  max-height: 110px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .list a {
  height: 30px;
  line-height: 30px;
  float: left;
  width: 45.8333333333%;
  margin-left: 10px;
  margin-top: 10px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f2f7fc;
  text-align: center;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .list a:nth-child(1), .section-1 .fw-contents > div .items-container > div .item-content-container .list a:nth-child(2) {
  margin-top: 0;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .list a:nth-child(2n+1) {
  margin-left: 0;
}
.section-1 .fw-contents > div .items-container > div .item-content-container .list a:hover {
  border: solid 1px #437bea;
  background-color: #fff;
  color: #437bea;
}
.section-1 .fw-contents > div .items-container > div.active {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.section-1 .fw-contents > div .items-container > div.has-more .item-content-container::after {
  content: "";
  background-image: url(../images/yj-ps-zwfw-ic-bsfw-sanjiao.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 38.43137%;
  bottom: 5px;
  transition: all 0.3s ease;
}
.section-1 .fw-contents > div .items-container > div.has-more:hover {
  box-shadow: none;
}
.section-1 .fw-contents > div .items-container > div.has-more:hover .item-content-container {
  z-index: 100;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.section-1 .fw-contents > div .items-container > div.has-more:hover .item-content-container .list {
  max-height: 500px;
}
.section-1 .fw-contents > div .items-container > div.has-more:hover .item-content-container::after {
  transform: rotate(180deg);
}
.section-1 .fw-contents > div .items-container::-webkit-scrollbar {
  width: 6px;
}
.section-1 .fw-contents > div .items-container::-webkit-scrollbar-track {
  background: #e8edf4;
  border-radius: 3px;
}
.section-1 .fw-contents > div .items-container::-webkit-scrollbar-thumb {
  background: #437bea;
  border-radius: 3px;
}
.section-1 .fw-contents > div .items-container::-webkit-scrollbar-thumb:hover {
  background: #437bea;
  border-radius: 3px;
}
.section-1 .fw-contents > div .items-container::-webkit-scrollbar-thumb:active {
  background: #437bea;
  border-radius: 3px;
}
.section-1 .ykb-img {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 8.82352%;
  margin-top: 37px;
  overflow: hidden;
}
.section-1 .ykb-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.section-1 .ykb-img:hover img {
  transform: scale(1.02);
}

.section-2 .bszn-swiper-container {
  padding: 0 2.15%;
}
.section-2 .bszn-swiper-container #bszn-swiper .swiper-slide {
  position: relative;
}
.section-2 .bszn-swiper-container #bszn-swiper .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65.5737704918%;
  border-radius: 10px;
  overflow: hidden;
}
.section-2 .bszn-swiper-container #bszn-swiper .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-2 .bszn-swiper-container #bszn-swiper .swiper-slide a:hover img {
  transform: scale(1.02);
}
.section-2 .bszn-swiper-container .bszn-swiper-prev {
  background-color: #fafcfd;
  background-image: url(../images/yj-ps-zwfw-img-bszn-prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  height: 100%;
  width: 47px;
  cursor: pointer;
  position: absolute;
  left: -47px;
  top: 0;
  bottom: 0;
}
.section-2 .bszn-swiper-container .bszn-swiper-next {
  background-color: #fafcfd;
  background-image: url(../images/yj-ps-zwfw-img-bszn-next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  height: 100%;
  width: 47px;
  cursor: pointer;
  position: absolute;
  right: -47px;
  top: 0;
}
.section-2 .bszn-swiper-container .swiper-button-disabled {
  cursor: no-drop;
}
.section-2 #tsfw-swiper {
  margin-bottom: 40px;
  padding-bottom: 36px;
}
.section-2 #tsfw-swiper .swiper-slide {
  position: relative;
}
.section-2 #tsfw-swiper .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52.5%;
  border-radius: 8px;
  overflow: hidden;
}
.section-2 #tsfw-swiper .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-2 #tsfw-swiper .swiper-slide a:hover img {
  transform: scale(1.02);
}
.section-2 #tsfw-swiper .swiper-pagination-bullets {
  bottom: -36px;
  text-align: center;
}
.section-2 #tsfw-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  transition: all 0.3s ease;
  background: #58a5fc;
  opacity: 1;
}
.section-2 #tsfw-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 40px;
  background: #58a5fc;
}

.BMapLib_SearchInfoWindow {
  box-sizing: content-box;
}

.section-3 {
  background-image: url(../images/yj-ps-zwfw-img-section-bg.png);
  background-repeat: no-repeat;
  background-size: 100% cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-3 .section-title {
  margin-top: 0;
}
.section-3 .bmdt-container .tabs {
  border: solid 6px #fff;
  background-color: #f1f5fa;
  *zoom: 1;
}
.section-3 .bmdt-container .tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-3 .bmdt-container .tabs .tab {
  margin-left: 40px;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #437bea;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.section-3 .bmdt-container .tabs .tab.active {
  font-weight: bold;
}
.section-3 .bmdt-container .tabs .tab.active::before {
  content: "";
  background-image: url(../images/yj-ps-zwfw-ic-bmdt-sanjiao.png);
  width: 14px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.section-3 .bmdt-container .tabs .tab.active::after {
  content: "";
  background-image: url(../images/yj-ps-zwfw-ic-bmdt-sanjiao.png);
  width: 14px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}
.section-3 .bmdt-container .map-container {
  background-color: #fff;
  padding: 6px;
  height: 666px;
  margin-top: 20px;
}
.section-3 .bmdt-container .map-container #map-fullscreen {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100;
  background-image: url(../images/yj-ps-zwfw-ic-bmdt-fullscreen.png);
  width: 26px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-3 .bmdt-container .map-container #map-fullscreen.cancel {
  background-image: url(../images/yj-ps-zwfw-ic-bmdt-fullscreen-cancel.png);
}
.section-3 .bmdt-container .map-container #map {
  width: 100%;
  height: 100%;
}
.section-3 .bmdt-container .map-container .pannel {
  z-index: 1000;
  width: 34.2647058824%;
  max-width: 466px;
  min-width: 300px;
  background-color: rgba(255, 255, 255, 0.85);
  height: calc(100% - 12px);
  position: absolute;
  left: 6px;
  top: 6px;
  padding: 14px 35px 14px 23px;
}
.section-3 .bmdt-container .map-container .pannel .unit-list {
  *zoom: 1;
}
.section-3 .bmdt-container .map-container .pannel .unit-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-3 .bmdt-container .map-container .pannel .unit-list .item {
  float: left;
  width: 30.88235%;
  margin-left: 3.67647%;
  margin-top: 3.67647%;
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border: solid 1px #437bea;
  color: #437bea;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.section-3 .bmdt-container .map-container .pannel .unit-list .item:nth-child(-n+3) {
  margin-top: 0;
}
.section-3 .bmdt-container .map-container .pannel .unit-list .item:nth-child(3n+1) {
  margin-left: 0;
}
.section-3 .bmdt-container .map-container .pannel .unit-list .item.active {
  background-color: #437bea;
  color: #fff;
}
.section-3 .bmdt-container .map-container .pannel .map-search-container {
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
}
.section-3 .bmdt-container .map-container .pannel .map-search-container input {
  height: 100%;
  width: 100%;
  padding-right: 80px;
  font-size: 16px;
  background-color: #edf1f6;
  padding-left: 15px;
}
.section-3 .bmdt-container .map-container .pannel .map-search-container button {
  width: 80px;
  height: 100%;
  background-color: #437bea;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.section-3 .bmdt-container .map-container .pannel .poi-list {
  position: absolute;
  left: 23px;
  top: 180px;
  width: calc(100% - 32px);
  height: 200px;
  padding-right: 22px;
  overflow-y: auto;
}
.section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar {
  width: 6px;
}
.section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-track {
  background: #e8edf4;
  border-radius: 3px;
}
.section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-thumb {
  background: #437bea;
  border-radius: 3px;
}
.section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-thumb:hover {
  background: #437bea;
  border-radius: 3px;
}
.section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-thumb:active {
  background: #437bea;
  border-radius: 3px;
}
.section-3 .bmdt-container .map-container .pannel .poi-list .item {
  background-color: #f3f6f9;
  height: 86px;
  padding-left: 72px;
  padding-top: 16px;
  padding-right: 20px;
  margin-bottom: 9px;
}
.section-3 .bmdt-container .map-container .pannel .poi-list .item .num-container {
  width: 23px;
  height: 36px;
  position: absolute;
  top: 20px;
  left: 22px;
  background-image: url(../images/yj-ps-zwfw-ic-bmdt-item-location.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-3 .bmdt-container .map-container .pannel .poi-list .item .num-container span {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #fff;
}
.section-3 .bmdt-container .map-container .pannel .poi-list .item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  text-align: left;
}
.section-3 .bmdt-container .map-container .pannel .poi-list .item .address {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  margin-top: 8px;
}
.section-3 .bmdt-container.fullscreen {
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f1f5fa;
}
.section-3 .bmdt-container.fullscreen .map-container {
  height: calc(100vh - 72px - 20px);
}

.section-4 #bmfw-swiper {
  margin-bottom: 70px;
  padding-bottom: 36px;
}
.section-4 #bmfw-swiper .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 115.6756756757%;
}
.section-4 #bmfw-swiper .swiper-slide a .img-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20.5607476636%;
  width: 37.2972972973%;
  height: 32.2429906542%;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease;
}
.section-4 #bmfw-swiper .swiper-slide a .img-container img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
}
.section-4 #bmfw-swiper .swiper-slide a .name {
  position: absolute;
  left: 50%;
  top: 60.2803738318%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease;
  width: 52.4324324324%;
  text-align: center;
  line-height: 1.2;
}
.section-4 #bmfw-swiper .swiper-slide a:hover .img-container {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.section-4 #bmfw-swiper .swiper-slide a:hover .name {
  transform: translateX(-50%) scale(1.05);
}
.section-4 #bmfw-swiper .swiper-slide:nth-child(odd) a {
  background-image: url(../images/yj-ps-zwfw-img-bmfw-item-blue-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-4 #bmfw-swiper .swiper-slide:nth-child(even) a {
  background-image: url(../images/yj-ps-zwfw-img-bmfw-item-green-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-4 #bmfw-swiper .swiper-pagination-bullets {
  bottom: -36px;
  text-align: center;
}
.section-4 #bmfw-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  transition: all 0.3s ease;
  background: #58a5fc;
  opacity: 1;
}
.section-4 #bmfw-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 40px;
  background: #58a5fc;
}
.section-4 .sjtj-container {
  *zoom: 1;
  margin-bottom: 50px;
}
.section-4 .sjtj-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-4 .sjtj-container .blsj-container {
  width: 45.5882352941%;
  height: 300px;
  float: left;
  border: solid 1px #f2f6f9;
  border-top-left-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(112, 152, 255, 0.1), rgba(255, 255, 255, 0.1));
}
.section-4 .sjtj-container .blsj-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #7098ff;
}
.section-4 .sjtj-container .blsj-container .title {
  display: inline-block;
  padding: 9px 0px 9px 20px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7098ff;
  position: relative;
  color: #fff;
}
.section-4 .sjtj-container .blsj-container .title::after {
  content: "";
  background-image: url(../images/yj-ps-zwfw-img-sjtj-section-title-blue-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
}
.section-4 .sjtj-container .blsj-container .time {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 4.8387096774%;
  top: 29px;
}
.section-4 .sjtj-container .blsj-container .items {
  *zoom: 1;
}
.section-4 .sjtj-container .blsj-container .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-4 .sjtj-container .blsj-container .items .item {
  width: 50%;
  float: left;
  height: auto;
  margin-top: 54px;
}
.section-4 .sjtj-container .blsj-container .items .item img {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.section-4 .sjtj-container .blsj-container .items .item .value {
  font-size: 24px;
  font-weight: bold;
  padding-left: 35%;
}
.section-4 .sjtj-container .blsj-container .items .item .label {
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 35%;
}
.section-4 .sjtj-container .blsj-container .items .item:nth-child(2n) img {
  left: 8%;
}
.section-4 .sjtj-container .blsj-container .items .item:nth-child(2n) .value,
.section-4 .sjtj-container .blsj-container .items .item:nth-child(2n) .label {
  padding-left: 28%;
}
.section-4 .sjtj-container .hcpsj-container {
  width: 52.2058823529%;
  float: right;
  height: 300px;
  border: solid 1px #f2f6f9;
  border-top-left-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(244, 175, 78, 0.1), rgba(255, 255, 255, 0.1));
}
.section-4 .sjtj-container .hcpsj-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f4af4e;
}
.section-4 .sjtj-container .hcpsj-container .title {
  display: inline-block;
  padding: 9px 0px 9px 20px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f4af4e;
  position: relative;
  color: #fff;
}
.section-4 .sjtj-container .hcpsj-container .title::after {
  content: "";
  background-image: url(../images/yj-ps-zwfw-img-sjtj-section-title-orange-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
}
.section-4 .sjtj-container .hcpsj-container .time {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 4.2253521127%;
  top: 29px;
}
.section-4 .sjtj-container .hcpsj-container .items {
  *zoom: 1;
  width: 77%;
}
.section-4 .sjtj-container .hcpsj-container .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-4 .sjtj-container .hcpsj-container .items .item {
  width: 40%;
  float: left;
  height: auto;
  margin-top: 54px;
}
.section-4 .sjtj-container .hcpsj-container .items .item img {
  position: absolute;
  left: 9.65%;
  top: 50%;
  transform: translateY(-50%);
}
.section-4 .sjtj-container .hcpsj-container .items .item .value {
  font-size: 24px;
  font-weight: bold;
  padding-left: 32%;
}
.section-4 .sjtj-container .hcpsj-container .items .item .label {
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 32%;
}
.section-4 .sjtj-container .hcpsj-container .items .item:nth-child(2n) img {
  left: 8%;
}
.section-4 .sjtj-container .hcpsj-container .items .item:nth-child(2n) .value,
.section-4 .sjtj-container .hcpsj-container .items .item:nth-child(2n) .label {
  padding-left: 32%;
}
.section-4 .sjtj-container .hcpsj-container .menus {
  position: absolute;
  right: 4.2253521127%;
  top: 60px;
}
.section-4 .sjtj-container .hcpsj-container .menus a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 32px;
  line-height: 32px;
  margin-bottom: 12px;
  border: solid 1px #f4af4e;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  width: 130px;
}
.section-4 .sjtj-container .hcpsj-container .menus a:hover {
  background: #f4af4e;
  color: #fff;
}

@media screen and (max-width: 1470px) and (min-width: 1450px) {
  .section-2 .bszn-swiper-container .bszn-swiper-prev {
    left: -30px;
  }
  .section-2 .bszn-swiper-container .bszn-swiper-next {
    right: -30px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 992px) {
  .section-1 .fw-contents > div .menus-container > div img {
    left: 22%;
  }
  .section-1 .fw-contents > div .menus-container > div span {
    left: 35%;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .item-title span {
    font-size: 18px;
  }
  .section-3 .bmdt-container .tabs .tab {
    margin-left: 20px;
  }
  .section-3 .bmdt-container .map-container {
    height: 450px;
  }
  .section-4 #bmfw-swiper .swiper-slide a .name {
    width: 75%;
  }
  .section-4 .sjtj-container .blsj-container .items .item img {
    left: 8%;
  }
  .section-4 .sjtj-container .blsj-container .items .item .value,
  .section-4 .sjtj-container .blsj-container .items .item .label {
    padding-left: 30%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .section-3 .bmdt-container .tabs .tab {
    margin-left: 15px;
    font-size: 18px;
  }
  .section-3 .bmdt-container .map-container {
    height: 450px;
  }
  .section-3 .bmdt-container .map-container .pannel {
    padding: 10px 25px 10px 13px;
  }
  .section-3 .bmdt-container .map-container .pannel .unit-list .item {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
  .section-3 .bmdt-container .map-container .pannel .map-search-container {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
  }
  .section-3 .bmdt-container .map-container .pannel .map-search-container button {
    font-size: 16px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list {
    position: absolute;
    left: 13px;
    top: 180px;
    width: calc(100% - 22px);
    height: 200px;
    padding-right: 12px;
    overflow-y: auto;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar {
    width: 6px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-track {
    background: #e8edf4;
    border-radius: 3px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-thumb {
    background: #437bea;
    border-radius: 3px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-thumb:hover {
    background: #437bea;
    border-radius: 3px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-thumb:active {
    background: #437bea;
    border-radius: 3px;
  }
  .section-4 #bmfw-swiper .swiper-slide a .name {
    width: calc(100% - 20px);
    font-size: 12px;
  }
  .section-4 .sjtj-container .blsj-container .items .item img {
    left: 2%;
    transform: translateY(-50%) scale(0.6);
  }
  .section-4 .sjtj-container .blsj-container .items .item .value {
    padding-left: 25%;
    font-size: 22px;
  }
  .section-4 .sjtj-container .blsj-container .items .item .label {
    padding-left: 25%;
    font-size: 14px;
  }
  .section-4 .sjtj-container .hcpsj-container .items {
    width: 68%;
  }
  .section-4 .sjtj-container .hcpsj-container .items .item img,
  .section-4 .sjtj-container .hcpsj-container .items .item:nth-child(2n) img {
    left: 2%;
    transform: translateY(-50%) scale(0.6);
  }
  .section-4 .sjtj-container .hcpsj-container .items .item .value,
  .section-4 .sjtj-container .hcpsj-container .items .item:nth-child(2n) .value {
    padding-left: 30%;
    font-size: 22px;
  }
  .section-4 .sjtj-container .hcpsj-container .items .item .label,
  .section-4 .sjtj-container .hcpsj-container .items .item:nth-child(2n) .label {
    padding-left: 30%;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .section-title {
    margin: 20px auto;
  }
  .section-title span {
    font-size: 22px;
    margin: 0 auto;
  }
  .section-title img {
    display: none;
  }
  .section-1 {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .section-1 .section-title {
    margin: 15px auto;
  }
  .section-1 .page-location {
    line-height: 1.4;
  }
  .section-1 .page-location img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
  }
  .section-1 .page-location span,
  .section-1 .page-location a {
    font-size: 12px;
    color: #666;
  }
  .section-1 .page-location .split {
    margin: 0 2px;
  }
  .section-1 .fw-tabs {
    text-align: center;
    font-size: 0;
  }
  .section-1 .fw-tabs span {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: solid 1px #437bea;
    color: #437bea;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer;
  }
  .section-1 .fw-tabs span:nth-child(1) {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .section-1 .fw-tabs span:nth-child(2) {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .section-1 .fw-tabs span.active {
    background-color: #437bea;
    color: #fff;
  }
  .section-1 .fw-contents {
    margin-top: 20px;
  }
  .section-1 .fw-contents > div .menus-container {
    display: none;
  }
  .section-1 .fw-contents > div .items-container {
    height: auto;
    overflow-y: auto;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 0;
    *zoom: 1;
  }
  .section-1 .fw-contents > div .items-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-1 .fw-contents > div .items-container > div {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 4px;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .item-title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .item-title img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    margin-left: 10px;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .item-title span {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    margin-left: 2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .item-title span.word-break {
    width: auto;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .list {
    *zoom: 1;
    padding-left: 0;
    max-height: initial;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 10px;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .list:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .list a {
    height: 30px;
    line-height: 30px;
    float: left;
    width: 47%;
    margin-left: 2%;
    margin-top: 10px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .list a:nth-child(1), .section-1 .fw-contents > div .items-container > div .item-content-container .list a:nth-child(2) {
    margin-top: 0;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container .list a:nth-child(2n+1) {
    margin-left: 2%;
  }
  .section-1 .fw-contents > div .items-container > div .item-content-container::after {
    display: none;
  }
  .section-1 .fw-contents > div .items-container > div.active {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .section-1 .fw-contents > div .items-container > div:hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .section-1 .fw-contents > div .items-container > div:hover .item-content-container {
    z-index: initial;
    box-shadow: none;
  }
  .section-1 .fw-contents > div .items-container > div:hover .item-content-container .list {
    max-height: auto;
  }
  .section-1 .fw-contents > div .items-container::-webkit-scrollbar {
    width: 6px;
  }
  .section-1 .fw-contents > div .items-container::-webkit-scrollbar-track {
    background: #e8edf4;
    border-radius: 3px;
  }
  .section-1 .fw-contents > div .items-container::-webkit-scrollbar-thumb {
    background: #437bea;
    border-radius: 3px;
  }
  .section-1 .fw-contents > div .items-container::-webkit-scrollbar-thumb:hover {
    background: #437bea;
    border-radius: 3px;
  }
  .section-1 .fw-contents > div .items-container::-webkit-scrollbar-thumb:active {
    background: #437bea;
    border-radius: 3px;
  }
  .section-1 .ykb-img {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60px;
    margin-top: 0;
    overflow: hidden;
  }
  .section-1 .ykb-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-1 .ykb-img:hover img {
    transform: none;
  }
  .section-2 .bszn-swiper-container {
    padding: 0;
  }
  .section-2 .bszn-swiper-container #bszn-swiper .swiper-slide {
    position: relative;
  }
  .section-2 .bszn-swiper-container #bszn-swiper .swiper-slide a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 65.5737704918%;
    border-radius: 10px;
    overflow: hidden;
  }
  .section-2 .bszn-swiper-container #bszn-swiper .swiper-slide a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
  }
  .section-2 .bszn-swiper-container #bszn-swiper .swiper-slide a:hover img {
    transform: scale(1.02);
  }
  .section-2 .bszn-swiper-container .bszn-swiper-prev,
  .section-2 .bszn-swiper-container .bszn-swiper-next {
    display: none;
  }
  .section-2 #tsfw-swiper {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .section-2 #tsfw-swiper .swiper-slide {
    position: relative;
  }
  .section-2 #tsfw-swiper .swiper-slide a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 52.5%;
    border-radius: 8px;
    overflow: hidden;
  }
  .section-2 #tsfw-swiper .swiper-slide a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
  }
  .section-2 #tsfw-swiper .swiper-slide a:hover img {
    transform: scale(1.02);
  }
  .section-2 #tsfw-swiper .swiper-pagination-bullets {
    bottom: -15px;
    text-align: center;
  }
  .section-2 #tsfw-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    transition: all 0.3s ease;
    background: #58a5fc;
    opacity: 1;
  }
  .section-2 #tsfw-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 40px;
    background: #58a5fc;
  }
  .BMapLib_SearchInfoWindow {
    box-sizing: content-box;
  }
  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-3 .section-title {
    margin-top: 0;
  }
  .section-3 .bmdt-container .tabs {
    border: solid 2px #fff;
    background-color: #f1f5fa;
    *zoom: 1;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .section-3 .bmdt-container .tabs:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-3 .bmdt-container .tabs .tab {
    margin-left: 10px;
    float: none;
    text-align: center;
    font-size: 18px;
    color: #437bea;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
  }
  .section-3 .bmdt-container .tabs .tab:nth-last-child(1) {
    margin-right: 20px;
  }
  .section-3 .bmdt-container .tabs .tab.active {
    font-weight: bold;
  }
  .section-3 .bmdt-container .tabs .tab.active::before {
    content: "";
    background-image: url(../images/yj-ps-zwfw-ic-bmdt-sanjiao.png);
    width: 14px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .section-3 .bmdt-container .tabs .tab.active::after {
    content: "";
    background-image: url(../images/yj-ps-zwfw-ic-bmdt-sanjiao.png);
    width: 14px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(180deg);
  }
  .section-3 .bmdt-container .tabs::-webkit-scrollbar {
    height: 1px;
  }
  .section-3 .bmdt-container .tabs::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
  }
  .section-3 .bmdt-container .tabs::-webkit-scrollbar-thumb {
    background: #437bea;
    border-radius: 0;
  }
  .section-3 .bmdt-container .tabs::-webkit-scrollbar-thumb:hover {
    background: #437bea;
    border-radius: 0;
  }
  .section-3 .bmdt-container .tabs::-webkit-scrollbar-thumb:active {
    background: #437bea;
    border-radius: 0;
  }
  .section-3 .bmdt-container::after {
    content: "";
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.8));
    visibility: visible !important;
  }
  .section-3 .bmdt-container .map-container {
    background-color: #fff;
    padding: 0;
    height: auto;
    margin-top: 20px;
  }
  .section-3 .bmdt-container .map-container #map-fullscreen {
    display: none;
  }
  .section-3 .bmdt-container .map-container #map {
    width: 100%;
    height: 200px;
  }
  .section-3 .bmdt-container .map-container .pannel {
    width: 100%;
    max-width: initial;
    min-width: initial;
    background-color: rgba(255, 255, 255, 0.85);
    height: 350px;
    position: relative;
    left: 0;
    top: 0;
    padding: 10px;
  }
  .section-3 .bmdt-container .map-container .pannel .unit-list {
    *zoom: 1;
  }
  .section-3 .bmdt-container .map-container .pannel .unit-list:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-3 .bmdt-container .map-container .pannel .unit-list .item {
    float: left;
    width: 30.88235%;
    margin-left: 3.67647%;
    margin-top: 3.67647%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border: solid 1px #437bea;
    color: #437bea;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
  }
  .section-3 .bmdt-container .map-container .pannel .unit-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .section-3 .bmdt-container .map-container .pannel .unit-list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .section-3 .bmdt-container .map-container .pannel .unit-list .item.active {
    background-color: #437bea;
    color: #fff;
  }
  .section-3 .bmdt-container .map-container .pannel .map-search-container {
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
  }
  .section-3 .bmdt-container .map-container .pannel .map-search-container input {
    height: 100%;
    width: 100%;
    padding-right: 80px;
    font-size: 14px;
    background-color: #edf1f6;
    padding-left: 15px;
  }
  .section-3 .bmdt-container .map-container .pannel .map-search-container button {
    width: 80px;
    height: 100%;
    background-color: #437bea;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list {
    position: absolute;
    left: 10px;
    top: 180px;
    width: calc(100% - 12px);
    height: 200px;
    padding-right: 6px;
    overflow-y: auto;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar {
    width: 6px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-track {
    background: #e8edf4;
    border-radius: 3px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-thumb {
    background: #437bea;
    border-radius: 3px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-thumb:hover {
    background: #437bea;
    border-radius: 3px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list::-webkit-scrollbar-thumb:active {
    background: #437bea;
    border-radius: 3px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list .item {
    background-color: #f3f6f9;
    height: 86px;
    padding-left: 72px;
    padding-top: 16px;
    padding-right: 20px;
    margin-bottom: 9px;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list .item .num-container {
    width: 23px;
    height: 36px;
    position: absolute;
    top: 20px;
    left: 22px;
    background-image: url(../images/yj-ps-zwfw-ic-bmdt-item-location.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list .item .num-container span {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list .item .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: left;
  }
  .section-3 .bmdt-container .map-container .pannel .poi-list .item .address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin-top: 8px;
  }
  .section-4 #bmfw-swiper {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .section-4 #bmfw-swiper .swiper-slide a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 115.6756756757%;
  }
  .section-4 #bmfw-swiper .swiper-slide a .img-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20.5607476636%;
    width: 37.2972972973%;
    height: 32.2429906542%;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.2s ease;
  }
  .section-4 #bmfw-swiper .swiper-slide a .img-container img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
  }
  .section-4 #bmfw-swiper .swiper-slide a .name {
    position: absolute;
    left: 50%;
    top: 60.2803738318%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    transition: all 0.2s ease;
    width: 80%;
    text-align: center;
  }
  .section-4 #bmfw-swiper .swiper-slide a:hover .img-container {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  }
  .section-4 #bmfw-swiper .swiper-slide a:hover .name {
    transform: translateX(-50%) scale(1.05);
  }
  .section-4 #bmfw-swiper .swiper-slide:nth-child(odd) a {
    background-image: url(../images/yj-ps-zwfw-img-bmfw-item-blue-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .section-4 #bmfw-swiper .swiper-slide:nth-child(even) a {
    background-image: url(../images/yj-ps-zwfw-img-bmfw-item-green-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .section-4 #bmfw-swiper .swiper-pagination-bullets {
    bottom: -15px;
    text-align: center;
  }
  .section-4 #bmfw-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    transition: all 0.3s ease;
    background: #58a5fc;
    opacity: 1;
  }
  .section-4 #bmfw-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 40px;
    background: #58a5fc;
  }
  .section-4 .sjtj-container {
    *zoom: 1;
    margin-bottom: 30px;
  }
  .section-4 .sjtj-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-4 .sjtj-container .blsj-container {
    width: 100%;
    height: 240px;
    float: none;
    border: solid 1px #f2f6f9;
    border-top-left-radius: 10px;
  }
  .section-4 .sjtj-container .blsj-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #7098ff;
  }
  .section-4 .sjtj-container .blsj-container .title {
    display: inline-block;
    padding: 9px 0px 9px 20px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #7098ff;
    position: relative;
    color: #fff;
  }
  .section-4 .sjtj-container .blsj-container .title::after {
    content: "";
    background-image: url(../images/yj-ps-zwfw-img-sjtj-section-title-blue-bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
  }
  .section-4 .sjtj-container .blsj-container .time {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 4.8387096774%;
    top: 29px;
  }
  .section-4 .sjtj-container .blsj-container .items {
    *zoom: 1;
  }
  .section-4 .sjtj-container .blsj-container .items:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-4 .sjtj-container .blsj-container .items .item {
    width: 50%;
    float: left;
    height: auto;
    margin-top: 30px;
  }
  .section-4 .sjtj-container .blsj-container .items .item img {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
  }
  .section-4 .sjtj-container .blsj-container .items .item .value {
    font-size: 20px;
    font-weight: bold;
    padding-left: 35%;
  }
  .section-4 .sjtj-container .blsj-container .items .item .label {
    margin-top: 14px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 35%;
    height: 28px;
  }
  .section-4 .sjtj-container .blsj-container .items .item:nth-child(2n) img {
    left: 0;
  }
  .section-4 .sjtj-container .blsj-container .items .item:nth-child(2n) .value,
  .section-4 .sjtj-container .blsj-container .items .item:nth-child(2n) .label {
    padding-left: 28%;
  }
  .section-4 .sjtj-container .hcpsj-container {
    width: 100%;
    float: none;
    height: 350px;
    margin-top: 20px;
    border: solid 1px #f2f6f9;
    border-top-left-radius: 10px;
  }
  .section-4 .sjtj-container .hcpsj-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f4af4e;
  }
  .section-4 .sjtj-container .hcpsj-container .title {
    display: inline-block;
    padding: 9px 0px 9px 20px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f4af4e;
    position: relative;
    color: #fff;
  }
  .section-4 .sjtj-container .hcpsj-container .title::after {
    content: "";
    background-image: url(../images/yj-ps-zwfw-img-sjtj-section-title-orange-bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
  }
  .section-4 .sjtj-container .hcpsj-container .time {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 4.2253521127%;
    top: 29px;
  }
  .section-4 .sjtj-container .hcpsj-container .items {
    *zoom: 1;
    width: 100%;
  }
  .section-4 .sjtj-container .hcpsj-container .items:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-4 .sjtj-container .hcpsj-container .items .item {
    width: 50%;
    float: left;
    height: auto;
    margin-top: 30px;
  }
  .section-4 .sjtj-container .hcpsj-container .items .item img {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
  }
  .section-4 .sjtj-container .hcpsj-container .items .item .value {
    font-size: 20px;
    font-weight: bold;
    padding-left: 32%;
  }
  .section-4 .sjtj-container .hcpsj-container .items .item .label {
    margin-top: 14px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 32%;
  }
  .section-4 .sjtj-container .hcpsj-container .items .item:nth-child(2n) img {
    left: 2%;
  }
  .section-4 .sjtj-container .hcpsj-container .items .item:nth-child(2n) .value,
  .section-4 .sjtj-container .hcpsj-container .items .item:nth-child(2n) .label {
    padding-left: 32%;
  }
  .section-4 .sjtj-container .hcpsj-container .menus {
    position: relative;
    right: 0;
    top: 0;
    *zoom: 1;
    margin-top: 20px;
    padding: 0 10px;
  }
  .section-4 .sjtj-container .hcpsj-container .menus:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-4 .sjtj-container .hcpsj-container .menus a {
    float: left;
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 32px;
    line-height: 32px;
    margin-bottom: 12px;
    border: solid 1px #f4af4e;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    width: 49%;
    margin-left: 2%;
  }
  .section-4 .sjtj-container .hcpsj-container .menus a:nth-child(2n+1) {
    margin-left: 0;
  }
  .section-4 .sjtj-container .hcpsj-container .menus a:hover {
    background: #f4af4e;
    color: #fff;
  }
}
@media screen and (max-width: 330px) {
  .section-1 .fw-tabs span {
    font-size: 16px;
  }
}