/* banner分类 */
.open{
    width: 100%;
    height: auto;
    position: relative;
}
.open .row{
    width: 1200px;
    height: 62px;
    background-color: rgb(255, 255, 255,0.7);
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -600px;
    top: -62px;
    opacity: 0.7;
}
.open .row ul{
    height: 100%;
    display: flex;
    justify-content: center;
}
.open .row ul li{
    width: 20%;
    height: 100%;
    flex: 1;
    border-right: 1px solid #ffffff;
}
.open .row ul li a{
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 62px;
    display: block;
}
.open .row ul li .openA{
    font-weight: bold;
    color: #0062ff;
}
/* 行业应用 */
.dustry{
    width: 100%;
    height: auto;
}
.dustry .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.dustryTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.dustryTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.dustryTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.dustryTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.dustryTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.dustryBody{
    width: 100%;
    height: auto;
    margin-bottom: 63px;
}
.dustryBody ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 40px;
}
.dustryBody ul li{
    width: 100%;
    height: 217px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 28px;
}
.dustryBody_Tp{
    width: 270px;
    height: 203px;
    overflow: hidden;
    float: left;
    transition: all 0.5s;
    overflow: hidden;
    cursor: pointer;
}
.dustryBody_Tp img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.dustryBody_Tp img:hover{
    animation: move .5s linear forwards;
}
@keyframes move {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.dustryBody_Wz{
    width: 906px;
    height: auto;
    float: left;
}
.dustryBody_Wz .p1{
    width: 100%;
    font-size: 18px;
    color: #333333;
    float: left;
    margin-left: 27px;
    margin-top: 19px;
}
.dustryBody_Wz .p2{
    width: 100%;
    min-height: 90px;
    font-size: 15px;
    color: #666666;
    float: left;
    line-height: 30px;
    margin-left: 23px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dustryBody_Wz .p3{
    font-size: 14px;
    color: #666666;
    float: left;
    margin-left: 25px;
    margin-top: 23px;
}
.dustryBody_Wz .p4{
    width: 136px;
    height: 35px;
    border-radius: 20px;
    background-color: #ff853a;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    float: right;
    margin-top: 10px;
    display: block;
}