﻿@charset "utf-8";
@media (min-width:769px){.home-about .l-wrap .right .title{font-size:32px}}
.home-case .l-wrap .case .item .text .content .show-title,.process-item-title{text-transform:capitalize}
.news-item-title{height:40px}
.sidebar .categories>ul>li>a{font-weight:var(--fontbold7)}
.home-cate .cate-list{display: flex;flex-wrap:wrap;justify-content: space-between;margin-top:3%;}
.home-cate .cate-list .cate-item{width:18.5%;margin-bottom:2%;}
.home-cate .cate-list .cate-item .cate-img{overflow: hidden;}
.home-cate .cate-list .cate-item .cate-img img{width:100%;display:block;transition: all .3s;}
.home-cate .cate-list .cate-item .cate-title{text-align: center;font-size:var(--fontsize18);margin-top:10px;}
.home-cate .cate-list .cate-item:hover .cate-img img{transform: scale(1.05);}
.home-cate .cate-list .cate-item:hover .cate-title{color:var(--color)}
@media (max-width:768px){.home-cate .cate-list .cate-item{width:49%;}}
.home-cate .cate-list .cate-item .cate-title a{font-size: 19px;font-weight: 600;}