.font30 {
	font-size: 30px;
}

.project .box1 {
	padding: 60px 0 80px;
}

.project .box1 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.project .box1 .list li,
.project .box1 .list i {
	width: 31.42%;
}

.project .box1 .list li {
	margin-bottom: 40px;
}

.project .box1 .list li .text-box {
	background-color: rgba(245, 245, 245, 1);
	padding: 23px 19px;
}

.project .box1 .list li .text-title {
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.project .box1 .list li .text-des {
	margin-top: 25px;
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
}

.project .box1 .list li:hover {
	box-shadow: 4px 6px 10px 0px rgba(51, 51, 51, 0.1500);
}

.project-d .box1 {
	display: flex;
}

.project-d .box1 .l {
	width: 61.97%;
}

.project-d .box1 .l .swiper {
	height: 100%;
}

.project-d .box1 .l .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-d .box1 .l .swiper-pagination {
	padding: 0 50px;
	text-align: right;
}

.project-d .box1 .l .swiper-horizontal>.swiper-pagination-bullets,
.project-d .box1 .l .swiper-pagination-bullets.swiper-pagination-horizontal,
.project-d .box1 .l .swiper-pagination-custom,
.project-d .box1 .l .swiper-pagination-fraction {
	bottom: 35px;

}

.project-d .box1 .l .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.project-d .box1 .l .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.project-d .box1 .l .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	opacity: 1;
}

.project-d .box1 .l .swiper-pagination-bullet-active {
	background-color: #fff;
}

.project-d .box1 .r {
	flex: 1;
	padding: 47px 42px 40px;
	background-image: url(../img/project-d-box1-bg.jpg);
	background-size: cover;
}

