@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans W4";
  src: url("../fonts/Hiragino Sans W4.otf");
}
@font-face {
  font-family: "Jost-Regular";
  src: url("../fonts/Jost-Regular.ttf");
}
@font-face {
  font-family: "Jost-Light";
  src: url("../fonts/Jost-Light.ttf");
}
.txt-box.w1280 {
  position: absolute;
  left: 16.67vw;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}

.txt-box.w1440 {
  position: absolute;
  left: 12.5vw;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}

.gen3-img {
  display: block;
  width: 100%;
  height: auto;
}

.gen3-h2 {
  font: normal 2.5vw/3.125vw "Hiragino Sans W4";
  color: #fff;
  padding: 1.67vw 0;
}

.gen3-p16 {
  font: normal 0.833vw/1.45vw "Hiragino Sans W4";
  color: #4a4741;
}

.gen3-p18 {
  font: normal 0.9375vw/1.56vw "Hiragino Sans W4";
  color: #fff;
}

.gen3-p20 {
  font: normal 1.04vw/1.56vw "Hiragino Sans W4";
  color: #4a4741;
}

.gen3-p24 {
  font: normal 1.25vw/1.875vw "Hiragino Sans W4";
  color: #4a4741;
}

.gen3-banner {
  position: relative;
  width: 100%;
}
.gen3-banner .txt-box {
  height: auto;
  top: initial;
  bottom: 6.25vw;
}
.gen3-banner .txt-box h1 {
  font: normal 3.75vw/5.2vw "Hiragino Sans W4";
  color: #fff;
}
.gen3-banner .txt-box p {
  position: relative;
  display: inline-block;
  font: normal 1.875vw/2.6vw "Jost-Regular";
  color: #fff;
}
.gen3-banner .txt-box p span {
  position: absolute;
  right: -2.5vw;
  top: 0;
  font-size: 0.733vw;
  line-height: 1vw;
  padding: 0 0.3vw;
  background-color: #2a6fd3;
  border-radius: 1vw;
}

.gen3-01 {
  position: relative;
  width: 100%;
}
.gen3-01 .txt-box {
  padding-top: 4.2vw;
}

