.industry-top{
    padding: 30px 0;
}
.industry-top > ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.industry-top > ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.industry-top > ul li a img{
    width: 40px;
    height: 40px;
}
.industry-top > ul li a span{
    font-size: 16px;
    color: #444444;
    margin-top: 10px;
}
.industry-top > ul li:hover a span{
    color: #d71e17;
    font-weight: 600;
}

.industry-top > ul li:hover .imga1{
    display: block;
}
.industry-top > ul li:hover .imga2{
    display: none;
}
.imga1{
    display: none;
}
.imga2{
    display: block;
}
/* 行业应用--内容 */

.solut-box{

}
.solut-bxitm{
    padding: 50px 0;
}
.solut-bxitm > ul{
    position: relative;
    overflow: hidden;
}
.solut-bxitm:nth-child(even) > ul > li:nth-child(1){
    float: left;
}
.solut-bxitm:nth-child(even) > ul > li:nth-child(2){
    float: right;
}
.solut-bxitm:nth-child(odd) > ul > li:nth-child(1){
    float: right;
}
.solut-bxitm:nth-child(odd) > ul > li:nth-child(2){
    float: left;
}

.solut-bxitm > ul > li{
    width: 50%;
}
.solut-bxitm > ul > li:nth-child(1){
    width: 47%;
}
.solut-bxitm > ul > li img{
    width: 100%;
    height: auto;
}
.solut-bxitm > ul > li h3{
    font-size: 40px;
}

.solut-bxitm > ul > li h5{
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}
.solut-bxitm > ul > li > p{
    font-size: 16px;
    color: #666666;
    padding: 20px 0;
    /*border-top: 1px solid #e5e5e5;*/
    margin-top: 25px;
    line-height: 30px;
}
.item-bja{
    background-image: url("../images/picbj12.png");
    background-size: 100% 100%;
}
.item-bjb{
    background-image: url("../images/picbj11.png");
    background-size: 100% 100%;
}

@media only screen and (max-width: 1240px) {
    .solut-bxitm > ul > li h3 {
        font-size: 36px;
    }
    .solut-bxitm > ul > li > p {
        font-size: 16px;
        padding: 20px 0;
        margin-top: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .industry-top {
        padding: .3rem 0;
    }
    .industry-top > ul{
        justify-content: flex-start;
        align-items: flex-start;
    }
    .industry-top > ul li a span {
        font-size: .22rem;
        margin-top: .1rem;
    }
    .industry-top > ul li{
        width: 20%;
        padding: .1rem;

    }

    .solut-bxitm{
        padding: .5rem 0;
    }
    .solut-bxitm > ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 .1rem;
    }
    .solut-bxitm > ul > li{
        width: 100% !important;
    }
   

    .solut-bxitm > ul > li img{
        margin-top: .2rem;
    }

    .solut-bxitm > ul > li h3{
        font-size: .28rem;
    }

    .solut-bxitm > ul > li h5{
        font-size: .2rem;
    }
  
    .solut-bxitm > ul > li > p{
        font-size: 16px;
        padding: .2rem .1rem;
        margin-top: .25rem;
        line-height: .3rem;
        color: #333;
    }
}
