/* 图表 */
#tabs{
    width: 1200px;
    height: max-content;
    margin: 0 auto;
  }
  #tabs .erWrap .echart_wrap{
   position: relative;
  }
  #tabs .erWrap .echart_wrap .mohu{
    position: absolute;
      right: 0px;
      top: 0;
      width: 30%;
      height: 100%;
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(30px);
      display: flex;
      align-items: center;
      justify-content: center;
  }
  #tabs .erWrap .echart_wrap .mohu img{
    width: 34%;
  
  }
  #tabs .er_info {
    width: 1200px;
    margin: 0px 0 20px;
    display: flex;
    align-items: center;
  }
  
  #tabs .er_info .erWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: linear-gradient(270deg, #E1EEFD 0%, #F5F9FF 100%);
  }
  
  #tabs .er_info .erWrap .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
  
  #tabs .er_info .erWrap .title h3 {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  
  #tabs .er_info .erWrap .title h3 span {
    font-size: 12px;
    font-weight: 400;
    color: rgb(115, 115, 115);
  }
  
  #tabs .er_info .erWrap .title .more {
    font-size: 12px;
    font-weight: 400;
    color: rgb(128, 128, 128);
  }
  
  #tabs .er_info .erWrap .title .more:hover {
    color: #1966FF;
  }
  
  #tabs .er_info .erWrap .echart {
    width: 98%;
    background: #fff;
    border-radius: 25px;
  }
  
  #tabs .er_info .infoWrap {
    width: 380px;
    height: 350px;
    height: 315px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 2px 3px 25px 2px #dbe4f7;
  }
  
  #tabs .er_info .infoWrap .ad_swiper {
    width: 325px;
    height: 60px;
    margin: 15px 0 0;
  }
  
  #tabs .er_info .infoWrap .ad_swiper img {
    width: 325px;
    height: 60px;
  }
  
  #tabs .er_info .infoWrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  
  #tabs .er_info .infoWrap ul .info_name {
    width: 335px;
    display: flex;
    padding: 0 5px;
  
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
  
  #tabs .er_info .infoWrap ul .info_name p {
    padding-left: 20px;
    box-sizing: border-box;
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    background: url("../images/t_bg.png") no-repeat left bottom;
    background-size: 104px 15px;
  }
  
  #tabs .er_info .infoWrap ul .info_name span {
    font-size: 12px;
    color: #606266;
  }
  #tabs .er_info .infoWrap ul .info_name span:hover{
    color: #3363ff;
  
  }
  #tabs .er_info .infoWrap ul .info_name span i {
    letter-spacing: -3px;
    font-style: normal;
  }
  
  #tabs .er_info .infoWrap ul a {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #606266;
    padding-left: 15px;
    position: relative;
  
  }
  
  #tabs .er_info .infoWrap ul a:hover {
    color: #3363ff;
  }
  
  #tabs .er_info .infoWrap ul a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D8D8D8;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #tabs .er_info .infoWrap ul a p {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  
  /* 布局1 */
  #tabs .layout1 {
    justify-content: space-between;
    align-items: flex-start;
    height: 630px;
  
    justify-content: space-between;
      align-items: flex-start;
      height: 630px;
  }
  
  #tabs .layout1 .erWrap {
    width: 790px;
    height: 525px;
    border-radius: 20px;
    padding: 20px;
  }
  
  #tabs .layout1 .erWrap .title {
    width: 740px;
    height: 55px;
    /* line-height: 34px; */
    border-radius: 20px;
    padding: 0 20px;
    /* border: 1px solid red; */
    margin-bottom: 19px;
  }
  
  #tabs .layout1 .erWrap .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
  }
  
  #tabs .layout1 .erWrap .title h3 span {
    font-size: 15px;
    font-weight: 400;
    color: rgb(115, 115, 115);
    margin-left: 20px;
  }
  
  #tabs .layout1 .erWrap .title .more {
    font-size: 15px;
    font-weight: 400;
    color: rgb(128, 128, 128);
  }
  
  #tabs .layout1 .erWrap .echart_wrap {
    width: 740px;
  }
  
  #tabs .layout1 .erWrap .echart_wrap .mohu {
    height: 87.5%;
  }
  #tabs .layout1 .erWrap .echart {
    width: 100%;
    height: 400px;
  }
  
  #tabs .layout1 .infoWrap {
    height: 630px;
  }
  
  #tabs .layout1 .infoWrap .ad_swiper {
    margin: 20px 0 0;
  }
  
  #tabs .layout1 .infoWrap ul .info_name {
    height: 60px;
  }
  
  #tabs .layout1 .echart_wrap {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }
  
  
  /* 布局2 */
  
  #tabs  .layout2 {
    justify-content: space-between;
    height: fit-content;
    flex-wrap: wrap;
  }
  
  #tabs  .layout2 .erWrap {
    width: 580px;
    height: 400px;
    padding: 10px 25px;
    border-radius: 20px;
    margin-top: 15px;
  }
  
  #tabs  .layout2 .erWrap .title {
    height: 70px;
    border-radius: 20px;
    padding: 0 10px;
  }
  
  #tabs  .layout2 .erWrap .title h3 {
    font-size: 18px;
  }
  
  #tabs  .layout2 .erWrap .title h3 span {
    font-size: 14px;
    margin-left: 10px;
  }
  
  #tabs  .layout2 .erWrap .title .more {
    font-size: 14px;
  }
  
  #tabs  .layout2 .erWrap .echart_wrap {
    width: 519px;
    border-radius: 12px;
    overflow: hidden;
  }
  
  #tabs  .layout2 .erWrap .echart_wrap .mohu {
    height: 82.5%;
  }
  
  #tabs  .layout2 .erWrap .echart {
    width: 100%;
    height: 285px;
    border-radius: 12px;
  }
  
  #tabs  .layout2 .infoWrap {
    height: 404px;
    margin-top: 30px;
  }
  
  #tabs  .layout2 .infoWrap li {
    height: 25px !important;
  }
  #tabs .layout2 .infoWrap ul .info_name {
    height: 56px;
  }
  
  /* 布局3 */
  #tabs  .layout3 {
    height: max-content;
    flex-wrap: wrap;
  }
  
  #tabs  .layout3 .mar {
    margin-right: 28px;
    margin-bottom: 30px;
  }
  
  #tabs  .layout3 .mar:nth-child(3n) {
    margin-right: 0;
  }
  
  #tabs  .layout3 .erWrap {
    width: 380px;
    height: 315px;
    padding: 10px 25px 10px;
    border-radius: 20px;
    margin-top: 15px;
  }
  
  #tabs  .layout3 .erWrap .title {
    height: 55px;
    border-radius: 20px;
    padding: 0 7px;
  }
  
  #tabs  .layout3 .erWrap .echart_wrap {
    width: 335px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  #tabs  .layout3 .erWrap .echart_wrap .mohu {
    height: 77.3%;
  }
  
  #tabs  .layout3 .erWrap .echart {
    width: 100%;
    height: 220px;
    border-radius: 10px;
  }

  #tabs .er_info .infoWrap ul a{
    height: 26px;
  }
  #tabs .sz{
    display: none ;
  }
  #tabs .on{
    display: block;
  }
  




