﻿.home-banner video{width:100%}
@media (max-width:768px){.home-banner video{min-height:auto}}
#indexbanner::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.home-banner .vidbantxt{text-align:center;opacity: 1;left: 50%;;transform: translate(-50%, -50%);bottom:0;top:50%;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.home-banner .vidbantxt .line{background:#fff;height:1px;width:200px;margin:20px auto}
.home-banner .vidbantxt .gobot{position: absolute;bottom: 2%;width: 100%;animation: bounce 3.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;}
.home-banner .vidbantxt .gobot em{font-weight:bold;font-size:32px;font-style:initial;color:#ffffffeb}
@keyframes bounce {0%, 21%, 100% {transform: translateY(0);}
10.5% {transform: translateY(20px);}}
.home-partner{padding: 2% 0;}
.home-partner .list{display: flex;flex-wrap: wrap;gap: 20px;}
.home-partner .list .item{width: calc((100% - 100px)/6);padding: 5px;box-shadow: rgb(0 0 0 / 20%) 0px 2px 15px;}
.home-partner img{width: 100%;aspect-ratio: 3/2;object-fit: contain;}
@media (max-width:1024px){.home-partner .list .item{width: calc((100% - 60px)4);}
.home-banner .vidbantxt .gobot em{font-size:26px}
}
@media (max-width:768px){.home-partner .list .item{width: calc((100% - 40px)3);}
.home-banner .vidbantxt .gobot em{font-size:22px}
}
@media (max-width:540px){.home-banner .vidbantxt{top:50%}
.home-banner .vidbantxt .gobot em{font-size:20px}
}
.home-product{padding:4% 0}
.home-partner{padding:0}
.home-partner .list{margin-top:40px}
@media (max-width:768px){.home-partner .list{margin-top:20px}}
@media (max-width:540px){.home-partner .list{margin-top:10px}}
.home-partner .list{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}
.home-partner .list .item{width:100%;margin-right:0}
@media (max-width:768px){.home-partner .list{grid-template-columns:repeat(2,1fr)}
}
.home-about .about-info .about-content p{font-weight:bold}
.home-about .about-info .about-content p span{color:var(--color)}