@charset "utf-8";

/* 关于我们 */
.about-section .section1 {
	padding-top: 1.6rem;
	padding-bottom: 1.3rem;
}

.about-section .section1 .litpic-box {
	width: 43.49%;
}

.about-section .section1 .litpic {
	width: 100%;
	aspect-ratio: 835 / 630;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 30px 30px 0;
}

.about-section .section1 .content-box {
	padding: .5rem 1.6rem 0 .7rem;
	flex: 1;
}

.about-section .section1 .content-box .title {
	font-family: Arial;
	font-weight: bold;
	font-size: .42rem;
	color: #333333;
	line-height: 100%;
	margin-bottom: .2rem;
}

.about-section .section1 .content-box .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 18px;
	color: #132B5B;
	line-height: 100%;
	padding-bottom: .18rem;
	margin-bottom: .38rem;
	position: relative;
	line-height: 24px;
}

.about-section .section1 .content-box .desc::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 2.3rem;
	height: 1px;
	background: #e6c194;
	left: 0;
	bottom: 0;
}

.about-section .section1 .content-box .single-page {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	line-height: 30px;
}

.about-section .section2 {
	padding-bottom: 1rem;
	background: #f7f7f7;
}

.about-section .section2 .cate-box {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: .56rem 0 .4rem;
	margin-bottom: .8rem;
}

.about-section .section2 .title {
	font-family: Arial;
	font-weight: bold;
	font-size: .42rem;
	color: #ffffff;
	line-height: 100%;
	margin-bottom: .2rem;
	text-align: center;
}

.about-section .section2 .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
}

.about-section .section2 .list {}

.about-section .section2 .list .roll_row {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 1.5rem;
}

