img {
  vertical-align: middle;
}

body {
  position: relative;
  background: white;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
}

body * {
  box-sizing: border-box;
}

.swiper_div {
  background: #CAE1FC;
  border-radius: 8px 8px 0 0;
  height: 40px;
}

a:hover,
a:hover span {
  color: #005293 !important;
}

.header a:hover img {
  transform: scale(1) !important;
}

.swiper_div .swiper {
  max-width: 1500px;
  height: 62px;
  padding: 0 35px;
  position: relative;
  top: -14px;
}

a:hover img {
  transform: scale(1.05);
}

a img {
  transition: all .3s ease-in-out 0s;
}

.swiper_div .swiper-wrapper {
  height: 62px;
  background: unset;
  background-color: unset;
  padding-top: 5px;
}

.swiper_div .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #202020;
  cursor: pointer;
}

.swiper_div .swiper-slide.on {
  background: url(../images/tab_sel_bg.png) no-repeat top;
  background-size: 110px 50px;
  height: 50px;
  display: block;
  padding-top: 7px;
  transform: translateY(-3px)
}

@media (max-width: 760px) {
  .swiper_div .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }

  .swiper_div .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}

.swiper_div .swiper-button-next,
.swiper_div .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 70%);
  width: 21px;
  height: 23px;
  background: url(../images/nav_sel_icon.png) no-repeat center;
  background-size: 100% 100%;
}

.swiper_div .swiper-button-next {
  transform: rotate(180deg);
}

.swiper_div .swiper-button-prev:after,
.swiper_div .swiper-rtl .swiper-button-next:after,
.swiper_div .swiper-button-next:after,
.swiper_div .swiper-rtl .swiper-button-prev:after {
  content: none;
}

.swiper_div .swiper-slide {
  width: 9.6% !important;
  height: 40px !important;
  background: #6BB0FD;
  border-radius: 7px;
  font-size: 18px;
  color: #FEFEFE;
  white-space: nowrap;
  margin: 0 0.78%;
}
.cj_img_a .swiper-slide:first-child {
  margin-left: 0;
}
.cj_img_a .swiper-slide:nth-child(2) {
  margin-right: 16;
}
.cj_img_a .swiper-button-prev {
  left: -45px;
}
.cj_img_a .swiper-button-next {
  right: -45px !important;
}

.cj_img_a .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.5% !important;
  /* margin: 0 10px; */
  margin: 0 14px;
  position: relative;
}

.cj_img_a .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: unset;
}

.cj_img_a .swiper-slide>a {
  position: absolute;
  width: 100%;
  height: 86%;
  top: 14%;
  border-radius: 20px;
  overflow: hidden;
}

.cj_img_a .swiper-slide>a>img {
  /* height: 100%; */
  width: 93%;
  height: auto;
  margin: 0 auto;
}

.cj_img_a .swiper {
  width: 101%;
  height: 50%;
  /* padding: 0 50px; */
  padding: 0;
}

.cj_img_a .append-buttons {
  text-align: center;
  margin-top: 20px;
}

.cj_img_a .append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.cj_img_a .swiper-button-next:after,
.cj_img_a .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  color: white;
  width: 36px;
  height: 66px;
  background: #6AAFFD;
  border-radius: 10px;
  line-height: 66px;
  font-size: 28px;
  text-align: center;
}

.cj_img_a .swiper-button-prev:after,
.cj_img_a .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  color: white;
  width: 36px;
  height: 66px;
  background: #6AAFFD;
  border-radius: 10px;
  line-height: 66px;
  font-size: 28px;
  text-align: center;
}

/* 日历组件样式 */
#date_sel_part {
  width: 55%;
  height: 550px;
  max-width: 700px;
  background: url(../images/rili_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 2.5%;
  padding-top: 72px;
  padding-bottom: 32px;
}

::-webkit-scrollbar {
  /* 水平滚动条的高度、垂直滚动条的宽度 */
  width: 8px;
  /* 水平滚动条的高度 */
  height: 8px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  /* 颜色和样式 */
  background: rgba(153, 153, 153, .13);
  border-radius: 4px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  /* 滑块颜色 */
  background: rgba(123, 183, 255, .21);
  border-radius: 4px;
}

.swiper_div1 .swiper-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.swiper_div1 .swiper-wrapper::-webkit-scrollbar-track {
  background: white;
}