.gen3-02 {
  position: relative;
  width: 100%;
  padding: 5vw 0;
  text-align: center;
  background-image: linear-gradient(75deg, #d9dddf, #f3ebe1, #f3ebe1, #d7dbde);
}
.gen3-02 h2 {
  color: #67584c;
}

.feature-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.feature-section .bg {
  background-color: #000;
}
.feature-section .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.feature-section .bg .blur-img {
  /* 数值越大越模糊，单位 px */
  filter: blur(20px);
  /* 可选：消除边缘发白 */
  transform: translateZ(0);
  opacity: 0.8;
}
.feature-section .feature-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.feature-section .feature-container .txt {
  width: 50%;
  flex: 0 0 50%;
  margin-left: auto;
}
.feature-section .feature-container .txt h2 {
  display: none;
}
.feature-section .feature-container .txt h2:nth-of-type(1) {
  display: block;
}
.feature-section .feature-container .txt p {
  display: none;
  color: #fff;
}
.feature-section .feature-container .txt p:nth-of-type(1) {
  display: block;
}
.feature-section .feature-container .left {
  margin-left: 0;
}
.feature-section .feature-container .img {
  width: 26.04vw;
  margin-left: 3vw;
}
.feature-section .feature-container .img img {
  width: 100%;
  display: none;
}
.feature-section .feature-container .img img:nth-child(1) {
  display: block;
}
.feature-section .swiper-wrapper {
  transition-delay: 0.3s;
}
.feature-section .swiper-container {
  position: absolute;
  height: 80%;
  left: 12.5vw;
  top: 10%;
}
.feature-section .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.feature-section .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.feature-section .swiper-pagination-bullet-active {
  background: #fff;
}
.feature-section .img {
  width: 26.04vw;
  margin-left: 3vw;
}
.feature-section .img img {
  width: 100%;
}
.feature-section .txt {
  width: 50%;
  flex: 0 0 50%;
  margin-left: auto;
}
.feature-section .tag-group {
  display: flex;
  gap: 1vw;
  margin-bottom: 2vw;
}
.feature-section .tag-btn {
  padding: 0 1.4vw;
  border: 1px solid #fff;
  border-radius: 3vw;
  background: transparent;
  color: #fff;
  font-size: 0.833vw;
  line-height: 1.6vw;
  cursor: pointer;
  transition: 0.5s;
}
.feature-section .tag-btn.tag-active {
  background: #2a6fd3;
  border-color: #2a6fd3;
}
.feature-section .tag-btn:hover {
  background: #2a6fd3;
}

.gen3-03 p {
  display: block !important;
}

.gen3-09 {
  padding: 4vw 0 6vw;
  text-align: center;
}
.gen3-09 h2 {
  color: #67584c;
  padding-bottom: 5vw;
}
.gen3-09 .swiper-container {
  width: 900px;
  height: 100%;
}
.gen3-09 .swiper-slide {
  background: #fff;
  transition: 300ms;
  transform: scale(0.8);
}
.gen3-09 .swiper-slide img {
  display: block;
  width: 100%;
}
.gen3-09 .swiper-slide-active, .gen3-09 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.gen3-09 .swiper-button-next::after, .gen3-09 .swiper-button-prev::after {
  color: #333;
  font-size: 1.5vw;
}
.gen3-09 .gen3-more {
  display: block;
  width: 24vw;
  margin: 3vw auto;
  border: 1px solid #333;
  line-height: 3.125vw;
  border-radius: 3.125vw;
}
.gen3-09 .gen3-more img {
  vertical-align: middle;
  width: 1.3vw;
}
.gen3-09 .gen3-more:hover {
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
}

.gen3-10 {
  position: relative;
  width: 100%;
}
.gen3-10 .txt-box {
  padding-top: 4.2vw;
}
.gen3-10 .txt-box h2 {
  color: #67584c;
}
.gen3-10 .txt-box .icon {
  position: absolute;
  right: 0;
  bottom: 2.3vw;
  width: 20.1vw;
}

.gen3-11 {
  position: relative;
  width: 100%;
  padding: 4.2vw 0 6.8vw;
  background: url(../images/gen3/gen3-img06.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}
.gen3-11 .gen3-title {
  text-align: center;
}
.gen3-11 .gen3-title img {
  display: block;
  margin: 0 auto;
  width: 16.25vw;
}
.gen3-11 .gen3-title h2 {
  color: #67584c;
  padding: 1.5vw 0 1.2vw;
}
.gen3-11 .list01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.125vw;
}
.gen3-11 .list01 .item {
  width: 32%;
  padding: 1.56vw 1.56vw 1.56vw 1.8vw;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.52vw;
  margin-bottom: 1.67vw;
  box-sizing: border-box;
}
.gen3-11 .list01 .item div span {
  font-family: "Jost-Regular";
}
.gen3-11 .list01 .item div span:nth-child(1) {
  font-size: 1.875vw;
  line-height: 2.5vw;
  color: #2a6fd3;
}
.gen3-11 .list01 .item div span:nth-child(2) {
  font-size: 1.25vw;
  line-height: 2.5vw;
  color: #4a4741;
}
.gen3-11 .list01 .item div img {
  display: block;
  width: 2.5vw;
  float: right;
}
.gen3-11 .list01 .item p {
  margin-top: 1.56vw;
  font: normal 1.04vw/1.56vw "Hiragino Sans W4";
  color: #4a4741;
}
.gen3-11 .list01 .item:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.gen3-11 .list01 .item:hover {
  box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.1);
}
.gen3-11 .list02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
}
.gen3-11 .list02 li {
  width: 48.3%;
  padding: 1.56vw 1.56vw 1.56vw 1.8vw;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.52vw;
  box-sizing: border-box;
}
.gen3-11 .list02 li img {
  display: block;
  height: 3.7vw;
}
.gen3-11 .list02 li p {
  margin-top: 1.25vw;
  color: #4a4741;
  text-align: justify;
}
.gen3-11 .list02 li:nth-child(2n) {
  margin-left: 3.4%;
}
.gen3-11 .list02 li:hover {
  box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.1);
}

