.indexSwiper {
	width:100%;
	height:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
}
.indexSwiper .sliderBox{
	width:100%;
	height:100%;
	padding-top: 0.8rem;
	box-sizing: border-box;
}
.swiperInner{
	width: 100%;
	max-width: 14rem;
	margin:0 auto;
	position:relative;
	padding: 0 .2rem;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
}
.home-page {
	position:absolute;
	left:0.6rem;
	width:.2rem;
	top:50%;
	transform:translateY(-50%);
	z-index:999;
}
.home-page .swiper-pagination-bullet {
	width:.12em;
	height:.12em;
	margin:0.05rem;
	background:none;
	opacity:1;
	position:relative;
}
.home-page .swiper-pagination-bullet::after {
	width:.06rem;
	height:.06rem;
	background:#999999;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	content:'';
	position:absolute;
	border-radius:50%;
	z-index:10;
}
.home-page .swiper-pagination-bullet-active {
	border:#233c82 solid 0.01rem;

}
.home-page .swiper-pagination-bullet-active::after {
	background:#233c82;
}
.home-page .swiper-pagination-bullet-active::before {
	width:.06rem;
	height:.06rem;
	background:#233c82;
	left:50%;
	top:50%;
	content:'';
	position:absolute;
	transform:translate(-50%,-50%);
	animation:showpage 2.8s linear infinite;
	border-radius:50%;
	z-index:1;
}
.home-page .swiper-pagination-bullet-active::after {
	z-index:10;
}
.home-page.white .swiper-pagination-bullet-active::before,.home-page.white .swiper-pagination-bullet::after {
	background:#ffffff;
}
.home-page.white .swiper-pagination-bullet-active {
	border:#ffffff solid 0.01rem;
}
@keyframes showpage {
	0% {
		opacity:0.8;
	}
	80% {
		width:.4rem;
		height:.4rem;
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
.banaIndex{
	width:100%;
	height:100%;
	position:relative;
}
#wapBana{
	display: none;
}
.banaIndex .videoImg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none; /* 防止移动端点击事件 */
	-webkit-user-select: none;
	user-select: none;
}
/* 隐藏所有浏览器的控制条 */
.no-controls::-webkit-media-controls {
	display: none !important;
}

.no-controls::-webkit-media-controls-enclosure {
	display: none !important;
}

/* Firefox 隐藏控制条 */
.no-controls::-moz-media-controls {
	display: none !important;
}
.banaIndex .imgT{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s cubic-bezier(0.7, 0.18, 0.53, 0.75);
	transform: scale(1, 1)
}
.swiper-slide-active img{
	opacity: 1;
}
.slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -.81rem;
    width: .81rem;
    height: .81rem;
    margin-top: -.2rem;
    background: url(../img/HD00016_03.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}
.swiper-container:hover .slider-btn-prev {
    left: 10%;
}
.swiper-container .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -.81rem;
    width: .81rem;
    height: .81rem;
    margin-top: -.2rem;
    background: url(../img/HD00016_04.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}
.swiper-container:hover .slider-btn-next {
    right: 10%;
    cursor: pointer;
}
.banaIndex .pagination{
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: .3rem;
	display: flex;
	gap:0.15rem;
	justify-content: center;
}
.banaIndex .swiper-pagination-bullet{
	width: .28rem;
	height: .1rem;
	border-radius: 0.05rem;
	background: #ffffff;
	opacity: 0.5;
}
.banaIndex .swiper-pagination-bullet-active{
	opacity: 1;
	width: .47rem;
}
.aboutBox{
	background: url(../images/bg04.jpg) no-repeat center bottom;
	background-position: cover;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}
