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: #ffffff;
    font-size: 0.26rem;
    color: #004f8d;
    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.3rem 0;
}

.banner .banner-content .banner-con .title-zy {
font-size: 0.25rem;
    color: #fff;
    line-height: 0.5rem;
}

.banner .banner-content .banner-con .child-title {
    font-size: 0.18rem;
    color: #fff;
    margin: 0.4rem 0 0 0;
}

.banner .banner-content .banner-con .child-title-zy {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.4rem;
}
.content{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .content-left,
.content .content-right{
  width: 47.9%;
}
.content .content-left img,
.content .content-right img {
  width: 100%;
}
.content .left-con{
  margin-left:2.6rem;
  padding-bottom:0.5rem ;
}
.content .title {
    font-size: 0.27rem;
    color: #00508e;
  margin: 0.4rem 0;
  font-weight: bold;
}
.content .title-btn {
  font-size: 0.18rem;
  background-color: #00508e;
  color: #fff;
  line-height: 0.35rem;
  border-radius: 0.35rem;
  padding: 0 0.35rem 0 0.15rem;
  display: inline-block;
}
.content .zy{
  font-size: 0.18rem;
  color: #000;
  line-height: 0.35rem;
  margin: 0.15rem 0 0.5rem 0;
}
.content .left-con p:last-child,
.content .right-con p:last-child{
  margin-bottom: 0;
}
.left-img{
  margin-top: 0.32rem;
}
.content .content-right{
  padding-top: 1.07rem;
}
.content .right-con{
  margin-right: 2.6rem;
}
.content .right-con .title{
  margin-top: 1.11rem;
}
.lxwm{
   width: 15.75rem;
   margin: 0.7rem auto 1.1rem auto;
   border-top: 0.02rem solid #e5e5e5;
   border-bottom: 0.02rem solid #e5e5e5;
   padding: 0.4rem 0;
 }
 .lxwm .lxwm-title{
   font-size: 0.27rem;
   color: #333;
   font-weight: bold;
   margin-bottom: 0.5rem;
 }
 .lxwm .lxwm-list{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
 }
 .lxwm .lxwm-list p{
   font-size: 0.18rem;
   color: #141414;
   line-height: 0.36rem;
 }
 .lxwm .lxwm-list .lxwm-item{
   margin-bottom: 0.85rem;
   width: calc(100% / 3);
 }
 .lxwm .lxwm-list .lxwm-item:nth-child(4),
 .lxwm .lxwm-list .lxwm-item:nth-child(5),
 .lxwm .lxwm-list .lxwm-item:nth-child(6){
    margin-bottom: 0;
 }