/*新闻*/
.bg-maincolor{
    background-color: rgb(11, 162, 154);
  }
  .news-title{
      font-size: 32px;color: white;font-weight: bold;
  }
  .news-subtitle{
      font-size: 48px;font-weight: bolder;color: white;
  }
  .news-buttonBoxDiv{
    border: 1px solid white;
    position: absolute;
    right: 0;
    width: 160px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px;
    display: flex;
    transition: 0.15s all linear;
  }
  .news-buttonBox-before{
    width: 0;
    transition: 0.15s all linear;
  }
  .news-buttonBox-before hr{
    border-top: 1px solid white;
  }
  .news-buttonBox-after{
    width: 36px;
    transition: 0.15s all linear;
  }
  .news-buttonBox-after hr{
    border-top: 1px solid white;
  }
  .news-buttonBox-triangle{
    width:8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .news{
    background: url('{pboot:sitetplpath}/images/index-new-bg.jpg');
  }
  .news-swiperbg{
    max-width: 90%;
    padding: 40px;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
  }
  .news-slide{
    height: 483px!important;
    overflow: hidden;
  }
  .news-slides{
    position: relative;
  }
  .news-slide-top{
    overflow: hidden;
    position: relative;
    transition: 0.3s all linear;
  }
  .news-slide-img{
    transition: all .3s ease-out 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 120%;
    width: 120%;
    margin: auto;
    display: block;
  }
  .news-slide-img-dummy{
    padding-top: 66.666%;
  }
  .news-slide-bottom{
    padding: 30px 45px;
    height: 483px;
    background-color: #f9f9f9;
    transition: 0.3s all linear;
    position: absolute;
    top: 100%;
  }
  .news-slide-time{
    font-size: 14px;
    color: #999;
  }
  .news-slide-title{
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
  }
  .news-slide-content{
    font-size: 14px;
    color: rgb(89, 89, 89);
    overflow: hidden;
    height: 50%;
  }
  .news-slide-link{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
  }
  .news-slide-link span{
    height: 34px;
    width: 34px;
    background-color: white;
    border-radius: 100%;
    margin-right: 12px;
    position: relative;
  }
  .py-news{
    padding: 6.5rem 0;
  }
  /*案例*/
  .cases-list{
    display: flex;
    flex-wrap: wrap;
    gap: 2% 4%;
  }
  .cases-list-list{
    width: 48%;
  }
  .cases-list-title{
      margin: 30px 5px 10px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
  }
  .cases-list-img{
      transition: 0.2s all linear;
  }
  .cases-list-img-active{
    transform: scale(1)!important;
  }
  .cases-buttonBoxDiv{
    border: 1px solid black;
    position: absolute;
    right: 0;
    width: 160px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px;
    display: flex;
    transition: 0.15s all linear;
  }
  .cases-buttonBox-before{
    width: 0;
    transition: 0.15s all linear;
  }
  .cases-buttonBox-before hr{
    border-top: 1px solid black;
  }
  .cases-buttonBox-after{
    width: 36px;
    transition: 0.15s all linear;
  }
  .cases-buttonBox-after hr{
    border-top: 1px solid black;
  }
  .cases-buttonBox-triangle{
    width:8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  /*关于我们*/
  .about-left{
    float: left;
    width: 45%;
  }
  .about-right{
    float: right;
    width: 45%;
  }
  .about-right-box{
    border-bottom: 1px solid #ffffff90;
    margin: 30px;
  }