.about-section .section2 .list .roll_row .roll__list {
	width: 9999px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

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

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

.about-section .section2 .list .roll_row .roll__list li:hover img {
	filter: grayscale(0%);
}

.about-section .section3 {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.about-section .section3 .content-box {
	padding: .5rem .9rem 0 1.6rem;
	flex: 1;
}

.about-section .section3 .content-box .cate-title {
	font-family: Arial;
	font-weight: bold;
	font-size: .42rem;
	color: #333333;
	line-height: 100%;
	margin-bottom: .2rem;
}

.about-section .section3 .content-box .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-bottom: 1rem;
}

.about-section .section3 .content-box .list {}

.about-section .section3 .content-box .list .item-box {
	margin-top: .9rem;
}

.about-section .section3 .content-box .list .item-box:nth-child(1),
.about-section .section3 .content-box .list .item-box:nth-child(2),
.about-section .section3 .content-box .list .item-box:nth-child(3) {
	margin-top: 0;
}

.about-section .section3 .content-box .list .num-box {
	margin-bottom: .15rem;
}

.about-section .section3 .content-box .list .num {
	font-family: Arial;
	font-weight: 400;
	font-size: .48rem;
	color: #122857;
	line-height: 100%;
}

.about-section .section3 .content-box .list .unit {
	font-family: Arial;
	font-weight: 400;
	font-size: .36rem;
	color: #122857;
	line-height: 100%;
	display: inline-block;
	vertical-align: top;
}

.about-section .section3 .content-box .list .title {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 100%;
}

.about-section .section3 .litpic-box {
	width: 43.49%;
}

.about-section .section3 .litpic {
	width: 100%;
	aspect-ratio: 835 / 630;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px 0 0 30px;
}


.about-section .section4 {
	background: #f6f6f6;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.about-section .section4 .list {}

.about-section .section4 .list .item-box {
	margin-top: .3rem;
}

.about-section .section4 .list .item-box:nth-child(1) .item {
	background: #F39800;
}

.about-section .section4 .list .item-box:nth-child(1) .item .content-box {
	text-align: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .28rem;
}

.about-section .section4 .list .item-box:nth-child(1) .item .content-box .title {
	font-family: Arial;
	font-weight: bold;
	font-size: .42rem;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 0 .35rem rgba(0, 0, 0, 0.05);
	margin-bottom: .26rem;
}

.about-section .section4 .list .item-box:nth-child(1) .item .content-box .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
}

.about-section .section4 .list .item-box:nth-child(1),
.about-section .section4 .list .item-box:nth-child(2),
.about-section .section4 .list .item-box:nth-child(3) {
	margin-top: 0;
}

.about-section .section4 .list .item-box .item {
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}

.about-section .section4 .list .item-box .item .litpic {
	width: 100%;
	aspect-ratio: 502 / 260;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-section .section4 .list .item-box .item .content-box {
	padding: .24rem .4rem .24rem;
	text-align: center;
}

.about-section .section4 .list .item-box .item .content-box .title {
	font-family: Kalinga;
	font-weight: 400;
	font-size: .2rem;
	color: #333333;
	/*line-height: 100%;*/
	margin-bottom: .05rem;
}

.about-section .section4 .list .item-box .item .content-box .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 15px;
	color: #555555;
	line-height: 24px;
}

@media (max-width: 1600px) {
	.about-section .section1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	}

	.about-section .section1 .content-box {
		padding: 0.24rem 1rem 0 .8rem;
	}
	.about-section .section1 .content-box .title {
		font-size: .34rem;
		margin-bottom: 0.14rem;
	}
	.about-section .section1 .content-box .desc {
		font-size: 16px;
		padding-bottom: 0.14rem;
		margin-bottom: 0.2rem;
	}
	.about-section .section1 .content-box .single-page {
		font-size: 14px;
		line-height: 28px;
	}
	.about-section .section3 .content-box {
		padding: 0.3rem .8rem 0 1rem;
	}
	.about-section .section3 .content-box .cate-title {
		font-size: .34rem;
	}
	.about-section .section3 .content-box .desc {
		line-height: 28px;
		margin-bottom: 0.6rem;
	}
	
	.about-section .section4 .list .item-box .item .content-box {
		padding: .2rem .4rem .2rem;
	}
	
}
@media (max-width: 991px) {
	.about-section .section1 .litpic-box {
		width: 100%;
		padding: 15px;
		margin-bottom: 20px;
	}
	.about-section .section1 .litpic {
		border-radius: 10px;
	}
	.about-section .section3 .litpic-box {
		width: 100%;
		padding: 15px;
		margin-top: 20px;
	}
	.about-section .section3 .litpic {
		border-radius: 10px;
	}
	.about-section .section3 .content-box .desc {
		margin-bottom: 0;
	}
	.about-section .section3 .content-box .list .item-box {
		margin-top: .6rem!important;
	}
	.about-section .section4 .list .item-box {
		margin-top: .3rem!important;
	}
}
@media (max-width: 767px) {
	.about-section .section1 {
		padding-top: .8rem;
	}
	.about-section .section1 .content-box {
		padding: 0 15px;
	}
	.about-section .section1 .content-box .title {
		font-size: .42rem;
		margin-bottom: 0.3rem;
	}
	.about-section .section1 .content-box .desc {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
    padding-bottom: 12px;
	}
	.about-section .section1 .content-box .single-page {
		line-height: 24px;
	}
	.about-section .section3 {
		padding-bottom: .8rem;
	}
	.about-section .section3 .content-box {
		padding: 0 15px;
	}
	.about-section .section3 .content-box .cate-title {
		font-size: .42rem;
	}
	.about-section .section3 .content-box .desc {
		font-size: 16px;
		line-height: 24px;
	}
	.about-section .section3 .content-box .list .title {
		font-size: 14px;
		line-height: 1.5;
	}
	.about-section .section4 {
		padding-top: .8rem;
	}
	.about-section .section4 .list .item-box .item .content-box .title {
		font-size: 18px;
	}

	.about-section .section4 .list .item-box:nth-child(1) .item {
		height: 300px;
	}

	.about-section .section4 .list .item-box:nth-child(1) .item .content-box {
		padding: 0 30px;
	}

	.about-section .section4 .list .item-box:nth-child(1) .item .content-box .title {
		margin-bottom: 20px;
    font-size: 28px;
	}

	.about-section .section4 .list .item-box:nth-child(1) .item .content-box .desc {
		font-size: 14px;
    line-height: 24px;
	}

}
/* 关于我们 */

/* Solution */
.solution-section {}

.solution-section .list {}

.solution-section .list .item {
	padding: 1.3rem 0 1rem;
}

.solution-section .list .item:nth-child(2n) {
	background: #faf6ed;
}

.solution-section .list .item .top-box {}

.solution-section .list .item .top-box .litpic {
	width: 100%;
	aspect-ratio: 777 / 526;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.solution-section .list .item .top-box .content-box {}

.solution-section .list .item .top-box .content-box .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .42rem;
	color: #333333;
	line-height: 1.5;
	margin-bottom: .3rem;
}

.solution-section .list .item .top-box .content-box .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: .28rem;
}

