.banner {
    position: relative;
    margin-bottom: 20px;
  }
  .banner>img {
    width: 100%;
    height: auto;
  }
  .banner-text{
    position: absolute;
    top:35%;
    left:15%;
  }
  .banner-text-item{
    display: flex;
    align-items: center;
    height: 53px;
  }
  .banner-text-item img{
    width: 20px;
    height: 20px;
  }
  .banner-text-item img:nth-of-type(2){
    margin-left: 49px;
  }
  .banner-text-item span{
    padding-left: 13px;
    font-size: 24px;
    color: #FFFFFF;
  }
  .banner-text>p:nth-of-type(1){
    font-size: 50px;
    line-height: 85px;
    color: #FFFFFF;
    font-weight: 700;
  }
  @media(max-width:1300px) {
    .banner-text {
      top: 30%;
      left: 17%;
    }

    .banner-text>p:nth-of-type(1) {
      font-size: 40px;
      line-height: 68px;
    }

    .banner-text-item {
      height: 36px;
      line-height: 36px;
    }

    .banner-text-item span {
      padding-left: 5px;
      font-size: 18px;
    }

    .banner-text-item img:nth-of-type(2) {
      margin-left: 15px;
    }

    .banner-text-box>div:nth-of-type(2)>span:nth-of-type(2) {
      padding-right: 10px;
    }

  }
  @media(max-width:768px){
    .banner-text{
      top:36%;
      width: 100%;
      left: 0;
    }
    .banner-text>p:nth-of-type(1){
      width: 100%;
      text-align: center;
      font-size: 24px;
      line-height: 50px;
  }
  .banner-text-item{
    height: 28px;
    line-height: 28px;
  }
  .banner-text-item span{
    padding-left: 5px;
    font-size: 10px;
  }
  .banner-text-item img:nth-of-type(2){
    margin-left: 15px;
  }
  .banner-text-box{
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  }
  .banner-text-box>div:nth-of-type(2)>span:nth-of-type(2){
    padding-right: 10px;
  }
  }
  .breadcrumb{
    padding: 0 12px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 67px;
  }
  @media(max-width:768px){
    .banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 240px;
    margin-bottom: 10px;
  }
  .banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 240px;
  }
  }

  @media(max-width:768px){
    .breadcrumb{
      margin-bottom: 0;
      padding-left: 12px;
    }
    .option-title{
      font-size: 20px;
      padding: 30px 0 20px 0;
    }
    .breadcrumb-box{
      padding: 0 0 0 0px !important;
    }
    .breadcrumb li{
      font-size: 10px;
      line-height: 22px;
    }
    .breadcrumb-item img{
      width: 10px !important;
      height: 10px !important;
      margin-bottom: 2px !important;
    }
  }
/*面包屑导航*/
  .case-deails-box {
    max-width: 1200px;
    margin: 0 auto;
  }
  /*闲时空*/
  .project-card{
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    height: auto;
    padding:  0 12px;
  }
  .project-card img{
    width: 50%;
    height: 100%;
    border-radius: 14.5px;
  }
  .project-card-text{
    width: 50%;
    padding-left: 30px;
  }
  .project-card-text>h1:nth-of-type(1){
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #333333;
  }
  .project-card-text>p:nth-of-type(1){
    font-size: 20px;
    font-weight: 600;
    padding-top: 38px;
    color: #333333;

  }
  .project-card-text>p span{
    font-weight: 400;
    color: #666666;

  }
  .project-card-text>p:nth-of-type(2){
    font-size: 20px;
    font-weight: 600;
    padding-top: 18px;
    color: #333333;
  }
  .project-card-text .describe-label{
    display: inline-block;
    border: 1px solid rgba(124,188,38,1);
    border-radius: 4px;
    width: 70px;
    height: 32px;
    line-height: 32px ;
    text-align: center;
    font-size: 14px;
    color:#7CBC26;
  }
  .project-card-text >div{
    display: inline-block;
  }
  .project-card-text .project-introduce{
    width: 100%;
    display: flex;
    padding-top: 18px;
  }
  .project-card-text .project-introduce div:nth-of-type(1){
    width: 100px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    min-width: 100px;
  }
  .project-card-text .project-introduce div:nth-of-type(2){
    text-align: justify;
    font-size: 20px;
    line-height: 36px;
    color: #666666;
  }
  @media(max-width:768px){
    .project-card{
      padding: 0 12px;
      padding-top: 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .project-card-text{
      padding-left: 0;
      width: 100%;
    }
    .project-card img{
      width: 100%;
    }
    .project-card-text .project-introduce{
      flex-direction: column;
    }
    .project-card-text>h1:nth-of-type(1){
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .project-card-text>p:nth-of-type(1){
    font-size: 16px;
    padding-top: 30px;
  }
  .project-card-text>p:nth-of-type(2){
    font-size: 16px;
    padding-top: 12px;
  }
  .project-card-text .project-introduce{
    padding-top: 12px;
  }
  .project-card-text .project-introduce div:nth-of-type(1){
    font-size: 16px;
  }
  .project-card-text .project-introduce div:nth-of-type(2){
    font-size: 16px;
    line-height: 26px;
  }
  }

/*跳转页面*/
  .details-jump {
    max-width: 1200px;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
  }

  .details-jump>p:nth-of-type(1) {
    padding: 20px 0;
  }

  .details-jump>p:nth-of-type(2) {
    /* padding-top: 15px; */
    padding-bottom: 20px;
  }

  .details-jump a:hover {
    color: #7CBC26;
    font-weight: 600;
  }

  .details-jump span {
    padding-right: 30px;
  }
/*项目截图*/
  .carousel-container{
    padding: 0 12px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: solid 1px;
    background: #FFFFFF;
  }
  .carousel-inner .carousel-item img{
    width:100%;
    
  }
  .radius-bt {
    width: 40px;
    height: 40px;
  }

  .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10%);
  }
  @media(max-width:768px){
  .case-deails-box+p{
      font-size: 20px;
      padding: 20px 0;
  }
  .carousel-container{
    padding: 0 12px;
    width: 100%;
  }
  .carousel-container+p{
    font-size: 20px;
    padding: 12px 0;
  }
}
  

  /*项目介绍*/
  .project-introduction-box{
    max-width: 1224px;
    padding: 80px 12px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    display:block;
  }
  .project-introduction-box p{
    font-size: 20px;
    line-height:36px;
    margin:10px 0;
  }
  .project-introduction-box img{
    max-width: 1200px !important;
    height: auto !important;
    margin:20px auto;
    display:block;
  }
  @media(max-width:768px){
  .project-introduction-box{
    padding: 40px 12px;
    width: 100%;
  }
  
  .project-introduction-box img{
    height: auto!important;
    max-width: 100%!important;
    margin:15px auto;
    display: block;
  }
  .project-introduction-box>p{
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
  }
  .details-jump{
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
  }
  .details-jump>p:nth-of-type(2){
    padding-bottom: 30px;
  }
  .project-introduction-box{
    padding-bottom: 30px;
  }
  .project-introduction-box img{
    /* padding-bottom: 30px; */
  }
  .project-introduction-box>p:nth-of-type(1),.project-introduction-box>p:nth-of-type(4),.project-introduction-box>p:nth-of-type(6){
    font-size: 12px;
  }
}
@media(min-width:768px) and (max-width:1200px){
  .case-deails-box+p,.carousel-container+p{
      font-size: 30px !important;
    }
  }
  .getquoteq{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
}