.header {
  background: url(../images/sscjzt/head_bg.png) 50% 0 no-repeat;
  height: 605px;
  background-size: 100% 100%;

}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.header h1 {
  width: 450px;
  height: 130px;
  background: url(../images/sscjzt/logo.png) 0 50% no-repeat;
  font-size: 0px;
}

.wrap {
  background: #ffffff;
}

.content {
  width: 100%;
}

.banner {
  margin-top: 40px;
}

.banner img {
  display: block;
  margin: 0 auto;
}

.grid {
  padding: 0;
  box-shadow: none;
  width: 1200px;
  margin: 0 auto;
  background-color: transparent;
}

.p1 {
  margin-top: -80px;
  margin-bottom: 40px;
}

.intro_title {
  height: 55px;
  width: 100%;
  background: url("../images/sscjzt/introtitle.png") center center no-repeat;
  position: relative;
}

.title_images {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -17px;
}

.title_images img {
  display: inline-block;
  margin-right: 5px;
}

.intro_content {
  background: url("../images/sscjzt/introcont.png") 0 50% no-repeat;
}

.intro_content p {
  font-size: 20px;
  line-height: 36px;
  color: #526388;
  padding: 24px 30px;
  text-indent: 2em;
  text-align: justify;
}

.grid h3 {
  background: url("../images/sscjzt/h3_bg.png") 0 50% no-repeat;
  height: 63px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.grid h3>a {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}

.grid h3 .more {
  background: url("../images/sscjzt/more.png") 0 50% no-repeat;
  height: 30px;
  width: 69px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.grid h3 .more a{
  display: block;
  width: 100%;
  height: 100%;
}
.grid h3 .more:hover,.grid img:hover, .ckxq:hover {
  transform: scale(1.05); /* 视觉放大1.1倍 */
  transform-origin: center; /* 以中心为基准点缩放 */
  transition: transform 0.3s ease; /* 平滑过渡效果 */
}
.p4 .init-img img{
  transform: none;
}



.p2 .row1 {
  padding: 0 20px;
  margin-left: -15px;
  margin-right: -15px;
}


.p2 .row1 .col-md-3 {
  width: 340px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.p2 .row1 .col-md-9 {
  width: calc(100% - 340px);
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.p2 img {
  display: block;
  width: 100%;
}

.p2 p {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: justify;
}

.p2 span {
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: #6e636e;
  margin-bottom: 15px;
  text-align: justify;
}

.p2 .ckxq {
  background: url("../images/sscjzt/ckxq.png") 0 50% no-repeat;
  width: 90px;
  height: 30px;
  background-size: 100% 100%;
}

.p2 .ckxq a {
  display: block;
  width: 100%;
  height: 100%;
}

.p2 .row2 .col-md-3>div {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
.p2 .row2>div{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  padding-top: 10px;
}
.p2 .row2>div:before{
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
}

.p3 .row2 img {
  margin-bottom: 17px;
}

.p3p4bg {
  background: url("../images/sscjzt/p3p4bg.png") 0 50% no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  position: relative;
  margin-bottom: 40px;
}
.p3{
  margin-bottom: 20px;
}
.p3 .ckxq {
  margin: 0 auto;
}


/** 图表部分 */
.p4{
  background: none;
}
.p4 .tjtb{
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  padding-top: 25px;
  border: 1px solid #d4e6f7;
}
.p4 .tab-pane {
  display: flex;
  padding: 30px 40px;
}
.tab a+a {
  margin-left: 0;
}
.p4 .tab{
  width: 230px;
  margin-top: 30px;
  flex-shrink: 0;
  margin-right: 20px;
}
.p4 .pane{
  flex: 1;
  min-width: 0; /* 防止 flex item 不收缩 */
  width: calc(100% - 250px);
}
.p4 .tab a{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 30px;
  border-radius: 4px;
  cursor: pointer;
}
.p4 .tab a.current{
  background: #1669c4;
  color: #ffffff;
}
.p4 .init-img{
  position: relative;
  height: 480px;
}
.p4 .init-img img{
  display: block;
  position: absolute;
  width: 100%;
  left: -50px;
  top: -40px;
  z-index: 9;
}


.panel-more{
  display: none;
}
.hidden-by-visibility {
  visibility: hidden; /* 隐藏元素，但保留布局渲染 */
  position: absolute; /* 不占据页面空间，模拟display: none的效果 */
  width: 100%;
  height: 480px; /* 与iframe高度保持一致 */
}
.hidden-by-visibility.show {
  visibility: visible; /* 显示元素 */
  position: static; /* 恢复正常布局，占据页面空间 */
}
/* 新增：动画结束后保留最终状态，避免消失 */
.animated {
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1200px) {
  .p4 .tab{
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .p4 .tab-pane{
    display: block;
  }
  .p4 .tab{
    margin-top: 0;
    margin-right: 0;
  }
  .p4 .pane{
    height: 480px;
  }
  .p4 .tab-pane{
    padding: 20px;
    padding-top: 0px;
  }
  .p4 .tab{
    margin-bottom: 20px;
  }
  .p4 .tab,.p4 .pane{
    width: 100%;
  }
  .p4 .tab a{
    justify-content: center;
  }
  .p4 .init-img img{
    left: 0;
    top: 0;
  }

}


/** 图表结束 */
.p5{
  margin-bottom: 20px;
}
.p5 h3{
  background: url("../images/sscjzt/p5h3.png") 0 50% no-repeat;
  text-align: left;
  background-size: auto 100%;
  position: relative;
  margin-bottom: 13px;
  padding-left: 20px;
}
.p5 .row{
  margin-left: -20px;
  margin-right: -20px;
}
.p5 .row .col-md-6{
  padding-left: 20px;
  padding-right: 20px;
}
.p5 .col-md-6:nth-child(2) h3{
  margin-bottom: 30px;
}

.p5 h3>a{
  line-height: 61px;
}
.p5 .list-t li{
  font-size: 18px;
  line-height: 52px;
}
.p5 .list-t li a{
  color: #2d2d2d;
}
.p5 .list-t li:hover a{
  color: rgb(45, 143, 255);
}
.p5 .list-t li:before{
  width: 6px;
  height: 6px;
  background-color: #74bdfb;
  margin-top: -3px;
}
.p5 .list-t li:hover:before{
  background: rgb(45, 143, 255);
}
.p5 .list-p{
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px;
}
.p5 .list-p .col-md-4{
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}
.p5 .list-p li a{
  margin: 0;
}
.p5 .list-p li a img{
  display: block;
  width: 100%;

}
.p6bg{
  background: url("../images/sscjzt/p6bg.png") 0 50% no-repeat;
  background-size: 100% 100%;
  padding-bottom: 33px;
}

.p6 h3{
  margin-bottom: 13px;
}
.p6 p{
  font-size: 18px;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
  color: #526388;
}

@media screen and (max-width: 1200px) {
  .inner{
    width: 100%;
  }
  .grid{
    width: 100%;
    padding: 0 20px;
  }
  .p4{
    padding: 20px;
    padding-bottom: 0;

  }

  .banner img {
    width: 80%;
  }
  .grid h3{
    background-position: center center;
  }
  .p5 h3{
    background-position: left center;
    background-size: auto 100%;
  }

}
@media screen and (max-width: 992px) {
  .header{
    height: 510px;
  }
  .banner{
    margin-top: 20px;
  }
  .grid h3{
    background-size: auto 100%;
    height: 54px;
  }
  .grid h3 a{
    font-size: 24px;
    line-height: 44px;
  }
  .p2 .row1 .col-md-9,.p2 .row1 .col-md-3{
    width: 100%;
    padding: 0;
  }

  .p2 .ckxq{
    margin: 0 auto;
  }
  .p3{
    padding: 0 30px;
  }
  .p3 .row .col-md-3{
    padding: 0;
  }
  .p2 .row2 .col-md-3>div{
    margin-bottom: 0;
  }
  .p3{
    margin-bottom: 40px;
  }
  .p5 h3{
    background: url(../images/sscjzt/h3_bg.png) center center no-repeat;
    background-size: auto 100%;
    text-align: center;
    padding-left: 0;
  }
  .p5 .col-md-6:nth-child(1){
    margin-bottom: 13px;
  }
  .p5 .list-p .col-md-4{
    width: 33.33%;
    float: left;
  }

}
@media screen and (max-width: 768px) {
  .header{
    height: 400px;
  }
  .banner{
    margin-top: 0;
  }
  .intro_content{
    border: 1px solid #DDDDDD;
    background: none;
  }
  .grid h3 {
    height: 48px;
  }
  .grid h3 a{
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .header{
    height: 310px;
    background-size: auto 100%;
  }
  .banner img {
    width: 90%;
  }
  .header h1{
    height: 90px;
    background-position: 15px 50%;
    background-size: auto 60%;
  }

  .intro_title{
    height: 40px;
  }
  .title_images{
    margin-top: -13px;
  }
  .title_images img:nth-child(1) {
    width: 20px;
  }
  .title_images img:nth-child(2) {
    width: 40px;
  }


  .intro_content p {
    font-size: 16px;
    line-height: 28px;
    padding: 14px 20px;
  }
  .title_images img:nth-child(1){
    width: 20px;
  }
  .grid h3 {
    background-size: 200% 100%;
    height: 46px;
    margin-bottom: 20px;
  }

  .grid h3 a{
    font-size: 20px;
    line-height: 40px;
  }
  .grid h3 .more{
    background-size: 100% 100%;
    width: 48px;
    height: 22px;
  }

  .p1{
    margin-bottom: 30px;
  }
  .p3{
    margin-bottom: 20px;
  }
  .p2 p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .p2 span{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .p2 .ckxq {
    width: 65px;
    height: 22px;
  }
  .p2 .row1 .col-md-3{
    margin-bottom: 10px;
  }
  .p2 .row2 .col-md-3>div{
    padding-top: 10px;
  }
  .p3p4bg{
    margin-bottom: 30px;
  }
  .p4 h3{
    background-size: 230% 100%;
  }
  .p5 h3{
    margin-bottom: 8px;
  }
  .p5 .col-md-6:nth-child(2) h3{
    margin-bottom: 20px;
  }
  .p5 .col-md-6{
    margin-bottom: 18px;
  }
  .p5 .list-t li{
    font-size: 16px;
    line-height: 40px;
  }
  .p5 .list-p{
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
  }
  .p5 .list-p .col-md-4{
    width: 33.33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p5 .col-md-6:nth-child(1){
    margin-bottom: 18px;
  }
  .p6bg{
    background: none;
  }
  .p6 h3{
    margin-bottom: 8px;
  }
  .p6 p{
    font-size: 16px;
    line-height: 28px;
  }

}
