/* 头部logo文字 */
.headtxt{
	float:left;
	height: 99px;
    margin-top: 23px;
	margin-left:20px;
}
.headtxt p{
	line-height:30px;
	color:#d4523a;
	font-size:18px;
	font-weight:bold;
}
/* 首页产品展示 */
/* Swiper 容器基本样式 */
.swiper {
  width: 100%; /* 可根据实际需求调整宽度 */
  margin: 0 auto;
}

/* slide 样式，可根据产品展示需求调整 */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 让内容垂直居中 */
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.swiper-slide p {
  margin-bottom: 10px;
}

.swiper-slide a {
  text-decoration: none;
  color: #007bff;
}
.swiper-pagination{

}
.clear{both:clear;}
.typelist {
	padding:20px 0;
}
.typelist ul li{
	display:inline-block;
	float:left;
	width:calc(20% - 10px);
	margin:0px 5px;
	background:#1975d0;
	text-align:center;
	padding:5px;
}
.typelist ul li a{
	color:#fff;
	font-size:18px;
}
.m_about_txt p{
	font-size:16px;
}