.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper .pic img{
	display: block;
	width: 100%;
	min-height: 530px;
	object-fit: cover;
}
.banner .swiper-slide .slideBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 0 40px;
}
.banner .swiper-slide .slideBox .text-box{
    display: inline-block;
}
.banner .swiper-slide .slideBox .text-box img{
    display: block;
    margin: 70px 0 0 auto;
}
.banner .swiper-slide .slideBox .title{
	font-size: 60px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	background: linear-gradient(90deg, #1CA1DA 0%, #37B880 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: .35em;
	display: inline-block;
}
.banner .swiper-slide .slideBox .text-box .title{
    font-size: 50px;
    	letter-spacing: .2em;
}
.banner .swiper-slide .slideBox .text-box .title p:nth-child(2){
    text-indent: 2em;
}
.banner .swiper-slide .slideBox .en{
	font-size: 48px;
	font-family: Rany-Bold;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	text-transform: uppercase;
	margin-top: 10px;
}
.banner .swiper-slide .slideBox .en span{
	font-weight: bold;
}
.banner .swiper-slide .slideBox .zh{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #6E5F60;
	line-height: 30px;
	margin-top: 40px;
	letter-spacing: .82em;
}
.banner .swiper-pagination{
	bottom: 25px;
}
.banner .swiper-pagination-bullet{
	width: 40px;
	height: 4px;
	background: #FFFFFF;
	opacity: 0.7;
	border-radius: 0;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.banner .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: rgba(0, 153, 68, 1);
}
.box3 .btn,
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 60px;
	height: 40px;
	border: 2px solid #FFFFFF;
	opacity: 0.3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	transition: all 1s;
}
.banner .btn:hover,
.box3 .btn:hover{
	border-color: #009944;
	opacity: 1;
	color: #009944;
}
.box3 .btn .iconfont,
.banner .btn .iconfont{
	font-size: 24px;
}
.banner .btn.btn-prev{
	left: 3.12%;
}
.banner .btn.btn-next{
	right: 3.12%;
}
.box1{
	padding: 80px 0 98px;
}
.box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .l{
	width: 61.42%;
	border-right: 1px solid rgba(222, 222, 222, 1);
	display: flex;
}
.box1 .box-c .l .l-l{
	display: block;
	width: 41.39%;
}
.box1 .box-c .l .l-l .pic,
.box1 .box-c .l .l-l .pic img{
	display: block;
	min-height: 100%;
}
.box1 .box-c .l .l-l .pic img{
	object-fit: cover;
}
.box1 .box-c .l .l-r{
	flex: 1;
	padding: 0 40px 0 20px;
}
.box1 .box-c .l .l-r .label{
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	background: linear-gradient(-90deg, #1CA1DA, #37B880);
	border-radius: 10px 0px 0px 0px;
	padding: 0 12px;
}
.box1 .box-c .l .l-r .title{
	display: block;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	margin-top: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box1 .box-c .l .l-r .title:hover{
	color: rgba(0, 153, 68, 1);
}
.box1 .box-c .l .l-r .date{
	font-size: 20px;
	font-family: Rany-Bold;
	color: #999999;
	line-height: 1;
	margin-top: 30px;
}
.box1 .box-c .r{
	width: 35.71%;
}
.box1 .box-c .r .r-t{
	display: flex;
	border-bottom: 1px solid rgba(248, 248, 248, 1);
}
.box1 .box-c .r .r-t a{
	position: relative;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	line-height: 1;
	padding-bottom: 14px;
	transition: all .6s;
}
.box1 .box-c .r .r-t a::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	height: 2px;
	width: 0;
	transition: all .6s;
	background-color: rgba(0, 153, 68, 1);
}
.box1 .box-c .r .r-t a.active::before,
.box1 .box-c .r .r-t a:hover::before{
	width: 100%;
}
.box1 .box-c .r .r-t a.active,
.box1 .box-c .r .r-t a:hover{
	color: rgba(0, 153, 68, 1);
}
.box1 .box-c .r .r-t a:not(:last-child){
	margin-right: 36px;
}
.box1 .box-c .r .r-c{
	margin-top: 34px;
}
.box1 .box-c .r .r-c .list{
	display: none;
}
.box1 .box-c .r .r-c .list.active{
	display: block;
}
.box1 .box-c .r .r-c .list a{
	display: flex;
}
.box1 .box-c .r .r-c .list a:not(:last-child){
	margin-bottom: 20px;
}
.box1 .box-c .r .r-c .list .title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	margin-right: 20px;
}
.box1 .box-c .r .r-c .list .date{
	width: 78px;
	height: 13px;
	font-size: 16px;
	font-family: Rany-Bold;
	color: #CCCCCC;
	line-height: 24px;
}
.box2{
	background-image: url(../img/index-box2-bg.jpg);
	background-size: cover;
	height: 700px;
	padding-top: 120px;
	text-align: center;
}
.box2 .box-c .logo img{
	display: block;
	margin: 0 auto;
}
.box2 .box-c .title{
	margin-top: 33px;
	font-size: 36px;
}
.box2 .box-c .title span{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #009944;
	background: linear-gradient(90deg, #1CA1DA 0%, #37B880 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: .6em;
}
.box2 .box-c .date{
	font-size: 36px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 70px;
	letter-spacing: .6em;
}
.box3{
	position: relative;
	z-index: 3;
}
.box3 .box-c{
	position: relative;
	margin-top: -210px;
	background: linear-gradient(30deg, #1AA959, #009944);;
}
.box3 .box-c .swiper-slide{
	display: flex;
}
.box3 .box-c .swiper-slide .l,
.box3 .box-c .swiper-slide .r{
	width: 50%;
}
.box3 .box-c .swiper-slide .l img{
	height: 100%;
	object-fit: cover;
}
.box3 .box-c .swiper-slide .r{
	padding: 60px 40px;
}
.box3 .box-c .swiper-slide .r .en{
	font-size: 24px;
	font-family: Rany-Bold;
	color: #FFFFFF;
	line-height: 30px;
}
.box3 .box-c .swiper-slide .r .zh{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 7px;
}
.box3 .box-c .swiper-slide .r .text-box{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.66;
	margin-top: 38px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box3 .box-c .swiper-slide .r .more{
	display: flex;
	width: 200px;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, .4);
	margin-top: 58px;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	transition: all .6s;
}
.box3 .box-c .swiper-slide .r .more .iconfont{
	font-size: 22px;
	font-weight: bold;
}
.box3 .box-c .swiper-slide .r .more:hover{
	background: #fff;
	color: #009944;
}
.box3 .box-c .btn{
	border-color: RGBA(222, 222, 222, 1);
	color: RGBA(222, 222, 222, 1);
	opacity: 1;
	top: 65%;
}
.box3 .box-c .btn:hover{
	border-color: #009944;
	color: #009944;
}
.box3 .box-c .btn.btn.btn-prev{
	left: -120px;
}
.box3 .box-c .btn.btn.btn-next{
	right: -120px;
}
.box4{
	position: relative;
	margin-top: 80px;
}
.box4 .en{
	font-size: 24px;
	font-family: Rany-Bold;
	color: #009944;
	line-height: 1;
	text-transform: uppercase;
}
.box4 .zh{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 10px;
}
.box4 .box-c{
	margin-top: 40px;
}
.box4 .box-c .swiper{
	overflow: visible;
	height: 500px;
}
.box4 .box-c .swiper-slide{
	width: 24.28%;
}
.box4 .box-c .swiper-slide:not(:last-child){
	margin-right: .956%;
}
.box4 .box-c .swiper-slide .text{
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.box4 .box-c .swiper-slide a .pic{
	position: relative;
	padding-top: 70.58%;
	/* height: 12.5vw; */
	transition: all .6s;
	transform: translateZ(0);
}
.box4 .box-c .swiper-slide-active a .pic,
.box4 .box-c .swiper-slide:hover a .pic{
	/* height: 17.7vw; */
	padding-top: 100%;
}
.box4 .box-c .swiper-slide a .pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.box5{
	position: relative;
}
.box5 .pic img{
	display: block;
	width: 100%;
}
.box5 .box-c{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 2;
	padding-top: 152px;
}
.box5 .box-c .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	letter-spacing: .3em;
}
.box5 .box-c .en{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 1.2;
	margin-top: 35px;
}
.box5 .box-c .btns{
	margin-top: 70px;
	display: flex;
	gap: 20px;
}
.box5 .box-c .btns a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 50px;
	border: 2px solid rgba(255, 255, 255, .5);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	transition: all .6s;
}
.box5 .box-c .btns a:hover{
	background-color: #fff;
	color: rgba(0, 153, 68, 1);
}
@media (max-width:1600px) {
	.banner .swiper-slide .slideBox{
		padding: 0 100px;
	}
	.banner .swiper-slide .slideBox .text-box .title,
	.banner .swiper-slide .slideBox .title{
		font-size: 48px;
	}
	.banner .swiper-slide .slideBox .en{
		font-size: 36px;
	}
	.banner .swiper-slide .slideBox .zh{
		font-size: 22px;
		margin-top: 20px;
	}
}
@media (max-width: 1440px) {
	.box5 .box-c{
		padding-top: 120px;
	}
	.box5 .box-c .en{
		font-size: 36px;
	}
	.banner .swiper-slide .slideBox .text-box .title,
	.banner .swiper-slide .slideBox .title{
		font-size: 40px;
	}
	.banner .swiper-slide .slideBox .en{
		font-size: 30px;
		line-height: 1.3;
	}
	.box3 .btn, .banner .btn{
		width: 50px;
		height: 34px;
	}
	.box3 .btn .iconfont, .banner .btn .iconfont{
		font-size: 20px;
	}
	.box2 .box-c .title{
		margin-top: 20px;
	}
	.box2 .box-c .date,
	.box2 .box-c .title{
		font-size: 30px;
	}
	.box4 .box-c .swiper{
		height: 450px;
	}
}
@media (max-width: 1280px){
	.box5 .box-c{
		padding-top: 90px;
	}
	.box5 .box-c .en{
		font-size: 30px;
		margin-top: 25px;
	}
	.box5 .box-c .btns{
		margin-top: 50px;
	}
}
@media (max-width: 1199px) {
	.box4 .box-c .swiper{
		height: 430px;
	}
	.box4 .box-c .swiper-slide{
		width: 320px;
	}
	.box4{
		margin-top: 60px;
	}
	.box2{
		height: 500px;
	}
	.box2 .box-c .date{
		margin-top: 40px;
	}
	.box1 .box-c .l .l-r .title{
		font-size: 18px;
		margin-top: 20px;
	}
	.box1 .box-c .l .l-r .date{
		margin-top: 20px;
		font-size: 18px;
	}
	.box1{
		padding: 60px 0;
	}
	.banner .swiper-slide .slideBox .text-box .title,
	.banner .swiper-slide .slideBox .title{
		font-size: 30px;
	}
	.banner .swiper-slide .slideBox .en{
		font-size: 28px;
	}
	.banner .swiper-slide .slideBox{
		padding: 0 70px;
	}
	.box2{
		padding-top: 80px;
	}
	.box3 .box-c .swiper-slide .r{
		padding: 30px;
	}
	.box4 .en,
	.box4 .zh,
	.box3 .box-c .swiper-slide .r .zh,
	.box3 .box-c .swiper-slide .r .en{
		font-size: 22px;
	}
	.box3 .box-c .swiper-slide .r .text-box{
		margin-top: 25px;
	}
	.box3 .box-c .swiper-slide .r .more{
		width: 140px;
		height: 40px;
		padding: 0 10px;
		margin-top: 30px;
		font-size: 14px;
	}
	.box2 .box-c .date, .box2 .box-c .title{
		font-size: 28px;
	}
}
@media (max-width: 1024px) {
	.box5 .box-c .title{
		font-size: 22px;
	}
	.box5 .box-c .en{
		font-size: 26px;
	}
	.box5 .box-c .btns{
		margin-top: 35px;
	}
	.box5 .box-c{
		padding-top: 70px;
	}
	.box5 .pic img{
		min-height: 433px;
		object-fit: cover;
	}
	.box4{
		margin-top: 50px;
	}
	.box4 .box-c{
		margin-top: 30px;
	}
	.box2 .box-c .date, .box2 .box-c .title{
		font-size: 26px;
	}
	.box1{
		padding: 50px 0;
	}
	.box1 .box-c{
		flex-direction: column;
	}
	.box1 .box-c .l{
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.box1 .box-c .r{
		margin-top: 35px;
		width: 100%;
	}
	.box1 .box-c .r .r-c{
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.box2 .box-c .date, .box2 .box-c .title{
		font-size: 24px;
		letter-spacing: .2em;
	}
	.box1{
		padding: 40px 0;
	}
	.banner .swiper-slide .slideBox .text-box .title,
	.banner .swiper-slide .slideBox .title{
		font-size: 26px;
	}
	.banner .swiper-slide .slideBox .en{
		font-size: 24px;
	}
	.box3 .btn, .banner .btn{
		width: 40px;
		height: 26px;
	}
	.banner .swiper-slide .slideBox .zh{
		font-size: 20px;
		letter-spacing: .3em;
	}
	.box1 .box-c .l .l-r .label{
		font-size: 14px;
		padding: 0 6px;
		line-height: 30px;
	}
	.box1 .box-c .l .l-r .title{
		font-size: 16px;
		margin-top: 10px;
	}
	.box1 .box-c .l .l-r .date{
		margin-top: 13px;
		font-size: 16px;
	}
	.box2 .box-c .date{
		margin-top: 20px;
	}
	.box2{
		padding-top: 70px;
		height: 393px;
	}
	.box3 .box-c{
		margin-top: -150px;
	}
	.box3 .box-c .swiper-slide{
		flex-direction: column;
	}
	.box3 .box-c .swiper-slide .l, .box3 .box-c .swiper-slide .r{
		width: 100%;
	}
	.box5 .box-c .en{
		font-size: 24px;
	}
}
@media (max-width: 500px) {
	.box5 .box-c .title{
		font-size: 20px;
	}
	.box5 .box-c .btns{
		margin-top: 30px;
	}
	.box5 .pic img{
		min-height: 349px;
	}
	.box5 .box-c .en{
		font-size: 22px;
		margin-top: 15px;
	}
	.box5 .box-c .btns a{
		width: 100px;
		height: 40px;
		font-size: 16px;
	}
	.box5 .box-c{
		padding-top: 40px;
	}
	.box4 .box-c .swiper-slide .text{
		margin-top: 15px;
	}
	.box4 .box-c .swiper-slide a .pic{
		padding-top: 100%;
	}
	.box4 .box-c .swiper-slide:not(:last-child){
		margin-right: 4%;
	}
	.box4 .box-c{
		margin-top: 25px;
	}
	.box4{
		margin-top: 35px;
	}
	.box4 .box-c .swiper{
		height: auto;
		padding-bottom: 35px;
	}
	.box4 .box-c .swiper-slide{
		width: 100%;
	}
	.box2{
		padding-top: 50px;
		height: 349px;
	}
	.box3 .box-c .swiper-slide .r .more{
		margin-top: 20px;
	}
	.box3 .box-c .swiper-slide .r .zh{
		margin-top: -2px;
	}
	.box3 .box-c .swiper-slide .r .text-box{
		margin-top: 10px;
	}
	.box3 .box-c .swiper-slide .r{
		padding: 20px 20px 30px;
	}
	.box4 .en, .box4 .zh, .box3 .box-c .swiper-slide .r .zh, .box3 .box-c .swiper-slide .r .en{
		font-size: 20px;
	}
	.box2 .box-c .date, .box2 .box-c .title{
		font-size: 22px;
	}
	.box1 .box-c .r{
		margin-top: 25px;
	}
	.box1 .box-c .l .l-l{
		width: 100%;
	}
	.box1 .box-c .l .l-r{
		padding: 0;
		margin-top: 15px;
	}
	.box1 .box-c .l{
		flex-direction: column;
	}
	.box1{
		padding: 30px 0;
	}
	.banner .swiper-slide .slideBox .text-box .title,
	.banner .swiper-slide .slideBox .title{
		font-size: 22px;
	}
	.banner .swiper-slide .slideBox .text-box .title{
	    font-size: 18px;
	}
	.banner .swiper-slide .slideBox .text-box img{
	    margin-top: 20px;
	    width: 130px;
	}
	.banner .swiper-slide .slideBox .en{
		font-size: 20px;
	}
	.banner .swiper-slide .slideBox .zh{
		font-size: 16px;
		letter-spacing: .2em;
	}
	.banner .swiper .pic img{
		min-height: 433px;
	}
	.banner .swiper-slide .slideBox{
		padding: 0 50px;
	}
	.banner .btn.btn-prev{
		left: 1%;
	}
	.banner .btn.btn-next{
		right: 1%;
	}
}