.inside-banner,.inside-banner-m{
    position: relative;
}
.inside-banner{
    background: url(../../images/bgcover/zstp_banner.png)no-repeat center center;
}
.inside-banner-m{
    background: url(../../images/bgcover/mt/zstp_banner_m.jpg)no-repeat center center;
    background-size: 100% 100%;
}
.inside-banner .sentence{
    /*font-size: 14px !important;
    line-height: 22px;
    margin-top: 17px;
    color: #ffffff;
    font-weight: normal !important;*/
}
.inside-banner .info-02 {
	max-width: 630px;
}
.inside-banner img {
    position: absolute;
    right: 15%;
    top: 50px;
    width: 446px;
    height: 367px;
}
.info-m{
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}
.Product-advantages{
    padding: 49px 0 56px 0;
}
.content-box{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.content-box div{
    width: 33%;
    overflow: hidden;
    margin-top: 49px;
}
.content-box div div{
    width: 63px;
    height: 63px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.content-box div div img{
    width: 100%;
    height: 100%;
}
.advantages{
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
}
.advantages-lable{
    width: 54px;
    height: 3px;
    background: #ED6827;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}
.advantages-text{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
    margin-top: 12px;
}
.advantages-text-m{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
    margin-top: 12px;
    display: none;
}
.knowledge-graph{
    padding: 68px 0 71px 0;
}
.content-box2{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: space-between;
}
.bg{
    background: url(../../images/ai/knowledgegraph/sjzn_bg.png)no-repeat center center;
}
.content-box2 div{
    width: 483px;
    height: 198px;
    background: rgba(255,255,255,0.7);
    border-left: 4px solid #EC6826;
}
.content-box2 div:hover{
    box-shadow: 0px 5px 20px 0px rgba(13, 4, 9, 0.1);
}
.box1{
    margin-bottom: 109px;
}
.graph_title{
    font-size: 20px;

    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-top: 41px;
    margin-left: 34px;
}
.graph_text{
    width: 90%;
    margin-left: 30px;
    margin-top: 22px;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 24px;
}
.graph_text_m{
    width: 90%;
    margin-left: 30px;
    margin-top: 22px;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 24px;
    display: none;
}
.final-img{
    padding: 83px 0 96px 0;
}
.final-img div{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.final-img div img{
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px){
    .content-box{
        flex-wrap: wrap;
    }
    .inside-banner-m{
        height: auto !important;
    }
    .content-box div{
        width: 100%;

    }
    .content-box2 div{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .graph_text{
        display: none;
    }
    .graph_text_m{
        display: block;
        margin-bottom: 40px;
    }
    .info{
        text-align: left;
    }
    .advantages-text{
        display: none;
    }
    .advantages-text-m{
        display: block;
    }
   .Product-advantages .info{
        display: none;
    }
    .info-m{
        display: block;
    }
    .bg{
        background: none;
    }
}
