
/* ---------------------------------------------------------------------------------------- page0326 ---------------------------------------------------------------------------------------- */
/* ½¹µãÈÝÆ÷£ºFlex ½á¹¹£¬£¬£¬£¬£¬£¬Õ¼ÂúÊÓ¿Ú¸ß¶È£¬£¬£¬£¬£¬£¬Ïà¶Ô¶¨Î»£¨¶µµ×£© */
.page_0326 {
    height: 100vh;
    background-color: #d6cabf;
    position: relative; /* Îªµ×²¿Ð¡×Ö±£´æÏà¶Ô¶¨Î» */
    display: flex; /* ¿ªÆôFlex½á¹¹ */
    align-items: center; /* ±ÊÖ±¾ÓÖÐ */
    padding: 0 5vw; /* ×óÓÒÁô°×£¬£¬£¬£¬£¬£¬ÊÊÅäÒÆ¶¯¶Ë */
    box-sizing: border-box;
    justify-content: center; /* ÕûÌåË®Æ½¾ÓÖÐ */
    max-width: 1400px;
    margin: 0 auto;
    /* margin: 0; */

}

/* ×ó²àÍ¼Æ¬ÈÝÆ÷£ºFlex Õ¼±È£¬£¬£¬£¬£¬£¬¾ÓÖÐ¶ÔÆë */
.page_0326-img-wrapper {
    flex: 0 0 55%; /* ÀÎ¿¿¿í¶ÈÕ¼±È£¬£¬£¬£¬£¬£¬²»À­Éì²»Ëõ¶Ì */
    display: flex;
    justify-content: center; /* Í¼Æ¬Ë®Æ½¾ÓÖÐ */
}

/* Í¼Æ¬ÑùÊ½ */
.page_0326-img {
    border-radius: 3rem;
    overflow: hidden;
    width: 40vw;
    max-width: none;
    min-width: 300px;
}

/* ÓÒ²àÎÄ±¾ÈÝÆ÷£ºFlex Õ¼±È£¬£¬£¬£¬£¬£¬±ÊÖ±Æ«ÏòÅÅÁÐ */
.page_0326-text-wrapper {
    flex: 1; /* Ê£Óà¿Õ¼ä×ÔË³Ó¦ */
    display: flex;
    flex-direction: column; /* ±ÊÖ±ÅÅÁÐÎÄ±¾ */
    justify-content:space-between;
    color: #7a6347;
    height: 50vh;
}
.page_0326-text-wrapper-head {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #7a6347;
}
.page_0326-text-wrapper-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    color: #7a6347;
}
.page_0326-text-wrapper-footer {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #7a6347;
}
/* ÎÊÌâÑùÊ½ */
.page_0326-title {
    color: #fff;
    font-size: 6em;
    font-weight: bold;
    line-height: 7rem;
    margin: 0 0 2rem 0;
    letter-spacing: 0.5rem;
}

/* ÕýÎÄÑùÊ½ */
.page_0326-desc {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0;
}

/* µ×²¿×¨ÀûËµÃ÷ */
.page_0326-patent {
    color: #000;
    text-align: right;
    font-size: 1.2rem;
    line-height: 2.2rem;
    position: absolute;
    transform: translateX(-50%);
    margin: 0;
}


/* ---------------------------------------------------------------------------------------- page_0327 ---------------------------------------------------------------------------------------- */
.page_0327 {
    height: 100vh;
    background-color: #d6cabf;
    position: relative; /* Îªµ×²¿Ð¡×Ö±£´æÏà¶Ô¶¨Î» */
    display: flex; /* ¿ªÆôFlex½á¹¹ */
    align-items: center; /* ±ÊÖ±¾ÓÖÐ */
    padding: 0 5vw; /* ×óÓÒÁô°×£¬£¬£¬£¬£¬£¬ÊÊÅäÒÆ¶¯¶Ë */
    box-sizing: border-box;
    justify-content: center; /* ÕûÌåË®Æ½¾ÓÖÐ */
    max-width: 1400px;
    margin: 0 auto;
    white-space: nowrap;
}

