.banner {
  position: relative;
}

.banner .slick-slide a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.6rem;
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 10, 21, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.banner .slick-slide a {}

.banner .slick-slide.slick-active img {
  transition: 6s 1s linear;
  transform: scale(1.1);
}

.banner .slick-active img {}

.banner img {
  display: block;
  width: 100%;
}


.banner .slick-prev {
  width: .6rem;
  height: .6rem;
  background: url(../images/bal.png) no-repeat center center;
  left: 0.3rem;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-next {
  width: .6rem;
  height: .6rem;
  background: url(../images/bar.png) no-repeat center center;
  right: 0.3rem;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1
}

.banner .slick-dots {
  width: auto;
  transform: translateX(-50%);
  bottom: 0.2rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  height: .32rem;
  text-align: center;
  margin: 0 auto;
  left: 50%;
}

.banner .slick-dots:before {
  content: "";
  position: absolute;
  background: #fff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  width: 0.49rem;
  height: .01rem;
  top: 50%;
  transform: translateY(-50%);
  left: -.49rem;
}

.banner .slick-dots:after {
  content: "";
  position: absolute;
  background: #fff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  width: 0.49rem;
  height: .01rem;
  top: 50%;
  transform: translateY(-50%);
  right: -.49rem;
}

.banner .slick-dots li {
  width: 0.08rem;
  height: 0.08rem;
  transform: rotate(45deg);
  margin: 0 .1rem;
  opacity: 0.5;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.01rem solid #FFFFFF;

}

.banner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: 0.28rem;
  height: 0.32rem;
  font-size: 0;
  background: #f2f2f2;
  border-radius: 50%;
  opacity: 0;
  display: none;
}

.banner .slick-dots li.slick-active {
  opacity: 1;
 /* background: url(../images/banner_onico.png) no-repeat;
  width: 0.4rem;
  height: 0.28rem;
  background-size: 100% 100%;
  border-radius: 0%;
  border: none*/
}

/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.index_tc i {
  /* display: block; */
  font-style: normal;
  text-align: center;
  /* text-transform: uppercase; */
  font-family: Source Han Serif CN;
  font-size: 0.16rem;
  /* font-weight: bold; */
  line-height: normal;
  letter-spacing: normal;
  color: #6985AA;
  position: relative;
  margin-left: .1rem;
}

.index_tc i:before {
  content: "";
  position: absolute;
  right: -.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/index_tc_bg.png) center center no-repeat;
  width: 0.39rem;
  height: 0.29rem;
  background-size: .39rem .29rem;
}



.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0066CC;
}



.index_tc {
  position: relative;
  text-align: center;
  transition: all .3s;
  display: inline-block;
  display: flex;
  align-items: center;
}

.index_tc h3 {
  font-family: sysong;
  font-size: .32rem;
  font-weight: bold;
  line-height: .5rem;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
}


.index_more {
  /* position: absolute; */
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .99rem;
  height: .25rem;
  line-height: .25rem;
  transition: all 0.3s;
  text-align: left;
  display: block;
}

.index_more:before {
  content: "";
  position: absolute;
  width: .99rem;
  height: .25rem;
  background: url(../images/more_bg.png) right center no-repeat;
  background-size: .99rem .25rem;
  bottom: -.2rem;
  right: 0;
}

.index_more a {
  display: block;
  font-size: .14rem;
  font-weight: 290;
  color: #2C2C2C;
  transition: all 0.3s;
  padding: 0 .1rem;
  line-height: .36rem;
  font-family: sysong;
}

.index_more:hover a {
  color: #1858B9;
  transition: all 0.3s;
}

.index_more:hover {
  color: #1858B9;
  transition: all 0.3s;
  right: .05rem
}








/*  */
.section1 {
  padding: .5rem 0 .5rem 0;
  background-size: 100% auto;
  background: url(../images/s1_bg.png) center bottom no-repeat;
  background-size: 100% 100%;
}

.section1 .index_tc {
  display: flex;
  text-align: left;
  align-items: center;
}

.section1 .index_tc h3 {
  text-align: left;
  display: table;
}

.s1-c {
  display: flex;
  align-items: flex-start;
}

.s1-l {
  width: 6.8rem;
  margin-right: .4rem;
  position: relative;
}

.s1-l ul li a {
  display: block;
  position: relative;
}

