.inside-banner,.inside-banner-m{
    position: relative;
}
.inside-banner{
    background: url(../../../images/bgcover/wbtj_banner.png)no-repeat center center;
}
.inside-banner-m{
    background: url(../../../images/bgcover/mt/wbtj_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 img {
    position: absolute;
    right: 15%;
    top: 50px;
    width: 446px;
    height: 367px;
}
.Function-introduction{
    padding: 50px 0 79px 0;
}
.introduction_text{
    font-size: 14px;

font-weight: 400;
color: #333333;
line-height: 22px;
text-align: center;
margin-top: 37px;
}
.introduction_text_m{
    font-size: 14px;

font-weight: 400;
color: #333333;
line-height: 22px;
text-align: center;
display: none;
margin-top: 37px;
}
.content-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    justify-content: space-between;
}
.box1{
    width: 50%;
    overflow: hidden;
    padding-top: 48px;
}
.box1:hover .img_box{
    border: none;
    background: #FFFFFF;
box-shadow: 0px 2px 54px 0px rgba(4, 0, 0, 0.08);
}
.box1:hover .box1_title{
    color: #EC6826;
}
.img_box{
    width: 120px;
height: 120px;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
border: 1px solid #E6E6E6;
}
.box1_title{
    font-size: 20px;

font-weight: bold;
color: #333333;
line-height: 22px;
text-align: center;
margin-top: 20px;
}
.box1_text{
    width: 80%;
    font-size: 14px;

font-weight: 400;
color: #333333;
line-height: 22px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 17px;
}
.box1_text_m{
    width: 80%;
    font-size: 14px;

font-weight: 400;
color: #333333;
line-height: 22px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 17px;
display: none;
}
.Application-scenarios{
    padding: 52px 0 67px 0;
    background-color: #f7f7f7;
}
.Application-scenarios .container{
    max-width: 1300px !important;
}
.content-box1{
    width: 100%;
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 55px;
    overflow: hidden;
    position: relative;
}
.img_box1{
    width: 100%;
    height: 476px;
    margin-top: 30px;
}
.box2{
    width: 513px;
    height: 140px;
    background-color: rgba(255,255,255,0.7);
}
.box2:hover{
    border-top: 4px solid #EC6826;
    box-shadow: 0px 43px 34px 0px rgba(4, 0, 0, 0.08);
}
.box2_title{
    font-size: 20px;

font-weight: bold;
color: #333333;
line-height: 22px;
margin-top: 43px;
margin-left: 34px;
}
.box2_text{
    font-size: 14px;

font-weight: 400;
color: #8A8A8A;
line-height: 24px;
margin-left: 34px;
margin-top: 14px;
}
.first{
    position: absolute;
    top: 0;
    left: 80px;
}
.second{
    position: absolute;
    top: 200px;
    left: 20px;
}
.third{
    position: absolute;
    bottom: 60px;
    left: 80px;
}
.Technical-features{
    padding: 59px 0 30px 0;
}
.content-box2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    overflow: hidden;
    padding-top: 42px;
    padding-bottom: 60px;
}
.box3{
    width: 27%;
    overflow: hidden;
}
.left_box{
    margin-left: 20%;
}
.right_box{
    margin-right: 20%;
}
.box3:hover{
    background: #FFFFFF;
box-shadow: 0px 15px 30px 0px rgba(4, 0, 0, 0.08);
border-radius: 1px;
}
.img_box2{
    width: 71px;
    height: 71px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.box3_title{
    font-size: 18px;

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

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

font-weight: 400;
color: #8A8A8A;
line-height: 22px;
text-align: center;
margin-left: auto;
margin-right: auto;
display: none;
margin-top: 25px;
margin-bottom: 42px;
}


@media screen and (max-width: 768px){
    .introduction_text{
        display: none;
    }
    .introduction_text_m{
        display: block;
        text-align: left;
    }
    .box1{
        width: 100%;
    }
    .box1_text{
        display: none;
    }
    .box1_text_m{
        text-align: left;
        display: block;
    }
    .box2{
        width: 100%;
        height: auto;
    }
    .box2:hover{
        box-shadow: none;
    }
    .first{
        left: 0;
    }
    .second{
        left: 0;
    }
    .third{
        left: 0;
    }
    .box2_text{
        margin-bottom: 20px;
    }
    .img_box1{
        display: none;
    }
    .box3{
        width: 100%;
    }
    .content-box2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .left_box{
        margin-left: 0;
    }
    .right_box{
        margin-right: 0;
    }
}