.solution-section .list .item .top-box .content-box .more-box {
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #A0A0A0;
	border-radius: 50px;
	padding: 0.17rem 0.22rem 0.17rem 0.26rem;
	margin-top: 0.48rem;
}

.solution-section .list .item .top-box .content-box .more-box .text {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	line-height: 100%;
	margin-right: .24rem;
}

.solution-section .list .item .top-box .content-box .more-box .icon {
	width: .2rem;
	height: .1rem;
}

.solution-section .list .item .image-box {
	margin-top: .6rem;
}

.solution-section .list .item .image-box .img {
	width: 100%;
	aspect-ratio: 517 / 343;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}
@media (max-width: 767px) {
	.solution-section .list .item:nth-child(2n + 1) .top-box .litpic {
		margin-bottom: 15px;
	}
	.solution-section .list .item:nth-child(2n) .top-box .litpic {
		margin-top: 15px;
	}
	.solution-section .list .item .top-box .content-box .desc {
		line-height: 24px;
	}
}
/* Solution */

/* Case Presentation */
.case-section {
	padding: 1rem 0 .8rem;
}

.case-section .section1 {
	margin-bottom: .64rem;
}

.case-section .section2 {
	margin-bottom: .84rem;
}

.case-section .section2 .item-box {
	margin-top: .4rem;
}

.case-section .section2 .item-box:nth-child(1),
.case-section .section2 .item-box:nth-child(2) {
	margin-top: 0;
}

.case-section .section2 .item-box .item {
	background: #f9f1e9;
	border-radius: 10px;
	overflow: hidden;
}

.case-section .section2 .item-box .item .litpic {
	width: 100%;
	aspect-ratio: 778 / 402;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.case-section .section2 .item-box .item .content-box {
	padding: .34rem .24rem .48rem .2rem;
}

.case-section .section2 .item-box .item .content-box .info-box {
	flex: 1;
}

.case-section .section2 .item-box .item .content-box .info-box .company {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	padding: 8px 0 8px 30px;
	background: url('../images/company.png') no-repeat left top 9px;
	background-size: 22px 22px;
}

.case-section .section2 .item-box .item .content-box .info-box .address {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	padding: 8px 0 8px 30px;
	background: url('../images/address.png') no-repeat left top 9px;
	background-size: 22px 22px;
}

.case-section .section2 .item-box .item .content-box .more-box {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #A0A0A0;
	border-radius: 50px;
	padding: .17rem .22rem .17rem .26rem;
	cursor: pointer;
}

.case-section .section2 .item-box .item .content-box .more-box .text {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	line-height: 100%;
	margin-right: .24rem;
}

.case-section .section2 .item-box .item .content-box .more-box .icon {
	width: .2rem;
	height: .1rem;
}

@media (max-width: 768px) {
	.case-section .section2 .item-box .item .content-box .info-box {
		width: 100%;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.case-section .section2 .item-box {
		margin-top: 15px!important;
	}
	.case-section .section2 .item-box .item .content-box {
		flex-direction: column;
    align-items: flex-start;
	}
}
/* Case Presentation */

/* Case Show */
.case-show-section {
	padding: .9rem 0 1.2rem;
}

.case-show-section .section1 {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
	line-height: 100%;
	margin-bottom: .45rem;
}

.case-show-section .section2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .7rem;
}

.case-show-section .section2 .litpic {
	width: 100%;
	display: block;
}

.case-show-section .section3 {
	margin-bottom: 1rem;
}

.case-show-section .section3 .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 28px;
}

.case-show-section .section3 .list {}

.case-show-section .section3 .list .item {
	display: flex;
	align-items: center;
	padding-bottom: .16rem;
	margin-bottom: .16rem;
	border-bottom: 1px solid #e1dede;
}

.case-show-section .section3 .list .item .title {
	font-family: Kalinga;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	width: 2.3rem;
}

.case-show-section .section3 .list .item .value {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
}

.case-show-section .section4 {
	margin-bottom: 1.1rem;
}

.case-show-section .section5 {
	padding: 0 .7rem;
}

@media (max-width: 991px) {
	.case-show-section .section3 .desc {
		margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.case-show-section .section3 .list .item:last-child {
		flex-direction: column;
    align-items: flex-start;
	}
	.case-show-section .section3 .list .item:last-child .title {
		width: 100%;
		margin-bottom: 5px;
	}
}
/* Case Show */

/* Supporting Services */
.supporting_services-section {
	padding: 1.28rem 0;
}

.supporting_services-section .cate-title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .42rem;
	color: #333333;
	line-height: 100%;
	text-align: center;
	margin-bottom: .28rem;
}

