/*banner图*/
.swiper-banner-container {
	width: 100%;
	height: 3.5rem;
	margin: 0 auto;
	margin-top: 0;
}

.swiper-bgimg {
	height: 3.5rem;
	margin: 0 auto;
}

.swiper-banner-slide {
	width: 100%!important;
}
/*banner蒙层*/

.banner-modal-left,
.banner-modal-right {
	position: absolute;
	display: none;
	z-index: 12;
	top: 0;
	width: 22.8%;
	height: 29vw;
	background: rgba(0, 0, 0, 0.7);
}

/*指示器*/

.swiper-pagination-container {
	position: absolute;
	display: none;
	top: 3.2rem;
	width: 100%;
	padding-top:0.1rem;
	padding-bottom: 0.2rem;
	z-index: 5;
}

/*标题和内容*/
.banner-title-container {
	position: absolute;
	width: 100%;
	bottom: 0.3rem;
	left: 0;
	height: 0.6rem;
	background-image: url('../image/banner-shadow.png');
	background-size: cover;
}
.swiper-bgimg:hover{
	cursor: pointer;
}
.swiper_title {
	width: 100%;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 0.24rem;
	color: #FFFFFF;
	letter-spacing: 1.3px;
	line-height: 0.26rem;
	margin-top: 4px;
}

.swiper_text {
	font-size: 0.08rem;
	margin-top: 0;
}
/* 英赫人物标题 */
.elite-introduction {
    height: 5.94vw;
    bottom: 4vw;
}

.elite-introduction span {
    display: none;
}

.swiper-button-prev {
	display: none;
}
.swiper-button-next {
	display: none;
}
/* 英赫快讯及财报分析 */
.news24h {
	width: 100%;
	padding: 0;
}
.news24h-list{
	width: 100%;
}
.news24h-title {
	width: 40%;
}
.news24h-list h4 {
	font-size: .73vw;
	color: #1A1A1A;
	letter-spacing: 1px;
	text-align: justify;
	line-height: .3rem;
	font-weight: bold;
}
.news-introduction{
	line-height: 1.2;
}
.news-time{
	font-size: .52vw;
	color: #666666;
}
.news-time span {
	margin-left: .1rem;
	padding-left: .1rem;
	border-left: .02rem solid #666666;
}
.business{
    width: 100%;
    margin-top: .4rem;
}
.business-introduction {
	width: 71.9vw;
	height: 60.72vw;
	margin-bottom: 4.38vw;
}
.business-introduction > a > img {
	width: 71.9vw;
	height: 40.33vw;
	padding-right: .02rem;
}
.business-share {
	display: none;
}