.products2
{
    background:none;
}

.build_show > h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
  }
  .build_show .source {
   
    font-size: 14px;
  }
  .build_show .source > span {
    padding: 0 40px 0 0;
    line-height: 60px;
    color: #666;
  }
  .build_show .source > span > b {
    color: #666;
    font-weight: normal;
  }
  .build_show .source a {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    color: #333;
  }
  .build_show .source i {
    display: block;
    font-size: 18px;
  }
  .build_show .source a:hover {
    color: #004126;
  }
  .build_show > ul {
    display: flex;
    flex-direction: row;
    
    margin: 12px 0 32px;
    padding: 40px 0;
  }
  .build_show > ul > li {
    flex: 1;
    justify-content: center;
  }
  .build_show > ul > li > a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 42px;
  }
  .build_show > ul > li > a:hover{
    color: #004126;
  }
  .build_show > ul > li > span {
    display: block;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 30px;
  }


  .site {
    margin-top: 20px;
    padding: 30px 60px 60px 60px;
    height: 100px;
    background: #fafafa;
  }
  .site > h3,
  .recommendation > h3 {
    line-height: 60px;
    font-size: 18px;
    background: url(../images/site_h3.jpg) no-repeat center left;
  }
  .site > h3{
    padding-left: 35px;
  }
  .recommendation > h3 a {
    float: right;
    font-size: 14px;
    color: #999;
  }
  .recommendation > h3 a .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
  }

  .site_status {
  }
  
  .site_status .s-step {
    float: left;
    display: block;
    width: 95px;
    height: 80px;
    position: relative;
  }
  .site_status .s-step:last-child {
    width: 32px;
  }
  
  .site_status .s-step > b {
    position: relative;
    display: none;
   
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    background-color: #fff;
    border: 4px solid #fff;
  }
  
  .site_status .s-step > p {
    position: absolute;
    top: 7px;
    width: 106px;
    height: 10px;
    background: #ccc;
  }
  .site_status .s-step:first-child > p {
    width: 38px;
    
  }
  .site_status .s-step:not(:first-child) p {
    left: -68px;
  }
  .site_status .s-step.actiend .corner {
    display: block !important;
  }



  .shigong_pic {
    margin-top: 30px;
  }
  .shigong_pic > ul {
    display: flex;
    flex-direction: row;
  }
  .shigong_pic > ul > li {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #999;
    position: relative;
    margin-right: 100px;
    cursor: pointer;
    letter-spacing: 2px;
  }
  .shigong_pic > ul > li > a:hover {
    color: #004126;
  }
  .shigong_pic > ul > .active a {
    color: #004126;
  }
  .shigong_pic > ul > .active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #004126;
    bottom: 0;
    left: 0;
    border-radius: 2px;
  }
  .shigong_pic > ul > .active2 {
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(to right, #004126, #004126);
    background-repeat: no-repeat;
    background-size: 8% 3px;
    background-position: 30px 32px;
    /*top: -19px;*/
    color: #004126;
  }
  .pic_show {
    margin-top: 30px;
  }
  .pic_box {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    display:inline-block;
  }
  .pic_box > img {
    max-width: 100%;
    max-height: 100%;
  }
  .pic_box > span {
    position: absolute;
    display: block;
    top: 25px;
    left: 25px;
    width: 104px;
    height: 38px;
    background: rgba(26, 26, 26, 0.6) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=60);
    background: #fff;
    color: #fff;
    line-height: 38px;
    text-align: center;
    border-radius: 0 24px 0 24px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .pic_box > a {
    position: absolute;
    top: -50px;
    right: 25px;
    background: rgba(26, 26, 26, 0.6) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=60);
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    width: 70px;
    border-radius: 4px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .pic_box > a .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 16px;
  }
  .pic_box > a:hover {
    background: #004126 !important;
  }
  .pic_box:hover > a {
    top: 25px;
  }
  
  .pic_box .txt {
   
    left: 0;
    padding: 20px;
    width: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=50);
    background: #000;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .pic_box .txt {
    bottom: 0;
  }
  .pic_box .txt p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }
  button.Btn {
    width: 104px;
    height: 34px;
    background: #004126;
    color: #fff;
    border:none;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    display: none;
    z-index: 999;
    position: absolute;
    right: 10px;
    top: -40px;
  }
  .pic_box:hover button.Btn{
    display: block;
  }
  .article_link {
    margin: 40px auto;
    display: flex;
    flex-direction: row;
  }
  .article_link a {
    width: 50%;
    display: block;
    color: #666;
    text-align: left;
  }
  .article_link a:last-child {
    text-align: right;
  }

  .building_right
  {
    margin-top:111px;
  }

  .site_status .s-step > div
  {
    text-align:left;
  }