﻿@charset "utf-8"; 
.home-honor .honorwrap .item img {cursor:pointer}
.popwindow-honor {position:fixed;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0;z-index:999999999;display:none;}
.popwindow-honor-flex {width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.popwindow-honor-info {position:relative;}
.popwindow-honor-info .popclose {position:absolute;color:#fff;font-weight:bold;cursor:pointer;right:0;top:-50px;}
.popwindow-honor-info .popclose i {font-size:30px;}
.popwindow-honor-info img {max-width:85vw;max-height:calc(90vh - 100px);}
.home-service .service-wrap .service-item { padding: 60px 40px 60px; }
.home-service .service-wrap .service-item .text { display: block;}
article ol li, article ul li {color: #111111}
.home-about .l-wrap {flex-direction: row-reverse;}
@media (min-width:769px){.home-about .about-info {padding-right: 0;padding-left: 60px;}}
@media (max-width:768px){	.home-about .l-wrap {flex-direction: column-reverse;}
.home-about .about-img {margin-top: 0;margin-bottom: 30px;}}
.home-procate{margin-top:50px;}
.procate-list{display:flex;flex-wrap:wrap;justify-content: space-between;}
.procate-list .procate-item{z-index:99;width:22%;margin-right:4%;background:#fff;box-shadow:0 3px 18px 0 rgba(0,0,0,.16);transition:all .1s linear;overflow:hidden;border-radius:5px}
.procate-list .procate-item:hover{box-shadow:0 3px 18px 0 rgba(0,0,0,.24)}
.procate-list .procate-item:hover .procate-img img{transform:scale(1.02)}
.procate-list .procate-item:hover .procate-title a{color:var(--color)}
.procate-list .procate-item:nth-child(4){margin-right:0}
.procate-list .procate-item .procate-img{max-height:360px;min-height:180px;position:relative;display:flex;align-items:center;justify-content:center}
.procate-list .procate-item .procate-img .tags{position:absolute;top:0;left:0;background:rgba(0,0,0,.24);color:#fff;padding:2px 8px;z-index:1;border-radius:5px 0 0 0;text-transform:lowercase;font-size:var(--fontsize14)}
.procate-list .procate-item .procate-img img{width:100%;height:100%;object-fit:cover}
.procate-list .procate-item .procate-title{height:80px;display:flex;align-items:center;padding:10px 20px}
.procate-list .procate-item .procate-title a{display:inline-block;width:100%;font-size:var(--fontsize18);font-weight:var(--fontbold5);color:var(--fontcolor);line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
@media (max-width: 768px) {.procate-list .procate-item {width: 49%;margin-bottom: 20px;margin-right: 0px;}}
@media (max-width: 1024px) {.home-procate .l-wrap {padding: 0px 15px;}}
.home-procate .home-title-line{margin-bottom:50px;}