main .industry{
    padding: 5.20835vw 0;
}
main .industry .content .title h1{
    font-size: 36px;
    font-family: 'Barlow-Bold';
    max-width: 530px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
main .industry .content .title p{
    text-align: left;
    max-width: 530px;
    width: 100%;
}
main .industry .content .industry-box{
    margin-top: 80px;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
   display: flex;
   flex-wrap: wrap;
}

main .industry .content .industry-box  .box{
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    transition: all 0.5s;
}
main .industry .content .industry-box  .box p{
    text-align: center;

}
main .industry .content .industry-box .box:hover{
    transform: scale(1.1);
}

@media (min-width: 1024px){
    .col-md-2{
        width: 20%;
        padding-left: 10px;
        padding-right: 10px;
    }
}


main .industry_detail .bannerVideo{
    display: flex;
}
main .industry_detail .banner{
    position: relative;
    height: 500px;
    overflow: hidden;
    max-width: 50%;
    width: 100%;
}
main .industry_detail .bannerVideo .BannerText{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #004775;
    color: #fff;
    padding: 30px 15px;
}

main .industry_detail .bannerVideo .BannerText h2{
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Barlow-Bold';
    max-width: 680px;
    width: 100%;
}
main .industry_detail .bannerVideo .BannerText p{
    margin-bottom: 10px;
    max-width: 680px;
    width: 100%;
}

main .industry_detail .banner .banner__video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .industry_detail .banner .play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(2, 17, 15,0.7);
    display: none;
}
main .industry_detail .banner .play .img{
    width: 104px;
    height: 104px;
    background: rgba(0, 0, 0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 30px;
}
main .industry_detail .banner .play p{
    font-size: 24px;
    font-family: 'Barlow-Medium';
    color: #fff;
}
main .industry_text{
    padding: 5.20835vw 0;
}
main .industry_text .content{
    display: flex;
}
main .industry_text .content>div{
    width: 50%;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
main .industry_text .content .right{
    background-color: #004775;
    color: #fff;
}
main .industry_text .content>div h3{
    font-size: 28px;
    font-family: 'Barlow-Bold';
    margin-bottom: 20px;
    max-width: 450px;
    width: 100%;
}
main .industry_text .content>div ul{
    max-width: 450px;
    width: 100%;
}
main .industry_text .content>div ul li{
    margin: 5px 0;
    padding-left: 15px;
    position: relative;
}
main .industry_text .content>div ul li::after{
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #F28F1A;
    content: '';
    top: 9px;
    left: 0;
}



@media (max-width:1023px) {
    main .industry_detail .banner{
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    main .industry_detail .bannerVideo{
        flex-direction: column;
    }
    main .industry_text .content{
        flex-direction: column;
    }
    main .industry_text .content>div{
        width: 100%;
    }
    main .industry .content .industry-box{
        margin-top: 30px;
    }
}