.s1-l ul li a .pic {
  padding-top: 71%;
}
.s1-l ul li a .pic:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5rem;
  background-size: 100% 100% !important;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.s1-l ul li a .date {
  position: absolute;
  left: 0;
  top: 0;
  width: .8749rem;
  height: .8749rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #1C5197;
  display: none;
}

.s1-l ul li a .date b {
  font-size: .3rem;
  font-weight: normal;
  line-height: .22rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s1-l ul li a .date div {
  background: url(../images/s1-date-mid.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: .76rem;
  height: .06rem;
  margin: .05rem 0;
}

.s1-l ul li a .date span {
  font-size: .2rem;
  font-weight: normal;
  line-height: .2rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s1-l ul li a .info {
  padding-top: .2rem;
  padding-bottom: .22rem;
  position: absolute;
  bottom: 0;
  left: .2rem;
  width: calc(100% - .2rem);
}

.s1-l ul li a .info h3 {
  font-size: .22rem;
  font-weight: 600;
  line-height: .3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: sysong;
  position: relative;
  width: calc(100% - 2rem);
}

.s1-l ul li a .info h3 i {
  font-style: normal;
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s1-l ul li a .info h3 span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Georgia;
  font-size: .18rem;
  font-weight: normal;
  line-height: .36rem;
  color: #ffffff;
}

.s1-l ul li a .info p {
  font-size: .18rem;
  font-weight: normal;
  line-height: .26rem;
  letter-spacing: 0rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .52rem;
  font-family: SourceHanSerifCN-Regular;
  margin-top: .2rem;
}

.s1-l ul .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  margin-left: 0;
  right: .15rem;
  bottom: .15rem;
}



.s1-l ul .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 .03rem;
  transition: all 0.5s;
  width: .2rem;
}

.s1-l ul .slick-dots li button {
  display: block;
  font-size: .16rem;
  font-weight: normal;
  line-height: .4rem;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  transition: font-size 0.5s;
}

.s1-l ul .slick-dots li.slick-active {
  min-width: .4rem;
}

.s1-l ul .slick-dots li.slick-active button {
  font-size: .26rem;
}

.s1-l .pub-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 1.5rem;
  display: none;
}

.pub-arrow {
  display: flex;
  align-items: center;
}

.pub-arrow div {
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  background: #FDAA26;
}

.pub-arrow div:hover {
  background: #115897;
}

.pub-arrow div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: transparent;
  transition: all 0.5s;
  width: .44rem;
  height: .44rem;
}

.pub-arrow div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pub-arrow-l::after {
  background: url(../images/icon-prev-w.png) no-repeat;
  background-position: center center;
  transition: all 0.5s;
  background-size: .21rem auto;
}

.pub-arrow-l::after {
  width: .21rem;
  height: .18rem;
}

.pub-arrow-r::after {
  width: .21rem;
  height: .18rem;
}

.pub-arrow-r {
  margin-left: .2rem;
}

.pub-arrow-r::after {
  background: url(../images/icon-next-w.png) no-repeat;
  background-position: center center;
  background-size: .21rem auto;
}


.s1-l .pub-arrow::after {
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
  flex: 1;
  min-width: 0;
  height: .1rem;
  background: url(../images/dot-aft2.png) no-repeat;
  background-position: right center;
  background-size: auto .07rem;
  margin-left: 0;
}

.s1-r {
  flex: 1;
  min-width: 0;
}

.s1-r ul li {
  transition: all .3s;
}

