body {
  background-color: #fff;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.sjjj {
  width: 100%;
  background-color: #fff;
  padding: 0 0 30px 0;
}

.container{
  width:1100px;
  margin:0 auto;
}

.sjjj_title,
.sjkf_title {
  width: 100%;
  position: relative;
  height: 110px;
}

.left-box,
.right-box {
  position: relative;
  width: 40%;
  height: 100%;
}

.left-box {
  float: left;
}

.right-box {
  float: right;
}

.left-box::before,
.right-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.center-box {
  float: left;
  line-height: 110px;
  height: 100%;
  /* background-color: pink; */
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.title-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.title-box span {
  color: #485e8b;
}

.title-box em {
  color: #ab0400;
}

.charts {
  width: 100%;
  height: auto;
}

.charts_left {
  float: left;
  width: 20%;
}

.charts_left img {
  margin-right: 20px;
  vertical-align: middle;
}

.charts_title {
  background-color: #485f8b;
  height: 61px;
  line-height: 61px;
  color: #fff;
  padding-left: 22px;
}

.charts_nav {
  border: 1px solid #e5e5e5;
}

.charts_nav li {
  padding-left: 22px;
  cursor: pointer;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
}

.active {
  background-color: #2564d0;
  color: #fff;
}

.charts-right {
  float: right;
  width: 70%;
  height: 450px;
  border: 1px solid #e5e5e5;
}

.charts-right ul {
  float: left;
  width: 100%;
  /* overflow: hidden;
  zoom: 1; */
  z-index: 999;
}

.charts_box {
  /* width: 100%; */
  /* width: 1050px; */
  height: 450px;
}

.sjkf {
  width: 100%;
  /* height: 3000px; */
  background-color: #f1f1f1;
  padding-bottom: 20px;
}

.tjfx {
  position: relative;
  height: 341px;
  width: 100%;
  background: url('../images/tjfx_bg.png');
  border-bottom: 1px solid #e5e5e5;
  padding: 0 30px;
}

.img-box {
  width: 30%;
  height: 100%;
  position: relative;
  text-align: center;
}

.img-box img {
  width: 250px;
  height: 250px;
  margin-top: 80px;
  /* position: absolute;
  left: 50%;
  top: 50%; */
}

.tjfx-list {
  width: 70%;
  height: 189px;
  margin-top: 100px;
}

.tjfx-list ul li {
  height: 63px;
  width: 100%;
  position: relative;
  padding: 0 20px;
}

.tjfx-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  /* transform: translateY(-50%); */
  background-color: #48608d;
}

.tjfx-list ul li a {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #343f56;
  font-size: 20px;
  font-weight: bold;
}

.tjfx-list ul li span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

.more {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 10px 10px 0 0;
  text-align: center;
  line-height: 40px;
  background-image: linear-gradient(#fff, #f1f1f1);
}

.more a {
  color: #cfcfcf;
  font-size: 18px;
}

.tjsj {
  background-color: #fff;
  position: relative;
  padding: 36px 30px 0;
  height: 630px;
  overflow: hidden;
}

.tjsj-img {
  width: 30%;
  height: 510px;
  position: relative;
}

.tjsj-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  /* height: 100%; */
}

.tjsj-list {
  width: 65%;
}

