@charset "utf-8";

/* 幻灯片 */
.banner .item {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .litpic {
	width: 100%;
	display: block;
	-webkit-animation-name: banscaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
}

@keyframes banscaleDraw {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}

	75% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.banner .item .box {
	width: 100%;
	max-width: 12rem;
	padding: 0 .4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .item .box .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .55rem;
	line-height: .75rem;
	color: #FFFFFF;
	margin-bottom: .75rem;
	text-align: center;
}

.banner .item .box .desc {
	font-size: .24rem;
	color: #FFFFFF;
	line-height: .36rem;
	margin-bottom: .5rem;
}

.banner .item .box .btn {
	width: max-content;
	padding: .12rem .24rem;
	border-radius: 50px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	background: #E89100;
	border: .01rem solid #E89100;
	transition: all 0.3s ease;
}

.banner .item .box .btn:hover {
	background: #FFA500;
	border-color: #FFA500;
	box-shadow: 0 4px 10px rgba(255, 165, 0, 0.4);
	transform: translateY(-2px);
}

.banner .swiper-pagination {
	bottom: 4%;
}

.banner .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	border-radius: 100%;
	margin: 0 .07rem !important;
	background: #ec8e13;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #ffffff;
}

@media (max-width: 768px) {
	.banner .bg_litpic {
		height: 6rem;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.banner .item .box .title {
		font-size: .4rem;
		margin-bottom: .5rem;
		line-height: .5rem;
	}

	.banner .item .box .desc {
		font-size: .28rem;
		line-height: .4rem;
	}

	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}
}

/* 幻灯片 */

/* Core Advantages Of The Enterprise */
.section2 {
	background: #ffffff;
	padding: 1.1rem 0 1.1rem;
}

.section2 .cate-box {
	height: 100%;
	background: #e89100;
	padding: .9rem .5rem;
}

.section2 .cate-box .public-cate {
	color: #ffffff;
	text-align: left;
	line-height: .5rem;
	font-weight: normal;
	padding-bottom: .3rem;
	margin-bottom: .8rem;
}

.section2 .cate-box .public-cate::after {
	left: 0;
	transform: translate(0, 0);
	background: #ffffff;
}

.section2 .cate-box .cate-desc {
	font-size: 18px;
	color: #ffffff;
}

.section2 .list {}

.section2 .list .item-box {}

.section2 .list .item-box .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .4rem 0;
}

.section2 .list .item .num-box {
	display: flex;
	align-items: flex-end;
	margin-bottom: .24rem;
}

.section2 .list .item .num-box .num {
	font-size: .42rem;
	color: #000000;
	font-family: Arial;
	line-height: .4rem;
	font-weight: 600;
}

.section2 .list .item .num-box .unit {
	font-size: .18rem;
	color: #555555;
	font-family: Kalinga;
	line-height: .18rem;
	margin-left: .12rem;
}

.section2 .list .item .title {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

@media (max-width: 767px) {
    .section2 .list {margin-top: 0.5rem;}
	.section2 .list .item .num-box .unit {
		font-size: 12px;
		line-height: 100%;
	}
	.section2 .list .item .title {
		font-size: 14px;
		line-height: 20px;
		padding: 0 5px;
	}
}
/* Core Advantages Of The Enterprise */

/* Why Choose Us */
.section3 {
	background-color: #fdf9f4;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 0.78rem 0 1.1rem;
}

.section3-pic {}
.section3 .cate-box {}

.section3 .cate-box .public-cate {
	color: #ffffff;
	padding-bottom: .26rem;
	margin-bottom: .26rem;
}

.section3 .cate-box .cate-desc {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.section3 .full-process-control {
	background: #ffffff;
	border-radius: 40px 40px 0 0;
	padding: .5rem .7rem .5rem;
	margin-top: .55rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.section3 .full-process-control .cate-title {
	line-height: .46rem;
	font-family: Kalinga;
	font-size: .22rem;
	color: #ffffff;
	background: #e89100;
	border-radius: .5rem;
	display: inline-block;
	vertical-align: top;
	padding: 0 .2rem;
}

.section3 .full-process-control .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: .3rem;
}

.section3 .full-process-control .list .item {
	width: calc((100% - 1rem * 4) / 5);
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}

.section3 .full-process-control .list .item::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: .56rem;
	height: .36rem;
	background: url('../images/jt.png?1') no-repeat center;
	background-size: .56rem .36rem;
	right: -0.5rem;
	top: calc((1.06rem - 0.36rem) / 2);
	transform: translate(50%, 0);
}

.section3 .full-process-control .list .item:last-child:after {
	display: none;
}

/* .section3 .full-process-control .list .item .yuan {
	width: .53rem;
	height: .53rem;
	background: #E89100;
	border-radius: 50%;
	font-family: Arial;
	font-weight: 400;
	font-size: .3rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
} */

.section3 .full-process-control .list .item .litpic {
	height: 1.06rem;
}

.section3 .full-process-control .list .item .remark {
	font-family: Kalinga;
	/*font-weight: bold;*/
	font-size: 14px;
	color: #333333;
	line-height: .24rem;
	margin-top: .24rem;
	height: .48rem;
	transition: all .3s;
	overflow: hidden;
}

/* .section3 .full-process-control .list .item:hover {
	background: #E89100;
}

.section3 .full-process-control .list .item:hover .yuan {
	background: #FFFFFF;
	color: #E89100;
}

.section3 .full-process-control .list .item:hover .remark {
	color: #FFFFFF;
} */

.section3 .two-pictures {
	margin-top: .1rem;
}

.section3 .two-pictures .item {
	display: block;
	background-color: #333333;
	border-radius: 20px;
	padding: .7rem .6rem .5rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all .3s;
	margin-top: .3rem;
	text-align: center;
}

.section3 .two-pictures .item .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .26rem;
	color: #FFFFFF;
	line-height: 100%;
	margin-bottom: .2rem;
}

