/* 面包屑 */

.app-breadcrumb {
    /* margin-top: 92px; */
    width: 100%;
    height: 64px;
    background: #ececed;
}

.crumbs {
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.crumbs li {
    margin-right: .75rem;
}

.crumbs a {
    font-family: 思源黑体;
    opacity: 0.65;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1875rem;
    color: #1D1D1F;
}

.crumbs a.active {
    opacity: 1;
    color: #1D1D1F;
}


/*  */

.part {
    position: relative;
    padding-bottom: 7.3125rem;
}

.content-bg {
    width: 62%;
    height: 100%;
    display: block;
    bottom: 0;
    right: -20%;
    position: absolute;
    background: linear-gradient(166deg, rgba(2, 179, 255, .7) 14%, rgba(0, 79, 255, .7) 86%);
    backdrop-filter: blur(21.76px);
    -webkit-backdrop-filter: blur(21.76px);
    transform: skewX(-23deg);
    z-index: 1;
}

.content-text {
    padding: 2.5rem 0 4.125rem;
}

.content-text h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3.75rem;
    color: #004FFF;
}

.content-text p {
    text-align: justify;
    width: 48.4375rem;
    opacity: 0.6;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #1D1D1F;
}

.content-banner {
    width: 100%;
    height: 21.625rem;
    position: relative;
}

.content-banner .content-img {
    width: 100%;
    /* height: 21.8712rem; */
    position: absolute;
    top: 0;
    left: 0;
}

.content-banner .content-img img {
    width: 100%;
    height: 29rem;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .content-banner .content-img img {
        width: auto !important;
        height: 260px;
    }
}

@media screen and (max-width: 750px) {
    .content-banner .content-img img {
        width: auto !important;
        height: 240px;
    }
}

.content-right {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 1000px) {
    .content-right {
        margin-top: 0;
        padding-right: 0;
    }
}

.content-right p {
    /* width: 17.8125rem; */
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
    .content-text p {
        width: 37.5rem;
    }
}