.project-d .box1 .r .title {
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.project-d .box1 .r .des {
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	line-height: 30px;
	margin-top: 40px;
}

.project-d .box1 .r .text-box {
	font-size: 14px;
	font-family: OpenSans;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}

.project-d .box2 .box-c {
	margin-top: 43px;
}

.project-d .box2 .box-c ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.project-d .box2 .box-c li,
.project-d .box2 .box-c i {
	width: 23.57%;
}

.project-d .box2 .box-c li .pic {
	height: 196px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-d .box2 .box-c li .pic img {
	max-width: 100%;
	max-height: 100%;
}

.project-d .box2 .box-c li a {
	padding: 45px 0 40px;
	display: block;
}

.project-d .box2 .box-c li .text {
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 47px;
	text-align: center;
}

.project-d .box2 .box-c li:hover {
	box-shadow: 4px 6px 10px 0px rgba(51, 51, 51, 0.1500);
}

.project-d .box2 {
	padding: 60px 0 80px;
}

.project-d .box2 .title {
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-transform: capitalize;
}

@media (max-width:1440px) {
	.project-d .box1 .l {
		width: 56%;
	}

	.project-d .box1 .r {
		padding: 20px 20px 40px;
	}

	.project-d .box1 .r .des {
		margin-top: 24px;
	}
}

@media (max-width:1199px) {
	.font30 {
		font-size: 28px;
	}
}

@media (max-width:1024px) {
	.font30 {
		font-size: 26px;
	}

	.project .box1 .list li .text-title {
		font-size: 22px;
		line-height: 1.5;
	}

	.project .box1 .list li,
	.project .box1 .list i {
		width: 48%;
	}

	.project-d .box1 .r .title,
	.project-d .box2 .title {
		font-size: 26px;
	}

	.project-d .box2 .box-c li .text {
		font-size: 22px;
	}

	.project-d .box2 .box-c li,
	.project-d .box2 .box-c i {
		width: 48%;
	}

	.project-d .box1 {
		flex-wrap: wrap;
	}

	.project-d .box1 .l {
		width: 100%;
	}

	.project-d .box1 .r {
		padding: 30px 20px;
	}

	.project-d .box1 .r .des {
		margin-top: 10px;
	}

	.project-d .box1 .r .text-box {
		margin-top: 10px;
	}
}

@media (max-width:768px) {
	.font30 {
		font-size: 24px;
	}

	.project-d .box1 .r .title,
	.project-d .box2 .title {
		font-size: 24px;
	}

	.project .box1 .list li,
	.project .box1 .list i {
		width: 100%;
	}

	.project .box1 .list li .text-des {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 10px;
	}

	.project .box1 .list li .text-title {
		font-size: 20px;
	}

	.project .box1 .list li {
		margin-bottom: 25px;
	}

	.project .box1 {
		padding: 50px 0;
	}

	.project-d .box2 .box-c li .text {
		font-size: 20px;
	}

	.project-d .box2 {
		padding: 50px 0;
	}
}

@media (max-width:500px) {
	.font30 {
		font-size: 22px;
	}

	.project .box1 {
		padding: 30px 0;
	}

	.project-d .box1 .r .title,
	.project-d .box2 .title {
		font-size: 22px;
	}

	.project-d .box2 .box-c li,
	.project-d .box2 .box-c i {
		width: 100%;
	}

	.project-d .box2 .box-c li .text {
		margin-top: 30px;
	}

}

.news {
	padding: 100px 0 139px;
	background-color: RGBA(250, 250, 250, 1);
}

.news .box1 .box-c a {
	display: flex;
	justify-content: space-between;
}

.news .box1 .box-c .pic {
	width: 49.28%;
	border-radius: 20px;
}

.news .box1 .box-c .pic img {
	height: 100%;
	object-fit: cover;
}

.news .box1 .box-c .r {
	width: 50%;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 45px 30px;
}

.news .box1 .box-c .r .date {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}

.news .box1 .box-c .r .text-title {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	/* font-size: 30px; */
	color: rgba(44, 154, 64, 1);
	line-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 40px;
}

.news .box1 .box-c .r .more {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 1;
	display: flex;
	align-items: center;
	margin-top: 70px;
}

.news .box1 .box-c .r .more .iconfont {
	color: rgba(153, 153, 153, 1);
	margin-left: 15px;
	font-weight: bold;
}

.news .box2 {
	margin-top: 30px;
}

.news .box2 .list li>a {
	display: flex;
	padding: 35px 30px 35px 40px;
	background-color: #fff;
	border-radius: 20px;
}

.news .box2 .list li .month {
	font-family: Rany-Bold;
	font-size: 24px;
	color: #222222;
	line-height: 1;
}

.news .box2 .list li .year {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	margin-top: 10px;
}

.news .box2 .list li .text-box {
	flex: 1;
	margin: 0 80px 0 130px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
	transition: all .6s;
}

.news .box2 .list li:hover .text-box {
	color: rgba(44, 154, 64, 1);
}

.news .box2 .list li .text-box p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .box2 .list li .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 18px;
	align-self: center;
	font-weight: bold;
}

.news .box2 .list li:not(:last-child) {
	margin-bottom: 10px;
}

.news .box2 .pagination {
	margin-top: 60px;
}

.news .box2 .pagination ul {
	justify-content: center;
}

.news-details {
	padding: 100px 0 140px;
	background-color: RGBA(250, 250, 250, 1);
}

.news-details .box1 {
	display: flex;
	justify-content: space-between;
}

.news-details .box1 .l {
	width: 67.14%;
}

.news-details .box1 .l .title {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #222222;
	line-height: 1.6;
}

.news-details .box1 .l .date {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	margin-top: 30px;
}

.news-details .box1 .l .l-c {
	border-top: 1px solid RGBA(235, 235, 235, 1);
	margin-top: 70px;
	padding: 45px 0 50px;
	border-bottom: 3px solid rgba(235, 235, 235, 1);
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
}

.news-details .box1 .l .l-c img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.news-details .box1 .l .l-b {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.news-details .box1 .l .l-b .btn {
	width: 160px;
	line-height: 56px;
	background: #F9F9F9;
	border-radius: 30px;
	border: 2px solid #EBEBEB;
	text-align: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	transition: all .6s;
}

.news-details .box1 .l .l-b .btn:hover {
	background-color: rgba(44, 154, 64, 1);
	color: #fff;
	border-color: rgba(44, 154, 64, 1);
}

.news-details .box1 .l .l-b .btn.back {
	width: 300px;
}

.news-details .box1 .r {
	width: 28.57%;
}

.news-details .box1 .r a {
	display: block;
	padding: 40px 20px 35px;
	background-color: #fff;
}

.news-details .box1 .r a:not(:last-child) {
	margin-bottom: 20px;
}

.news-details .box1 .r a .text-title {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}

.news-details .box1 .r a:hover .text-title {
	color: rgba(44, 154, 64, 1);
}

.news-details .box1 .r a .date {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 1;
	margin-top: 48px;
}

@media (max-width: 1199px) {
	.news {
		padding: 70px 0;
	}

	.news .box2 .pagination {
		margin-top: 45px;
	}

	.news-details {
		padding: 70px 0;
	}

	.news-details .box1 .l {
		width: 100%;
	}

	.news-details .box1 .r {
		display: none;
	}

	.news-details .box1 .l .l-c {
		padding: 40px 0;
		margin-top: 45px;
	}

	.news-details .box1 .l .date {
		margin-top: 20px;
	}
}

@media (max-width: 1024px) {
	.news-details .box1 .l .l-c {
		padding: 30px 0;
		margin-top: 40px;
	}

	.news-details .box1 .l .date {
		margin-top: 10px;
	}

	.news-details {
		padding: 60px 0;
	}

	.news .box2 .pagination {
		margin-top: 40px;
	}

	.news {
		padding: 60px 0;
	}

	.news .box1 .box-c .r .text-title {
		margin-top: 24px;
		line-height: 1.3;
		-webkit-line-clamp: 2;
	}

	.news .box1 .box-c .r .more {
		margin-top: 35px;
	}

	.news .box1 .box-c .r {
		padding: 30px;
	}

	.news .box2 .list li .text-box {
		margin: 0 40px 0 60px;
		font-size: 20px;
	}

	.news .box2 .list li>a {
		padding: 24px;
	}

	.news .box2 .list li .month {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.news-details .box1 .l .l-b {
		margin-top: 30px;
	}

	.news-details .box1 .l .l-b .btn {
		line-height: 40px;
		width: 110px;
	}

	.news-details .box1 .l .l-b .btn.back {
		width: 149px;
	}

	.news-details .box1 .l .l-c {
		padding: 20px 0;
		margin-top: 30px;
	}

	.news-details {
		padding: 50px 0;
	}

	.news .box2 .pagination {
		margin-top: 30px;
	}

	.news .box1 .box-c a {
		flex-direction: column;
	}

	.news {
		padding: 50px 0;
	}

	.news .box1 .box-c .r,
	.news .box1 .box-c .pic {
		width: 100%;
	}

	.news .box1 .box-c .r {
		margin-top: 15px;
	}

	.news .box2 .list li>a {
		flex-wrap: wrap;
	}

	.news .box2 .list li .time {
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 10px;
	}

	.news .box2 .list li .year {
		margin-top: 0;
		margin-left: 7px;
	}

	.news .box2 .list li .text-box {
		margin: 0 30px 0 0;
	}
}

@media (max-width: 500px) {
	.news-details .box1 .l .l-b {
		margin-top: 25px;
	}

	.news-details .box1 .l .l-b .btn.back {
		width: 100px;
	}

	.news-details .box1 .l .l-b .btn {
		line-height: 34px;
		font-size: 14px;
		width: 90px;
	}

	.news-details {
		padding: 40px 0;
	}

	.news .box2 .list li .year {
		font-size: 16px;
	}

	.news .box2 .list li .text-box,
	.news .box2 .list li .month {
		font-size: 18px;
	}

	.news .box2 .pagination {
		margin-top: 25px;
	}

	.news .box2 {
		margin-top: 25px;
	}

	.news .box1 .box-c .r {
		padding: 25px;
	}

	.news {
		padding: 40px 0;
	}

	.news .box1 .box-c .r .text-title {
		margin-top: 15px;
	}

	.news .box1 .box-c .r .more {
		margin-top: 15px;
		font-size: 16px;
	}

	.news .box1 .box-c .r .date {
		font-size: 16px;
	}
}