* {
  box-sizing: border-box;
  font-family: HarmonyOS Sans SC;
}
.zjtxzb-top {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgba(198, 25, 11, 1);
}
.zjtxzb-banner {
  width: auto;
  max-width: 1920px;
  height: 500px;
  position: relative;
  margin: 0 auto;
  color: #FFF;
}
.zjtxzb-banner > div {
  display: none;
  width: 100%;
  height: auto;
  min-height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 90px 0;
  transition-duration: .5s;
}
.zjtxzb-banner .active {
  display: block;
  animation: show .5s;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zjtxzb-banner > div.banner1 {
  background: url(/node/public/image/listed/zjtxzb/banner1.png) center center no-repeat;
  background-size: 100% 100%;
}
.zjtxzb-banner > div.banner2 {
  background: url(/node/public/image/listed/zjtxzb/banner2.png) center center no-repeat;
  background-size: 100% 100%;
}
.zjtxzb-banner .title1 {
  width: auto;
  height: 78px;
  background: url(/node/public/image/listed/zjtxzb/title1.png) center center no-repeat;
  background-size: auto 100%;
  /* background: linear-gradient(180deg, rgba(255,252,238,1) 30%, rgba(252,218,138,1) 100%);
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 10px rgba(128, 104, 49, .3);
  font-weight: Bold;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 2px;
  text-align: center; */
}
.zjtxzb-banner .title2 {
  width: auto;
  height: 182px;
  background: url(/node/public/image/listed/zjtxzb/title2.png) center center no-repeat;
  background-size: auto 100%;
}
.zjtxzb-banner p {
  width: 80%;
  max-width: 1080px;
  margin: 12px auto 50px;
  color: rgba(255,255,255,.9);
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 2.5px;
}
.zjtxzb-top > .left-arrow, .zjtxzb-top > .right-arrow {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  cursor: pointer;
}
.zjtxzb-top .left-arrow {
  left: 2%;
  background: url(/node/public/image/listed/zjtxzb/left.png) center center no-repeat;
}
.zjtxzb-top .right-arrow {
  right: 2%;
  background: url(/node/public/image/listed/zjtxzb/right.png) center center no-repeat;
}
.zjtxzb-top button {
  display: block;
  width: 198px;
  height: 50px;
  position: absolute;
  left: calc(50% - 99px);
  bottom: 40px;
  background: linear-gradient(180deg, rgba(255,201,0,1) 11%, rgba(255,112,0,1) 84%);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
  border-radius: 25px;
  border: none;
  color: #FFF;
  font-weight: medium;
  font-size: 22px;
  line-height: 46px;
  letter-spacing: 4px;
  text-align: center;
  cursor: pointer;
}
.zjtxzb-con h2, .zjtxzb-data h2 {
  margin: 0 auto 50px;
  color: #333;
  font-size: 24px;
  text-align: center;
}
.zjtxzb-con h2::before, .zjtxzb-con h2::after, .zjtxzb-data h2::before, .zjtxzb-data h2::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url(/node/public/image/index/title.png) no-repeat 0 0;
}
.zjtxzb-con h2::before, .zjtxzb-data h2::before {
  background-position: 0 6px;
  margin-right: 50px;
}
.zjtxzb-con h2::after, .zjtxzb-data h2::after {
  background-position: -63px 6px;
  margin-left: 50px;
}
.explain-bg {
  width: 100%;
  padding: 100px 0 70px;
  background-color: #F2F5F8;
}
.explain-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.explain-con > a {
  display: flex;
  align-items: center;
  width: calc((100% - 38px) / 2);
  margin-bottom: 30px;
  padding: 50px 80px;
  background: #FFF;
  box-shadow: 0 0 20px rgba(32,75,134,.1);
  border-radius: 6px;
  border: 2px solid transparent;
  font-weight: regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
.explain-con > a:hover {
  border: 2px solid rgba(25,121,223,.5);
}
.explain-con > a:hover h3 {
  background: -webkit-linear-gradient(180deg, rgba(31,158,237,1) 0%, rgba(25,121,223,1) 100%);
  background:         linear-gradient(180deg, rgba(31,158,237,1) 0%, rgba(25,121,223,1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.explain-con img {
  width: 80px;
  height: 80px;
  margin-right: 40px;
}
.explain-con h3 {
  font-size: 30px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.explain-con h3 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #666;
}
.explain-con h3 p::before {
  content: '·';
  margin-right: 10px;
  font-size: 22px;
}
.explain-con h3 p:first-child {
  margin-top: 15px;
}
.zjtxzb-data {
  width: 100%;
  padding: 100px 0 80px;
}
.zjtxzb-data-con {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.zjtxzb-data-con .zjtxzb-data-total {
  width: 320px;
  margin: 30px 40px 0 0;
  color: #333;
  font-size: 24px;
  text-align: center;
}
.zjtxzb-data-total > div {
  position: relative;
  margin: 0 auto;
  color: #FFF;
  font-size: 16px;
}
.zjtxzb-data-total > div img {
  position: absolute;
}
.zjtxzb-data-total > div h4 {
  position: absolute;
  transform: rotate(-20deg);
  font-weight: bold;
  text-shadow: 0 2px 1px rgba(0,0,0,.5);
}
.zjtxzb-data-total .zbpy-total {
  z-index: 3;
  width: 160px;
  height: 171px;
  background: url(/node/public/image/listed/zjtxzb/data-bg1.svg) center 0 no-repeat;
  background-size: 100%;
}
.zbpy-total img {
  top: 110px;
  left: 40px;
}
.zbpy-total h4 {
  top: 103px;
  right: 23px;
}
.zjtxzb-data-total .zbgf-total {
  z-index: 2;
  width: 238px;
  height: 128px;
  margin-top: -40px;
  background: url(/node/public/image/listed/zjtxzb/data-bg2.svg) center 0 no-repeat;
  background-size: 100%;
}
.zbgf-total img {
  top: 67px;
  left: 57px;
}
.zbgf-total h4 {
  top: 50px;
  right: 40px;
}
.zjtxzb-data-total .zbfh-total {
  z-index: 1;
  width: 320px;
  height: 156px;
  margin: -65px auto 25px;
  background: url(/node/public/image/listed/zjtxzb/data-bg3.svg) center 0 no-repeat;
  background-size: 100%;
}
.zbfh-total img {
  top: 84px;
  left: 77px;
}
.zbfh-total h4 {
  top: 70px;
  right: 59px;
}
.zjtxzb-data-con .zjtxzb-data-detail {
  width: 840px;
  height: 460px;
  overflow: hidden;
  border: 1px solid #EEE;
  border-radius: 10px;
}
.zjtxzb-data-con .zjtxzb-data-detail span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 12px 10px 12px 0;
  vertical-align: middle;
}
.zjtxzb-data-con .zjtxzb-data-detail .column1 {
  width: 100px;
  text-align: center;
}
.zjtxzb-data-con .zjtxzb-data-detail .column2 {
  width: 80px;
}
.zjtxzb-data-con .zjtxzb-data-detail .column3 {
  width: 220px;
}
.zjtxzb-data-con .zjtxzb-data-detail .column4 {
  width: 220px;
}
.zjtxzb-data-con .zjtxzb-data-detail .column5 {
  width: 200px;
}
.zjtxzb-data-detail .header {
  position: relative;
  z-index: 3;
  background-color: #F2F5F8;
  color: #999;
  font-weight: bold;
  font-size: 14px;
}
.zjtxzb-data-detail .list.scroll {
  transform: translateZ(0);
  animation: scroll 100s linear .5s infinite;
}
.zjtxzb-data-detail .list:hover.scroll {
  animation-play-state: paused;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.zjtxzb-data-detail .list li {
  border-bottom: 1px solid #EEE;
}
.zjtxzb-data-detail .list li i {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 6px;
  vertical-align: middle;
}
.zjtxzb-data-detail .list li .tag-py {
  background-color: #71CBF3;
}
.zjtxzb-data-detail .list li .tag-gf {
  background-color: #50A9EB;
}
.zjtxzb-data-detail .list li .tag-fh {
  background-color: #0B82EC;
}
.zjtxzb-service-header {
  margin: 30px auto;
}
.zjtxzb-service-header img {
  width: 32px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}
.zjtxzb-service-header h1 {
  color: #333;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 1px;
}
.zjtxzb-service-con {
  background-color: #F2F5F8;
}
.zjtxzb-service-con .service-block {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 40px 40px;
}
.zjtxzb-service-con .service-block li {
  align-self: center;
  width: 490px;
  height: 240px;
  margin-top: 30px;
}
.service-block .block1, .service-detail .detail1 {
  background: url(/node/public/image/listed/zjtxzb/block1.png) center center no-repeat;
  background-size: 100% 100%;
}
.service-block .block2, .service-detail .detail2 {
  background: url(/node/public/image/listed/zjtxzb/block2.png) center center no-repeat;
  background-size: 100% 100%;
}
.service-block .block3, .service-detail .detail3 {
  background: url(/node/public/image/listed/zjtxzb/block3.png) center center no-repeat;
  background-size: 100% 100%;
}
.service-block .block4, .service-detail .detail4 {
  background: url(/node/public/image/listed/zjtxzb/block4.png) center center no-repeat;
  background-size: 100% 100%;
}
.service-block li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  padding: 170px 40px 44px;
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
}
.service-block li a p {
  display: none;
  margin-top: 20px;
  font-size: 12px;
}
.service-block li a:hover {
  padding-top: 110px;
  background: linear-gradient(116deg, #197DE1 30%, #197DE100 100%);
}
.service-block li a:hover p {
  display: block;
}
.zjtxzb-service-con .service-detail {
  display: none;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
.service-detail .detail-left li {
  position: relative;
  width: 360px;
  height: 150px;
  margin: 0 8px 6px 0;
  border-radius: 6px;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
}
.service-detail .detail-left li:last-child {
  margin-bottom: 0;
}
.detail-left h2 {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border-radius: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 150px;
  background: linear-gradient(270deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.5) 100%);
}
.detail-left h2:hover, .detail-left li.active h2 {
  border-radius: 6px;
  background: rgba(25,125,225,.8);
}
.service-detail .detail-left span {
  height: auto;
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 10px;
  border: 2px solid #FFF;
  border-radius: 200px;
}
.service-detail .detail-right {
  flex: 1;
  padding: 20px;
  background-color: #FFF;
}
.service-detail .detail-right li {
  display: none;
  position: relative;
  min-height: 578px;
  transition: all .5s;
  border-radius: 6px;
  font-size: 13px;
  line-height: 20px;
  color: #555;
}
.service-detail .detail-right li.active {
  display: block;
  animation: show .5s ease;
}
.detail-right li h3 {
  position: relative;
  margin-top: 40px;
  padding-left: 6px;
  border-left: 3px solid #197DE1;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #197DE1;
}
.detail-right li h3::after {
  display: block;
  content: ' ';
  width: calc(100% - 110px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 110px;
  background-image: linear-gradient(to left,transparent 0%,transparent 50%,#DDD 50%,#DDD 100%);
  background-position: 0 center;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.detail-right li h3:first-child {
  margin-top: 0;
}
.detail-right li h4 {
  margin: 15px 0 0 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  color: #000;
}
.detail-right li span {
  font-weight: normal;
}
.detail-right li .btn-consult {
  display: block;
  width: 96px;
  height: 34px;
  position: absolute;
  left: calc(50% - 48px);
  bottom: 0;
  border: none;
  border-radius: 4px;
  background-color: #197DE1;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
@media (max-width: 768px) {
  .zjtxzb-banner .title1 {
    height: .58rem;
  }
  .zjtxzb-banner .title2 {
    height: 1rem;
  }
  .zjtxzb-banner p {
    font-size: .18rem;
    line-height: .26rem;
  }
  .explain-con > a {
    width: 100%;
    margin: 30px;
  }
}