@font-face {
    font-family: "alpuhui";
    src: url(./font/AlibabaPuHuiTi-3-55-Regular.ttf);

}

:root {
    --theme-color: 15, 109, 217;
    --theme-color-dark: 14, 73, 140;
    --theme-color2: 255, 246, 168;
    --white: 255, 255, 255;
    --text-black: 34, 34, 34;
    --text-gray: 187, 187, 187;
    --text-gray2: 102, 102, 102;
    --light-gray: 204, 204, 204;
    --bg-color: 247, 247, 247;
    --bg-color2: 242, 245, 255;
    --footer-bg-b: 51, 51, 51;
    --footer-gray: 170, 170, 170;
    --black: 0, 0, 0;
}

body {
    font-size: 14rem;
    color: rgb(var(--text-black));
    background-color: rgba(var(--bg-color), 1);
    counter-reset: title 0;
    width: 100%;
    font-family: "alpuhui", "YaHei", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;

}



* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: rgb(var(--text-black));
}

ol,
ul,
li {
    list-style: none;
}



.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-tel-y {
    width: 20rem;
    height: 18px;
    background-image: url(../asset/icon/tel-y.png);
}

.icon-cate01 {
    background-image: url(../asset/icon/cate01.png);
}

.icon-cate02 {
    background-image: url(../asset/icon/cate02.png);
}

.icon-cate03 {
    background-image: url(../asset/icon/cate03.png);
}

.icon-cate04 {
    background-image: url(../asset/icon/cate04.png);
}

.icon-tel {
    background-image: url(../asset/icon/tel_icon.png);

}

.icon-addr {
    background-image: url(../asset/icon/addr_icon.png);

}

.icon-area {
    background-image: url(../asset/icon/area_icon.png);

}

.icon-tel .container {
    margin: 0 auto;
    position: relative;
}

.tips {
    color: rgb(var(--text-gray2));

}

.header {
    width: 100%;
    position: sticky;

    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s;


}

.header-container {

    display: flex;
}

.header .logo {
    background-size: contain;
}

.header-container {
    display: flex;
    align-items: center;

}

.banner {

    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
}

.banner .endesc {

    color: rgb(var(--theme-color2));
}

.banner .banner-title {
    position: relative;
    color: rgb(var(--white));
    width: fit-content;
}

.banner .company-name {
    display: flex;
    flex-direction: column;
}

.banner-prop {
    position: absolute;
    right: 0;
    display: flex;
    flex-wrap: wrap;
}

.banner-prop span {
    background-color: rgb(var(--theme-color-dark));
    text-align: center;
}

.banner-subtitle {
    background-color: rgb(var(--theme-color2));
    color: rgb(var(--theme-color));
    width: fit-content;
}


.theme-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 1rem;
}

.theme-title>h2 {
    color: rgb(var(--theme-color-dark));
}

.theme-title>h2+p {
    color: rgb(var(--text-gray));
    margin-top: -3rem;
}

#part01 {
    background: rgb(var(--white));
}

.cate-box {
    display: flex;


}

.cate-box .cate-title {
    position: relative;
}

.cate-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: rgb(var(--white));
    background-color: rgb(var(--theme-color));
    box-shadow: 0px 2rem 10rem rgba(var(--black), 0.2);
    z-index: 2;

}

.cate-content {
    border-top: 4rem solid rgb(var(--theme-color2));
    z-index: 1;
    background: linear-gradient(180deg, rgba(var(--bg-color), 1) 0%, rgba(var(--white), 1) 100%);

}

.cate-content .cate-content-point {
    position: relative;
    color: rgb(var(--theme-color-dark));
    font-weight: 700;
}

.cate-content .cate-content-point::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgba(var(--theme-color), 1);
}


.fees-table {
    display: flex;
    flex-direction: column;

}

.fees-table-header {
    display: flex;

    background-color: rgb(var(--theme-color));
    color: rgb(var(--white));
    align-items: center;

    font-weight: 700;

}

.fees-table-header>div,
.fees-table-item>div {
    text-align: center;
}

.fees-table-header>div+div {
    border-left: 1px solid rgb(var(--white));
}

.fees-table-item {
    display: flex;
    background-color: rgb(var(--white));
    align-items: center;
    justify-content: space-around;
}

.fees-table-item>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fees-table-item>div:nth-child(1) {
    font-weight: 700;
    color: rgb(var(--theme-color-dark));
}

