html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,p,form,input,button,a,div,img{ 
margin: 0;
padding: 0;
list-style: none;
}
html,body{
	width: 100%;
}
a{
	text-decoration: none;
	
}
i,em{
	font-style: normal;
}
tr{
	display: block;
    vertical-align: inherit;
    border-color: inherit;
}
.clearfixs:after{ 
content:'';
height: 0;
display: block;
clear: both;
visibility: hidden;
overflow: hidden;
}

.clear{
	clear: both;
	
}
/*施工工艺*/



/*bounced弹框*/
.dank_bounced{
	display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    z-index: 1038;
    background-image: url(../images/dankbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}
.bounced_div{
	width: 1200px;
	margin:0 auto;
}
.bounced{
width: 100%;
text-align: center;
}
.boutable{
	width:436px;
    margin: 0;
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    background: transparent;
    display: inline-block;
    background-color: #E4641C;
    position: relative;
    top: 200px;
    opacity: 1;
    z-index: 99999999;
}

.dialog-header{
    background: #E4641C;
    white-space: nowrap;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    border: 0 none;
    text-align: right;
    width: 436px;
    color: black;
  
}
.dialog-header button{
	top: 7px;
    right: 8px;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #000;
    text-shadow: none;
	cursor: pointer;
   /* opacity: .8;*/
   /* font-size: 0;*/
    -webkit-transition: all .2s;
    transition: all .2s;
  
}
.dialog-body{
	width: 436px;
 padding: 40px;
 background-color: white;
}
.dialog-content{
	/*display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: left;*/
}
.size_form{
	width: auto;
    padding-left: 20px;
    font-family: "微软雅黑";
}
.size_form p{
	  color: #666666;
    font-size: 20px;
    text-align: center;
}
.mt20{
margin-top: 20px;
}
.mr10{
margin-right: 10px;
}
.size_form .house_name label{
	color: black;
}
.size_form .house_name input{
	width: 160px;
	line-height: 28px;
    height: 28px;
    border: 1px solid #E8E8E8;
    padding-left: 10px;
}
.house_city{
	 margin: 0 auto;
   margin-top: 20px;
}
.house_city select{
	 width: 145px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #E8E8E8;
    padding-left: 10px;
	line-height: 28px;
    height: 28px;
    border: 1px solid #E8E8E8;
    padding-left: 10px;
}

.submit_btn{
	text-align: center;
	color: #fff;
    background: #E4641C;
    line-height: 38px;
    margin-left: -11px;
    width: 118px;
    font-size: 14px;
    cursor: pointer;
    padding: 0 25px 0 25px;
    display: inline-block;
    border: 1px solid #E4641C;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 10px;
    margin-top: 10px;
}
