.ET_header {
	width: 100%;
}

.ET_header img {
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.wrap_bg{
	background-image: url(../../images/40years/wrap_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
}
.main_wrap1 {
	display: flex;
    align-items: center;
}
.main_wrap1_phone{
	display: none;
}
.video_list{
	width: 22%;
	background-image: url(../../images/40years/video_list_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 520px;
	background-position: bottom;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.video_list li{
	border-bottom: solid 1px rgba(255,255,255,0.6);
	cursor: pointer;
}
.video_list li:nth-child(1){
	border-top-left-radius: 10px;
}
.video_list li:last-child{
	border-bottom: solid 1px transparent!important;
	border-bottom-left-radius: 10px;
}
/* .video_list li:nth-child(1) .video_show{
	display: none;
}
.video_list li:nth-child(1){
	border-bottom: solid 1px transparent;
}
.video_list li:nth-child(1) .video_hide{
	display: hide;
} */
.choose_video{
	background-image: url(../../images/40years/video_choose_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.choose_video .video_show{
	color: white!important;
}
.video_show{
	height: 103px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #FFDA94;
	font-weight: bold;
	padding: 0 10px;
	font-family: '黑体';
	line-height: 32px;
}
.video_hide{
	display: none;
	background-color: #003087;
	box-sizing: border-box;
	overflow: hidden;
	padding: 14px 20px;
}
.video_channel{
	font-size: 22px;
	color: white;
	font-weight: bold;
	height: 58px;
}
.video_icon{
	width: 30px;
	height: 30px;
	float: right;
	/* margin-top: 16.8px; */
}
.video_icon img{
	width: 100%;
	height: 100%;
}
.video_link{
	display: none;
}
.video_main{
	width: 78%;
	height: 520px;
}
.video_main video{
	height: 100%;
	background: #000;
}
.video_main img{
	width: 100%;
	height: 100%;
	display: none;
}
.video_main li{
	display: none;
}
.video_main li:nth-child(1){
	display: block;
}
.main_wrap1 video {
	width: 100%;
}

.wrap_head {
	position: relative;
	padding-top: 20px;
}

.wrap_title {
	width: 100%;
}

.wrap_title img {
	width: 100%;
}

.check_more {
	font-size: 16px;
	position: absolute;
	right: 20px;
	bottom: 70px;
	color: #5A5A5A;
}
#mediaBlock{
	margin-top: -24px!important;
	margin-bottom: 20px!important;
	position: relative;
    z-index: 10;
	
}
.media_block{
	display: flex;
	align-items: center;
}
/* .main_wrap2 .slideGroup .media_block ul {
	display: flex;
	justify-content: space-between;
	padding: 0 36px;
    margin-bottom: 30px;
} */

.main_wrap2 .slideGroup .parBd .tempWrap {
	margin-left: 0px;
	/* height: 208px; */
}

.main_wrap2 .slideGroup .parBd ul li {
	/* height: 180px; */
	width: 200px !important;
	margin: 0 8px;
	border: solid 1px rgba(128, 128, 128, 0.3);
	text-align: center;
	font-size: 20px;
	color: #383838;
	cursor: pointer;
	border-radius:4px;
}
.media_block ul a{
	display: block;
	width: 100%;
	padding: 8px 0;
}
.main_wrap2 .slideGroup .parBd .tempWrap {
	width: 1094px !important;
	margin: 0 auto;
}

.main_wrap2 .slideGroup .sPrev {
	width: 46px;
	height: 46px;
	/* display: none; */
	/* margin-top: 80px; */
}
.main_wrap2 .slideGroup .sPrev img{
	width: 100%;
}
.main_wrap2 .slideGroup .sNext {
	width: 46px;
	height: 46px;
	/* display: none; */
	/* margin-top: 80px; */
}
.main_wrap2 .slideGroup .sNext img{
	width: 100%;
}
.media_choose{
	background-color:#B50D0D;
	color:white!important;
	border:solid 1px #B50D0D!important;
}
.report_block {
	display: flex;
	/* align-items: center; */
	border: solid 1px rgba(128,128,128,0.3);
	/* background-color: #F5F8FF; */
}

.report_pic {
	width: 62%;
	height: 480px;
}

.report_pic img {
	width: 100%;
	height: 100%;
}

.five_report {
	width: 38%;
	height: 480px;
}

.five_report li {
	box-sizing: border-box;
	padding:26.5px 24px;
	font-size: 20px;
	color: #383838;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom:1px solid rgba(128,128,128,0.3);
}

.five_report a:last-child li{
	border-bottom: none;
}
::-webkit-scrollbar {
  width: 6px;  /* 滚动条宽度 */
  border-radius:10px;
}
 
/* 滚动条轨道 */
.five_report::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道颜色 */
}
 
/* 滚动条滑块 */
.five_report::-webkit-scrollbar-thumb {
  background: #B50D0D; /* 滑块颜色 */
  border-radius:10px;
}
 
/* 滑块hover效果 */
.five_report::-webkit-scrollbar-thumb:hover {
  background: #B50D0D; /* 滑块hover颜色 */
}
.report_choose {
	background-color: #B50D0D;
	color:white!important;
	border-bottom: none;
}
.paper_list_phone{
	display:none;
}
.main_wrap3 {
	/* background-image: url(../../images/40years/wrap3_bg.png);
	background-repeat: no-repeat;
	background-size: cover; */
	padding-bottom: 40px;
}

.moment_block {
	border: solid 1px #E8E8E8;
	margin-top: 30px;
	height: 500px;
	background-color: white;
	position: relative;
}

.leftArrow {
	position: absolute;
	left: 270px;
	z-index: 100;
	top: 210px;
	cursor: pointer;
}

#leftArrowBlue {
	display: none;
}

.leftArrow:hover #leftArrow {
	display: none;
}

.leftArrow:hover #leftArrowBlue {
	display: block;
}

.rightArrow {
	position: absolute;
	right: 270px;
	z-index: 100;
	top: 210px;
	cursor: pointer;
}

#rightArrowBlue {
	display: none;
}