/* 布局4 */
#tabs  .layout4 {
    height: max-content;
    flex-wrap: wrap;
    padding: 10px 0 35px;
  }
  
  #tabs  .layout4 .mar {
    margin-right: 28px;
    margin-bottom: 28px;
  }
  
  #tabs  .layout4 .mar:nth-child(3n) {
    margin-right: 0;
  }
  
  #tabs  .layout4 .erWrap {
    width: 380px;
    height: 253px;
    padding: 13px 25px 10px;
    border-radius: 20px;
  }
  
  #tabs  .layout4 .erWrap .title {
    height: 30px;
    border-radius: 20px;
    padding: 0 7px;
  }
  
  #tabs  .layout4 .erWrap .echart_wrap {
    width: 335px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 13px;
  }
  
  #tabs  .layout4 .erWrap .echart_wrap .mohu {
    height: 72%;
  }
  
  #tabs  .layout4 .erWrap .echart {
    width: 100%;
    height: 178px;
    border-radius: 10px;
  }
  #tabs  .layout4 .infoWrap{
    height: 540px;
  }
  #tabs  .layout4 .infoWrap ul li {
    height: 25px;
  }
  
  #tabs  .layout4 .infoWrap .swiper {
    margin-top: 25px;
  }
  #tabs .layout4 .infoWrap ul .info_name{
    width: 335px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 47px;
  }


  /* 布局5 */

  
/* 布局4 */
#tabs  .layout5 {
  height: max-content;
  flex-wrap: wrap;
  padding: 10px 0 35px;
}

#tabs  .layout5 .erWrap {
  margin-bottom: 40px;
  width: 1200px;
height: 762px;
opacity: 1;
border-radius: 10px;
padding-top: 10px;
background: linear-gradient(270deg, rgba(225, 238, 253, 1) 0%, rgba(245, 249, 255, 1) 100%)
}

#tabs  .layout5 .erWrap .title {
  width: 1070px;
  height: 64px;
  border-radius: 20px;
  padding: 0 7px;
}
#tabs  .layout5 .erWrap .title h3{
  font-size:20px;
  font-weight:600;
}
#tabs  .layout5 .erWrap .title span{
  font-size:16px;
  font-weight:400;
  padding-left: 20px;
}
#tabs  .layout5 .erWrap .title .exp img{
  width: 29px;
  height: 29px;
}
#tabs  .layout5 .erWrap .echart_wrap {
  width: 1070px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 8px;
}

#tabs  .layout5 .erWrap .echart_wrap .mohu {
  height: 91.7%;
}
#tabs .layout5 .erWrap .echart_wrap .mohu img{
  width: 89px;
  height: 89px;
}
#tabs  .layout5 .erWrap .echart {
  width: 1070px;
  height: 600px;
  border-radius: 10px;
}
#tabs  .layout5 .erWrap .year{
  display: flex;
  width:375px ;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}
#tabs  .layout5 .erWrap .year p{
  width: 103px;
  height: 27px;
  line-height: 27px;
  border-radius: 80px;
  border: 1px solid #8EB4FD;
  color:#8EB4FD;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
}
#tabs  .layout5 .erWrap .year  .btn_active{
  background-color: #6597FC;
  border: 1px solid #6597FC;
  color: #fff;
}
#tabs  .layout5 .infoWrap{
  height: 540px;
  margin-right: 30px;
}
#tabs  .layout5 .infoWrap:last-child{
  margin-right: 0;
}
#tabs  .layout5 .infoWrap ul li {
  height: 25px;
}

#tabs  .layout5 .infoWrap .swiper {
  margin-top: 25px;
}
#tabs .layout5 .infoWrap ul .info_name{
  width: 335px;
  display: flex;
  padding: 0 5px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 47px;
}
.scroll-item .subclass p:hover{
  color:#3363FF !important;
}
.scroll-item .subclass .type_active{
  color:#3363FF !important;
  text-decoration: underline;
}