html,body{
	padding: 0;
	margin: 0;
	font-size: initial;
}

h1,h2,p{
	padding: 0;
	margin: 0;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;	
}

input{
	outline: none;
	padding: 0;
	margin: 0;
}

.new_head{
	width: 100%;
}

.new_head>img{
	width: 100%;
	vertical-align: middle;
}

/*content*/
.new_nav{
	width: 100%;
	margin: auto;
	background: #fff;
	/*transform: translateY(-60px);
	padding-top:1px;*/
}

.new_nav>h1{
	margin-top: 60px;
	font-size: 40px;
	text-align: center;
	letter-spacing: 5px;
}

.h1_span{
	line-height: 80px;
	color:#fe5a00;
}

.new_nav>h1+p{
	text-align: center;
	font-size: 20px;
}

.new_nav>p>span{
	color: #FE5A00;
}

.new_form{
/*	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-content: space-between;
	
	display: -moz-flex;
	-moz-flex-wrap: wrap;
	-moz-justify-content: space-between;
	-moz-align-content: space-between;
	
	display: -o-flex;
	-o-flex-wrap: wrap;
	-o-justify-content: space-between;
	-o-align-content: space-between;
	
	display: -ms-flex;
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-between;
	-ms-align-content: space-between;*/
}

.mianji{
	width: 1043px;
	line-height: 40px;
	margin:0 auto 26px;
		
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-content: space-between;
	
	display: -ms-flex;
	-ms-justify-content: space-between;
	-ms-align-content: space-between;
	
	display: -moz-flex;
	-moz-justify-content: space-between;
	-moz-align-content: space-between;
	
	display: -o-flex;
	-o-justify-content: space-between;
	-o-align-content: space-between;
}

.mianji>input{
	width: 300px;
	height: 40px;
	outline: none;
	border: none;
	border-radius: 2px;
	box-shadow: 0 0 0px 1px #ccc;
	text-indent: 2em;
}

.mianji>select{
	width: 300px;
	height: 40px;
	outline: none;
	text-indent: 2em;
	border: none;
	border-radius: 2px;
	box-shadow: 0 0 0px 1px #ccc;
}

.mianji>p{
	width: 300px;
}

.mianji>div{
	width: 300px;
	height: 40px;
	box-shadow: 0 0 0px 1px #ccc;
}

.mianji:nth-of-type(3){
	flex-wrap:wrap;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}

.mianji:nth-of-type(3) div:nth-of-type(4){
	margin-left: 86px;
}

.mianji:nth-of-type(3) div:nth-of-type(4),.mianji:nth-of-type(3) div:nth-of-type(5),.mianji:nth-of-type(3) div:nth-of-type(6){
	margin-top: 26px;
}

.label{
	margin-left: 20px;
    letter-spacing: 2px;
}

.this_ture{
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	display: inline-block;
	transform: translateY(6px);
	margin-left: .5em;
	position:relative;
}

.this_ture>img{
	position:absolute;
	top: 0;
	left: 0;
}

/*tab*/
.tab{
	width: 1043px;
	margin: auto;
/*	display: flex;
	justify-content: space-between;*/
}

.tab>span{
	float: left;
}

.tab>ul{
	width: 266px;
	float: left;
	margin-left: 20px;
}

.tab>ul:nth-of-type(2){
	margin: 0;
}

.tab>ul>li{
	width: 266px;
	height: 50px;
	background:#4d6dcb;
	margin-bottom: 25px;
	text-align: center;
	line-height: 50px;
	color: white;
	cursor:pointer;
}

.tab_img{
	float: left;
	width: 410px;
	text-align: center;
}

.tab+p{
	width: 1140px;
	margin:0 auto 45px;
	text-align: center;
}

.item_name{
	width: 1043px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	
	display: -ms-flex;
	-ms-justify-content: flex-start;
	
	display: -moz-flex;
	-moz-justify-content: flex-start;
	
	display: -o-flex;
	-o-justify-content: flex-start;
}

.item_name>p{
	width: 336px;
	height: 58px;
	line-height: 58px;
	margin-right: 20px;
}

.item_form{
	width: 1043px;
	margin:0 auto 60px;
	display: flex;
	justify-content: space-between;
	
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	
	display: -o-flex;
	-o-justify-content: space-between;
	
	display: -ms-flex;
	-ms-justify-content: space-between;
	
	display: -moz-flex;
	-moz-justify-content: space-between;
}

.item_form>input{
	width: 336px;
	height: 50px;
	text-indent: 2em;
	border-radius: 5px;
	border:none;
	box-shadow: 0 0 1px #999;
}

.item_form>input[type="button"]{
	text-indent: initial;
	background:#4d6dcb;
	color: white;
	font-size: 16px;
}

.offer{
	width: 1043px;
	margin: auto;
	font-size: 40px;
	letter-spacing: 8px;
}

.offer>span{
	color: #fe5a00;
}

.offer>samp{
	font-size: 20px;
	letter-spacing: initial;
}

.offer>samp>span{
	color: #fe5a00;
	letter-spacing: initial;
}

