.box-all{
    width: 1300px;
    min-width: 1300px;
    height: 600px;
    /* background-color: brown; */
    margin: 30px auto -35px;
}

.introduce>.about-us{
    font-size: 30px;
    font-weight: bold;
    width: 150px;
    color: rgb(0, 0, 0,);
    margin: 50px auto 0;
    border-bottom: solid rgb(74, 171, 246) 3px;
    padding-bottom: 10px;
    text-align:center;
}

/* .introduce>.border{
    background-color: rgb(27, 150, 245);
} */

.introduce>.about-us-en{
    font-size: 20px;
    /* font-weight: bold; */
    width: 120px;
    margin-top: 10px;
    text-align: center;
    color: rgb(105, 105, 105);
   
    /* padding-top: 10px; */
    margin: 10px auto 40px;
}

.img-box{
    float: left;
    /* display: inline-block; */
    /* width: 800px; */
    /* margin-left: 300px; */
}

.img-box>img{
    width: 616px;
    height: 377px;
    border-radius: 10px;
}

/* .img-box p{
    display: inline-block;
} */

.content{
    /* display: inline-block; */
    float: left;
    /* padding-left: 50px; */
    width: 650px;
    /* height: 378px; */
    margin-left: 30px;
    margin-top: -30px;
    /* overflow: hidden; */
}

.content p.other-p{
    text-indent: 30px;
}

.content p.first-p{
    /* font-size: 35px; */
    font: bold 25px "微软雅黑";
    color: rgb(69, 69, 69);
    margin-left: 5px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 10px;
}

.content p.other-p{
    font: 15px "微软雅黑";
    color: rgb(105, 105, 105,);
    line-height: 33px;
    margin-left: 5px;
    margin-bottom: -1px;
    /* margin-top: 1px; */
}

.content .data{
    width: 650px;
    height: 90px;
    background-color: rgb(245, 245, 245); /*rgb(245, 245, 245);*/
    line-height: 90px;
    /* text-align: center; */
    position: relative;
    margin-top: 25px;
}

.data>.number{
    float: left;
    font-size: 35px;
    font-family: "微软雅黑", monospace;
    font-weight: bold;
    color: rgb(250, 159, 0);
    margin-left: 49px;
}

.data>.number-aside{
    float: left;
    /* position: absolute; */
    left: 100px;
    width: 70px;
    /* height: 100px; */
    margin-left: 8px;
    margin-top: -8px;
    color: rgb(74, 74, 74);
    font-weight: bold;
    font-size: 12px;
}

.number-aside>span{
    display: block;
    margin-top: -74px;
    color: rgb(116, 116, 116);
    font-weight: normal;
}