.s1-r ul li.on {
  position: relative;
  background: url(../images/s1-rbg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-left: .54rem;
  padding-right: .07rem;
  z-index: 3;
}

.s1-r ul li a {
  position: relative;
  display: block;
}

.s1-r ul li.on a {
  padding: .07rem 0;
  display: flex;
  align-items: center;
}

.s1-r ul li:hover a:before {
  display: none
}

.s1-r ul li.on a:before {
  display: none
}

.s1-r ul li a:before {
  content: "";
  position: absolute;
  right: .01rem;
  bottom: -0.03rem;
  height: .05rem;
  width: .04rem;
  border-radius: .5rem;
  border: rgba(179, 210, 235, .8) .01rem solid;
  left: auto;
  background: #fff;
  transition: all .5s;
  opacity: 1;
  z-index: 0;
}



.s1-r ul li a .tpp {
  /* position: absolute; */
  /* right: 0; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  display: none;
  margin-left: .15rem;
  width: 2.22rem;
}

.s1-r ul li a .tpp .pic {
  padding-top: 61%;
}

.s1-r ul li.on a .tpp {
  display: none;
}

.s1-r ul li.on a .tpp .pic {}

.s1-r ul li.on a .tpp .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s1-r ul li a .text {
  position: relative;
  padding-left: .9rem;
  padding-top: .315rem;
  padding-bottom: .315rem;
  margin-right: .07rem;
  border-bottom: .01rem rgba(179, 210, 235, .8) solid;
  flex: 1;
  min-width: 0;
}

.s1-r ul li:last-child a .text {
  border-bottom: .01rem solid transparent;
}
.s1-r ul li:last-child a:before{display:none}
.s1-r ul li.on .text {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: .01rem solid transparent;
}


.s1-r ul li:last-child a .text::before {
  opacity: 0;
}

.s1-r ul li a .text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.01rem;
  width: .6rem;
  height: .02rem;
  background: #1C5197;
}

.s1-r ul li.on a .text::before {
  opacity: 0;
}

.s1-r ul li a .text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: .06rem;
  bottom: -0.03rem;
  left: 0;
  /* border-bottom: 1px dashed rgba(197, 197, 197, 0.54); */
}

.s1-r ul li.on a .text::after {
  content: "";
  position: absolute;
  width: .44rem;
  height: .06rem;
  bottom: .26rem;
  left: -0.54rem;
  background: url(../images/s1_x4.png) no-repeat;
  background-size: 100% 100%;
}

.s1-r ul li:last-child a .text::after {
  opacity: 0;
}

.s1-r ul li.on a .text::after {
  opacity: 1;
}

.s1-r ul li a .text p {
  font-size: .18rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: .2rem;
}

.s1-r ul li a .text h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  height: 0;
  font-size: .16rem;
  font-weight: normal;
  line-height: .3rem;
  margin-top: 0;
  color: rgba(255, 255, 255, .8);
}

.s1-r ul li.on .text p {
  margin-top: .1rem;
  font-size: .18rem;
  font-weight: bold;
  color: #F9FCFE;
  white-space: normal;
  text-overflow: initial;
  line-height: .3rem;
  height: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s1-r ul li.on .text h4 {
  height: .3rem;
  margin-top: .05rem;
  opacity: 1;
}

.s1-r ul li a .text span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: .22rem;
  color: #1c5197;
}

.s1-r ul li a .text span i {
  display: none
}

.s1-r ul li.on a .text span i {
  display: inline;
  font-style: normal;
}

.s1-r ul li.on a .text span {
  position: static;
  padding-top: .15rem;
  padding-bottom: .15rem;
  font-size: .2rem;
  color: #fdaa26;
  display: block;
  transform: none;
  font-weight: bold;
}


/* .section2 */
.section2 {
  background: url(../images/s2_bg.png) center no-repeat;
  background-size: 100% 100%;
  padding: .5rem 0;
}

.section2 .index_tc i {
  margin-left: .1rem;
}

.section2 .index_more a {
  color: #fff
}

.section2  .index_more {
  right: .4rem;
}

.section2  .index_more:before {
  background: url(../images/more_bg2png.png) right center no-repeat;
  background-size: .99rem .25rem;
}

.section2 .index_tit {

}

.section2 .index_tit {
  background: #115897;
  margin-bottom: 0;
  padding: .2rem;
}



.section2 .index_tc h3 {
  text-align: left;
  display: table;
}

.section2  h3 {
  color: #fff;
}

.section2  i {
  color: #9FC8FF;
}

.section2  i:after {
  color: #fff;
  background: #FF9933;
}

.section2  i:before {
  background: url(../images/index_tc_bg2.png) center center no-repeat;
}


.section2 .index_tc {
  display: block;
  text-align: left;
  display: flex;
  align-items: center;
}

.s2_con {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.s2_con .wl {
  position: relative;
  z-index: 1;
}

.s2_con .wl::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 0rem;
  height: 100%;
  transition: 0.5s;
}

.s2_con .s2_con_l {
  width: 6.8rem;
  background: url(../images/tzgg_bg.png) center #fff no-repeat;
  background-size: 100% 100%;
  margin-right: .4rem;
}

