﻿@charset "utf-8";
:root {--fontfamily: arial}
footer .footer-top .contact-left .contact-logo img{border-radius:30%;}
.floatwindow_fd_img img{border-radius:30%;}
.floatwindow_fd_img{top:-90px!important;}
footer .footer-container .bottom-info .intro .intro-text{-webkit-line-clamp:inherit}
.home-container .welcome-info .part-item .swiper-wrapper .swiper-slide .part-list-item .item-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media (min-width:1025px){
header nav ul li .submenu{display: block;width: auto;right: auto;}
header nav ul li .submenu>li>a{justify-content: start;}}
.products-content .project-list{display:flex;flex-wrap: wrap;}
.products-content .project-list>li{width:23.5%;margin-right:2%;margin-bottom:2%;}
.products-content .project-list>li:nth-child(4n){margin-right:0;}
.products-content .project-list>li .project-name{padding:15px 0;transition:all .3s}
.products-content .project-list>li:hover .project-name{color:var(--color)}
.products-content .project-list>li .project-content{max-height:inherit;padding:0;}
.products-content .project-list li:hover{border:none;}
@media (max-width:768px){.products-content .project-list{justify-content: space-between;}
.products-content .project-list>li{width:49%;margin-right:0;}}
@media (max-width:500px){.products-content .project-list>li{width:100%;}}