.zixun{
	position: relative;
}
.advisory{background: #f4f8fa;padding:0 4.7% 0;margin-bottom: 4rem;overflow: hidden;}
.advisory .title{font-size: 1.8rem;line-height: 6rem;border-bottom: 1px solid #ccc;}
.advisory form{margin:35px auto 0;}
.advisory form > ul{float: left;width: 100%;}
.advisory form > ul > li{position: relative;width: 31%;float: left;margin-bottom: 5px;margin-right: 3.45%;font-size: 16px;}
.advisory form > ul > li:nth-child(3n){margin-right: 0;}
.advisory form{width: 100%;margin: 30px 0;padding-bottom: 30px; float: left;}
.advisory form ul li .tit{font-size: 18px;color: #1a85c6;line-height: 60px;}
.advisory form ul li p input{width: 100%;line-height: 40px;padding:0 5%;border: none;}
.advisory form ul li .tit.required{background: url(../images/required.png) no-repeat left center;padding-left: 5%;}
.advisory form ul li.code p input{
	width: 75%;
	float: left;
}
.advisory form ul li.code img{
	width: 23%;
	height: 40px;
	float: right;
}
.advisory ul li textarea{width: 100%;height: 120px;line-height: 25px;border:none;padding:0 5%;resize:none;}
.advisory .btn {width: 31%;padding-top: 60px;margin: 0 auto;}
.advisory .btn input{display: inline-block;width: 45%;color: #fff;background: #2d669a;line-height: 40px;font-size: 18px;text-align: center;border:none;}
.Validform_wrong{
	position: absolute;
    right: 5%;
    top:60px;
    line-height: 40px;
    color: red;
    font-size: 12px;
}

/*感谢弹窗*/
.thanks_pop{
	width: 60%;
	height: auto;
	box-sizing: border-box;    
    padding: 2.5rem 0;
	margin: 40px auto;
    background: rgba(0,0,0,0.85);
    border-radius: 5px;
    display: none;
}
.thanks_pop .title{
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	line-height: 3rem;
	margin: 0 10%; 
}
.thanks_pop .tip{
	color: #fff;
	text-align: center;
	padding-top: 1rem;
	font-size: 1rem;
}
.thanks_pop ul{
	overflow: hidden;
	padding: 2.3rem 5% 0 13%;
}
.thanks_pop ul li{
	float: left;
	width: 30%;
}
.thanks_pop ul li:last-child{
	width: 40%;
}
.thanks_pop ul li .line{
	width: 14px;
	height: 3px;
	background: #EC6A53;
	margin: 20px 10px 0;
}
.thanks_pop ul li .tit{
	margin: 0 10px;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	font-weight: lighter;
}
.thanks_pop ul li .con{
	margin: 0 10px;
	font-size: 14px;
	color: #b1b1b1;
	line-height: 26px;
	margin-top: 5px;
	font-weight: lighter;
}
.thanks_pop ul li .img_ctat{
	font-size: 0;
}
.thanks_pop .back{
	width: 40%;
	border: 1px solid #fff;
	margin: 2.5rem auto;
	text-align: center;
	line-height: 2.4rem;
	font-size: 18px;
}
.thanks_pop .back a{
	color: #fff;
}

@media screen and (max-width: 1440px){
	.advisory form > ul > li{width: 48%;margin-right: 4%;}
	.advisory form > ul > li:nth-child(2n){margin-right: 0;}
	.advisory form > ul > li:nth-child(2n+1){margin-right: 4%;}
	.advisory .btn{width: 60%;}
	.advisory .btn input{width: 47%;}
	.thanks_pop{
		width: 80%;
	}
}
@media screen and (max-width: 1024px){
	.advisory .title{
		font-size: 1.2rem;
		line-height: 4rem;
	}
	.advisory form > ul > li{width: 100%;}
	.advisory .btn{width: 100%;}
	.thanks_pop{
		padding: 1rem 0;
	}
	.thanks_pop .title{
		font-size: 24px;
	    line-height: 2rem;	
	}
	.thanks_pop .tip{
		font-size: 16px;
		padding-top: 20px;
	}
	.thanks_pop .back{
	    line-height: 40px;
	    margin: 1rem auto;
	}
}
@media screen and (max-width: 768px){
	.thanks_pop ul li{
		float: left;
		width: 50%;
	}
	.thanks_pop ul li:last-child{
		clear: both;
		margin-top: 20px;
		width: 60%;
	}
}
@media screen and (max-width: 414px){
	.advisory .title{
		font-size: 24px;
		line-height: 5rem;
	}
    .advisory form ul li .tit{
    	font-size: 16px;
    }
    .thanks_pop ul li{
    	width: 100%;
    }
    .thanks_pop .title {
	    line-height: 4rem;
	}
}