@import "./font/iconfont.css";

#szh_zt {
  width: 100%;
  min-width: 1200px;
  background: url("../../images/szhzx/banner.jpg") center top no-repeat;
}

#szh_zt .wrapper {
  width: 1200px;
  margin: 0 auto;
}

#szh_zt .nav_bar {
  display: flex;
  padding-top: 20px;
}

#szh_zt .nav_bar a {
  display: block;
  font-size: 17px;
  color: #333;
  margin-right: 25px;
  position: relative;
  transition: color 0.3s;
}

#szh_zt .nav_bar a:hover {
  color: #004baa;
  font-weight: bold;
  transition: color 0.3s;
}

#szh_zt .nav_bar a::after {
  content: "";
  width: 0px;
  transition: width 0.3s;
}

#szh_zt .nav_bar a:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #004baa;
  position: absolute;
  bottom: -8px;
  transition: width 0.3s;
}

#szh_zt .top_bar {
  display: flex;
  align-items: center;
  height: 473px;
}

#szh_zt .top_bar .left_news {
  width: 437px;
  min-height: 266px;
  padding-left: 20px;
}

#szh_zt .top_bar .left_news .hd {
  display: flex;
  border-bottom: 2px solid #0078ff;
}
#szh_zt .top_bar .left_news .hd div {
  padding: 10px 20px;
}
#szh_zt .top_bar .left_news .hd .on {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(11, 116, 251) 0%,
    rgb(14, 175, 253) 86%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(11, 116, 251) 0%,
    rgb(14, 175, 253) 86%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(11, 116, 251) 0%,
    rgb(14, 175, 253) 86%
  );
}
#szh_zt .top_bar .left_news .hd a {
  font-size: 20px;
  color: #555;
  font-weight: bold;
}

#szh_zt .top_bar .left_news .hd .on a {
  color: #fff;
}
#szh_zt .top_bar .left_news .news_list {
  position: relative;
}
#szh_zt .top_bar .left_news .news_list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
}

#szh_zt .top_bar .left_news .news_list ul li a {
  display: block;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 320px;
}

#szh_zt .top_bar .left_news .news_list ul li a:hover {
  color: #0078ff;
}

#szh_zt .top_bar .left_news .news_list ul li span {
  color: #333;
  font-size: 16px;
}

#szh_zt .top_bar img {
  margin-left: 100px;
  animation: banTBani 3s ease-in-out infinite;
}

@keyframes banTBani {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes scale {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}

#szh_zt .col_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 127px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 6px 33.82px 4.18px rgba(23, 8, 213, 0.07);
}

#szh_zt .col_bar .col {
  position: relative;
  flex: 1;
  margin: 0 40px;
}

#szh_zt .col_bar .col:hover .mask {
  visibility: visible;
  z-index: 3;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
#szh_zt .col_bar .col:hover .normal {
  z-index: 1;
}

#szh_zt .col_bar .col .mask {
  position: absolute;
  width: 161px;
  height: 189px;
  box-shadow: 0px 11px 33.82px 4.18px rgba(23, 8, 213, 0.02);
  border-radius: 4px;
  background-color: #0078ff;
  left: 1px;
  top: -50px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0s;
}

#szh_zt .col_bar .col .mask .bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#szh_zt .col_bar .col .mask .bar .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  animation: scale 1.5s ease-in-out infinite;
}
#szh_zt .col_bar .col .mask .bar .icon i {
  color: #0078ff;
  font-size: 27px;
  position: relative;
}
#szh_zt .col_bar .col .mask .bar p {
  font-size: 16px;
  text-align: center;
  padding-top: 14px;
  color: #fff;
}
#szh_zt .col_bar .col .mask .bar > i {
  color: #fff;
  padding-top: 15px;
  font-size: 25px;
}

#szh_zt .col_bar .col .normal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

#szh_zt .col_bar .col .normal .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    172deg,
    rgb(36, 169, 248) 22%,
    rgb(43, 93, 214) 100%
  );
  background-image: -moz-linear-gradient(
    172deg,
    rgb(36, 169, 248) 22%,
    rgb(43, 93, 214) 100%
  );
  background-image: -webkit-linear-gradient(
    172deg,
    rgb(36, 169, 248) 22%,
    rgb(43, 93, 214) 100%
  );
  background-image: -ms-linear-gradient(
    172deg,
    rgb(36, 169, 248) 22%,
    rgb(43, 93, 214) 100%
  );
}
#szh_zt .col_bar .col .normal .icon i {
  color: #fff;
  font-size: 27px;
  position: relative;
}

