 .neirong p,.neirong span,.neirong text,.neirong h1,.neirong h2,.neirong h3,.neirong h4,.neirong li{
    background: transition !important;
    color: #666 !important;
    line-height:33px;
    font-size: 18px;
}
body {
  counter-reset: my-counter;
}
 .neirong strong{
     font-size: 22px;
    font-family: Poppins;
    font-weight: 500;
    color: #009E3F;
    line-height: 30px;
    background: transition !important;
    display: block;
    padding-bottom: 10px;
 }

.chanpin {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 180px;
	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;
}

.tupian {
	display: flex;
	flex-wrap: wrap;
}

.xiang {
	width: 25%;
	height: 350px;
	overflow: hidden;
}

.ddd h1 {
	font-size: 22px;
	font-family: Poppins;
	font-weight: 500;
	color: #009E3F;
	line-height: 30px;
}

.ddd p {
	font-size: 22px;
	font-family: Poppins;
	font-weight: 400;
	color: #808080;
	line-height: 30px;
	margin-top: 22px;
}

.ddd {
	margin-bottom: 39px;
}

.pin {
	width: 100%;
	background: #FFFFFF;
	border: 2px solid #FAFAFA;
	border-radius: 20px;
	margin-bottom: 30px;
	transition: all 0.3s;
}

.zhao p {
	font-size: 24px;
	font-family: Poppins;
	font-weight: 500;
	color: #302F2F;
}

.zhao {
	padding-left: 36px;
	padding-top: 33px;
	padding-bottom: 34px;
	padding-right: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.neirong {
	padding-left: 36px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 48px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s;
}

.zhuan {
	transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	font-size: 24px;
	color: #302F2F;
	transition: all 0.6s;
}

.dakai .neirong {
	padding-left: 36px;
	padding-top: 33px;
	padding-bottom: 34px;
	padding-right: 48px;
	height: auto;
}

.dakai {
	background-color: #EDFCF3;
	transition: all 0.6s;
}

.dakai .zhao {
	border-bottom: 2px solid #EDDFDF;
}

.dakai .zhao p {
	color: #009E3F;
}

.dakai .zhuan {
	transform: rotateZ(270deg);
	-moz-transform: rotateZ(270deg);
	-ms-transform: rotateZ(270deg);
	-o-transform: rotateZ(270deg);
	-webkit-transform: rotateZ(270deg);
	font-size: 24px;
	color: #009E3F;
	transition: all 0.6s;
}
.zhao::before{
	content: counter(my-counter) ". ";
	  counter-increment: my-counter;
	  /* 使用 calc() 函数计算 number 和 zero 的长度并相减 */
	    padding-right: calc(2em - (string-length(counter(my-counter)) + string-length("00")));
	    /* 在序号前面补零 */
	    content: "" counter(my-counter)".";
	  display: inline-block;
	  text-align: center;
	  position: absolute;
	  left: 30px;
	  font-size: 24px;
	  font-weight: 500;
	  color: #009E3F;
}
.zhao{
	position: relative;
}
.zhao p{
	padding-left: 38px;
}
@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;
	}

	.zhao {
		padding-left: 36px;
		padding-top: 15px;
		padding-bottom: 20px;
		padding-right: 48px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.zhao p {
		font-size: 16px;
		font-family: Poppins;
		font-weight: 500;
		color: #302F2F;
	}

	.ddd h1 {
		font-size: 18px;
		font-family: Poppins;
		font-weight: 500;
		color: #009E3F;
		line-height: 30px;
	}

	.ddd p {
		font-size: 16px;
		font-family: Poppins;
		font-weight: 400;
		color: #808080;
		line-height: 30px;
		margin-top: 15px;
	}

	.ddd {
		margin-bottom: 15px;
	}
	.neirong p,.neirong span,.neirong text,.neirong h1,.neirong h2,.neirong h3,.neirong h4,.neirong li{
    background: transition !important;
    color: #666 !important;
    line-height:26px;
    font-size: 14px;
}

 .neirong strong{
     font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    color: #009E3F;
    line-height: 30px;
    background: transition !important;
 }
  .zhao::before{
	content: counter(my-counter) ". ";
	  counter-increment: my-counter;
	  /* 使用 calc() 函数计算 number 和 zero 的长度并相减 */
	    padding-right: calc(2em - (string-length(counter(my-counter)) + string-length("00")));
	    /* 在序号前面补零 */
	    content: "" counter(my-counter)".";
	  display: inline-block;
	  text-align: center;
	  position: absolute;
	  left: 30px;
	  font-size: 16px;
	  font-weight: 500;
	  color: #009E3F;
}
.zhao p {
    padding-left: 25px;
}
}
