
.nav-link{
    transition: transform 0.3s ease; /* 平滑放大效果 */
}
.nav-link:hover {
    transform: scale(1.1); /* 放大1.1倍 */
  }
nav .form-inline .btn-light{
    border: 1px solid #cccccc;
}
nav{
    border-bottom: 1px solid #e7e7e7;
}
.carousel-indicators li{
    background: darkgray;
    width:10px;
    height:10px;
    border-radius:50%;
    border: 1px black solid;
}
.banner .container{
    text-align: center;
}
.banner{
    margin-bottom: 30px;
    /* border-bottom: 1px solid #cccccc; */
}
.banner .container a{
    font-size: 24px;
    text-decoration: none;
}
@media (max-width: 600px) {
    .banner .container>img{
        width: 100%;
    }
    .carousel{
        position: relative;
    }
    .banner{
        margin-bottom: 50px;
    }
    .column{
        text-align: center;
    }
    .guild .container p{
        font-size: 12px;
    }
    .guild .container{
        margin-bottom: -200px;
    }
    .guild .container h2{
        font-size: 16px;
    }
    .guild{
        height: 300px;
    }
    .guild  .container .left{
        float: left!important;
        text-align: left;
        margin-top: 160px;
    }
}
.guild{
    /* border-bottom: 1px solid #e3e3e3; */
}
.guild .container{
    /* text-align: right;
    font-size: 14px;
    background: url("../images/All400px.png") no-repeat;
    background-size: 100%;
    height: 400px; */
}
.guild .container .left p{
    margin-right: 0;
}
.guild .container .left{
    line-height: 110%;
    float: right;
}
main{
    border-bottom: 1px solid #e3e3e3;
}
.column{
    background: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
}
.column h2{
    margin-bottom: 40px;
    text-align: center;
}
.top h2{
    color: #00adee;
    font-weight: 900;
}
.top .row .col-md-4{
    text-align: center;
}
.top .row .col-md-4 h5{
    font-weight: 900;
    margin-bottom: 0!important;
    background: #02ade1;
    color: white;
    padding: 13px 0;
}
.top .row .col-md-4 .k{
    line-height: 180%;
    border: 1px solid #cccccc;
    padding: 10px 50px 65px 50px;
}
.top .row .col-md-4 .k p{
    text-indent:12px
}
.bottom{
    text-align: center;
}
.bottom .row h5{
    font-size: 18px;
    color: #00adee;
    font-weight: 900;
}
.bottom .row p{
    font-size: 14px;
}
.bottom .row{
    text-align: left;
}
footer .col-md-5 ul,footer .col-md ul{
    list-style: none;
    padding-left: 0;
}
footer .col-md-5 ul,footer .col-mdh5{
    font-size: 16px;
}
footer .col-md ul li a{
    font-size: 14px;
    color: #cccccc;
}
/* 
自己新加 */

.nav-li{
    padding-left: 30px;
}
.indexImg{
   background-image: url("../images/indexImage.jpg");
    height: 792px;
    background-repeat: no-repeat;
    background-position: center; 
    z-index: -1; /* 确保背景层在内容层下方 */
}
.indexTitle{
    padding-top: 27%;
    padding-right: 15%
}
.indexTitle h1{
    font-family: 宋体;
    font-size: 60px;
    /* text-shadow:
      1px 1px 0 #bbb,
      2px 2px 0 #bbb,
      3px 3px 0 #bbb,
      4px 4px 0 #bbb,
      5px 5px 0 #bbb,
      6px 6px 0 #bbb; */
}
.indexTitle p{
    font-family: 宋体;
    font-size: 33px;
    color: blue;
    /* text-shadow:
      1px 1px 0 #bbb,
      2px 2px 0 #bbb,
      3px 3px 0 #bbb,
      4px 4px 0 #bbb,
      5px 5px 0 #bbb,
      6px 6px 0 #bbb; */
}
.product{
    width: 100%;
    height: 100%;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 2px #dee2e6;
    text-align: center; 
    height: 400px;
    margin-top: 5%;
    background: #f8f9fa;
    transition: box-shadow 0.3s ease-in-out; /* 平滑过渡阴影效果 */
}
/* 鼠标悬停时的阴影效果 */

.product image{
   
}

.indexTitle button{
    font-size: 22px;
}

.ProductTitle{
    font-size: 27px;
    text-align: center;
}
.ProductText{
    font-size: 20px;
    text-align: center;
}
.ProductAdvantage{
    /* margin-top: 2%; */
}
.ProductAdvantage h5{
    text-align: center;
}
.more{
    text-align: center;
}
.box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* height: calc(108vh - 300px); */
    height: 700px;
    /* background: rgba(31, 48, 53, 0.8); */
  }

  .image {
    width: 100%;
    height: 100%;
  }
  
  @property --index {
    syntax: "<number>";
    initial-value: 0;
    inherits: false;
  }
  
  @keyframes slide {
    0% {
      --index: 0;
    }
  
    100% {
      --index: 6;
    }
  }
  
  .item-wrap {
    display: contents;
    animation: slide 12s calc(-2s * var(--i)) steps(6) infinite;
  }
  
  .item {
    position: absolute;
    display: grid;
    place-content: center;
    width: 309px;
    height: 386px;
    top: 41%;
    border-radius: 8px;
    background-color: rgb(255 255 255 / 84%);
    border: 1px solid rgba(233, 233, 233 / 80%);
    color: #000000;
    font-size: 30px;
    counter-increment: num;
    transform: translate(var(--translate)) scale(var(--scale));
    transition: .5s transform;
    animation: slide 12s calc(-2s * var(--i)) infinite;
  }
  .item:hover {
    box-shadow: 0 20px 30px rgba(10, 25, 238, 0.3); /* x偏移, y偏移, 模糊半径, 颜色 */
  }
  .item-wrap:hover.item {
    animation-play-state: paused;
  }
  
  @container style(--index: 0) {
    .item {
      transform: translate(0, 0) scale(1);
      z-index: 4;
    }
  }
  
  @container style(--index: 1) {
    .item {
      transform: translate(120%, -30%) scale(0.9);
      z-index: 3;
    }
  }
  
  @container style(--index: 2) {
    .item {
      transform: translate(100%, -70%) scale(0.8);
      z-index: 2;
    }
  }
  
  @container style(--index: 3) {
    .item {
      transform: translate(0, -90%) scale(0.7);
      z-index: 1;
    }
  }
  
  @container style(--index: 4) {
    .item {
      transform: translate(-100%, -70%) scale(0.8);
      z-index: 2;
    }
  }
  
  @container style(--index: 5) {
    .item {
      transform: translate(-120%, -30%) scale(0.9);
      z-index: 3;
    }
  }

  .zoom-box {
    transition: transform 0.3s ease; /* 平滑放大效果 */
  }
  .zoom-box:hover {
    transform: scale(1.1); /* 放大1.1倍 */
  }

  .footerColor{
    background-color: black;
    color: #cccccc;
    margin-top: 11px;
  }
  .pt-.pt-5, .py-5 {
    padding-top: 2rem !important;
}

.headImage{
  /* background-image: url("../images/headImage.png"); */
  height: 80px;
  background-repeat: no-repeat;
  background-position: center; 
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8aada8;
  background-color: aliceblue;
}