/*我们的优势*/
/*$$
{"color":[{"val":"#ffffff","title":"正文字体颜色"},{"val":"#aaaaaa","title":"标题简介文字颜色"}],"background":[{"val":"#f8f8f8","title":"整体底色"},{"val":"#aa0000","title":"列表底色"},{"val":"#e60012","title":"模块标题边框"}],"border":[{"val":"#e60012","title":"模块标题边框"}]}
$$*/
#advantage_154 {
	width: 100%;
}

#advantage_154 .advantageTitle {
	width: 100%;
	background: url(./../../../static/images/AE00007_01.jpg) no-repeat center center;
	background-size: cover;
	height: 150px;
	padding-top: 40px;
}
#advantage_154 .classname{
	width: 100%;
}
#advantage_154 .classname .tit-2{
	width: 640px;
	padding: 0 20px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
#advantage_154 .classname .tit-2 .en{
	color: #b80000;
	font-size: 54px;
	font-weight: bold;
	line-height: 40px;
	margin-right: 5px;
}
#advantage_154 .classname .tit-2 .cn{
	font-size: 50px;
	line-height: 40px;
	color: #ffffff;
	display: inline-block;
}
.fleft{
	float: left;
}

#advantage_154 .classname .tit-2 .nr{
	background: none;
	color: #fff;
	width: 100%;
	padding: 0 2%;
	position: absolute;
	top:-20px;
	left:50%;
	transform: translateX(-50%);
	z-index:10;
	text-align: center;
	height: 40px;
	
}
#advantage_154 .classname .tit-2 .nr::before{
	position: absolute;
	left:0;
	content: '';
	background: #e60012;
	height: 1px;
	width:2%;
	top:50%
}
#advantage_154 .classname .tit-2 .nr::after{
	position: absolute;
	right:0;
	content: '';
	background: #e60012;
	height: 1px;
	width:2%;
	top:50%
}
#advantage_154 .classname .tit-2 .js{
	background: none;
	font-size: 16px;
	color: #aaaaaa;
	width: 100%;
	padding: 0 5%;
	position: absolute;
	bottom:16px;
	left:50%;
	transform: translateX(-50%);
	z-index:10;
	line-height: 36px;
	text-align: center;
	height: 36px;
	overflow: hidden;
	
}
#advantage_154 .classname .tit-2 .js::before{
	position: absolute;
	left:0;
	content: '';
	background: #e60012;
	height: 1px;
	width:5%;
	top:50%
}
#advantage_154 .classname .tit-2 .js::after{
	position: absolute;
	right:0;
	content: '';
	background: #e60012;
	height: 1px;
	width: 5%;
	top:50%
}
#advantage_154 .classname .tit-2::after{
	position: absolute;
	border: #e60012 solid 1px;
	border-top: none;
	border-bottom: none;
	content: '';
	width: 100%;
	height: 46px;
	left:0;
	top:0;
}

#advantage_154 .advantageTitle img {
	width: 100%;
	object-fit: contain;
}

#advantage_154 .advantageBody {
	width: 100%;
	padding: 35px 0 60px 0;
	background: #f8f8f8;
}

#advantage_154 .advantageList {
	width: 1200px;
	margin: 0 auto;
}

#advantage_154 .advantageList ul {
	width: 50%;
	float: left;
}

#advantage_154 .advantageList ul li {
	width: 50%;
	float: left;
	height: 220px;
	background: #aa0000;
	overflow: hidden;
}
#advantage_154 .advantageList ul li:hover img{
	transform: scale(1.1);
}
#advantage_154 .advantageList ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}

#advantage_154 .advantageListA {
	margin-top: 70px;
	font-family: "SourceHanSansCN-Bold";
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#advantage_154 .advantageListB {
	font-family: "SourceHanSansSC-Light";
	padding: 0 30px;
	font-size: 15.5px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 40px;
}

#advantage_154 .advantageImg {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

#advantage_154 .advantageImg img {
	width: 100%;
	object-fit: contain;
}

@media screen and (max-width:1200px) {
	#advantage_154 .advantageList{
		width: 100%;
	}
	#advantage_154 .advantageImg{
		width: 100%;
	}
	#advantage_154 .advantageListB{
		margin-bottom: 42px;
	}
	
	#advantage_154 .classname .tit-2 .en,
	#advantage_154 .classname .tit-2 .nr{
		/* font-size: 18px; */
	}
}
/* ipad */
@media screen and (max-width:992px){
	#advantage_154 .advantageList{
		width: 100%;
	}
	#advantage_154 .advantageListA{
		margin-top: 40px;
	}
	#advantage_154 .advantageListB{
		margin-bottom: 25px;
	}
	#advantage_154 .advantageImg{
		width: 100%;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#advantage_154 .classname .tit-2{
		width: 90%;
	}
	#advantage_154 .advantageList{
		width: 100%;
	}
	#advantage_154 .advantageList ul{
		width: 100%;
	}
	#advantage_154 .advantageList ul li{
		width: 50%;
	}
	#advantage_154 .advantageListA{
		margin-top: 25px;
		font-size: 20px;
	}
	#advantage_154 .advantageListB{
		margin-bottom: 25px;
	}
	#advantage_154 .advantageImg{
		width: 100%;
	}
	#advantage_154 .classname .tit-2 .en{
		font-size: 26px;
		font-weight: bold;
	}
	#advantage_154 .classname .tit-2 .cn{
		font-size: 26px;
	}
	#advantage_154 .classname .tit-2{
		margin-top: 12px;
	}
	#advantage_154 .advantageBody{
		padding: 20px 0;
	}
	#advantage_154 .classname .tit-2::after{
		height: 36px;
	}
	#advantage_154 .classname .tit-2 .js{
		bottom: 26px;
	}
}