@charset "gb2312";
.advantage-title {
	width: 100%;
	padding: 100px 0px;
}
.advantage-title img {
	display: block;
	margin: auto;
}
/*----------------------------------------------------------*/
.advantage-holder {
	width: 1380px;
	margin: auto;
}
.advantage-list {
	width: 100%;
	height: 402px;
	border: 1px solid #DDD;
	margin-bottom: 60px;
	
}
.advantage-list .img {
	float: left;
	width: 780px;
	height: 400px;
	overflow: hidden;
}
.advantage-list .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.advantage-list .content {
	float: right;
	width: 598px;
	height: 400px;
	padding: 60px;
}
.advantage-list .content .title {
	display: block;
	width: 100%;
	height: 100px;
}
.advantage-list .content .text {
	display: block;
	width: 100%;
	line-height: 36px;
	font-size: 18px;
	color: #666;
	text-align: justify;
}
.advantage-list:nth-child(2n) .img {
	float: right;
}
.advantage-list:nth-child(2n) .content {
	float: left;
}
/*------------------------------------------------------------------*/