.fees-table-item:nth-child(2n+1) {
    background-color: rgba(var(--theme-color2), .5);

}


#part03 {
    background: rgb(var(--white));
}

.process_pic {
    background-position: center;
    background-size: cover;
}

.process-box {
    counter-reset: process;

}

.process-item {
    display: flex;
    counter-increment: process;
}

.process-item::before,
.process-list2 .process-item::after {
    background-color: rgb(var(--light-gray));
    color: rgb(var(--white));
    text-align: center;
    border-radius: 50%;
}

.process-item-title {
    font-weight: 500;
    color: rgb(var(--theme-color-dark));
}

.process-item-content {}


#part04 .theme-title>h2 {
    color: rgb(var(--white));
}

.company-container {}

.company-introduction {
    background-color: rgba(var(--theme-color-dark), .5);
    color: rgb(var(--white));
}

.company-title+span {
    color: rgb(var(--theme-color2));
}

.company-area {
    background-color: rgba(var(--white), 0.88)
}

.company-area-title {
    display: flex;
    align-items: center;
    color: rgb(var(--theme-color-dark));
}

.company-area-title::after {
    content: "";
    height: 1rem;
    flex: 1;
    background-color: rgba(var(--theme-color-dark), 0.5)
}

.area-tip {
    color: rgb(var(--theme-color-dark));
}

.lab-advantage-list {
    display: flex;
}

.lab-advantage-title {
    color: rgb(var(--white));
    text-align: center;
    font-weight: 500;
    margin-top: 50rem;
}

.lab-advantage-item {
    display: flex;
    flex-direction: column;
    background-size: 100% 100%;
}

.lab-advantage-sub-title {
    width: fit-content;
    font-weight: 700;
    background: linear-gradient(to right, rgb(var(--theme-color2)), rgb(var(--white)));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 6px rgba(var(--white), 0.3);
    width: 100%;
}

.lab-advantage-sub-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1rem;
    /* background-color: linear-gradient(to right, rgb(var(--theme-color2)), rgb(var(--white))); */
    background: rgb(var(--light-gray));

}

.lab-advantage-desc {
    color: rgb(var(--white));
    text-align: justify;
    margin-top: 12rem;
}


.lab-pics {
    display: flex;
}

.lab-pics>img {
    box-shadow: 0px 2px 10px rgba(var(--black), 0.2);

}

#part05 {}

.qa-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.qa-item {
    position: relative;
    box-sizing: border-box;
}

.qa-num {

    position: absolute;
    top: 0;
    left: 0;
    color: rgb(var(--light-gray));
    text-align: center;
    font-weight: 700;
}

.qa-title {
    display: flex;
    align-items: center;
    box-sizing: border-box;

    background: rgba(var(--white), 1);
    justify-content: space-between;

    transition: all 0.3s ease-in-out;
}

.qa-item.active .qa-title {
    background: rgba(var(--theme-color2), 0.5);
}
.qa-title-text{
    flex: 1;
    min-width: 0;
}
.qa-btn {
    
    width: 20rem;
    height: 20rem;
    display: block;
    transition: all 0.3s ease-in-out;
    background-image: url(../asset/icon/qa_arrow.png);
    background-size: cover;
}

.qa-item.active .qa-btn{
    offset-rotate: 180deg;
    transform: rotate(180deg);
}

.qa-content {
    /* position: absolute;
    z-index: 10; */
    overflow: hidden;
    max-height: 0rem;
    margin-top: 0rem;
    background: rgba(var(--white), 1);
    box-shadow: 0px 2px 10px rgba(var(--black), 0);
    transition: all 0.3s ease-in-out;

}

.qa-item-title {
    position: relative;
    color: rgb(var(--theme-color-dark));
}

.qa-item-title::before {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgb(var(--theme-color-dark));
}

.qa-item-content {}

.qa-item-content ul {}

.qa-item-content ul li {}

.qa-item-content p {}




.footer {
    width: 100%;
    background: rgb(var(--footer-bg-b));
    color: rgb(var(--white));
}

.footer-title {

    border-bottom: 1rem solid rgb(var(--footer-gray));
}


.footer-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.info-row {
    display: flex;

}

.info-row>i {}

.info-row>p {
    flex: 1;
}

.info-row .info-name {

    display: inline-block;
}

.info-row span {}

.copyright {
    width: 100%;
    text-align: center;
    color: rgb(var(--footer-gray));
    border-top: 1rem solid rgb(var(--footer-gray));
}