@charset "utf-8";
/* CSS Document */
.fl_top_1 {
	width: 95%;
	background:rgba(255,255,255,1);
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.08);
	border-radius:5px;
	margin-top: -17%;
	z-index: 999;
}
.data_form_bg_img {
	background: url(../images/bgwm_form.png) no-repeat;
	background-size: cover;
	margin-top: 30px;
	width: 95%;
}
.data_form .text_input_bg_one {
	background:rgba(255,255,255,1);
	color:rgba(153,153,153,1);	
}
.data_form .text_input_bg_two {
	background:rgba(250,250,250,1);
	border:1px solid rgba(221,221,221,1);
}
.skill_vs {
	width: 95%;
	margin: 0 auto;
}
.skill_vs dl {
	width: 48%;
	float: left;
	margin: 20px 0;
}
.skill_vs dl:last-child {
	float: right;
}
.skill_vs dt {
	width: 100%;
}
.skill_vs dt img {
	width: 100%;
}
.skill_wz {
	width: 70%;
	margin: 0 auto;
}
.skill_wz dl {
	width: 33.33%;
	float: left;
}
.skill_wz dl:last-child {
	float: right;
}
.skill_wz dd {
	width: 100%;
	text-align: center;
	font-weight:600;
	color:rgba(153,153,153,1);
	line-height:20px;
}
.skill_wz dl:last-child dd {
	color:rgba(0,128,255,1);
} 