.s2_con .s2_con_r {
  flex: 1;
  min-width: 0;
  background-size: 100% auto;
  padding-left: .42rem;
}

.s2_con li * {
  transition: 0.5s;
}
.s2_con .h3list {
    padding: .2rem .36rem;
}
.s2_con .h3list li {}

.s2_con .h3list li:hover h3 {
  font-weight: bold;
  color: #1C5197;
  transition: all .5s
}

.s2_con .h3list li:hover p {
  color: #1C5197;
  transition: all .5s
}

.s2_con .h3list li:hover a {
  border-bottom: #1C5197 .01rem solid;
}

.s2_con .h3list li a:after {
  content: "";
  position: absolute;
  right: 0rem;
  bottom: -0.05rem;
  height: .07rem;
  width: .07rem;
  border-radius: .5rem;
  border: #1C5197 .01rem solid;
  left: auto;
  background: #fff;
  transition: all .5s;
  opacity: 0;
}

.s2_con .h3list li:hover a:after {
  transition: all .5s;
  right: -0.05rem;
  height: .07rem;
  width: .07rem;
  opacity: 1;
}

.s2_con .h3list li * {
  transition: 0.5s;
}

.s2_con .h3list li a {
  display: block;
  border-bottom: #d8d8d8 .01rem dashed;
  padding: .23rem 0;
  position: relative;
  width: 100%;
}




.s2_con .h3list li h3 {
  font-size: .2rem;
  color: #333;
  font-weight: normal;
  line-height: .24rem;
  margin-bottom: .1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2_con .h3list li p {
  font-size: .16rem;
  line-height: .24rem;
  color: #666;
  background: url(../images/s2_date.png) left center no-repeat;
  padding-left: .3rem;
  background-size: .2rem .2rem;
}

.s2_con .s2_con_r ul {
  background: url(../images/rczp_bg2.png) center #fff no-repeat;
  height: auto;
  overflow: hidden;
  background-size: 100% 100%;
  margin-left: 0;
}

.s2_con .s2_con_r ul li a {
  display: block;
  position: relative;
}





.s2_con .s2_con_r ul li a .s2_con_rdate {
  float: left;
  width: .65rem;
  height: .65rem;
  margin-right: .2rem;
}

.s2_con .s2_con_r ul li a .s2_con_rdate>p {
  font-size: .32rem;
  text-align: center;
  letter-spacing: 0em;
  color: #1C5197;
  line-height: .39rem;
  background: #fff;
  position: relative;
  padding-bottom: .02rem;
}

.s2_con .s2_con_r ul li a .s2_con_rdate>p:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70%;
  height: .01rem;
  background: #1C5197;
  transform: translateX(-50%);
  transition: all .5s;
}

.s2_con .s2_con_r ul li a .s2_con_rdate>span {
  display: block;
  /* background: #A82125; */
  line-height: .26rem;
  text-align: center;
  font-size: .14rem;
  color: #666;
}

.s2_con .s2_con_r ul li.on a .s2_con_rdate {
  display: block;
}

