.banner{
	position: relative;
}
.banner .swiper-slide .pic img{
	width: 100%;
	display: block;
}
.banner .banner-box{
	position: absolute;
	top: 50%;
	/*left: 50%;*/
	transform: translateY(-50%);
	right: 13.22%;
	z-index: 2;
	text-align: right;
}
.banner .banner-box .banner-box-c{
	display: inline-block;
	text-align: center;
}
.banner .banner-box .banner-box-c .btn{
	transform: rotate(90deg);
	margin: 0 auto;
}
.banner .banner-box .banner-box-c .btn .iconfont{
	color: #fff;
	font-size: 24px;
}
.banner .banner-box ul{
	margin: 37px 0;
}
.banner .banner-box ul li{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(0, 145, 41, 0);
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.banner .banner-box ul li.active{
	background-color: rgba(0, 145, 41, 1);
	border-color: rgba(0, 145, 41, 1);
}
.banner .banner-box ul li:not(:last-child){
	margin-bottom: 36px;
}
.box1{
	position: relative;
	padding: 72px 0 127px;
	background-image: url(../img/index-box1-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover;
}
.title-div .title{
	font-size: 36px;
	font-family: PingFang;
	color: #333333;
	line-height: 1;
	margin-bottom: 5px;
}
.title-div .iconfont{
	font-size: 40px;
	color: rgba(0, 145, 41, 1);
}
.box1 .box-c{
	
}
.box1 .box-c .swiper-container{
	padding: 47px  0 0;
	overflow: hidden;
}
.box1 .box-c .swiper-slide{
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 3px 50px 0px rgba(158, 158, 158, 0.1);
	border-radius: 15px;
	height: 100%;
	/* min-height: 408px; */
	transition: transform 0.6s;
}
.box1 .box-c .swiper-slide:hover{
	transform: translateY(-16px);
}
.box1 .box-c .swiper-slide:hover .bg{
	opacity: 1;
}
.box1 .box-c .swiper-slide .bg{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 0;
}
.box1 .box-c .swiper-slide a{
	position: relative;
	display: block;
	padding: 41px 38px 30px 49px;
	text-align: left;
	z-index: 2;
	height: 100%;
	width: 100%;
	/* min-height: 408px; */
}
.box1 .box-c .swiper-slide .icon{
	height: 52px;
	line-height: 52px;
	text-align: left;
	color: rgba(0, 145, 41, 1);
}
.box1 .box-c .swiper-slide .icon .iconfont{
	display: block;
	font-size: 46px;
}
.box1 .box-c .swiper-slide:hover .icon .iconfont.icon-zhu{
	color: #fff;
}
.box1 .box-c .swiper-slide:hover .zh,
.box1 .box-c .swiper-slide:hover .en,
.box1 .box-c .swiper-slide:hover .des{
	color: #fff;
}
.box1 .box-c .swiper-slide .icon .iconfont.icon-zhu{
	transform: scale(1.3);
	transform-origin: left;
}
.box1 .box-c .swiper-slide .zh{
	margin-top: 32px;
	font-size: 20px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #333333;
	line-height: 1;
}
.box1 .box-c .swiper-slide .en{
	font-size: 18px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
}
.box1 .box-c .swiper-slide .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 28px;
	margin-top: 36px;
}
.box1 .swiper-horizontal>.swiper-pagination-bullets,
.box1 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.box1 .swiper-pagination-custom, 
.box1 .swiper-pagination-fraction{
	bottom: 63px;
}
.box1 .swiper-pagination-bullet,
.box3 .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #CFCFCF;
	border-radius: 50%;
	opacity: 1;
}
.box1 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.box3 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(0, 145, 41, 1);
}
.box1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.box1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.box3 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.box3 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 9px;
}
.box2{
	position: relative;
}
.box2::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 57.29%;
	height: 100%;
	background-image: url(../img/index-box2-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.box2 .l{
	width: 56.21%;
	padding: 96px 0 114px;
}
.box2 .title-div .title,
.box2 .title-div .iconfont{
	color: #fff;
}
.box2 .text-box .text-title{
	font-size: 26px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #FFFFFF;
	line-height: 2;
	margin-top: 87px;
}
.box2 .text-box .text{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 22px;
	text-align: justify;
}
.box2 .text-box .text p:not(:last-child){
	margin-bottom: 30px;
}
.box2 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 92px;
}
.box2 li .icon{
	width: 98px;
	height: 98px;
	line-height: 98px;
	text-align: center;
	background: rgba(0, 76, 172, 0);
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
}
.box2 li .iconfont{
	display: block;
	font-size: 32px;
	color: #fff;
	transition: all 0.6s;
}
.box2 li:hover .iconfont{
	transform: rotateY(180deg);
}
.box2 li .txt{
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 15px;
	text-align: center;
}
.box2 .r{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 43.08%;
}
.box2 .r img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box2 .r .play-btn{
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.box2 .r .play-btn .iconfont{
	font-size: 82px;
	color: #fff;
}
.box3{
	position: relative;
	padding: 72px 0 64px;
	text-align: center;
}
.box3 .box-c{
	position: relative;
	margin-top: 46px;
	padding-bottom: 88px;
}
.box3 .box-c .text-box{
	padding: 35px  0 0;
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .text-box .l{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 5px;
}
.box3 .box-c .swiper-slide:hover .year,
.box3 .box-c .swiper-slide:hover .date,
.box3 .box-c .swiper-slide:hover .r .text-title{
	color: rgba(0, 145, 41, 1);
}
.box3 .box-c .text-box .year{
	font-size: 50px;
	font-family: Bebas;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.box3 .box-c .text-box .date{
	font-size: 16px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 8px;
}
.box3 .box-c .text-box .r{
	flex: 1;
	/* margin-left: 26px; */
	text-align: left;
}
.box3 .box-c .text-box .r .text-title{
	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	/* overflow: hidden; */
}
.box3 .box-c .text-box .r .text-des{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #777777;
	line-height: 24px;
	margin-top: 13px;
}
.box3 .swiper-pagination{
	text-align: left;
	max-width: 100%;
	width: 1400px;
	margin: 0 auto;
}
.box3 .swiper-horizontal>.swiper-pagination-bullets, 
.box3 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.box3 .swiper-pagination-custom, 
.box3 .swiper-pagination-fraction{
	bottom: 0;
	z-index: 2;
	width: auto;
}
.box3 .more{
	right: 0;
	bottom: 0;
	position: absolute;
	text-align: right;
}
.box3 .more a{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 1;
}
.box3 .more a .iconfont{
	font-size: 20px;
	padding-left: 5px;
}
@media (max-width:1430px) {
	.box1 .box-c .swiper-slide a{
		padding: 30px;
	}
}
@media (max-width:1199px) {
	.banner .banner-box .banner-box-c{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		/*right: 0;*/
		/*transform: translate(0);*/
	}
	.banner .banner-box ul{
		display: flex;
		margin: 0 37px;
	}
	.banner .banner-box ul li:not(:last-child){
		margin-bottom: 0;
		margin-right: 25px;
	}
	.banner .banner-box .banner-box-c .btn{
		margin: 0;
		transform:rotate(0)
	}
	.banner .banner-box{
	    left: 50%;
	    width: 94%;
		top: auto;
		bottom: 30px;
		transform: translateX(-50%);
		right: 0;
	}
	.title-div .title{
		font-size: 30px;
	}
	.box2 .text-box .text-title{
		margin-top: 40px;
	}
	.box2 .text-box .text p:not(:last-child){
		margin-bottom: 20px;
	}
	.box2 ul{
		margin-top: 40px;
	}
	.box2 li .icon{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.box2 li .txt{
		font-size: 14px;
	}
}
.imgVideoaa{
    width: 100%;
}
@media (max-width:768px) {
	.title-div .title{
		font-size: 24px;
	}
	.box1 .box-c .swiper-slide .icon .iconfont{
		font-size: 36px;
	}
	.box1 .box-c .swiper-slide .zh{
		font-size: 18px;
	}
	.box2 .r{
		position: relative;
		width: 100%;
		height: auto !important;
	}
	/*.videoaa{*/
	    /*width: 100% !important;*/
	/*    display: none !important;*/
	/*}*/
	
/*.imgVideoaa{*/
/*    display: block !important;*/
/*    width: 100%;*/
/*}*/
	.box2 .l{
		width: 100%;
	}
	.box2::before{
		width: 100%;
	}
	.box2 .l{
		padding: 60px 0 60px;
	}
	.box2{
		padding-bottom: 50px;
	}
	.box3 .box-c .text-box .year{
		font-size: 36px;
	}
	.box3 .box-c .text-box .r .text-title{
		font-size: 18px;
	}
	.box3 .box-c .text-box .date{
		font-size: 14px;
	}
	.box3 .box-c .text-box .r{
		/* margin-left: 15px; */
	}
}
@media (max-width:500px) {
	.box1 .box-c .swiper-slide .zh{
		margin-top: 10px;
	}
	.box1 .box-c .swiper-slide .des{
		margin-top: 15px;
	}
	.title-div .title{
		font-size: 22px;
	}
	.box1{
		padding: 50px 0 100px;
	}
	.box1 .swiper-horizontal>.swiper-pagination-bullets, .box1 .swiper-pagination-bullets.swiper-pagination-horizontal, .box1 .swiper-pagination-custom, .box1 .swiper-pagination-fraction{
		bottom: 43px;
	}
	.box1 .box-c .swiper-container{
		padding-top: 30px;
	}
	.banner{
		padding-top: 50px;
	}
	.banner .banner-box{
		bottom: 20px;
	}
	.box2 .text-box .text-title{
		font-size: 20px;
	}
	.box2 li .iconfont{
		font-size: 26px;
	}
	.box2 li .icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.box2 .r .play-btn .iconfont{
		font-size: 50px;
	}
	.box3{
		padding-top: 60px;
	}
	.box3 .box-c{
		margin-top: 30px;
	}
	
}