@charset "utf-8";
.content_title{
	text-align: center;
	height: 150px;
	margin-bottom: 60px;
}
.content_title>h5{
	font-size: 21.33px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
	font-weight: 400;
	color: #908f8b;
	line-height: 29.33px;	
}

.content_title>h2{
	font-size: 37.33px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	color: #054132;
	line-height:38px;
	margin-top: 16px;
}
.content_title>p{
	font-size: 16px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	color: #908f8b;
	margin-top: 24px;
	line-height: 20px;
}

/* 板块主体内容样式 */
.introductionbox{
	padding: 96px 0;
}
.introduction_content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.introduction_content>a>img{
	width: 678.67px;
	height: 380px;
}
.introduction_text{
	width: 682px;
	font-size: 18.67px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
	font-weight: 400;
	text-align: LEFT;
	color: #908f8b;
	line-height: 29.33px;
}
.introduction_text>h1{
	font-size: 34.67px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	text-align: LEFT;
	color: #211f1f;
	line-height: 42.67px;
	margin-bottom:32px;
	max-height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	 display:-webkit-box;
	    -webkit-box-orient:vertical;/*设置方向*/
	    -webkit-line-clamp:6;/*设置超过为省略号的行数*/
}
.introduction_text>p{
	margin-bottom: 28px;
}
.introduction_text>a{
	display: block;
	width: 245.33px;
	height: 69.33px;
	background: #054132;
	border-radius: 21.33px;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 21.33px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: LEFT;
	color: #ffffff;
	line-height: 20px;
}

/* 公司新闻 */
.newsbox{
	padding: 96px 0;
	/* height: 920px; */
	background: #f5faf9;
}
.news_content{
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	justify-content: space-between;
}
.news_item{
	width: 342.67px;
	
}
.news_item>div{
	display: block;
	width: 342.67px;
	height: 224px;
	background-position: -15px;
	background-size:cover;
}
.news_item>h5{
	margin-top: 32px;
	font-size: 26.67px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	text-align: LEFT;
	color: #054132;
	line-height: 32px;
}

.news_item>p{
	margin-top:20px;
	font-size: 18.67px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
	font-weight: 400;
	text-align: LEFT;
	color: #908f8b;
	line-height: 29.33px;
}

.news_item>a{
	font-size: 24px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: LEFT;
	color: #054132;
	line-height: 20px;
}

.switchd{
	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
}

.switchd>div{
	cursor: pointer;
	margin: 0 35px;
	padding-bottom:12px;
	border-bottom: 2.67px solid #ffffff;
	font-size: 21.33px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: LEFT;
	color: #054132;
	line-height: 20px;
	margin-bottom: 50px;
}

.switchd>.showd{
	border-bottom: 2.67px solid #06a483;
}

#carouselExampleSlidesOnly{
	width: 1466.67px;
	height: auto;
}

#purchase_list,#supply_list{
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	justify-content: space-between;
}

/* 采购供应列表样式 */
.supply_purchase_item{
	width: 254.67px;
}
.supply_purchase_item>img{
	display: block;
	width: 254.67px;
	height: 253.33px;
	border-radius: 21.33px;
}
.supply_purchase_item>h1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* min-height:56px; */
	margin-top: 32px;
	margin-bottom:20px;
	font-size: 26.67px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	text-align: LEFT;
	color: #054132;
	/* line-height: 25.33px; */
	
}
.supply_purchase_item>div{
	
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	font-size: 21.33px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: LEFT;
	color: #908f8b;
	/* line-height: 20px; */
	margin-bottom: 12px;
	line-height:30px;
	/* min-height:60px; */
}
.supply_purchase_item>div>img{
	/* margin-top:10rpx; */
	padding-top:6px;
	width: 16px;
	height: 22px;
	
}
.supply_purchase_item>.div>span{
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.supply_purchase_item>.phone>span{
	font-size: 21.33px;
	font-family: BRSonoma-Medium, BRSonoma-Medium-Regular;
	font-weight: 400;
	text-align: LEFT;
	color: #054132;
}

/* 联系我们 */


.contackbox{
	height: 600px;
	background: #f5faf9;
	background: url(../img/lxwm.jpg);
	background-size:cover;
}

.contackbox{
	height: 600px;
	background: #f5faf9;
	background: url(../img/lxwm.jpg);
	background-size:cover;
}

.contackbtn{
	display: block;
	width: 245.33px;
	height: 69.33px;
	background: #054132;
	border-radius: 21.33px;
	text-align: center;
	line-height:69.33px;
	font-size: 21.33px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	color: #ffffff;
}