/* ×ó²àÍ¼Æ¬ÈÝÆ÷£ºFlex Õ¼±È£¬£¬£¬£¬£¬£¬¾ÓÖÐ¶ÔÆë */
.page_0327-img-wrapper {
    flex: 0 0 55%;
    display: flex;
    justify-content: center;
}

/* Í¼Æ¬ÑùÊ½ */
.page_0327-img {
    border-radius: 3rem;
    overflow: hidden;
    width: 40vw;
    max-width: none;
    min-width: 300px;
}

/* ÓÒ²àÎÄ±¾ÈÝÆ÷ */
.page_0327-text-wrapper {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #7a6347;
    height: 50vh;
}
.page_0327-text-wrapper-head {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #7a6347;
}
.page_0327-text-wrapper-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    color: #7a6347;
}
.page_0327-text-wrapper-footer {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #7a6347;
}
/* ÎÊÌâÑùÊ½ */
.page_0327-title {
    color: #fff;
    font-size: 6em;
    font-weight: bold;
    line-height: 7rem;
    margin: 0 0 2rem 0;
    letter-spacing: 0.5rem;
}

/* ÕýÎÄÑùÊ½ */
.page_0327-desc {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0;
}

/* µ×²¿×¨ÀûËµÃ÷ */
.page_0327-patent {
    color: #000;
    text-align: right;
    font-size: 1.2rem;
    line-height: 2.2rem;
    position: absolute;
    transform: translateX(-50%);
    margin: 0;
}


/* ---------------------------------------------------------------------------------------- page_0328 ---------------------------------------------------------------------------------------- */
.page_0328 {
    height: 100vh;
    background-color: #d6cabf;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5vw;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    white-space: nowrap;
  }
  
  /* ×ó²àÊÓÆµÈÝÆ÷ */
  .page_0328-video-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -2.5vw;
  }
  
  /* ÊÓÆµÑùÊ½ */
  #video10 {
    width: 50vw;
    min-width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 3rem;
    pointer-events: none;
  }
  
  /* ÓÒ²àÎÄ×ÖÈÝÆ÷ */
  .page_0328-text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
  }
  
  /* ¶¥²¿´óÎÊÌâ */
  .page_0328-text-wrapper .text-top h1 {
    font-size: 6rem;
    line-height: 7rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5rem;
    margin: 0;
  }
  .page_0328-text-wrapper .text-top h2 {
    font-size: 3rem;
    line-height: 4rem;
    color: #7a6347;
    letter-spacing: 0.2rem;
    margin: 1rem 0 0;
  }
  
  /* ÖÐÐÄÐÎÃ² */
  .page_0328-text-wrapper .text-middle p {
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #7a6347;
    letter-spacing: 0.2rem;
    margin: 0 0 1rem;
  }
  .page_0328-text-wrapper .text-middle p:last-child {
    margin-bottom: 0;
  }
  
  /* µ×²¿²ÎÊý×é */
  .page_0328-text-wrapper .text-bottom {
    display: flex;
    gap: 4rem;
    margin-top: 1rem;
  }
  .page_0328-text-wrapper .text-bottom > div {
    text-align: center;
  }
  .page_0328-text-wrapper .text-bottom h3 {
    font-size: 5rem;
    line-height: 6rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin: 0;
  }
  .page_0328-text-wrapper .text-bottom span {
    font-size: 2.2rem;
    color: #7a6347;
  }

  /* µ×²¿×¨ÀûËµÃ÷ */
.page_0328-patent {
    color: #000;
    text-align: right;
    font-size: 1.2rem;
    line-height: 2.2rem;
    position: absolute;
    /* transform: translateX(-50%); */
    margin: 0;
}

/* ---------------------------------------------------------------------------------------- page_0329 ---------------------------------------------------------------------------------------- */
/* ÕûÌåÈÝÆ÷£ºFlex ¾ÓÖÐ½á¹¹ */
.page_0329 {
    height: 100vh;
    background: #d6cabf;
    display: flex;
    align-items: center;       /* ±ÊÖ±¾ÓÖÐ */
    justify-content: center;   /* Ë®Æ½¾ÓÖÐ */
    padding: 0 5vw;
    box-sizing: border-box;
    position: relative;
  }
  
  /* ×ó²àÎÄ×ÖÇøÓò */
  .page_0329-text {
    flex: 1;
    padding-right: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }


