.inside-banner{
    position: relative;
}
.inside-banner{
    background: url(../../../images/banner/zntj_banner.jpg)no-repeat center center;
}
.inside-banner .sentence{
    font-size: 16px !important;
    line-height: 26px;
    margin-top: 17px;
    color: #ffffff;
    font-weight: normal !important;
}
.inside-banner img {
    position: absolute;
    right: 15%;
    top: 86px;
    width: 394px;
    height: 359px;
}
.Product-advantages{
    padding: 49px 0 84px 0;
    height: 570px;
    background-color: #f7f7f7;
}
.Product-advantages .container{
    max-width: 1300px !important;
}
.content-box{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 52px;
    justify-content: space-between;
}
.content-box-child{
    width: 48.4%;
    overflow: hidden;
    margin-bottom: 32px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
}
.content-box-child:hover{
    transition: 0.1s;
    border-top: 2px solid #ed6827;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.img_box{
    width: 115px;
    height: 113px;
    float: left;
    margin-top: 25px;
    margin-left: 30px;
}
.content-box-title{
    width: 70%;
    font-size: 16px;

font-weight: 400;
color: #333333;
margin-top: 45px;
margin-left: 25px;
float: left;
}
.content-box-text{
    width: 72%;
    font-size: 14px;

font-weight: 400;
color: #8A8A8A;
line-height: 22px;
margin-left: 25px;
margin-top: 15px;
float: left;
margin-bottom: 40px;
}
.content-box-text-m{
    width: 72%;
    font-size: 14px;

font-weight: 400;
color: #8A8A8A;
line-height: 22px;
margin-left: 25px;
margin-top: 15px;
float: left;
display: none;
margin-bottom: 40px;
}
.technological-process{
    padding: 59px 0 29px 0;
}
.content-box2{
    width: 1119px;
    height: 591px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px){
    .content-box-child{
        width: 100%;
    }
    .content-box-title{
        width: 50%;
        margin-top: 15px;
        margin-left: 10px;
    }
    .content-box-text{
        display: none;
    }
    .content-box-text-m{
        width: 50%;
        margin-left: 10px;
        display: block;
    }
    .content-box{
        padding-left: 0;
        padding-right: 0;
    }
    .img_box{
        margin-left: 10px;
    }
    .content-box2{
        width: 100%;
        height: auto;
    }
    .Product-advantages{
        height: auto !important;
    }
}
@media screen and (max-width: 1310px){
    .content-box-text{
        display: none;
    }
    .content-box-text-m{
        width: 50%;
        display: block;
    }
}
