.data_head {
    width: 100%;
    height: 140px;
    background-color: #fff;
    padding: 0 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_name {
    color: rgb(8, 54, 102);
    font-weight: 700;
    font-size: 16px;
    margin-left: 8px;
}




.nav_bar {
    width: 838px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: rgb(51, 51, 51);
}

/*banner图*/
.banner {
    width: 100%;
    height: 500px;
}

.all_back {
    width: 100%;
    padding: 0 360px;
}

.title_info {
    margin-top: 100px;
    font-weight: 700;
    font-size: 36px;
    color: rgb(8, 54, 102);
    width: 100%;
    text-align: center;
}

.title_red {
    color: rgb(168, 16, 16);
}

.title_little {
    color: rgb(153, 153, 153);
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.back_Content {
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em; /* 设置首行缩进，2em 代表一个字的宽度 */
    text-align: justify; /* 设置两端对齐 */
}

.back_imgcontent {
    width: 100%;
    height: 464px;
    background-size: 100% 100%;
    padding: 104px 0 104px 60px;
    border-radius: 10px;
}

.back_info {
    width: 636px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em; /* 设置首行缩进，2em 代表一个字的宽度 */
    text-align: justify; /* 设置两端对齐 */
}

.back_imgInfo {
    width: 100%;
    height: 216px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gridContainer {
    width: 660px;
    height: 660px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
}

.gridInfo {
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.data_list {
    color: rgb(102, 102, 102);
    font-size: 16px;
}

.data_list li {
    line-height: 40px;
}

.gridContent {
    font-size: 24px;
    color: #fff;
    margin-top: 22px;
}

.footer_data {
    width: 100%;
    height: 360px;
    position: relative;
}

.industry_container {
    width: 821px;
    height: 462px;
    position: absolute;
    bottom: 0;
    background-color: rgba(8, 54, 102, 0.8);
    border-radius: 10px 60px 0px 0px;
    margin-left: 360px;
    padding: 60px 100px;
    color: rgb(255, 255, 255);
    line-height: 32px;
    font-size: 16px;
}

.data_list li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: rgb(102, 102, 102);
    vertical-align: middle;
    margin-right: 10px;
}