﻿.newtitle{margin-bottom:20px}
.home-factory .falist{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top:20px}
.home-factory .falist .item{width: 24%;margin-bottom: 20px;}
.home-factory .falist .item .info{padding:5px}
.home-factory .falist img{width: 100%;}
.home-factory .falist .title{font-weight: bold;}
@media (max-width:1024px) {
.home-factory .falist .item{width: 48%;}
}
.homevr{padding-top:5%}
.home-container .home-choose{margin:80px 260px}
.home-container .home-choose .part-title p{margin-top:15px;}
.home-choose .choose-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.home-choose .choose-list li{margin-top:35px;width:23.5%;background:#fff;padding: 15px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;display: flex;flex-direction: column;justify-content: space-between;}
.home-choose .choose-list .title{font-size:18px;font-weight: bold;}
.home-choose .choose-list .line{margin: 10px 0;width:100%;height:2px;background:#aaa;}
.home-choose .choose-list .img{margin-top:20px;}
.home-choose .choose-list .img img{width:100%;aspect-ratio:1;object-fit:cover;}
.home-choose .btn{margin-top:30px;text-align:center;}
.home-choose .btn .more{display:inline-block;padding:8px 13px;color:#fff;font-weight: bold;background:#12a47b;border-radius:6px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;transition: all .3s ease-in-out;}
.home-choose .btn .more:hover{opacity:.85;}
@media(min-width:1281px)and (max-width:1520px){
.home-container .home-choose{margin:140px 100px 150px}
}
@media(min-width:1081px)and (max-width:1280px){
.home-container .home-choose{margin:140px 50px 150px}
}
@media(min-width:769px)and (max-width:1081px){
.home-container .home-choose{margin:140px 25px 150px}
}
@media screen and (max-width:768px){
.home-container .home-choose{margin:10vw 4vw}
}
@media (max-width:1024px){
.homevr{padding-top:40px}
.home-container .home-choose .part-title p{margin-top:10px}
.home-choose .choose-list li{margin-top:25px;width:49%}
}
@media (max-width:540px){
.home-choose .choose-list li{width:100%;}
.home-choose .choose-list .img img{aspect-ratio:inherit;}
}