.crumbs{
    width: 100%;
    height: 75px;
    background-color: #efefef;
    color: #727272;
}
.dqwz{
    padding-left: 30px;
    position: relative
}
.dqwz>i{
    width: 15px;
    height: 19px;
    background-position: 0 0;
    position: absolute;
    background: url(/images/dw.png) no-repeat;
    top: 0;
    left: 7px;

}
.crumbs>div{
    display: flex;
    height: 100%;
    align-items: center;
}
.bmcx_con_tit{
    width: 100%;
    height: 116px;
    font-size: 24px;
    position: relative;
    text-align: center;
    line-height: 116px; 
}
.bmcx_con_tit>h2::before,
.bmcx_con_tit>h2::after{
    content: "";
    width: 500px;
    height: 1px;
    background-color:  #bd1b2d;
    position: absolute;
    top: 62px;
}
.bmcx_con_tit>h2::before{
    left: 16px;
}
.bmcx_con_tit>h2::after{
    right: 16px;
}
.bmcx_con_ul>ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bmcx_con_ul>ul>li{
    width: 582px;
    height: 313px;
    box-shadow: 3px 5px 11px #f6f6f6;
    margin-bottom: 39px;
    padding-top: 50px;
    box-sizing: border-box;
}
.bmcx_con_service li{
    margin-top: 30px;
    margin-left: 50px;
}
.bmcx_con_ul>ul>li h3{
    width: 242px;
    height: 68px;
    line-height: 68px;
    padding-left: 50px;
    box-sizing: border-box;
    border-radius: 0 40px 40px 0;
}
.bmcx_con_ul>ul>li:nth-child(1){
    background: url(./images/sbfw@2x.png) no-repeat;
    background-position: right bottom;
}
.bmcx_con_ul>ul>li:nth-child(1) h3{
    background-color: #cae8ff;
}
.bmcx_con_ul>ul>li:nth-child(2){
    background: url(./images/jiaoyufw@2x.png) no-repeat;
    background-position: right bottom;
}
.bmcx_con_ul>ul>li:nth-child(2) h3{
    background-color: #d0f2f7;
}
.bmcx_con_ul>ul>li:nth-child(3){
    background: url(./images/gysy@2x.png) no-repeat;
    background-position: right bottom;
}
.bmcx_con_ul>ul>li:nth-child(3) h3{
    background-color: #efe1bd;
}
.bmcx_con_ul>ul>li:nth-child(4){
    background: url(./images/jtys@2x.png) no-repeat;
    background-position: right bottom;
}
.bmcx_con_ul>ul>li:nth-child(4) h3{
    background-color: #c5daf0;
}
.bmcx_con_ul>ul>li:nth-child(5){
    background: url(./images/zffw@2x.png) no-repeat;
    background-position: right bottom;
}
.bmcx_con_ul>ul>li:nth-child(5) h3{
    background-color: #fde5d8;
}
.bmcx_con_ul>ul>li:nth-child(6){
    background: url(./images/ylfu@2x.png) no-repeat;
    background-position: right bottom;
}
.bmcx_con_ul>ul>li:nth-child(6) h3{
    background-color: #d2f2ef;
}
.bmcx_con_ul>ul>li:nth-child(7){
    background: url(./images/jyfw@2x.png) no-repeat;
    background-position: right bottom;
}
.bmcx_con_ul>ul>li:nth-child(7) h3{
    background-color: #ede1b2;
}
.bmcx_con_ul>ul>li:nth-child(8){
    background: url(./images/kjcy@2x.png) no-repeat;
    background-position: right bottom;
}
.bmcx_con_ul>ul>li:nth-child(8) h3{
    background-color: #a3e0f0;
}
