﻿@charset "utf-8";
@media(min-width:769px){.contact-list .contact-item { width: 31%;}}
.home-about .about-img .routeimg img{height: 670px;object-fit: cover;}
.home-about .about-img .about-icon{display: none;}
@media (max-width:1366px) {
    .home-about .about-info{padding-left: 5%;}
}
@media (max-width:1100px) {
    .home-about .about-img{width: 100%;}
    .home-about .l-wrap{flex-direction: column;}
    .home-about .about-img .routeimg{max-width: 500px;margin: 0 auto;}
    .home-about .about-img .routeimg img{width: 500px;height: 500px;}
    .home-about .about-info{padding-left: 0;margin-top: 10px;}
}
@media (max-width:768px) {
    .home-about .about-img .routeimg{max-width:380px}
    .home-about .about-img .routeimg img {width: 380px;height: 380px;}
}