﻿.home-ind .ind-top .word-des p{font-size:18px;text-align:center}
.home-ind .ind-top .word-des p{margin:20px 0;}
.home-ind .ind-top ul.list{display:flex;justify-content: space-between;width:100%;}
.home-ind .ind-top ul.list li{width:32%;}
.home-ind .ind-bot{display:flex;margin:4% 0;justify-content: space-between;flex-wrap:wrap;}
.home-ind .ind-bot ul.list{width:32%;display:flex;align-items: center;}
.home-ind .ind-bot ul.list .item{width:50%;}
.home-ind .ind-bot .word-des{width: 30%;}
.home-ind .ind-bot .word-des p.tit{color:var(--color);font-weight: var(--fontbold7);font-size:20px;}
.home-ind .ind-bot .word-des .item{margin-top:10px;}
@media (max-width:1024px){.home-ind .ind-bot ul.list{width:100%;}
.home-ind .ind-bot .word-des{width:100%;}}
@media (max-width:768px){.home-ind .ind-top .word-des p{font-size:16px;}
.home-ind .ind-bot{margin:40px 0;}}