﻿@import url(https://js01.v15cdn.com/single-template/public.css);
.home-banner .swiper-slide>a::after{display:none}
.home-projects .video{display:flex;flex-wrap:wrap;justify-content: space-between;}
.home-projects .video .item{width:48%;}
.home-projects .video iframe, .home-projects .video video{min-height:inherit;}
@media (max-width:768px){.home-projects .video .item{width:100%;margin:10px 0;}}
.home-projects .l-wrap{max-width:1500px;}
.home-about .aboutinfo p span{display:none;}
@media (max-width: 500px) {.home-choose .right ul li {width: 49%;}}
.home-projects {background:#fff}
.wmpage40-page3{border-bottom:1px solid #cfd6e5}
.wmpage40-page3-title h5{font-weight:var(--fontbold7);color:#202231;line-height:1}
.wmpage40-page3-next,.wmpage40-page3-prev{width:58px;height:53px;border-radius:4px;background-color:#f2f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}
.wmpage40-page3-next i,.wmpage40-page3-prev i{font-weight:var(--fontbold7);color:#bfc8d3;transition:all .3s ease-in-out}
.wmpage40-page3-prev{margin-right:10px}
.wmpage40-page3-btn{display:flex}
.wmpage40-page3-title{display:flex;justify-content:space-between;align-items:center}
.wmpage40-page3-swiper{margin-top:40px}
.wmpage40-Swiperpage3 .swiper-slide img{width:100%}
.wmpage40-Swiperpage3 .swiper-slide .text{text-align:center;margin-top:10px}
.wmpage40-page3-btn div:hover{background:var(--color);color:#fff}
.wmpage40-page3-btn div:hover i{color:#fff}
@media (max-width:1366px){.wmpage40-page3-next,.wmpage40-page3-prev{width:45px;height:45px}
.wmpage40-page3-next i,.wmpage40-page3-prev i{font-size:var(--wmpage-font14);line-height:1}
}@media (max-width:1024px){.wmpage40-Swiperpage3 .swiper-slide img{width:100%}
.wmpage40-page3-swiper{margin-top:25px}
}


.home-about .aboutinfo .more{background: var(--color);padding: 0 20px;color: #FFFFFF;position: relative;z-index: 1;overflow: hidden;}
.home-about .aboutinfo .more em{background: #fff;color: var(--color);}
.home-about .aboutinfo .more::after {content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%) scale(0);width: calc(100% + 20px);border-radius: 50%;aspect-ratio: 1 / 1;background: rgba(0, 0, 0, .4);z-index: -1;transition: all .2s linear;}
.home-about .aboutinfo .more:hover::after {transform: translate(-50%, -50%) scale(1);}