﻿      .home-cirt{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;padding:2% 0}
.home-cirt .home-cirt-swiper{width:100%;position:relative;padding-bottom:40px;overflow:hidden;margin-top:4%}
.home-cirt .home-cirt-item{box-sizing:border-box;border:1px solid transparent;transition:all 0.3s ease;cursor:pointer}
.home-cirt .home-cirt-item:hover{box-shadow:0 10px 20px rgba(0,0,0,0.1);border-color:var(--color)}
.home-cirt .home-cirt-img{width:100%;overflow:hidden}
.home-cirt .home-cirt-img img{display:block;object-fit:cover;transition:transform 0.3s ease}
.home-cirt .home-cirt-item:hover .home-cirt-img img{transform:scale(1.04)}
.home-cirt .home-cirt-pagination{position:absolute;bottom:0;left:0;width:100%;text-align:center}
.home-cirt .home-cirt-pagination .swiper-pagination-bullet-active{background:var(--color)}
@media screen and (max-width:1024px){.home-cirt{padding:40px 0}
.home-cirt .home-cirt-swiper{padding-bottom:30px}
}@media screen and (max-width:768px){.home-cirt{padding:30px 0}
.home-cirt .home-cirt-swiper{padding-bottom:25px}
.home-cirt .home-cirt-item:hover{box-shadow:0 5px 10px rgba(0,0,0,0.08)}
}
.home-about .about-right>p{margin:15px 0;}
.home-about .about-right .about-right-middle{padding-left:0;margin-bottom:15px;}
@media (min-width:1025px){.home-about .l-wrap .about-img{width:46%;}}