.scene {
	width: 100%;
	margin: 0 auto;
}

.scene>img {
	width: 100%;
	display: block;
}

.scene_banner {
	width: 100%;
	height: 1060px;
	background: url(../images/scene-bg01.jpg)no-repeat;
	background-position: center center;
	background-size: cover;
	/* 使背景图片覆盖整个容器 */
}


.scene_lun {

	width: 1220px;
	height: 880px;
	margin: 0 auto;

}

.scene_lun>img {
	display: block;
	margin: 0 auto;
	padding: 85px 0 76px;
}

.scene_lun ol {
	width: 1189px;
	margin: 0 auto 26px;
	display: flex;
	justify-content: space-between;
}

.scene_lun ol li {
	width: 196px;
	cursor: pointer;
}

.scene_lun ol p {
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	text-align: center;

}

.scene_lun ol li {
	position: relative;
}

.scene_lun ol li.active:before {
	display: block;
	clear: both;
	position: absolute;
	content: "";
	width: 54px;
	height: 2px;
	background-color: #ae785c;
	/* margin: 12px auto 0; */
	margin-left: 66px;
	margin-top: 66px;
}

.scene_lun ol li.active::after {
	clear: both;
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-top-color: #ae785c;
	margin-left: 86px;
	margin-top: 16px;
}

.scene_lun ol li i {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #a5a5a5;
	text-align: center;

}
/* 图片轮播css */
/* .scene_lun ul {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.scene_lun ul li {
	position: absolute;
	display: none;

}

.scene_lun ul li.active {
	display: block;
}

.scene_lun ul li img {
	width: 100%;
}

 */
/* 视频css */
.scene_lun ul {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.scene_lun ul li:first-child{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.scene_lun ul li:last-child{
	position: absolute;
	z-index: 1;
	top: 0;
	left:316px;
}

.clue {
	width: 100%;
	height: 681px;
	background: url(../images/scene-bg02.jpg)no-repeat;
	background-position: center center;
	background-size: cover;
	/* 使背景图片覆盖整个容器 */
}

.clue ul {
	width: 1220px;
	margin: 0 auto;

}

.clue ul li {
	float: left;
}

.clue ul li:first-child {
	margin-top: 101px;
}

.clue ul li:last-child {
	margin-top: 78px;
	margin-left: 20px;
}

.clue .layui-form {
	width: 345px;
	height: 500px;
	background-color: #fff;


}

.clue .layui-form h1 {
	font-size: 28px;
	color: #e76c30;
	text-align: center;
	padding: 70px 0 34px;
}

.clue .layui-form .offer_bm {
	margin-left: 22px;
}

.clue .layui-form .tabright input {
	width: 296px;
	height: 52px;
	border: 1px solid #ececec;
	margin-bottom: 14px;
	border-radius: 6px;
}

.clue .layui-form .tabright input:focus {
	outline: 1px solid #e56d30;
}

.clue .layui-form .tabright .layui-btn {
	height: 66px;
	background-color: #e56d30;
	color: #fff;
	font-size: 30px;
	border-radius: 30px;
}

.clue .layui-form p {
	text-align: center;
	color: #c6c6c6;
}


/*  底部浮窗报名框 */

.floor-banner {
	display: none;
	position: fixed;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 220px;
	background-image: url(../images/floor-banner_bg.png);
	background-size: 100% 100%;
	z-index: 999;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.floor-banner>ul {
	width: 1300px;
	margin: 0 auto;
}

.floor-banner ul .floor-banner_l {
	float: left;
	height: 150px;
}

.floor-banner ul .floor-banner_l img {
	display: block;
	width: 380px;

}

.floor-banner ul .floor-banner_c {
	float: left;
	color: #fff;
	width: 550px;
	margin-left: 70px;
	margin-top: 10px;
}

.floor-banner ul .floor-banner_r {
	float: left;

}

.floor-banner ul .floor-banner_r img {
	width: 233px;
	margin-top: 160px;
	display: block;
}

.zxgs-list-before {
	margin-top: 100px;
	margin-right: 32px;
	float: left;
}

.zxgs-list-before li {
	float: left;

}

.zxys_result {
	margin-top: 100px;
	float: left;
}



.floor-banner .offer_bm input {
	border: 0;
	width: 156px;
	height: 45px;
	border-radius: 2px;
	text-indent: 4px;
}

.floor-banner .offer_bm .tabright {
	float: left;
	margin-right: 8px;
	margin-top: 14px;
}

.floor-banner .offer_bm .layui-btn {
	background-color: #e50120;
	font-size: 16px;
	width: 200px;
	height: 48px;
	line-height: 50px;
	color: #fff;
	
	text-align: center;


}
.layui-input, .layui-textarea {
    width: 100%;
    padding-left: 10px;
}
.layui-input, .layui-textarea, .layui-select {
    height: 38px;
    line-height: 1.3;
    line-height: 38px \9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
}