.marpad{
	margin: 0;
	padding: 0;
}

.htm1 {
	width: 100%;
	height: 100%;
	background: url('../img/beijing1.jpg');
	box-sizing: border-box;
	background-size: 100% 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.htm2 {
	width: 100%;
	height: 100%;
	background: url('../img/beijing2.jpg');
	box-sizing: border-box;
	background-size: 100% 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.htm3 {
	width: 100%;
	height: 100%;
	background: url('../img/beijing3.jpg');
	box-sizing: border-box;
	background-size: 100% 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.line{
	height: 50px;
	z-index: 5;
}
.shan{
	z-index: 5;
	height: 500px;
}
.anniu{
	height: 40px;
	padding: 0 15px;
	background-color: #328bd3;
	bottom: 0;
	right: 0;
	cursor:pointer;
	z-index: 100;
}
.dis{
	display: flex;
}
.disAl{
	align-items: center;
}
.disJuC{
	justify-content: center;
}
.disJuB{
	justify-content: space-between;
}
.borLeft{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.wid100{
	width: 100%;
}
.wh100{
	width: 100%;
	height: 100%;
}
.poRel{
	position: relative;
}
.poAbs{
	position: absolute;
}
.mar{
	margin: auto;
}

.dhuang{
	font-size: 14px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 1px;
	color: #fff;
	margin-left: 19px;
	cursor:pointer;
}
.layuiCommon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.layuiLeftwhite {
	width: 45%;
	height: calc(100% - 2px);
	float: right;
	background: #328bd3e0;
	color: #fff;
	animation: slide-in 0.5s forwards;
}

.layuicommonTitle {
	width: calc(100% - 15px);
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
}

.layuicommonMain {
	width: 80%;
	margin: auto;
	height: calc(100% - 90px);
	overflow: auto;
	float: left;
}

.layuicommonFoot {
	width: 100%;
	height: 40px;
	float: left;
	border-top: 1px solid #eee;
}

.layuicommonFoot .button {
	float: right;
	line-height: 1.5715;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
	cursor: pointer;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
	height: 32px;
	padding: 4px 15px;
	font-size: 14px;
	border-radius: 2px;
	color: rgba(0, 0, 0, .85);
	border: 1px solid #d9d9d9;
	background: #fff;
	margin: 3px 8px 0 0;
}

.layuicommonFoot .savecommon {
	color: #fff !important;
	border-color: #1890ff !important;
	background: #1890ff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .12) !important;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .045) !important;
}
@keyframes slide-in {
	0% {
		-webkit-transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(0%);
	}
}
.listDiv{
	height: 40px;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 18px;
	cursor:pointer;
}