/* ÕýÎÄÑùÊ½ */
.page_0329-desc {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0;
    color: #7a6347;
}
  .page_0329-title {
    font-size: 6rem;
    line-height: 7rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5rem;
    margin: 0 0 2rem 0;
  }
  
  
  /* ÓÒ²àÍ¼Æ¬ÇøÓò */
  .page_0329-img {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
  }
  
  .page_0329-img img {
    width: 30vw;
    min-width: 300px;
    border-radius: 3rem;
    display: block;
  }

    /* µ×²¿×¨ÀûËµÃ÷ */
.page_0329-patent {
    color: #000;
    text-align: right;
    font-size: 1.2rem;
    line-height: 2.2rem;
    position: absolute;
    /* transform: translateX(-50%); */
    margin: 0;
}
/* ---------------------------------------------------------------------------------------- page_0330 ---------------------------------------------------------------------------------------- */
/* ÕûÌåÈÝÆ÷£ºFlex ¾ÓÖÐ½á¹¹ */
.page_0330 {
    height: 100vh;
    background: #d6cabf;
    display: flex;
    align-items: center;       /* ±ÊÖ±¾ÓÖÐ */
    justify-content: center;   /* Ë®Æ½¾ÓÖÐ */
    padding: 0 5vw;
    box-sizing: border-box;
    position: relative;
  }
  
  /* ×ó²àÎÄ×ÖÇøÓò */
  .page_0330-text {
    flex: 1;
    padding-right: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }


/* ÕýÎÄÑùÊ½ */
.page_0330-desc {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0;
    color: #7a6347;
}
  .page_0330-title {
    font-size: 6rem;
    line-height: 7rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5rem;
    margin: 0 0 2rem 0;
  }
  
  
  /* ÓÒ²àÍ¼Æ¬ÇøÓò */
  .page_0330-img-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
  }
  
  .page_0330-img-wrapper img {
    flex: 0 0 auto;
    width: 30vw;
    min-width: 300px;
    border-radius: 3rem;
    display: block;
  }

    /* µ×²¿×¨ÀûËµÃ÷ */
.page_0330-patent {
    color: #000;
    text-align: right;
    font-size: 1.2rem;
    line-height: 2.2rem;
    position: absolute;
    transform: translateX(-50%);
    margin: 0;
}

/* ---------------------------------------------------------------------------------------- page_0331 ---------------------------------------------------------------------------------------- */
.page_0331 {
    height: 100vh;
    background: #d6cabf;
    display: flex;
    align-items: center;       /* ±ÊÖ±¾ÓÖÐ */
    justify-content: center;   /* Ë®Æ½¾ÓÖÐ */
    padding: 0 5vw;
    box-sizing: border-box;
    position: relative;
  }
  
  /* ×ó²àÎÄ×ÖÇøÓò */
  .page_0331-text {
    flex: 1;
    padding-right: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }


/* ÕýÎÄÑùÊ½ */
.page_0331-desc {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0;
    color: #7a6347;
    
}
  .page_0331-title {
    font-size: 6rem;
    line-height: 7rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5rem;
    margin: 0 0 2rem 0;
  }


/* µ×²¿²ÎÊý×é */
.page_0331-text-wrapper .text-bottom {
    display: flex;
    gap: 4rem;
    margin-top: 20rem;
    }
    .page_0331-text-wrapper .text-bottom > div {
    text-align: center;
    }
    .page_0331-text-wrapper .text-bottom h3 {
    font-size: 4rem;
    line-height: 5rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin: 0;
    }
    .page_0331-text-wrapper .text-bottom span {
    font-size: 2.2rem;
    color: #7a6347;
    }
  
  /* ÓÒ²àÍ¼Æ¬ÇøÓò */
  .page_0331-img-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
  }
  
  .page_0331-img-wrapper img {
    flex: 0 0 auto;
    width: 30vw;
    min-width: 300px;
    border-radius: 3rem;
    display: block;
  }

    /* µ×²¿×¨ÀûËµÃ÷ */
