﻿@media (min-width:1024px){.home-service .service-wrap .service-item{width:20%}}
.home-about .about-img .play{display:none;}
.home-static{background-image: url(/uploads/43998/page/p202504021523107fc67.jpg);background-position: bottom;}
.home-static .list li .num{display: flex;align-items: flex-start;}
.home-static .list li .num .p2{font-size: var(--fontsize26);}
@media (max-width: 1024px) {
.home-static .list li:nth-child(3) {margin-bottom: 20px;}
}
@media (max-width: 768px) {
.home-static .list li .num .p2 {font-size: var(--fontsize20);}}
.home-service .service-wrap .service-item{background:linear-gradient(90deg,var(--fontcolor),var(--color), var(--fontcolor))}
.home-category{padding-top:70px;}
.home-category-flex{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:0 80px}
.home-category-info{width:48%;}
.home-category-video{width:48%;padding-bottom:26%;position:relative;}
.home-category-tit{font-weight:bold;font-size:18px;margin-bottom:20px;}
.home-category-list li{list-style:disc;margin-left:40px;margin-bottom:5px;}
.home-category-list li a{text-decoration:underline;opacity:.8;}
.home-category-list li a:hover{opacity:1;}
.home-category-btn{margin-top:45px;}
.home-category-btn a{display:inline-flex;align-items:center;justify-content:center;width:150px;height:50px;background:var(--color);border:1px solid var(--color);color:#FFFFFF;transition:all .2s linear;border-radius:5px;text-transform:capitalize}
.home-category-btn a:hover{background:#FFFFFF;color:var(--color)}
.home-category-video iframe{position:absolute;top:0;left:0;}
@media (max-width:1200px){.home-category-video{padding-bottom:35%}}
@media (max-width:768px){.home-category{padding-top:40px}
.home-category-flex{padding:0 15px}
.home-category-info{width:100%;}
.home-category-video{width:100%;padding-bottom:62%;margin-top:25px;}
.home-category-btn{margin-top:30px;}
.home-category-btn a{width:100px;height:33px;}}