body{
	background: #f5f5f5;
}
.title{
	font-size: 16px;
	text-align: center;
	color: #444;
	line-height: 3;
	border-bottom: 1px solid #EDEDED;
	background: #fff;
}
.swiper-pagination-bullet-active {
    background: #E62118;
}
.banner img{
	display: block;
}
.banner>p{
	color: #444;
	font-size: 14px;
	width: 94%;
	padding: 0 3%;
	line-height: 2.5;
	margin-bottom: 10px;
	background: #fff;
}
.banner>p>span{
	color: #E62118;
	font-size: 18px;
	position: relative;
	top: -5px;
}
.banner>p>span>i{
	font-size: 10px;
}
.product_xq{
	background: #fff;
	padding: 0 10px;
}
.product_xq>p{
	padding: 3%;
	font-size: 12px;
	color: #444;
	border-bottom: 1px solid #F7F7F7;
}
.product_xq>p>span{
	padding-left: 3%;
	border-left: 3px solid #E62118;
}
.product_xq>ul{
	padding: 3%;
	font-size: 12px;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.product_xq li{
	width: 50%;
	line-height: 2;
}
.product_xq>div{
	padding: 0 3% 3%;
	margin-bottom: 3%;
}
.product_xq>div>p{
	font-size: 12px;
	color: #606060;
	line-height: 2;
	margin-top: 10px;
}
.btm{
	display: flex;
	justify-content: space-around;
	background: #A6534F;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
}
.btm>a{
	display: inline-block;
	width: 33%;
	border-right: 1px solid #fff;
	line-height: 2;
	margin: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.btm>a:last-child{
	border-right: 0;
}
.kongbai{
	height: 48px;
}
.title1{
	background: #A6534F;
	color: #fff;
}
.list>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 3%;
}
.list li{
	background: #fff;
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
}
.list li:nth-child(3n){
	margin-right: 0;
}
.list img{
	width: 100%;
}
.list a{
	color: #444;
	font-size: 12px;
	line-height: 2;
}
.list a p{
	padding-left: 3%;
}
.list a span{
	color: #e62117;
	font-size: 14px;
	padding-left: 3%;
}