.about-title-bg {
	width: 100%;
	height: 720px;
	min-height: 720px;
	position: relative;
}
.about-title-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-column {
	font-size: 64px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 10%;
}
.about-solg {
	font-size: 36px;
	font-weight: inherit;
	color: #fff;
	position: absolute;
	bottom: 30%;
	left: 10%;
}
.about-g-item img{
	width: 100%;
	height: 200px;
}
.about-g-item p{
	font-size: 16px;
	font-weight: 500;
	line-height: 3;
}
.about-content,.service-content-box{
	max-width: 1440px;
	padding: 0 50px;
	margin: 0 auto;
}
.scroll {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
}
.scroll .icon {
	font-size: 60px;
}
.scroll P {
	font-size: 20px;
	color: #fff;
}

.about-content,.culture-content,.afert-content{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 50px;
}

.about-content-box {
	display: flex;
	justify-content: space-between;
}
.about-content-left {
	flex: 1;
    color: #005197;
    padding: 50px 0;
	scroll-margin-top: 100px; /* 调整距离 */
}
.about-content-left h2 {
    font-size: 40px;
    line-height: 2;
    font-weight: bold;
}
.about-content-left p{
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
    font-weight: 400;
    color: #000;
}
.about-content-left .about-name{
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    color: #005197;
}


.about-content-right {
	flex: 1;
    height: 480px;
    text-align: center;
    margin-top: 90px;
}
.about-content-right img{
    height: 100%;
}

.about-number{
    width: 100%;
    position: relative;
}
.about-number-bg{
    width: 50vw;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background: #005197;
	z-index: -1;
}
.about-box{
	width: 100%;
	max-width: 2020px;
	margin: 0 auto;
	padding: 0 50px;
}
.about-box{
	max-width: 1440px;
	display: flex;
	gap: 150px;
}
.about-number-box{
	flex: 1;
}
.about-g{
	flex: 1;
}
.about-number-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.number-item{
	flex: 1 1 48%;
	/* width: calc(50% - 20px); */
}
.number-text{
	padding-top: 26px;
}
.number-item h3 {
    font-size: 40px;
    font-family: "SpineSans", sans-serif;
    color: #fff;
	line-height: 1.2;
    display: inline-block;
}
.number-text p {
    font-size: 14px;
    /* font-weight: 200; */
	color: #fff;
}
.number-item span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    vertical-align: 24px;
}

