/*  */
.banner-box {
  margin-top: 0.95rem;
  position: relative;
}

.banner {
  position: relative
}

.banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6rem;
  background: url(../images/bannerendline.png) bottom repeat-x;
  background-size: 100% 100%;
  z-index: 0;
}


.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: .1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: .15rem;
}

.index_tit_img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_tit_img img {
  max-width: .4rem;
  max-height: .4rem;
  display: block;
}

.index_tc {
  /* display: inline-block; */
  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: 0.3rem;
  font-weight: 900;
  color: #333333;
  font-family: sySong;
  line-height: 0.4rem;
  height: .4rem;
}

.index_more {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}

.index_more a {
  display: block;
  padding-right: 0;
  transition: all 0.3s;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #014A96;
}

.index_more a:hover {
  color: #cd2920;
  margin-right: .1rem;
  transition: all 0.3s
}

.index_tit2 {
  text-align: center;
  position: relative;
  margin-bottom: .4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_tit2 .index_tit_img {
  margin: 0 .15rem;
}

.index_tit2 .index_tc {}

.index_tit2 .index_tc h3 {
  color: #fff
}

.index_tit3 {
  text-align: center;
  position: relative;
  margin-bottom: .4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_tit3 .index_tit_img {
  margin: 0 .15rem;
}

/*  */
.section1 {
  padding: .9rem 0 .6rem 0;
  height: auto;
  overflow: hidden;
}

.section1 .px1600 {
  display: flex;
  justify-content: space-between;
}

.section1 .izd-item {
  width: 5.06rem;
  border-radius: 0.1rem;
  background: #FFFFFF;
  box-shadow: 0.08rem 0.04rem 0.23rem 0rem rgba(0, 75, 153, 0.15);
  padding: .3rem .2rem .3rem .2rem;
}

.section1 .izd-item:nth-child(1) {
  background: url(../images/s1_bg1.png) bottom right no-repeat #fff;
  background-size: 100% auto;
}

.section1 .izd-item:nth-child(2) {
  background: url(../images/s1_bg2.png) bottom right no-repeat #fff;
  background-size: 100% auto;
}

.section1 .izd-item:nth-child(2) .index_tit {
  border-bottom: 0.01rem solid #E7F2FF;
}

.section1 .izd-item:nth-child(3) {
  background: #C2E0FD;
  background: linear-gradient(180deg, #C2E0FD 0%, rgba(255, 255, 255, 1) 50%);
}

.zcfgbox {}

.zcfgbox .zcfg_tit {}

.zcfgbox .zcfg_tit ul {
  display: flex;
  align-items: center;
}

.zcfgbox .zcfg_tit li {
  font-family: PingFang SC;
  font-size: 0.18rem;
  line-height: .4rem;
  color: #014A96;
  padding: 0 .1rem;
  margin: 0 .05rem;
  border-radius: 0.1rem;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

.zcfgbox .zcfg_tit li:hover {
  color: #FFFFFF;
  background: #014A96;
}

.zcfgbox .zcfg_tit li.on {
  font-size: 0.18rem;
  color: #FFFFFF;
  background: #014A96;
  padding-left: .4rem;
}

.zcfgbox .zcfg_tit li.on:before {
  content: "";
  position: absolute;
  left: .15rem;
  top: 50%;
  transform: translateY(-50%);
  width: .17rem;
  height: .17rem;
  background: url(../images/zcfgsel_ico.png) center no-repeat
}

.zcfgbox .zcfg_list {
  padding: 0.1rem 0;
}

.zcfgbox .zcfg_list ul {
  display: none;
}

.zcfgbox .zcfg_list ul.on {
  display: block;
}

.zcfgbox .zcfg_list li {
  padding: 0 .15rem;
  transition: all .3s;
  position: relative;
}

.zcfgbox .zcfg_list li a {
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  line-height: .6rem;
  height: .56rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
}

.zcfgbox .zcfg_list li:hover {
  border-radius: 0.1rem;
  background: rgba(229, 236, 244, 0.3);
  box-shadow: 0.02rem 0.02rem 0.04rem 0rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.zcfgbox .zcfg_list li:before {
  content: "";
  position: absolute;
  right: .2rem;
  top: 50%;
  transform: translateY(-50%);
  width: .27rem;
  height: .27rem;
  background: url(../images/s1_jt.png) center no-repeat;
  opacity: 0;
  transition: all .3s
}

.zcfgbox .zcfg_list li:hover:before {
  opacity: 1;
  right: .1rem;
}

.zcfgbox .zcfg_list li:hover a {
  color: #014A96;
}

/*  */
.jsjdlist li {
  padding: 0 .15rem;
  transition: all .3s;
  position: relative;

}

.jsjdlist li:last-child a {
  border-bottom: none
}

.jsjdlist li a {
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  line-height: .56rem;
  height: .64rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 0.01rem dotted #e8f1fb;
}

.jsjdlist li a i {
  display: block;
  width: .37rem;
  height: .37rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .2rem;
}

.jsjdlist li a i img {
  width: .37rem;
  height: .37rem;
}

.jsjdlist li:hover {
  border-radius: 0.1rem;
  background: rgba(229, 236, 244, 0.3);
  box-shadow: 0.02rem 0.02rem 0.04rem 0rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.jsjdlist li:before {
  content: "";
  position: absolute;
  right: .2rem;
  top: 50%;
  transform: translateY(-50%);
  width: .27rem;
  height: .27rem;
  background: url(../images/s1_jt.png) center no-repeat;
  opacity: 0;
  transition: all .3s
}

.jsjdlist li:hover:before {
  opacity: 1;
  right: .1rem;
}

.jsjdlist li:hover a {
  color: #014A96;
}

/*  */
.lxfsbox {
  border-radius: 0.26rem;
  background: url(../images/s1_bg3.png) center center #FFFFFF no-repeat;
  background-size: auto 90%;
  padding: .3rem;
}

.lxfsbox h2 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: .2rem;
}

.lxfsbox div {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 185%;
  letter-spacing: normal;
  color: #555;
  padding-left: .3rem;
  margin: .17rem auto;
  font-family: PingFang SC;
}

.lxfsbox span {
  font-size: .18rem;
}

.lxfsbox p {
  font-weight: bold;
  font-size: .2rem;
}

.lxfsbox .lx_ico01 {
  background: url(../images/lx_ico01.png) left .07rem no-repeat;
  background-size: .2rem .2rem;
}

.lxfsbox .lx_ico02 {
  background: url(../images/lx_ico02.png) left .1rem no-repeat;
  background-size: .2rem .2rem;
}

.lxfsbox .lx_ico03 {
  background: url(../images/lx_ico03.png) left .1rem no-repeat;
  background-size: .2rem .2rem;
}

.lxfsbox {}

.lxfsbox {}

.lxfsbox {}

/*  */
.section2 {
  padding: .6rem 0;
  height: auto;
  overflow: hidden;
  background: url(../images/s2_bg.png) no-repeat;
  background-size: 100% 100%;
}

.ptytbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ptytbox>ul {}

.ptytbox>ul li {
  transition: all .3s;
}

.ptytbox>ul li a h2 {
  font-size: 0.2rem;
  color: #FFFFFF;
  font-family: PingFang SC;
  text-align: center;
  line-height: .3rem;
  margin: .1rem auto;
  transition: all .3s;
  font-weight: bold;
}

.ptytbox>ul li a {
  display: block;
  padding: .2rem .3rem .3rem .3rem;
  transition: all .3s;
  background: bottom center no-repeat;
  margin: 0 .1rem;
}

.ptytbox>ul li a span {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, .7);
  display: block;
  font-family: PingFang SC;
  text-align: center;
}

.ptytbox .ptyt_img {
  transition: all .3s;
}

.ptytbox .ptyt_img img {
  display: block;
  margin: 0 auto;
  transition: all .3s;
}

.ptytbox .ptyt_img .imga {}

.ptytbox .ptyt_img .imgb {
  display: none;
}

.ptytbox>ul li:hover .ptyt_img .imga {
  display: none;
}

.ptytbox>ul li:hover .ptyt_img .imgb {
  display: block;
}

.ptytbox>ul li a i {
  text-align: center;
  margin: .2rem auto;
  display: block;
}

.ptytbox>ul li a i svg {
  margin: 0 auto;
  display: block;
  width: .12rem;
  height: auto;
}

.ptytbox>ul li a i svg * {
  fill: #fff
}

.ptytbox>ul li:hover {}

.ptytbox>ul li:hover a {
  border-radius: 0.1rem;
  background: url(../images/ytphbg.png) #FFFFFF bottom center no-repeat;
  box-shadow: 0rem 0.04rem 0.24rem 0.05rem rgba(0, 40, 82, 0.62);
  background-size: 100% auto;
}

.ptytbox>ul li:hover a h2 {
  color: #333333;
}

.ptytbox>ul li:hover a span {
  color: #333333;
}

.ptytbox>ul li:hover a i svg * {
  fill: #cd2920
}


.ptytbox .slick-dots {
  width: 100%;
  height: .1rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.ptytbox .slick-dots li {
  margin: 0 .1rem;
  width: .11rem;
  height: .11rem;
  border-radius: 50%;
  opacity: 0.2;
  background: #fff;
}

.ptytbox .slick-dots li button {
  display: none
}

.ptytbox .slick-dots li.slick-active {

  opacity: 1;
}
.sys_zy2 {
  border-radius: 0.1rem;
  background: url(../images/ytphbg.png) #FFFFFF bottom center no-repeat;
  /* box-shadow: 0rem 0.04rem 0.24rem 0.05rem rgba(0, 40, 82, 0.62); */
  background-size: 100% auto;
  display: block;
  padding: 0 .2rem;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-size: .16rem;
  line-height: .27rem;
  color: #333;
  white-space: pre-wrap;
  overflow-y: AUTO;
}

.sys_zy2 p {
  font-size: .16rem;
  line-height: .27rem;
  color: #333;white-space: pre-wrap;
}

.ptytbox>ul li:hover .sys_zy2 {
  opacity: 1;
}
/*  */
.section3 {
  padding: .7rem 0;
  height: auto;
  overflow: hidden;
  background: url(../images/s3_bg.png) no-repeat;
  background-size: 100% 100%;
}

.section3 .px1600 {}

.xgdownbox {}

.xgdownbox ul {
  margin-top: .45rem;
}

.xgdownbox ul li {
  padding: .1rem 0;
}

.xgdownbox ul li a {
  display: block;
  margin: 0 .25rem;
  border-radius: .4rem 0rem .4rem 0rem;
  background-color: #FFFFFF;
  box-shadow: 0rem 0rem .1rem 0rem #CEE6FA;
  padding: .4rem 0.4rem 0.5rem .4rem;
}

.xgdownbox ul li:hover a {
  background-image: url(../images/infontc14_26_libg.png);
  background-position: center center;
  background-size: cover;
}

.xgdownbox ul li a h3 {
  font-size: .2rem;
  font-weight: normal;
  line-height: .3rem;
  height: .6rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFang SC;
  padding: 0 .2rem;
}

.xgdownbox ul li:hover a h3 {
  color: #fff;
}

.xgdownbox ul li a .infontc14_26_cd {
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xgdownbox ul li a .xgdown_txt {
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  min-width: 0;
}

.xgdownbox ul li a .xgdown_txt p {
  font-family: PingFang SC;
  font-size: 0.16rem;
  line-height: .24rem;
  letter-spacing: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xgdownbox ul li:hover a .xgdown_txt p {
  color: #fff;
}

.xgdownbox ul li a .infontc14_26_jt {
  width: .3rem;
  height: .3rem;
  background: url(../images/infontc14_26_jt1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.xgdownbox ul li:hover a .infontc14_26_jt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .52rem;
  height: .54rem;
  background: url(../images/infontc14_26_q.png) no-repeat;
  background-size: 100% 100%;
}

.xgdownbox ul li:hover a .infontc14_26_jt {
  background: url(../images/infontc14_26_jt2.png) no-repeat;
  background-size: 100% 100%;
}

.xgdownbox .slick-dots {
  position: static;
  margin-top: .48rem;
  position: relative;
}

.xgdownbox .slick-dots::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  border: .01rem solid #CEE6FA;
}

.xgdownbox .slick-dots li {
  width: .18rem;
  height: .18rem;
  background: url(../images/infontc14_26_dot1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 .25rem;
  position: relative;
  z-index: 1;
  padding: 0 !important;
}

.xgdownbox .slick-dots li.slick-active {
  background: url(../images/infontc14_26_dot2.png) no-repeat;
  background-size: 100% 100%;
}

.xgdownbox .slick-dots li button {
  display: none;
}

.xgdownbox .slick-prev,
.xgdownbox .slick-next {
  z-index: 9;
  width: .45rem;
  height: .45rem;
  top: inherit;
  transform: none;
  bottom: -0.12rem;
}

.xgdownbox .slick-prev {
  background: url(../images/infontc14_26prev.png) no-repeat;
  background-size: 100% 100%;
  transition: all .3s;
}

.xgdownbox .slick-prev:hover {
  background: url(../images/infontc14_26next.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.xgdownbox .slick-next {
  background: url(../images/infontc14_26prev.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  transition: all .3s;
}

.xgdownbox .slick-next:hover {
  background: url(../images/infontc14_26next.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
}


/*  */
@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) {
  .inav {
    display: none
  }

  .iwzbox {
    display: none;
  }

  .section1 {
    padding: .3rem 0 .2rem 0;
  }

  .section1 .px1600 {
    display: block;
  }

  .section1 .izd-item {
    width: 100%;
    background-size: auto auto !important;
    margin-bottom: .3rem;
  }



  .section2 .px1600 {
    display: block;
  }

  .s2_item {
    width: 100%;
    margin-bottom: .3rem;
  }

  .section2 {
    padding: .4rem 0 .4rem 0;
  }
}

@media screen and (max-width: 768px) {}

@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;
  }
}t li a {
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  line-height: .56rem;
  height: .64rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 0.01rem dotted #e8f1fb;
}

.jsjdlist li a i {
  display: block;
  width: .37rem;
  height: .37rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .2rem;
}

.jsjdlist li a i img {
  width: .37rem;
  height: .37rem;
}

.jsjdlist li:hover {
  border-radius: 0.1rem;
  background: rgba(229, 236, 244, 0.3);
  box-shadow: 0.02rem 0.02rem 0.04rem 0rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.jsjdlist li:before {
  content: "";
  position: absolute;
  right: .2rem;
  top: 50%;
  transform: translateY(-50%);
  width: .27rem;
  height: .27rem;
  background: url(../images/s1_jt.png) center no-repeat;
  opacity: 0;
  transition: all .3s
}

.jsjdlist li:hover:before {
  opacity: 1;
  right: .1rem;
}

.jsjdlist li:hover a {
  color: #014A96;
}

/*  */
.lxfsbox {
  border-radius: 0.26rem;
  background: url(../images/s1_bg3.png) center center #FFFFFF no-repeat;
  background-size: auto 90%;
  padding: .3rem;
}

.lxfsbox h2 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: .2rem;
}

.lxfsbox div {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 185%;
  letter-spacing: normal;
  color: #555;
  padding-left: .3rem;
  margin: .17rem auto;
  font-family: PingFang SC;
}

.lxfsbox span {
  font-size: .18rem;
}

.lxfsbox p {
  font-weight: bold;
  font-size: .2rem;
}

.lxfsbox .lx_ico01 {
  background: url(../images/lx_ico01.png) left .07rem no-repeat;
  background-size: .2rem .2rem;
}

.lxfsbox .lx_ico02 {
  background: url(../images/lx_ico02.png) left .1rem no-repeat;
  background-size: .2rem .2rem;
}

.lxfsbox .lx_ico03 {
  background: url(../images/lx_ico03.png) left .1rem no-repeat;
  background-size: .2rem .2rem;
}

.lxfsbox {}

.lxfsbox {}

.lxfsbox {}

/*  */
.section2 {
  padding: .6rem 0;
  height: auto;
  overflow: hidden;
  background: url(../images/s2_bg.png) no-repeat;
  background-size: 100% 100%;
}

.ptytbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ptytbox>ul {}

.ptytbox>ul li {
  transition: all .3s;
}

.ptytbox>ul li a h2 {
  font-size: 0.2rem;
  color: #FFFFFF;
  font-family: PingFang SC;
  text-align: center;
  line-height: .3rem;
  margin: .1rem auto;
  transition: all .3s;
  font-weight: bold;
}

.ptytbox>ul li a {
  display: block;
  padding: .2rem .3rem .3rem .3rem;
  transition: all .3s;
  background: bottom center no-repeat;
  margin: 0 .1rem;
  position: relative;
  overflow: hidden;
  display: block;
}

.ptytbox>ul li a span {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, .7);
  display: block;
  font-family: PingFang SC;
  text-align: center;
}

.ptytbox .ptyt_img {
  transition: all .3s;
}

.ptytbox .ptyt_img img {
  display: block;
  margin: 0 auto;
  transition: all .3s;
}

.ptytbox .ptyt_img .imga {}

.ptytbox .ptyt_img .imgb {
  display: none;
}

.ptytbox>ul li:hover .ptyt_img .imga {
  display: none;
}

.ptytbox>ul li:hover .ptyt_img .imgb {
  display: block;
}

.ptytbox>ul li a i {
  text-align: center;
  margin: .2rem auto;
  display: block;
}

.ptytbox>ul li a i svg {
  margin: 0 auto;
  display: block;
  width: .12rem;
  height: auto;
}

.ptytbox>ul li a i svg * {
  fill: #fff
}

.ptytbox>ul li:hover {}

.ptytbox>ul li:hover a {
  border-radius: 0.1rem;
  background: url(../images/ytphbg.png) #FFFFFF bottom center no-repeat;
  box-shadow: 0rem 0.04rem 0.24rem 0.05rem rgba(0, 40, 82, 0.62);
  background-size: 100% auto;
}

.ptytbox>ul li:hover a h2 {
  color: #333333;
}

.ptytbox>ul li:hover a span {
  color: #333333;
}

.ptytbox>ul li:hover a i svg * {
  fill: #cd2920
}


.ptytbox .slick-dots {
  width: 100%;
  height: .1rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.ptytbox .slick-dots li {
  margin: 0 .1rem;
  width: .11rem;
  height: .11rem;
  border-radius: 50%;
  opacity: 0.2;
  background: #fff;
}

.ptytbox .slick-dots li button {
  display: none
}

.ptytbox .slick-dots li.slick-active {

  opacity: 1;
}

/*  */
.section3 {
  padding: .7rem 0;
  height: auto;
  overflow: hidden;
  background: url(../images/s3_bg.png) no-repeat;
  background-size: 100% 100%;
}

.section3 .px1600 {}

.xgdownbox {}

.xgdownbox ul {
  margin-top: .45rem;
}

.xgdownbox ul li {
  padding: .1rem 0;
}

.xgdownbox ul li a {
  display: block;
  margin: 0 .25rem;
  border-radius: .4rem 0rem .4rem 0rem;
  background-color: #FFFFFF;
  box-shadow: 0rem 0rem .1rem 0rem #CEE6FA;
  padding: .4rem 0.4rem 0.5rem .4rem;
}

.xgdownbox ul li:hover a {
  background-image: url(../images/infontc14_26_libg.png);
  background-position: center center;
  background-size: cover;
}

.xgdownbox ul li a h3 {
  font-size: .2rem;
  font-weight: normal;
  line-height: .3rem;
  height: .6rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFang SC;
  padding: 0 .2rem;
}

.xgdownbox ul li:hover a h3 {
  color: #fff;
}

.xgdownbox ul li a .infontc14_26_cd {
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xgdownbox ul li a .xgdown_txt {
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  min-width: 0;
}

.xgdownbox ul li a .xgdown_txt p {
  font-family: PingFang SC;
  font-size: 0.16rem;
  line-height: .24rem;
  letter-spacing: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xgdownbox ul li:hover a .xgdown_txt p {
  color: #fff;
}

.xgdownbox ul li a .infontc14_26_jt {
  width: .3rem;
  height: .3rem;
  background: url(../images/infontc14_26_jt1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.xgdownbox ul li:hover a .infontc14_26_jt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .52rem;
  height: .54rem;
  background: url(../images/infontc14_26_q.png) no-repeat;
  background-size: 100% 100%;
}

.xgdownbox ul li:hover a .infontc14_26_jt {
  background: url(../images/infontc14_26_jt2.png) no-repeat;
  background-size: 100% 100%;
}

.xgdownbox .slick-dots {
  position: static;
  margin-top: .48rem;
  position: relative;
}

.xgdownbox .slick-dots::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  border: .01rem solid #CEE6FA;
}

.xgdownbox .slick-dots li {
  width: .18rem;
  height: .18rem;
  background: url(../images/infontc14_26_dot1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 .25rem;
  position: relative;
  z-index: 1;
  padding: 0 !important;
}

.xgdownbox .slick-dots li.slick-active {
  background: url(../images/infontc14_26_dot2.png) no-repeat;
  background-size: 100% 100%;
}

.xgdownbox .slick-dots li button {
  display: none;
}

.xgdownbox .slick-prev,
.xgdownbox .slick-next {
  z-index: 9;
  width: .45rem;
  height: .45rem;
  top: inherit;
  transform: none;
  bottom: -0.12rem;
}

.xgdownbox .slick-prev {
  background: url(../images/infontc14_26prev.png) no-repeat;
  background-size: 100% 100%;
  transition: all .3s;
}

.xgdownbox .slick-prev:hover {
  background: url(../images/infontc14_26next.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.xgdownbox .slick-next {
  background: url(../images/infontc14_26prev.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  transition: all .3s;
}

.xgdownbox .slick-next:hover {
  background: url(../images/infontc14_26next.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
}


/*  */
@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) {
  .inav {
    display: none
  }

  .iwzbox {
    display: none;
  }

  .section1 {
    padding: .3rem 0 .2rem 0;
  }

  .section1 .px1600 {
    display: block;
  }

  .section1 .izd-item {
    width: 100%;
    background-size: auto auto !important;
    margin-bottom: .3rem;
  }



  .section2 .px1600 {
    display: block;
  }

  .s2_item {
    width: 100%;
    margin-bottom: .3rem;
  }

  .section2 {
    padding: .4rem 0 .4rem 0;
  }
}

@media screen and (max-width: 768px) {}

@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;
  }
}.xgdownbox .slick-dots li.slick-active {
  background: url(../images/infontc14_26_dot2.png) no-repeat;
  background-size: 100% 100%;
}

.xgdownbox .slick-dots li button {
  display: none;
}

.xgdownbox .slick-prev,
.xgdownbox .slick-next {
  z-index: 9;
  width: .45rem;
  height: .45rem;
  top: inherit;
  transform: none;
  bottom: -0.12rem;
}

.xgdownbox .slick-prev {
  background: url(../images/infontc14_26prev.png) no-repeat;
  background-size: 100% 100%;
  transition: all .3s;
}

.xgdownbox .slick-prev:hover {
  background: url(../images/infontc14_26next.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.xgdownbox .slick-next {
  background: url(../images/infontc14_26prev.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  transition: all .3s;
}

.xgdownbox .slick-next:hover {
  background: url(../images/infontc14_26next.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
}


/*  */
@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) {
  .inav {
    display: none
  }

  .iwzbox {
    display: none;
  }

  .section1 {
    padding: .3rem 0 .2rem 0;
  }

  .section1 .px1600 {
    display: block;
  }

  .section1 .izd-item {
    width: 100%;
    background-size: auto auto !important;
    margin-bottom: .3rem;
  }



  .section2 .px1600 {
    display: block;
  }

  .s2_item {
    width: 100%;
    margin-bottom: .3rem;
  }

  .section2 {
    padding: .4rem 0 .4rem 0;
  }
}

@media screen and (max-width: 768px) {}

@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;
  }
}t li a {
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  line-height: .56rem;
  height: .64rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 0.01rem dotted #e8f1fb;
}

.jsjdlist li a i {
  display: block;
  width: .37rem;
  height: .37rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .2rem;
}

.jsjdlist li a i img {
  width: .37rem;
  height: .37rem;
}

.jsjdlist li:hover {
  border-radius: 0.1rem;
  background: rgba(229, 236, 244, 0.3);
  box-shadow: 0.02rem 0.02rem 0.04rem 0rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.jsjdlist li:before {
  content: "";
  position: absolute;
  right: .2rem;
  top: 50%;
  transform: translateY(-50%);
  width: .27rem;
  height: .27rem;
  background: url(../images/s1_jt.png) center no-repeat;
  opacity: 0;
  transition: all .3s
}

.jsjdlist li:hover:before {
  opacity: 1;
  right: .1rem;
}

.jsjdlist li:hover a {
  color: #014A96;
}

/*  */
.lxfsbox {
  border-radius: 0.26rem;
  background: url(../images/s1_bg3.png) center center #FFFFFF no-repeat;
  background-size: auto 90%;
  padding: .3rem;
}

.lxfsbox h2 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: .2rem;
}

.lxfsbox div {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 185%;
  letter-spacing: normal;
  color: #555;
  padding-left: .3rem;
  margin: .17rem auto;
  font-family: PingFang SC;
}

.lxfsbox span {
  font-size: .18rem;
}

.lxfsbox p {
  font-weight: bold;
  fon