.page_0331-patent {
    color: #000;
    text-align: right;
    font-size: 1.2rem;
    line-height: 2.2rem;
    position: absolute;
    /* transform: translateX(-50%); */
    margin: 0;
}










/* ---------------------------------------------------------------------------------------- page_0333 ---------------------------------------------------------------------------------------- */
/* ½¹µãÈÝÆ÷£ºFlex ½á¹¹£¬£¬£¬£¬£¬£¬Õ¼ÂúÊÓ¿Ú¸ß¶È£¬£¬£¬£¬£¬£¬Ïà¶Ô¶¨Î»£¨¶µµ×£© */
.page_0333 {
  height: 100vh;
  background-color: #d6cabf;
  position: relative; /* Îªµ×²¿Ð¡×Ö±£´æÏà¶Ô¶¨Î» */
  display: flex; /* ¿ªÆôFlex½á¹¹ */
  align-items: center; /* ±ÊÖ±¾ÓÖÐ */
  padding: 0 5vw; /* ×óÓÒÁô°×£¬£¬£¬£¬£¬£¬ÊÊÅäÒÆ¶¯¶Ë */
  box-sizing: border-box;
  justify-content: center; /* ÕûÌåË®Æ½¾ÓÖÐ */
  max-width: 1400px;
  margin: 0 auto;
  /* margin: 0; */

}

/* ×ó²àÍ¼Æ¬ÈÝÆ÷£ºFlex Õ¼±È£¬£¬£¬£¬£¬£¬¾ÓÖÐ¶ÔÆë */
.page_0333-img-wrapper {
  flex: 0 0 55%; /* ÀÎ¿¿¿í¶ÈÕ¼±È£¬£¬£¬£¬£¬£¬²»À­Éì²»Ëõ¶Ì */
  display: flex;
  justify-content: center; /* Í¼Æ¬Ë®Æ½¾ÓÖÐ */
}

/* Í¼Æ¬ÑùÊ½ */
.page_0333-img {
  border-radius: 3rem;
  overflow: hidden;
  width: 40vw;
  max-width: none;
  min-width: 300px;
}

/* ÓÒ²àÎÄ±¾ÈÝÆ÷£ºFlex Õ¼±È£¬£¬£¬£¬£¬£¬±ÊÖ±Æ«ÏòÅÅÁÐ */
.page_0333-text-wrapper {
  /* flex: 1;  */
  display: flex;
  flex-direction: column; /* ±ÊÖ±ÅÅÁÐÎÄ±¾ */
  justify-content:space-between;
  color: #7a6347;
  height: 50vh;
}
.page_0333-text-wrapper-head {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #7a6347;
}
.page_0333-text-wrapper-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: #7a6347;
}
.page_0333-text-wrapper-footer {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #7a6347;
}
/* ÎÊÌâÑùÊ½ */
.page_0333-title {
  color: #fff;
  font-size: 6em;
  font-weight: bold;
  line-height: 7rem;
  margin: 0 0 2rem 0;
  letter-spacing: 0.5rem;
}

/* ÕýÎÄÑùÊ½ */
.page_0333-desc {
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  margin: 0.5rem 0;
}

/* µ×²¿×¨ÀûËµÃ÷ */
.page_0333-patent {
  color: #000;
  text-align: right;
  font-size: 1.2rem;
  line-height: 2.2rem;
  position: absolute;
  transform: translateX(-50%);
  margin: 0;
}



/* ---------------------------------------------------------------------------------------- page_0334 ---------------------------------------------------------------------------------------- */
/* ½¹µãÈÝÆ÷£ºFlex ½á¹¹£¬£¬£¬£¬£¬£¬Õ¼ÂúÊÓ¿Ú¸ß¶È£¬£¬£¬£¬£¬£¬Ïà¶Ô¶¨Î»£¨¶µµ×£© */
.page_0334 {
  height: 100vh;
  background-color: #d6cabf;
  position: relative; /* Îªµ×²¿Ð¡×Ö±£´æÏà¶Ô¶¨Î» */
  display: flex; /* ¿ªÆôFlex½á¹¹ */
  align-items: center; /* ±ÊÖ±¾ÓÖÐ */
  padding: 0 5vw; /* ×óÓÒÁô°×£¬£¬£¬£¬£¬£¬ÊÊÅäÒÆ¶¯¶Ë */
  box-sizing: border-box;
  justify-content: center; /* ÕûÌåË®Æ½¾ÓÖÐ */
  max-width: 1400px;
  margin: 0 auto;
  /* margin: 0; */

}