.supporting_services-section .cate-desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}

.supporting_services-section .list {
	margin-top: 1rem;
}

.supporting_services-section .list .item-box {
	margin-top: .86rem;
}

.supporting_services-section .list .item-box:nth-child(1),
.supporting_services-section .list .item-box:nth-child(2) {
	margin-top: 0;
}

.supporting_services-section .list .item-box .item {
	padding-bottom: 1.7rem;
	position: relative;
}

.supporting_services-section .list .item-box .item .litpic {
	width: 100%;
	aspect-ratio: 770 / 485;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px 10px 0 0;
}

.supporting_services-section .list .item-box .item .top-box {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 5.2rem;
	height: 2.9rem;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.11);
	background: rgba(255, 255, 255, .85);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: .66rem;
}

.supporting_services-section .list .item-box .item .top-box .icon {
	width: 1rem;
	height: 1rem;
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .6rem .6rem;
	box-shadow: 0px 0px .23rem .04rem rgba(0, 0, 0, 0.11);
	border-radius: 50%;
	margin-bottom: .2rem;
}

.supporting_services-section .list .item-box .item .top-box .content-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.supporting_services-section .list .item-box .item .top-box .content-box-right {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:right; 
	margin-left:1rem;
}
.supporting_services-section .list .item-box .item .top-box .content-box-letf {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:1rem;
}



.supporting_services-section .list .item-box .item .top-box .content-box .num {
	font-family: FZYTK;
	font-weight: normal;
	font-size: .48rem;
	color: #333333;
	background: linear-gradient(0deg, #F1D1AC 0%, #F0B371 50.3662109375%, #FCD3AB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 100%;
}

.supporting_services-section .list .item-box .item .top-box .content-box .desc {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
	margin-left: .2rem;
	line-height: 100%;
}


.supporting_services-section .list .item-box .item .top-box .content-box-left .num {
	font-family: FZYTK;
	font-weight: normal;
	font-size: .48rem;
	color: #333333;
	background: linear-gradient(0deg, #F1D1AC 0%, #F0B371 50.3662109375%, #FCD3AB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 100%;
}

.supporting_services-section .list .item-box .item .top-box .content-box-left .desc {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
	margin-left: .2rem;
	line-height: 100%;
}

.supporting_services-section .list .item-box .item .top-box .content-box-right .num {
	font-family: FZYTK;
	font-weight: normal;
	font-size: .48rem;
	color: #333333;
	background: linear-gradient(0deg, #F1D1AC 0%, #F0B371 50.3662109375%, #FCD3AB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 100%;
}

.supporting_services-section .list .item-box .item .top-box .content-box-right .desc {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
	margin-left: .2rem;
	line-height: 100%;
}


@media (max-width: 991px) {
	.supporting_services-section .list .item-box {
		margin-top: 30px!important;
	}
	
.supporting_services-section .list .item-box .item .top-box .content-box .desc {
	font-size: .36rem;
}
	
}

/* Supporting Services */

/* Sustainable Development */
.sustainable_development-section {
	padding: 1.5rem 0;
}

.sustainable_development-section .list {}

.sustainable_development-section .list .item {
	margin-top: 1.1rem;
}

.sustainable_development-section .list .item:first-child {
	margin-top: 0;
}

.sustainable_development-section .list .item .cate-title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .42rem;
	color: #333333;
	text-align: center;
	line-height: 100%;
	margin-bottom: .5rem;
}
.sustainable_development-section .list .item .cate-title-right {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .42rem;
	color: #333333;
	line-height: 100%;
	margin-bottom: .2rem;
}

.sustainable_development-section .list .item .cate-title-left {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .42rem;
	color: #333333;
	line-height: 100%;
	margin-bottom: .2rem;
}


.sustainable_development-section .list .item .row {
	background: #fdf9f4;
	border-radius: 10px;
	overflow: hidden;
	
}

.sustainable_development-section .list .item .litpic {
	width: 100%;
	aspect-ratio: 796 / 600;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sustainable_development-section .list .item .content-box {
	/*padding: 0 .4rem;*/
}

.sustainable_development-section .list .item .content-box .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
	line-height: 100%;
	margin-bottom: .24rem;
}

.sustainable_development-section .list .item .content-box .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height:1.8;
}

.sustainable_development-section .list .item .content-box-left {
	padding: 0 1rem;
}

.sustainable_development-section .list .item .content-box-left .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .24rem;
	color: #d0a353;
	line-height: 100%;
	margin-bottom: .24rem;
}

