.yx_Company3 {
    overflow: hidden; background:#f7f7f7;    padding: 90px 0 100px;
}
.p74_ {
    padding-bottom: 0.94rem;
}
.yx_Company3 .yx_SwiperHonor {
	overflow: hidden;
}

.yx_Company3 .yx_HonorList {
	padding: var(--yx_FS16);
	border: 1px solid rgba(238, 238, 238, 1);
	position: relative;
	overflow: hidden; background:#fff;
}

.yx_Company3 .yx_HonorList:before {
	content: '';
	display: block;
	width: 200%;
	height: 200%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.3);
	position: absolute;
	z-index: 2;
	filter: blur(100px);
	background:#103d81;
	opacity: 0;
	transition: all 0.6s;
}

.yx_Company3 .yx_HonorList .yx_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	curosr: pointer;
	z-index: 3;
	width: 72px;
	height: 72px;
	max-width: 65px;
	max-height: 65px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.6s;
	color: #333;
	opacity: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	font-size: var(--yx_FS22);
	transform: translate(-50%, -50%) scale(0.6);
}

.yx_Company3 .yx_HonorList:hover::before {
	transform: translate(-50%, -50%) scale(1);
	opacity: 0.8;
	filter: blur(0px);
}

.yx_Company3 .yx_HonorList:hover .yx_ImgContain img {
	filter: blur(5px);
}

.yx_Company3 .yx_HonorList:hover .yx_ImgContain .yx_icon {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.yx_Company3 .yx_ImgContain {
	padding-bottom: 77%;
	overflow: visible;
}

.yx_Company3 .yx_SwiperBtn {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #666;
	transition: all 0.6s;
	width:60px;
	height: 60px;
	line-height:60px;
	text-align: center;
	border-radius: 50%;
	margin: 0 18px;
	cursor: pointer;
}

.yx_Company3 .yx_SwiperBtn:hover {
	background: #103d81;
	color: #fff;
	border-color: #103d81;
}

.yx_Company3 .swiper-pagination {
	position: relative;
	width: auto;
	text-align: center;
}

.yx_Company3 .swiper-pagination span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e0e0e1;
	margin: 0 8px;
	border: 2px solid #e0e0e1;
	transition: all 0.6s;
	opacity: 1;
}

.yx_Company3 .swiper-pagination-bullet-active {
	background: #fff !important;
	border-color: #103d81 !important;
}

.yx_Company3 .yx_Title {
	font-size: 42px;
	color: #2a2a2a;
	font-weight: bold;
	margin-bottom: 0.42rem;
	text-align: center;
}

.yx_Company3 .yx_flex {
	margin-top: 48px !important;
}
.p74 {
    padding-top: 1rem;
}

.yx_flexAC {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.yx_flexJC {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.yx_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.yx_flexWrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.yx_flexJB {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.yx_flexJA {
	-webkit-box-pack: justify;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.yx_flexJE {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.yx_flexJC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.yx_flexAE {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
}

.yx_flexAC {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.yx_flexAS {
	-webkit-box-align: flex-start;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.yx_ImgContain,
.yx_ImgCover {
	position: relative;
	height: 0;
	overflow: hidden;
}

.yx_ImgContain img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.yx_ImgCover img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: all 0.6s;
}

.yx_Title {
	display: block;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yx_Summary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.yx_More {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.z_tanchuang {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 100;
}

.z_tanchuang .tbox {
	display: table-cell;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
}

.z_tanchuang .tbox .modal {
	background: white;
	padding: 30px;
	display: block;
	border-radius: 5px;
	position: relative;
	width: 80%;
	max-width: 1200px;
	max-height: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}

.z_tanchuang .tbox .modal .out {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #2a2a2a;
	border-radius: 50%;
	background: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	right: -50px;
	cursor: pointer;
	transition: all 0.5s;
}

.z_tanchuang .tbox .modal .img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	max-height: 67vh;
}

.z_tanchuang .tbox .modal .img img {
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
	padding: 20px;
}

.z_tanchuang .tbox .modal .img {
	max-width: 1200px;
}

.z_tanchuang.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(0);
	-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(1);
	-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.yx_BigBox {
	position: fixed;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.75);
}

.yx_BigBox .yx_BigContent {
	background: #fff;
	padding: var(--yx_FS18);
	border-radius: 10px;
	box-shadow: 0 0 16px rgb(0 0 0 / 50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
}

.yx_BigBox .yx_Img img {
	width: auto;
	max-width: 80vw;
	max-height: 80vh;
	height: auto;
}

.yx_BigClose {
	position: absolute;
	right: 3%;
	top: 3%;
	background: #2a2a2a;
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mbx{ font-size:15px; color:#666}
.mbx a{ font-size:15px; color:#666; padding:0 10px;}