@media (max-width: 1080px){
    .shade img {
    width: auto;
    height: 100%;
    max-width: initial;
}
.hero-copy.visible h2 {
    opacity: 1;
    transform: none;
    transition-delay: .36s;
    width: 100%;
    margin: 35px 0 66px;
    font-size: 24px;
}
.hero-copy p, label {
    font-size: 14px;
  
}
.split p, .about p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}
.solution .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10% 0%;
    height: 100vh;
}
.solution p {
    color: #fff;
    margin-bottom: 70px;
    font-size: 16px;
}
.industries button b img{
    width: 40px;
}
#news {
    padding: 10% 0%;
}

.shzp_main {
    padding: 10% 0%;
}
.shzp_main .listbt span {
    width: 24%;
    background: #f5f7f6;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    height: 52px;
    line-height: 52px;
    color: #333;
}
.shzp_mainw .list {
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}
.shzp_mainw .list .t span {
    width: 24%;
    text-align: center;
    font-size: 15px;
    color: #666;
}
.shzp_mainw .list .t .zk {
    width: 20%;
    text-align: center;
    font-size: 14px;
    margin: 0% 3%;
    border-radius: 10px;
    height: 44px;
    color: #fff;
    line-height: 44px;
    cursor: pointer;
}
.shzp_mainw .list .b .cs .csw h3 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 9px;
}
.shzp_mainw .list .b .zpnr {
    padding-left: 0%;
    margin-top: 6%;
    font-size: 14px;
    line-height: 1.8;
}
.shzp_main .listbt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
}
.banner-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(8 116 201 / 85%);
    padding: 22px 7%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
}