﻿
.LaboratoryConsumablesBody{width:100%;background: #F0F7FE;}

/* Banner区域 */
        .banner {
            width: 100%;
            height:971px;
            background: url(../../images/LaboratoryConsumables/LaboratoryConsumablesBanner1@2x.png) no-repeat center center;background-size: 100% 100%;overflow: hidden;
            position: relative;
            padding: 0 10%;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
       
        /* 通用模块标题 */
        .section-title {
            text-align: center;
            margin: 77px 0 40px;
        }
        .section-title.on {margin-top: 4.6vh;}
        .section-title .section-title-icon
        {
            width:400px;height:12px;background: url(../../images/LaboratoryConsumables/CoreFunctionalityIcon.png) no-repeat center center;background-size: 100% 100%;
        }
        .section-title .section-title-icon.on
        {
            width:400px;height:12px;background: url(../../images/LaboratoryConsumables/CoreFunctionalityIcon.png) no-repeat center center;background-size: 100% 100%;transform: scaleX(-1);
        }
        .section-title .section-title-text{margin: 0px 49px;}
        .section-title h2 {
            margin-bottom: 10px;
            display: flex;align-items: center;justify-content: center;
            font-family:PingFang SC,PingFang SC;font-weight:bold;font-size:40px;color:#000A44;line-height:24px;text-align:center;font-style:normal;text-transform:none;
        }
        .section-title span{width:209px;height:24px;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:16px;color:#BEBEBE;line-height:24px;text-align:center;font-style:normal;text-transform:none;}
        .section-title p {height:24px;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:26px;color:#000A44;line-height:24px;text-align:center;font-style:normal;text-transform:none;margin-top:23px;line-height:24px;}
        /* 核心功能区 */
        .core-functions {
            width: 100%;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            justify-items: center;
            gap: 20px;
            margin-bottom: 80px;
            margin-top: 60px;
            
        }
        .function-card {
            padding: 20px;
            display: flex;
            gap: 15px;
            align-items:center;
            height:238px;background:#FDFDFD;box-shadow:0px 4px 4px 0px#ABE0FF;border-radius:15px 15px 15px 15px;border:1px solid rgba(129,167,255,0.8);
        }
        .function-icon {
           margin: 0 auto;
        }
        .function-icon img {
            width: 114px;
            height: 114px;
        }
        .function-content{width: 216px;padding-left: 10px;}
        .function-content h3 {
            height:24px;font-family:PingFang SC,PingFang SC;font-weight:bold;font-size:26px;color:#235BEA;line-height:24px;text-align:left;font-style:normal;text-transform:none;
            margin-bottom: 8px;
        }
        .function-content p {height:80px;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:21px;color:#000000;line-height:40px;text-align:left;font-style:normal;text-transform:none;}
        /* 核心价值区 */
        .core-values-section{height:512px;background: url(../../images/LaboratoryConsumables/CoreValueBg.png) no-repeat center center;background-size: 100% 100%;overflow: hidden;}
        .core-values {
            width: 80%;
            margin: 0 auto;
            display: flex;
            justify-content: space-around;
            margin-bottom: 80px;
            
        }
        .value-item {
            text-align: center;
        }
        .value-icon {
            border-radius: 50%;
            background: #e8f3ff;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .value-icon img {
            width: 149px;
            height: 149px;
        }
        .value-title {
           font-family:PingFang SC,PingFang SC;font-weight:bold;font-size:32px;color:#073DEB;text-align:center;font-style:normal;text-transform:none;margin: 2.5vh 0;
        }
        .value-desc {
            width:273px;height:24px;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:26px;color:#000000;line-height:24px;text-align:center;font-style:normal;text-transform:none;
        }
        /* 特色亮点区 */
        feature-highlights-section{height: 523px;}
        .feature-highlights {
            width: 80%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            padding-bottom: 80px;
        }
        .highlight-card1,.highlight-card2,.highlight-card3 {
            width: 31%;
            height:280px;
            border-radius: 8px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #1a3b80;
        }
        .highlight-card1 {background: url(../../images/LaboratoryConsumables/ServiceItemsIcon1.png) no-repeat center center;background-size: 100% 100%;}
        .highlight-card2 {background: url(../../images/LaboratoryConsumables/ServiceItemsIcon2.png) no-repeat center center;background-size: 100% 100%;}
        .highlight-card3 {background: url(../../images/LaboratoryConsumables/ServiceItemsIcon3.png) no-repeat center center;background-size: 100% 100%;}
        .highlight-title {
            font-family: PingFang SC, PingFang SC;
            font-weight: bold;
            font-size: 36px;
              color: #0164FF;
              margin-top: -4px;
              padding-left: 54px;
              height: 52px;
        }
        .highlight-desc {
            font-family: PingFang SC, PingFang SC;
          font-weight: 500;
          font-size: 28px;
          color: #000000;
          text-align: center;
          width: 100%;
          position: relative;
          bottom: -66px;
        }