*{
    padding: 0;
    margin: 0;
}
.foo-1{
    width: 100%;
    /*height: 720px;*/
    background: #119fe8;
    padding: 50px 0;
}
.foo-1-inner{
    width: 1240px;
    margin: 0 auto;
    color: #fff;
}
.foo-1-inner>.title{
    font-size: 40px;
}
.foo-1-inner>.brief{
    font-size: 24px;
    margin: 30px 0;
}
.foo-1-inner>.content{
    font-size: 16px;
    line-height: 1.8;
}
.foo-1-inner>.images{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}
.foo-1-inner .image{
    width: 455px;
    height: 340px;
    background: #f3f3f3;
    margin-right: 30px;
}

/*machine*/
.machine{
    width: 1240px;
    margin: 0 auto;
    color: #119fe8;
}
.machine>.foo{
    margin: 55px 0;
}
.machine-title1{
    height:30px;
    font-size:24px;
    color: #119fe8;
    line-height: 30px;
    border-left:10px solid #119fe8;
    padding-left: 15px;
}

.machine-pic-font{
    width: 1240px;
    height: 338px;
    position: relative;
    margin-top: 30px;
}

.machine-pic{
    width: 490px;
    height: 308px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.machine-font{
    width: 795px;
    height: 308px;
    background: #f2f2f2;
    font-size: 16px;
    color: #119fe8;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    padding: 30px 30px 30px 80px;
    box-sizing: border-box;
}
.machine-title2{
    font-size: 24px;
    height: 60px;
    line-height: 60px;
}
.ul-warp>li{
    font-size: 20px;
    line-height: 1.8;
    list-style: none;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul-child>li{
    font-size: 18px;
    color: #4db7ee;
    line-height: 1.8;
    padding-left: 20px;
    list-style: none;
    font-weight:100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