.sustainable_development-section .list .item .content-box-left .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height:1.8;
}

.sustainable_development-section .list .item .content-box-right {
	padding: 0 1rem;
}

.sustainable_development-section .list .item .content-box-right .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .24rem;
	color: #d0a353;
	margin-bottom: .24rem;
}

.sustainable_development-section .list .item .content-box-right .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height:1.8;
}



@media (max-width: 767px) {
	.sustainable_development-section .list .item .row {
		padding: 0;
		
	}
	
	
	.sustainable_development-section .list .item .cate-title-right {
    margin-top: 0.5rem;
    text-align: center;
	}
	
	.sustainable_development-section .list .item .cate-title-left {
    margin-top: 1rem;
    text-align: center;
	}



	.sustainable_development-section .list .item .content-box {
		padding: 15px;
		margin: 25px 15px 15px;
	}
	.sustainable_development-section .list .item .content-box .title {
		font-size: 18px;
		line-height: 1.5;
	}
	.sustainable_development-section .list .item .content-box-left {
		margin: 0;	
		padding: 0 5% 5%;	
	}
	
	.sustainable_development-section .list .item .content-box-left .title {
		font-size: .36rem;
        text-align: left;
        padding: 0 5%;
        font-weight: 400;
	}
	
	.sustainable_development-section .list .item .content-box-left .desc {

        text-align: left;
        padding: 0 5%;
        margin-bottom: 5%;
        font-size: 14px;

	}
	
	.sustainable_development-section .list .item .content-box-right {
		margin-left:0rem;
		padding: 0 5% 5%;
	}
	
	.sustainable_development-section .list .item .content-box-right .title {
		font-size: .36rem;
        text-align: left;
        padding: 0 5%;
		font-weight: 400;

	}
	.sustainable_development-section .list .item .content-box-right .desc {

        text-align: left;
        font-size: 14px;
        padding: 0 5%;
        margin-bottom: 5%;

  	}
	
	
	
	
}
/* Sustainable Development */

/* News */
.news-section {
	padding: .7rem 0 1.2rem;
}

.news-section .section1 {
	margin-bottom: .76rem;
}

.news-section .section2 {
	margin-bottom: 1rem;
}

.news-section .section2 .item {
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	border-bottom: 1px solid #ececeb;
}

.news-section .section2 .item:last-child {
	margin-bottom: 0;
}

.news-section .section2 .item .litpic {
	width: 100%;
	aspect-ratio: 616 / 314;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.news-section .section2 .item .content-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: .3rem 0 .24rem;
}

.news-section .section2 .item .content-box .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .24rem;
	color: #555555;
	margin-bottom: .24rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-section .section2 .item .content-box .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
}

.news-section .section2 .item .content-box .more-box {
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #A0A0A0;
	border-radius: 50px;
	padding: .17rem .22rem .17rem .26rem;
	margin-top: .24rem;
}

.news-section .section2 .item .content-box .more-box .text {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	line-height: 100%;
	margin-right: .24rem;
}

.news-section .section2 .item .content-box .more-box .icon {
	width: .2rem;
	height: .1rem;
}

@media (max-width: 992px) {
	.news-section .section2 .item .content-box {
		padding: 0;
	}
	.news-section .section2 .item .content-box .desc {
		line-height: 24px;
		max-height: 72px;
	}
}
@media (max-width: 767px) {
	.news-section .section2 .item .row {
		display: block;
	}
.news-section .section2 .item .content-box {
	margin-top: 20px;
}
.news-section .section2 .item .content-box .title {
	font-size: 18px;
	line-height: 24px;
}
}
/* News */


/* News Show */
.news-show-section {
	padding: .9rem 0 1.2rem;
}

.news-show-section .section1 {
	padding: .6rem .36rem;
	background: #f3f3f3;
	margin-bottom: .3rem;
}

.news-show-section .section1 .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
	line-height: 100%;
	margin-bottom: .4rem;
}

.news-show-section .section1 .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: .36rem;
}

.news-show-section .section2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .7rem;
}

.news-show-section .section2 .litpic {
	width: 100%;
	display: block;
}

.news-show-section .section3 {
	margin-bottom: 1.1rem;
	line-height: 28px;
    font-size: 16px;
}

.news-show-section .section4 {
	padding: 0 .7rem;
}