#szh_zt .col_bar .col::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 15px;
  width: 1px;
  height: 60px;
  background-color: #dadee1;
}
#szh_zt .col_bar .col:last-child::after {
  display: none;
}

#szh_zt .ic1 i {
  top: 1px;
}
#szh_zt .ic2 i {
  font-size: 33px !important;
  left: 1px;
}
#szh_zt .ic4 i {
  font-size: 33px !important;
  left: 1px;
}
#szh_zt .ic5 i {
  font-size: 33px !important;
  left: 1px;
}

#szh_zt .col_bar .col .normal p {
  font-size: 16px;
  color: #102c48;
  text-align: center;
  padding-top: 10px;
}

#szh_zt .md_sec {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
#szh_zt .md_sec .pl {
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#szh_zt .md_sec .pl .pItem {
  width: 258px;
  height: 380px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(223, 239, 255) 0%,
    rgb(254, 254, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(223, 239, 255) 0%,
    rgb(254, 254, 255) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(223, 239, 255) 0%,
    rgb(254, 254, 255) 100%
  );
  box-shadow: 0px 4px 6.72px 0.28px rgba(168, 169, 170, 0.28);
}

#szh_zt .md_sec .pl .pItem .bg1 {
  background: url(../../images/szhzx/bg1.png) no-repeat;
  background-position: 140px 0px;
}
#szh_zt .md_sec .pl .pItem .bg2 {
  background: url(../../images/szhzx/bg2.png) no-repeat;
  background-position: 140px 0px;
}
#szh_zt .md_sec .pl .pItem .bg3 {
  background: url(../../images/szhzx/bg3.png) no-repeat;
  background-position: 140px 0px;
}

#szh_zt .md_sec .pl .pItem .inner {
  height: 100%;
  position: relative;
}

#szh_zt .md_sec .pl .pItem .inner .ptt {
  font-size: 24px;
  color: #004baa;
  line-height: 24px;
  padding-left: 20px;
  padding-top: 43px;
  padding-bottom: 64px;
  transition: padding-bottom 0.5s;
}

#szh_zt .md_sec .pl .pItem .inner .binfo {
  position: relative;
}

#szh_zt .md_sec .pl .pItem .inner .p-item {
  padding: 16px 0;
  height: 50px;
  position: relative;
  z-index: 0;
  transition: height 0.5s;
}
#szh_zt .md_sec .pl .pItem .inner .p-item:hover {
  height: 100px;
}
#szh_zt .md_sec .pl .pItem .inner .p-item:hover .background-mask {
  opacity: 1;
}
#szh_zt .md_sec .pl .pItem .inner .p-item:hover .p-item-title span {
  color: #004baa;
}
#szh_zt .md_sec .pl .pItem .inner .p-item:hover .p-item-desc {
  color: #004baa;
  margin-top: 4px;
  height: 44px;
  -webkit-line-clamp: 2;
}
#szh_zt .md_sec .pl .pItem .inner .p-item:hover .look-btn {
  opacity: 1;
  bottom: 16px;
  transition: opacity 0.5s ease 0.4s, bottom 0.5s ease 0.4s;
}
#szh_zt .md_sec .pl .pItem .inner .p-item .background-mask {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6.72px 0.28px rgba(85, 85, 85, 0.35);
  transition: opacity 0.5s;
}

#szh_zt .md_sec .pl .pItem .inner .p-item .p-item-title {
  padding-left: 30px;
  padding-right: 20px;
  height: 22px;
  display: flex;
  align-items: center;
}
#szh_zt .md_sec .pl .pItem .inner .p-item .p-item-title span {
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  transition: color 0.3s;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#szh_zt .md_sec .pl .pItem .inner .p-item .p-item-title .icon-sanjiaoright {
  position: absolute;
  left: 18px;
  font-size: 10px;
  color: #0067b8;
}

#szh_zt .md_sec .pl .pItem .inner .p-item .p-item-title .title-tag {
  padding: 0 1px;
  height: 14px;
  font-size: 12px;
  color: #fff;
  background-color: #d20000;
  text-align: center;
  line-height: 14px;
  margin-left: 4px;
}
#szh_zt .md_sec .pl .pItem .inner .p-item .p-item-desc {
  padding-left: 30px;
  padding-right: 20px;
  margin-top: 2px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #999;
  transition: height 0.2s, color 0.3s;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#szh_zt .md_sec .pl .pItem .inner .p-item .look-btn {
  cursor: pointer;
  position: absolute;
  left: 30px;
  bottom: 6px;
  width: 72px;
  height: 24px;
  line-height: 24px;
  background-color: #004baa;
  font-size: 12px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s;
}