/* ×ó²àÍ¼Æ¬ÈÝÆ÷£ºFlex Õ¼±È£¬£¬£¬£¬£¬£¬¾ÓÖÐ¶ÔÆë */
.page_0334-img-wrapper {
  flex: 0 0 auto; /* ÀÎ¿¿¿í¶ÈÕ¼±È£¬£¬£¬£¬£¬£¬²»À­Éì²»Ëõ¶Ì */
  display: flex;
  justify-content: center; /* Í¼Æ¬Ë®Æ½¾ÓÖÐ */
}

/* Í¼Æ¬ÑùÊ½ */
.page_0334-img {
  border-radius: 3rem;
  overflow: hidden;
  width: 40vw;
  max-width: none;
  min-width: 300px;
}

/* ÓÒ²àÎÄ±¾ÈÝÆ÷£ºFlex Õ¼±È£¬£¬£¬£¬£¬£¬±ÊÖ±Æ«ÏòÅÅÁÐ */
.page_0334-text-wrapper {
  display: flex;
  flex-direction: column; /* ±ÊÖ±ÅÅÁÐÎÄ±¾ */
  justify-content:space-between;
  color: #7a6347;
  height: 50vh;
}
.page_0334-text-wrapper-head {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #7a6347;
}
.page_0334-text-wrapper-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: #7a6347;
}
.page_0334-text-wrapper-footer {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #7a6347;
}
/* ÎÊÌâÑùÊ½ */
.page_0334-title {
  color: #fff;
  font-size: 6em;
  font-weight: bold;
  line-height: 7rem;
  margin: 0 0 2rem 0;
  letter-spacing: 0.5rem;
}

/* ÕýÎÄÑùÊ½ */
.page_0334-desc {
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  margin: 0.5rem 0;
}

/* µ×²¿×¨ÀûËµÃ÷ */
.page_0334-patent {
  color: #000;
  text-align: right;
  font-size: 1.2rem;
  line-height: 2.2rem;
  position: absolute;
  /* transform: translateX(-50%); */
  margin: 0;
}













/* ---------------------------------------------------------------------------------------- page_0330 ---------------------------------------------------------------------------------------- */
/* ÕûÌåÈÝÆ÷£ºFlex ¾ÓÖÐ½á¹¹ */
.page_0330 {
    height: 100vh;
    background: #d6cabf;
    display: flex;
    align-items: center;       /* ±ÊÖ±¾ÓÖÐ */
    justify-content: center;   /* Ë®Æ½¾ÓÖÐ */
    padding: 0 5vw;
    box-sizing: border-box;
    position: relative;
  }
  
  /* ×ó²àÎÄ×ÖÇøÓò */
  .page_0330-text {
    flex: 1;
    padding-right: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }


/* ÕýÎÄÑùÊ½ */
.page_0330-desc {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0;
}
  .page_0330-title {
    font-size: 6rem;
    line-height: 7rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5rem;
    margin: 0 0 2rem 0;
  }
  
  
  /* ÓÒ²àÍ¼Æ¬ÇøÓò */
  .page_0330-img-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
  }
  
  .page_0330-img-wrapper img {
    flex: 0 0 auto;
    width: 30vw;
    min-width: 300px;
    border-radius: 3rem;
    display: block;
  }

    /* µ×²¿×¨ÀûËµÃ÷ */
.page_0330-patent {
    color: #000;
    text-align: right;
    font-size: 1.2rem;
    line-height: 2.2rem;
    position: absolute;
    transform: translateX(-50%);
    margin: 0;
}<!--ºÄÊ±1781365111.1521Ãë-->