div
{
  line-height:normal;
}

.detail_case 
{
    width:100%;
    background:#fff;
    box-sizing: border-box;
    padding:10px;
}

.building_left {
    width: 100%; 
  }
  .detail_book {
    display: flex;
    padding: 30px 0 40px 0;
    /* width: 900px; */
    height: 405px;
 
  }
  
  .detail_book img {
    width: 540px;
    height: 405px;
  }
  
  .detail_book .book_right {
    margin: 0 50px;
    position: relative;
  }
  
  .detail_book .book_right h3 {
    font-size: 26px;
    line-height: 30px;
    color: #1a1a1a;
  }
  
  .detail_book .book_right h3 i {
    display: inline-block;
    width: 3px;
    height: 12px;
    background: #1a1a1a;
    border-radius: 2px;
  }


  .detail_book .book_right > ul {
    display: flex;
    margin-top: 30px;
    width: 100%;
    height: 30px;
  }
  
  .detail_book .book_right ul li {
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
  }
  
  .detail_book .book_right ul li span {
    font-size: 20px;
    color: #004126;
  }
  
  .detail_book .book_right > p {
    margin-top: 28px;
    /* width: 600px; */
    min-height: 72px;
    line-height: 24px;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    max-height: 72px;
    overflow-y: auto;
  }
  .detail_book .book_right > p::-webkit-scrollbar {
       width: 0 !important;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none;
  }


  .detail_book .book_right .book_form span:nth-child(1) {
    border-right: solid 1px #e6e6e6;
  }
  .detail_book .book_right .book_form span .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 20px;
  }


  .detail_book .book_right .book_form input {
    border: 0;
    display: inline-block;
    font-size: 14px;
    width: 160px;
    height: 40px;
    
  }
  
  .detail_book .book_right .form_btn2 {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #004126;
    color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    border:none;
  }



  .building_detail_con > .tabList {
    display: flex;
    flex-direction: row;
    padding-bottom: 12px;
   
  }
  
  .building_detail_con > .tabList > li {
    flex: 1;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin-right: 30px;
  }
  
  .building_detail_con > .tabList > li a {
      color: #666666;
  }
  
  .building_detail_con > ul > .active1 {
    color: #004126;
  }
  
  .building_detail_con > ul > .active2 {
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    
    color: #004126;
  }
  
  .building_detail_con > ul > .active2 > a {
    color: #004126;
    padding-bottom: 12px;
  }