.rightArrow:hover #rightArrow {
	display: none;
}

.rightArrow:hover #rightArrowBlue {
	display: block;
}

.el-carousel {
	height: 100%;
}

.moment_info {
	padding: 30px;
	padding-left: 0;
}

.el-carousel__container {
	height: 100% !important;
}

.el-carousel__item {
	height: 100%;
	/* width: 362px!important; */
	box-sizing: border-box;
	/* padding: 30px; */
	/* padding-left: 270px; */
}

/* .el-carousel__item:nth-child(){
	padding-left:30px;
	padding-right: 270px;
} */
#app .is-active {
	background-color: #B50D0D;
	width: 600px !important;
	padding-left: 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

.moment_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#app .is-active .moment_left {
	width: 38%;
}

.moment_date {
	font-size: 24px;
	color: #808080;
	border-bottom: solid 1px #A6A6A6;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.moment_date span {
	font-size: 36px;
	display: block;
	color: #383838 !important;
	line-height: 50px;
	font-weight: bold;
}

.moment_name {
	color: #383838;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#app .is-active .moment_date {
	color: #FFDA94 !important;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

#app .is-active .moment_date span {
	color: #FFDA94 !important;
}

#app .is-active .moment_name {
	color: #FFDA94 !important;
}

.moment_pic {
	width: 60%;
	height: 178px;
	overflow: hidden;
	border-radius: 4px;
	display: none;
}

.moment_pic img {
	width: 100%;
	height: 100%;
}

#app .is-active .moment_pic {
	display: block;
}

.moment_content {
	font-size: 16px;
	color: #383838;
	line-height: 26px;
	text-indent: 2em;
	margin-top: 30px;
}

#app .is-active .moment_content {
	color: rgba(255,218,148,0.7) !important;
}

.moment_audio {
	display: none;
}

.moment_audio audio {
	width: 100%;
}

#app .is-active .moment_audio {
	display: block;
	width: 62%;
	margin: 0 auto;
	margin-top: 60px;
}

.moment_block_phone {
	display: none;
}

.main_wrap4 {
	/* background-image: url(../../images/40years/wrap4_bg.png); */
	background-repeat: no-repeat;
	background-size: cover;
	height: 570px;
	background-position: center 0;
}

.wrap4_block {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}

.wrap4_left {
	width: 18%;
	padding-top: 110px;
}

.wrap4_left li {
	width: 100%;
}

.wrap4_left li img {
	width: 100%;
}

.wrap4_left a:first-child li {
	margin-bottom: 120px;
}

.qys_blue,
.mk_grey {
	display: none;
}

