body{
	margin: 0;
	padding: 0;
}
img{
	display: inherit;
	width: 100%;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
p,h3{
	margin: 0;
}
/* banner */
.wsbm_name{
	width: 650px;
	margin: 60px auto 15px;
}
.wsbm_p{
	font-size: 33px;
	text-align: center;
	color: #cc0c0c;
}
.wsbm_txt{
	width: 1200px;
	margin: 0 auto;
}
.wsbm_txt img{
	transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
}
.wsbm_btn{
	display: flex;
	justify-content: space-between;
	padding: 0 25%;
}
.wsbm_btn a{
	width: 350px;
	line-height: 78px;
	display: block;
	text-align: center;
	font-size: 36px;
	background: url(../img/wsbm_btn.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
}
/* zysj */
.zysj .wsbm_name{
	padding:0 0 35px;
	margin-top: 0;
}
.form{
	width: 1200px;
	margin: 75px auto;
	background: url(../img/form_bg.png) no-repeat;
	background-size: 100% 100%;
	height: 515px;
}
.form_box{
	padding: 38px 31px 38px 407px;
}
.form_name{
	width: 414px;
	padding: 28px 0 59px;
	margin: 0 auto;
}
.form_ipt{
	padding: 0 47px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_ipt li{
	width: 276px;
	height: 32px;
}
.form_ipt li input{
	color: #d68367;
	line-height: 27px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 22px;
	
}
.form_ipt li input::-webkit-input-placeholder{
	color: #d68367;
}
.form_ipt li:nth-child(1){
	background: url(../img/form_logo1.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 55px;
}
.form_ipt li:nth-child(2){
	background: url(../img/form_logo2.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 55px;
}
.form_ipt li:nth-child(3){
	background: url(../img/form_logo3.png) no-repeat;
	background-size: 100% 100%;
}
.form_ipt li:nth-child(4){
	background: url(../img/form_logo4.png) no-repeat;
	background-size: 100% 100%;
}
.form_btn{
	text-align: center;
	padding-top: 50px;
	
}
.form_btn button{
	width: 550px;
	background-color: #d10007;
	font-size: 26px;
	border: none;
	line-height: 50px;
	border-radius: 25px;
	color: #f7f6bb;
}
.jyybz_list{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jyybz_list li{
	width: 510px;
	padding-bottom: 50px;
}
.jyybz_list li a{
	display: block;
}