﻿@charset "utf-8"; 
:root{--color:#ffa500;}
#home-swiper .swiper-slide .banner-slide-img{display: flex;}
#home-swiper .swiper-slide.swiper-slide-active{animation: bannerimg 6s forwards;}
@keyframes bannerimg {
0% {transform: scale(1.05)}
80% {transform: scale(1)}
100% {transform: scale(1.02)}
}
@media (min-width:769px){.contact .contact-sec1 .contact-sec1-item{width:30%}}
.head-main .head-logo{max-width:inherit;max-height:100%;height:100%;min-height:100%;flex-wrap:nowrap;}
.head-main .head-logo:after{content:'';height:90%;display:block;aspect-ratio:214/101;background:url(/uploads/43258/page/p20250827170922139b9.png) no-repeat center;background-size:90%;margin-left:5px;}
.head-main .head-logo img{max-height:90%;}
.head-right{width:auto;}
.foot-about .foot-title{display:flex;}
.foot-about .foot-title:after{content:'';height:65px;display:block;aspect-ratio:214/101;background:#fff url(/uploads/43258/page/p20250827170922139b9.png) no-repeat center;background-size:90%;margin-left:10px;}
@media (max-width:1280px){footer .foot-main .foot-item .foot-title img{max-height:40px}
.foot-about .foot-title:after{height:40px}}
.common-main .pro-list.list1 li .pro-img img{display:block;width:100%;aspect-ratio:383/256;object-fit:contain;background:#fff;}
.sidebar-prolist .pro-img{height:51px}
.sidebar-prolist .pro-more{margin-top:4px}