﻿.products .title-img-box .parent     .sun{width: 100%;}
.home-exhib{padding: 3% 0;}
.home-exhib .l-wrap{max-width: 1640px;padding: 0 20px;width: 100%;}
.home-exhib .home-title{font-size: var(--fontsize30);text-align:center}
.home-exhib .exhiblist{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
.home-exhib .item{width: 16%;text-align: center;margin-bottom:20px}
.home-exhib .img{width:100%;height: calc(100% - 64px);}
.home-exhib img{width: 100%;height:100%}
.home-exhib .text{background: #c2a77a;padding: 5px 0;height: 64px;display: flex;align-items: center;justify-content: center;}
@media (max-width:1024px) {
.home-exhib .item{width: 32%;}
}
main.index section.products .title .list{width:80%}
main.index section.products .title .list ul{display: flex;flex-wrap: wrap;}
main.index section.products .title .list ul li{width: 25%;}
@media(max-width:1600px){main.index section.products .title .list{width:100%}}
@media (max-width: 750px){main.index section.products .title .list ul li{width:50%;}}

.home-country{width: 100%;max-width: 1640px;padding: 0 20px;margin-bottom: 4%;}
.home-country ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.home-country ul li{width: 6%;}
.home-country ul li a{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.home-country ul li .cate-img{width: 60px;height: 60px;}
.home-country ul li .cate-img img{border-radius: 50%;}
.home-country ul li .cate-name{padding: 5px 5px 0px 5px;font-size: var(--fontsize12);word-break: break-all;}
@media(max-width:768px){.home-country ul li{width: 25%;margin-bottom:15px;}}
main.index section.products .title .list{display: none;}