.building_detail_con
{
  width:100%;
 
  display:block;
  margin-top:30px;
}

  .building_detail_con > .tabList{
    width: 1200px;
  }
  .building_detail_con > .tabList > li{
    text-align: left;
  }
  .building_detail_con > ul > .active2 a{
    border-bottom: 3px solid #004126;
  }



  /* 底部数据 */

  .bddetail
  {
    margin-top:30px;
    background:#fff;
    padding:20px 0px;
    box-sizing: border-box;
  }
  .detail_pic > .tab {
    display: none;
    margin: 18px 0;
    width: 100%;
  }
  
  .detail_pic > .show_pic
  {
    display:block;
  }
  .tab1 .pic_det {
    display: flex;
    flex-flow: row wrap;
  }
  
  .tab1 .pic_det > li {
    position: relative;
    width: 293px;
   
    margin: 0 10px 30px 0;
  }
  
  .detail_pic .tab1 .pic_det li:nth-child(3n + 3) {
    margin-right: 0;
  }
  
  .detail_pic .tab1 .pic_det li img {
    width: 293px;
    height: 220px;
  }
  
  .detail_pic .tab1 .pic_det li h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
   
  }

  .detail_pic .tab1 .pic_det li h3 a{
    width:100%;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  
  
  .detail_pic .tab1 .pic_det li p > a {
    color: #ccc;
    font-size: 12px;
  }
  .detail_pic .tab1 .pic_det li p > a:hover {
    color: #000;
  }
  
  .detail_pic .tab1 .pic_det li button {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 70px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    background-color: #004126;
    border-radius: 3px;
  }
  
  .detail_pic .tab1 .pic_det li .collect,
  .show_pic li .collect {
    position: absolute;
   
    right: 10px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1f2120;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
  }
  
  .detail_pic .team .team_det:hover,
  .tab1 .pic_det > li:hover{
      box-shadow: 0px 0px 20px 0px rgb(203 204 208 / 35%)
  }
  
  .detail_pic .team .team_det {
    display: flex;
    margin-bottom: 20px;
    width: 880px;
    height: 300px;
  }
  .detail_pic .team .team_det>a{
      display: inline-block;
      height: 270px;
      margin: 10px;
      overflow: hidden;
  }
  .detail_pic .team .team_det img {
    width: 370px;
    transition: all 1s;
  }
  .detail_pic .team .team_det img:hover {
      transform: scale(1.05);
  }
  
  .detail_pic .tab2 .team_det {
    width: 900px;
    height: 220px;
    
  }
  .detail_pic .tab2 .team_desc:hover {
    box-shadow: 0px 0px 20px 0px rgb(203 204 208 / 35%);
  }
  .detail_pic .tab2 .team_det img {
    width: 270px;
    height: 194px;
      
  }
  
  
  .detail_pic .team .team_det h3 {
    margin-top: 20px;
    line-height: 40px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
  }


  .show_pic li img
  {
    margin-bottom: 10px;
  }


  .list_design_master {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .list_design_master .item_list_design {
    width: 280px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 30px;
    min-height: 475px;
  }
  .list_design_master .item_list_design:nth-child(4n) {
    /* margin-right: 0px; */
  }
  .list_design_master .item_list_design.default_show:hover {
    box-shadow: 0px 0px 20px 0px rgb(203 204 208 / 35%);
  }
  .list_design_master .item_list_design:hover {
    box-shadow: 0px 0px 20px 0px rgb(203 204 208 / 35%);
  }
  .list_design_master .item_list_design:hover .btn_design_click {
    display: flex;
  }
  .list_design_master .item_list_design .image {
    width: 100%;
    height: 370px;
    overflow: hidden;
  }
  .list_design_master .item_list_design .image img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  .list_design_master .item_list_design .image img:hover {
    transform: scale(1.05);
  }
  .list_design_master .item_list_design .text-model_design {
    padding: 20px;
    box-sizing: border-box;
  }

  .descript_design {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .descript_design .sc_fg {
    width: 70px;
    font-size: 14px;
    color: #666666;
  }
  .descript_design .text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
    color: #333333
  }
  .btn_design {
    display: flex;
    justify-content: space-between;
  }
  .left_text{
    display: flex;
    align-items: center;
  }
  .left_text .name {
    font-size: 18px;
    color: #3e3e3e;
    /* width: 54px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 22px;
    margin-right: 10px;
  }
  .list_design_master .item_list_design .left_text:hover .name {
    color: #004126;
  }
  .left_text .cj {
    font-size: 12px;
    color: #fff;
    
    padding: 5px 10px;
    background-color: #004126;
    border-radius: 20px;
    height: 18px;
    line-height:18px;
    word-break: keep-all;
  }
  /* .btn_design .btn_design_click.show_design_btn {
    display: flex;
  } */
  .btn_design .btn_design_click {
      width: 230px;
      height: 35px;
      display: none;
      align-items: center;
      justify-content: center;
      background: #fff;
      font-size: 14px;
      color: #333333;
      border-radius: 3px;
      cursor: pointer;
      border-radius: 20px;
      border: 1px solid #004126;
  }
  .btn_design .btn_design_click:hover{
    background-color:#004126;
    color: #fff;
  }

  .text-model_design .number_model {
    margin: 20px 0;
}

i{
  font-style:normal;
}

.bddetail_left
{
  width:1050px;
  display:inline-block;
}

.bddetail_right
{
  width:280px;
  display:block;
  float:right;
}


/* shigong */

.team_det {
  display: flex;
  margin-bottom: 20px;
  width: 900px;
  height: 220px;
}
.team_det .img {
  width: 270px;
  height: 194px;
  overflow: hidden;
  margin: 13px 10px;
}
.team_det .img img {
  width: 100%;
  height: 100%;
}
/* åªç¼“æ…¢æ”¾å¤§ */
.img_scale_big {
  transition: all 1s;
}
.img_scale_big:hover {
  transform: scale(1.05);
}
.team_det .team_right {
  position: relative;
  margin-left: 30px;
  width: 590px;
  height: 220px;
}
.team_det h3 {
}
.team_right .h3 {
  margin-top: 20px;
  line-height: 40px;
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  font-weight: bold;
}
.team_det .team_right .h3:hover {
  color: #004126;
}
.team_det ul li {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}
.team_det:hover {
  box-shadow: 0px 0px 20px 0px rgba(203, 204, 208, 0.35);
}
.site_status {
  margin: 10px 0 0 0px;
  height: 50px;
}

.site_status .s-step {
  float: left;
  display: block;
  width: 70px;
  height: 50px;
  position: relative;
}

.site_status .s-step > b {
  position: relative;
  display: none;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #ccc;
}
.endStep {
  position: absolute;
  top: 7px;
  width: 30px !important;
  height: 10px !important;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background: #ccc !important;
}
.site_status .s-step > p {
  position: absolute;
  top: 7px;
  width: 70px;
  height: 10px;
  background: #ccc;
}
.site_status .s-step:first-child > p {
  width: 45px;
  /* left: 35px; */
}
.site_status .s-step:not(:first-child) p {
  left: -25px;
}
.site_status .s-step.actiend .corner {
  display: block !important;
}
.site_status .s-step.actiend div {
  color: #004126;
}


.corner {
  width: 0px;
  display: none;
  height: 0px;
  top: 19px;
  left: 40%;
  position: absolute;
  border: 7px solid #004126;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.site_status .s-step:first-child > p {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
/* .site_status .s-step:last-child p {
  width: 35px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
} */
.site_status .s-step > div {
  width: 70px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  /* margin-left: -25px; */
  top: 15px;
  z-index: 87;
  text-align: center;
  font-size: 12px;
  color: #1a1a1a;
}

.site_status .s-step.acti > b {
  display: none;
  background-color: #004126;
  border-color: #004126;
}

.site_status .s-step.acti > p {
  background: #004126;
}
/*è¿›åº¦æ¡ç»“æŸ*/
.site_list {
  /* width: 436px; */
  width: 100%;
}
.site_list > a {
  box-shadow: none;
  margin: 10px 10px 0 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  color: #666;
  font-size: 12px;
}



.loupan_address {
  position: absolute;
  bottom: 20px;
  color: #666;
}
.loupan_address span {
  color: #666;
}
.loupan_address span:hover {
  color: #004126;
  cursor: pointer;
}
.site_list > a > span {
  color: #333;
}
.site_list > a > span:hover {
  color: #004126;
  cursor: pointer;
}
.team_right > button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 140px;
  height: 40px;
  color: #004126;
  font-size: 12px;
  border: 1px solid #004126;
  border-radius: 20px;
  display: none;
}
.team_det:hover .team_right > button {
  display: block;
}
.team_det .team_right > button:hover {
  display: block;
  color: #fff;
  background-color: #004126;
}

