﻿.home-banner video{width:100%;display:block;min-height:inherit}
.home-projects{padding-bottom:3%;}
.home-projects .l-wrap{max-width:1600px}
.home-projects::before{height:100%;}
.home-projects .home-title,.home-projects .l-wrap>p{max-width:900px;margin-left:auto;margin-right:auto;}
.home-projects .inner{display:flex;align-items: center;justify-content: space-between;}
.home-projects .homeprojectSwiper{margin:3% auto 0;padding:20px 0 70px;max-width:calc(100% - 100px)}
.home-projects .homeprojectSwiper .swiper-slide{overflow: hidden;border-radius: 5px;}
.home-projects .swiper-pagination-bullet{background: rgba(255,255,255,0.6);}
.home-projects .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--color);}
@media (min-width:769px){.home-projects .swiper-slide{transform: scale(0.99);}
.home-projects .swiper-slide.swiper-slide-active{transform: scale(1.05);transition: all .3s;}}
.home-projects .swiper-slide img{width:100%;display:block;}
.home-projects .homeprojectSwiper-btn{width:40px;height:40px;display:flex;justify-content: center;align-items: center;background: #fff;color:var(--color);cursor: pointer;border-radius: 50%;}
.home-projects .homeprojectSwiper-btn em{font-size:var(--fontsize20);font-weight:var(--fontbold7);}
.home-projects .homeprojectSwiper-btn:hover{background: var(--color);color:#fff;}
@media (max-width:768px){.home-projects .homeprojectSwiper{max-width:100%;padding-bottom:50px;}
.home-projects .homeprojectSwiper-btn{display:none;}}