
.head-page .machinevision_item>a::after{
    transform: scaleX(1);
    opacity: 1;
}

.banner_tit{
    font-size: 48px;
    margin-top: 0;
}
.banner_ftit {
    margin: 26px 0 16px;
}
.banner_ftit::before,.banner_ftit::after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #009143;
}
.banner_ftit_box {
    margin: 0 20px;
    /* font-weight: lighter; */
    font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
}
.banner_ftit_box .num{
    margin-right: 5px;
}


.banner_video{
    display: block;
}

.machinevision_detail01 .desc{
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.machinevision_detail01 .list{
    width: 33.33%;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 50px;
}
.machinevision_detail01 .list .text{
    margin-top: 16px;
}
.machinevision_detail01 .list::after{
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #eee;
    position: absolute;
    right: 0;
    top: 21px;
}
.machinevision_detail01 .list:last-child::after{
    display: none;
}
.machinevision_detail02 .banner_ftit_box{
    font-family: inherit;
}

.machinevision_detail02 .banner_ftit{
    margin-top: 0;
}
.machinevision_detail02 .page_con{
    color: #009143;
}



@media only screen and (max-width:1366px) {
    .banner_tit {
        font-size: 44px;
    }
}
@media only screen and (max-width:1200px) {
    .banner_tit {
        font-size: 40px;
    }
}
@media only screen and (max-width:1043px) {
    .banner_tit {
        font-size: 36px;
    }
    .machinevision_detail01 .list{
        margin-top: 35px;
    }
}
@media only screen and (max-width:768px) {
    .banner_tit {
        font-size: 24px;
    }
    .banner_ftit_box {
        margin: 0 10px;
    }
    .banner_ftit::before, .banner_ftit::after{
        width: 30px;
    }
    .banner_ftit {
        margin: 20px 0 10px;
    }
    .machinevision_detail01 .desc {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .machinevision_detail01 .list{
        margin-top: 15px;
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .machinevision_detail01 .list .text {
        margin-top: 10px;
    }

    .banner_video .banner_title {
        display: none;
    }
}