@media screen and (max-width: 640px) {
    .content-bg {
        width: 92%;
        height: 66%;
        bottom: 8px;
        right: -30%;
    }
    .content-text p {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .content-bg {
        width: 92%;
        height: 60%;
    }
}


/* 未来展望 */

.future-prospects {
    margin: 5rem 0;
}

.future-title {
    position: relative;
    width: 100%;
    height: 6.1875rem;
    line-height: 6.1875rem;
}

.future-bg {
    position: absolute;
    top: 0;
    left: -3%;
    width: 37%;
    height: 100%;
    background: linear-gradient(90deg, rgba(2, 179, 255, 0.03) 55%, rgba(0, 79, 255, 0.1) 100%);
    /* background: linear-gradient(90deg, rgba(254,254,255,1) 0%, rgba(229, 240, 255, 0.1)  100%); */
    transform: skew(-23deg);
    z-index: -1;
}

.future-title h1 {
    /* 未来展望 */
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 6.1875rem;
    color: #1D1D1F;
}

.future-container {
    width: 90%;
    margin: 0 auto;
    height: 16rem;
    background: linear-gradient(90deg, rgba(250, 254, 255, 1) 45%, rgba(227, 237, 255, 1) 100%);
    transform: skew(-23deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.future-content {
    width: 87%;
    margin: 0 auto;
}

.future-content p {
    text-align: justify;
    width: 75%;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.875rem;
    margin: 0 auto;
    transform: skew(23deg);
    color: #1D1D1F;
}

@media screen and (max-width: 1000px) {
    .future-container {
        width: 76%;
        height: 20rem;
    }
    .future-content p {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .future-content p {
        width: 110%;
        margin-left: -18%;
    }
}


/* 旗下机构 */

.institutions {
    margin: 5rem 0;
}

.institutions-title {
    margin-bottom: 3rem;
}

.institutions-title h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    color: #1D1D1F;
}

.institutions-container {
    position: relative;
    /* background: url(/src/img/business/steel/institutions-bg.png) no-repeat right top;
    background-size: 34% 65%;
    position: relative; */
}

.institutions-container .institutions-bg {
    width: 48%;
    height: calc(100% - 230px);
    /* height: 38.75rem; */
    display: block;
    top: 0;
    right: -20%;
    position: absolute;
    background: linear-gradient(166deg, #02B3FF 14%, #004FFF 85%);
    backdrop-filter: blur(21.76px);
    -webkit-backdrop-filter: blur(21.76px);
    transform: skewX(-23deg);
}

.institutions-container .institutions-bg.institutions-bg2 {
    height: calc(230px + 20.5rem + 3.25rem);
}

.institutions-container .institutions-bg.institutions-bg3 {
    height: calc(230px + 20.5rem + 3.25rem);
}


/* @media screen and (max-width: 1840px){
    .institutions-container .institutions-bg {
        height: calc(32% + 25rem);
    }
}

@media screen and (max-width: 1440px){
    .institutions-container .institutions-bg {
        height: calc(32% + 23rem);
    }
}

@media screen and (max-width: 1406px){
    .institutions-container .institutions-bg {
        height: calc(32% + 26rem);
    }
}

@media screen and (max-width: 1200px){
    .institutions-container .institutions-bg {
        height: calc(32% + 22rem);
    }
} */

@media screen and (max-width: 1000px) {
    .institutions-container .institutions-bg {
        display: none;
    }
}

.institutions-type {
    margin-bottom: 2.5rem;
}

.institutions-type {
    margin-bottom: 2.5rem;
}

.institutions-type ul {
    display: flex;
}

.institutions-type ul li {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8125rem;
    color: #1D1D1F;
    margin-right: 2.5rem;
}

.institutions-type ul li.active,
.institutions-type ul li:hover {
    opacity: 1;
    font-weight: bold;
    color: #004FFF;
    cursor: default;
}

.institutions-type ul li i {
    font-style: normal;
    opacity: 0;
}

.institutions-type ul li.active i,
.institutions-type ul li:hover i {
    opacity: 1;
}

.institutions-content {}

.institutions-item {
    display: none;
}

.institutions-item.active {
    display: block;
}

.company-list {
    width: 90%;
    margin-left: -2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: flex-start !important;
}

@media screen and (max-width:1440px) {
    .company-list {
        width: 80%;
    }
}

@media screen and (max-width:1200px) {
    .company-list {
        width: 70%;
    }
}

@media screen and (max-width: 860px) {
    .company-list {
        width: 72%;
    }
}

@media screen and (max-width: 850px) {
    .company-list {
        width: 100%;
        margin-left: 1rem;
    }
}


/* @media screen and (max-width: 640px) {
.company-container .content-left {
width: 101%;
}
} */

.company-list {
    margin-bottom: 3.5rem;
}

.company-list .list-li {
    margin-bottom: 1rem;
    width: 16.875rem;
    min-width: 16.875rem;
    padding: 0 3%;
    height: 57px;
    min-height: 57px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1840px) {
    .company-list {
        width: 89%;
    }
    .institutions-container .institutions-bg.institutions-bg2 {
        width: 48%;
        height: calc(230px + 20.5rem + 7.25rem);
    }
}

@media screen and (max-width:1440px) {
    .company-list {
        width: 85%;
    }
}

@media screen and (max-width:1200px) {
    .company-list {
        width: 80%;
    }
    .company-list .list-li {
        width: 19.875rem !important;
    }
    .institutions-container .institutions-bg.institutions-bg2 {
        width: 48%;
        height: calc(230px + 20.5rem + 10rem);
    }
}

@media screen and (max-width:1040px) {
    .company-list {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .company-list .list-li {
        width: 23.875rem !important;
    }
}

@media screen and (max-width: 500px) {
    .company-list {
        margin-left: 0;
    }
    .company-list .list-li {
        width: 100% !important;
    }
    .company-list .list-li a {
        width: 78% !important;
    }
    .company-list .list-li a::before {
        left: .625rem !important;
        width: 94% !important;
    }
}

.company-list .list-li a {
    display: block;
    white-space: wrap;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    color: #1D1D1F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.company-list .list-li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(2, 179, 255, 0.00) 8%, #CED7EA 88%);
    opacity: 0.1;
    transform: skewX(-23deg);
    transition: all 0.3s ease-in;
}

.company-list .list-li.active a {
    color: #004FFF;
}

.company-list .list-li.active a::before {
    opacity: 0.1;
    background: linear-gradient(90deg, rgba(2, 179, 255, 0.00) 8%, #004FFF 88%);
}

.company-list .list-li:hover a {
    color: #004FFF;
}

.company-list .list-li:hover a::before {
    opacity: 0.1;
    background: linear-gradient(90deg, rgba(2, 179, 255, 0.00) 8%, #004FFF 88%);
}

.company-item {
    display: none;
}

.company-item.active {
    display: block;
}

.company-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-container .content-left {
    width: 50%;
}

.company-container .content-r {
    width: 39%;
    height: 100%;
}

.company-container .content-left .title h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    color: #004FFF;
    margin-bottom: .625rem;
}

.company-container .content-left .title P {
    opacity: 0.65;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: justify;
    color: #1D1D1F;
}

.company-container .message {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* height: 200px; */
}

.company-container .message .message-l {
    margin-right: 3rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-self: baseline;
}

.company-container .message .message-item {
    margin-top: 1.5rem;
}

.company-container .message .message-item {
    margin-top: 1.5rem;
    width: 32%;
}

.company-container .message .message-item:nth-of-type(2n-1) {
    width: 62%;
    padding-right: 5%;
}

.company-container .message h4 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    color: #1D1D1F;
}

.company-container .message p {
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.125rem;
    color: #1D1D1F;
    text-align: left;
}


/* swiper */

.swiper-slide {
    position: relative;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}


/* .swiper .text-bottom {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 2;
    font-size: .75rem;
    font-weight: 500;
    line-height: .875rem;
    color: #FFFFFF;
} */

.swiper .text-bg {
    position: absolute;
    right: 0;
    bottom: 2rem;
    min-width: 14rem;
    padding: 0 4% 0 10%;
    height: 2.25rem;
    z-index: 2;
    font-size: .75rem;
    font-weight: 500;
    line-height: 4.5rem;
    color: #FFFFFF;
}

.swiper .text-bg::before {
    position: absolute;
    right: -5%;
    bottom: -57%;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(140deg, rgba(2, 179, 255, 1), rgb(0, 79, 255, 1));
    transform: skewX(-23deg);
    z-index: -1;
}

.content-r .swiper1 .swiper-pagination {
    text-align: left;
    bottom: 0rem;
}

.content-r .swiper1 .swiper-pagination .swiper-pagination-bullet {
    width: 0.7rem;
    height: 2px;
    background: rgba(0, 79, 255, .35);
    border-radius: 0;
}

.content-r .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.5rem;
    background: rgba(0, 79, 255, 1);
}

@media screen and (max-width: 900px) {
    .institutions-container {
        background: none !important;
    }
    .company-container .content-right {
        width: 48%;
    }
}

@media screen and (max-width: 1000px) {
    .company-container .content-left {
        width: 100%;
    }
    .company-container .content-r {
        width: 100%;
        margin-top: 2rem;
        padding: 0;
    }
    .swiper1 {
        width: 100%;
    }
}

@media screen and (max-width: 475px) {}

@media screen and (max-width: 475px) {
    .company-container .message .message-item:nth-of-type(2n-1) {
        width: 100%;
        padding-right: 0;
    }
    .company-container .message .message-item {
        width: 100%;
    }
}