.lb {
	position: relative;
}

.newxlbtit {

	position: absolute;
	left: -30px;
	z-index: 99;
	top: 50%;
	transform: translate(0, -50%);
}

.box {
	width: 90%;
	margin-left: 5%;
	height: 80px;
	line-height: 80px;
	position: relative;
	overflow: hidden;
}

.roll {
	position: absolute;
	left: 0;
	top: 0;

}

.roll li {
	color: #fff;
	margin-left: 50px;
	line-height: 80px;
	height: 80px;
	float: left;
	text-align: center;
	margin-left: 60px;
}

.roll li span {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #088F4A;
	border-radius: 50%;
	margin-right: 10px;
	line-height: 80px;

}

.roll li a {
	color: #2D2D2D;
}

.gbf {
	background-color: #F6F6F6;
	width: 100%;
	padding: 30px 0;
}

.ssbox {
	/* 	margin: 30px auto; */
	width: 100%;
	display: flex;
	height: 40px;
	align-items: center;
	position: relative;
}

.sstit {
	color: #427D07;
	font-weight: bold;
}

.ssbox .qsr {
	border: 1px solid #AEAEAE;
	margin-left: 0.825rem;
	width: 25%;
	display: block;
	height: 100%;
	padding-left: 0.625rem;

	background-color: #f6f6f6;
}

.tbdw {

	margin-left: 0.825rem;
	width: 24%;
	display: block;
	height: 100%;
	position: relative;
	border: 1px solid #CFBEA5;
	z-index: 99;


}

.tbdw .qqsr {
	width: 98%;
	height: 100%;
	padding-left: 1%;
	border: none;

	background-color: #f6f6f6;
}

.tbdw span {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(0, -50%);
}

.ljss {
	height: 100%;
	background-color: #479700;
	color: #fff;
	border: none;
	position: absolute;
	right: 1%;
	padding: 0 30px;

}

.lbdemo {
	width: 1560px;
	margin-top: 30px;
}

em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: 0 0;
	font-weight: 400;
	font-style: inherit;
	font-family: inherit;
	vertical-align: top
}

.zhcen {
	margin: 0 auto;
	display: block;
	border-top: 1px solid #fff;

}

.zhmenu {
	margin: 0 auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.zhad {
	background-color: #479700;
	color: #fff;
	padding: 10px 30px;
	border-right: 1px solid #fff;
}

.zhad:first-child {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.zhad:last-child {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.zhadact {
	background-color: #9BCC01;
}

.zhlistcen {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.zhitem {
	padding: 16px;
	width: 22%;
	border: 1px solid #E1E1E1;
	margin-top: 10px;
	margin-right: 1%;
}

.zhitem:nth-child(4n+0) {
	margin-right: 0;
}

.zhitem img {
	width: 100%;
}

.zhitemtit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	font-weight: bold;
	margin: 10px 0;

}

.zhtime {
	color: #6C6C6C;
	font-size: 13px;
	margin: 6px 0;
}

.zhadd {
	color: #6C6C6C;
	font-size: 13px;
	margin: 6px 0;
}

.zhhead {
	width: 100%;
	border: 1px solid #DEDEDE;

	position: relative;
}

.zhxqtit {
	text-align: center;
	color: #393939;
	font-weight: bold;
	font-size: 22px;
	margin: 40px 0;
}

.zhhead .cen {
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
}

.cov {
	width: 40%;
}

.cov p {
	font-size: 14px;
}

.cov img {
	width: 90%;
}

.xqitem {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.7;
}

.pdbm {
	background-color: #049A43;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	border: none;
}

.mz {
	background-color: #EFF8F3;

	padding: 30px;
	color: #62B77F;
	width: 94%;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 15px;
	margin-bottom: 40px;
}

.zhjstit {
	background-color: #EEEEEE;
	margin-top: 30px;
	padding: 30px 3%;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}

.zhcenter {
	background-color: #fff;
	padding: 30px 3%;
	margin-bottom: 100px;
}

.modal {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s
}

/* 弹窗内容 */
.modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fefefe;
	width: 1560px;
	-webkit-box-shadow: 0 0 10px #fff;
	-moz-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	/* -webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s */
}

/* 关闭按钮 */
.close {

	position: absolute;
	right: 1%;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	text-align: center;
	position: relative;
}

.modal-header .bmh {
	color: #0C0C0C;
	margin-top: 20px;
	font-size: 18px;
	margin-top: 20px;

}

.modal-header .yhzc {
	color: #EE2724;
	font-size: 14px;
	margin-top: 10px;
}

.modal-body {
	padding: 2px 100px;
}

.bmcen {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

}

.bmitem {
	width: 46%;
	height: 60px;
	display: flex;
	align-items: center;
	margin-top: 30px;
	font-size: 18px;

}

.bmitem:nth-of-type(even) {
	margin-left: 8%;
}

.bmitem .srk {
	height: 100%;
	flex: 1;
	margin-left: 20px;
}

.bmitemc {
	width: 100%;
	margin-bottom: 50px;
}

.bmitemc .bmbt {
	width: 7%;
}

.bmbt {
	width: 15%
}

.bt {
	color: #F02528;
	margin-left: 5px;
}

.drag {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: #e8e8e8;
	position: relative;

}

.bg {
		height: 60px;
	height: 100%;
	position: absolute;
	background-color: #75CDF9;
}

.text {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	user-select: none;
}

.btn {
	width: 40px;
		height: 60px;
	position: absolute;
	border: 1px solid #ccc;
	cursor: move;
	font-family: "宋体";
	text-align: center;
	background-color: #fff;
	user-select: none;
	color: #666;
}
.tj{
	background-color: #049A43;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	border: none;
	margin-left: 40px;
	
}
.cx{
	background-color: #EE4646;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	border: none;
	margin-left: 40px;
}
/* 添加动画 */
@-webkit-keyframes slideIn {
	from {
		bottom: 50%;
		opacity: 0
	}

	to {
		bottom: 1%;
		opacity: 1
	}
}

@keyframes slideIn {
	from {
		bottom: 50%;
		opacity: 0
	}

	to {
		bottom: 50%;
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}
