.banner {
	position: relative;
}

.banner .swiper-slide .pic img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 20px;
}

.banner .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #F0F0F0;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;
}

.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 25px;
}

.banner .swiper-pagination-bullet-active {
	background-color: rgba(170, 205, 6, 1);
}

.banner .btns {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.banner .btns .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
	color: #fff;
}

.banner .btns .btn.btn-prev {
	left: 0;
}

.banner .btns .btn.btn-next {
	right: 0;
}

.box1 {
	margin-top: 93px;
}

.box1 .box-t {
	display: flex;
	justify-content: center;
	gap: 105px;
}

.box1 .box-t a {
	position: relative;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #999999;
	line-height: 2.23;
	letter-spacing: 3px;
	transition: all .6s;
}

.box1 .box-t a::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
	height: 6px;
	background: #AACD06;
	border-radius: 25px 25px 25px 25px;
	transition: all .6s;
}

.box1 .box-t a.active::before {
	width: 60px;
}

.box1 .box-t a.active,
.box1 .box-t a:hover {
	color: rgba(102, 102, 102, 1);
}

.box1 .box-c {
	margin-top: 80px;
}

.box1 .box-c .item {
	position: relative;
	display: none;
}

.box1 .box-c .item.active {
	display: block;
}

.box1 .box-c .list {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px;
}

.box1 .box-c .list.active {
	display: grid;
}

.box1 .box-c .list li {
	position: relative;
}

.box1 .box-c .list li::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	transition: all .6s;
}

.box1 .box-c .list li>a {
	position: relative;
	display: block;
	padding: 26px 32px 10px;
	text-align: center;
	z-index: 3;
}

.box1 .box-c .list li:hover::before {
	transform: translate(-50%, -50%)scale(1.1);
}

.box1 .box-c .list li>a .img {
	position: relative;
	padding-top: 100%;
}

.box1 .box-c .list li>a .img .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.box1 .box-c .list li>a .img .pic img {
	max-width: 100%;
	max-height: 100%;
}

.box1 .box-c .list li>a .text-title {
	margin-top: 22px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 22px;
	color: #36444B;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box1 .box-c .list li>a .text-des {
	margin-top: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 23px;
	height: 46px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box1 .box-c .list li>a .more {
	margin: 27px auto 0;
	width: 150px;
	line-height: 40px;
	background: #AACD06;
	text-align: center;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	max-width: 100%;
}

.box1 .box-c .list li>a:hover .more {
	opacity: 1;
	visibility: visible;
}

.box1 .box-c .item .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .6s;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	color: rgba(142, 142, 142, 1);
}

.box1 .box-c .item .btn.active {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

.box1 .box-c .item .btn .iconfont {
	font-size: 38px;
}

.box1 .box-c .item .btn.btn-prev {
	left: -65px;
}

.box1 .box-c .item .btn.btn-next {
	right: -65px;
}

.box1 .box-c .item .btn:hover {
	color: #AACD06;
}

.box2 {
	margin-top: 143px;
}

.box2 .box-t {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.box2 .box-t-l {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	letter-spacing: 3px;
}

.box2 .box-t-r {
	display: flex;
	gap: 30px;
}

.box2 .box-t-r a {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #36444B;
	line-height: 18px;
	transition: all .6s;
}

.box2 .box-t-r a:hover {
	color: #AACD06;
}

.box2 .box-c {
	margin-top: 45px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px;
}
.box2 .box-c-r {
	display: flex;
	flex-direction: column;
	padding: 0 25px;
	background-color: RGBA(249, 249, 249, 1);
}

.box2 .box-c-r .text-title {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 18px;
	color: #36444B;
	line-height: 24px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box2 .box-c-r a:hover .text-title {
	color: #AACD06;
}

.box2 .box-c-r .date {
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	margin-top: 16px;
}

.box2 .box-c-r a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding: 20px 0;
}
.box2 .box-c-r a:not(:last-child){
	border-bottom: 1px solid RGBA(225, 225, 225, 1);
}
@media (max-width:1600px) {
	.box1 .box-c .item .btn .iconfont{
		font-size: 24px;
	}
	.box1 .box-c .item .btn.btn-next{
		right: -30px;
	}
	.box1 .box-c .item .btn.btn-prev{
		left: -30px;
	}
}
@media (max-width:1199px) {
	.box1 .box-c .list{
		gap: 20px;
	}
	.box1 .box-c .list li>a .text-title{
		margin-top: 20px;
		font-size: 20px;
	}
	.box1 .box-c .list li>a .text-des{
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		margin-top: 10px;
	}
	.box1 .box-c .list li>a .more{
		margin-top: 20px;
	}
	.box1 .box-c .list li>a{
		padding: 26px;
	}
	.box1 .box-c .list li:hover::before{
		transform: translate(-50%, -50%)scale(1);
	}
	.banner .btns .btn{
		width: 50px;
		height: 50px;
	}
	.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 10px;
	}
	.banner .swiper-pagination{
		margin-top: 10px;
	}
	.banner .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.box2,
	.box1{
		margin-top: 70px;
	}
	.box1 .box-c{
		margin-top: 45px;
	}
}
@media (max-width: 1024px) {
	.banner .btns .btn{
		width: 40px;
		height: 40px;
	}
	.box2,
	.box1{
		margin-top: 60px;
	}
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 40px;
	}
	.box1 .box-c .item .btn{
		display: none;
	}
	.box1 .box-c .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.box1 .box-c .list:not(:last-child){
		margin-bottom: 20px;
	}
	.box2 .box-c-r .text-title{
		font-size: 16px;
		line-height: 20px;
		-webkit-line-clamp: 1;
	}
	.box2 .box-c-r .date{
		margin-top: 10px;
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.box2 .box-c{
		grid-template-columns: repeat(2,1fr);
	}
	.box2 .box-c-r{
		grid-column: 1/3;
	}
	.box2,
	.box1{
		margin-top: 50px;
	}
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.box2 .box-c-r .date{
		margin-top: 5px;
	}
	.box2 .box-c-r{
		padding:  0 14px;
	}
	.box2 .box-t-r{
		gap: 20px;
	}
	.box2 .box-t-r a{
		font-size: 14px;
	}
	.box1 .box-t a::before{
		height: 4px;
	}
	.box1 .box-c .list li>a .text-title{
		font-size: 16px;
		margin-top: 10px;
	}
	.box1 .box-c .list li>a .text-des{
		margin-top: 2px;
		font-size: 14px;
	}
	.box1 .box-c .list li>a .more{
		opacity: 1;
		visibility: visible;
		margin-top: 15px;
		line-height: 34px;
		font-size: 14px;
		width: 100%;
	}
	.box2,
	.box1{
		margin-top: 40px;
	}
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 25px;
	}
	
	.banner .btns .btn{
		width: 30px;
		height: 30px;
	}
}