.section3 .two-pictures .item .desc {
	font-family: Kalinga;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 100%;
	margin-bottom: .3rem;
}

.section3 .two-pictures .item .more {
	background: #FFFFFF;
	border-radius: 20px;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	line-height: 30px;
	width: max-content;
	padding: 0.05rem .2rem;
}

.section3 .two-pictures .item:hover {
	background-size: 110% 110%;
}

.section3 .two-pictures .item .more:hover {
	background: #E89100;
	color: #FFFFFF;
}

@media (max-width: 1200px) {
	.section3 .full-process-control .list .item .remark {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.section3 .full-process-control {
		padding: .5rem .4rem .55rem;
	}
}

@media (max-width: 768px) {
    
	.section3 .full-process-control .list .item {
		width: calc((100% - .3333rem * 4) / 5);
	}
	.section3 .full-process-control .list .item::after {
		display: none;
	}
	.section3 .full-process-control .list .item {
		width: calc((100% - 15px) / 2);
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
    .section3-pic {background-size: auto 30%;}
	.section3 .two-pictures .item .title {
		font-size: 18px;
		line-height: 24px;
	}
	.section3 .two-pictures .item .desc {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 24px;
	}
	.section3 .full-process-control .cate-title {
		font-size: 0.32rem;
		line-height: 0.72rem;
	}
	.section3 .full-process-control .list .item .remark {
		font-weight: normal;
    line-height: 20px;
    height: 40px;
    padding: 0 10px;
	}
}
/* Why Choose Us */

/* Project Case */
.section4 {
	background: #ffffff;
	padding: 1rem 0;
}

.section4 .list {
	margin-top: .8rem;
/*	padding-left: 1.6rem;*/
}

.section4 .swiper {
	width: 100%;
}

.section4 .swiper-slide {
	aspect-ratio: 1472 / 785;
	transition: all .3s;
	transform: scale(0.8);
	transform-origin: left center;
	opacity: 0.5;
	/*border-radius: 20px 20px 0 0;*/
	overflow: hidden;
}

.section4 .swiper-slide .bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	height: 100%;
}

.section4 .swiper-slide-active,
.section4 .swiper-slide-duplicate-active {
	transform: scale(1);
	opacity: 1;
	/*padding: .3rem;*/
	/*background: #fbf6f1;*/
}

.section4 .swiper-slide .title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 .24rem;
	line-height: .9rem;
	background: rgba(0, 0, 0, .5);
	font-family: Kalinga;
	font-weight: bold;
	font-size: .3rem;
	color: #FFFFFF;
	transition: all .3s;
}

.section4 .swiper-slide:hover {
	background-size: 110% 110%;
}

.section4 .swiper-slide:hover .title {
	background: #E89100;
}
@media (max-width: 767px) {
	.section4 .list {
		padding: 0 15px;
	}
}
/* Project Case */

/* Global business layout */
.section5 {
	background: #FDF9F4;
	padding: .7rem 0 .4rem;
}

