
.about-nav{
    margin: 0.6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-nav-a{
    width: 1.64rem;
    height: 0.37rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #C0C0C0;
    margin: 0 0.1rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .365s;
}
.about-nav-a:hover{
    background: #000000;
    color: #fff;
}

.about-title{
    font-size: 0.5rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: 0.2rem;
    margin-bottom: 0.17rem;
}
.about-title::after{
    content: '';
    width: 0.45rem;
    height: 0.03rem;
    background: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
    /* transform: translateX(-50%); */
}
.about-en{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.case-project-wrap{
    margin: 0.6rem auto;
}
.case-project-box{
    display: flex;
    margin-top: 0.6rem;
    justify-content: space-between;
}
.case-project-left{
    height: 7.7rem;
    
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0.2rem;
    overflow-y: auto;
}
.case-project-left::-webkit-scrollbar
{
	width: 0.05rem;
	height: 0;
	background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.case-project-left::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
.case-project-left::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.case-project-item{
    width: 3.57rem;
    height: 2.37rem;
    position: relative;
    cursor: pointer;
}
.case-project-item-img,
.case-project-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-project-item-icon{
    width: 0.08rem;
    height: 0.14rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.18rem;
    opacity: 0;
}
.case-project-left .active .case-project-item-icon{
    opacity: 1;
}
.case-project-banner{
    width: 12.12rem;
    height: 7.7rem;
    display: none;
}
.case-project-banner:first-of-type{
    display: block;
}
.projectSwiper{
    width: 100%;
    height: 100%;
}
.projectSwiper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projectSwiper  .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.projectSwiper  .swiper-pagination-bullet-active{
    background: #000;
}

.case-real-wrap{
    /* margin-top: 0.6rem; */
}
.case-real-list{
    display: flex;
    flex-wrap: wrap;
}
.case-real-item{
    width: 5.23rem;
    height: 3.5rem;
    margin-right: 0.155rem;
    margin-top: 0.6rem;
    position: relative;
    overflow: hidden;
}
.case-real-item:nth-child(3n){
    margin-right: 0;
}
.case-real-img{
    width: 100%;
    height: 100%;
}
.case-real-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-real-p{
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 0.76rem;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.7) 100%);
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.76rem;
    transition: all .365s;
}
.case-real-item:hover .case-real-p{
    bottom: 0;
}
.case-evaluate-wrap{
    width: 100%;
    height: 2.75rem;
    background: url(../img/case/pj-bg.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-evaluate-box{
    margin: 0 auto;
}
.case-evaluate-title{
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.case-evaluate{
    margin: 0 auto;
    margin-top: 0.5rem;
    width: 11.7rem;
    height: 0.85rem;
    display: flex;
}
.case-evaluate input{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    padding: 0 0.25rem;
}
.case-evaluate p{
    width: 1.8rem;
    height: 0.85rem;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;    
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    cursor: pointer;
}
















/* 媒体查询 案例展示 */
@media all and (max-width: 1024px) {
  /* 顶部开始 */
  .common-banner {
    height: auto !important;
  }

  .common-title-en {
    font-size: 0.5rem !important;
  }

  .common-title-cn {
    font-size: 0.4rem !important;
  }

  .common-title {
    margin-top: 30px !important;
  }

  .about-nav {
    margin: 30px 0;
  }

  .about-nav-a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .about-caption {
    padding: 0 0.3rem;
  }

  .about-title {
    font-size: 16px;
  }

  .about-en {
    font-size: 12px;
  }

  /* 轮播 */
  .case-project-wrap {
    width: 100% !important;
     overflow-x: hidden;
  }
  .case-project-box {
    flex-direction: column-reverse;
  }

  .case-project-banner {
    width: 100%;
    height: 80vw;
    height: auto;
  }

  .case-project-left {
    margin-top: 10px;
    /*flex-direction: row;*/
    width: 100%;
    height: auto;
    /*justify-content: space-evenly;*/
    display: block;
    width:100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space:nowrap;
  }
  .case-project-item {
    /*width: 31%;*/
    height: 2rem;
    display: inline-block;
    width: 2.2rem;
    margin-left: 0.2rem;
  }

  .case-real-list {
    justify-content: space-between;
    padding: 0 15px;
  }
  .case-real-item {
    margin: 10px 0;
    width: 48%;
    height: 35vw;
  }

  .case-evaluate {
    width: 80%;
  }
  .case-evaluate p {
    font-size: 14px;
  }



  .case-evaluate-wrap {
    height: 3.75rem;
  }
  
  .case-real-p {
    font-size: 14px;
  }



    /* 分页 */
    .paging-a {
        min-width: 20px;
        height: 20px !important;
      }
    
      .paging-bt {
        width: 20px !important;
        height: 20px !important;
      }
      .paging-bt img {
        width: 20px !important;
        height: 20px !important;
      }
    
      /* 分页 */
}