.about-g{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.about-g-item{
	text-align: center;
	width: calc(50% - 20px);
	height: 240px;
}
.process-content,.culture-content,.honor-content{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
}

.about-ctitle{
    font-size: 40px;
    font-weight: 400;
    color: #005197;
    text-align: center;
	padding: 50px 0;
	scroll-margin-top: 100px; /* 调整距离 */
}
#pprocess-year{
	font-size: 160px;
	 color: #676d802a;
	position: absolute;
	font-family: "Anybody", sans-serif;
	top: 0;
	right: 0;
}
.mySwiper{
	width: 100%;
}
.mySwiper2 {
	width: 100%;
	overflow: hidden;
}
.pprocess{
	background: url(/img/process_bg.png) top left no-repeat;
	background-position-x: 5%;
}
.process-item{
	display: flex;
	padding: 70px 0;
	justify-content: space-between;
	flex-wrap: wrap; 
	gap: 40px;
	position: relative;
}
.process-img::before{
	content: "";
	display: block;
	position: absolute;
	width: 400px;
	height: 60%;
	background: #005197;
	top: 50px;
	left: 0;
	z-index: -1;
}
.process-img{
	flex: 0.4;
	margin: 0 20px;
	height: 400px;
    background: #fff;
}
.process-img img{
	width: 100%;
    height: 100%;
    object-fit: scale-down;
	background-color: #fbfbfb;
}
.process-text{
	flex: 0.6;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.process-text-item{
	font-size: 16px;
	line-height: 2;
	color: #000;
	font-weight: 500;
	cursor: pointer;
}
.process-text-item i{
	font-weight: bold;
	color: #005197;
}
.process-text-item p{
	max-width: 100%;
    word-break: break-all;
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
    color: rgba(0, 0, 0, 0.9);
}
.process-text-item p br::after {
    content: ''; /* 添加内容后缩进生效 */
    display: inline-block;
    width: 2em; /* 设置和 text-indent 相同的宽度 */
}

.process-text ul{
	width: 100%;
	padding: 20px 40px;
}
.process-text ul li{
	margin-bottom: 20px;
}
.iScrollVerticalScrollbar{
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: #F3F3F3;
}
.iScrollIndicator{
	background: #005197;
	width: 4px;
}
.swiper-slide span{
	opacity: 0;
	transition: all .3s ease-in-out;
}
.swiper-slide-thumb-active{
	color: #005197;
}

.swiper-slide-thumb-active span{
	opacity: 1;
	color: #005197;
}

.year-number{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	cursor: pointer;
}
.pip{
	display: block;
	width: 2px;
	height: 20px;
	background: #005197;
}
.year-number span{
	font-size: 20px;
}
.year-number p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.process-pipe{
	width: 100%;
	height: 2px;
	background: #005197;
}
.process-content .swiper-button-prev, .process-content .swiper-button-next{
	top:auto;
	width: 37px;
	height: 37px;
	border: 1px solid #005197;
	border-radius: 5px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 16px;
	color: #005197;
	line-height: 37px;
}

.culture{
	width: 100%;
	background: url(/img/culture_bg.png) top left no-repeat;
}

.culture-text{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.culture-item{
	flex: 1;
	padding: 50px 0;
	text-align: center;
	height: 750px;
	background: url(/img/Line.png) center right no-repeat;
	cursor: pointer;
}
.culture-item:last-child{
	background: none;
}

.culture-text .culture-active{
	background: url(/img/culture-jiazhi.png) center center no-repeat;
	background-size: 100%;
}
.culture-text .culture-active:nth-child(2){
	background: url(/img/hn2.png) center center no-repeat;
}
.culture-text .culture-active:nth-child(3){
	background: url(/img/hn3.png) center center no-repeat;
}
.culture-text .culture-active:nth-child(4){
	background: url(/img/hn4.png) center center no-repeat;
}
.culture-text .culture-active:nth-child(5){
	background: url(/img/hn5.png) center center no-repeat;
}
.culture-item-img{
	padding-top: 150px;
}
.culture-item-img .iconfont{
	font-size: 60px;
	color: #005197;
}
.culture-item-text{
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}
.culture-title{
	font-size: 28px;
}
.culture-item-img  .ZCQJ_ICON_mission{
	font-size: 68px;
}

.culture-active .culture-title, .culture-active .culture-item-text, .culture-active .iconfont{
	color: #fff;
}

.culture-item-text{
	margin-top: 40px;
}


.honor{
	width: 100%;
	background: url(/img/honor_bg.png) top left no-repeat;
	background-size: 100%;
	padding: 0 0 100px 0;
}
.honor-list{
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 40px;
}
.honor-item{
    font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
}
.honor-active::before{
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 15px;
	height: 15px;
	background:#005197;
}
.honor-Swiper{
	margin-top: 50px;
	width: 100%;

}

.related_honor{
	position: fixed;
	display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
}
.box{
	width: 50vw;
    min-height: 1rem;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 50px;
}
.box .title{
	font-size: 32px;
    line-height: 2;
    text-align: center;
    font-weight: 400;
}
.main{
	display: flex;
}
.main_honnor{
	flex: 0.8;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.zcimg{
	flex: 1;
}
.zcimg img{
	width: 100%;
}
.close{
	cursor: pointer;
}
.close span{
	position: absolute;
    right: 20px;
    top:20px;
	font-size: 20px;
	transform: rotate(45deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.close:hover span{
	transform: rotate(225deg);
}
.swiper-button-prev,.swiper-button-next{
	width: 36px;
	height: 36px;
	border: 2px solid #005197;
	border-radius: 4px;
	top: 105%;
}
.swiper-button-prev{
	left: 95%;
}
.honor-img{
    width: 100%;
    height: 250px;
	cursor: pointer;
}

.honor-img img{
	height: 100%; /* 图片高度填满容器 */
	/* width: auto;  */
	object-fit: contain;
	display: block; /* 移除图片间隙 */
	margin: 0 auto; /* 居中图片 */
}
.honerjc{
	/* background: url(/img/zs.jpg) no-repeat center;
	background-size: 100% 100%; */
	/* display: flex;
	align-items: center;      
	justify-content: center;   
	height: auto;   */

	width: auto;
	margin-bottom: 40px;  
}

.service-num{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.service-num-left ,.service-num-right{
	flex: 1;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.country{
	font-family: 'NEXT_ART', sans-serif;
	font-size: 60px;
	color: #005197;
}

.technology{
	width: 100%;
	height: 640px;
	margin: 0 0 70px 0;
	background: url(/img/technology_bg1.jpg) top left no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;	
	color: #fff;
}
.technology-list p{
	font-size: 14px;
	line-height: 1.5;
}
.technology-list{
	flex: 1;
	padding: 152px 21px;
	text-align: center;
	border-left:1px solid #fff ;
	cursor: pointer;
}
.technology-list .iconfont{
	font-size: 100px;
	
}
.technology-list .technology-title{
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0;
}
.technology-active{
	background: #B82E2E;
}

.afert-service{
	background: url(/img/After_bg.png) top center no-repeat;
	background-size: 100% 100%;
}
.After-ctitle {
	font-size: 40px;
	line-height: 1.5;
	color: #005197;
	scroll-margin-top: 100px; /* 调整距离 */
}
.after-slogan{
	font-size: 24px;
	line-height: 3;
	color: #005197;
	border-bottom:1px solid rgba(0, 81, 151, 0.2);
}
.after-box{
	width: 100%;
	display: flex;
	gap: 20px;
}
.after-left{
	width: calc(50% - 20px);
	
}
.inten{
	margin-top: 50px;
}
.after-left h3{
	font-size: 20px;
	color: #000;
	line-height: 2;
}
.after-left p{
    font-size: 20px;
	line-height: 2;
}
.after-img{
	width: 50%;
	position: relative;
	margin: 0 auto;
}
.after-img::before{
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: -1;
	width: 80%;
	height:80%;
	background:#005197;
}
.after-img img{
	width: 100%;
}
.after-box{
	padding: 50px 0;
}

.service-map{
	width: 100%;
	position: relative;
}
.service-map img{
	width: 100%;
}
.map-mark{
	position: absolute;
	top: 50%;
	left: 50%;

}
.map-mark .iconfont{
	display: block;
	width: 20px;
	font-size: 20px;
	color: #b71010;
	cursor: pointer;
}
.map-mark-circle{
	position: relative;
}
.map-mark-text{
	display: none;
	width: 80px;
	/* padding: 0 20px; */
	text-align: center;
	position: absolute;
	top: -30px;
	border-radius: 10px;
	background: #fff;
	color: #005197;
	line-height: 2;
	font-weight: bold;
	border: 1px solid #005197;
}
.heifei{
	top: 43%;
    left: 77.5%;
	z-index: 9;
}
.beijing{
	top: 39%;
    left: 77.5%;
}
.baoji{
	top: 40%;
    left: 76.5%;
}
.nanjing{
	top: 43.1%;
    left: 78.7%;
}
.SouthKorea{
	top: 40.6%;
    left: 81.8%;
}
.Philippines{
    top: 51.6%;
    left: 79.9%;
}
.Thailand{
	top: 52.6%;
    left: 74.4%;
}
.Pakistan{
	top: 44%;
    left: 66%;
}
.India{
    top: 48%;
    left: 68%;
}
.SaudiArabia{
	top: 47%;
    left: 58%;
}
.Turkey{
	top: 38%;
    left: 55%;
}
.Russia{
	top: 27%;
    left: 58%;
}
.Denmark{
	top: 26%;
    left: 48.8%;
}
.Nigeria{
	top: 57.8%;
    left: 48.2%;
}
.Kenya{
	top: 62%;
    left: 56.5%;
}
.Mexico{
	top: 48%;
    left: 18%;
}
.Colombia{
	top: 59%;
    left: 25.4%;
}

@media only screen and (max-width: 1000px) {
	
	.culture-item-text{
		font-size: 14px;
	}
	.process-img{
		margin: 0;
		height: 300px;
	}
	.honor-item{
		font-size: 12px;
		padding-left: 14px;
	}
	.swiper-button-prev, .swiper-button-next{
		top: 112%;
	}
	.honor-active::before{
		width: 8px;
		height: 8px;
	}
	.honor-img{
		height: 130px;
	}
	.technology{
		flex-direction: column;
		height: auto;
		flex-wrap:wrap;
		gap: 20px;
	}
	.technology-list{
		padding: 60px 20px;
		background: #B82E2E;
	}
	.technology-list:nth-child(1){
		background:linear-gradient(to right, rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 0.5)), url(/img/technology_bg1.jpg) top center no-repeat;
		background-size: cover;
	}
	.technology-list:nth-child(2){
		background:linear-gradient(to right, rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 0.5)), url(/img/technology_bg2.jpg) top center no-repeat;
		background-size: cover;
	}
	.technology-list:nth-child(3){
		background:linear-gradient(to right, rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 0.5)), url(/img/technology_bg3.jpg) top center no-repeat;
		background-size: cover;
	}
	.technology-list:nth-child(4){
		background:linear-gradient(to right, rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 0.5)), url(/img/technology_bg4.jpg) top center no-repeat;
		background-size: cover;
	}
	.technology-list .technology-title{
		font-size: 24px;
		margin: 10px 0;
	}
	
	.technology-list .iconfont{
		font-size: 80px;
	}
	.about-column{
		font-size: 40px;
	}
	.about-solg{
		font-size: 24px;
		bottom: 18%;
	}
	.scroll .icon{
		font-size: 24px;
	}
	.scroll P{
		font-size: 14px;
	}
	.about-content, .service-content-box{
		padding: 0 10px;
	}
	.about-ctitle{
		padding: 20px 20px;
		font-size: 30px;
	}
	.country{
		font-size: 37px;
	}
	.service-num{
		margin-bottom: 40px;
	}
	.map-mark .iconfont{
		font-size: 8px;
	}
	.afert-content{
		padding:0 10px;
	}
	.After-ctitle{
		font-size: 32px;
	}
	.after-slogan{
		font-size: 20px;
		line-height: 1.5;
		padding: 10px 0;
	}
	.after-box{
		flex-direction: column;
	}
	.after-left{
		width: 100%;
	}
	.after-img{
		width: 90%;
	}
	.about-content-left h2{
		font-size: 30px;
	}
	.about-content-left .about-name{
		font-size: 24px;
	}
	.about-content-left{
		padding: 20px 0;
	}
	.about-content-left p{
		font-size: 16px;
		line-height: 1.5;
	}
	.number-item h3{
		font-size: 40px;
	}
	.number-item{
		flex: auto;
		width: calc(50% - 10px);
	}
	.about-box{
		gap: 50px;
	}
	.about-number-box{
		flex: 0.5;
		gap: 10px;
	}
	.about-number-bg{
		width: 100vw;
		top: 48%;
	}
	.about-content-right{
		height: auto;
		padding: 0  0 20px 0;
		margin-top:0;
	}
	.culture-text{
		/* flex-direction: column;
		flex-wrap: wrap; */
		flex-wrap: wrap;
		gap: 10px;
	}
	.culture-item {
		/* flex: none; */
		/* width: calc(50% - 10px); */
		flex: 1 1 40%;
		height: auto;
		padding: 20px 20px 40px 20px;
	}
	.culture-item:nth-child(even){
		background: none;
	}
	.culture-title{
		font-size: 26px;
	}
	.culture-item-text{
		margin-top: 10px;
	}
	.process-content, .culture-content, .honor-content{
		padding: 0 20px;
	}
	.culture-item-img{
		padding-top: 0;
	}
	.swiper-button-prev{
		left: 70%;
	}
	.about-content-box{
		width: 100%;
		flex-direction: column;
	}
	.about-content, .culture-content, .afert-content{
		width: auto;
	}
	.about-box{
		flex-direction: column;
		padding: 20px 10px 20px 10px;
		flex-direction: column-reverse;
	}
	.about-content-right img{
		width: 100%;
	}
	.about-g{
		gap: 0;
	}
	.about-g-item{
		padding: 10px;
		width: calc(50%);
		height: 164px;
	}
	.about-g-item img{
		width: 100%;
		height: auto;
	}
	#pprocess-year{
		font-size: 120px;
		top: 20px;
	}
	.process-item {
		flex-direction: column;
		flex-wrap:unset;
	}
	.process-text ul{
		width: auto;
		padding: 0;
	}
	.process-img::before{
		display: none;
	}
	.process-text{
		flex: auto;
		height: 300px;
	}
	.process-text ul li{
		font-size: 14px;
	}
	.pprocess{
		background-size: 110%;
	}
	.year-number p{
		font-size: 14px;
	}
	.process-content .swiper-button-prev, .process-content .swiper-button-next{
		top: 88%;
	}
	.related_honor{
		display: none;
	}
}
