.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	min-height: 374px;
	object-fit: cover;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.banner .swiper-slide .sub-title{
	font-size: 30px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}
.banner .swiper-slide .title{
	font-size: 70px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 15px;
}
.banner .swiper-slide .des{
	font-size: 26px;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: 400;
	color: rgba(15, 13, 24, 1);
	line-height: 1;
	text-transform: uppercase;
	padding: 18px 24px;
	background-color: #FFFFFF;
	display: inline-block;
	margin-top: 23px;
}
.banner .swiper-slide .text{
	font-size: 30px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 30px;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background-color: rgba(245, 245, 245, 0.08);
	z-index: 2;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.banner .btn .iconfont{
	font-size: 24px;
	color: #fff;
}
.banner .btn.btn-prev{
	left: 0;
}
.banner .btn.btn-next{
	right: 0;
}
.banner .swiper-horizontal>.swiper-pagination-bullets, 
.banner .swiper-pagination-bullets.swiper-pagination-horizontal, 
.banner .swiper-pagination-custom, 
.banner .swiper-pagination-fraction{
	width: 1400px;
	max-width: 94%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 77px;
}
.banner .swiper-pagination{
	text-align: left;
}
.banner .swiper-pagination-bullet{
	width: 35px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 0;
	opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(163, 214, 92, 1);
	box-shadow: 0px 0px 9.1px 0.9px rgba(163, 214, 92, 0.3);
}
.index-title-div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index-title-div .title{
	font-size: 36px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}
.index-title-div .line{
	width: 52px;
	height: 3px;
	background: #27943C;
	margin-top: 20px;
}
.index-title-div .r a{
	width: 153px;
	height: 46px;
	border: 2px solid #C7C7C7;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #888888;
	transition: all .6s;
}
.index-title-div .r a:hover{
	background-color: #27943C;
	border-color: #27943C;
	color: #fff;
}
.box1{
	padding-top: 80px;
}
.box1 .box-c{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.box1 .box-c>div{
	position: relative;
	width: 49.47%;
	background-color: rgba(252, 252, 252, 1);
	height: 440px;
}
.box1 .box-c>div .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	transition: all .6s;
}
.box1 .box-c>div:hover .bg{
	opacity: 1;
}
.box1 .box-c>div>a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 100px 0 80px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.box1 .box-c .text-box{
	/* flex: 1; */
}
.box1 .box-c .pic{
	width: 26.31%;
}
.box1 .box-c .l .pic{
	margin-right: 25px;
}
.box1 .box-c .r .pic{
	margin-left: 25px;
}
.box1 .box-c .pic img{
	width: 100%;
	max-height: 310px;
	display: block;
}
.box1 .box-c .text-title,
.box1 .box-b li .text-title{
	font-size: 22px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-transform: uppercase;
}
.box1 .box-c .text-des,
.box1 .box-b li .text-des{
	font-size: 15px;
	font-family: OpenSans;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	margin-top: 19px;
	width: 380px;
	max-width: 100%;
}
.box1 .box-c .text-box .more,
.box1 .box-b li .more{
	width: 200px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: #8B8B8B;
	margin-top: 24px;
	text-transform: uppercase;
	transition: all .6s;
}
.box1 .box-c .text-box .more .iconfont,
.box1 .box-b li .more .iconfont{
	font-size: 20px;
	margin-left: 27px;
}
.box1 .box-c .text-box .more:hover,
.box1 .box-b li .more:hover{
	background-color: #27943C;
	border-color: #27943C;
	color: #fff;
}
.box1 .box-b{
	margin-top: 20px;
}
.box1 .box-b ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box1 .box-b li,
.box1 .box-b i{
	width: 32.6%;
}
.box1 .box-b li{
	background-color: rgba(252, 252, 252, 1);
	padding: 0 4.9% 60px;
}
.box1 .box-b li .pic{
	height: 391px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.box1 .box-b li .pic img{
	max-height: 326px;
	max-width: 100%;
}
.box1 .box-b li .text-title{
	margin-top: 80px;
}
.box1 .box-b li .more{
	margin-top: 19px;
}
.box2{
	padding: 100px 0 143px;
	background-image: url(../img/index-box2-bg.png);
	background-position: left bottom;
	background-size: 100% auto;
}
.box2 .box-c{
	margin-top: 59px;
	display: flex;
	align-items: center;
}
.box2 .box-c>div{
	width: 50%;
}
.box2 .box-c .l{
	position: relative;
}
.box2 .box-c .l .pic img{
	display: block;
	width: 100%;
}
.box2 .box-c .l .playerBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.box2 .box-c .l .playerBtn .iconfont{
	font-size: 60px;
	color: #fff;
	cursor: pointer;
}
.box2 .box-c .r{
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
	padding: 79px 50px 130px;
}
.box2 .box-c .r .text-title{
	font-size: 26px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-transform: uppercase;
}
.box2 .box-c .r .text-des{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	margin-top: 27px;
}
.box2 .box-c .r .more{
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 40px;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	line-height: 40px;
	z-index: 2;
	padding: 0 11px;
	margin-top: 84px;
	transition: all .6s .2s;
	text-transform: uppercase;
}
.box2 .box-c .r .more:hover{
	color: #fff;
}
.box2 .box-c .r .more:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #27943C;
	z-index: -1;
	transition: all .6s;
	box-shadow: 0px 5px 25px 0px rgba(39, 148, 60, 0.25);
}
.box2 .box-c .r .more:hover:before{
	width: 100%;
}
.box2 .box-c .r .more .iconfont{
	font-size: 20px;
	margin-right: 22px;
	color: #fff;
}
.box2 .box-c .r .dateTime{
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../img/index-box2-2.jpg);
	background-size: cover;
	width: 220px;
	height: 180px;
	box-shadow: 0px 5px 25px 0px rgba(39, 148, 60, 0.25);
	display: flex;
	align-items: center;
	padding: 0 0 0 29px;
}
.box2 .box-c .r .dateTime-box .date{
	font-size: 120px;
	font-family: OpenSans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.box2 .box-c .r .dateTime-box .year{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}
.box2 .box-b{
	margin-top: 60px;
}
.box2 .box-b ul{
	display: flex;
	justify-content: space-between;
}
.box2 .box-b li{
	width: 280px;
	max-width: 24%;
	display: flex;
	align-items: flex-start;
}
.box2 .box-b li .icon{
	transition: all .6s;
}
.box2 .box-b li:hover .icon{
	transform: rotateY(180deg);
}
.box2 .box-b li .text-box{
	margin-left: 15px;
}
.box2 .box-b li .number{
	font-size: 36px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	line-height: 30px;
}
.box2 .box-b li .number sup{
	font-size: 20px;
}
.box2 .box-b li .text{
	font-size: 15px;
	font-family: OpenSans;
	font-weight: 300;
	color: #888888;
	line-height: 20px;
	margin-top: 6px;
}
.box3{
	padding: 80px 0 97px;
	background-color: rgba(248, 249, 251, 1);
}
.box3 .box-t{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.box3 .box-t .l{
	width: 66.42%;
}
.box3 .box-t .l .swiper-slide{
	padding: 0 9.13%;
	height: 509px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
}
.box3 .box-t .l .swiper-slide .slide-box{
	background-color: rgba(255, 255, 255, .85);
	padding: 73px 8%;
}
.box3 .box-t .l .swiper-slide .slide-box .text-title{
	font-size: 20px;
	font-family: OpenSans;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
}
.box3 .box-t .l .swiper-slide .slide-box .text-box{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: #444444;
	line-height: 26px;
	margin-top: 15px;
}
.box3 .box-t .l .swiper-slide .slide-box .text-des{
	margin-top: 23px;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: #444444;
	line-height: 26px;
}
.box3 .box-t .r{
	width: 31.71%;
}
.box3 .box-t .r li{
	padding: 40px;
	display: flex;
	align-items: center;
}
.box3 .box-t .r li.active{
	background-color: #27943C;
}
.box3 .box-t .r li .icon{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 29px;
	overflow: hidden;
}
.box3 .box-t .r li .icon img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box3 .box-t .r li .text-title{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}
.box3 .box-t .r li .text-box{
	flex: 1;
}
.box3 .box-t .r li.active .text-title,
.box3 .box-t .r li.active .text-des{
	color: #fff;
}
.box3 .box-t .r li .text-des{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	opacity: 0.5;
	margin-top: 5px;
}
.box4{
	padding: 80px 0 98px;
}
.box4 .box-c{
	margin-top: 50px;
}
.box4 .box-c ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box4 .box-c li,
.box4 .box-c i{
	width: 30.71%;
}
.box4 .box-c li .text-box{
	padding: 30px 0 0;
}
.box4 .box-c li .date{
	font-size: 14px;
	font-family: OpenSans;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.box4 .box-c li .text-title{
	font-size: 22px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .box-c li .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 46px;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	margin-top: 20px;
	transition: all .6s;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: #8B8B8B;
	text-transform: uppercase;
}
.box4 .box-c li .more:hover{
	background-color: #27943C;
	border-color: #27943C;
	color: #fff;
}
.box5{
	padding: 80px 0 126px;
	background-color: #f8f9fb;
	background-image: url(../img/index-box5-bg.png);
}
.box5 .box-c{
	margin-top: 80px;
}
.box5 .box-c .l{
	width: 480px;
	max-width: 100%;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	padding: 33px  24px 48px;
}
.box5 .box-c .l .text-title{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: #333333;
	line-height: 30px;
}
.box5 .box-c .l li{
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: rgba(136, 136, 136, 1);
	line-height: 30px;
}
.box5 .box-c .l li .text span{
	color: #222;
}
.box5 .box-c .l li .icon{
	margin-right: 15px;
}
.box5 .box-c .l li .iconfont{
	color: #29953e;
	font-size: 22px;
}
.box6{
	padding: 67px 0;
	background-image: url(../img/index-box6-bg.jpg);
	background-size: cover;
}
.box6 .content1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box6 .l{
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.box6 .r{
	width: 258px;
	height: 46px;
	border: 1px solid #FFFFFF;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 400;
	color: #FFFFFF;
}
@media (max-width:1500px) {
	.banner .swiper-slide .slide-box{
		padding: 0 40px;
	}
}
@media (max-width:1440px){
	.banner .swiper-slide .title{
		font-size: 50px;
	}
	.box1 .box-c>div>a{
		padding: 0 40px;
	}
	.index-title-div .title{
		font-size: 30px;
	}
	.box2 .box-c .r{
		padding: 50px 30px 90px;
	}
	.box2 .box-c .r .dateTime-box .date{
		font-size: 80px;
	}
	.box2 .box-c .r .dateTime{
		height: 130px;
	}
	.box3 .box-t .r li{
		padding: 40px 20px;
	}
	.box3 .box-t .r li .icon{
		margin-right: 15px;
	}
}
@media (max-width:1199px){
	.banner .swiper-slide .title{
		font-size: 40px;
	}
	.banner .swiper-slide .sub-title,
	.banner .swiper-slide .text{
		font-size: 26px;
	}
	.banner .swiper-slide .des{
		font-size: 24px;
		padding: 12px 16px;
	}
	.banner .swiper-slide .text{
		margin-top: 18px;
	}
	.banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{
		bottom: 30px;
	}
	.banner .btn{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.box2 .box-b li .icon{
		height: 50px;
	}
	.box3 .box-t .r li .icon{
		width: 60px;
		height: 60px;
	}
	.box1 .box-c{
		flex-wrap: wrap;
	}
	.box1 .box-c>div{
		width: 100%;
		height: auto;
		padding: 40px;
	}
	.box1 .box-c .l{
		margin-bottom: 10px;
	}
	.box1 .box-b li .pic{
		height: 300px;
	}
	.box1 .box-b li .pic img{
		max-height: 270px;
	}
	.box1 .box-c>div>a{
		padding: 0;
	}
}
@media (max-width:1024px){
	.banner .swiper-slide .title{
		font-size: 30px;
	}
	.banner .swiper-slide .sub-title, .banner .swiper-slide .text{
		font-size: 24px;
	}
	.banner .swiper-slide .des{
		font-size: 20px;
	}
	.box1 .box-b li, .box1 .box-b i{
		width: 48%;
	}
	.box1 .box-b li{
		margin-bottom: 25px;
	}
	.box2{
		background-image: none;
	}
	.box2{
		padding: 50px 0;
	}
	.index-title-div .title{
		font-size: 26px;
	}
	.box2 .box-c{
		flex-direction: column;
	}
	.box2 .box-c>div{
		max-width: 100%;
		width: auto;
	}
	.box2 .box-c .r{
		margin-top: 30px;
	}
	.box2 .box-c .r .more{
		margin-top: 50px;
	}
	.box2 .box-b ul{
		flex-wrap: wrap;
	}
	.box2 .box-b li{
		width: 48%;
		max-width: 48%;
		margin-bottom: 25px;
	}
	.box2 .box-b li .number{
		font-size: 30px;
	}
	.box3 .box-t{
		flex-direction: column-reverse;
	}
	.box3 .box-t .r{
		width: 100%;
	}
	.box3 .box-t .r li{
		padding: 20px;
	}
	.box3 .box-t .l{
		margin-top: 20px;
		width: 100%;
	}
	.box6 .l{
		font-size: 26px;
	}
	.box6 .r{
		width: 220px;
	}
	.box4 .box-c li .text-title{
		font-size: 20px;
	}
}	
@media (max-width:768px) {
	.banner .swiper-slide .title{
		font-size: 26px;
	}
	.banner .swiper-slide .sub-title, .banner .swiper-slide .text{
		font-size: 22px;
	}
	.banner .swiper-slide .des{
		font-size: 18px;
		line-height: 1.5;
	}
	.box6 .content1400{
		flex-direction: column;
	}
	.box6 .r{
		margin-top: 30px;
	}
	.box6{
		padding: 30px 0;
	}
	.box1 .box-b li, .box1 .box-b i{
		width: 100%;
	}
	.box1 .box-b li .pic{
		height: auto;
	}
	.box1 .box-b li{
		padding: 30px 20px 40px;
	}
	.box1 .box-b li .text-title{
		margin-top: 30px;
	}
	.box2 .box-c .r{
		padding: 30px  25px 50px;
	}
	.box2 .box-c .r .dateTime-box .date{
		font-size: 40px;
	}
	.box2 .box-c .r .dateTime{
		height: 80px;
		width: 180px;
		padding-left: 20px;
	}
	.box2 .box-c .r .dateTime-box .year{
		font-size: 14px;
	}
	.box2 .box-c .r .text-title{
		font-size: 22px;
	}
	.box4 .box-c li, .box4 .box-c i{
		width: 48%;
	}
	.box4 .box-c li{
		margin-bottom: 25px;
	}
	.box4{
		padding: 50px 0 30px;
	}
	.box5{
		padding: 50px 0;
	}
	.box5 .box-c{
		margin-top: 40px;
	}
	.index-title-div .title{
		font-size: 24px;
	}
	.box1 .box-c .pic img{
		min-width: 120px;
	}
	.box1 .box-c .text-des, .box1 .box-b li .text-des{
		width: auto;
	}	
	.box1 .box-c>div{
		padding: 40px 20px;
	}
	.box6 .l{
		font-size: 22px;
	}
}
@media (max-width:500px) {
	.banner .swiper-slide .title{
		font-size: 22px;
	}
	.banner .swiper-slide .sub-title, .banner .swiper-slide .text{
		font-size: 16px;
	}
	.banner .swiper-slide .des{
		font-size: 12px;
		line-height: 1.5;
	}
	.banner .swiper-slide .des{
		padding: 6px 8px;
	}
	.banner .btn{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.banner .btn .iconfont{
		font-size: 18px;
	}
	.box2 .box-c .r .text-title{
		font-size: 20px;
	}
	.index-title-div .title{
		font-size: 22px;
	}
	.index-title-div .r a{
		width: 120px;
		height: 40px;
	}
	.box1{
		padding: 50px 0 0;
	}
	.box1 .box-c .l a{
		flex-direction: column;
	}
	.box1 .box-c .r a{
		flex-direction: column-reverse;
	}
	.box1 .box-c .text-box{
		width: 100%;
		margin-top: 25px;
	}
	.box1 .box-c .text-des, .box1 .box-b li .text-des{
		margin-top: 10px;
	}
	.box1 .box-c .text-title, .box1 .box-b li .text-title{
		font-size: 20px;
	}
	.box2 .box-b li{
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.box2 .box-b li .number{
		font-size: 24px;
	}
	.box2 .box-b li .number sup{
		font-size: 16px;
	}
	.box2 .box-b li .text{
		margin-top: 0;
	}
	.box2{
		padding: 30px 0;
	}
	.box2 .box-c{
		margin-top: 30px;
	}
	.box2 .box-c .r .dateTime-box .year{
		font-size: 12px;
	}
	.box2 .box-c .r .dateTime{
		width: 150px;
		padding-left: 15px;
	}
	.box2 .box-c .r .more{
		margin-top: 30px;
	}
	.box2 .box-b{
		margin-top: 35px;
	}
	.box3{
		padding: 50px 0;
	}
	.box3 .box-t{
		margin-top: 30px;
	}
	.box3 .box-t .l .swiper-slide .slide-box{
		padding: 30px 8%;
	}
	.box3 .box-t .l .swiper-slide{
		height: 420px;
	}
	.box4 .box-c li, .box4 .box-c i{
		width: 100%;
	}
	.box4 .box-c{
		margin-top: 30px;
	}
	.box4 .box-c li .text-box{
		padding-top: 10px;
		
	}
	.box4 .box-c li .more,
	.box1 .box-c .text-box .more, .box1 .box-b li .more,
	.box6 .r{
		height: 40px;
	}
	.box4 .box-c li .more{
		margin-top: 10px;
	}
	.box4 .box-c li .text-title{
		margin-top: 10px;
	}
	.box4 .box-c li{
		margin-bottom: 30px;
	}
	.box4{
		padding: 50px 0 20px;
	}
	.box6 .l{
		font-size: 20px;
	}
	.box6 .r{
		margin-top: 20px;
	}
	.box5 .box-c{
		margin-top: 30px;
	}
	.box5 .box-c .l{
		padding: 25px;
	}
}