.product-advantage{
	padding-top: 110px;
}
.product-advantage .title{
	position: relative;
	font-size: 34px;
	color: #343434;
	text-align: center;
	margin-bottom: 80px;
}
.product-advantage .title:before{
	position: absolute;
	bottom: -26px;
	content: "";
	width: 100px;
	height: 5px;
	background-color: #ff0000;
	left: 50%;
	transform: translateX(-50%);
}
.product-advantage-list{
	width: 1200px;
	margin: 0 auto;
}
.product-advantage-item{
	display: table;
}
.product-advantage-item >div{
	float: left;
	width: 50%;
	height: 440px;
}
.product-advantage-item>div img{
	width: 100%;
}
.product-advantage-item .right{
	display: table;
	background-color: #f7f7f7;
	padding: 0 50px;
	box-sizing: border-box;
}
.product-advantage-item .right .content{
	display: table-cell;
	vertical-align: middle;
}
.product-advantage-item .right .content .text{
	font-size: 26px;
	color: #343434;
	text-align: center;
	margin-bottom: 40px;
}
.product-advantage-item .right .content .description{
	font-size: 18px;
	line-height: 2;
	color: #343434;
}
@media screen and (max-width:768px) {
	.product-advantage{
		padding-top: 30px;
	}
	.product-advantage .title{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.product-advantage .title:before{
		width: 60px;
		height: 3px;
	}
	.product-advantage-list{
		width: 100%;
	}
	.product-advantage-item>div{
		width: 100%;
		height: auto;
	}
	.product-advantage-item .right .content .text{
		margin: 10px 0;
		font-size: 18px;
	}
	.product-advantage-item .right .content .description{
		font-size: 16px;
	}
	.product-advantage-item .right{
		padding: 0 20px 10px 20px;
	}
	.product-advantage-item{
		margin-bottom: 20px;
	}
	.footer{
		padding-top: 100px;
	}
}