#szh_zt .md_sec .pr {
  width: 378px;
}

#szh_zt .md_sec .pr .appItem {
  width: 378px;
  height: 84px;
  margin-bottom: 15px;
  background: url(../../images/szhzx/app_bg.jpg) no-repeat center;
}

#szh_zt .md_sec .pr .appItem .appBar {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: -1px 3px 4.5px 0.28px rgba(0, 120, 255, 0.28);
}

#szh_zt .md_sec .pr .appItem .appBar h2 {
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 1.3;
}

#szh_zt .md_sec .pr .appItem .appBar .aicon {
  transition: all 0.5s linear;
  height: 84px;
}
#szh_zt .md_sec .pr .appItem .appBar:hover .aicon {
  transform: rotateY(360deg);
}

#szh_zt .md_sec .pr .appItem .appBar h2.st {
  padding-left: 22px;
}
#szh_zt .md_sec .pr .appItem .appBar h2.lg {
  position: relative;
  left: -9px;
}

#szh_zt .md_sec .pr .appItem .appBar .more {
  position: absolute;
  right: 3px;
  top: 20px;
}

#szh_zt .sec_tabs .tabs {
  height: 476px;
  padding-bottom: 40px;
  padding-top: 26px;
}

#szh_zt .sec_tabs .tabs .tab_bar {
  display: flex;
  border-radius: 10px;
  justify-content: space-between;
  background-color: #d4e8ff;
  padding: 23px 40px;
  box-shadow: 0px 4px 5.76px 0.24px rgba(168, 169, 170, 0.28);
}

#szh_zt .sec_tabs .tabs .tb {
  cursor: pointer;
  position: relative;
  padding: 0 15px;
}

#szh_zt .sec_tabs .tabs .tb span {
  color: #333333;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

#szh_zt .sec_tabs .tabs .hd {
  position: relative;
}

#szh_zt .sec_tabs .tabs .tb.on span {
  color: #fff;
  transition: color 0.6s;
}

#szh_zt .sec_tabs .tabs .bg_msk {
  position: absolute;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(14, 175, 253) 0%,
    rgb(10, 117, 251) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(14, 175, 253) 0%,
    rgb(10, 117, 251) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(14, 175, 253) 0%,
    rgb(10, 117, 251) 100%
  );
  box-shadow: 0px 4px 5.76px 0.24px rgba(56, 146, 249, 0.5);
  width: 210px;
  height: 119px;
  z-index: 1;
  left: 30px;
  top: -30px;
  padding: 0 10px;
  text-align: center;
  transition: left 0.5s, width 0.5s;
}

#szh_zt .sec_tabs .tabs .bg_msk .tb_msk {
  padding-top: 16px;
}

#szh_zt .sec_tabs .tabs .bg_msk .tb_arrow {
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -13.5px;
}

#szh_zt .sec_tabs .empty{
  height:307px;
  width: 100%;
  display: flex;
  justify-content: center;
}

#szh_zt .tab_con_bar {
  padding-top: 46px;
}

#szh_zt .tab_con_bar .tb_con .list {
  display: flex;
  margin-left:-16px
}

#szh_zt .tab_con_bar .tb_con .list .lt {
  width: 288px;
  position: relative;
  height: 307px;
  margin-left:16px;
}

#szh_zt .tab_con_bar .tb_con .list .lt:hover .info_bar {
  top: 104px;
  transition: top 0.5s;
}
#szh_zt .tab_con_bar .tb_con .list .lt:hover .info_bar .text {
  height: 170px;
  transition: height 0.5s;
}



/* info_bar
.info_bar .text */

#szh_zt .tab_con_bar .tb_con .list .lt .pic_bar {
  position: relative;
  height: 160px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#szh_zt .tab_con_bar .tb_con .list .lt .pic_bar .mask {
  position: absolute;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 160px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(9, 115, 250) 0%,
    rgb(13, 173, 253) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(9, 115, 250) 0%,
    rgb(13, 173, 253) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(9, 115, 250) 0%,
    rgb(13, 173, 253) 100%
  );
}

#szh_zt .tab_con_bar .tb_con .list .lt .pic_bar img {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 160px;
}

#szh_zt .tab_con_bar .tb_con .list .lt .info_bar {
  background-color: #fff;
  position: absolute;
  z-index: 4;
  border-radius: 10px;
  top: 152px;
  box-shadow: 0px 4px 6.72px 0.28px rgba(168, 169, 170, 0.28);
  overflow: hidden;
  width: 288px;
  transition: top 0.5s;
}

#szh_zt .tab_con_bar .tb_con .list .lt .info_bar .text {
  padding: 15px 15px;
  position: relative;
  height: 122px;
  overflow: hidden;
  transition: height 0.5s;
}

