/*产业布局*/
.global{
    margin-top: -26px;
}
.global img{
    width: 100%;
    object-fit: cover;
}
.customer{
    color: #fff;
    height: 752px;
    background: url(../images/hzkh-bg.jpg) no-repeat center center;
    display: none;
}
.customer h3{
    font-size: 38px;
    padding-top: 40px;
    margin-bottom: 20px;
}
.customer p{
    font-size: 18px;
}
.customer .box{
    margin-top: 40px;
    padding: 15px;
    background: #fff;
}
.customer ul{
    padding: 0 !important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    overflow: hidden;
}
.customer ul li{
    float: left;
    width: 20%;
    height: 130px;
    margin: 0 !important;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer ul li a{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.customer ul li a:before,
.customer ul li a:after{
    content: '';
    position: absolute;
    border: 2px solid transparent;
    z-index: 9;
    transition: 0.5s;
}
.customer ul li a:before{
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    border-left-color: #D40415;
    border-right-color: #D40415;
    opacity: 0;
}
.customer ul li a:after{
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-top-color: #D40415;
    border-bottom-color: #D40415;
    opacity: 0;
}
.customer ul li a:hover:before{
    height: 100%;
    opacity: 1;
}
.customer ul li a:hover:after{
    width: 100%;
    opacity: 1;
}
.customer ul li img{
    max-width: 100%;
    max-height: 100%;
    transition: .5s;
}
.customer ul li a:hover img{
    transform: scale(1.1);
}

.solutionInfo>h3 {
    font-weight: 400;
    margin-top: 40px;
}
