.pCateCt dd a
{
  margin-bottom:20px !important;
}

.pCateCt dd
{
    width:1050px;
    height:60px;
    overflow:hidden;
    box-sizing: border-box;
}
.pCateCt
{
    height:auto;
    min-height:60px;
}

.pCateCt dd.auto_h
{
    height:auto;
}
.pCateCt dd.auto_h a
{
    margin-bottom:10px !important;
}
.more_c
{
    width:55px;
    height:60px;
    line-height:60px;
    font-size:15px;
    display:inline-block;
    text-align:left;
    background:url(../images/f-down.png) right center no-repeat;

}

.more_t
{
    background:url(../images/f-ups.png) right center no-repeat;
}

.products2
{
    margin-top:10px;
    width:100%;
    display:block;
    background:#fff;
}

.building_left
{
    width:1050;
    display:inline-block;
}

.building_right
{
    width:280px;
    display:block;
    float:right;
}

/* 样式 */

.building_left .single {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 100%;
    height: 210px;
  }
  .building_left .single > a {
    padding: 10px;
    margin-right: 10px;
  }
  .building_left .image {
    width: 286px;
    height: 190px;
    overflow: hidden;
  }
  .building_left .image img {
    width: 100%;
    height: 100%;
  }
  .building_left .single:hover {
    /* box-shadow: 0px 0px 5px 4px #ddd; */
    box-shadow: 0px 0px 20px 0px rgba(203, 204, 208, 0.35);
  }
  .building_left .single:hover .book_btn {
    display: block;
  }
  .building_left .single > img {
    padding: 14px 10px;
    margin-right: 20px;
    width: 286px;
    height: 193px;
  }
  .building_left .single .single_right {
    width: 590px;
    position: relative;
  }
  .single_right > h2 {
    margin: 20px 0 10px 0;
  }
  .single_right > h2 > a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
  }
  .single_right > h2 > a:hover {
    color: #004126;
  }
  .single_right .book_btn {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 140px;
    height: 40px;
    /* background-color: #004126; */
    border: 1px solid #004126;
    border-radius: 20px;
    color: #004126;
  }
  .single_right .book_btn:hover {
    border: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 140px;
    height: 40px;
    background-color: #004126;
    border-radius: 20px;
    color: #fff;
  }
  .single_right > ul {
    width: 100%;
    height: 60px;
  }
  .single_right > ul > li {
    float: left;
  
    /* padding: 5px 12px; */
    line-height: 18px;
    margin: 18px 10px 0 0;
    /* background-color: #f4f5f6; */
    font-size: 14px;
    color: #333;
  }
  .single_right span {
    color: #666;
  }
  .single_right p {
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .btnGroup {
    display: inline-flex;
    position: absolute;
    bottom: 20px;
  }
  .btn_house {
    color: #222222;
    line-height: 25px;
    width: 100px;
    cursor: context-menu;
    text-align: center;
    margin-right: 15px;
    border-radius: 15px;
    border: 1px solid #222222;
  }
  .btn_house:hover {
    color: #fff;
    background-color: #004126;
  }
  .bnt_work:hover {
    color: #fff;
    background-color: #c6baac;
  }
  .bnt_work {
    color: #c6baac;
    cursor: context-menu;
    line-height: 25px;
    width: 100px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #c6baac;
  }


  /* 报价 */

  .baojia_form {
    width: 280px;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    float:right;
  }
  
  .baojia_form .baojia_header {
    background-color: #004126;
    padding: 20px 0px;
    width: 282px;
    height: 133px;
  }
  .baojia_form .baojia_header h1 {
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    
    font-weight: bold;
    color: #ffffff;
  }
  .baojia_form .baojia_header p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    
    font-weight: 300;
    margin-bottom: 21px;
  }
  .baojia_form .baojia_header .num_gd {
    background: #ffffff;
    border-radius: 6px 6px 0px 0px;
    margin: 0px 11px 0px 9px;
    box-sizing: border-box;
    height: 65px;
    padding: 13px 16px 12px 16px;
  }
  .baojia_form .baojia_header .num_gd .num_infor {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 0px 9px 0px 0px;
    text-align: right;
    color: #333;
    font-weight: 500;
    font-size: 30px;
    box-sizing: border-box;
    line-height:40px;
  }
  .form_model {
    background: #f5f5f5;
    padding-left: 9px;
    box-sizing: border-box;
  }
  .baojia_form form {
    width: 230px;
    padding-left: 16px;
    padding-right: 16px;
    background: #fff;
  }
  .baojia_form form input:first-child {
    margin-top: 0px;
  }
  .baojia_form form input,
  .form_bottom {
    margin: 5px 0;
    width: 100%;
    font-size: 12px;
    color: #333;
    height: 46px;
    background: #f5f5f5;
    border-radius: 4px;
    text-indent: 15px;
  }
  .form_bottom {
    margin-bottom: 21px;
    font-size: 20px;
    
    font-weight: bold;
    color: #ffffff;
     text-indent: 0px;
  }
  input::-webkit-input-placeholder {
    margin-left: 5px;
  }
  
  .baojia_form form p {
    font-size: 14px;
    color: #666;
    margin: 20px 0;
  }
  .form_bottom {
    border: none;
    background-color: #004126;
    color: #fff;
  }
  .calc_phone_model {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .calc_phone_model .text {
    font-size: 22px;
    font-family: Microsoft Sans Serif;
    font-weight: bold;
    color: #004126;
    margin-left: 9px;
  }
  