body {
  background: url(../images/bodybg.jpg) repeat-x top center #ebf0ff;
  background-size: 100% 100%;
}

.banner-box {
  margin-top: 1.03rem;
  position: relative;
}

.iwzbox {
  background: url(../images/iwzbg.png) right center no-repeat;
  position: absolute;
  bottom: -0.3rem;
  z-index: 99;
  height: .8rem;
  background-size: auto 100%;
  padding: 0 1rem;
}

.iwzbox h2 {
  font-size: 0.22rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  height: .8rem;
  line-height: .8rem;
  margin: 0 .2rem;
  background: url(../images/homeico.png) left center no-repeat;
  padding-left: .32rem;
  background-size: .2rem .2rem;
}


.banner img {
  display: block;
  width: 100%;
}

.banner .slick-prev {
  width: .5rem;
  height: .5rem;
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  left: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
}

.banner .slick-prev:hover {
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}

.banner .slick-next {
  width: .5rem;
  height: .5rem;
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  background-size: 20%;
  right: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
}

.banner .slick-next:hover {
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}


.banner .slick-dots {
  width: auto;
  bottom: .2rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.banner .slick-dots li {
  margin: 0 .1rem;
  background: #fff;
  opacity: 0.5;
  height: 0.1rem;
  width: 0.1rem;
  border-radius: 50%;
}

.banner .slick-dots li button {
  display: none
}

.banner .slick-dots li.slick-active {
  opacity: 1;
  width: .4rem;
  border-radius: .2rem;
  opacity: 0.9;
}

/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.index_tit_img {
  width: .42rem;
  height: .42rem;
  background: #EDF5FD;
  margin-right: .2rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_tit_img img {
  width: .24rem;
  height: .24rem;
}


.index_tc {
  background-size: 1.24rem 1.11rem;
  text-align: left;
}

.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #BA2A17;
}

.index_tc h3 {
  font-size: .36rem;
  font-weight: 500;
  line-height: .4rem;
  color: #002147;
  line-height: 0.6rem;
}

.index_more {
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
}

.index_more a {
  display: block;
  font-size: .16rem;
  font-weight: 290;
  line-height: .24rem;
  color: #666666;
  background: url(../images/more_ico.png) right center no-repeat;
  padding-right: .4rem;
  transition: all 0.3s;
  background-size: .35rem .25rem;
}

.index_more a:hover {
  color: #BA2A17;
  margin-right: .1rem;
  transition: all 0.3s
}



/*  */
.section1 {
  padding: .9rem 0 .6rem 0;
  height: auto;
  overflow: hidden;
}

.section1 .px1600 {
  display: flex;
  justify-content: space-between;
}

.section1 .izd-item {
  width: 7.2rem;
  background: #fff;
  background: linear-gradient(0deg, #F5F8FC 0%, rgba(255, 255, 255, 0) 100%);
}

.section1 .izd-item-tit {
  position: relative;
  width: 100%;
}

.section1 .izd-item-tit h1 {
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 0.6rem;
  letter-spacing: normal;
  color: #FFFFFF;
  position: absolute;
  left: .4rem;
  top: 1.4rem;
  z-index: 999;
}

.section1 .izd-item-tit img {
  display: block;
  width: 100%;
  height: auto;
}

.zd_list {
  padding: .0rem .4rem .4rem .4rem;
}
.zd_list_tit{
    border-bottom: #d8d8d8 .01rem solid;
    position: relative;
    padding: 0 0 0 0;
    margin-bottom: .1rem;
}
.zd_list_tit  h1 {
  font-size: 0.42rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: normal;
  color: #222;
  z-index: 999;
  position: relative;
}
.zd_list_tit  h1:after{
  content:"";
  position:absolute;
  left:.02rem;
   bottom:-.02rem;
  width:1.73rem;
  height:.03rem;
  background:#d8d8d8
}
.zd_list li {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.66rem;
  letter-spacing: normal;
  color: #333333;
  border-bottom: 0.01rem dashed #D8D8D8;
  transition: all .3s;
  position: relative;
}

.zd_list li:last-child {
  border-bottom: none
}

.zd_list li:after {
  content: "";
  position: absolute;
  transition: all .8s;
  width: 0%;
  height: 0.01rem;
  left: 0;
  bottom: -.01rem;
  z-index: 999;
}

.zd_list li:hover:after {
  width: 100%;
  background: #002147;
  transition: all .5s;
}

.zd_list li a {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.66rem;
  letter-spacing: normal;
  color: #333333;
  font-weight: 400;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.zd_list li:hover a {
  color: #002147;
  font-weight: 800;
  transition: all .3s;
}

.section2 {
  padding: 0 0 1rem 0;
  height: auto;
  overflow: hidden;
}

.section2 .px1600 {
  display: flex;
  justify-content: space-between;
}

.s2_item {
  width: 7.2rem;
  background: url(../images/tit_zsx.png) .2rem .5rem no-repeat;
  background-size: auto 100%;
}

.lxfsbox {
  padding: 0rem 0 0rem .7rem;
  height: auto;
  overflow: hidden;
}

.lxfsbox p {
  padding-left: .3rem;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.5rem;
  letter-spacing: normal;
  color: #333333;
}

.lxfsbox p:nth-child(1) {
  background: url(../images/itemico01.png) left .18rem no-repeat;
  background-size: .16rem .16rem;
}

.lxfsbox p:nth-child(2) {
  background: url(../images/itemico02.png) left center no-repeat;
  background-size: .16rem .16rem;
}

.lxfsbox p:nth-child(3) {
  background: url(../images/itemico02.png) left center no-repeat;
  background-size: .16rem .16rem;
}

.yqljbox {
  padding: 0rem 0 0rem .7rem;
  height: auto;
  overflow: hidden;
}

.yqljbox ul {
  display: flex;
  flex-wrap: wrap;
}

.yqljbox li {
  width: 33.3333%;
  font-size: 0.2rem;
  line-height: 0.6rem;
  height: .6rem;
  letter-spacing: normal;
  color: #333333;
  overflow: hidden;
}

.yqljbox li a {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.6rem;
  letter-spacing: normal;
  color: #333333;
  position: relative;
  transition: all .3s;
  left: 0;
}



.yqljbox li:hover a {
  color: #002147;
  display: block;
  left: .05rem;
}

/*  */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
  .banner-box {
    margin-top: 0rem
  }
}

@media screen and (max-width: 1024px) {
  .iwzbox {
    display: none;
  }

  .section1 {
    padding: .3rem 0 .4rem 0;
  }

  .section1 .px1600 {
    display: block;
  }

  .section1 .izd-item {
    width: 100%;
  }

  .section1 .izd-item-tit h1 {
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
    font-weight: 800;
  }

  .zd_list {
    padding: .2rem .2rem;
  }

  .section2 .px1600 {
    display: block;
  }

  .s2_item {
    width: 100%;
    margin-bottom: .3rem;
  }

  .section2 {
    padding: 0 0 .4rem 0;
  }
}

@media screen and (max-width: 768px) {
  .section1 {
    padding: .3rem 0 .2rem 0;
  }

  .zd_list {
    padding: .2rem .1rem;
  }

  .zd_list li {
    font-size: 0.18rem;
    line-height: 0.5rem;
  }

  .zd_list li a {
    font-size: 0.18rem;
    line-height: 0.5rem;
  }

  .index_tit {
    margin-bottom: 0;
  }

  .index_tc h3 {
    font-size: .24rem;
    line-height: 0.4rem;
  }

  .index_tit_img {
    margin-right: 0;
  }

  .yqljbox li {
    width: 50%;
    line-height: 0.4rem;
    height: .4rem;
    font-size: 0.16rem;
  }

  .yqljbox li a {
    font-size: 0.16rem;
    line-height: 0.5rem;
  }

  .s2_item {
    background: none;
  }

  .lxfsbox {
    padding: 0rem 0 0rem .2rem;
  }

  .yqljbox {
    padding: 0rem 0 0rem .2rem;
  }

  .section1 .izd-item-tit h1 {
    font-size: 0.3rem;
  }
.zd_list_tit h1{font-size: 0.3rem;line-height: .7rem;}
  .zd_list_tit h1:after{
    width: 1.2rem;
}
  .lxfsbox p {
    font-size: 0.16rem;
  }

  .index_tit_img img {
    width: .2rem;
    height: .2rem;
  }
}

@media screen and (max-width: 520px) {
  .banner .slick-prev {
    width: .2rem;
    height: .31rem;
    left: .28rem;
  }

  .banner .slick-next {
    width: .2rem;
    height: .31rem;
    right: .28rem;
  }


}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }
}