html,
body {
	position: relative;
	height: 100%;
	font-size: 100px;
}
.container {
	height: 100%;
}
.container {
	min-width: 1280px;
	overflow-x: auto;
}
.fullPage_title {
	width: 100%;
	height: 468px;
	overflow: hidden;
	position: relative;
	background: #3d76d9;
}
.fullPage_title .background-scene {
	width: 1200px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	z-index: 1;
}
.fullPage_title canvas {
	width:1800px;
	height:900px;
	position: absolute;
	left:50%;
	margin-left:-900px;
	margin-top:-450px;
	top:50%;
}
/* å¤§æ–‡å­— åŠ¨ç”»æ•ˆæžœ */
.fullPage_title .title {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 85%;
	top: 40%;
	left: 0;
}
.fullPage_title .font-ol-title_ZH {
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 60px;
	margin: 0 auto;
}
.fullPage_title .font-ol-title_ZH .f {
	width: 250px;
	height: 60px;
	margin: 0 auto;
}
.fullPage_title .font-ol-title_ZH .o {
	vertical-align: top;
	overflow: hidden;
}
.fullPage_title .font-ol-title_ZH span {
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	transition: all 0.5s ease;
	display: block;
}
.fullPage_title .font-ol-title_ZH span {
	-webkit-transform: translate(0px, 55px);
	transform: translate(0px, 55px);
}

