﻿.navigation-detail{
  width: 1200px;
  height: 52px;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d3d3;
  line-height: 52px;
  margin: 0 auto;
  font-size: 12px;
}
.navigation-detail span,h1{
  font-size: 12px;
  color:#999;
  font-weight: normal;
  display: inline;

}
.navigation-detail a:hover{
  border-bottom: 1px solid #999;
}
.nav-home-detail{
  margin-top: 16px;
  margin-right: 9px;
  float: left;
}
.room-nav{
  width: 1200px;
  margin: 0 auto;
  height: 65px;
  overflow: hidden;
}
.room-nav ul{
  float: left;
  height: 62px;
  width: 2000px;
}
.room-nav ul li{
  float: left;
  height: 100%;
  line-height: 75px;
  margin-right: 50px;
  position: relative;
  color:#484848;
  padding: 0px 9px;
  cursor: pointer;
}
.detail-heng{
  position: absolute;
  width: 100%;
  height: 3px;
  background: #74aa44;
  left:0px;
  bottom: -3px;
  display: none;
  z-index: 9;
}
.detail-heng-active{
  font-weight: bold;
  color:#74aa44;
}
.detall-share{
  float: right;
  height: 62px;

}
.detall-share span{
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 25px;
  cursor: pointer;
}
.share-item{
  background: url("../images/share.png");
}
.share-item:hover{
  background: url("../images/share_h.png");
}
.like-item{
  margin-left: 5px;
  background: url("../images/like.png");
}
.like-item:hover{
  background: url("../images/like_h.png");
}
.wrap{
  width:100%;
  height: 702px;
  position: relative;
  background: rgba(17,17,17,0.8);
  margin-top: -3px;
}
.wrap-heng{
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
  top:0px;
  left:0px;
}
.center{
  float:left;
	height:100%;
	width:1200px;
  text-align: center;
  left:calc(50% - 600px);
  position: absolute;
  box-sizing: border-box;
  padding-top: 3px;
  z-index: 9;

}
.center .case-content{text-align: center;height: 698px;}
.center .case-content p{margin: 0 auto;width: 100%;display: table}
.center .case-content p span{display: table-cell;vertical-align: middle;height: 698px}
.center .case-content img{max-width:100%;max-height: 100%;vertical-align: middle;}

