* {
    margin: 0px;
    padding: 0px;
}

/* 隐藏所有滚动条但保持滚动功能 */

/* 隐藏滚动条 */
.container {
    height: 100vh;
    
}

.container::-webkit-scrollbar {
    display: none;
}


.header-box {
    height: 680px;
    width: 100%;
    position: relative;
}


.banner-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.banner-img {
    width: 100%;
    height: 100%;
}


.top-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 109px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12.5vw;
    box-sizing: border-box;
}

.logo-img {
    /* width: 6.81rem; */
    height: 52px;
}

.menu-box {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;

}

.menu-box div {
    margin-left: 30px;
}

.down-box {
    font-weight: 300;
    font-size: 30px;
    color: #6F6F6F;
    position: absolute;
    left: 25.36vw;
    top: 345px;
}


.title {
    font-weight: 400;
    font-size: 50px;
    color: #000000;
    position: absolute;
    left: 25.36vw;
    top: 248px;
}

.category-box {
    height: 91px;
    border-bottom: 1px solid #EDEDED;
    padding: 0 12.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #2A2A2A;
}

.category-box div {
    text-align: center;
}

.category-item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.category-line {
    width: 197px;
    height: 5px;
    background: #1FA2FF;
    position: absolute;
    bottom: 0;
}

.ecology-box {
    background: #FFFFFF;
    padding-top: 80px;
}

.ecology-title {
    font-weight: 400;
    font-size: 24px;
    color: #2A2A2A;
    text-align: center;
    line-height: 48px;
}

.ecology-title span {
    font-weight: bold;
}

.ecology-line {
    width: 5.36vw;
    height: 3px;
    background: #C5C5C5;
    border-radius: 2px;
    margin: 29px auto 39px auto;
}

.ecology-text {
    font-weight: 400;
    font-size: 42px;
    color: #2A2A2A;
    text-align: center;
    margin-bottom: 115px;
}

.ecology {
    font-weight: bold;
    font-size: 48px;
    color: #2A2A2A;
    text-align: center;

}

.ecology-img {
    width: 100%;
    height: 786px;
    margin-bottom: 100px;
}

.hospital-box {
    display: flex;
    height: 480px;
    padding-left: 12.5vw;
    padding-right: 8.69vw;
    box-sizing: border-box;
    margin-bottom: 66px;
}

.hospital-left {
    margin-top: 132px;
}

.hospital-item {
    display: flex;
    margin-bottom: 46px;
}

.hospital-item div {
    width: 11.61vw;
    height: 60px;
    background: #21A3FF;
    border-radius: 10px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.hospital-item img {
    margin-right: 10px;
}

.hospital-text {
    font-weight: 400;
    font-size: 24px;
    color: #2A2A2A;
}

.service-organ {
    height: 827px;
    background: #20A3FF;
    position: relative;
}

.service-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.service-title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    padding-top: 99px;
    text-align: center;
    position: relative;
    margin-bottom: 107px;
}

.organ-item {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}

.organ-item img {
    margin-right: 10px;
}

.organ-item div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11.61vw;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.service-text {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 109px;
    position: relative;
}

.process-box {
    position: relative;
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.process-item {
    /* padding: 0 42px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 154px;
}

.process-line {
    width: 100%;
    height: 3px;
    background: #E4F4FF;
    opacity: 0.48;
    margin-top: 28px;
    margin-bottom: 35px;
    position: relative;
}

.process-line img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
}

.process-img {
    width: 112px;
    height: 125px;
}

.sign {
    width: 15px;
    height: 15px;
    background: rgba(228, 244, 255, 0.48);
    border-radius: 50%;
    position: absolute;
    left: -7.5px;
    top: 0;
    transform: translate(-50%, -50%);
}

.last-sign {
    width: 15px;
    height: 15px;
    background: rgba(228, 244, 255, 0.48);
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 0;
    transform: translate(-50%, -50%);
}

.industry-box {
    padding-top: 105px
}

.enterprise-box {
    margin: 0 auto;
    width: 75vw;
    height: 669px;
    background: #F7F7F7;
    border-radius: 10px;
    display: flex;
    margin-bottom: 52px;
}

.enterprise-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33.95vw;
    padding-left: 81px;
}

.enterprise-img {
    flex: 1;
}

.guarantee-box {
    width: 75vw;
    display: flex;
    margin: 0 auto;
}

.guarantee-item {
    height: 513px;
    flex: 1;
    background: #F7F7F7;
    border-radius: 10px;
    margin-bottom: 129px;
    padding-left: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.guarantee-img {
    width: 296px;
    height: 307px;
    position: absolute;
    right: 31px;
    bottom: 63px;
}

.medicine-box {
    position: relative;
    width: 75vw;
    height: 567px;
    background: #F7F7F7;
    border-radius: 10px;
    margin: 0 auto 89px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 81px;
}

.medicine-img {
    width: 680px;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.footer-box {
    height: 277px;
    background: #333333;
    padding: 38px 12.4vw 0 12.4vw;
    display: flex;
}

.footer-text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 38px;
}

.footer-line {
    width: 1px;
    height: 150px;
    background: #FDFDFD;
    opacity: 0.1;
    margin: 0 140px;
}

.footer-code {
    width: 91px;
    height: 91px;
    margin-top: 19px;
}

.footer-right {
    display: flex;
}

.footer-label {
    font-weight: 400;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 38px;
}