.bmbox{
    width: 100%;
    height: 1320px;
    box-sizing: border-box;
    padding-top: 70px;
    background: url(../images/bm_new/bg.png)center center no-repeat;
}
.bmcontent{
    width: 1200px;
    margin: 0 auto;
    line-height: 1;
}
.bmcontent h1{
    text-align: center;
    line-height: 0;
    margin-bottom: 60px;
}
.content{
    width: 1200px;
    background: #fff;
    padding: 60px 0 106px 204px;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    position: relative;
}
.content ul li{
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    color: #333;
    padding-left: 84px;
    position: relative;
    margin-bottom: 30px;
}
.content ul li:last-child{
    margin: 0;
}
.content ul li:last-child i::after{
    height: 0;
}
.content ul li i{
    position: absolute;
    line-height: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    background: url(../images/bm_new/b-bg.png)center center no-repeat;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    left: 0;
    top: 0;
}
.content ul li:nth-child(2n) i{
    background: url(../images/bm_new/g-bg.png)center center no-repeat;
}
.content ul li i::after{
    content: '';
    position: absolute;
    width: 3px;
    height: 30px;
    bottom: -30px;
    left: 39px;
    background: url(../images/bm_new/line.png)center center no-repeat;
}
.content ul li b{
    font-weight: normal;
    padding: 0 35px;
    position: relative;
}
.content ul li b::after,.content ul li b::before{
    content: '';
    width: 23px;
    height: 3px;
    top: 14px;
    background: url(../images/bm_new/b-dotted.png)center center no-repeat;
    position: absolute;
}
.content ul li:nth-child(2n) b::after,.content ul li:nth-child(2n) b::before{
    background: url(../images/bm_new/g-dotted.png)center center no-repeat;
}
.content ul li b::after{
    right: 0;
}
.content ul li b::before{
    left: 0;
}
.content ul li span{
    padding-left: 33px;
    position: relative;
}
.content ul li span::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    background: #5892FE;
}
.content ul li:nth-child(2n) span::before{
    background: #0c9;
}
.content ul li span a{
    color: #ff8a00;
}
.content a.btn{
    position: absolute;
    width: 780px;
    height: 72px;
    left: 50%;
    margin-left: -390px;
    background: url(../images/bm_new/btn.png)center center no-repeat;
    bottom: -36px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.content a.btn:hover{
    background: url(../images/bm_new/btn-h.png)center center no-repeat;
}
.c-info{
    width: 1200px;
    margin: 0 auto;
    margin-top: 104px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    padding: 100px 75px 48px 75px;
    line-height: 1;
    position: relative;
}
.c-info h3{
    font-size: 24px;
    color: #3c3c3c;
    letter-spacing: 2px;
    padding-right: 31px;
    background: url(../images/bm_new/cro.png)center right no-repeat;
    line-height: 1;
    position: absolute;
    left: 40px;
    top: 40px;
}
.c-info p{
    line-height: 1;
    font-size: 14px;
    color: #1b1b1b;
    padding-left: 22px;
    background: url(../images/bm_new/circle.png)bottom left no-repeat;
    margin-bottom: 20px;
}