﻿.home-say{position: relative;padding: 3% 0;}
.home-say .home-des{margin: 10px 0 0 0}
.home-say .say-list{margin-top: 30px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.home-say .say-li{width: 32%;padding: 3% 10px;background: #f7f7f7;border-radius: 4px;text-align: center;list-style: none;}
.home-say .li-cneter{margin-bottom:30px}
.home-say .li-img img{border-radius: 50%;max-width:160px}
.home-say .li-p1{margin: 30px 0 15px 0;font-size: var(--fontsize24);font-weight: var(--fontbold6);}
.home-say .img-lsit{display: flex;justify-content: center;}
.home-say .img-lsit li{margin-right: 4px;list-style: none;}
.home-say .img-lsit li:last-child{margin-right: 0;}
.home-say .li-p{padding: 0 10%;}
@media (max-width:1024px) {.home-say{padding: 50px 0;}}
@media (max-width:990px) {
.home-say .say-list{justify-content: flex-start;}
.home-say .say-li{width: 48%;margin-bottom:20px}
.home-say .say-li:nth-child(odd){margin-right: 2%;}
}
@media (max-width:768px) {
.home-say .say-list{margin-top:20px}
.home-say .say-li{width: 100%;padding:30px 10px}
.home-say .say-li:nth-child(odd){margin-right: 0}
.home-say .li-img img{max-width: 140px;}
.home-say .li-cneter {margin-bottom: 20px;}
.home-say .li-p1{font-size:var(--fontsize20)}
}