.s2_con .s2_con_r ul li a .s2_con_rt {
  overflow: hidden;
  padding: .22rem 30px;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s2_con .s2_con_r ul li.on a .s2_con_rt {
  padding: .32rem 0;
}

.s2_con .s2_con_r ul li a:hover {
}

.s2_con .s2_con_r ul li a:hover h3 {
  font-weight: 800;
  color: #1C5197;
  transition: all .5s;
}

.s2_con .s2_con_r ul li a:hover .s2_con_rdate>p {
  font-weight: bold;
  color: #FF9933
}

.s2_con .s2_con_r ul li a:hover .s2_con_rdate>p:before {
  width: 100%;
  transition: all .5s;
  height: .02rem;
}

.s2_con .s2_con_r li a .s2_con_rt h3 {
  width: calc(100% - .65rem);
  float: left;
  font-weight: normal;
  font-size: .2rem;
  color: #333;
  line-height: .3rem;
  position: relative;
  font-weight: 400;
  transition: all .5s;
  height: .65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all .5s;
}

.s2_con .s2_con_r li a .s2_con_rt h3 i {
  font-style: normal;
}

.s2_con .s2_con_r li.on a .s2_con_rt h3 {
  width: calc(100% - .85rem);
  margin-left: .2rem;
  padding-left: 0;
  font-size: .2rem;
  font-weight: bold;
  color: #A82125;
  margin-top: .06rem;
}

.s2_con .s2_con_r li.on a .s2_con_rt h3 i {
  font-weight: bold;
}





.s2_con .s2_con_r ul li.on a .s2_con_rt h3::after {
  display: none;
}

.s2_con .s2_con_r ul li a .s2_con_rt>span {
  display: block;
  float: right;
  font-size: .14rem;
  color: #999999;
  line-height: .25rem;
  transition: all 0.5s;
}

.s2_con .s2_con_r ul li.on a .s2_con_rt>span {
  display: none;
}

/*  */
.section3 {
  padding: .5rem 0 0 0;
  position: relative;
  z-index: 99;
  background: url(../images/s3_bg.png) bottom center no-repeat;
  background-size: 100% auto;
}
.section3 .index_tc{
    margin: 0 auto;
}
.service-box {
  height: auto;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.service-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

.service-box li {
  width: 15%;
  background: url(../images/sev_abg1.png) center no-repeat;
  background-size: 100% 100%;
  padding: .2rem .16rem;
  border: #d3dbe9 .01rem dashed;
  margin: .125rem 0;
  transition: all .3s;
  background-size: 100% 100%;
}

.service-box li a {
  text-align: center;

  display: block;
}

.service-box li span {
  display: block;
  margin: .12rem auto;
  width: .6rem;
  height: .6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all .5s;
}

.service-box li span img {
  height: auto;
}

.service-box li p {
  display: block;
  text-align: center;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #376096;
  height: .4rem;
  line-height: .4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-box li:hover {

  background: url(../images/sev_abg2.png) center no-repeat;

  border: #1c5095 .01rem solid;

  background-size: 100% 100%;
}

.service-box li:hover span {
  transform: rotateY(180deg);
}

.service-box li .imgs1 {
  opacity: 1;
}

.service-box li .imgs2 {
  opacity: 0;
  display: none;
}

.service-box li:hover .imgs1 {
  opacity: 0;
  display: none;
}

.service-box li:hover .imgs2 {
  opacity: 1;
  display: block;
}

.service-box li:hover p {
  font-weight: bold;
  color: #fff
}

/*  */
.section4 {
  padding: .8rem 0 .95rem 0;
  position: relative;
  height: auto;
  overflow: hidden;
}

.zt_list {
  height: auto;
  overflow: hidden;
}

.zt_list .slick-list {
  margin: 0 -0.08rem;
}


.zt_list li a {
  margin: 0 .08rem;
  display: block;
}

.zt_list .pic {
  padding-top: 49.705%;
}



.zt_list .slick-dots {
  bottom: -0.4rem;
}

.zt_list .slick-dots li {
  box-sizing: border-box;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  margin: 0 .1rem;
  background: rgba(0, 0, 0, 0.1);
}

.zt_list .slick-dots li.slick-active {
  background: #b2141a;
}

.zt_list .slick-dots button {
  display: none;
}

.zt_list .slick-prev,
.zt_list .slick-next {
  width: .2rem;
  height: .2rem;
  opacity: .5;
  transition: all .3s
}

.zt_list .slick-prev:hover,
.zt_list .slick-next:hover {
  opacity: 1;
}

.zt_list .slick-prev {
  background: url(../images/yqlink_bal.png) center no-repeat;
  left: -.25rem;
  background-size: .09rem 0.14rem;
}

.zt_list .slick-next {

  background: url(../images/yqlink_bar.png) center no-repeat;
  right: -.25rem;
  background-size: .09rem 0.14rem;
}

.s2_con .s2_con_r {
  padding-left: 0;
}



@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .px1400 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .banner .slick-dots {
    bottom: .1rem;
  }

  .banner .slick-dots li {
    margin: 0 .05rem;
  }

  .banner-box {
    top: 0 !important;
    margin-top: 0;
  }

  .banner .slick-prev {
    left: .45rem;
  }

  .banner .slick-next {
    right: .45rem;
  }

  .s1-c {
    display: block;
  }

  .s1-l {
    width: 100%;
    margin: 0 auto .2rem auto;
  }

  .s1-r {
    width: 100%
  }

  .s2_con {
    display: block
  }

  .s2_con_l {
    width: 100% !important;
  }

  .s2_con_r {
    width: 100%
  }

  .newsbox {
    width: 100%;
  }

  .news_info {
    width: 100%;
    margin-left: 0;
  }

  .ipic_list {
    width: 100%;
    margin-left: 0;
    margin-top: .3rem;
  }


  .section1 {
    padding: .4rem 0;
  }

  .section4 {
    padding: .3rem 0 .3rem 0;
  }

  .section3 .index_tc i {
    /* display: none; */
  }

  .section3 .s3-hd {
    display: flex;
    justify-content: flex-start;
  }

  .section3 .s3-hd .index_tc {
    margin: 0 .2rem;
  }

  .s3_con li .slick-slide a {
    background: #fff;
    box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.16);
  }

  .s3_con li .xs_pic {
    padding-top: 63%;
    margin: .1rem auto .2rem auto;
    /* top: 50%; */
    /* transform: translateY(-50%); */
  }

  .s3_con li .xs_date {
    height: .4rem;
    font-size: 0.3rem;
    opacity: 1;
    color: #1858B9;
  }

  .s3_con li .xs_mete {
    height: 0rem;
    font-size: 0;
    opacity: 0;
    margin: 0;
  }

  .s3_con li .xs_title {
    font-weight: 800
  }

  .s3_con .slick-slide a {
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.16);
    border: none;
    border-top: #1c61bf .03rem solid;
  }

  .service-box ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
  }

  .service-box li {
    width: 18%;
    margin: 0.7% 1%;
  }

  .section2 {
    padding: .2rem 0;
  }

  .index_tc h3 {
    font-size: .27rem;
    line-height: .4rem;
  }

  .s1-l ul li a .info h3 {
    font-size: .18rem;
  }

  .s1-l ul .slick-dots li.slick-active button {
    font-size: .22rem;
  }

  .s1-l ul li a .date {}

  .pub-arrow div {
    width: .3rem;
    height: .3rem;
  }

  .s1-l ul .slick-dots {
    display: none;
  }

  .s1-l .pub-arrow {
    display: none;
  }

  .s1-l ul .slick-dots li {
    line-height: .3rem;
    height: .3rem
  }

  .s1-l ul .slick-dots li button {
    line-height: .3rem;
    height: .3rem
  }
}

