#app{
	background: #f8f8f8;
	padding-bottom: 94px;
}

.news_banner_box{
	position: relative;
	width: 100%;
	min-width: 1500px;
	height: 500px;
}

.news_banner{
	width: 100%;
	height: 100%;
}

.news_banner_title_box{
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.news_banner_title1{
	font-size: 60px;
	font-family: Microsoft YaHei, Microsoft YaHei-Normal;
	font-weight: Normal;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	letter-spacing: 12px;
}

.news_banner_title2{
	font-size: 40px;
	font-family: Microsoft YaHei, Microsoft YaHei-Normal;
	font-weight: Normal;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: 8px;
	margin-top: 16px;
}


#tab_switchover{
	position: relative;
	margin-top: 118px;
}

.filtrate_box{
	top: 0;
	right: 0;
	display: none;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
}

.filtrate_left{
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Normal;
	font-weight: Normal;
	text-align: left;
	color: #dd1c39;
}

.cancelScreening{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-left: 10px;
	width: 90px;
	height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Normal;
	font-weight: Normal;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
	background-color: #dd1c39;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15); 
}



.announcement_box{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: rgba(0,0,0,0.33);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15); 
}

.announcement_left{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 530px;
	height: 75px;
	background: #ffffff;
	font-size: 36px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: Bold;
	text-align: center;
	color: #002d7c;
}

.swiper_box{
	width: calc(100% - 530px);
	padding: 0 52px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.announcement_swiper_icon{
	width: 28px;
	height: auto;
	border-left: solid 8px #DD1C39;
}

.announcement_swiper{
	width: calc(100% - 28px - 16px);
	height: 75px;
	margin-left: 16px;
}

.announcement_swiper>.swiper-wrapper,.announcement_swiper>.swiper-wrapper>.swiper-slide{
	cursor: pointer;
	width: 100%;
	height: 75px;
}
.announcement_swiper>.swiper-wrapper>.swiper-slide{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 28px;
	font-family: Microsoft YaHei, Microsoft YaHei-Normal;
	font-weight: Normal;
	text-align: left;
	color: #eeeeee;
}




.home_title_box{
	min-width: 1500px;
	position: relative;
	margin-top: 95px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8;
}
.home_title_box.partne_rship_title{
	padding-top: 249px;
}
.home_title_box .home_title_bj_box{
	top: 110px;
	position: absolute;
	display: flex;
	align-items: center;
}
.home_title_box .home_title_bj{
	width: 179px;
	height: 179px;
	top: 0;
}
.home_title_text1{
	font-size: 48px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: Bold;
	text-align: center;
}
.home_title_subtitle{
	display: flex;
	align-items: center;
}
.home_title_text2{
	margin: 0 53px;
	font-size: 32px;
	font-family: Tahoma, Tahoma-Normal;
	font-weight: Normal;
	text-align: center;
	color: #002d7c;
}
.home_title_line{
	width: 200px;
	height: 1px;
	background-color: #777777;
}

.echarts_box{
	margin-bottom: 50px;
}
