.banner_content {
    position: relative;
    z-index: 2;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

.banner_content a {
    height: 1rem;
    display: block;
    font-size: 0.18rem;
}

.banner_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business_content {
    position: relative;
    z-index: 2;
    font-size: 0.27rem;
    margin-top: -0.28rem;
}

.business_wrapper {
    position: relative;
    padding: 0.16rem;
}

.business_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    z-index: 2;
    display: block;
    opacity: .5;

    -webkit-mask-image: radial-gradient(circle at top left,
            rgba(0, 0, 0, 1) 90%,
            transparent 100%),
        radial-gradient(circle at top right,
            rgba(0, 0, 0, 1) 90%,
            transparent 100%),
        radial-gradient(circle at bottom left,
            rgba(0, 0, 0, 1) 90%,
            transparent 100%),
        radial-gradient(circle at bottom right,
            rgba(0, 0, 0, 1) 90%,
            transparent 100%);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

.business_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/App/Cnm/Public/images/mask.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 1;
    display: block;
    opacity: .7;
    transform: scale(1.15);
    pointer-events: none;
}

.business_wrapper .business_inner {
    position: relative;
    z-index: 3;
    background: #fff;
    border-radius: 16px;
    height: 100%;
    padding: 0.2rem 0.16rem;
}

.business_inner_item {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #cdd1d8;
    gap: 0.18rem;
    padding-bottom: 0.14rem;
    padding-left: 0.12rem;
    padding-right: 0.12rem;
    margin-bottom: 0.16rem;
}

.business_inner_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.business_item_left {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
}

.business_item_left img {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 0.8rem;
    height: 0.8rem;
    object-fit: cover;
}

.business_item_right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business_item_arrow img {
    width: 0.1rem;
}

.business_item_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.business_item_title {
    color: #3386ed;
    font-size: 0.28rem;
    font-weight: 700;
    margin-bottom: 0.04rem;
}

.business_item_tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.business_item_tag {
    font-size: 0.2rem;
    color: #777;
}

.business_item_tag.heavy {
    color: #3386ed;
}

.business_item_line {
    margin: 0 0.08rem;
    height: 0.18rem;
    width: 1px;
    background-color: #777;
}

.jz_banner {
    padding-bottom: 0.5rem;
    overflow: hidden;
}


/* 企业简介START */
.introduction_content {
    position: relative;
}

.introduction_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    display: flex;
    align-items: center;
    z-index: 2;
}

.introduction_title a {
    color: #000;
    font-size: 0.22rem;
    text-decoration: none;
}

.introduction_text {
    padding-top: calc(1.8rem + 0.3rem);
    font-size: 0.22rem;
    color: #555;
    text-indent: 2em;
    line-height: 1.5;
    text-decoration: none;
}

.introduction_title::before {
    content: "";
    display: block;
    height: 0.2rem;
    width: 2px;
    background-color: #267ba1;
    margin-right: 0.1rem;
}

.introduction_list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.03rem;
    pointer-events: none;
}

.introduction_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
}

.introduction_item:nth-child(n+4) img {
    opacity: .2;
}

.introduction_item_text {
    margin-top: 0.18rem;
    position: relative;
    z-index: 2;
}

.introduction_item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: .5;
}

.introduction_item_text h2 {
    position: relative;
    font-size: 0.48rem;
    color: #000;
}

.introduction_item_text .plus {
    position: absolute;
    right: -0.08rem;
    top: 0;
    transform: translate(70%, -50%);
    font-size: 0.48rem;
    font-weight: bold;
    color: #000;
}

.introduction_item_text h2 span {
    margin-left: 0.06rem;
    font-size: 0.18rem;
    font-weight: normal;
}

.introduction_item_text p {
    text-align: center;
    color: #000;
    font-size: 0.2rem;
}

.introduction_video {
    margin-top: 0.2rem;
    position: relative;
    z-index: 3;
}

.introduction_video video {
    width: 100%;
}

/* 企业简介END */


/* 企业解决方案START */
.solution_content {
    position: relative;
    height: 3.7rem;
    margin-top: -1.5rem;
}

.solution_box {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.44rem;
    color: #555;
    gap: 0.1rem;
    text-align: center;
}

.solution_content img {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: .8;
    mask-image: linear-gradient(180deg, transparent 0, #fff 85%, #fff 30px, transparent 100%);
}

.solution_content h2 {
    position: relative;
    z-index: 2;
    font-size: 0.44rem;
    font-weight: bold;
}

.solution_content h4 {
    position: relative;
    z-index: 2;
    font-size: 0.26rem;
    color: #fff;
    background-color: #3386ed;
    border-radius: 1rem;
    padding: 0.14rem 0.26rem;
}

.solution_content p {
    position: relative;
    z-index: 2;
    font-size: 0.22rem;
    color: #313131;
}

.solution_item {
    position: relative;
    overflow: hidden;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    border-radius: 8px;
    background-color: pink;
    min-height: 2.5rem;
}

.solution_item:nth-child(1) {
    background: linear-gradient(to right, #96d1ff, #4095ff);
}

/* 偶数反转 */
.solution_item:nth-child(even) {
    flex-direction: row-reverse;
}

/* 第二个特殊处理 */
.solution_item:nth-child(2) {
    background: linear-gradient(to right, #e5ecff, #d4e7fb);
}

.solution_item:nth-child(2) .solution_item_text {
    align-items: flex-end !important;
    color: #3386ed;
}

.solution_item:nth-child(2) .solution_item_icon img {
    position: absolute;
    right: -0.2rem;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
}

.solution_item:nth-child(2) .solution_item_text p {
    color: #555555;
}

/* 第三个特殊处理 */
.solution_item:nth-child(3) {
    background: url(/App/Cnm/Public/images/solution_item3_bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.solution_item:nth-child(3) .solution_item_icon img {
    transform: translateX(-0.2rem);
}

/* 第三个特殊处理 */
.solution_item:nth-child(4) {
    background: url(/App/Cnm/Public/images/solution_item4_bg.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 第四个特殊处理 */
.solution_item:nth-child(4) .solution_item_text {
    align-items: flex-end !important;
}

.solution_item:nth-child(4) .solution_item_text h3 {
    color: #00a857;
}

.solution_item:nth-child(4) .solution_item_text p {
    text-align: right;
}

.solution_item>div {
    width: 50%;
    display: flex;
    align-items: center;
}

.solution_item_icon img {
    width: 100%;
}

.solution_item_text {
    flex-direction: column;
    font-size: 0.22rem;
    color: #fff;
    align-items: flex-start !important;
    justify-content: flex-start;
}

.solution_item_text h3 {
    font-size: 0.36rem;
    margin-bottom: 0.16rem;
}

.solution_item_text p {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
}

.solution-btn {
    font-size: 0.16rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 1rem;
    padding: 0.1rem 0.26rem;
}


/* 企业解决方案END */


/* logo-wallSTART */
.logo-wall {
    position: relative;
    height: 7.8rem;
}

.logo-box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 34%;
    width: 100%;
    text-align: center;
}

.logo-box h2 {
    font-size: 0.66rem;
    font-weight: bold;
    color: #313131;
    line-height: 1;
    margin-bottom: 0.08rem;
}

.logo-box h2 span {
    font-size: 0.22rem;
}

.logo-box p {
    font-size: 0.16rem;
}

.logo-box p img {
    width: 1.3rem;
}

.logo-wall .wall_top {
    width: 100%;
}

.logo-wall .wall_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}