.qys_grey,
.qys_blue,
.mk_blue,
.mk_grey {
	height: 140px;
}

.wrap4_right {
	width: 79%;
}

.qys_block {
	display: none;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 46px 0;
}

.qys_block a {
	width: 49%;
}

.qys_block li {
	width: 100%;
	border-radius: 6px;
	background-color: white;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 16px;
	height: 150px;
	position: relative;
	border: solid 1px #e5e5e5;
}

.news_title {
	font-size: 18px;
	color: #323232;
	line-height: 26px;
}

.news_date {
	font-size: 16px;
	color: #979797;
	position: absolute;
	bottom: 20px;
}

.company_logo {
	width: 120px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	height: 70px;
	overflow: hidden;
}

.company_logo img {
	width: 100%;
}

.qys_block a:hover .news_title {
	color: #B50D0D;
}

.mk_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 56px 0;
}

.mk_block a {
	width: 23.4%;
}

.mk_block li {
	background-color: white;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
}

.mk_pic {
	width: 100%;
	height: 394px;
	overflow: hidden;
}

.mk_pic img {
	width: 100%;
	height: 100%;
}

.mk_pic video {
	width: 100%;
	height: 100%;
	display: none;
}

.mk_info {
	padding: 16px 12px;
}

.mk_name {
	font-size: 15px;
	color: #323232;
	line-height: 24px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk_name:hover {
	color: #B50D0D;
}

.mk_date {
	font-size: 14px;
	color: #979797;
	margin-top: 16px;
}

.main_wrap5 {
	background-image: url(../../images/40years/wrap5_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 140px;
}

.active_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.active_block a {
	width: 32%;
}

.active_block li {
	background-color: white;
	border: solid 1px #e0e0e0;
	border-radius: 4px;
}

.active_pic {
	width: 100%;
	height: 230px;
	overflow: hidden;
	border-radius: 4px;
}

.active_pic img {
	width: 100%;
	height: 100%;
	transition: 1s all;
}

.active_info {
	padding: 20px;
}

.active_name {
	font-size: 18px;
	color: #323232;
	line-height: 24px;
	height: 48px;
}

.active_name:hover {
	color: #B50D0D;
}

.active_source {
	color: white;
	background-color: #B50D0D;
	padding: 8px 20px;
	font-size: 16px;
	margin-top: 20px;
	width: fit-content;
    border-radius: 20px;
}

.active_name span {
	display: block;
}

.active_block a:hover .active_pic img {
	transform: scale(1.05);
}

.two_pic {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 26px;
}

.two_pic a {
	width: 49%;
	height: 185px;
}

.two_pic img {
	width: 100%;
	height: 100%;
}

.wrap5_pic {
	/* padding-top: 30px; */
	/* width: 100%; */
}

#wrapPic {
	overflow: hidden;
}

#pic1 {
	float: left;
}

#pic2 {
	float: left;
}

#picDemo {
	width: 800%;
	float: left;
	padding-top: 30px;
}

/* .wrap5_pic img {
	width: 100%;
} */


.main_wrap6 {
	margin-top: -140px;
}

.work_block {
	background-image: url(../../images/40years/wrap6_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 10px;
	height: 848px;
	background-position: center top;
}

.wrap_intro {
	font-size: 19px;
	text-indent: 2em;
	color: #B50D0D;
	line-height: 32px;
	font-weight: bold;
	margin-top: -20px;
}

.work_block {
	margin-top: 40px;
}

.pic_block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pic_block a:nth-child(1),
.pic_block a:nth-child(3) {
	width: 42%;
	height: 300px;
}

.pic_block a:nth-child(2) {
	width: 58%;
	height: 300px;
}

.pic_block a:nth-child(4),
.pic_block a:nth-child(5) {
	width: 29%;
	height: 300px;
}

.pic_block li {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pic_block li img {
	width: 100%;
	height: 100%;
	transition: 1s all;
}

.pic_block a:hover img {
	transform: scale(1.05);
}

.video_block video {
	width: 100%;
}

.work_change {
	display: flex;
	align-items: center;
	justify-content: center;
}

.work_change li {
	border: solid 1px white;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	color: #383838;
	width: 76px;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	margin-right: 14px;
	margin-top: 26px;
	cursor: pointer;
}

.work_choose {
	color: white !important;
	background-color: #B50D0D !important;
}