body{
	background-color: #f5f5f7 !important;
	font-family: "AlimamaFangYuanTiVF";
}
.page{
	width: 100%;
	background-color:#f5f5f7;
}
.banner{
	position: relative;
	width: 100%;
}
.banner-bg{
	width: 100%;
	height: 77vh;
	overflow: hidden;
}
.banner-img{
	width: 100%;
	object-fit: cover;
}
.company-title{
	position: absolute;
    top: 25.5%;
    width: 96%;
    left: 2%;
}
.company-title-flex{
	max-width: 1300px;
    flex: 1;
}
.company-banner-mask{
	position: absolute;
	bottom: -70px;
	width: 100%;
	object-fit: cover;
}
.content{
	position: relative;
    width: 98%;
    margin: -23rem auto 0;
}
.content-zoom{
	margin: -19rem auto 0;
}
.content-con{
	max-width: 1280px;
    border-radius: 35px;
    overflow: hidden;
    flex: 1;
}
.navi-list{
	width: 100%;
}
.navi-item{
	width: 100%;
	height: 62px;
	background-color: #11465F;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 3.7px;
	color: #fff;
	font-family: "AlimamaFangYuanTiVF";
	font-weight: 400;
	cursor: pointer;
	transition: background-color .3s ease-out;
}
.navi-item img{
	padding-right: 32px;
}
.navi-item-s{
	background-color: #fff;
	color: #11465F;
}
.icon02{
	display: none;
}
.content-page{
	min-height: 500px;
    background-color: #fff;
    flex: 1;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
	align-items: center;
}
/* 理念 */
.company-linian,.company-licheng,.company-zizhi,.company-jishu,.company-huoban{
	position: relative;
    max-width: 1024px;
    height: 800px;
    background-color: #fff;
    flex: 1;
    padding: 0 1rem 2rem;
	background-size: 100% 100%;
}
.company-linian-title{
	min-width: 967px;
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    margin: 4rem auto 0;
}
.company-linian-title-en{
	font-family: "AlimamaFangYuanTiVF";
	font-weight: 400;
	font-size: 20px;
	line-height: 44.73px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #6FD34A;
}
.company-linian-title-cn{
	font-family: "AlimamaFangYuanTiVF";
	font-weight: 400;
	font-size: 25px;
	line-height: 44.73px;
	letter-spacing: 3.25px;
	text-transform: uppercase;
	color: #11465F;

}
.company-linian-title-cntop{
	padding-top: 12px;
}
.company-detail{
	display: flex;
    gap: 3rem;
	flex:1;
}
.company-intro{
	font-family: "AlimamaFangYuanTiVF";
	font-weight: 400;
	font-size: 16px;
	line-height:2rem;
	letter-spacing: 0.8px;
	text-align: justify;
	text-align-last: start;
	color: #8A8A8B;
	/* width: 473px; */
	flex: 1;
	margin-top:34px
}
.company-intro p{
	text-indent: 30px
}
.company-info {
    flex: 1;
    max-width: 460px;
}
.company-img{
	display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
	/* position: absolute;
	top: 307px;
	right: 98px; */
}
.company-img-swipe{
	/* margin-top: 36px;
	width: 522px;
	height: 260px; */
	overflow: hidden;
}
.company-img-title{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 46px;
	background-color: rgba(136, 207, 94, 0.8);
	padding-left: 31px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.8px;
	color: #fff;
}
.company-btn{
	display: flex;
    flex-direction: row;
    gap: 10px;
	justify-content: end;
}
.company-btn-prev{
	cursor: pointer;
}
.company-btn-prev:hover{
	.btn-prev-img01{
		display: none;
	}
	.btn-prev-img02{
		display: block;
	}
}
.company-btn-next{
	cursor: pointer;
}
.company-btn-next:hover{
	.btn-next-img01{
		display: none;
	}
	.btn-next-img02{
		display: block;
	}
}
.btn-prev-img02,.btn-next-img02{
	display: none;
}
.company-map{
	height: 260px;
    border: 1px solid #88CF5E;
    border-radius: 10px;
    margin: 2rem 0;
}
#mapContainer{
	height: 100%!important;
}
.company-trans{
	color: #004661;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.trans-items{
	
}
.trans-detail{
	display: flex;
    flex-direction: row;
	cursor: pointer;
	align-items: center;
}
.trans-detail img {
	margin-right: 20px;
}
.trans-detail span{
	flex: 1;
	text-decoration: underline;
}
.detail-special{
	border-left: 1px solid;
    text-indent: 1rem;
}
/* 企业特色 */
/* .company-licheng{
	position: relative;
	display: none;
	width: 100%;
	min-height: 500px;
	background-color: #fff;
} */
.company-licheng-scroll{
	position: relative;
    width: 100%;
    z-index: 10;
    display: flex
}
.company-licheng-list{
	padding-top: 16px;
	margin:1.2rem 0 0;
	width: calc(100% - 3rem);
	height: 767px;
	box-sizing: border-box;
}
.company-licheng-item:not(:first-child){
	margin-top: -17px;
}
.item-top-year{
	width: 85px;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color: #88CF5E;
}
.item-top-circle{
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 2px solid #88CF5E;
	margin-right: 37px;
}
.item-top-txt{
	width: 166px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #88CF5E;
}
.item-top-txt2{
	width: 188px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #88CF5E;
}
.item-top-txt img{
	padding-right: 9px;
}
.item-top-txt2 img{
	padding-right: 9px;
}
.item-top-txt3{
	width: 210px;
}
.item-top-txt4{
	width: 265px;
}
.top-special{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    max-width: 195px;
}
.top-special span{

}
.special-left{
	font-size: 48px;
    width: 48px;
    font-weight: 700;
	margin-right: 10px;
}
.company-licheng-item-middle{
	margin-top: -16px;
	margin-left: 94px;
	padding-top: 20px;
	border-left: 2px solid #88CF5E;
	padding-left: 46px;
	padding-bottom: 77px;
}
.company-licheng-item-middle p{
	padding-top: 16px;
	font-weight: 400;
	font-size: 16.16px;
	line-height: 16.16px;
	color: #808080;
}
.item-top-num-con{
	position: relative;
}
.item-top-num{
	font-weight: 700;
	font-size: 31px;
	line-height: 31px;
	color:#88CF5E ;
}
.item-top-hetong{
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color:#88CF5E ;
}
.item-top-num-more{
	position: absolute;
	top: -7px;
	right: -18px;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	color:#88CF5E ;
}
.item-top-num-more span:first-child{
	font-size: 15px;
	line-height: 18px;
}
.nicescroll-rails{
	opacity: 0 !important;
	top: -300px !important;
	left: 1000px !important;
	transform: scaleY(0.2) scaleX(0.5);
	width: 2px !important;
}
.nicescroll-rails-show{
	opacity: 1 !important;
}
.nicescroll-cursors{
	margin-left: -3px !important;
	width: 6px !important;
	float: none !important;
}
.company-licheng-img{
	position: relative;
	margin-top: -200px;
	width: 100%;
	z-index: 9;
}
/* 荣誉资质 */
.company-zizhi{
	padding: 0 1rem 23rem;
}
.company-zizhi-title{
	font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #808080;
    display: flex;
    flex-direction: column;
    margin: 3rem auto 1.5rem;
}
.company-zizhi-year{
	padding-top: 16px;
	/* padding-left: 115px; */
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #808080;
}
.company-zizhi-img{
	position: absolute;
    bottom: 3rem;
    right: -7rem;
	width: 67rem;
	height: 31rem;
	/* 固定高度，避免图片尺寸差异导致容器高度抖动 */
}
.company-zizhi-img .swiper-wrapper{height:100%;}
.company-zizhi-img .swiper-slide{
	height:100%;
	display:flex;
	align-items:flex-end; /* 垂直底对齐 */
	justify-content:flex-end; /* 水平右对齐 */
}
.company-zizhi-swiper-img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
/* 核心技术 */
/* .company-jishu{
	display: none;
	width: 100%;
	min-height: 500px;
	background-color: #fff;
} */
.company-jishu-title{
	padding-top: 28px;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #808080;
}
.company-jishu-scroll{
	padding-left: 115px;
}
.company-jishu-yingjian{
	padding: 40px 0px 24px 0px;
}
.company-jishu-yingjian span{
	display: inline-block;
	padding-left: 27px;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #88CF5E;
}
.company-jishu-img{
	padding-left: 115px;
}
.company-jishu-detail{
	padding-top: 16px;
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #004661;
}
.company-jishu-detail-span{
	color: #808080;
}
/* 合作伙伴 */
.company-huoban{
	display: none;
	width: calc(100% - 2rem);
    height: 1001px;
    background-image: url(../img/company-huoban-bg.jpg);
    background-repeat: no-repeat;
    padding: 0 1rem;
    max-width: 1280px;
}
.company-huoban-title-color{
	color: #fff;
}
.company-huoban-logo{
	min-height: 615px;
	position: relative;
	padding: 1rem 0 3rem;
}
.logo-sat{
	position: absolute;
	top: 270px;
	left: 27px;
	width: 86px;
	height: 86px;
}
.logo-space{
	position: absolute;
	top: 480px;
	left: 85px;
	width: 98px;
	height: 98px;
}
.logo-1938{
	position: absolute;
	top: 100px;
	left: 183px;
	width: 109px;
	height: 109px;
}
.logo-haerbing{
	position: absolute;
	top: 362px;
	left: 155px;
	width: 76px;
	height: 76px;
}
.logo-kexueyuan{
	position: absolute;
	top: 228px;
	left: 520px;
	width: 200px;
	height: 200px;
}
.logo-hangtian{
	position: absolute;
	top: 425px;
	left: 280px;
	width: 200px;
	height: 200px;
}
.logo-shikong{
	position: absolute;
	top: 66px;
	left: 592px;
	width: 57px;
	height: 57px;
}
.logo-kegong{
	position: absolute;
	top: 173px;
	left: 304px;
	width: 160px;
	height: 160px;
}
.logo-daoyu{
	position: absolute;
	top: 507px;
	left: 565px;
	width: 105px;
	height: 105px;
}
.logo-xingwang{
	position: absolute;
	top: 85px;
	left: 755px;
	width: 159px;
	height: 159px;
}
.logo-tanxin{
	position: absolute;
	top: 213px;
	left: 894px;
	width: 159px;
	height: 159px;
}
.logo-weixing{
	position: absolute;
	top: 380px;
	left: 767px;
	width: 116px;
	height: 116px;
}
.logo-dianke{
	position: absolute;
		top: 30px;
		left: 400px;
		width: 100px;
		height: 100px;
}
.logo-haiyang{
	position: absolute;
	top: 36px;
	left: 1015px;
	width: 114px;
	height: 114px;
}
.logo-yinhe{
	position: absolute;
	top: 190px;
	left: 1100px;
	width: 76px;
	height: 76px;
}
.logo-lian{
	position: absolute;
	top: 362px;
	left: 1072px;
	width: 105px;
	height: 105px;
}
.logo-fangwu{
	position: absolute;
	top: 533px;
	left: 894px;
	width: 79px;
	height: 79px;
}
.logo-wuhan{
	position: absolute;
	top: 516px;
	left: 1072px;
	width: 78px;
	height: 78px;
}
/*  */
.page2-top1-txt span:first-child{
	font-family: "AlimamaFangYuanTiVF";
	font-weight: 600;
	font-size: 34px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 1px;
	color: #6FD34A;
}
.page2-top1-txt span:last-child{
	padding-left: 17px;
	font-family: "AlimamaFangYuanTiVF";
	font-weight: 400;
	font-style: Regular-Square;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 17px;
	letter-spacing: 2px;
	color: #000000;
}
.page2-top1-line{
	margin: 0px 19px;
	width:3px;
	height: 36px;
	background-color: #6FD34A;
}
@media screen and (max-width:1400px) {
	.page2-top1-txt span:first-child{
		font-size: 32px;
	}
	.page2-top1-line {
		margin: 0px 10px;
	}
}
.page2-top2{
	margin-top: 40px;
}
.page2-top2-txt span:first-child{
	font-family: "AlimamaFangYuanTiVF";
	font-weight: 700;
	font-style: Bold;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 34px;
	letter-spacing: 1px;
	color: #6FD34A;
}
.page2-top2-txt span:last-child{
	padding-left: 18px;
	font-family: "AlimamaFangYuanTiVF";
	font-weight: 400;
	font-style: Regular-Square;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 17px;
	letter-spacing: 2px;
	color:#000000
}
.page2-top2-txt p{
	display: inline-block;
	font-family: "AlimamaFangYuanTiVF";
	font-weight: 400;
	font-style: Regular-Square;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 25px;
	letter-spacing: 6px;
	color:#000000 !important
}
.page2-top2-line{
	margin: 0px 30px;
	width:3px;
	height: 36px;
	background-color: #6FD34A;
}
@media screen and (max-width:1400px) {
	.page2-top2-line {
		margin: 0px 20px;
	}
}