.tre_point_wrap{}
.tre_point{padding:100px 0;}
.tre_point .ctt{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:1200px;}
.tre_point_txt{width:55%;margin-right:150px;}
.tre_point_txt h2 span{display:block}
.tre_point_txt h2 span i{width:7px;height:7px;position:relative;top:-3px;border-radius:5px;margin-right:8px;display:Inline-block;}
.tre_point_txt p{margin-top:15px;}

.tre_point1 .tre_point_img{background:#fff;width:28%;display:block;margin-top:30px;}
.tre_point1 .tre_point_img img{width:100%;}

.tre_point2{padding:100px 0;background:#f4f8ff;}
.tre_point2 .tre_point_txt{width:100%;margin-right:0;}
.tre_point2 .tre_point_img{width:100%;margin-top:40px;}
.tre_point2 ul{display:flex;justify-content:space-between;}
.tre_point2 ul li{width:23%;display:flex;justify-content:space-between;}
.tre_point2 ul li img{width:50px}
.tre_point2 ul li span{display:block;text-align:center;color:#050f7c;margin-top:5px;font-weight:bold;}
.tre_point2 ul li p{margin-top:2px;text-align:center;line-height:1.4;}

@media screen and (max-width:768px){
  .tre_point{padding:60px 0;}
  .tre_point .ctt{width:90%;flex-wrap:wrap}
  .tre_point_txt{width:100%;margin-right:0;}
 .tre_point1 .tre_point_img{width:100%;margin-top:40px;}
  .tre_point2 ul{flex-wrap:wrap;gap:20px 0;}
  .tre_point2 ul li{width:80%;margin:0 auto;}
  .tre_point2 ul li img{width:40px;}
}