html, body {
	width: 100%;
	height: 100%;
	background-color: #F9F9F9;
}
.header-main-right-navbar li:nth-child(7) a.bottomLineOne:after {
	content: " ";
	bottom: 0px;
	border-bottom: 5px solid #C30D23;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	width: 100%;
	opacity: 1;
}
/* modal */
.modalBox-performance {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(204,204,204,.8);
	z-index: 10;
	display: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.modalBox-performance-close {
	width: 3vw;
	height: 3vw;
	position: absolute;
	top: -3vw;
	right: -5vw;
	background-image: url(../../images/elegantDemeanour/closeIcon.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.modalBox-performance-main {
	background-color: #FFFFFF;
	position: relative;
	top: 25%;
	margin: 0 auto;
	width: 30%;
	height: auto;
	padding: 0;
}
.modalBox-performance-img {
	width: 100%;
	height: 60%;
}
.modalBox-performance-img img {
	width: 100%;
	height: 100%;
}
.modalBox-performance-info-box {
	padding: 2vw;
	width: 100%;
	height: 50%;
}
.modalBox-performance-info {
	height: 50%;
}
.modalBox-performance-info p {
	color: #777777;
	line-height: 1.5;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#performance  .modalBox-performance-info p::-webkit-scrollbar {/*滚动条整体样式*/
	width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: auto;
}
#performance  .modalBox-performance-info p::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #DADADA;
}
#performance  .modalBox-performance-info p::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}
.modalBox-performance-info-buttonGroup {
	text-align: right;
}
.modalBox-performance-info-buttonGroup span {
	display: inline-block;
	width: 2vw;
	height: 2vw;
	line-height: 2vw;
	text-align: center;
	background-color: #C30D23;
	color: #FFFFFF;
	cursor: pointer;
}
#performance .swiper {
	width: 100%;
	height: 100%;
}
#performance .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#performance .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#performance .swiper-button-next:after {
    content: '';
	background-image: url(../../images/icon-next.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	width: 100%;
	height: 100%;
}
#performance .swiper-button-prev:after {
	content: '';
	background-image: url(../../images/icon-prev.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	width: 100%;
	height: 100%;
}
/* bannerAlone */
.bannerAlone img {
	width: 100%;
}
/* subNav */
.subNav-left-box li:last-child a {
	background-color: #A80B1E;
	color: #FFFFFF;
}
/* info */
#performance .info {
	padding: 100px 0;
}
#performance .info-box-title {
	font-size: 22px;
	line-height: 45px;
	padding: 20px;
	text-indent: 44px;
}
#performance .info-box-video {
	margin-bottom: 40px;
}
#performance .info-box {
	margin-bottom: 40px;
}
#performance .info-box-video img {
	width: 100%;
}
#performance .info-innerBox {
	background-color: #FFFFFF;
	text-align: center;
}
#performance .info-innerBox img {
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}
#performance .info-innerBox .mySwiper {
	display: none;
}
#performance .info-innerBox h5 {
	color: #C02332;
}
#performance .info-innerBox p {
	color: #9E9E9E;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#performance .info-innerBox span {
	color: #B9B9B9;
	border: 1px solid #B9B9B9;
	display: inline-block;
	padding: 4px 6px;
	border-radius: 5px;
	margin: 5% 0 15%;
	cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width : 991px) {
	#performance .info {
		padding: 10px 0;
	}
	#performance .info-box-video {
		margin: 0;
	}
	#performance .info-box-title {
		font-size: 0.07rem;
		line-height: 1.5;
	}
	#performance .info-innerBox h5 {
		font-size: 0.07rem;
	}
	#performance .info-innerBox p {
		font-size: 0.05rem;
	}
	#performance .info-innerBox span {
		font-size: 0.05rem;
		padding: 0.02rem 0.04rem;
		margin: 0.1rem 0;
	}
	.modalBox-performance-close {
		width: 0.2rem;
		height: 0.2rem;
		top: -0.2rem;
		right: -0.2rem;
	}
	.modalBox-performance-main {
		width: 2rem;
	}
	.modalBox-performance-info .h4 {
		font-size: 0.08rem;
	}
	.modalBox-performance-info p {
		font-size: 0.06rem;
		line-height: 1.5;
		max-height: 0.5rem;
	}
	.modalBox-performance-info {
		margin-bottom: 0.1rem;
	}
	.modalBox-performance-info-buttonGroup span {
		font-size: 0.1rem;
		width: 0.12rem;
		height: 0.12rem;
		line-height: 0.12rem;
	}
}
@media screen and (max-width : 767px) {
	#performance .info {
		padding: 10px 0;
	}
	#performance .info-box-video {
		margin: 0;
	}
	#performance .info-box-title {
		font-size: 0.11rem;
		line-height: 1.5;
	}
	#performance .info-innerBox h5 {
		font-size: 0.1rem;
	}
	#performance .info-innerBox p {
		font-size: 0.07rem;
	}
	#performance .info-innerBox span {
		font-size: 0.07rem;
		padding: 0.02rem 0.04rem;
		margin: 0.1rem 0;
	}
	.modalBox-performance-close {
		width: 0.2rem;
		height: 0.2rem;
		top: -0.2rem;
		right: -0.2rem;
	}
	.modalBox-performance-main {
		width: 2rem;
	}
	.modalBox-performance-info .h4 {
		font-size: 0.1rem;
	}
	.modalBox-performance-info p {
		font-size: 0.08rem;
		line-height: 1.5;
		max-height: 0.5rem;
	}
	.modalBox-performance-info {
		margin-bottom: 0.1rem;
	}
	.modalBox-performance-info-buttonGroup span {
		font-size: 0.1rem;
		width: 0.12rem;
		height: 0.12rem;
		line-height: 0.12rem;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		display: none;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		display: none;
	}
}