.hero-1 .page-heading-text {
    color: #ffffff;
}

.hero-1 .page-heading-text h1 {
    color: #ffffff;
}

.hero-1 .page-heading-text h2 {
    color: #ffffff;
    margin-top: 10px;
    position: relative;
}

.title-color-blue {
    color: #0053FF;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}

.hero-1 .page-heading-text .item1::before {
    position: absolute;
    content: "";
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 5px;
    background: #ffffff;
    z-index: 1;
}

.hero-1 .page-heading-text .item1::after {
    position: absolute;
    content: "";
    top: 82px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 350px;
    height: 2px;
    background: #9999998f;

}

.hero-1 .page-heading {
    /*height: 500px;*/
    padding: 140px 0 140px;
}

.project-section .section-title .sub-text {
    flex-direction: column;
    margin-top: 20px;
}

.project-section .title-p {
    color: #C5D5F6;
    font-size: 30px;
    font-weight: 600;
}

.project-section .title {
    color: #0053FF;
    font-size: 36px;
    margin-top: -10px;
    font-weight: 600;
}

.project-section .title-1 {
    color: #474747;
    font-size: 14px;
    margin-top: 5px;
}

.project-section .title-box {
    display: flex;
    /*align-items: center;*/
}

.project-section .title-box .number-title {
    font-size: 40px;
    color: #0053FF;
    font-weight: 600;
}

.dark-bg .project-section .title-box .number-title {
    font-size: 40px;
    color: #0053FF;
}


.dou-bg-6 .dou-bg-img {
    width: 400px;
    margin-right: 50px;
}

.dou-bg-6 .project-content {
    z-index: 1;
}

.dou-bg-6 .project-main-wrapper .project-wrapper {
    justify-content: center;
    align-items: center;
}

.dou-bg-6 .number-box-1, .dou-bg-6 .number-box-4 {
    margin-left: -30px;
}

.dou-bg-6 .number-box-2, .dou-bg-6 .number-box-3 {
    margin-left: -10px;
}


.dou-bg-6 .number-box {
    display: flex;
    /*float: left;*/
    padding: 0 65px 0 15px;
    align-items: center;
    /*box-shadow: 0px 0px 16px 0px rgba(0, 83, 255, 0.3);*/
    border-radius: 53px 53px 53px 53px;
    background: linear-gradient(90deg, #C3DEFC 0%, rgba(195, 222, 252, 0) 100%);
}

.dou-bg-6 .number-box-1 {
    padding: 0 75px 0 15px;
}

.dou-bg-6 .number-box .item-title {
    font-size: 18px;
    color: #000000;
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    /*margin-left: 10px;*/
}

.dou-bg-6 .number-box .item-title .title-2 {
    color: #0053FF;
    flex: 1

}

.dou-bg-6 .number-box-top {
    margin-top: 45px;
}

.dou-bg-6 .number-box img {
    width: 40px;
    height: 40px;
}


.dou-bg-6 .project-wrapper {
    padding: 0;

    align-items: flex-start;
}


.dou-bg-6 .news-box-items {
    position: relative;
    border: 0;
    padding: 0;
    padding-top: 15px;
    padding-left: 15px;
}

.dou-bg-6 .news-box-items .top-img img {
    width: 100%;
}

.dou-bg-6 .news-box-items .top-img {
    position: absolute;
    left: -5px;
    top: -4px;
    width: 30px;
    height: 30px;
    line-height: 0px;
    text-align: center;
    font-size: 16px;
    border: 4px solid #ffffff;
    background: #ffffff;
    border-radius: 50%;
    border: 0;
    background: transparent;
    border-radius: 0%;
    left: 5px;
    top: -1px;
}

.dou-bg-6 .news-box-items .tag-date {
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(180deg, #C3DEFC 0%, rgba(195, 222, 252, 0) 100%);
}

.dou-bg-6 .news-box-items .tag-date .title-top {
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-top: 10px;
    font-weight: 500;
    /* background: #C3DEFC; */
}

.dou-bg-6 .news-box-items .tag-date .title-top-2 {
    font-size: 12px;
    color: #0053FF;
    text-align: center;
    padding-bottom: 5px;
    margin-top: -8px;
}

.dou-bg-2 .sub-text {
    margin-top: 40px !important;
}

.dou-bg-2 .title-p {
    color: #c5d5f624;
    font-size: 30px;
    font-weight: 600;
}

.dou-bg-2 .title {
    color: #ffffff;
}

.dou-bg-2 .title-1 {
    color: #ffffff;
}

.dou-bg-1 .news-box-items {
    position: relative;
    border: 0;
    padding: 5px;
    /*padding-top: 30px;*/
    /*margin-top: 0px;*/
}

.dou-bg-1 .text-box .item {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 30px;
}

.dou-bg-1 .text-box .item-bg {
    padding: 26px 20px;
    background: linear-gradient(90deg, #C3DEFC 0%, rgba(195, 222, 252, 0) 100%);
}

.dou-bg-1 .text-box .item-bg div {
    margin-left: 10px;
}

.dou-bg-1 .project-main-wrapper .project-wrapper .project-thumb img {
    width: 150px;
}

.dou-bg-1 .text-box .item .title-icon {
    color: #FF4C00;
    font-weight: 500;
}

.dou-bg-1 .project-wrapper {
    padding: 0;
}


.dou-bg-1 .news-box-items {
    display: flex;
    background: linear-gradient(90deg, #C3DEFC 0%, rgba(195, 222, 252, 0) 100%);
    border-radius: 32px 32px 32px 32px;
    margin-top: 40px;
}

.dou-bg-1 .news-box-items .top-img {
    width: 30px;
    margin-left: 5px;
}


.dou-bg-1 .news-box-items .tag-date {
    margin-left: 10px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    /*background: #C3DEFC;*/
}

.dou-bg-1 .news-box-items .tag-date {
    height: inherit;
    line-height: inherit;

}


.title-left .section-title .sub-text {
    align-items: flex-start;
    margin-top: 80px;
}

.matrix-bg-2 .project-thumb-img {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.matrix-bg-2 .project-thumb-img img {
    width: 44px;
}

.matrix-bg-2 .project-thumb-img .title-dd {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    color: #0b0b0b;
}

.matrix-bg-2 .project-content .fadeInUp {
    font-weight: normal;
}

.matrix-bg-2 .project-content span {
    color: #FF4C00;
}

.hui .title-dd {
    color: #0b0b0b5e !important;
}

.matrix-bg-3 {
    justify-content: flex-start !important;
}

.matrix-bg-3-1 .project-thumb-img {
    align-items: flex-start;
}

.matrix-bg-3-1 {
    max-width: inherit !important;
}

.matrix-bg-3 .right-box {
    border-radius: 62px 0px 0px 0px;
    background: #FFFFFF;
    width: 100%;
    margin-left: 60px;
    flex: 1;
    min-height: 400px;
}


.matrix-bg-3 .project-thumb-img {
    margin-top: 20px;
    margin-bottom: 40px;
}

.matrix-bg-3 .right-box .right-con {
    margin-left: 50px;
}

.matrix-bg-3 .right-box .right-content {
    display: flex;
    align-items: center;
}

.matrix-bg-3 .right-box .right-number {
    border-radius: 50%;
    background: #FF5A00;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.matrix-bg-3 .right-box .right-title {
    color: #FF5A00;
    font-weight: normal;
    font-size: 18px;
    margin-left: 10px;
}

.matrix-bg-3 .right-box .right-sub-title {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    margin-left: 30px;
}

.matrix-bg-4 .project-thumb img {
    width: 100%;
}


.platform .number-box {
    border-radius: 50%;
    background: #0053FF;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}

.platform .news-box-items {
    border: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.platform .news-item-title {
    color: #000000;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}


.matrix-bg-5 .project-wrapper {
    padding: 0;
    justify-content: space-between;
}

.jzh-box .project-wrapper {
    margin-bottom: 30px;
}

.tag-date-box {
    background-color: #D99F05;
}

.tag-date-box-1 {
    background: #1A7B81;
}

.matrix-bg-4 .news-box-items {
    position: relative;
    border: 0;
    padding: 0;
    padding-top: 15px;
    padding-left: 15px;
}

.tag-date-box .title-top {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.matrix-bg-5 .top {
    margin-top: 40px;
}

.matrix-bg-5 .item-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.matrix-bg-5 .item-box .number {
    border-radius: 50%;
    background: #FF5A00;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.matrix-bg-5 .item-box .number-title {
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
    flex: 1;
}

.matrix-bg-6 {
    background-color: #347DF0 !important;
    max-width: 800px !important;
}

.matrix-bg-6 .news-item-title {
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.matrix-bg-6 .news-box-items {
    margin-top: 0px;
}

.matrix-bg-6 .platform {
    margin-left: 30px;
    margin-top: 20px;
}

.matrix-bg-66 .project-thumb-img {
    margin-top: 20px;
    margin-bottom: 60px;
}

.matrix-bg-66 {
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.color-white {
    color: #ffffff !important;
}

.jzh-box .project-wrapper-1 {
    background: linear-gradient(90deg, #C3DEFC 0%, rgba(195, 222, 252, 0) 100%);
    padding: 20px;
    border-radius: 50px 0px 0px 0px;
}

.jzh-box .project-wrapper-2 {
    background: linear-gradient(270deg, #C3DEFC 0%, rgba(195, 222, 252, 0) 100%);
    padding: 20px;
    border-radius: 0px 50px 0px 0px;
}

.jzh-box .project-thumb-img {
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .dou-bg-1 .mi {
        display: none;
    }

    .dou-bg-3 .project-content {
        margin-top: 0px;
    }

    .dou-bg-6 .number-box-1 {
        margin-left: -65px;
    }

    .dou-bg-6 .number-box-2 {
        margin-left: -35px;
    }

    .dou-bg-6 .number-box-3 {
        margin-left: -35px;
    }

    .dou-bg-6 .number-box-4 {
        margin-left: -65px;
    }

    .dou-bg-6 .project-main-wrapper .project-wrapper .project-content {
        max-width: max-content;
    }

    .project-main-wrapper .project-wrapper .project-thumb {
        max-width: inherit;
    }
}
@media (max-width: 992px) {
    .dou-bg-6 .dou-bg-img{
        margin-right: 0;
    }
    .dou-bg-6 .number-box-1 {
        margin-left: 0;
    }

    .dou-bg-6 .number-box-2 {
        margin-left: 0;
    }

    .dou-bg-6 .number-box-3 {
        margin-left: 0;
    }

    .dou-bg-6 .number-box-4 {
        margin-left: 0;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
    .title {
        line-height: normal;
    }
}
.qr-2{
    display: block;
}