/* 默认样式 */
/*html {
  font-size: clamp(14px, calc(14px + 0.265vw), 24px);
}*/

body {
  background-color: #000000;
  /*background-image: url('../images/home/image1.png');*/
}

.section {
  background-image: url('../images/home/image1.png');
  height: 100vh;
  width: 70vw;
  margin-left: auto; /* 自动左边距 */
  margin-right: auto; /* 自动右边距 */
/*  border-left: 0.1rem solid #C9B67E;
  border-right: 0.1rem solid #C9B67E;*/
  border-left: 0.15vw solid #C9B67E;
  border-right: 0.15vw solid #C9B67E;
}

.page-heading {
  display: flex;
  align-items: center; /* 垂直居中子元素 */
  height: 15%;
}

.page-blank-row {
  height: 5%;
}

.round-dot {
  /*height: initial;*/
  width: initial;
  /*height: 30%;*/
  /*height: clamp(1rem, calc(1rem + 1.2vw), 4rem);*/
  height: calc(1rem + 1.2vw);
  margin: 0 4%;
}

.page-title {
  color: #C9B67E;
  font-family: '微软雅黑';
  /*font-size: calc(1rem + 1.2vw);*/
  font-size: 2.1rem;
}

.page-desc {
  color: #C9B67E;
  font-family: '微软雅黑';
  /*font-size: calc(0.7rem + 1vw);*/
  font-size: 1.5rem;
  margin-left: 10%;
}

.advantage-4-page-desc{
  margin-left: 2%;
}

span, strong {
  font-family: '微软雅黑';
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
  color: #C9B67E;
  font-family: '微软雅黑';
}

.page-hr {
  width: 100%;
  color: #C9B67E; /* 设置横线的颜色 */
  border: 0; /* 移除默认边框 */
  height: 0.1rem; /* 设置横线的厚度 */
  background-color: #C9B67E; /* 设置横线的背景颜色 */
  margin: 0 auto;
  opacity: 1;
  /*background: linear-gradient(to right, #988C69, #FFFFFB, #988C69);*/
  /*background: linear-gradient(to right, transparent, #C9B67E, transparent);*/
}

