﻿@charset "utf-8"; 
@media (min-width:769px){.home-product .l-wrap .product .pro-list .item .text .name{-webkit-line-clamp:1}}
@media (min-width:1025px){.head-info .head-logo a img{max-height:80px;}}
@media (max-width:768px) {
    .home-about .about-img .about-icon span:nth-child(2){font-size: 20px;text-align: center;line-height: 1.2;}
    .home-about .about-img .about-icon{width: 150px;height: 150px;}
}
@media (max-width:500px) {
    .home-about .about-img .about-icon{width: 100px;height: 100px;}
    .home-about .about-img .about-icon span:nth-child(2){font-size: 14px;}
    .home-about .about-img .about-icon span:nth-child(1){font-size: 12px;}
    .home-about .about-img .about-icon{padding: 3px;}
}