.aboutCon{
	width: 100%;
	max-width: 12rem;
	margin: 0 auto;
}
.aboutInner{
	display: flex;
	justify-content: space-between;
	gap:0.6rem;
	align-items: stretch;
}
.aboutInner .aboutL{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.aboutL_top{
	display: flex;
	flex-direction: column;
}
.titZh{
	color: #227def;
	letter-spacing: 0.02rem;
	font-size: .36rem;
	font-family: 'OPPOSans-B';
	/* text-align: center; */
}
.titZh i{
	display:inline-block;
	background: url(../images/icon_about.png) no-repeat right top;
	background-size: .4rem .4rem;
	padding-right: .18rem;
	padding-top: 0.10rem;
}
.titEn{
	color: #227def;
	opacity: 0.2;
	font-size: .28rem;
	font-family: 'OPPOSans-B';
	line-height: .3rem;
	/* text-align: center; */
}
.about_bot{
	color: #000000;
	font-size: .16rem;
	line-height: .3rem;
	margin-top: .2rem;
	font-family: 'OPPOSans-R';
	flex: 1;
}
.aboutStats{
	display: flex;
	gap: 1.4rem;
	margin-top: .4rem;
	justify-content: space-between;
	
}
.aboutStats .statItem{
	display: flex;
	align-items: center;
	gap: .1rem;
	justify-content: space-between;
}
.aboutStats .icon img{
	width: .5rem;
	height: .5rem;
	object-fit: contain;
}
.aboutStats .info{
	display: flex;
	flex-direction: column;
}
.aboutStats .statItem .statIcon{
	font-size: .3rem;
	color: #227def;
	font-family: 'OPPOSans-B';
}
.aboutStats .statItem .statIcon a{
	color: #000000;
	font-family: 'OPPOSans-M';
	font-size: .2rem;
}
.aboutStats .statItem .statText{
	font-size: .18rem;
	color: #000000;
	font-family: 'OPPOSans-M';
}
.aboutR{
	width: 50%;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	max-height: 2.8rem;
}
.video_box{
	width: 100%;
	position: relative;
	height: 100%;
}
.video_box .video_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}
.video_box .video_play{
	display: block;
	width: 0.84rem;
	height: 0.84rem;
	background: url(../images/btn_paly.png) no-repeat center;
	background-size: contain;
	margin: 0 auto 0.2rem;
	cursor: pointer;
}
.video_box .poster{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.aboutCard{
	width: 100%;
	padding-top: .4rem;
	position: relative;
}
.aboutCard.picMarquee-left {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	overflow: hidden;
	position: relative;;
	padding-top: .4rem;
}
.aboutCard.picMarquee-left .bd {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.aboutCard.picMarquee-left .bd ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	white-space: nowrap;
	width: auto;
}
.aboutCard.picMarquee-left .bd ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.1rem;
	box-sizing: border-box;
	flex-shrink: 0;
	width: 3.45rem; /* 固定宽度：cardItem宽度3.35rem + padding 0.3rem */
}
.aboutCard .swiper-wrapper{
	display: flex;
}
.aboutCard .swiper-slide{
	padding: 0 0.15rem;
	height: auto;
	width: 3.45rem;
	box-sizing: border-box;
}
.aboutCard .cardItem{
	background: url(../images/bg05.png) no-repeat center;
	background-size: contain;
	width: 3.35rem;
	height: 1.6rem;
	display: flex;
	flex-direction: column;
	font-family: 'OPPOSans-M';
	color: #000000;
	align-items: center;
	justify-content: center;
	gap: 0.12rem;
}
.aboutCard .swiper-pagination{
	position: relative;
	margin-top: 0.3rem;
	text-align: center;
}
.aboutCard .swiper-pagination-bullet{
	width: 0.1rem;
	height: 0.1rem;
	background: #999;
	opacity: 1;
	margin: 0 0.05rem;
}
.aboutCard .swiper-pagination-bullet-active{
	background: #227def;
}
.aboutCard .swiper-button-prev,
.aboutCard .swiper-button-next{
	width: 0.4rem;
	height: 0.4rem;
	margin-top: -0.2rem;
	color: #227def;
}
.aboutCard .swiper-button-prev:after,
.aboutCard .swiper-button-next:after{
	font-size: 0.2rem;
}
.aboutCard .swiper-button-prev{
	left: -0.5rem;
}
.aboutCard .swiper-button-next{
	right: -0.5rem;
}
.aboutCard .cardItem .tit-1{
	font-size: .22rem;
}
.aboutCard .cardItem .tit-2{
	font-size: .12rem;
}
/* 新闻中心 */
.newsBox{
	display: flex;
	align-items: center;
	background: url(../images/bg06.jpg) no-repeat center;
	background-size: cover;
	padding-top: 0.8rem;
	box-sizing: border-box;
}
.newsInner{
	width: 100%;
	max-width: 12rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	max-height: 100%;
}
.newsTabBox{
	display: flex;
	justify-content: space-between;
	gap:.5rem;
	margin-bottom: 0.2rem;
}
.newsSlogen{
	font-size: .2rem;
	font-family: 'OPPOSans-M';
	background: url(../images/bg13.png) no-repeat right center;
	background-size:cover;
	color: #fff;
	flex: 1;
	padding:0 .2rem;
	box-sizing: border-box;
	min-height: .4rem;
}
.newsTop{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: -.2rem 0 .1rem;
}
.titZhWhite{
	color: #fff;
	letter-spacing: 0.02rem;
	font-size: .36rem;
	font-family: 'OPPOSans-B';
}
.titZhWhite i{
	display:inline-block;
	background: url(../images/icon_new.png) no-repeat right top;
	background-size: .4rem .4rem;
	padding-right: .18rem;
	padding-top: 0.10rem;
}
.titCnWhite{
	color: rgba(255,255,255,0.5);
	opacity: 0.2;
	font-size: .28rem;
	font-family: 'OPPOSans-B';
	line-height: .38rem;
}
.newsTabs{
	display: flex;
	gap: .3rem;
	height: .45rem;
	margin-bottom: .05rem;
	position: relative;
	width: 4rem;
}
.newsTabs::after{
	position: absolute;
	bottom: 0.02rem;
	content: '';
	width: 100%;
	left: 0;
	height: 0.01rem;
	background: #bebebe;
}
.newsTabs .newsTab{
	font-size: .18rem;
	color: #fff;
	cursor: pointer;
	font-family: 'OPPOSans-M';
	transition: all .3s;
	position: relative;
}
.newsTabs .newsTab.active::after{
	font-family: 'OPPOSans-B';
	position: absolute;
	bottom: 0;
	content: '';
	width: 100%;
	left: 0;
	height: 0.04rem;
	background: #227def;
	z-index:10;
}
.newsContent{
	display: flex;
	gap: .5rem;
}
.newsLeft{
	flex: 1;
	display: flex;
	gap:0.25rem;
}
.newsRight{
	width: 4rem;
}
.newsItem{
	background: #fff;
	border-radius: 0.05rem;
	padding:0.15rem 0.3rem;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: .1rem;
	flex: 1;
}
.newsItem .newsImg{
	width: 100%;
	height: 2.1rem;
	overflow: hidden;
}
.newsItem .newsImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.newsItem:hover .newsImg img{
	transform: scale(1.05);
}
.newsItem .newsInfo{
	display: flex;
	flex-direction: column;
	gap: .1rem;
}
.newsItem .newsTitle{
	font-size: .18rem;
	color: #000000;
	font-family: 'OPPOSans-M';
	line-height: .28rem;
}
.newsItem .newsDesc{
	font-size: .15rem;
	color: #4b5052;
	line-height: .26rem;
}
.newsItem .newsDate{
	font-size: .14rem;
	color: #4b5052;
	font-family: 'OPPOSans-R';
}
.newsItem .moreBox{
	display: flex;
	justify-content: space-between;
	color: #4b5052;
	font-size: .14rem;
	font-family: 'OPPOSans-M';
	height: 0.3rem;
	align-items: center;
}
.newsItem:hover .newsTitle,
.newsItem:hover .moreBox{
	color: #227def;
}
.newsList{
	display: flex;
	flex-direction: column;
	gap: .08rem;
	margin-bottom: .1rem;
}
.newsListItem{
	border-bottom: .01rem solid #aaaaaa;
	display: flex;
	flex-direction: column;
	padding-bottom: 0.05rem;
}
.newsListItem:last-child{
	border-bottom: none;
}
.newsListItem .newsDate{
	font-family: 'OPPOSans-B';
	display: flex;
	flex-direction: column;
	line-height: .3rem;
}
.newsListItem .year{
	font-size: .24rem;
	color: #7bc1f2;
}
.newsListItem .day{
	font-size: .2rem;
	color: #ffffff;
}
.newsListItem .newsTitle{
	font-size: .16rem;
	color: #ffffff;
	font-family: 'OPPOSans-M';
	line-height: .24rem;
	cursor: pointer;
	transition: color .3s;
	flex: 1;
}
.newsListItem .newsTitle:hover{
	color: #227def;
}
.newsListItem .descs{
	font-size: .14rem;
	color: #ffffff;
	line-height: 0.28rem;
}
.newsListItem .news_t{
	display: flex;
	justify-content: space-between;
	gap:0.2rem;
	align-items: center;
}
.newsMore{
	color: #ffffff;
	font-size: .18rem;
	font-family: 'OPPOSans-M';
	background: url(../images/moreBg.png) no-repeat center;
	background-size: cover;
	height: 0.45rem;
	width: 100%;
}
/* 研发&合作 */
.rndBox{
	display: flex;
	align-items: center;
	background: url(../images/bg07.jpg?v=002) no-repeat center bottom;
	background-size:cover;  
	width: 100%;
	height: 100%;
}
.rndInner{
	width: 100%;
	max-width: 12rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
}
.rndTop{
	display: flex;
	flex-direction: column;
	margin-bottom: .2rem;
}
.rndTop .titEn{
	color: #0194d7;
	opacity: 0.2;
}
.rndContent{
	display: flex;
	gap: .5rem;
}
.rndLeft{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
.rndLeft .moreHerf{
	font-family: 'OPPOSans-M';
	font-size: 0.16rem;
	letter-spacing: 0.01rem;
	color: #757575;
	display: flex;
	justify-content: flex-end;
}
.rndLeft .moreHerf:hover{
	color: #227def;
}
.partnerLogos{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .2rem;
}
.partnerLogo{
	height: 1rem;
}
.partnerLogo img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.rndRight{
	flex: 1;
}
.cooperateForm{
	background: linear-gradient(to bottom, #c7e0f9, #d6eaf9, #d8ecfa);
	padding:0.15rem .3rem;
	border-radius: .1rem;
	box-shadow: 0 .04rem .09rem rgba(34, 125, 239, 0.2);
}
.cooperateForm .formTitle{
	font-size: .2rem;
	color: #000000;
	font-family: 'OPPOSans-M';
	height: .4rem;
}
.formItemList{
	display: flex;
	gap:0.2rem;
}
.cooperateForm .formItem{
	margin-bottom: .1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.cooperateForm .formItem .tit{
	color: #676767;
	font-size: .14rem;
	line-height: .3rem;
	padding: 0 0.1rem;
	box-sizing: border-box;
}
.cooperateForm .formItem input,
.cooperateForm .formItem textarea{
	width: 100%;
	border: .01rem solid #fff;
	border-radius: .1rem;
	font-size: .16rem;
	color: #333333;
	font-family: 'OPPOSans-R';
	box-sizing: border-box;
	transition: all .3s;
	padding: .1rem .15rem;
}
.cooperateForm .formItem input:focus,
.cooperateForm .formItem textarea:focus{
	border-color: #227def;
	outline: none;
}
.cooperateForm .formItem textarea{
	min-height: 1.2rem;
	resize: vertical;
}
.cooperateForm .formBtn{
	width: auto;
	padding: .08rem 0.5rem;
	background: #4591f1;
	color: #ffffff;
	font-size: .18rem;
	border-radius: .1rem;
	cursor: pointer;
	font-family: 'OPPOSans-M';
	transition: all .3s;
	/*letter-spacing: 0.1rem;*/
	margin: .1rem auto;
}
.cooperateForm .formBtn:hover{
	background: #0a4ba8;
}
.cooperateForm .error-msg{
	display: none;
	font-size: 0.14rem;
	color: #ff4444;
	margin-top: 0.06rem;
	padding-left: 0.1rem;
	line-height: 0.18rem;
}
.cooperateForm .success-msg{
	display: block;
	font-size: 0.16rem;
	color: #52c41a;
	background: #f6ffed;
	border: 0.01rem solid #b7eb8f;
	border-radius: 0.04rem;
	padding: 0.12rem 0.2rem;
	margin-bottom: 0.2rem;
	line-height: 0.22rem;
	text-align: center;
	animation: fadeInDown 0.3s ease;
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.cooperateForm input.error,
.cooperateForm textarea.error{
	border: .01rem solid #ff4444;
	background: #fff5f5;
}
.cooperateForm input.error:focus,
.cooperateForm textarea.error:focus{
	border-color: #ff4444;
	box-shadow: 0 0 0 0.02rem rgba(255,68,68,0.1);
}
/* 生产布局 */
.productionBox{
	background: url(../images/bg08.jpg?v=001) no-repeat center bottom;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.productionInner{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 14rem;
	margin: 0 auto;
	height: 3.5rem;
	justify-content: space-between;
}
.productionTop{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.productionTop .tit-3{
	color: #ffffff;
	opacity: 0.2;
	font-size: .26rem;
	font-family: 'OPPOSans-B';
	text-align: center;
}
.productionContent{
	display: flex;
}
.productionBtn{
	background: #4591f1;
	color: #edf3f6;
	font-size: .2rem;
	border-radius: .25rem;
	font-family: 'OPPOSans-M';
	transition: all .3s;
	padding: 0 0.65rem;
	height: 0.5rem;
}
.productionBtn:hover{
	background: #0a4ba8;
}
/* 销售中心 */
.salesBox{
	background: url(../images/bg09.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.salesInner{
	width: 100%;
	max-width: 12rem;
	margin: 0 auto;
}
.salesTabBox{
	display: flex;
	justify-content: space-between;
	gap:1rem;
	padding:0 0.5rem;
	box-sizing: border-box;
	align-items: center;
}
.salesTop{
	display: flex;
	flex-direction: column;
	margin-bottom: .2rem;
}
.salesTabs{
	display: flex;
	gap: .3rem;
	flex: 1;
	position: relative;
	height: 0.4rem;
}
.salesTabs::after {
	position: absolute;
	bottom: 0.02rem;
	content: '';
	width: 100%;
	left: 0;
	height: 0.01rem;
	background: #bebebe;
}
.salesTabs .salesTab{
	font-size: .18rem;
	color: #666666;
	cursor: pointer;
	font-family: 'OPPOSans-M';
	transition: all .3s;
}
.salesTabs .salesTab.active{
	color: #227def;
	font-family: 'OPPOSans-B';
	position: relative;
}
.salesTabs .salesTab.active::after{
	font-family: 'OPPOSans-B';
	position: absolute;
	bottom: 0;
	content: '';
	width: 100%;
	left: 0;
	height: 0.04rem;
	background: #227def;
	z-index:10;
}
.salesContent{
	display: flex;
	flex-direction: column;
	gap: .3rem;
}
.productCards{
	/*display: grid;*/
	gap: .2rem;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	flex-wrap: wrap;
}
.wapProduct{
	display: none;
}
.productCard{
	flex: 1;
	min-width: 2rem;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition: all .3s;
	background-color: #ffffff;
	box-shadow: 0px 0px 0.05rem 0px 
		rgba(34, 125, 239, 0.2);
	border-radius: 0.1rem;
}
.productCard:hover{
	transform: translateY(-.2rem);
}
.productCard .cardImg{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: .1rem;
	overflow: hidden;
	position: relative;
}
.productCard .cardImg .bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.productCard .cardImg .img{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.productCard:hover .img{
	transform: scale(1.08);
}
.productCard .cardTitle{
	font-size: .18rem;
	color: #000000;
	text-align: center;
	padding:0 0.2rem;
	line-height: .32rem;
	margin: 0.15rem 0;
	box-sizing: border-box;
}
.productCard:hover .cardTitle{
	color: #227def;
}
.salesMore .moreBtn{
	display: inline-block;
	background: #4591f1;
	color: #ffffff;
	height: 0.5rem;
	font-size: .2rem;
	border-radius: .25rem;
	font-family: 'OPPOSans-M';
	transition: all .3s;
	padding: 0 0.65rem;
	line-height: 0.5rem;
}
.salesMore .moreBtn:hover{
	background: #0a4ba8;
}
/* 解决方案 */
.solutionBox{
	background: url(../images/bg10.jpg?v=001) no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	padding-top: 0.8rem;
	box-sizing: border-box;
}
.solutionInner{
	width: 100%;
	max-width: 14rem;
	margin: 0 auto;
	height: 3.8rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.solutionTop{
	display: flex;
	flex-direction: column;
}
.solutionTop .solutionText{
	font-size: .18rem;
	max-width: 8.4rem;
	color: #333333;
	line-height: .32rem;
	text-align: center;
	margin-top: 0.1rem;
}
/* 招商服务 */
.investmentBox{
	background: url(../images/bg12.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.investmentInner{
	width: 100%;
	max-width: 12rem;
	margin: 0 auto;
}
.investmentTop{
	display: flex;
	flex-direction: column;
	gap: .1rem;
	margin: -.2rem 0 .3rem;
}
.investmentContent{
	display: flex;
	position: relative;
	height: 4.6rem;
	gap:0.5rem;
	background: #fff;
	border-radius: .2rem;
	align-items: center;
}
.investmentContent .itbg{
	position: absolute;
	height: 5.5rem;
	bottom: 0;
	right:0;
	width: auto;
	max-width: 14rem;
	object-fit: contain;
}
.investmentContent .itbg.bg2{
	height: 4.8rem;
}
.investmentContent .itbg.bg3{
	height: 5.2rem;
}
.investmentContent .itbg.bg4{
	height: 5.1rem;
}
.investmentTabs{
	width: 1.8rem;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 10;
	gap:0.05rem;
}
.investmentTabs .investmentTab{
	box-sizing: border-box;
	height: 0.8rem;
	font-size: .24rem;
	color: #666666;
	cursor: pointer;
	font-family: 'OPPOSans-M';
	transition: all .5s;
}
.investmentTabs .investmentTab.active,
.investmentTabs .investmentTab:hover{
	font-family: 'OPPOSans-B';
	background: url(../images/tit_bg.png) no-repeat;
	background-size:100% 100%;
	color: #fff;
	border-radius: 0px .2rem .2rem 0;
}
.investmentInfo{
	width: 5rem;
	display: flex;
	flex-direction: column;
	gap: .2rem;
	justify-content: center;
	position: relative;
	z-index: 10;
}
.investmentTitle{
	font-size: .24rem;
	color: #000000;
	font-family: 'OPPOSans-B';
	line-height: .4rem;
	position: relative;
	padding-left: 0.1rem;
}
.investmentTitle .bg{
	position: absolute;
	left: 0;
	width: .56rem;
	top: -0.25rem;
}
.investmentCont{
	font-size: .16rem;
	color: #000000;
	line-height: .3rem;
}
.investmentDesc{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	flex-wrap: wrap;
	gap:0.3rem 0.5rem;
	padding-right: .6rem;
	box-sizing: border-box;
}
.investmentDesc .tit-1{
	color: #227def;
	font-size: .22rem;
	font-family: 'OPPOSans-B';
	white-space: nowrap;
}
.investmentDesc .tit-2{
	color: #000000;
	font-size: .16rem;
	white-space: nowrap;
}
.investmentDesc .descItem{
	display: flex;
	flex-direction: column;
}
/* CDMO */
.cdmoBox{
	background: url(../images/bg11.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.cdmoInner{
	width: 100%;
	max-width: 12rem;
	margin: 0 auto;
	height: 3.5rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.cdmoTop{
	display: flex;
	flex-direction: column;
}
.cdmoTop .tit-2{
	color: #000000;
	opacity: 0.4;
	letter-spacing: 0.02rem;
	font-size: .24rem;
	font-family: 'OPPOSans-B';
	text-align: center;
}
.cdmoText{
	font-size: .18rem;
	color: #000000;
	line-height: .32rem;
	max-width: 11rem;
	text-align: center;
	padding-top: 0.2rem;
}
.footBotBox{
	background: url(../images/bg06.jpg) no-repeat center -3.2rem;
	background-size:100% auto;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
}
.footInner{
	padding: 0.3rem 0 0.5rem !important;
}
.footNav dt{
	line-height: .45rem;
}
.footNav dd{
	line-height: .36rem;
}
@media screen and (max-width: 1601px){
	.footInner{
		padding: 0.3rem 0 0.5rem !important;
	}
	.footNav dt{
		line-height: .45rem;
	}
	.investmentInfo{
		width: 4.3rem;
	}
	.productionInner{
		height: 3.1rem;
	}
	.solutionInner{
		height: 3.6rem;
	}
	.indexSwiper .sliderBox{
		padding-top: 0.7rem;
	}
	.video_box{
		height: 2.8rem;
	}
	.about_bot{
		margin-top: 0.2rem;
		font-size: .18rem;
	}
	.aboutStats{
		margin-top: .2rem;
	}
	.aboutCard .swiper-button-prev,
	.aboutCard .swiper-button-next{
		display: none;
	}
	.newsSlogen{
		font-size: .2rem;
	}
	.newsTabs{
		height: .4rem;
	}
	.newsTabBox{
		margin-bottom: 0.15rem;
	}
	.newsItem .newsImg{
		height: 2rem;
	}
	.newsItem{
		padding:0.1rem 0.2rem;
	}
	.newsItem .moreBox{
		height: 0.3rem;
	}
	.partnerLogo{
		height: 0.9rem;
	}
	.cooperateForm .formTitle{
		font-size: .20rem;
		height: .3rem;
	}
	.cooperateForm .formItem input,
	.cooperateForm .formItem textarea{
		font-size: .14rem;
		padding: .1rem .15rem;
	}
	.cooperateForm .formItem textarea{
		min-height: 1.2rem;
	}
	.cooperateForm{
		padding: 0.1rem .3rem 0.1rem;
	}
}
@media screen and (max-width: 1200px){
	.productCards{
		gap: .15rem;
	}
	.productCard .cardTitle{
		font-size: .18rem;
	}
	.cdmoInner,
	.investmentInner,
	.solutionInner,
	.salesInner,
	.productionInner,
	.rndInner,
	.newsInner,
	.aboutBox{
		padding: 0.4rem 0.2rem;
	}
	.investmentContent .itbg{
		display: none !important;
	}
	.investmentTabs{
		width: 1rem;
		flex-direction: column;
		overflow-x: auto;
	}
	.investmentContent{
		gap:.3rem;
		height: auto;
	}
}
@media screen and (max-width: 1024px){
/* 	.aboutStats .statItem{
		flex: 1;
	} */
	.home-page{
		display: none;
	}
	.indexSwiper{
		height: auto;
	}
	.indexSwiper > .swiper-wrapper{
		height: auto;
		display: block;
	}
	.indexSwiper > .swiper-wrapper > .swiper-slide{
		height: auto;
		min-height: auto;
		padding:0;
	}
	.indexSwiper .banaBox .swiper-slide{
		padding:0;
	}
	.swiperInner{
		padding: .4rem .2rem;
		height: auto;
		display: block;
	}
	.aboutBox,
	.newsBox,
	.rndBox,
	.productionBox,
	.salesBox,
	.solutionBox,
	.investmentBox,
	.cdmoBox{
		display: block;
		align-items: flex-start;
	}
	.aboutInner{
		flex-direction: column;
		gap: .3rem;
	}
	.aboutInner .aboutL,
	.aboutR{
		width: 100%;
	}
	.aboutStats{
		justify-content: space-around;
		flex-wrap: wrap;
		gap:.4rem;
	}
	.newsContent{
		flex-direction: column;
	}
	.newsRight{
		width: 100%;
	}
	.rndContent{
		flex-direction: column;
	}
	.rndRight{
		width: 100%;
	}
	.partnerLogos{
		grid-template-columns: repeat(2, 1fr);
	}
	.productCards{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.salesTabBox{
		flex-direction: column;
		gap:0;
	}
	.salesTabs{
		width: 100%;
		margin-bottom: .2rem;
		height: .4rem;
		line-height: .4rem;
	}
	.productCard{
		min-width: 100%;
	}
	.investmentContent{
		/* flex-direction: column; */
	}
	
	.investmentTabs .investmentTab{
		border-left: none;
		border-bottom: .03rem solid transparent;
		white-space: nowrap;
		font-size: .2rem;
		height: 0.6rem;
	}
	.indexSwiper .banaBox{
		padding: 0;
		width: 100%;
	}
}
@media screen and (max-width: 768px){
    .indexSwiper{
        margin-top: 0.6rem;
    }
	.aboutCard.picMarquee-left .bd ul li{
		width:3rem;
	}
	.aboutCard .cardItem .tit-1{
		font-size: 0.18rem;
	}
	.aboutStats .statItem .statIcon a{
		font-size: .14rem;
	}
	#wapBana{
		display: block;
	}
	.banaBox{
		padding-top: 0.6rem;
	}
	#pcBana{
		display: none;
		position: relative;
		z-index: -100;
	}
	.investmentTabs .investmentTab.active,
	.investmentTabs .investmentTab:hover{
		border-radius:.1rem;
	}
	.investmentTabs .investmentTab{
		flex: 1;
		height: .4rem;
		font-size: .16rem;
	}
	.investmentTabs{
		width: 100%;
		flex-direction: row;
		overflow-x: auto;
		margin-bottom: .2rem;
	}
	.aboutStats .icon img{
		width: .4rem;
		height: .4rem;
	}
	.aboutInner{
		flex-direction: column;
	}
	.investmentInfo{
		width: auto;
		flex: 1;
	}
	.investmentInfo.info1{
		background: url(../images/zsBg01.png) no-repeat center center;
		background-size:100% auto;
	}
	.investmentInfo.info2{
		background: url(../images/zsBg02.png) no-repeat center center;
		background-size:100% auto;
	}
	.investmentInfo.info3{
		background: url(../images/zsBg03.png) no-repeat center center;
		background-size:100% auto;
	}
	.investmentInfo.info4{
		background: url(../images/zsBg04.png) no-repeat center center;
		background-size:100% auto;
	}
	.investmentContent{
		gap:0.15rem;
		flex-direction: column;
		align-items: stretch;
	}
	.investmentContent .itbg{
		display: none !important;
	}
	.investmentTitle{
		font-size: .2rem;
		line-height: .32rem;
	}
	.investmentCont{
		font-size: .16rem;
		line-height: .28rem;
	}
	.investmentDesc{
		grid-template-columns: 1fr;
		gap: .16rem;
		padding-right: 0;
	}
	.investmentDesc .tit-1{
		font-size: .18rem;
	}
	.investmentDesc .tit-2{
		font-size: .14rem;
	}
	.salesTabBox{
		flex-direction: column;
		gap:0;
		padding:0;
	}
	.salesTabs{
		width: 100%;
		justify-content: flex-start;
		margin-bottom: .2rem;
	}
	.productCard .cardTitle{
		padding: 0 0.1rem;
	}
	.productCards{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.productCards.wapProduct{
		display: block;
		display: grid;
	}
	.productCards.pcProduct{
		display: none;
	}
	.newsSlogen{
		font-size: .16rem;
	}
	.newsLeft{
		flex-direction: column;
	}
	.newsTabBox{
		flex-direction: column;
		gap: 0.1rem;
	}
	.banaIndex{
		height: 3rem;
	}
	.indexSwiper > .swiper-wrapper{
		height: auto;
		display: block;
	}
	.swiperInner{
		padding: .3rem .15rem;
		height: auto;
		display: block;
	}
	.newsRight{
		padding: 0;
	}
	.indexSwiper .solutionBox,
	.indexSwiper .cdmoBox{
		padding: 0.5rem 0.2rem;
	}
	.indexSwiper .footBotBox{
		background: none;
		padding:0.2rem 0 0;
	}
	.aboutBox,
	.newsBox,
	.rndBox,
	.productionBox,
	.salesBox,
	.solutionBox,
	.investmentBox,
	.cdmoBox{
		height: auto;
		display: block;
		align-items: flex-start;
	}
	.aboutInner .aboutL .tit-1,
	.newsTop .tit-1,
	.rndTop .tit-1,
	.productionTop .tit-1,
	.salesTop .tit-1,
	.solutionTop .tit-1,
	.investmentTop .tit-1,
	.cdmoTop .tit-1{
		font-size: .28rem;
	}
	.aboutInner .aboutL .tit-2,
	.newsTop .tit-2,
	.rndTop .tit-2,
	.productionTop .tit-2,
	.salesTop .tit-2,
	.solutionTop .tit-2,
	.investmentTop .tit-2{
		font-size: .22rem;
	}
	.about_bot,
	.solutionText,
	.cdmoText,
	.solutionTop .solutionText{
		font-size: .15rem;
		line-height: .26rem;
	}
	.aboutStats{
		flex-wrap: wrap;
		gap: .2rem;
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.aboutStats .statItem .statIcon{
		font-size: .24rem;
	}
	.aboutStats .statItem{
		justify-content: center;
	}
	.aboutStats .statItem .statText{
		font-size: .14rem;
	}
	.aboutCard .cardItem{
		width: 100%;
		max-width: 3rem;
		height: 1.4rem;
	}
	.aboutCard .swiper-slide{
		width: 3.2rem;
	}
	.aboutCard .swiper-button-prev,
	.aboutCard .swiper-button-next{
		display: none;
	}
	.newsTabs,
	.salesTabs{
		flex-wrap: wrap;
		gap: .15rem;
	}
	.newsTabs .newsTab,
	.salesTabs .salesTab{
		font-size: .16rem;
		padding: .08rem .2rem;
	}
	.newsItem .newsTitle,
	.productCard .cardTitle{
		font-size: .16rem;
	}
	.newsItem .newsDesc,
	.newsListItem .newsTitle{
		font-size: .14rem;
	}
	.cooperateForm{
		padding: .3rem;
	}
	.productionBtn a,
	.solutionBtn a,
	.cdmoBtn a,
	.newsMore a,
	.salesMore a{
		font-size: .16rem;
		padding: .1rem .3rem;
	}
	.investmentDesc .descItem{
		font-size: .16rem;
		padding: .12rem .2rem;
	}
	.cdmoTop .tit-2,
	.titEn,
	.titZhWhite{
		font-size: .2rem;
		text-align: center;
	}
	.cdmoInner{
		height: 4rem;
	}
	.titZh,
	.titZhWhite{
		font-size: .3rem;
		text-align: center;
	}
}