﻿#news #home-news .news-list .swiper-slide{display:block}
@media (min-width:901px){#news #home-news .news-list .swiper-slide{width:24%;}
#news #home-news .news-list .swiper-slide .news-item-img{width:100%;}
#news #home-news .news-list .swiper-slide .news-item-img>a{position:relative;height:0;padding-bottom:75%;}
#news #home-news .news-list .swiper-slide .news-item-img>a img{max-height:inherit;position:absolute;top:0;left:0;height:100%;max-height:inherit}
#news #home-news .news-list .swiper-slide .news-item-cont{width:100%;padding:10px;}}
#factory,#equipment{padding: 2% 0;}
#factory .home-title,#equipment .home-title{text-align: left;color: #a3811d;}
#factory .fac-list,#equipment .equ-list{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: stretch;}
#factory .fac-li,#equipment .equ-li{width: 24%;margin-top: 15px;}
#factory .fac-li img,#equipment .equ-li img{width: 100%;aspect-ratio: 1.8;object-fit: fill;vertical-align: bottom;transition: transform .3s linear;}
#factory .fac-li-img,#equipment .equ-li-img{overflow: hidden;}
#factory .fac-li-img:hover img,#equipment .equ-li-img:hover img{transform: scale(1.1);}
@media (max-width:900px) {#factory,#equipment{padding: 3% 0;}#factory .fac-li,#equipment .equ-li{width: 49%;}}
@media (max-width:500px) {#factory .fac-li,#equipment .equ-li{margin-top: 10px;}}
.info-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.infoab-l{width: 47%;}
.infoab-r{width: 47%;}

.info-box .title{font-size: 24px;color: var(--color);}
.info-box .cont{margin-top: 20px;}
.info-box .cont p{margin-bottom: 10px;}
.info-box .cont em{font-weight: 900;font-style: initial;margin-right: 5px;}
.info-box .colortrue{color: green;}
.info-box .colorfalse{color: red;}


@media (max-width:1024px) {
.info-box .infoab-l{width: 100%;}
.info-box .infoab-r{width: 100%;}
}
#infoabout{padding-bottom:3%;}
#news{padding-top:3%;}
#home-swiper .swiper-slide a{width:100%;display:block;}
@media (min-width:1025px){header:not(.is-fixed) .head-menu-box nav>ul>li>a{color:#fff;}
header:not(.is-fixed) .head-menu-box nav>ul>li>a.inmenu_1,header:not(.is-fixed) .head-menu-box nav>ul>li>a:hover{color:var(--color)}}