.is_loaded .fullPage_title .font-ol-title_ZH span {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.fullPage_title .font-ol-title_EN {
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 75px;
	margin: 0 auto;
}
.fullPage_title .font-ol-title_EN .f {
	height: 75px;
	width: 450px;
	margin: 0 auto;
}
.fullPage_title .font-ol-title_EN .o {
	vertical-align: top;
	overflow: hidden;
}
.fullPage_title .font-ol-title_EN span {
	font-size: 40px;
	/* font-weight: 600; */
	color: #fff;
	transition: all 0.5s ease;
	display: block;
}
.fullPage_title .font-ol-title_EN span {
	-webkit-transform: translate(0px, 300px);
	transform: translate(0px, 300px);
}

.is_loaded .fullPage_title .font-ol-title_EN span {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.fullPage_title .font-ol-info {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	width: 650px;
	height: 30px;
	margin: 0 auto;
}
.fullPage_title .font-ol-info .f {
	height: 100%;
}
.fullPage_title .font-ol-info .o {
	height: 100%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.fullPage_title .font-ol-info span {
	height: 100%;
	display: inline-block;
	transition: all 0.5s ease;
	-webkit-transform: translate(0px, 50px);
	transform: translate(0px, 50px);
}
.is_loaded .fullPage_title .font-ol-info span {
	-webkit-transform: translate(0px, 2px);
	-webkit-transition-delay: 0.4s;
	transform: translate(0px, 2px);
	transition-delay: 0.4s;
}

.little_title .font-ol-title_ZN {
	width: 100px;
	height: 35px;
	color: #1f2022;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
}
.little_title .font-ol-title_EN {
  margin-bottom: 20px;
	width: 500px;
	height: 75px;
	color: #258062;
	font-weight:580;
	overflow: hidden;
	text-align: left;
	line-height: 80px;
}
.down-line-green {
  font-size: 60px;
	position: relative;
  display: inline-block;
}
.down-line-green::after {
  /* content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #258062; */
}
.little_title .font-ol-title_ZN .f {
	height: 20px;
	width: 100px;
}
.little_title .font-ol-title_ZN .o {
	vertical-align: top;
	overflow: hidden;
}
.little_title .font-ol-title_ZN span {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	transition: transform 0.5s ease;
	display: block;
}
.little_title .font-ol-title_ZN span {
	-webkit-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
}

.little_title .font-ol-title_EN .f {
	width: 500px;
	height: 70px;
	padding-left: 0.8rem;
}
.little_title .font-ol-title_EN .o {
	vertical-align: top;
	overflow: hidden;
}
.little_title .font-ol-title_EN span {
	font-size: 50px;
	color: #000;
	transition: transform 0.5s ease;
	display: block;
}
.little_title .font-ol-title_EN span {
	-webkit-transform: translate(0px, 90px);
	transform: translate(0px, 90px);
}

.is_loaded .joinUs.little_title .font-ol-title_ZN span {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.is_loaded .joinUs.little_title .font-ol-title_EN span {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

a {
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	/* font-weight: bold; */
}
a:active {
	color: #000;
}
.title-text {
	font-weight: bold;
	font-size: 38px;
	line-height: 50px;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 24px;
}
.contain--3T12j {
	width: 1200px;
	margin: auto;
	position: relative;
}
.header-img--GfEHj {
	margin-top: 160px;
	width: 1200px;
	height: 240px;
}
.about-header--3mjeO {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 200;
}
.header-container--wEtrw {
	position: absolute;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 335px;
	margin-left: 80px;
	top: 213px;
}
.header-container-text1--3y5St {
	font-family: OPPOSans;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	position: relative;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0.8;
}
.header-container-text2--1mtKJ {
	margin-top: 16px;
	width: 335px;
	height: 1px;
	background: #fff;
	mix-blend-mode: normal;
	opacity: 0.2;
}
.header-container-text3--2uXF8 {
	width: 350px;
	font-style: normal;
	font-weight: bold;
	font-size: 23px;
	line-height: 42px;
	margin-top: 4px;
	letter-spacing: 1px;
	color: #fff;
}
.header-container-text4--2O0_e {
	width: 340px;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 1px;
	color: #fff;
}
.culture-container--3jCUy {
	margin-top: 80px;
}
.response-container--1eYGR {
	margin-top: 80px;
}
.footer--A4Sos {
	opacity: 1;
	left: 0;
	min-width: 1200px;
	width: 100%;
	height: 200px;
	position: relative;
	background-color: black;
}
.contact-container--2oG12 {
	width: 1200px;
	margin: auto;
	margin-top: 9vh;
}

join-container {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}
.inner-header {
	position: absolute;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	width: 456px;
	z-index: 100;
	left: 50%;
	margin-left: -228px;
	margin-top: 28vh;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.join-message {
	font-size: 36px;
	line-height: 47px;
}
.join-message-sub {
	margin-top: 16px;
	letter-spacing: 24px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.join-message-sub .inner-line {
	background: #fff;
	opacity: 0.3;
	height: 0.75px;
	z-index: 2000;
	width: 38.29px;
}
.join-button {
	margin-top: 29px;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	width: 144px;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	z-index: 200;
}
.join-button:hover {
	opacity: 0.8;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.2);
}
.inner-logo--31pBX {
	width: 16.28px;
	height: 18px;
}
.inner-text {
	margin-left: 7px;
	color: #fff;
}
.video {
	-webkit-filter: grayscale(10%);
	filter: grayscale(10%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.inner-message {
	margin-top: -8px;
	margin-left: 15px;
	width: 370px;
	text-align: center;
}
.mask {
	position: absolute;
	background-color: black;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.video-container {
	height: 80.7vh;
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
}

.title-text {
	font-weight: bold;
	font-size: 38px;
	line-height: 50px;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 24px;
}
.header--lw6P- {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}
.container--2VHQ3 {
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.footer--3WME9 {
	margin-top: 71px;
	opacity: 1;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 200px;
	position: relative;
	background-color: black;
}
.joinUs {
	width: 100%;
  margin-bottom: 70px;
}
.joinUs .content {
  height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.banner-container--15xCD {
	  width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 36.25%;
    overflow: hidden;
}
.banner-img--17Grr {
	width: 100%;
  height: 100%;
  position: absolute; /* 添加这一行 */
  top: 0; /* 添加这一行 */
  left: 0; /* 添加这一行 */
  object-fit: cover; /* 确保图片填满容器并保持宽高比 */
}
.banner--2F49L {
	padding-top: 0px;
	position: absolute;
	opacity: 0;
	width: 100%;
	top: 38px;
	height: 100%;
	-webkit-transition: opacity 0.6s linear, width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-transition: opacity 0.6s linear, width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: opacity 0.6s linear, width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	transform-origin: top center;
	overflow: hidden;
	z-index: 19;
}
.empty-background--3wqWV {
	position: absolute;
	background-color: #f9f9f9;
	width: 1200px;
	height: 360px;
	z-index: -10;
}
.empty-img--K9T2g {
	width: 150px;
	height: 172px;
	opacity: 0.05;
	position: absolute;
	margin: 60px auto;
	right: 0;
	left: 0;
}
.right--3lT4c {
	position: absolute;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 80px;
	margin-left: 80px;
}
.right--3lT4c .time--3JPI0 {
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0.8;
}
.right--3lT4c .line--1Cq6M {
	width: 395px;
	height: 1px;
	background: #fff;
	opacity: 0.2;
	margin-top: 16px;
}
.right--3lT4c .title--gT0ji {
	width: 430px;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 12px;
}
.right--3lT4c .link--1qfHY {
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 12px;
	cursor: pointer;
}
.sub-container {
	position: absolute;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 100px;
	right: 100px;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 26;
	overflow: hidden;
}
.sub-container .line--1Cq6M {
	width: 1px;
	height: 25px;
	background: #898989;
	opacity: 0.3;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sub-container .time-container--3H9Cq {
	color: black;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #898989;
	border-radius: 15px;
	width: 120px;
	height: 34px;
}
.sub-container .choose-container--SywMu {
	color: black;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	background: #5bbf9d;
	color: #fff;
	border-radius: 15px;
	width: 120px;
	height: 34px;
}

.news-container--10geK {
	margin-top: 120px;
	width: 100%;
}
.news-display--19pfC {
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}
.news-block-wrap--1Y5ZX:hover .news-block--WT9-B {
	top: -15px;
}
.news-block--WT9-B {
	width: 384px;
	position: relative;
	margin-top: 48px;
	position: relative;
	top: 0;
	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
	padding: 0;
}
.news-block--WT9-B .image--2mCxe {
	border-radius: 20px;
	width: 384px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}
.news-block--WT9-B .title--3tTIf {
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-block--WT9-B .text--qFRK4 {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0.02em;
	color: #777e87;
	overflow: hidden;
	font-weight: normal !important;
}
.news-block--WT9-B .time--3Gf0J {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.06em;
	color: #afb6be;
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: normal !important;
}
.add-more--3yVwq {
	margin-top: 87px;
	font-weight: 500;
	font-size: 14.2857px;
	line-height: 19px;
	text-align: center;
	color: #afb6be;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}


.env {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}


.apple-banner {
	width: 100%;
	height: 720px;
	overflow: hidden;
}
.apple-banner .swiper-container-company {
	margin-top: -40px;
	width: 100%;
	height: 800px;
}
.swiper-button-prev,
.swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: none;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: 0;
}
.swiper-button-prev span,
.swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span {
	background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center -71px;
	left: auto;
	right: 20px;
}
.swiper-button-prev:hover span,
.swiper-button-next:hover span {
	opacity: 0.6;
}
/*分页器*/
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 50px;
	background: none;
}
.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128, 128, 128, 0.2);
}
.apple-banner .swiper-pagination-bullet-active span {
	background: gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(128, 128, 128, 0.2);
}
.apple-banner .swiper-pagination-bullet i {
	background: gray;
	height: 2px;
	transform: scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i {
	transition: transform 2.9s linear;
	transform: scaleX(1);
}
.apple-banner .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1);
}
.apple-banner .autoplay .replace span {
	background: gray;
}
/*内容样式*/

.slide1 {
	/* background: #000 url(../images/screen2_bg@2x.jpg) no-repeat 100% 100%; */
	background-size: 100% 100%;
}

.slide1 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.slide2 {
	/* background: #f3f3f3 url(../images/screen3_bg@2x.jpg) no-repeat 100% 100%; */
	background-size: 100% 100%;
}

.slide2 .title {
	padding-top: 100px;
	text-align: center;
}

.slide2 h2 {
	bottom: 100px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	width: 100%;
}

.slide3 {
	/* background: #fff url(../images/screen4_bg@2x.jpg) no-repeat 100% 100%; */
	background-size: 100% 100%;
}

.slide3 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 40px;
	font-weight: normal;
}

.work-address {
	position: relative;
	background: url(../images/map.png) no-repeat 100% 100%;
	background-size: 95% 95%;
	/* width: 11.808rem;
  height: 600px; */
	width: 100%;
	height: 700px;
}

.beijin-line {
	position: absolute;
	height: 0.2rem;
	/* top:0.01rem;
  right: 2.4rem; */
	top: 0.38rem;
	right: 21.8%;
}

.beijin-dialog {
	position: absolute;
	top: 0.3rem;
	/* right: 4.3rem; */
	right: 30%;
	background: url(../images/addressIntro.png) no-repeat 100% 100%;
	background-size: 100% 100%;
	width: 2rem;
	height: 120px;
}

.map-dialog-title {
	font-weight: normal;
	font-size: 18px;
	position: absolute;
	left: 14px;
	top: 11px;
}

.map-dialog-content {
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	width: 150px;
	color: gray;
	left: 14px;
	top: 38px;
}

.map-dialog-join {
	font-size: 12px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.map-dialog-join a:link {
	text-decoration: underline;
	color: #258162;
}

.shanghai-line {
	position: absolute;
	height: 0.2rem;
	/* top: 0.6rem;
  right: 2.3rem; */
	top: 1.02rem;
	right: 19.5%;
}

.shanghai-dialog {
	position: absolute;
	top: 1.5rem;
	right: 6.4rem;
	background: url(../images/addressIntro.png) no-repeat 100% 100%;
	background-size: 100% 100%;
	width: 2rem;
	height: 120px;
}

.guangzhou-line {
	position: absolute;
	height: 0.2rem;
	/* top: 1.7rem;
  right: 2.6rem; */
	top: 29%;
	right: 21.8%;
}

.guangzhou-dialog {
	position: absolute;
	/* top: 3.28rem;
  right: 4.2rem; */
	top: 3rem;
	right: 30%;
	background: url(../images/addressIntro.png) no-repeat 100% 100%;
	background-size: 100% 100%;
	width: 2rem;
	height: 120px;
}

.honor-address {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.honor-each-part {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	background: url(../images/honor-dialog.png) no-repeat 100% 100%;
	background-size: 100% 100%;
	width: 3rem;
	height: 200px;
}

.honor-content {
	margin-top: 10px;
	font-size: 12px;
	color: gray;
}

.honor-title {
	margin-top: 10px;
	color: #cb9a2b;
	font-size: 22px;
}

.honor-datetime {
	margin-top: 20px;
	color: #cb9a2b;
	font-size: 18px;
}
.cursor-pointer {
	cursor: pointer;
}
.honor-list {
	padding: 0 0.8rem;
	flex: 6;
}
.honor-list .box {
	width: 14.9%;
	height: 20vh;
	background-color: red;
	background: url('../images/honor-dialog.png') no-repeat center center/100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px;
	padding-top: 2vh;
	margin-bottom: 2vh;
}
.honor-list .box .title1 {
	font-size: 22px;
	color: #c6961f;
}
.honor-list .box .title2 {
	font-size: 21px;
	color: #c6961f;
}
.honor-list .box .title3 {
	font-size: 13px;
	color: #959595;
}

.wm-in-work {
	animation: identifier 1s 0.2s ease both;
}
@keyframes identifier {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.rongyu-img {
	background-size: cover; /* 或者使用 100% 100% 来填充 */
  background-position: center;
  background-repeat: no-repeat;
	width: 250px;
	height: 250px;
}
.prize-imgs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.prize-img {
  background-size: cover; /* 或者使用 100% 100% 来填充 */
  background-position: center;
  background-repeat: no-repeat;
	width: 250px;
	height: 250px;
}
.honor-imgs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.patent-img {
  background-size: cover; /* 或者使用 100% 100% 来填充 */
  background-position: center;
  background-repeat: no-repeat;
	width: 350px;
	height: 110px;
}
.honor-img{
}

.patent-imgs .img1 {
	background: url(https://www.adwangmai.com/static/images/j-2020-1.png) no-repeat center center/100% 100%;
}
.patent-imgs .img2 {
	background: url(https://www.adwangmai.com/static/images/j-2020-2.png) no-repeat center center/100% 100%;
}
.patent-imgs .img3 {
	background: url(https://www.adwangmai.com/static/images/j-2020-3.png) no-repeat center center/100% 100%;
}
.patent-imgs .img4 {
	background: url(https://www.adwangmai.com/static/images/j-2020-4.png) no-repeat center center/100% 100%;
}
.swiper-container-company {
  width: 100%;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-slide {
  transition: transform 0.3s;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
/* 响应式布局 */
@media screen and (max-width: 768px) {
  .swiper-container-company {
    padding: 10px 0;
  }
}