.section5 .map-box {
	margin: .6rem auto 0;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* 闪烁点容器 */
.pulsing-dot {
	position: absolute;
	z-index: 10;
	width: .28rem;
	height: .28rem;
	transform: translate(-50%, -50%);
}

/* 实心圆（16x16） */
.solid-circle {
	position: absolute;
	width: .16rem;
	height: .16rem;
	background-color: rgba(232, 145, 1, 1);
	border-radius: 50%;
	top: .06rem;
	/* (28-16)/2 */
	left: .06rem;
	/* (28-16)/2 */
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

/* 泛光圆（28x28） */
.glow-circle {
	position: absolute;
	width: .28rem;
	height: .28rem;
	background-color: rgba(26, 40, 55, 0.3);
	border-radius: 50%;
	z-index: 1;
	animation: pulse 2s infinite;
}

/* 闪烁动画 */
@keyframes pulse {
	0% {
		transform: scale(0.8);
		opacity: 0.7;
	}

	70% {
		transform: scale(1.3);
		opacity: 0.2;
	}

	100% {
		transform: scale(0.8);
		opacity: 0.7;
	}
}
.pulsing-dot:nth-child(2) {
	left: 69%;
    top: 23%;
}
.pulsing-dot:nth-child(3) {
	left: 20.46%;
    top: 23.69%;
}
.pulsing-dot:nth-child(4) {
	left: 76.5%;
    top: 24.5%;
}
.pulsing-dot:nth-child(5) {
	left: 42.36%;
	top: 27.47%;
}
.pulsing-dot:nth-child(6) {
	left: 44.5%;
	top: 21.19%;
}
.pulsing-dot:nth-child(7) {
	left: 50.67%;
	top: 21.19%;
}
.pulsing-dot:nth-child(8) {
	left: 56.53%;
	top: 51.02%;
}
.pulsing-dot:nth-child(9) {
	left: 58.9%;
	top: 41.29%;
}
.pulsing-dot:nth-child(10) {
	left: 62.63%;
	top: 32.65%;
}
.pulsing-dot:nth-child(11) {
	left: 54.27%;
    top: 14.84%;
}
.pulsing-dot:nth-child(12) {
	left: 79.51%;
	top: 32.81%;
}
.pulsing-dot:nth-child(13) {
	left: 87.81%;
	top: 76.61%;
}
.pulsing-dot:nth-child(14) {
    left: 84.5%;
    top: 65%;
}
.pulsing-dot:nth-child(15) {
    left: 77.5%;
    top: 58%;
}
.pulsing-dot:nth-child(16) {
    left: 79.5%;
    top: 48%;
}
.pulsing-dot:nth-child(17) {
    left: 84.5%;
    top: 31%;
}
.pulsing-dot:nth-child(18) {
    left: 87.5%;
    top: 29%;
}
.pulsing-dot:nth-child(19) {
    left: 69.5%;
    top: 42%;
}

/* Global business layout */

/* Customer Witness */
.section6 {
	padding: 1.1rem 0 0rem;
}

.section6 .list {
	margin-top: .5rem;
}

.section6 .list .item-box {
	padding: .1rem;
}

.section6 .list .item-box .item {
	background: #FFFFFF;
	border-radius: .3rem;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .3);
	padding: 0 .2rem .4rem;
	text-align: center;
	transition: all .3s;
}

.section6 .list .item-box .item .before-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.6rem;
	width: calc((100% - 3.3rem) / 2);
}

.section6 .list .item-box .item .before-icon .icon {
	width: .28rem;
}

.section6 .list .item-box .item .after-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: .4rem;
	width: calc((100% - 3.3rem) / 2);
	margin: 0 0 0 auto;
}

.section6 .list .item-box .item .after-icon .icon {
	width: .28rem;
}

.section6 .list .item-box .item .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: .20rem;
	color: #333333;
	line-height: .30rem;
	width: 3.3rem;
	margin: 0 auto;
	position: relative;
}

.section6 .list .item-box .item .title {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #777777;
}

.section6 .list .item-box .item:hover {
	box-shadow: .04rem .04rem .1rem rgba(0, 0, 0, .6);
}

@media (max-width: 1440px) {
	.section6 .list .item-box .item .before-icon {
		width: calc((100% - 2.7rem) / 2);
	}
	.section6 .list .item-box .item .desc {
		/*width: 2.7rem;*/
		font-size: .16rem;
		line-height: .30rem;
	}
	.section6 .list .item-box .item .after-icon {
		width: calc((100% - 2.7rem) / 2);
	}
}
@media (max-width: 991px) {
	.section6 .list .item-box .item .desc {
		font-size: 16px;
		max-width: 5.5rem;
		width: 100%;
		line-height: 24px;
	}
	.section6 .list .item-box .item .desc::before {
		display: none;
	}
	.section6 .list .item-box .item .desc::after {
		display: none;
	}
	.section6 .list .item-box .item .before-icon {
		width: calc((100% - 5.5rem) / 2);
	}
	.section6 .list .item-box .item .after-icon {
		width: calc((100% - 5.5rem) / 2);
	}
}

/* Customer Witness */

/* Co-Branding */
.section7 {
	padding: 0.75rem 0 1.2rem;
}

.section7 .list {
	margin-top: .5rem;
}

.section7 .list .roll_row {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 1.5rem;
}

.section7 .list .roll_row .roll__list {
	width: 9999px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.section7 .list .roll_row .roll__list li {
	float: left;
	margin-right: .6rem;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section7 .list .roll_row .roll__list li img {
	max-height: 90%;
	filter: grayscale(100%);
	transition: filter 0.5s ease;
}

.section7 .list .roll_row .roll__list li:hover img {
	filter: grayscale(0%);
}
/* Co-Branding */

/* Beyond Sustainability */
.section8 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 1.65rem 0;
}

.section8 .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .42rem;
	color: #FFFFFF;
	line-height: 100%;
}

.section8 .desc {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .42rem;
	color: #FFFFFF;
	line-height: 100%;
	margin-top: .5rem;
}

@media (max-width: 767px) {
	.section8 .desc {
		line-height: 28px;
	}
}
/* Beyond Sustainability */