.swiper_div1 .swiper-wrapper::-webkit-scrollbar-thumb {
  background: rgba(123, 183, 255, .7);
}

.mt40 {
  margin-top: 0 !important;
}

.swiper_div1 {
  background: #CAE1FC;
  border-radius: 4px 4px 0 0;
  height: 44px;
}

.swiper_div1 .swiper {
  width: 97%;
  height: 46px !important;
  position: relative;
  margin: 0 auto;
  top: -10px;
}

.swiper_div1 .swiper-wrapper {
  height: 38px !important;
  background: unset;
  background-color: unset;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
}

.swiper_div1 .swiper-slide {
  width: unset !important;
  height: 30px !important;
  background: #6BB0FD;
  border-radius: 4px;
  font-size: 18px;
  color: #FEFEFE;
  padding: 0 6px;
  white-space: nowrap;
  cursor: pointer;
}

.swiper_div1 .swiper-slide.on {
  background: url(../images/tab_sel_bg.png) no-repeat top;
  background-size: 100% 100%;
  height: 38px !important;
  display: block;
  padding-top: 2px;
}

.swiper_div1 .swiper-slide+.swiper-slide {
  margin-left: 2%;
}

#mySwiper1.swiper {
  width: 100%;
  padding: 16px 0;
  height: unset;
}

#mySwiper1 .swiper-slide {
  background-position: center;
  background-size: cover;
  background: unset;
  position: relative;
}

#mySwiper1 .swiper-slide img {
  display: block;
  height: unset;
}

#mySwiper1 .swiper-slide>a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 14.5%;
}

.swiper_btn>img {
  cursor: pointer;
  width: 50px;
}

.header {
  height: 475px;
  width: 100%;
  background: url(../images/header_bg.png) no-repeat top;
  background-size: 100% 100%;
  color: #005293;
}

.header_top {
  max-width: 1500px;
  width: 80%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.header_top .top_left {
  line-height: 22px;
  font-size: 16px;
}

.header_top a {
  display: inline-block;
  color: #005293;
}

.header .top_right .ipv {
  border: 1px solid #005293;
  border-radius: 15px;
  padding: 0 10px;
  margin-left: 10px;
  white-space: nowrap;
}

.header .logo {
  margin: 70px 0;
  text-align: center;
}

.header .logo img {
  height: 100px;
}

.header .ipt_div {
  width: 820px;
  height: 80px;
  background: #7BB7FF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 30px;
}

.header .ipt_div .search_icon {
  display: inline-block;
  line-height: 46px;
  height: 46px;
  min-width: 74px;
  background: url(../images/search_icon.png) no-repeat;
  background-position: 28px 8px;
  background-size: 30px 30px;
  border-right: 2px solid rgba(255, 255, 255, 0.34);
}

.header .ipt_div #qt {
  color: white;
  font-size: 20px;
  line-height: 46px;
  width: 100%;
  margin-left: 10px;
}

.header .ipt_div #qt::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.header .ipt_div #search_btn {
  min-width: 100px;
  height: 100px;
  border: unset;
  background: url(https://www.hlj.gov.cn/search5/static/images/xuehuablue.gif) no-repeat center;
  background-size: 100%;
  margin-right: -4px;
  cursor: pointer;
}

.header .ipt_btm {
  width: 670px;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
  line-height: 30px;
}

.szf_logo {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}

.szf_logo img {
  height: 60px;
}

.footer a:hover,
.footer a:hover span {
  color: unset !important;
}

.footer a:hover img,
.robot a:hover img {
  transform: scale(1) !important;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: row !important;
}



/* 调整 swiper-wrapper 的布局 */
.cj_img_a .mySwiper .swiper-wrapper {
  display: flex;
  margin-left: 0; 
  width: 100%;
}

/* 确保每个 slide 有相同的宽度 */
.cj_img_a .mySwiper .swiper-slide {
  width: calc((100% - 40px) / 3); /* 减去总间距后均分 */
  flex-shrink: 0; /* 防止缩放 *//
}



.cj_img_a .mySwiper .swiper-slide:last-child {
  /* margin-left: auto;  */
  margin-right: 0;
}
.cj_img_a {
  width: 100%;
  padding: 0;  
  margin: 0;
  box-sizing: border-box;
}

/* 日期弹窗提示 */
.layui-laydate-hint {
  display: none !important;
}