#szh_zt .tab_con_bar .tb_con .list .lt .info_bar .text h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px;
  color: #333333;
  padding-bottom: 10px;
}

#szh_zt .tab_con_bar .tb_con .list .lt .info_bar .text .tag {
  display: flex;
  padding-bottom: 7px;
}
#szh_zt .tab_con_bar .tb_con .list .lt .info_bar .text .tag div {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
}
#szh_zt .tab_con_bar .tb_con .list .lt .info_bar .text .tag .tag1 {
  background-color: #f5faff;
  color: #4d99e5;
  font-size: 12px;
  margin-right: 3px;
}
#szh_zt .tab_con_bar .tb_con .list .lt .info_bar .text .tag .tag2 {
  background-color: #fff7ef;
  color: #f88930;
  font-size: 12px;
  margin-left: 3px;
}

#szh_zt .tab_con_bar .tb_con .list .lt .info_bar .text p {
  font-size: 14px;
  color: #727070;
  margin-bottom: 5px;
  text-align: justify;
  height: 74px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#szh_zt .tab_con_bar .tb_con .list .lt .info_bar .text p span {
  color: #333;
}

#szh_zt .tab_con_bar .tb_con .list .lt .info_bar .text .more {
  width: 137px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  margin: 10px auto 0;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(10, 114, 251) 0%,
    rgb(14, 178, 253) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(10, 114, 251) 0%,
    rgb(14, 178, 253) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(10, 114, 251) 0%,
    rgb(14, 178, 253) 100%
  );
}

#szh_zt .tab_con_bar .tb_con > a {
  display: block;
  margin: 23px auto 0;
  width: 103px;
  border-radius: 30px;
  border: 1px solid #bfbfbf;
  text-align: center;
  padding: 4px 0;
}

#szh_zt .fwcp_sec {
  height: 480px;
  background: url(../../images/szhzx/fwcp_sec_bg.jpg) no-repeat center;
}

#szh_zt .fwcp_sec .fwcp_list {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

#szh_zt .fwcp_sec .fwcp_list .lt {
  width: 282px;
  position: relative;
  top: 0;
  transition: top 0.4s ease-in-out;
}

#szh_zt .fwcp_sec .fwcp_list .lt:hover {
  top: -8px;
  transition: top 0.4s ease-in-out;
}

#szh_zt .fwcp_sec .fwcp_list .lt .pic_bar {
  position: relative;
  height: 160px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#szh_zt .fwcp_sec .fwcp_list .lt .pic_bar .tag {
  color: #fff;
  width: 68px;
  height: 24px;
  background-color: #ff9900;
  position: absolute;
  z-index: 3;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  border-radius: 0px 0px 10px 0;
}

#szh_zt .fwcp_sec .fwcp_list .lt .pic_bar .mask {
  position: absolute;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 160px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(9, 115, 250) 0%,
    rgb(13, 173, 253) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(9, 115, 250) 0%,
    rgb(13, 173, 253) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(9, 115, 250) 0%,
    rgb(13, 173, 253) 100%
  );
}

#szh_zt .fwcp_sec .fwcp_list .lt .pic_bar img {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 160px;
}

#szh_zt .fwcp_sec .fwcp_list .lt .info_bar {
  background-color: #fff;
  position: relative;
  z-index: 4;
  border-radius: 10px;
  margin-top: -8px;
  padding: 15px 15px;
  box-shadow: 0px 4px 6.72px 0.28px rgba(168, 169, 170, 0.28);
}

#szh_zt .fwcp_sec .fwcp_list .lt .info_bar h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px;
  color: #333333;
  padding-bottom: 15px;
}

#szh_zt .fwcp_sec .fwcp_list .lt .info_bar p {
  font-size: 14px;
  color: #727070;
  padding-bottom: 5px;
}

#szh_zt .fwcp_sec .fwcp_list .lt .info_bar p span {
  color: #333;
}

#szh_zt .fwcp_sec .fwcp_list .lt .info_bar .more {
  color: #004baa;
  font-size: 12px;
  text-align: right;
  padding-top: 5px;
}

#szh_zt .bottom_sec {
  height: 643px;
  padding-bottom: 40px;
}

#szh_zt .sec_title {
  padding-top: 40px;
  text-align: center;
  height: 58px;
}
#szh_zt .sec_title h2 {
  color: #333;
  font-size: 24px;
  line-height: 25px;
}
#szh_zt .sec_title a {
  display: block;
  margin: 14px auto 0;
}

#szh_zt .bottom_list {
  padding-top: 40px;
}

