

.home4{
  padding: 0.8rem 0 1.2rem;
}
.home4_cont{
  
}
.home4_l{
  flex: 0 0 45%;
  position: relative;
}
.home4_l::after{
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: -0.3rem;
  width: 6.62rem;
  height: 3.8rem;
  background: #007CD6;
}
.home4_l img{
  max-width: 6.8rem;
  max-height: 4.8rem;
  position: relative;
  z-index: 1;
}
.home4_r{
  flex: 0 0 55%;
  padding-left: 0.8rem;
}
.text_tit2{
  font-family: Arial;
    font-weight: bold;
    font-size: 0.56rem;
    color: #111111;
}
.text_tit2 span{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.56rem;
    color: #0F4988;
    display: block;
}
.home4_dec{
  font-family: Arial;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.4rem;
  margin-top: 0.26rem;
  overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 6;
	 -webkit-box-orient: vertical;
}


.about3{
    background: url("/assets/img/about2.png") no-repeat;
    padding: 1.15rem 0 1.38rem;
}
.about3_tit{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.6rem;
    color: #FFFFFF;
    text-align: center;
}
.about3_dec{
    font-family: Arial;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.42rem;
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 0.66rem;
}


.about4{
    padding: 1rem 0 1.05rem;
    background: #FFFFFF;
}
.about4 .max-width3{
    justify-content: space-between;
    
    width: 90%;
    max-width: 17.4rem;
        align-items: normal;
}
.about4_li{
    flex: 0 0 49%;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
}
.about4_li img{
    width: 100%;
    height: 3.5rem;
}
.about4_c{
    padding: 0.28rem 0.94rem 0.23rem;
}
.about_tit{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.34rem;
    color: #0B0B0B;
    text-align: center;
}
.about4_c hr{
    width: 0.37rem;
    height: 0.05rem;
    background: #0070B0;
    margin: 0.17rem auto 0.18rem;
}
.about_dec{
    font-family: Arial;
    font-weight: 400;
    font-size: 0.2rem;
    color: #0B0B0B;
    line-height: 0.3rem;
    text-align: center;
}

.about5{
    background: #F8FCFF;
    padding: 0.7rem 0 1rem;
}
.about5 .text_tit2{
    display: flex;
    justify-content: center;
}
.about5 .home4_dec{
    text-align: center;
}
.about5_cont{
    justify-content: space-between;
    margin-top: 0.66rem;
}
.about5_li{
    flex: 0 0 24.5%;
    padding: 0.54rem 0.37rem 0.8rem;
    background: #0070B0;
    box-shadow: 0px 3px 8px 0px rgba(9,2,4,0.3);
    border-radius: 30px;
}
.about5_li img{
    width: 0.81rem;
    height: 0.82rem;
    margin: auto;
    display: flex;
}
.about5_tit{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
    margin: 0.33rem 0 0.27rem;
    text-align: center;
}
.about5_dec{
    font-family: Arial;
    font-weight: 400;
    font-size: 0.19rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}

@media(max-width: 1024px){
    .home4{
        padding: 1rem 0 ;
    }
    .home4_cont {
        flex-direction: column;
    }
    .home4_l{
        flex: auto;
        width: 94%;
        padding: 0 0.2rem;
    }
    .home4_l img{
        max-width: 6.5rem;
    }
    .home4_l::after{
        width: 6.2rem;
        height: 3.7rem;
        left: -0.2rem;
    }
    .home4_r{
        padding-left: 0;
        margin-top: 0.7rem;
    }
    .home4_dec{
        font-size: 0.24rem;
    }
    .home4_a{
        font-size: 0.24rem;
    }
    .about3_dec{
        width: 100%;
        font-size: 0.28rem;
    }
    .about4 .max-width3{
        flex-direction: column;
        gap: 0.6rem;
    }
    .about5_dec,
    .about_dec{
        font-size: 0.24rem;
        line-height: 0.34rem;
    }
    .about4_c{
        padding: 0.28rem 0.4rem 0.23rem;
    }
    .about5_cont{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px 4%;
    }
    .about5_li{
        flex: 0 0 48%;
        height: 310px;
    }
    .text_tit2 span,
    .about3_tit,
    .text_tit2{
        font-size: 0.45rem;
    }
}