/*首页 开始*/
#home {
  background-image: url('../images/home/image2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.home-content{
  width: 100%; /* div的宽度 */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home-p1 {
  /*margin-bottom: 13rem;*/
  margin-top: 22vh;
}

.home-h1 {
  /*font-size: 7rem;*/
  /*font-size: clamp(0.01vh, 3.5vw + 1.5rem, 8rem);*/
  /*font-size: clamp(2vh + 1rem, 4.5vw, 7rem) !important;*/
  font-size: calc(0.71rem + 3.7vw) !important;
  font-weight: 700;
}

.home-p2 {
  margin-top: calc(0.71rem + 16vh);
}

.home-hr {
  width: 45%;
  /*width: 35vw;*/
  color: #F3F1D9; /* 设置横线的颜色 */
  border: 0; /* 移除默认边框 */
  height: 0.125rem;
  background-color: #F3F1D9; /* 设置横线的背景颜色 */
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 1;
  background: linear-gradient(to right, #988C69, #FFFFFB, #988C69);
  /*background: linear-gradient(to right, transparent, #F3F1D9, transparent);*/
}

.home-h2 {
  /*font-size: 2.2rem;*/
  /*font-size: clamp(0.8vh + 0.4rem, 0.75vw + 1rem, 2.7rem) !important;*/
  font-size: calc(0.5rem + 1vw) !important;
  font-weight: normal;
  text-align: center;
}

.home-email {
  margin-top: 6vh;
  text-align: center;
}
/*首页 结束*/


/*时光轴-1 开始*/
.time-axis-1-slide-img {
  display: block;
  width: 80%;
  height: initial;
  margin-top: 10%;
}

.time-axis-1-slide-title {
  width: 90%;
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center; /* 可选，用于垂直居中 */
}

.time-axis-1-slide-title h3 {
  margin-left: 2rem;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  color: #C9B67E;
}

.time-axis-1-slide-title img {
  width: 1.5rem;
  height: auto;
  /*margin-right: 0.4rem;*/
}

.time-axis-1-slide-hr {
  width: 80%;
  color: #AD9348; /* 设置横线的颜色 */
  border: 0; /* 移除默认边框 */
  height: 0.12rem; /* 设置横线的厚度 */
  background-color: #AD9348; /* 设置横线的背景颜色 */
  margin: 1rem 0 0 2rem;
  /*margin-left: 2rem;*/
  opacity: 1;
  /*background: linear-gradient(to right, #988C69, #F3F1D9, #988C69);*/
  /*background: linear-gradient(to right, transparent, #F3F1D9, transparent);*/
}

.time-axis-1-slide-content {
  margin-top: 2rem;
}

.time-axis-1-slide-content h6 {
  text-align: left;
  margin: 0 2rem;
  font-size: 0.85rem;
  font-weight: normal;
  color: #C9B44B;
  line-height: 1.3;
}
/*时光轴-1 结束*/

/*时光轴2 开始*/
.mySwiper-time-axis-2 {
  height: 80% !important;
}
.time-axis-2-slide-img {
  display: block;
  width: 100%;
  height: initial;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.time-axis-2-slide-title {
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.time-axis-2-slide-title h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #C9B67E;
}

.time-axis-2-slide-content {
  margin-top: 1rem;
}

.time-axis-2-slide-content h6 {
  text-align: left;
  padding: 0 0.1rem 0 0.8rem;
  margin: 0;
  font-size: 0.8rem;
  font-weight: normal;
  color: #C9B44B;
  line-height: 1.3;
}
/*时光轴2 结束*/


/*服务板块1 开始*/
.service-1-content {
  /*background: #fff;*/
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
}

.service-1-content-left {
  width: 30%;
  text-align: right;
  font-size: 1.5rem;
  color: #fff;
}

.service-1-content-right {
  /*background: yellow;*/
  width: 70%;
  text-align: center;
  height: 100%;
}

.service-1-content-right img{
  width: 75%;
  height: initial;
/*  width: initial;
  height: 100%;*/
}

.service-1-footer {
  /*background: #fff;*/
  height: 20%;
  width: 100%;
  margin-top: 3%; 
}

.service-1-footer-text {
  margin-left: 9%;
}

.service-1-footer-text span{
  color: #FFFFFF;
  font-size: 1rem;
}

.service-1-footer-text strong{
  color: #C9B44B;
  font-size: 1.8rem;
}

.service-1-footer-img {
  display: block;
  width: 90%;
  height: initial;
  margin: 1.5% auto;
}
/*服务板块1 结束*/

/*服务板块2 开始*/
.page-blank-row-service-2 {
  height: 5%;
}
.service-2-content {
  /*background: #fff;*/
  height: 40%;
  width: 100%;
  display: flex;
  align-items: center;
}

.service-2-content-left {
  width: 35%;
  text-align: right;
  font-size: 1.5rem;
  color: #fff;
}

.service-2-content-right {
  /*background: yellow;*/
  width: 65%;
  /*text-align: center;*/
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-2-content-right-item {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 8%;
  /*background: yellow;*/
  /*border: 2px solid #000;*/
  flex: 1 1 0%; /* 平均分配父元素的高度，不受内部元素高度影响 */
  overflow: auto; /* 如果内部内容超出，可以滚动查看 */
}

.service-2-content-right-item img{
  width: initial;
  height: 60%;
  margin: initial;
}

.service-2-content-right-item div{
  margin-left: 4%;
  width: 100%;
  height: initial;
  font-size: 1rem;
  color: #C9B44B;
}

.service-2-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #fff;*/
  height: 30%;
  width: 100%;
  margin-top: 1%;
}

.service-2-footer-text {
  width: 90%;
  background-color: #33291A;
  border-radius: 30px;
  line-height: 2.2;
  padding: 2% 5%;
}

.service-2-footer-text span{
  color: #C9B67E;
  font-size: 1rem;
}

.service-2-footer-text strong{
  color: #C9B44B;
  font-size: 1.8rem;
}
/*服务板块2 结束*/


/*服务板块3 开始*/
.service-3-content {
  /*background: #fff;*/
  height: 50%;
  display: flex;
  align-items: center;
}

.service-3-content-left {
  width: 30%;
  text-align: right;
  font-size: 1.5rem;
  color: #fff;
}

.service-3-content-right {
  /*background: yellow;*/
  width: 70%;
  height: 100%;
  display: flex;
  margin-top: -10%;
  /*align-items: center;*/
}

.service-3-content-right img{
  width: 70%;
  height: initial;
  margin: auto;
}

.service-3-footer {
/*  display: flex;
  align-items: center;
  justify-content: center;*/
  /*background: #fff;*/
  height: 20%;
  margin-top: 1%;
}

.service-3-footer-text {
  /*background: #fff;*/
  margin-left: 12%;
  margin-right: 5%;
  line-height: 2;
}

.service-3-footer-text span{
  color: #C9B44B;
  font-size: 1rem;
}

.service-3-footer-text strong{
  color: #C9B44B;
  font-size: 1.8rem;
}

.service-3-footer-img {
  display: block;
  width: 90%;
  height: initial;
  margin: 2% 0 0 10%;
}
/*服务板块3 结束*/


/*优势1开始*/
.page-blank-row-advantage-1 {
  height: 3%;
}

.advantage-1-swiper-slide > .swiper-slide-child {
  position: absolute;
  width: 100%;
  height: 75%;
  /*background: blue;*/
  display: flex;
}

.advantage-1-swiper-slide > .even {
  bottom: 0; /* 将div的底部与父元素的底部对齐 */
}

.advantage-1-swiper-slide-left {
  height: 100%;
  width: 5%;
}

.advantage-1-swiper-slide-left.odd {
  background: #C9B67E;
}
.advantage-1-swiper-slide-left.even {
  background: #C29844;
}

.advantage-1-swiper-slide-right {
  height: 100%;
  width: 95%;
  /*background: red;*/
}
.advantage-1-swiper-slide-right.odd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advantage-1-swiper-slide-right-text {
  margin: 0 4% 0 8%;
  /*line-height: 1.3;*/
  line-height: 1.2rem;
  letter-spacing: 0.08rem;
}
.advantage-1-swiper-slide-right-text.even {
  margin-top: 15%;
}
.advantage-1-swiper-slide-right strong{
  color: #C9B44B;
  font-size: 1.05rem;
}
.advantage-1-swiper-slide-right span{
  color: #C9B44B;
  font-size: 0.9rem;
}

.advantage-1-slide-img {
  width: 100%;
  height: initial;
}
/*优势1结束*/

/*优势2开始*/
.page-blank-row-advantage-2 {
  height: 10%;
}

.advantage-2-swiper-slide {
  height: 100%;
  /*background: red;*/
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
}
.advantage-2-swiper-slide.odd {
  background-image: url('../images/advantage/advantage-2-odd.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.advantage-2-swiper-slide.even {
  background-image: url('../images/advantage/advantage-2-even.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.advantage-2-swiper-slide img {
  width: 80%;
  height: initial;
  margin: 10% 0;
}

.advantage-2-swiper-slide-text {
  margin: 0 10%;
  text-align: left;
  line-height: 1.3rem;
  letter-spacing: 0.07rem;
}
.advantage-2-swiper-slide-text span {
  color: #fff;
  font-size: 0.9rem;
}
.advantage-2-swiper-slide-text strong {
  color: #fff;
  font-size: 1.1rem;
}
/*优势2结束*/


/*优势3开始*/
.page-blank-row-advantage-3 {
  height: 3%;
}

.advantage-3-content {
  height: 70%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 均匀分布行 */
  gap: 10%; /* 行之间的间隙 */
  /*background: red;*/
  margin: 0 auto; 
}

.advantage-3-content-row {
  /*margin-bottom: 6%;*/
  height: calc((100% - 10%) / 3); /* 均分高度，减去gap的总高度 */
  width: 90%;
  background: #C9B67E;
  display: flex;
  align-items: center;
}
.advantage-3-content-row:last-child {
  margin-bottom: 0;
}
.advantage-3-content-row:nth-child(even) {
  align-self: flex-end;
  background: #C29844;
}

.advantage-3-content-row img {
  height: 100%;
  width: auto;
  max-width: 50%;
  object-fit: contain;
}
.advantage-3-content-row-text div {
  margin: 0 2%;
}
.advantage-3-content-row-text {
  flex: 1;/* 占据剩余空间 */
  display: flex;
  align-items: center;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
}
.advantage-3-content-row-text span {
  color: #fff;
  font-size: 0.9rem;
}
.advantage-3-content-row-text strong {
  color: #fff;
  font-size: 1.1rem;
}
/*优势3结束*/

/*优势4开始*/
.advantage-4-swiper-slide {
  height: 100%;
  /*background: red;*/
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
}
.advantage-4-swiper-slide.odd {
  background-image: url('../images/advantage/advantage-4-odd.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.advantage-4-swiper-slide.even {
  background-image: url('../images/advantage/advantage-4-even.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.advantage-4-swiper-slide img {
  width: 100%;
  height: initial;
  margin: 0 0 8% 0;
}

.advantage-4-swiper-slide-text {
  margin: 0 8%;
  text-align: left;
  line-height: 1.2rem;
  letter-spacing: 0.08rem;
}
.advantage-4-swiper-slide-text span {
  color: #fff;
  font-size: 0.9rem;
}
.advantage-4-swiper-slide-text b {
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}
.advantage-4-swiper-slide-text strong {
  color: #fff;
  font-size: 1.1rem;
}
/*优势4结束*/

/*优势5开始*/
.advantage-5-swiper-slide {
  height: 100%;
  /*background: red;*/
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  background-image: url('../images/advantage/advantage-5-0.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.advantage-5-swiper-slide img {
  width: 80%;
  height: initial;
  margin: 10% 0;
}

.advantage-5-swiper-slide-text {
  margin: 8% 6% 0 6%;
  text-align: left;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
}
.advantage-5-swiper-slide-text span {
  color: #fff;
  font-size: 0.9rem;
}
.advantage-5-swiper-slide-text strong {
  color: #fff;
  font-size: 1.1rem;
}
/*优势5结束*/

/*优势6 开始*/
.advantage-6-content {
  height: 70%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 均匀分布行 */
  gap: 2%; /* 行之间的间隙 */
  /*background: red;*/
  margin: 0 auto; 
}

.advantage-6-content-row {
  height: calc((100% - 2%) / 3); /* 均分高度，减去gap的总高度 */
  width: 90%;
  /*background: blue;*/
  display: flex;
  align-items: center;
}
.advantage-6-content-row:last-child {
  margin-bottom: 0;
}
.advantage-6-content-row:nth-child(even) {
  align-self: flex-end;
  /*background: #C29844;*/
}

.advantage-6-content-row img {
  height: 100%;
  width: auto;
  max-width: 50%;
  object-fit: contain;
  z-index: 2;
}
.advantage-6-content-row-text div {
  margin: 0 2%;
}
.advantage-6-content-row-text {
  height: 80%;
  flex: 1;/* 占据剩余空间 */
  display: flex;
  align-items: center;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  /*background: #C9B67E;*/
  background-image: url('../images/advantage/advantage-6-0.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.advantage-6-content-row:nth-child(odd) .advantage-6-content-row-text {
  /*这个的10%要和本类的margin-left的负百分比一致，2%要和下面那个类的padding-right中的2%一致*/
  padding-left: calc(10% + 2%);
  /*这个padding-right的3%要和下面那个类的padding-left保持一致*/
  padding-right: 3%;
  /*这个margin-left的3%要和下面那个类的margin-right保持一致*/
  margin-left: -10%;
}
.advantage-6-content-row:nth-child(even) .advantage-6-content-row-text {
  padding-left: 3%;
  padding-right: calc(10% + 2%);
  margin-right: -10%;
}
.advantage-6-content-row-text span {
  color: #fff;
  font-size: 1.1rem;
}
.advantage-6-content-row-text strong {
  color: #fff;
  font-size: 1.5rem;
}
/*优势6 结束*/

/*我们合作Angency开始*/
.partnership-content {
  width: 80%;
  height: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: 1fr;
  /*gap: 10px;*/
  gap: 2%;
  overflow: hidden;
}
.partnership-content img {
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
    display: block;
}
/*我们合作Angency结束*/


/*用户领域1 开始*/
.page-blank-row-user-domain-1 {
  height: 0%;
}

.user-domain-1-content {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    display: grid;
    gap: 5px;
    box-sizing: border-box;
}

.user-domain-1-item {
    /*background-color: #3498db;*/
    border-radius: 4px;
    width: 100%;
    height: 100%;

    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    position: relative;
}

.user-domain-1-item img {
    width: 50%;
    height: auto;
    max-height: 50%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.user-domain-1-item .word {
    text-align: center;
    font-size: 0.7rem;
    margin-top: 5px;
    width: 100%;
    overflow-wrap: break-word;
    /* 允许长单词换行 */
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制最多显示2行 */
    -webkit-box-orient: vertical;
    line-height: 1.2;
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
}
/*用户领域1 结束*/

/*用户领域2 开始*/
.page-blank-row-user-domain-2 {
  height: 5%;
}

.user-domain-2-content {
    width: 90%;
    height: 73%;
    margin: 0 auto;
    display: grid;
    gap: 5px;
    box-sizing: border-box;
}

.user-domain-2-item {
    /*background-color: #3498db;*/
    border-radius: 4px;
    width: 100%;
    height: 100%;

    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    position: relative;
}

.user-domain-2-item img {
    width: 50%;
    height: auto;
    max-height: 50%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.user-domain-2-item .word {
    text-align: center;
    font-size: 0.7rem;
    margin-top: 5px;
    width: 100%;
    overflow-wrap: break-word;
    /* 允许长单词换行 */
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制最多显示2行 */
    -webkit-box-orient: vertical;
    line-height: 1.2;
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
}
/*用户领域2 结束*/


/*用户领域3 开始*/
.page-blank-row-user-domain-3 {
  height: 5%;
}
.user-domain-3-content {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    display: grid;
    gap: 5px;
    box-sizing: border-box;
}

.user-domain-3-item {
    /*background-color: #3498db;*/
    /* 示例背景色 */
    border-radius: 4px;
    width: 100%;
    height: 100%;

    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    position: relative;
}

.user-domain-3-item img {
    width: 50%;
    /*max-width: 90%;*/
    height: auto;
    max-height: 50%;
    object-fit: contain;
    margin: 0 auto;
    /* 图片水平居中 */
    display: block;
}

.user-domain-3-item .word {
    text-align: center;
    font-size: 0.7rem;
    margin-top: 15px;
    width: 100%;
    overflow-wrap: break-word;
    /* 允许长单词换行 */
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制最多显示2行 */
    -webkit-box-orient: vertical;
    line-height: 1.2;
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
}
/*用户领域3 结束*/


/*用户领域4 开始*/
.page-blank-row-user-domain-4 {
  height: 5%;
}
.user-domain-4-content {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    display: grid;
    gap: 5px;
    box-sizing: border-box;
}

.user-domain-4-item {
    /*background-color: #3498db;*/
    /* 示例背景色 */
    border-radius: 4px;
    width: 100%;
    height: 100%;

    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    position: relative;
}

.user-domain-4-item img {
    width: 50%;
    /*max-width: 90%;*/
    height: auto;
    max-height: 50%;
    object-fit: contain;
    margin: 0 auto;
    /* 图片水平居中 */
    display: block;
}

.user-domain-4-item .word {
    text-align: center;
    /*font-size: 0.7vw;*/
    /*font-size: clamp(0.75rem, 0.85vw + 0.1rem, 2rem);*/
    font-size: 0.7rem;
    margin-top: 15px;
    width: 100%;
    overflow-wrap: break-word;
    /* 允许长单词换行 */
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制最多显示2行 */
    -webkit-box-orient: vertical;
    line-height: 1.2;
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
}
/*用户领域4 结束*/

/*用户领域5 开始*/
.page-blank-row-user-domain-5 {
  height: 2%;
}
.user-domain-5-content {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    display: grid;
    gap: clamp(0.85vw + 0.2rem, 2.85vw + 0.1rem, 8rem);
    /*gap: 40px;*/
    box-sizing: border-box;
}

.user-domain-5-item {
    /*background-color: #3498db;*/
    /* 示例背景色 */
    border-radius: 4px;
    width: 100%;
    height: 100%;

    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    position: relative;
}

.user-domain-5-item img {
    width: 50%;
    /*max-width: 90%;*/
    height: auto;
    max-height: 50%;
    object-fit: contain;
    margin: 0 auto;
    /* 图片水平居中 */
    display: block;
}

.user-domain-5-item .word {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.7rem;
    margin-top: 5px;
    width: 100%;
    height: clamp(10%, 33%, 40%);
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
    padding: 0.1rem;
    border: 0.1rem solid #C9B67E;
    border-radius: 10px;
    box-sizing: border-box;
}
/*用户领域5 结束*/


/*用户领域6 开始*/
.page-blank-row-user-domain-6 {
  height: 2%;
}
.user-domain-6-content {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    display: grid;
    gap: clamp(0.85vw + 0.2rem, 2.85vw + 0.1rem, 8rem);
    /*gap: 40px;*/
    box-sizing: border-box;
}

.user-domain-6-item {
    /*background-color: #3498db;*/
    /* 示例背景色 */
    border-radius: 4px;
    width: 100%;
    height: 100%;

    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    position: relative;
}

.user-domain-6-item img {
    width: 50%;
    /*max-width: 90%;*/
    height: auto;
    max-height: 50%;
    object-fit: contain;
    margin: 0 auto;
    /* 图片水平居中 */
    display: block;
}

.user-domain-6-item .word {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.7rem;
    margin-top: 5px;
    width: 100%;
    height: clamp(10%, 33%, 40%);
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
    padding: 0.1rem;
    border: 0.1rem solid #C9B67E;
    border-radius: 10px;
    box-sizing: border-box;
}
/*用户领域6 结束*/


/*用户领域7 开始*/
.user-domain-7-content {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    /*background-color: #f0f0f0;*/
    display: grid;
    gap: 20px;
    padding: 10px; /* 内部填充，防止子元素贴边 */
    box-sizing: border-box; /* 包含 padding 在宽高计算中 */
}
.user-domain-7-item {
    /*background-color: #3498db;*/
    border-radius: 5px;
    display: flex;
    align-items: center;
}


.user-domain-7-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.user-domain-7-item .word {
    flex: 1; /* 占据剩余空间 */
    padding: 10px; /* 文字内边距 */
    display: flex;
    align-items: center; /* 文字垂直居中 */
    text-align: left; /* 文字左对齐 */

    font-size: 0.7rem;
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
}
/*用户领域7 结束*/

/*用户领域8 开始*/
.user-domain-8-content {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    /*background-color: #f0f0f0;*/
    display: grid;
    gap: 20px;
    padding: 10px; /* 内部填充，防止子元素贴边 */
    box-sizing: border-box; /* 包含 padding 在宽高计算中 */
}
.user-domain-8-item {
    /*background-color: #3498db;*/
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.user-domain-8-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.user-domain-8-item .word {
    flex: 1; /* 占据剩余空间 */
    padding: 10px; /* 文字内边距 */
    display: flex;
    align-items: center; /* 文字垂直居中 */
    text-align: left; /* 文字左对齐 */

    font-size: 0.7rem;
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
}
/*用户领域8 结束*/

/*用户领域9 开始*/
.user-domain-9-content {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    overflow: auto;
    padding: 10px;
}

.user-domain-9-item {
    display: flex;
    margin-bottom: clamp(0.65vw + 0.5rem, 0.85vw + 1rem, 5rem);
    width: 100%;
}

.user-domain-9-item-left-part {
    flex: 1;
    padding-right: clamp(0.55vw + 0.1rem, 0.85vw + 0.2rem, 5rem);
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.7rem;
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
}
.user-domain-9-item-left-part img {
    width: auto;
    height: clamp(0.8vh + 0.1rem, 0.5vw + 0.1rem, 2rem);
    margin-left: clamp(0.5vw + 0.05rem, 0.5vw + 0.05rem, 2rem);
}
.user-domain-9-item-right-part {
    flex: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(0.5vw + 0.05rem, 0.5vw + 0.05rem, 2rem);
}
.user-domain-9-item-right-part .word {
    display: inline-block;
    margin-bottom: clamp(0.3vw + 0.1rem, 0.4vw + 0.1rem, 1rem);
    border-radius: 5px;
    border-width: clamp(0.1vw + 0.01rem, 0.1vw + 0.01rem, 0.2rem);
    border-style: solid;
    border-color: #666;
    padding-left: clamp(0.5vh + 0.1rem, 0.5vw + 0.1rem, 1rem);
    padding-right: clamp(0.5vh + 0.1rem, 0.5vw + 0.1rem, 1rem);
    padding-top: clamp(0.2vh + 0.05rem, 0.2vw + 0.05rem, 1rem);
    padding-bottom: clamp(0.2vh + 0.05rem, 0.2vw + 0.05rem, 1rem);

    font-size: 0.7rem;
    color: #C9B44B;
    font-family: '微软雅黑';
    font-weight: bold;
}

/*用户领域9 结束*/

/*经典案例1  开始*/
.page-blank-row-case-presentation-1 {
  height: 0%;
}
.case-presentation-1-content {
  height: 90%;
  margin-top: -5vh;
  display: flex;
  flex-direction: column;
  /*background: red;*/
}
.case-presentation-1-content-up {
  /*background: green;*/
}
.case-presentation-1-content-up img {
  height: auto;
  width: 100%;
}
.case-presentation-1-content-down {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /*position: relative;*/
}
.case-presentation-1-content-down-row {
  display: flex; /* 每行使用 Flexbox 水平排列 img */
  position: relative; /* 为重叠效果提供参照 */
  overflow: hidden; /* 裁剪溢出的内容 */
}
.case-presentation-1-content-down-row img {
  height: 100%; /* 图片高度等于父 DIV 的高度 */
  max-height: 100%;
  width: auto; /* 保持图片宽高比 */
}

/*经典案例1  结束*/



/*经典案例2  开始*/
.page-blank-row-case-presentation-2 {
  height: 0%;
}

/* 父容器样式 */
.case-presentation-2-content {
    height: 85%;
    /*width: 80vw;*/
    margin: 0 auto; /* 居中 */
    display: flex; /* 使用 Flexbox 实现垂直居中 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    overflow: hidden; /* 防止内容溢出 */
}

/* 子容器样式 */
.case-presentation-2-content-inner {
    width: 95%; /* 父容器宽度的90% */
    max-height: 90%; /* 限制子容器高度不超过父容器 */
    display: grid;
    gap: 10px; /* 图片之间的间隔 */
    overflow: hidden;
    background-color: #7296C5;
    padding: 3px;
    grid-template-columns: repeat(5, 1fr); /* 每行5个图片，共2行 */
    grid-template-rows: auto; /* 行高自适应 */
}

/* 图片样式 */
.case-presentation-2-content-inner img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.3);
}
/*经典案例2  结束*/

/*经典案例3  开始*/
.page-blank-row-case-presentation-3 {
  height: 0%;
}
.case-presentation-3-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2% 0;
    gap: 15%;
    height: 85%;
    /*background: red;*/
}

.case-presentation-3-content-perpendicular {
  width: 90%;
  height: auto;
}

.case-presentation-3-content-horizontal {
    height: auto;
    width: 95%;
}
/* 宽屏情况下（浏览器宽度大于高度） */
@media screen and (orientation: landscape) {
    .case-presentation-3-content-perpendicular {
        display: none;
    }
}

/* 竖屏情况下（浏览器宽度小于等于高度） */
@media screen and (orientation: portrait) {
    .case-presentation-3-content-horizontal {
        display: none;
    }
}
/*经典案例3  结束*/

/*经典案例4  开始*/
.page-blank-row-case-presentation-4 {
  height: 0%;
}
.case-presentation-4-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2% 0;
    gap: 4%;
    height: 85%;
}

.case-presentation-4-content-perpendicular {
  width: 80%;
  height: auto;
}

.case-presentation-4-content-horizontal {
    height: auto;
    width: 95%;
}
/* 宽屏情况下（浏览器宽度大于高度） */
@media screen and (orientation: landscape) {
    .case-presentation-4-content-perpendicular {
        display: none;
    }
}

/* 竖屏情况下（浏览器宽度小于等于高度） */
@media screen and (orientation: portrait) {
    .case-presentation-4-content-horizontal {
        display: none;
    }
}
/*经典案例4  结束*/


/*经典案例5  开始*/
.page-blank-row-case-presentation-5 {
  height: 0%;
}
.case-presentation-5-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2% 0;
    gap: 5%;
    height: 85%;
}

.case-presentation-5-content-perpendicular {
  width: 90%;
  height: auto;
}

.case-presentation-5-content-horizontal {
    height: auto;
    width: 95%;
}
/* 宽屏情况下（浏览器宽度大于高度） */
@media screen and (orientation: landscape) {
    .case-presentation-5-content-perpendicular {
        display: none;
    }
}

/* 竖屏情况下（浏览器宽度小于等于高度） */
@media screen and (orientation: portrait) {
    .case-presentation-5-content-horizontal {
        display: none;
    }
}
/*经典案例5  结束*/



#company-information {
  background-image: url('../images/home/image2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.company-information-p1 {
  /*margin-bottom: 13rem;*/
  margin-top: 30vh;
}

.company-information-h1 {
  /*font-size: 7rem;*/
  /*font-size: clamp(0.01vh, 3.5vw + 1.5rem, 8rem);*/
  font-size: 6.5rem;
  font-weight: 700;
}

.company-information-p2 {
  margin-top: 8vh;
}
.company-contact {
  position: absolute;
  top: 70%;
  left: 13%;
  right: 0;
}

.company-information-h3.center {
  text-align: center;

}
.company-information-h3 {
  font-size: 1.15rem;
  /*font-weight: 700;*/
  text-align: left;
  margin-top: 0.05rem;
}