.chanpin {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 140px;
	background-color: #fff;
}

.chaiyou {
	/* height: 18px; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #302F2F;
}

.chaiyou p {
	padding: 0 16px;
	border-left: 4px solid #302f2f;
	border-right: 4px solid #302f2f;
}

.chanpin .chaiyou p {
	color: #009E3F;
	border-left: 4px solid #009E3F;
	border-right: 4px solid #009E3F;
}

.chanpin .biaoti h1 {
	font-size: 52px;
	font-weight: bold;
	color: #302F2F;
	text-align: center;
}

.chanpin .biaoti {
	margin-top: 29px;
	padding-bottom: 49px;
}

.main p {
	font-size: 22px;
	font-weight: 600;
	color: #009E3F;
	line-height: 33px;
}

.main1 p {
	font-size: 18px;
	font-weight: 500;
	color: #302F2F;
	line-height: 33px;
}

.main2 {
	width: 8px;
	height: 8px;
	background: #302F2F;
	border-radius: 50%;
	margin-right: 15px;
	margin-left: 30px;
	margin-top: 12px;
}

.main1 {
	display: flex;
	margin-bottom: 29px;
	margin-top: 20px;
}

.shuliang {
	background: linear-gradient(to right, #fff 40%, #009e3f 60%) left;
	position: relative;
}

.bai {
	width: 40%;
	height: 100%;
	background-color: #fff;
}

.lv {
	width: 60%;
	height: 100%;
	background-color: #009E3F;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 250px;
}

.aii {
	display: flex;
	height: 100%;
}

.shuliang .bar {
	height: 100%;
}

.mo {
	display: flex;
	justify-content: space-between;
	margin-top: 86px;
}

.mo1 {
	width: 155px;
}

.bai1 h1 {
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 54px;
	margin-bottom: 49px;
}

.bai1 p {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 33px;
}

.mo1 h1 {
	font-size: 52px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.mo1 p {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 30px;
}

.shipin {
	background: url(../image/licheng/shipin.png);
	background-size: 100% 100%;
	width: 875px;
	height: 604px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.shipin img {
	width: 100px;
	height: 100px;
}

.nr {
	padding-top: 60px;
}

.nr p {
	font-size: 18px;
	font-weight: 500;
	color: #302F2F;
	line-height: 33px;
	margin-bottom: 30px;
}

.tu {
	width: 100;
	margin-top: 60px;
}

.tu img {
	width: 100%;
}

.videos {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -30%;
	margin-top: -32.5vh;
	z-index: 9999;
	width: 60%;
	height: 65vh;
}

.videos video {
	height: 100%;
	display: block;
	margin: 0 auto;
}

.vclose {
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	cursor: pointer;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.4);
}

.chanpin .nr {
	border: 0 !important;
}

@media screen and (max-width:1600px) {
	.shipin {
		width: 53%;

	}
}

@media screen and (max-width:1250px) {
	.lv {
		width: 100%;
		padding-left: 0;
	}

	.shuliang {
		background: #009E3F;
	}

	.bai {
		width: 0;
	}

	.shipin {
		width: 100%;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	.chanpin .biaoti h1 {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.chanpin .biaoti {
		margin-top: 29px;
		padding-bottom: 20px;
	}

	.chanpin {
		padding: 50px 0;
	}

	.main p {
		font-size: 20px;
		font-weight: 600;
		color: #009E3F;
		line-height: 25px;
	}

	.main1 {
		display: flex;
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.main2 {
		display: none;
	}

	.main1 p {
		font-size: 16px;
		font-weight: 500;
		color: #302F2F;
		line-height: 33px;
	}

	.chanpin .nr {
		padding-top: 0px !important;
	}

	.chanpin .nr p {
		font-size: 16px;
		font-weight: 500;
		color: #302F2F;
		line-height: 33px;
		margin-bottom: 10px;
	}

	.shipin {
		width: 100%;
		position: relative;
		height: 300px;
	}

	.lv {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bai1 h1 {
		font-size: 25px;
		font-weight: 600;
		color: #FFFFFF;
		line-height: 54px;
		margin-bottom: 8px;
	}

	.bai1 p {
		font-size: 16px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 33px;
	}

	.mo {
		display: flex;
		justify-content: space-between;
		margin-top: 5px;
	}

	.mo1 h1 {
		font-size: 30px;
		font-weight: 600;
		color: #FFFFFF;
		margin-bottom: 5px;
	}

	.mo1 p {
		font-size: 14px;
		font-weight: 600;
		color: #FFFFFF;
		line-height: 30px;
	}
}