.tjsj-list ul li {
  height: 170px;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.tjsj-list ul li span {
  color: #989898;
  font-weight: bold;
  font-size: 20px;
}

.tjsj-list ul li p {
  color: #989898;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}

.list-title {
  position: relative;
  padding: 0 30px;
  margin-bottom: 25px;
}

.list-title::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  border: 9px solid transparent;
  border-left: 10px solid #677ca4;
}

.list-title i{
    font-style: normal;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
}
.list-title a {
  display: block;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
}

.list-title span {
  position: absolute;
  right: 0;
  top: 0;
}

.list-content p {
  text-indent: 2em;
  line-height: 30px;
}

.list-content a {
  color: #989898;
}

.zfgb {
  height: 704px;
  padding: 0 26px;
  background-color: #fff;
}

.zfgb-bg {
  background: url('../images/zfgb_bg.png');
  height: 208px;
  position: relative;
}

.zfgb-title {
  width: 400px;
  height: 98px;
  background: url('../images/zfgb_title.png') no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.zfgb-content {
  position: relative;
  height: 406px;
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.zfgb-content ul {
  /* overflow: hidden; */
  height: 100%;
  margin: 0;
}

.zfgb-content ul li {
  overflow: hidden;
  float: left;
  background-color: #e3edff;
  height: 406px;
  width: 400px;
  margin-right: 50px;
  padding: 30px 0!important;
  zoom: 1;
}

.fix::after {
  content: '';
  display: table;
  clear: both;
}

.btn1-box,
.btn2-box {
  z-index: 99;
  height: 90%;
  width: 35px;
  position: absolute;
  /* top: 0; */
  background-color: #fff;
  bottom: 0;
}

.btn1-box {
  left: 30px;
}

.btn2-box {
  right: 30px;
}

#btn1 {
  cursor: pointer;
  position: absolute;
  top: 350px;
  left: 0;
  /* transform: translateY(-50%); */
  /* border: 13px solid transparent; */
  /* border-right: 13px solid #92a8d7; */
}

#btn2 {
  cursor: pointer;
  position: absolute;
  top: 350px;
  right: 10px;
  /* transform: translateY(-50%); */
  /* border: 13px solid transparent; */
  /* border-left: 13px solid #92a8d7; */
}

.bottom {
  padding-left: 30px;
  padding-right: 30px;
}

.zfgb {
  position: relative;
}

.zfgb-icon {
  margin-bottom: 30px;
  text-align: center;
}

.zfgb-gb {
  color: #475f8c;
  font-size: 22px;
  font-weight: 700;
}

.zfgb-nr {
  text-indent: 2em;
  color: #8ea4bf;
  margin-bottom: 30px;
  margin-top: 30px;
  height: 100px;
}

.zfgb-xq {
  position: relative;
}

.zfgb-xq a {
  position: absolute;
  right: 0;
  top: 0;
}

.foreshowList{
  margin-bottom:20px;
  display:inline-block;
  width: 100%;
}

.foreshow{
    float: left;
    width: 31.5%;
    margin-right: 30px;
min-height: 320px;}

.foreshow .moreBtn2{
    float:right;
    font-size: 16px;
    background: #f2f2f2;
    text-align: center;
    width: 80px;
    line-height: 30px;
    height: 30px;
    border-radius: 30px;
    color: #000;
    margin-top: 6px;
}



.foreshow2{
    float: right;
    width: 31.5%;
    /* margin-right: 30px; */
}

.foreshow2 .moreBtn2{
    float:right;
    font-size: 16px;
    background: #f2f2f2;
    text-align: center;
    width: 80px;
    line-height: 30px;
    height: 30px;
    border-radius: 30px;
    color: #000;
    margin-top: 6px;
}

.hd-title {
    width: 100%;
    background-color: #f2f2f2;
    margin: 20px auto;
}

.hd-title p {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 8px 10px;
    background-color: #2564d0;
}
.foreshow-list li {
    overflow: hidden;
}

.foreshow-list li a {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foreshow-list li {
    overflow: hidden;
    font-size: 16px;
    padding-left: 8px;
    background: url(../../images/hd/hd_dot.png) no-repeat left center;
    line-height: 38px;
}

.foreshow-list li span {
    float: right;
    width: 25%;
    text-align: right;
}


/* 
#chart1,
#chart2,
#chart3,
#chart4,
#chart5,
#chart6,
#chart7,
#chart8 {
  display: none;
}

#chart4 {
  display: block;
} */

@media (max-width: 768px) {
  .container{
    width:100%;
  }
  .foreshow{
    width:100%;
  }
  .foreshow2{
    width:100%;
  }
  .charts_nav li{
    font-size:15px;
    padding-left:5px;
  }
  .charts_left img {
    margin-right: 10px;
  }
  .zfgb-content {
    width: 100%;
  }
  .zfgb-content .box_ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zfgb-content ul li {
    height: 325px;
    width: 325px;
    margin: 0;
    margin-right: 10px;
  }
  .zfgb-gb {
    font-size: 14px;
  }
  .zfgb-nr {
    font-size: 12px;
    margin: 10px 0 0;
  }
  #btn1,
  #btn2 {
    top: 350px;
    display: none;
  }
  .zfgb {
    height: 624px;
  }
  .btn1-box,
  .btn2-box {
    display: none;
  }
}

@media (min-width: 768px) {
  .charts_left {
    float: left;
    width: 22%;
  }
  .charts-right{
    width:75%;
  }
  .tjsj-list ul li .list-content{
    height:72px;
    overflow:hidden;
  }
  .zfgb-content {
    width: 100%;
  }
  .zfgb-content ul li {
    height: 325px;
    width: 325px
  }
  .zfgb-gb {
    font-size: 14px;
  }
  .zfgb-nr {
    font-size: 12px;
    margin: 10px 0 0;
  }
  #btn1,
  #btn2 {
    top: 350px;
  }
  .zfgb {
    height: 624px;
  }
  /* .btn1-box,
  .btn2-box {
    display: none;
  } */
}

