.page-banner {
    position: relative;
}

.page-banner .banner-bg {
    height: 32.5rem;
}

.page-banner .banner-bg img {
    width: 100%;
    height: 100%;
}

.page-banner .title {
    position: relative;
}

.page-banner .title h1 {
    position: absolute;
    left: 0;
    bottom: 8.5rem;
    /* 关于河钢 */
    font-size: 4rem;
    font-weight: bold;
    line-height: 4.8125rem;
    background: linear-gradient(23deg, #FFFFFF 20%, rgba(255, 255, 255, 0.00) 122%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


/* 集团简介 */

.introduce {
    position: relative;
}

.introduce-bg {
    width: 50%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 70%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(358deg, #004FFF 0%, #02B3FF 100%);
    transform: skewX(-23deg);
    z-index: 0;
}

.introduce-title {
    position: relative;
    height: 3rem;
}

.introduce-title .title-bg {
    position: absolute;
    top: 3rem;
    left: -5%;
    width: 55%;
    height: 7.125rem;
    transform: skewX(-23deg);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-title .title {
    position: relative;
}

.introduce-title .title h1 {
    position: absolute;
    left: 0;
    top: 3rem;
    transform: translate(0%, 66%);
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    color: #1D1D1F;
}

.introduce-body {
    width: 100%;
    background: #ececed;
    padding: 6rem 0 4rem;
    ;
}

.introduct-content {}

.introduct-content h4 {
    /* 河钢集团有限公司 */
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #004FFF;
}

.introduct-content p {
    opacity: 0.65;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #1D1D1F;
    margin: 1.25rem 0 2.75rem;
}

.introduct-content a {
    display: block;
    width: 2.5rem;
    height: 1rem;
    background: url(/src/img/about/more.svg) center center no-repeat;
    background-size: 100% auto;
}

.introduct-content .introduct-left {
    padding: 5rem 0 0;
    width: 39%;
}

.introduct-content .introduct-right {
    position: relative;
    width: 48%;
    z-index: 1;
    /* width: 36rem; */
    height: 20.25rem;
    opacity: 1;
}

.introduct-right .total-top {
    position: absolute;
    left: -7%;
    top: 1.25rem;
    width: 56%;
    height: 4.4375rem;
    transform: skewX(-23deg);
    display: flex;
}

.introduct-right .total-bottom {
    position: absolute;
    right: 5%;
    bottom: -1.25rem;
    width: 74%;
    height: 4.4375rem;
    transform: skewX(-23deg);
    display: flex;
}

@media screen and (max-width:956px) {
    .introduct-right .total-top {
        width: 80%;
    }
    .introduct-right .total-bottom {
        width: 105%;
    }
}

.introduct-right .total-top .total-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.4375rem;
    height: 100%;
    background: #0056ff;
    z-index: 1;
}

.introduct-right .total-top .total-icon::before {
    content: '';
    display: block;
    position: absolute;
    width: 2.0625rem;
    height: 100%;
    left: 1rem;
    top: 0;
    background: url(/src/img/about/icon-top.png) center center no-repeat;
    background-size: contain;
    transform: skewX(23deg);
}

.introduct-right .total-top .total-number {
    width: 100%;
    height: 100%;
    /* opacity: 0.9; */
    background: #2475f8;
    padding: 0 3% 0 26%;
    position: relative;
}

.introduct-right .total-bottom .total-icon {
    width: 4.4375rem;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.introduct-right .total-bottom .total-icon::before {
    content: '';
    display: block;
    position: absolute;
    width: 2.0625rem;
    height: 100%;
    left: 1.1rem;
    top: 0;
    background: url(/src/img/about/icon-bottom.png) center center no-repeat;
    background-size: contain;
    transform: skewX(23deg);
}

.introduct-right .total-bottom .total-number {
    width: 100%;
    height: 100%;
    /* opacity: 0.9; */
    background: #f2f0f0;
    padding: 0 3% 0 20%;
    position: relative;
}

.introduct-right .total-top .total-number p {
    /* 资产总额 */
    opacity: 1;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #FFFFFF;
    transform: skewX(23deg);
}

.introduct-right .total-top .total-number p.n {
    float: right;
    margin-right: 0.5rem;
    margin-top: 1.25rem;
}

.introduct-right .total-bottom .total-number p {
    /* 世界500强排名 */
    opacity: 1;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #004FFF;
    transform: skewX(23deg);
}

.introduct-right .total-top .total-number p.n1,
.introduct-right .total-bottom .total-number p.n1 {
    width: 100%;
    /* height: 32px; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: .625rem;
    margin-top: .75rem;
}

.introduct-right .total-top .total-number .num,
.introduct-right .total-bottom .total-number .num {
    font-size: 2.25rem;
    font-weight: normal;
    line-height: 1.625rem;
    text-align: justify;
    color: #004FFF;
    padding: 0 .375rem;
    font-family: DINPro-CondensedBold;
    letter-spacing: -0.1875rem;
}

.introduct-right .total-top .total-number .num {
    color: #FFFFFF;
}

.introduct-content .introduct-right img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 640px) {
    .introduce-bg {
        display: none;
    }
    .introduct-content .introduct-left {
        width: 100%;
    }
    .introduct-content .introduct-right {
        width: 100%;
        height: 100%;
        margin: 0 3rem;
    }
}


/* 董事长致辞 */

.speech {
    position: relative;
    width: 100%;
    margin-top: 5rem;
    /* height: 526px; */
}

.speech-bg {
    width: 50%;
    height: 100%;
    display: block;
    bottom: 0;
    left: -18%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(358deg, #004FFF 0%, #02B3FF 100%);
    transform: skewX(-23deg);
    z-index: -1;
}

@media screen and (max-width: 640px) {
    .speech-bg {
        display: none;
    }
    .speech-body {
        padding: 0 !important;
    }
}

.speech-body {
    padding: 4.1875rem 0;
}

.speech-content {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.speech-left {
    width: 43.6875rem;
    height: 24.5625rem;
}

.speech-left img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 870px) {
    .speech-left {
        width: 38rem;
        height: 20rem;
    }
}

@media screen and (max-width: 640px) {
    .speech-content {
        justify-content: space-around;
    }
    .speech-left {
        width: 43.6875rem;
        height: 24.5625rem;
        margin: 0 auto;
    }
    .speech-right {
        width: 100% !important;
        margin: 1.25rem 0 !important;
    }
    .speech-right h4,
    .speech-right p {
        text-align: left !important;
    }
}

.speech-right {
    width: 30%;
    margin: auto 0;
    margin-left: 2.5rem;
}

.speech-right h4 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    text-align: right;
    color: #1D1D1F;
}

.speech-right p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.625rem;
    text-align: right;
    color: #1D1D1F;
    margin-top: 1.25rem;
}

.speech-right a {
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: 1rem;
    background: url(/src/img/about/more.svg) right center no-repeat;
    background-size: 2.5rem 1rem;
    line-height: 1.375rem;
    text-align: right;
    color: #004FFF;
}

.arrow-more {
    display: block;
}


/*  */

.hbis {
    margin: 5rem 0;
}

.hbis-container {
    position: relative;
}

.hbis-container .hbis-bg {
    width: 100%;
}


.hbis-container .hbis-bg img {
    height: 30.875rem;
   object-fit: cover;
}

@media screen and (max-width: 750px) {
    .hbis-container .hbis-bg img {
        height: 260px;
        width: auto !important;
    }
}

.hbis-content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.hbis-content p {
    width: 43%;
    width: 31.1875rem;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem;
    color: #FFFFFF;
    /* letter-spacing: .0625rem; */
}

.hibis-container-list {
    position: absolute;
    right: -4%;
    bottom: -5%;
    width: 75%;
    height: 58%;
    background: linear-gradient(171deg, rgba(2, 179, 255, .6) 26%, rgba(0, 79, 255, .6) 66%);
    backdrop-filter: blur(21.76px);
    -webkit-backdrop-filter: blur(21.76px);
    transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    -moz-transform: skewX(-23deg);
    -webkit-transform: skewX(-23deg);
    -o-transform: skewX(-23deg);
}

.hibis-container-list::before {}

.hibis-container-list::after {
    content: '';
    position: absolute;
    right: 4%;
    bottom: 0;
    width: 5.375rem;
    height: 12.375rem;
    background: url(/src/img/about/sadfv.png) no-repeat;
    background-size: auto 100%;
    transform: skewX(23deg);
}

@media screen and (max-width: 1000px) {
    /* .hbis-content p {
        width: 67%;
    } */
}

@media screen and (max-width: 850px) {
    .hibis-container-list {
        /* width: 85%; */
    }
    /* .hbis-content p {
        width: 75%;
    } */
}

@media screen and (max-width: 750px) {
    .hibis-container-list {
        width: 93%;
        right: -12%;
        /* height: 40%; */
    }
}

@media screen and (max-width: 450px) {
    /* .hbis-content p {
        width: 100%;
        text-align: justify;
    } */
}

.hibis-container-list .item {
    width: 36%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, .35);
    padding: 4.3% 2.5% 1%;
}

@media screen and (max-width: 640px) {
    .hibis-container-list .item {
        margin-bottom: 1.5rem;
        padding: 6.3% 3.5% 1%;
    }
}

.hibis-container-list .item b {
    width: 3.625rem;
    height: 3.375rem;
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 1.35rem;
}

.item-pos p {
    transform: skewX(23deg);
    -ms-transform: skewX(23deg);
    -moz-transform: skewX(23deg);
    -webkit-transform: skewX(23deg);
    -o-transform: skewX(23deg);
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #fff;
}

.hibis-container-list .item b::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/src/img/about/hibis-icon1.png) center center no-repeat;
    background-size: 1.5rem 1.5rem;
    transform: skewX(23deg);
}

.hibis-container-list .item b.b2::before {
    background-image: url(/src/img/about/hibis-icon2.png);
}

.hibis-container-list .item b.b3::before {
    background-image: url(/src/img/about/hibis-icon3.png);
}


/* 企业理念 */

.corporate {
    position: relative;
    margin: 0 0 5rem;
    padding-top: 5.75rem;
    margin-top: -5.75rem;
}

.corporate-title h1 {
    /* 业务板块 */
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
    color: #1D1D1F;
}

.corporate-content {
    position: relative;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.corporate-item {
    width: 20%;
    height: 24.875rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media screen and (max-width: 620px) {
    .corporate-item {
        width: 33%;
    }
}

.corporate-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -23%;
    width: 100%;
    height: 100%;
    transform: skew(-23deg);
    background: linear-gradient(90deg, rgba(2, 179, 255, 0.00) 8%, rgba(206, 215, 234, 0.1) 88%);
}

@media screen and (max-width: 800px) {
    .corporate-content {
        justify-content: flex-start;
    }
    .corporate-item {
        width: 33%;
    }
    .corporate-item::before {
        left: -26% !important;
    }
}

@media screen and (max-width: 565px) {}

.corporate-item:hover::before {
    cursor: pointer;
    transform: skew(-23deg);
    background: linear-gradient(90deg, rgba(2, 179, 255, 0.00) 8%, rgba(0, 79, 255, 0.1) 88%);
}

.corporate-item .item {
    width: 93%;
    margin-left: 8%;
}

.corporate-item .item h4 {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2.125rem;
    color: #1D1D1F;
    margin-bottom: .625rem;
}

.corporate-item:hover .item h4,
.corporate-item:hover .item p {
    color: #004FFF;
}

.corporate-item .item p {
    width: 80%;
    height: 4.5rem;
    opacity: 0.65;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #1D1D1F;
    text-align: start;
}

.corporate-item span {
    display: block;
    width: 6.25rem;
    height: 5rem;
}

.corporate-item img {
    height: 100%;
    margin-left: 20%;
}

@media (max-width: 780px) {
    /* .corporate-item .item p {
        font-size: .75rem;
        width: 5.5rem;
    } */
    .corporate-item img {
        width: 3rem;
        height: 3rem;
    }
}