﻿.home-about .about-top .info{margin-right:0}
.home-about .about-top .img{flex:1;width:auto}
@media (max-width:1024px){.home-about .about-top .img{width:100%;flex:none}}
.home-expect{padding:0}
.home-expect img{display:block;margin:0 auto}
.home-about .about-bottom ul li .icon::before,.home-about .about-bottom ul li .icon::after{display:none}
.home-about .about-bottom ul li .icon{width:120px;height:120px;flex-shrink:0}
.home-about .about-bottom ul li .icon span{width:auto;height:auto}
@media (max-width:1440px){.home-about .about-bottom ul li .icon{margin:10px}}
@media (max-width:1280px){.home-about .about-bottom ul li .icon{width:100px;height:100px}}
.home-news .item .img img {display:block;width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}
.home-services{position:relative;padding:4% 0}
#serviceswiper{margin-top:40px}
#serviceswiper .swiper-slide{position:relative;aspect-ratio:1/1;border-radius:10px;overflow:hidden}
#serviceswiper .swiper-slide img{width:100%;height:100%;object-fit:cover}
#serviceswiper .swiper-slide .opacity{position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#FFFFFF;transition:all .2s linear;padding:20px;opacity:0}
#serviceswiper .swiper-slide .opacity .p1{font-size:var(--fontsize20);position:relative;padding-bottom:10px;margin-bottom:10px}
#serviceswiper .swiper-slide .opacity .p1::after{content:"";position:absolute;left:0px;bottom:0px;width:60px;height:4px;background:var(--color)}
#serviceswiper .swiper-slide:hover .opacity{opacity:1}
#serviceswiper .serviceswiper-pagination{text-align:center;margin-top:20px}
#serviceswiper .serviceswiper-pagination .swiper-pagination-bullet{background:#111111;opacity:1}
#serviceswiper .serviceswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color)}
#serviceswiper .serviceswiper-next,#serviceswiper .serviceswiper-prev{position:absolute;top:calc(50% - 20px);transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;border-radius:50%;width:45px;height:45px;cursor:pointer;transition:all .2s linear;background:rgba(255,255,255,.2)}
#serviceswiper .serviceswiper-next em,#serviceswiper .serviceswiper-prev em{font-size:var(--fontsize24);color:#FFFFFF}
#serviceswiper .serviceswiper-prev{left:10px}
#serviceswiper .serviceswiper-next{right:10px}
@media (min-width:1025px){#serviceswiper .serviceswiper-next, #serviceswiper .serviceswiper-prev{display:none}}
@media (max-width:768px){.home-services{padding:30px 0}
#serviceswiper .serviceswiper-next,#serviceswiper .serviceswiper-prev{display:none}
#serviceswiper{margin-top:20px}
#serviceswiper .swiper-slide .opacity{opacity:1}}