.gen3-12 {
  position: relative;
  width: 100%;
  background: url(../images/gen3/gen3-bg01.png) center bottom no-repeat, linear-gradient(to bottom, #f6f8fa, #faf6f3);
  background-size: 38.54vw auto;
}
.gen3-12 h2 {
  padding: 5.2vw 0;
  margin-left: 4vw;
  color: #67584c;
}
.gen3-12 p {
  position: absolute;
  right: 0;
  bottom: 2.6vw;
}
.gen3-12 img {
  display: block;
  margin: 0 auto;
  width: 22.34vw;
}

.gen3-13 {
  position: relative;
  width: 100%;
}
.gen3-13 .txt-box {
  text-align: center;
}
.gen3-13 .txt-box h2 {
  padding-top: 1vw;
  color: #67584c;
}
.gen3-13 .txt-box .gen3-p24 {
  padding-top: 3.6vw;
}
.gen3-13 .txt-box .gen3-p20 {
  padding-top: 25vw;
}

.gen3-14 {
  position: relative;
  width: 100%;
}
.gen3-14 .txt-box {
  padding-top: 1vw;
}
.gen3-14 li {
  width: 21.5vw;
  padding: 1.24vw 1.24vw 1.8vw;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.52vw;
  margin-top: 1.5vw;
  box-sizing: border-box;
  font-family: "Hiragino Sans W4";
}
.gen3-14 li div {
  color: #fff;
  font-size: 1.25vw;
  line-height: 4vw;
}
.gen3-14 li div span {
  font-family: "Jost-Light";
  font-size: 2.5vw;
  line-height: 4vw;
}
.gen3-14 li div img {
  display: block;
  width: 1.56vw;
  float: right;
  margin-top: 1vw;
}
.gen3-14 li p {
  font-size: 1.04vw;
  line-height: 1.25vw;
  color: #c1c1c1;
}
.gen3-14 li:hover {
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
}

.gen3-15 img {
  width: 23.59vw;
}

.gen3-16 .txt-box {
  padding: 3vw;
}
.gen3-16 h2 {
  float: left;
}
.gen3-16 ul {
  float: right;
}

.gen3-17 {
  position: relative;
}
.gen3-17 .txt-box {
  padding-top: 4vw;
}
.gen3-17 .txt-box img {
  position: absolute;
  left: 0;
  bottom: 2.5vw;
  width: 21.67vw;
}
.gen3-17 h2 {
  color: #67584c;
}

.gen3-18 h2 {
  padding: 4vw 0;
}
.gen3-18 .txt-box li {
  background-color: rgba(106, 137, 167, 0.2);
}
.gen3-18 .txt-box .tips {
  position: absolute;
  right: 0;
  bottom: 1.25vw;
  color: #fff;
  text-align: center;
}

.gen3-19 {
  padding: 3vw 0 8vw;
  background-image: linear-gradient(to bottom, #1f3451, #5f759d, #d2c3c8);
  text-align: center;
}
.gen3-19 ul {
  width: 42vw;
  margin: 3vw auto 0;
}
.gen3-19 ul li {
  margin-bottom: -1vw;
}
.gen3-19 ul li img {
  display: inline-block;
  width: 8.6vw;
  margin: 0 1vw;
  vertical-align: middle;
}
.gen3-19 ul li p {
  display: inline-block;
  padding: 0 1.8vw;
  background-color: rgba(106, 137, 167, 0.2);
  border-radius: 2.7vw;
  font: normal 1.25vw/2.7vw "Hiragino Sans W4";
  color: #fff;
  vertical-align: middle;
}
.gen3-19 ul li:nth-child(2n+1) {
  float: right;
}
.gen3-19 ul li:nth-child(2n) {
  float: left;
}
.gen3-19 ul li:nth-child(1) p {
  margin-right: 1vw;
}
.gen3-19 ul li:nth-child(3) p {
  margin-right: 4vw;
}
.gen3-19 ul li:nth-child(4) p {
  margin-left: 8vw;
}
.gen3-19 ul li:nth-child(5) p {
  margin-right: 5vw;
}
.gen3-19 ul li:hover p {
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
}

.gen3-20 {
  padding-bottom: 2vw;
  text-align: center;
}
.gen3-20 h2 {
  padding: 7vw 0 5vw;
  color: #67584c;
}
.gen3-20 .ring-box {
  display: flex;
  background: url(../images/gen3/gen3-bg02.png) no-repeat;
  background-position: center 1.6vw;
  background-size: 100% auto;
  z-index: 2;
}
.gen3-20 .ring-box span img {
  height: 12.13vw;
}
.gen3-20 .ring-box span:nth-child(1) {
  width: 18%;
}
.gen3-20 .ring-box span:nth-child(2) {
  width: 35%;
}
.gen3-20 .ring-box span:nth-child(3) {
  width: 26%;
}
.gen3-20 .ring-box span:nth-child(4) {
  width: 21%;
}
.gen3-20 table {
  width: 100%;
  margin-top: -2vw;
  font: normal 0.833vw/1.04vw "Hiragino Sans W4";
  color: #4a4741;
}
.gen3-20 table tr {
  height: 3.75vw;
}
.gen3-20 table tr:nth-child(1) {
  font-weight: 700;
}
.gen3-20 table tr:nth-child(1) th, .gen3-20 table tr:nth-child(1) td {
  border-top: none;
}
.gen3-20 table tr:nth-child(2) {
  font-weight: 700;
}
.gen3-20 table th {
  border: 1px solid #e9e9e9;
  border-left: none;
  width: 18%;
  font-weight: normal;
  box-sizing: border-box;
}
.gen3-20 table td {
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.gen3-20 table td:nth-of-type(1) {
  width: 35%;
  font-weight: 700;
  color: #2a6fd3;
}
.gen3-20 table td:nth-of-type(2) {
  width: 26%;
}
.gen3-20 table td:nth-of-type(3) {
  width: 21%;
}
.gen3-20 table td:last-child {
  border-right: none;
}
.gen3-20 table td .color {
  height: 1.92vw;
}
.gen3-20 table td span {
  font-size: 1.04vw;
}
.gen3-20 table td .tag {
  font: normal 0.73vw/1vw "Jost-Regular";
  color: #fff;
  padding: 0 0.5vw;
  margin-right: 0.5vw;
  background-color: #2a6fd3;
  border-radius: 1vw;
}
.gen3-20 table .col01 {
  color: #9b8f8b;
}
.gen3-20 table .col02 {
  color: #bcbcbc;
}
.gen3-20 table .col03 {
  color: #2a6fd3;
}

.gen3-21 {
  padding-bottom: 3.75vw;
}
.gen3-21 .txt {
  width: 100%;
  height: 25vw;
  overflow: hidden;
}
.gen3-21 .txt p {
  font: normal 0.833vw/1.56vw "Hiragino Sans W4";
  color: #666;
  text-align: justify;
}
.gen3-21 .gen3-btn {
  margin-top: 1.56vw;
  border: 1px solid #efefef;
  font: normal 0.833vw/2.8vw "Hiragino Sans W4";
  color: #4a4741;
  text-align: center;
  cursor: pointer;
}
.gen3-21 .gen3-btn:hover {
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
}

.fadeup {
  width: 50%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease; /* 入场动画 */
}

.fadeup.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 0) and (max-width: 1400px) {
  .txt-box.w1280 {
    left: 7.5vw;
  }
  .txt-box.w1440 {
    left: 7.5vw;
  }
}/*# sourceMappingURL=gen3-pc.css.map */