.left,.right{
  float:left;
	height:100%;
	/* width: calc(50% - 600px); */
  overflow: hidden;
  position: absolute;
  top:0px;
  z-index: -9;

}
.left{
  left:0px;
}
.right{
  right:0px;
}
.right img{
  height: 702px;
  /* width:600px; */
}
.left img{
  height: 702px;
  /* width:600px; */
}
.center-con img{
  height: 696px;
}
.center-designer{
  width: 1200px;
  height: 100%;
  display: none;
  background-color: #fff;
  text-align: center
}
.center-designer-con{
  display: inline-block;
  width: 786px;
  height: 486px;
  margin-top: 106px;
  overflow: hidden;
}
.center-designer-con-left{
  float: left;
  height: 100%;
  width: 340px;

}
.center-designer-con-left img{
  float: left;
  margin-top: 31px;
  margin-left: 30px;
  width:253px;
  height: 333px;
}
.center-designer-con-left p{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color:#504b45;
  font-weight: bold;
  margin-left: -22px;
}
.center-designer-con-left span{
  float: left;
  margin-top: 5px;
  margin-left: 82px;
  width: 135px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #74aa44;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.center-designer-con-right{
  float: left;
  height: 100%;
  width: 446px;
  text-align: left;
}
.center-designer-con-right-name{
  font-size: 16px;
  font-weight: bold;
  color:#504b45;
  margin-top: 29px
}
.center-designer-con-right-heng{
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #72757e;
  margin-top: 8px;

}
.center-designer-con-right-txt{
  font-size: 14px;
  color:#727574;
  margin-top: 8px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.center-con-txt{
  position: absolute;
  left:0px;
  bottom:0px;
  background: rgba(17,17,17,0.8);
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-size: 15px;
  color:#eee;
  line-height: 30px;
}

.arrow{
  position: absolute;
  width: 43px;
  height: 80px;
  top:313px;
  z-index: 9;
  cursor: pointer;
}
.arrow-left{
  background-image: url("../images/casedetail_arrow_left.png");
  left:-75px;
}
.arrow-right{
  background-image: url("../images/casedetail_arrow_right.png");
  right:-75px;
}
.arrow-left:hover{
  background-image: url("../images/casedetail_arrow_left_h.png");
}
.arrow-right:hover{
  background-image: url("../images/casedetail_arrow_right_h.png");
}
.space-bottom{
  width: 100%;
  height: 135px;
  background: #f9f9f9;
}
.space-bottom-con{
  width: 1200px;
  margin: 0 auto;
  padding-top: 48px;
}
.space-bottom-con-item{
  width: 585px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #74aa44;
  font-size: 18px;
  color:#fff;
  float:left;
}
.space-bottom-con-item-next{
  float:right;
  background:#0a0a0a;
}
.more-case{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.more-case-title{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  font-size: 42px;
  color:#5f5f5f;
  text-align: center;
}
.desinger_award{
    font-size: 14px;
    color: #727574;
    margin-top: 8px;
    line-height: 19px;
}
.desinger_qualification{
  line-height: 21px;
}
.case-introduction{
  display: inline-block;
  position: relative;
  width: 1200px;
  height: 698px;
  background:url(../images/case_bc.png);
  box-sizing: border-box;
  padding: 190px 65px 187px 73px;
  text-align: left;
}
.case-introduction-left{
  float: left;
  width: 578px;
  height: 330px;
  box-sizing: border-box;
  border:6px solid #fff;
}
.case-introduction-right{
  width: 484px;
  height: 330px;  
  float:right;
  box-sizing: border-box;
  padding-left: 68px;
}
.case-introduction-right-title{
  width:100%;
  font-size: 30px;
  color:#fff;
  height: 115px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  overflow: hidden;
}
.case-introduction-heng{
  display: inline-block;
  width:78px;
  height: 1px;
  background:#b8b8b8;
}
.case-introduction-introduction{
  width:100%;
  font-size: 16px;
  color:#fff;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top:10px;
  line-height: 25px;
}

.case-hangye-zi{
  height: 55px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.case-ronghuo-jiangxiang{
  height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.navigation-detail a{
  color: #999;
}
.quoted_price_box{
  width:100%;
  background: rgba(0,0,0,0.9);
  position: fixed;;
  bottom: 0;
  z-index: 10;
  padding: 23.5px 0;
  right: -120%;
}
.quoted_price_middle_box{
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.quoted_price_middle_box input{
  height: 43px;
  border-radius:3px;
  text-indent: 14px;
  font-size: 15px;
  color: #fff;
  outline: none;
  background-color: #333333;
  border: none;

}
.howmoney{
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
  height: 45px;
  vertical-align: sub;
}
.customer_name{
  width: 140px;
  margin-right: 15px;
}
.quoted_price_area{
  width: 180px;
  margin-right: 15px;
}
.quoted_price_phone{
  width: 200px;
  margin-right: 21px;
}
.quoted_price_btn{

font-size: 17px;
font-weight: bold;
color: #FFF;
padding: 11.5px 51px;
background-color: #74aa44;
cursor: pointer;
border-radius: 3px;
}
.quoted_price_code{
  max-width: 100px;
  width: 100px;
  height: 110px ! important;
  position: absolute;
  top:-118px;
  left: -2px;
  border:1px solid #eee;
}
.sweep{
  font-size: 15px;
  font-weight: 400;
  color: #BBB;
  margin-top: 10px;
  position: absolute;
  bottom: -20px;
  width: 98px;
  left: 0;
}
.quoted_price_code_box{
  margin: 0 120px 0 80px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.shrink_box{
  padding:12px 17px;
  border:1px solid #fff;
  display: inline-block;
  margin-left: 105px;
  cursor: pointer;
  position: absolute;
  right: -75px;
  bottom: 1px;
}
.quoted_price_img{
  position: fixed;
  right: 0;
  top:240px;
  cursor: pointer;
  z-index: 11;
}