.flexs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s_flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.ss_flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.ss_flexs{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sss_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.ellipsis{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.ellipsiss{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


/*招标页面*/
.BiddingT1Box{
	width: 100%;
	height: 760px;
	background: url(../images/biddingT1.jpg)100% 100% no-repeat;
}

.BiddingT1C{
	width: 1100px;
	height: 100%;
	display: block;
	margin: 0 auto;
	background: url(../images/biddingT1C.jpg);
	overflow: hidden;
	padding: 0 40px;
	box-sizing: border-box;
}

.BiddingT1Form{
	width: 1020px;
	height: 520px;
	margin-top: 180px;
	background: #fff;
}

.BiddingT1Form form{
	width: 376px;
	height: 458px;
	margin-left: 45px;
}

.BiddingT1Form span{
	width: 70px;
	text-align: right;
	line-height: 45px;
}

.BiddingT1Form input{
	width: 290px;
	height: 46px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	border-radius: 5px;
	padding-left: 15px;
	box-sizing: border-box;
}

.BiddingT1FormBtn{
	width: 350px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #1a4975;
	border-radius: 5px;
	display: block;
	margin: 40px auto 0;
}

.BiddingT1Form form p{
	width: 340px;
	display: block;
	margin: 10px auto 0;
}

.BiddingT1UL{
	width: 390px;
	margin-right: 95px;
	margin-bottom: 30px;
}

.BiddingT1UL li:nth-child(1),.BiddingT1UL li:nth-child(2){
	margin-bottom: 10px;
}

.BiddingT1UL li:nth-child(3),.BiddingT1UL li:nth-child(4){
	margin-top: 10px;
}

.BiddingT2Box{
	width: 100%;
	background: #ddd;
	overflow: hidden;
	padding-bottom: 60px;
}

.BiddingT2CT,.BiddingT2Fk{
	width: 1200px;
	display: block;
	margin: 50px auto 0;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 0 0 15px #c3c3c3;
	overflow: hidden;
}

.BiddingT2CT p{
	font-size: 18px;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 80px;
	border-bottom: 1px solid #ddd;
}

.BiddingT2CTYz{
	padding-bottom: 40px;
}

.BiddingT2UlTitle li{
	width: 20%;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
}

.BiddingT2UlCn li{
	width: 20%;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	color: #a5a3a3;
}

.BiddingT2FkP{
	font-size: 14px;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 80px;
	color: #a5a3a3;
}

.BiddingT2FkP span{
	font-size: 18px;
	color: #333;
}

.BiddingT2Fk form{
	margin-top: 60px;
	padding: 0 70px;
	box-sizing: border-box;
}

.contacts span,.fanK span{
	margin-right: 68px;
}

.contacts input{
	width: 300px;
	height: 36px;
	border: 1px solid #ddd;
}

.fanK{
	margin-top: 40px;
	margin-bottom: 10px;
}

.fanK span{
	margin-right: 55px;
}

.fanK textarea{
	width: 921px;
	height: 198px;
	border: 1px solid #ddd;
}

.BiddingT2FkP2{
	padding-left: 140px;
	font-size: 14px;
	color: #a5a3a3;
}

.feedbackBtn{
	width: 280px;
	height: 40px;
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #1a4975;
	margin: 55px auto 0;
}

.BiddingT2Bottom{
	font-size: 14px;
	text-align: center;
	color: #a5a3a3;
	margin-top: 15px;
	margin-bottom: 40px;
}

.BiddingT2Bottom img{
	margin-right: 10px;
}

.HD{
	width: 4px;
	height: 4px;
	display: inline-block;
	background: red;
	margin-right: 10px;
	border-radius: 50%;
}

/*算一算新家多少钱*/
.calculationBox{
	height: 685px;
	background: url(../images/20190712_62ad82f55904b90ddb93AadHAFwnNKFn.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.calculationBox h2{
    margin-top: 95px;
    text-align: center;
    font-weight: bold;
    color: #885600;
}

.width980{
	width: 980px;
	display: block;
	margin: 45px auto 0;
	background: #fff;
	position: relative;
}

.calculationBoxLeft,.calculationBoxRight{
	width: 490px;
	padding: 50px 70px 30px 30px;
	box-sizing: border-box;
}

.calculationBoxRight{
	padding: 50px 30px 30px 70px;
	border-left: 1px solid #ddd;
}

.calculationBoxLeft p{
	font-size: 20px;
	line-height: 48px;
}

.calculationBoxLeft p span{
	font-size: 12px;
	color: #f36f20;
	margin-left: 10px;
}

.calculationName,.calculationAddress,.calculationArea,.calculationType,.calculationPhone{
	width: 370px;
	height: 56px;
}

.calculationSp{
	width: 80px;
	line-height: 56px;
	text-align: center;
}

.calculationBoxLeft i{
	font-size: 24px;
	color: #fe5f00;
}

.enter{
	width: 255px;
	height: 38px;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
}

.calculationBoxLeftBtom{
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.frm_ul{
	padding: 22px 0;
	box-sizing: border-box;
	border: 1px solid #ddd;
	width: 320px;
	margin: 0 auto;
}

.frm_title{
	font-size: 20px;
}

.frm_ul{
	margin-top: 26px;
}

.frm_title{
	text-align: center;
}

.random_nub{
	margin: 0 15px;
	color: #fe5f00;
}

.frm_ul li{
	text-align: center;
	line-height: 40px;
}

.frm_ul_text{
	margin-right: 20px;
	font-size: 14px;
}

.random_nub2{
	margin-right: 20px;
}

.frm_ul_p{
    width: 320px;
	margin: 35px auto 0;
}

.DW{
	width: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9;
}

.form_line{
	width: 100%;
	height: 100%;
	background: url(../images/ico-line-btn.png)100% no-repeat;
	position: relative;
}



.circle-animate{
	position: absolute;
	top: 15px; 
	right: 15px; 
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fdcc9a;
	z-index: 12;
	-webkit-animation: scale-three2 1.5s ease infinite;
	-moz-animation: scale-three2 1.5s ease infinite;
	-o-animation: scale-three2 1.5s ease infinite;
	animation: scale-three2 1.5s ease infinite;
	animation-fill-mode: both;
}

@keyframes scale-three2 {
	0% {
		transform: scale(1);
		opacity: .8
	}
	100% {
		transform: scale(1.3);
		opacity: 0
	}
}

@-webkit-keyframes scale-three2 {
	0% {
		-webkit-transform: scale(1);
		opacity: .7
	}
	100% {
		-webkit-transform: scale(1.3);
		opacity: 0
	}
}

@-moz-keyframes scale-three2 {
	0% {
		-moz-transform: scale(1);
		opacity: .7
	}
	100% {
		-moz-transform: scale(1.3);
		opacity: 0
	}
}

@-o-keyframes scale-three2 {
	0% {
		-o-transform: scale(1);
		opacity: .7
	}
	100% {
		-o-transform: scale(1.3);
		opacity: 0
	}
}

.circle-animate-zi{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ff6d15;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 90px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	z-index: 99;
}

/*分期付款*/

.HirePurchaseBox{
	background: url(../images/HirePurchase.jpg) no-repeat;
	background-size: 100% 100%;
}


/*补充*/
@media (max-width: 750px){
    .calculationBoxleftPhone{
        position: relative;
    	padding: .5rem .25rem 7rem .25rem;
        box-sizing: border-box;
    }
    
    .calculationBoxleftPhone h2{
        font-size: 1rem;
        text-align: center;
        margin: .5rem 0 .75rem 0;
    }
    
    .calculationBoxLeftBtom{
        margin: .5rem 0;
    }
    
    .DW{
        top: 15.5rem;
    }
}

.BiddingT1CPn{
    width: 100%;
    padding: 1rem .25rem;
    box-sizing: border-box;
}

.BiddingT1CPn h2{
    width: 100%;
    text-align: center;
    margin: .5rem 0 1rem 0;
    font-size: 1rem;
    font-weight: bold;
}

.BiddingT1CPn span{
    margin-left: .5rem;
}

.BiddingT1CPn input{
    width: 11rem;
    height: 1.5rem;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    padding-left: 15px;
    box-sizing: border-box;
}

.BiddingT1CPn a{
    width: 11rem;
    height: 1.5rem;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #1a4975;
    border-radius: 5px;
    display: block;
    margin: 1rem auto;
}