#szh_zt .bottom_list .hd {
  display: flex;
  justify-content: space-around;
}
#szh_zt .bottom_list .hd > .bitem {
  position: relative;
}
#szh_zt .bottom_list .hd > .bitem .ib {
  position: relative;
}
#szh_zt .bottom_list .hd > .bitem .bt {
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
#szh_zt .bottom_list .hd > .bitem:hover .bt {
  color: #004baa;
}

#szh_zt .bottom_list .hd > .bitem .bline {
  transform: scaleX(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease;
  width: 100%;
  margin: 10px auto 0;
  border-bottom: 4px solid #004baa;
  border-radius: 2px;
}

#szh_zt .bottom_list .hd > .bitem.cur .bt {
  color: #004baa;
}

#szh_zt .bottom_list .hd > .bitem.cur .bline {
  transform: scaleX(1);
  border-radius: 30px;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease;
}

#szh_zt .bottom_list .bd {
  margin-top: 10px;
  background: url(../../images/szhzx/bottom_bg.jpg) no-repeat;
}

#szh_zt #swiper_bar {
  height: 385px;
}

#szh_zt #swiper_bar .sl_con {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 373px;
}

#szh_zt #swiper_bar .sl_con .picbar {
  width: 530px;
  height: 282px;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.5;
}

#szh_zt #swiper_bar .sl_con .picbar img {
  width: 100%;
  height: 100%;
}

.ts1_1 {
  transform: scale(1.1);
  transition: transform 1s ease;
}
.op1 {
  opacity: 1 !important;
  transition: opacity 1.2s ease;
}

#szh_zt #swiper_bar .sl_con .info_bar {
  position: relative;
  width: 500px;
  padding-left: 56px;
  opacity: 0;
}

#szh_zt #swiper_bar .sl_con .info_bar h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#szh_zt #swiper_bar .sl_con .info_bar h2 span {
  display: block;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#szh_zt #swiper_bar .sl_con .info_bar h2 i {
  color: #333;
}

#szh_zt #swiper_bar .sl_con .info_bar .row {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-top: 15px;
}
#szh_zt #swiper_bar .sl_con .info_bar .row .label {
  flex-shrink: 0;
  font-size: 18px;
  color: #333;
  padding-right: 30px;
  line-height: 1.5;
  position: relative;
  top: 2px;
}
#szh_zt #swiper_bar .sl_con .info_bar .row p {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#szh_zt #swiper_bar .sl_con .info_bar .brow {
  padding-top: 15px;
}
#szh_zt #swiper_bar .sl_con .info_bar .brow .label {
  font-size: 18px;
  color: #333;
  padding-right: 30px;
  line-height: 1.5;
}
#szh_zt #swiper_bar .sl_con .info_bar .brow .b_plat {
  display: flex;
  justify-content: space-between;
}
#szh_zt #swiper_bar .sl_con .info_bar .brow .b_plat .bi {
  position: relative;
}
#szh_zt #swiper_bar .sl_con .info_bar .brow .b_plat .bi .tp {
  padding-top: 15px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
}
#szh_zt #swiper_bar .sl_con .info_bar .brow .b_plat .bi .tp span {
  font-size: 30px;
}

#szh_zt #swiper_bar .sl_con .info_bar .brow .b_plat .bi .tp i {
  position: absolute;
  font-size: 30px;
  top: 23px;
}
#szh_zt #swiper_bar .sl_con .info_bar .brow .b_plat .bi .tp i.icon-arrdown {
  color: #00d277;
}

#szh_zt #swiper_bar
  .sl_con
  .info_bar
  .brow
  .b_plat
  .bi
  .tp
  i.icon-long_arrow_down {
  color: #d20000;
}

#szh_zt #swiper_bar .sl_con .info_bar .brow .b_plat .bi .bp {
  font-size: 18px;
  padding-top: 5px;
  color: #333;
  padding-top: 8px;
}

.b-pagination {
  position: relative;
  display: flex;
  z-index: 2;
}
.b-pagination .swiper-pagination-bullet {
  border-radius: 0;
  flex: 1;
  padding: 0px 20px;
  margin: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eef7ff;
  box-shadow: 0px 3px 6.72px 0.28px rgba(223, 223, 223, 0.6);
  height: 67px;
  opacity: 1;
}
.b-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.b-pagination .swiper-pagination-bullet span {
  font-size: 20px;
  color: #000 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}

.b-pagination .swiper-pagination-bullet img {
  position: absolute;
  display: none;
  top: -10px;
}

.b-pagination .swiper-pagination-bullet-active img {
  display: block;
}