﻿.honeabout-numlist{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 20px 0;}
.honeabout-numlist .item{width: 23%;}
@media (max-width:768px) {.honeabout-numlist .item{width: 48%;}}
.honeabout-numlist .num{color: var(--color);font-weight: bold;font-size: var(--fontsize20);}
.honeabout-numlist .num em{font-style:initial;font-weight:500}
.honeabout-numlist .info{font-size: var(--fontsize18);}
.home-choose{padding-bottom:0;}
.home-activity{padding:5% 0}
.home-activity .l-wrap{display:block;}
.home-activityflex{display:flex;justify-content:space-between;flex-wrap:wrap;}
.home-activity-cert{width:69%;}
.home-activity-cert .home-title{color:#fff;margin-bottom:25px;}
.home-activity-cert-list{display:flex;justify-content:space-between;}
.home-activity-cert-list li{width:32%;margin-top:15px}
.home-activity-cert-list li img{display:block;width:100%;height:100%;object-fit:cover;}
.home-activity-fact{width:28%;}
.home-activity-fact img{height:calc(50% - 10px);width:100%;object-fit:cover;}
.home-activity-fact img:nth-child(2){margin-top:20px;}
@media (max-width:1024px){.home-activity-cert{width:100%;margin-bottom:20px}
.home-activity-fact{width:100%;display:flex;justify-content:space-between}
.home-activity-fact img{height:auto;width:48%;}
.home-activity-fact img:nth-child(2){margin-top:0;}}
@media (max-width:768px){.home-activity-cert-list li{margin-top:0}}
.home-about .about-img .about-icon{display:none;}
.home-about{padding-bottom:3%;}
.home-project{padding-top:4%;}
.home-product{padding-bottom:0;}
.home-about.home-about-contact .about-contact{position: initial;transform: initial;margin-top:0;max-width:100%;}
@media (max-width:768px){.home-about{padding-bottom:30px;}
.home-about.home-about-contact .about-contact{display:block;}
.home-project{padding-top:40px;}}