img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.banner a{
	display:block;
}
.pxzl_form_top img{
	width: 100%;
	height: 100%;
}
.pxzl{
	padding-top: 13rem;
	position: relative;
}
.pxzl_form{
	background-color: #e1f0f3;
	top: 1rem;
	left: 0;
	right: 0;
	margin: 0 2%;
	position: absolute;
	box-shadow: 0.3rem 0.3rem 0.2rem #323f44;
	padding: 1.5rem 10%;
	border-radius: 0.3rem;
}
.pxzl_form_top {
	display: flex;
	justify-content: end;
}
.pxzl_form_top i{
	display: block;
	width: 3rem;
	height: 3rem;
}
.pxzl_form_top h3{
	font-size: 1.5rem;
	color: #ebb05e;
	text-shadow: 0.1rem 0.1rem 0.1rem #000;
	margin-left: 3%;
	margin-top: 1.2rem;
}
.pxzl_form_ipt{
	display: flex;
	justify-content: end;
	padding: 0.5rem 0;
}
.pxzl_form_ipt span{
	font-size: 1.3rem;
	display: block;
	width: 30%;
	line-height: 2.6rem;
}
.pxzl_form_ipt input{
	line-height: 2.6rem;
	padding-left: 3%;
	width: 70%;
	border: 0.05rem solid #aaaaaa;
	background-color: transparent;
	
}
.pxzl_form_ipt input::placeholder{
	color: #aaaaaa;
}
.pxzl_box{
	background-color: #b3e2f4;
	padding-top: 8rem;
}
.pxzl_form_btn{
	padding: 0.5rem 0 1rem;
}
.pxzl_form_btn button{
	width: 100%;
	line-height: 2.6rem;
	color: #000;
	background-color: #ebb05e;
	border-radius: 0.3rem;
	box-shadow: 0.1rem 0.1rem 0.1rem #000;
}
.pxzl_name {
	text-align: center;
}
.pxzl_name h3{
	font-size: 1.8rem;
	width: 100%;
	padding: 0 0 0.8rem;
}
.pxzl_span{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 4rem;
}
.pxzl_span span{
	color: #464646;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer 9*/
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
}
.pxzl_span i{
	display: block;
	height: 0.1rem;
	background-color: #000;
	position: absolute;
	width: 40%;
	margin: auto;
	left: 0;
	right: 0;
	top: 20%;
	z-index: 0;
}
.pxzl_s{
	width: 10%;
	background-color: #b3e2f4;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
}
.pxzl_txt{
	padding: 1rem 3%;
	text-align: center;
}
.pxzl_txt p:nth-child(1){
	font-weight: bold;
	line-height: 1.6rem;
}
.pxzl_txt p:nth-child(2){
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0.5rem 0;
}
.pxzl_btn{
	padding: 1.5rem 0;
}
.pxzl_btn a{
	width: 80%;
	display: block;
	background-color: #fff;
	line-height: 2.6rem;
	border-radius: 0.6rem;
	margin: 0 auto;
	text-align: center;
	text-align: center;
	font-size: 1.6rem;
	color: #000;
	letter-spacing: 0.3rem;
	box-shadow: 0.1rem 0.1rem 0.1rem #000;
}
.yhzc{
	padding: 1rem 0;
}
.yhzc .pxzl_s{
	background-color: #fff;
}
.yhzc_list{
	display: flex;
	justify-content: space-between;
}
.yhzc_list li{
	width: 50%;
}
.yhzc_list li a{
	display: block;
}
.yhzc .pxzl_btn a{
	background-color: #ebb05e;
}
.zpzs{
	padding: 1.5rem 0;
	background-color: #f3da63;
}
.zpzs .pxzl_s{
	background-color: #f3da63;
}