@media screen and (max-width: 900px) {
  .service-box ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
  }

  .service-box li {
    width: 31%;
    margin: 0.7% 1%;
  }

}

@media screen and (max-width: 520px) {
  .service-box li p {
    font-size: 0.16rem;
    height: .3rem;
    line-height: .3rem;
  }

  .service-box li span {
    width: .4rem;
    height: .4rem;
  }

  .service-box li span img {
    width: .4rem;
    height: .4rem;
  }

  .service-box li {
    width: 31%;
    margin: 0.7% 1%;
    padding: .1rem .16rem;
  }

  .banner .slick-prev {
    width: .35rem;
    height: .35rem;
    left: .28rem;
    background-size: 60%;
  }

  .banner .slick-next {
    width: .35rem;
    height: .35rem;
    right: .28rem;
    background-size: 60%;
  }
}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }
}
/* 快速链接移动端两行两列：CSS 覆盖 slick 结构，DOM 常驻实现无缝切换 2026-08-25 */
@media screen and (max-width: 768px) {
  /* 1. slick-list：取消单行裁剪，高度自适应，否则第二行会被裁掉 */
  .zt_list .slick-list {
    overflow: visible !important;
    height: auto !important;
    margin: 0 !important;
  }

  /* 2. slick-track：由横向单行轨道改为 flex 换行（两行两列） */
  .zt_list .slick-track {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    transform: none !important; /* 覆盖 slick 的 translate3d 平移 */
    width: auto !important;
    margin: 0 !important;
  }

  /* 3. slick-slide：每张占半宽，取消 slick 计算的行内宽度 */
  .zt_list .slick-slide {
    width: 48% !important;
    float: none !important;
    margin: 0 0.007rem .16rem 0.07rem !important;
  }

  .zt_list .slick-slide a {
    margin: 0 !important;
  }

  /* 4. 隐藏 slick 无限循环克隆的 slide，避免重复图片 */
  .zt_list .slick-cloned {
    display: none !important;
  }

  /* 5. 隐藏轮播箭头 */
  .zt_list .slick-prev,
  .zt_list .slick-next {
    display: none !important;
  }
}