.content .bg {
    width: 100%;
    height: 350px;
    background-image: url(../images/company.png);
}


/* 2021.4.26 */

.content .main {
    background-color: #FFFFFF;
    width: 1200px;
    height: auto;
    margin: -150px auto 50px;
}

.content .main .main_1 {
    padding: 50px 40px 0;
    border-bottom: 1px dashed #E5E5E5;
}

.content .main .main_1:nth-child(2) {
    border: none;
}

.content .main .main_1 h3 {
    font-size: 24px;
    /* margin: 50px 0 0; */
}

.content .main .main_1 h3 i {
    display: inline-block;
    height: 24px;
    width: 5px;
    margin-right: 10px;
    background-image: url(../images/竖.png);
    vertical-align: bottom;
}

.content .main .main_1 ul {
    padding: 0px 50px 70px 100px;
    background-color: #FFFFFF;
    background-image: url(../images/companyBg.png);
    background-repeat: no-repeat;
    background-size: 100% 150px;
    background-position: right bottom;
    display: flex;
    flex-wrap: wrap;
}

.content .main .main_1:nth-child(2) ul {
    padding-bottom: 48px;
}

.content .main .main_1 ul .list_box {
    position: relative;
    margin-top: 50px;
    padding-left: 20px;
    width: calc(100%/5);
    font-size: 18px;
    color: #8E999A;
    font-weight: bold;
    text-align: left;
}

.content .main .main_1 ul .list_box::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background-color: #066EB7;
    opacity: .5;
}

.content .main .footerBg {
    background: url(../images/市场覆盖bg.png);
    height: 140px;
    width: 1200px;
}