@media (max-width: 767px) {
	.news-show-section .section1 {
		padding: 15px;
	}
	.news-show-section .section1 .title {
		line-height: 24px;
	}
	.news-show-section .section1 .desc {
		font-size: 14px;
		line-height: 22px;
	}
}
/* News Show */


/* 联系我们 */
.contact-section {}

.contact-section .section1 {
	padding: 1.4rem 0 1.4rem;
}

.contact-section .public-cate-title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
	line-height: 100%;
	padding-bottom: .2rem;
	margin-bottom: 0.4rem;
	border-bottom: 1px solid #e1e1e1;
}

.contact-section .section1 .list {}

.contact-section .section1 .list .item {
	display: flex;
	align-items: center;
	margin-top: .5rem;
}

.contact-section .section1 .list .item:first-child {
	margin-top: 0;
}

.contact-section .section1 .list .item .icon {
	width: 25px;
	height: 25px;
}

.contact-section .section1 .list .item .text {
	font-family: Kalinga;
	font-size: 16px;
	color: #132B5B;
	line-height: 24px;
	margin-left: 10px;
}

.contact-section .section2 {
	padding-bottom: 1.3rem;
}

.contact-section .section2 .list {
	margin-top: .6rem;
}

.contact-section .section2 .list .item-box {}

.contact-section .section2 .list .item-box .item {}

.contact-section .section2 .list .item-box .item .litpic {
	width: 100%;
	aspect-ratio: 360 / 406;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	filter: grayscale(100%);
	transition: filter 0.5s ease;
}

.contact-section .section2 .list .item-box .item:hover .litpic {
	filter: grayscale(0%);
}

.contact-section .section2 .list .item-box .item .title {
	font-family: Kalinga;
	font-weight: 400;
	font-size: .24rem;
	color: #555555;
	line-height: 100%;
	text-align: center;
	padding: .2rem .15rem;
}


.contact-section .section3 {
	background: #132b5b;
	padding: 1rem 0 1.4rem;
}

.contact-section .section3 .cate-title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: .36rem;
	color: #ffffff;
	line-height: 100%;
	text-align: center;
	margin-bottom: .7rem;
}

.contact-section .section3 .form-box {
	background: #ffffff;
	border-radius: 20px;
	padding: .8rem 1rem;
}

.contact-section .section3 .item {
	margin-bottom: 0.24rem;
}

.contact-section .section3 .item .label {
	font-family: Kalinga;
	font-size: 18px;
	color: #333333;
	line-height: 100%;
	margin-bottom: .1rem;
}

.contact-section .section3 .item .label .require {
	margin-left: .04rem;
}

.contact-section .section3 .item .radio-list {
	margin-bottom: .8rem;
}

.contact-section .section3 .item .radio-list .items {
	font-family: Kalinga;
	font-size: 18px;
	color: #333333;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 26px;
	position: relative;
	cursor: pointer;
}

.contact-section .section3 .item .radio-list .items::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border: 1px solid #eb8606;
	border-radius: 100%;
}

.contact-section .section3 .item .radio-list .items.active::before {
	border: 3px solid #eb8606;
	width: 12px;
	height: 12px;
}

.contact-section .section3 .item .input {
	display: block;
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #c0c0c0;
	font-size: 14px;
	outline: none;
}

.contact-section .section3 .item .textarea {
	height: 240px;
}

.contact-section .section3 .title {
	font-family: Kalinga;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	line-height: 100%;
	margin-bottom: .15rem;
}

.contact-section .section3 .desc {
	font-family: Kalinga;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;

}

.contact-section .section3 .submit-box {
	display: flex;
	align-items: center;
	margin-top: .35rem;
}

.contact-section .section3 .submit-box .submit {
	width: 207px;
	height: 54px;
	line-height: 54px;
	background: #e79800;
	font-family: Kalinga;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.contact-section .section1 {
		padding-bottom: 1.4rem;
	}
	.contact-section .section2 .list .item-box .item .title {
		font-size: 16px;
		padding: .2rem .15rem 0.56rem;

	}
	.contact-section .section3 .form-box {
		padding: 24px 20px;
	}
	.contact-section .section3 .item .radio-list .items {
		font-size: 16px;
	}
	.contact-section .section3 .item .label {
		font-size: 16px;
		margin-bottom: 0.28rem;
	}
	.contact-section .section3 .desc {
		font-size: 14px;
	}
	.contact-section .section3 .submit-box .submit {
		width: 160px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	
	
}
/* 联系我们 */