@media (min-width: 1220px) {
  .zfgb-content {
    width: 1075px!important;
  }
  .zfgb-content ul li {
    height: 325px;
    width: 325px
  }
  .zfgb-gb {
    font-size: 14px;
  }
  .zfgb-nr {
    font-size: 12px;
    margin: 10px 0 0;
  }
  .zfgb {
    height: 704px;
  }
  .zfgb {
    height: 624px;
  }
  .btn1-box,
  .btn2-box {
    display: block;
  }
}

@media (min-width: 1520px) {
  .zfgb-content {
    width: 1370px!important;
  }
  .zfgb-content ul li {
    height: 406px;
    width: 420px;
    border-radius: 5px;
  }
  .zfgb-gb a{
    color:#395f8e;
  }
  .zfgb-gb {
    font-size: 22px;
    font-weight: bold;
    color: #395f8e;
    /* line-height: 30px; */
    height: 62px;
  }
  .zfgb-nr {
    font-size: 16px;
    margin: 20px 0;
    font-weight: bold;
    line-height: 30px;
  }
  #btn1,
  #btn2 {
    top: 320px;
  }
  .zfgb {
    height: 704px;
  }
}
@media(max-width:414px){
  .charts_left,.charts-right{
    float:unset;
    width:100%;
  }
  .charts_left{
    height:auto;
  }
  .charts-right{
    height: 400px;
   }
   .charts_box{
     height:400px;
   }
  .charts_nav li{
    float:left;
    width:33.3%;
    height:50px;
    line-height:50px;
    font-size:12px;
  }
  .charts_left img {
    margin-right: 5px;
  }
  .charts-right div{
    width:100%;
  }
  .left-box, .right-box{
    width:30%;
  }
  .img-box img {
    width: 245px;
    height: 150px;
    margin-top: 62px;
  }
  .img-box {
    width: 25%;
  }
  .tjfx{
    padding:0 10px;
    height: 270px;
  }
  .tjfx-list ul li {
    height: 40px;
  }
  .tjfx-list ul li a{
    font-size: 14px;
  }
  .tjfx-list ul li span{
    font-size: 14px;
  }
  .tjfx-list{
    margin-top:80px;
  }
  .tjsj {
    padding: 20px 10px 0;
    height: 610px;
  }
  .tjsj-img,.tjsj-list{
    float:unset;
  }
  .tjsj-img{
    width:100%;
    height: 206px;
    text-align:center;
  }
  .tjsj-img img{
    width: 86%;
    height: 100%;
  }
  .tjsj-list{
    width:100%;
  }
  .list-title{
    margin-bottom:10px;
  }
  .list-title a{
    font-size: 16px;
  }
  .tjsj-list ul li span{
    font-size: 16px;
  }
  .tjsj-list ul li p{
    line-height:30px;
    font-size: 15px;
  }
  .tjsj-list ul li{
    padding:10px 0;
    height: auto;
  }
  .tjsj-list ul li .list-content{
    height: 57px;
    overflow:hidden;
  }
  .zfgb-bg{
    height: 125px;
  }
  .zfgb-content{
    height:380px;
  }
  .zfgb {
    height: 530px;
  }
  .charts{
    height:auto;
  }
}
@media(max-width:375px){
  .charts_nav li{
    width:33.33%;
  }
  .charts_left img {
    margin-right: 2px;
    width: 22px;
  }
}
 