.new_box{
	width: 1043px;
	height: 284px;
	padding-top: 40px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
    justify-content: space-between;
    
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    
    display: -ms-flex;
    -ms-justify-content: space-between;
    
    display: -moz-flex;
    -moz-justify-content: space-between;
    
    display: -o-flex;
    -o-justify-content: space-between;
}

.new_box>ul{
	width: 236px;
	float: left;
}

.new_box>ul>li{
	height: 44px;
	line-height: 44px;
}

.new_box>ul>li>span{
	padding-left: 60px;
	box-sizing: border-box;
}

.new_box>ul:nth-of-type(2){
	margin-left: 60px;
}

.new_box_offter{
	width: 424px;
	height: 208px;
	float: left;
	text-align: center;
	background: #4d6dcb;
	border-radius: 0 5px 5px 5px;
	position:relative;
}

.new_box_model{
	position:absolute;
    top: 1px;
    left: 1px;
	background: white;
	width: 418px;
	height: 198px;
}

.new_money{
	font-size: 28px;
	margin-top: 25px;
	line-height: 70px;
}

.new_box_model span{
	color: #FE5A00;
	font-size: 40px;
	padding-left: 20px;
	box-sizing: border-box;
}

.new_box_model+p{
	font-size: 20px;
}

.Prompt{
	width: 1043px;
	text-align: center;
	height: 45px;
	padding-bottom: 46px;
}

.text{
	width: 1200px;
	line-height: 168px;
	font-size: 40px;
	margin: auto;
}

.text span{
	color: #FE5A00;
}

.list_template{
	width: 1200px;
	margin:auto;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;	
	
	display: -webkit-flex;
	-webkit-justify-content: space-between;	
	
	display: -moz-flex;
	-moz-justify-content: space-between;	
	
	display: -ms-flex;
	-ms-justify-content: space-between;	
	
	display: -o-flex;
	-o-justify-content: space-between;	
	
}

.list_template img{
	transition:all 1s;
}

.list_template img:hover{
	box-shadow:0 0 10px 5px #ccc;
	transform: translateY(-20px) scale(1.02);
}

#wsj{
	padding-left: 45px;
}

.tab_li{
	background: #FE5A00 !important;
}

#yshide{
	display: none;
}

#tel_fiwe{
	color: #fe5a00;
	font-weight: 500;
}
/* 按钮样式 */
.button-green {
    display: block;
    width: 340px;
    height: 50px;
    color: #FFF;
    font-size: 18px;
    background-color: #024941;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
}

.button-green:hover {
    background-color: #023a33;
}
 /* 表单样式 */
.z1 .z1-1 {
    position: relative;
}
.z1 .z1-1 form {
    position: absolute;
    top: 450px;
    left: 125px;
    width: 520px;
    height: 400px;
    /* background-color: rgba(0,0,0,0.3); */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.z1 .z1-1 form input {
    height: 45px;
    width: 340px;
    margin-bottom: 30px;
    padding-left: 20px
}
.z1 .z1-1 form input[type="text"] {
    background-color: transparent;
    font-size: 18px;
}
.z1 .z1-1 form::after {
    content: 'm²';
    color: black;
    position: absolute;
    top: 96px;
    right: 111px;
}

/* 装修预算样式 */
.computed-money {
    width: 460px;
    height: 270px;
    position: absolute;
    top: 330px;
    right: 75px;
    color: #024941;
}

.computed-money .all {
    font-size: 48px;
    position: absolute;
    top: 47px;
    right: 66px;
}
.computed-money span {
    font-size: 18px;
    text-align: right;
    font-weight: 700;
    width: 75px;
}

.computed-money .engineering {
    position: absolute;
    top: 142px;
    left: 110px;
}
.computed-money .material {
    position: absolute;
    top: 142px;
    left: 310px;
}
.computed-money .design {
    position: absolute;
    top: 200px;
    left: 110px;
}
.computed-money .management {
    position: absolute;
    top: 200px;
    left: 310px;
}
/* citySelect 样式 */

.search{
    width:250px;
    height:44px;
    margin:100px auto;
    background-color: white;
}
.citySelect{
    width:100px;
    height:42px;
    position: relative;
    cursor: pointer;
    /*padding-left: 15px;*/

}
.cityName{
    display: block;
    padding-left: 10px;
    width:70px;
    font-size: 13px;
    overflow: hidden;
    cursor: pointer;
}

.dropUl{
    list-style: none;
    height:300px;
    overflow: scroll;
    padding:0;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.dropProvUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#9fa3b0;
    line-height: 50px;
    background-color: white;
    cursor: pointer;
}
.dropProvUl li:hover{
    background-color: #f1f3f6;
    color: #024941;
}
.dropCityUl{
    background-color:white;
}
.dropCityUl li{
    width: 120px;
    height:50px;
    padding-left: 20px;
    color:#9fa3b0;
    line-height: 50px;
    cursor: pointer;

}
.dropCityUl li:hover{
   background-color:#f1f3f6;
   color: #024941;
}
.dropDown div{
    width:120px;
    height:300px;
    float: left;
    display: none;
}

/* 修改定位 */
.dropDown {
    position: absolute;
    top: 500px;
    left: 200px;
    background-color: #FFF;
}