img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}

.xdfdyn {
	padding: 0 3% 1rem;
}

.xdfdyn_ctn {
	background-color: #fff;
	padding: 1rem 2%;
	border-radius: 1rem;
	border: 0.1rem solid #e1e1e1;
}

.xdfdyn_ctn .zyxz_right a {
	color: #fa6c37;

}

.xdfdyn_list {

	padding: 1.5rem 0;
}

.videolist {
	position: relative;
	margin-bottom: 1.5rem;
}

.vtit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 2.5rem;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #fff;
}

.play_mg {
	width: 5rem;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.videolist span {
	position: absolute;
	left: 1rem;
	top: 1rem;
	width: 3rem;
	height: 3rem;
	background-color: red;
	border-radius: 50%;
	text-align: center;
	line-height: 3rem;
	color: #fff;
	opacity: 0.6;
}

.videos {
	display: none;
	border: 1px solid #080808;
	position: fixed;
	left: 5%;
	top: 3%;
	/* margin-left: -320px;
	margin-top: -210px; */
	z-index: 9999;
	width: 80%;
	height: 80%;
}

.vclose {
	position: absolute;
	right: -2rem;
	top: 1%;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 100%;
	cursor: pointer;
	z-index: 999999;
}

.videos iframe {
	height: 100%;
	width: 100%;
}

/* form */

.ljc_form {
	padding: 1.5rem 5%;
}

.form_top {
	overflow: hidden;
	padding-bottom: 0.8rem;
}

.form_left {
	float: left;
	width: 3%;
	height: 3.5rem;
	background-color: #ff0000;
}

.form_right {
	float: left;
	width: 97%;
	line-height: 3.5rem;
	font-size: 1.4rem;
	font-weight: 1000;
	padding-left: 1%;
	color: #000;
	border-bottom: 0.1rem solid #ababab;
}

.ipt_form {
	padding-left: 3%;

	margin-bottom: 0.8rem;
}

.ipt_form input {
	line-height: 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #594853;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}

.ipt_form input::placeholder {
	color: #3e565a;
}

.ipt_form button {
	width: 100%;
	background-color: #ff0000;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 0.8rem;
	text-align: center;
	outline: none;
}

.form_qyhj_botm {
	overflow: hidden;
}

.form_qyhj_botm_lis {
	width: 50%;
	float: left;
}

.form_qyhj_botm_lis a {
	display: block;
}
