html {
  scroll-behavior: smooth;
}

.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
  object-fit: cover;
}

.banner .banner-content {
  width: 100%;
  background: linear-gradient(180deg, rgb(0 79 141 / 70%) 79%, rgba(92, 151, 216, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.banner .banner-content .banner-con {
  width: 15.75rem;
  margin: 0 auto;
  padding: 0.85rem 0 2.65rem 0;
}

.banner .banner-content .banner-con .banner-btn {
  background-color: #fff;
  font-size: 0.26rem;
  color: #00508e;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  padding: 0 0.15rem;
  font-weight: bold;
  width: 1.35rem;
}

.banner .banner-content .banner-con .title {
  font-size: 0.58rem;
  color: #fff;
  margin: 0.2rem 0;
  font-weight: bold;
}

.banner .banner-content .banner-con .title-zy {
  font-size: 0.41rem;
  color: #fff;
}

.banner .banner-content .banner-con .child-title {
  font-size: 0.18rem;
  color: #fff;
  margin: 0.4rem 0 0.15rem 0;
}

.banner .banner-content .banner-con .child-title-zy {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.4rem;
}
.content{
  width: 15.75rem;
 margin: 0 auto;
}
.zy .content{
  font-size: 0.22rem;
  color: #004f8d;
  line-height: 0.4rem;
  padding: 0.55rem 0 0.8rem 0;
}
.jjfa-con{
  background-color: #004f8d;
  padding:0.8rem 0 1.7rem 0
}
.jjfa-con .content{
  display: flex;
  justify-content: space-between;
}
.jjfa-con .content .swiper-container{
  width:34.6%;
  height: 3.3rem;
  margin: 0.5rem 0 0 0;
}
.jjfa-con .content .swiper-container .swiper-slide{
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}
.jjfa-con .content .swiper-container .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.jjfa-list{
  width: 61%;
}
.jjfa-title{
  font-size: 0.45rem;
  color: #fff;
  font-weight: bold;
    padding: 0 0 0.55rem 0;
  border-bottom: 0.02rem solid #fff;
}
.jjfa-list-con{
  width: 100%;
}
.jjfa-list-con li{
  padding: 0 0 0.25rem 0;
  border-bottom: 0.02rem solid #fff;
  margin-top: 0.25rem;
}
.jjfa-list-con li .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem 0 0;
}
.jjfa-list-con li .top p{
  font-size:0.3rem;
  color:#fff;
  font-weight: bold;
}
.jjfa-list-con li .top img{
  width: 0.45rem;
  height: 0.45rem;
  transition: transform 0.3s ease;
}
.jjfa-list-con li.active .top img{
  transform: rotate(180deg);
}
.jjfa-list-con li .text{
  
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}
.jjfa-list-con li .text p{
  
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.45rem;
  margin-bottom: 0.16rem;
  padding: 0;

}

.jjfa-list-con li.active .text{
  max-height: 8rem;
  opacity: 1;
  margin-top: 0.2rem;
  transition: max-height 0.5s ease-in, opacity 0.3s ease-in;
}
.hxkh-con{
  padding: 0.55rem 0 0.75rem 0;
}
.hxkh-con .hxkh-title{
  font-size: 0.27rem;
  color: #004f8d;
  font-weight: bold;
  margin-bottom: 0.55rem;
}
.hxkh-con .hxkh-text{
  font-size: 0.22rem;
  color: #000;
  line-height: 0.4rem;
}
.lxwm{
  background-color: #e7e7e7;
  padding:0.65rem 0 0.65rem 0;
}
.lxwm .lxwm-title{
  font-size: 0.27rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.55rem;
}
.lxwm-con{
display:flex;
}
.lxwm-text{
  font-size: 0.22rem;
  color: #000;
  line-height: 0.4rem;
  width:33%;
}