body {
	background-color: RGBA(250, 250, 250, 1);
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

.box1 {
	padding: 120px 0 80px;
}

.box1>p {
	font-size: 80px;
	line-height: 1;
	color: #333333;
	font-family: HarmonyOS_Sans_SC_Bold;
	text-align: center;
}

.box2 {
	padding-bottom: 30px;
	/*background: url(../img/click-box2-bj.png) no-repeat;*/
	background-position: 40% bottom;
}

.box2-cen {
	display: flex;
	align-items: center;
	justify-content: space-between;


}

.box2-l {
	width: 40%;
	position: relative;
}

.box2-l::after {
	position: absolute;
	top: -20px;
	right: -20px;
	content: '';
	height: 20px;
	width: 45%;
	background: #8dc63f;
	display: block;
}

.box2-l::before {
	position: absolute;
	content: '';
	right: -20px;
	height: 40%;
	width: 20px;
	background: #8dc63f;
	display: block;
}

.box2-l img {
	width: 100%;
	display: block;
}


.box2 .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.box2 .playBtn .iconfont {
	color: #ffffff;
	font-size: 24px;
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background: RGBA(250, 250, 250, 0.5);
	text-align: center;
	line-height: 70px;
	cursor: pointer;
	transition: all 0.6s ease;
}

.box2 .playBtn .iconfont:hover {
	background: RGBA(140, 199, 62, 0.5);
	/* color: #8dc63f; */
	border: 1px solid #8dc63f;
}

.box2-r {
	width: 56%;
}

.box2-r-cen {
	width: 89%;
}

.box2-r-t>p {
	font-size: 24px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #333333;
	line-height: 1;
	margin-bottom: 20px;
}

.box2-r-m>p {
	font-size: 20px;
	color: #333333;
	font-family: HarmonyOS_Sans_SC;
	line-height: 30px;
	margin-bottom: 25px;
}

.box2-r-m>p:last-child {
	margin-bottom: 0;
}

.box2-r-b {
	display: flex;
}

.box2-r-b a {
	display: block;
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
	font-family: HarmonyOS_Sans_SC;
	color: #ffffff;
	font-size: 16px;
	display: flex;
	align-items: center;
	background: #8dc63f;
	border-radius: 30px;
	margin-top: 30px;
}

.box2-r-b a>.iconfont {
	display: block;
	vertical-align: middle;
	margin-left: 20px;
}

.box3 {
	padding: 80px 0 100px;
}

.box3-t {
	margin-bottom: 60px;
}

.box3-t p {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	color: #333333;
	font-family: HarmonyOS_Sans_SC_Bold;
}

.box3-b {
	padding: 60px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.box3-b ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.box3-b ul li {
	width: 25%;
	height: 100%;
	text-align: center;
	border-right: 1px solid #dedede;
	padding: 0 30px;
}

.box3-b ul li:last-child {
	border-right: 0;
}

.box3-prc img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.box3-zi p {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	font-family: HarmonyOS_Sans_SC_Bold;
	min-height: 60px;
}

.box4 {
	background: #f1f1f1;
	padding: 83px 0 57px;
}

.box4-cen {
	display: flex;
	flex-direction: column;
}

.box4-cen ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.box4-cen ul li {
	width: 24%;
	margin-bottom: 36px;
	margin-right: calc(4% / 3);
	/* display: none; */
}

.box4-cen ul li:nth-child(4n) {
	margin-right: 0;
}

.box4-cen .box4-ui-act li:nth-child(n+5) {
	display: none;
}

.box4-prc {
	position: relative;
}

.box4-prc img {
	display: block;
	width: 100%;
}

.box4 .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.box4 .playBtn .iconfont {
	color: #ffffff;
	font-size: 24px;
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background: RGBA(250, 250, 250, 0.5);
	text-align: center;
	line-height: 70px;
	cursor: pointer;
	transition: all 0.6s;
}

.box4 .playBtn .iconfont:hover {
	background: RGBA(140, 199, 62, 0.5);
	/* color: #8dc63f; */
	border: 1px solid #8dc63f;
}

.box4-zi p {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Bold;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box4-more {
	display: block;
	margin: 0 auto;
	color: #8dc63f;
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.box4-more .iconfont {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	transform: rotate(90deg);
	transition: all 0.6s;
	margin-left: 8px;
}

.box4 .new-class-name .iconfont {
	transform: rotate(-90deg);
}

.box5 {
	padding: 90px 0 100px;
}

.box5-top {
	margin-bottom: 80px;
	text-align: center;
}

.box5-top p {
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #333333;
	font-size: 24px;
	line-height: 1;
}

.box5-bom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box5-l {
	width: 41%;
	overflow: hidden;
}

.box5-l img {
	display: block;
	width: 100%;
	transition: all 0.6s;
}

.box5-l img:hover {
	transform: scale(1.05);
}

.box5-r {
	width: 54%;
	padding-right: 5%;
}

.box5-r ul li {
	margin-bottom: 40px;
}

.box5-r ul li:last-child {
	margin-bottom: 0;
}

.box5-box-t p {
	font-size: 18px;
	line-height: 30px;
	color: #8dc63f;
	font-family: HarmonyOS_Sans_SC;
}

.box5-box-b p {
	font-size: 18px;
	line-height: 30px;
	color: #3333333;
	font-family: HarmonyOS_Sans_SC;
	padding-left: 8px;
}

.box6 {
	padding: 0 0 140px;
}

.box6-top p {
	font-size: 24px;
	color: #333333;
	line-height: 1;
	font-family: HarmonyOS_Sans_SC_Bold;
	text-align: center;
}

.box6-bomm {
	margin-top: 85px;
	display: flex;
	justify-content: center;
}

.box6-bomm a {

	display: flex;
	align-items: center;
}

.box6-bomm a span {
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC;
	color: #8dc63f;
}

.box6-bomm a .iconfont {
	display: block;
	font-weight: bold;
	transform: translateX(0);
	transition: all 0.6s;
	margin-left: 5px;
}

.box6-bomm a:hover .iconfont {
	transform: translateX(50%);
}


.box6-bom {
	margin-top: 60px;
}

.box6-bom ul {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.box6-bom ul li {
	width: 24%;
	overflow: hidden;
	margin-bottom: 3px;
	margin-right: calc(4% / 3);
}

.box6-bom ul li:nth-child(4n) {
	margin-right: 0;
}

.box6-bom-box {
	position: relative;
	overflow: hidden;
}

.box6-bom-box-prc img {
	width: 100%;
	height: 410px;
	transition: all 1.5s;
	display: block;
}

.box6-bom-box:hover .box6-bom-box-prc img {
	transform: scale(1.1);
}

.box6-bom-box-zi {
	position: absolute;
	left: 50%;
	/* 160px */
	top: 190px;
	width: 100%;
	z-index: 25;
	text-align: center;
	transform: translate(-50%, -50%);
	transition: all 1s;
}

.box6-bom-box:hover .box6-bom-box-zi {
	top: 150px;
}

.tex-t {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	font-family: HarmonyOS_Sans_SC;
	margin-bottom: 16px;
}

.xain-t {
	display: block;
	width: 20px;
	height: 4px;
	background: #fff;
	margin: 0 auto;
}

.h6-t {
	font-size: 24px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #fff;
	line-height: 1;
	margin-top: 18px;
}

.box6-bom-box-more {
	position: absolute;
	z-index: 26;
	top: 230px;
	left: 50%;
	transform: translateX(-0%);
	opacity: 0;
	transition: all 1s;
}

.box6-bom-box:hover .box6-bom-box-more {
	transform: translateX(-50%);
	opacity: 1;
}

.box6-bom-box-more>a {
	display: block;
	width: 190px;
	height: 60px;
	border-radius: 30px;
	background: #8dc63f;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box6-bom-box-more>a>p {
	font-size: 16px;
	line-height: 24px;
	font-family: HarmonyOS_Sans_SC;
}

.box6-bom-box-more>a .iconfont {
	transform: rotate(-45deg);
	vertical-align: middle;
	display: block;
	line-height: 1;
	margin-left: 13px;
}

.box6-prc-bj {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 410px;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: all 0.3s;
}

.box6-bom-box:hover .box6-prc-bj {
	opacity: 1;
}

@media (max-width:1700px) {
	.box1 {
		padding: 110px 0 80px;
	}

	.box1>p {
		font-size: 60px;
	}
}

@media (max-width:1640px) {
	.box2-r-t>p {
		margin-bottom: 40px;
	}

	.box2-r-m>p {
		margin-bottom: 20px;
	}

	.box2-r-b a {
		margin-top: 40px;
	}

	.box6 {
		padding-bottom: 100px;
	}
}

@media (max-width:1590px) {
	.box3-prc img {
		height: 230px;
	}
}

@media (max-width:1440px) {
	.box1>p {
		font-size: 40px;
	}

	.box1 {
		padding: 70px 0 50px;
	}

	.box2-r-t>p {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.box2-r-m>p {
		margin-bottom: 10px;
	}

	.box2-r-b a {
		margin-top: 20px;
	}

	.box3 {
		padding: 60px 0 70px;
	}

	.box3-t {
		margin-bottom: 40px;
	}

	.box3-t p {
		font-size: 22px;
	}

	.box3-b {
		padding: 40px 0;
	}

	.box3-zi p {
		font-size: 22px;
		line-height: 28px;
	}

	.box4 {
		padding: 60px 0 50px;
	}

	.box5 {
		padding: 60px 0 80px;
	}

	.box6-bom {
		margin-top: 50px;
	}

	.box4-zi p {
		/*font-size: 22px;*/
	}

	.box5-top p {
		font-size: 22px;
	}

	.box5-top {
		margin-bottom: 50px;
	}

	.box6-bomm {
		margin-top: 60px;
	}

	.box6-top p {
		font-size: 22px;
	}
}

@media (max-width:1400px) {
	.box3-prc img {
		height: 200px;
	}
}

@media (max-width:1200px) {
	.box1 {
		padding: 40px 0 40px;
	}

	.box1>p {
		font-size: 30px;
	}

	.box2-l {
		width: 45%;
	}

	.box2-r {
		width: 50%;
	}

	.box2-r-cen {
		width: 100%;
	}

	.box2-r-t>p {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.box2-r-m>p {
		font-size: 16px;
		line-height: 24px;
	}

	.box3 {
		padding: 40px 0 50px;
	}

	.box4 .playBtn .iconfont {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}

	.box3-zi p {
		font-size: 20px;
		line-height: 26px;
	}

	.box3-t p {
		font-size: 20px;
		line-height: 26px;
	}

	.box4-zi p {
		font-size: 20px;
		line-height: 26px;
	}

	.box5-box-b p {
		font-size: 16px;
		line-height: 24px;
		color: #333333;
	}

	.box5-box-t p {
		line-height: 28px;
	}

	.box5-r ul li {
		margin-bottom: 18px;
	}

	.box5 {
		padding: 45px 0 60px;
	}

	.box6-bom {
		margin-top: 40px;
	}

	.box6-bomm {
		margin-top: 40px;
	}

	.box6 {
		padding-bottom: 55px;
	}

	.tex-t {
		font-size: 16px;
		margin-bottom: 13px;
	}

	.h6-t {
		font-size: 20px;
		margin-top: 16px;
	}

	.box6-bom-box-more>a {
		height: 50px;
		border-radius: 25px;
		width: 150px;
	}

	.box6-bom-box-more {
		top: 220px;
	}

	.box6-prc-bj {
		height: 390px;
	}

	.box6-bom-box-prc img {
		height: 390px;
	}

	.box2-l::after {
		top: -10px;
		right: -10px;
		height: 10px;
	}

	.box2-l::before {
		right: -10px;
		width: 10px;
	}

	.box2-r-b a {
		padding: 0 20px;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		font-size: 15px;
	}

	.box2-r-b a span {
		display: block;
	}

	.box2-r-b a>.iconfont {
		display: block;
		margin-left: 10px;
		line-height: 52px;
		font-size: 15px;
		margin-top: 4px;
	}
}

@media (max-width:900px) {
	.box3-prc img {
		height: 180px;
	}

	.box3-b {
		padding: 30px 0;
	}

	.box3-b ul li {
		padding: 0 15px;
	}
}

@media (max-width:800px) {
	.box2-cen {
		flex-direction: column;
	}

	.box2-l {
		width: 100%;
	}

	.box2-l img {
		width: 100%;
		max-height: 340px;
		object-fit: cover;
	}

	.box2-r {
		width: 100%;
		margin-top: 15px;
	}

	.box3-b ul li {
		width: 50%;
	}

	.box3-b ul li:nth-child(2n) {
		border-right: 0;
	}

	.box4-cen ul {
		justify-content: space-between;
	}

	.box4-cen ul li {
		width: 49%;
		margin-right: 0;
	}

	.box5-top {
		margin-bottom: 30px;
	}

	.box5-bom {
		flex-direction: column;
	}

	.box5-l {
		width: 100%;
		margin-bottom: 20px;
	}

	.box5-l img {
		width: 100%;
		max-height: 340px;
		object-fit: cover;
	}

	.box5-r {
		width: 100%;
		padding-right: 0;
	}
	.box3 {
	    padding: 20px 0 30px;
	}
	.box4 {
	    padding: 40px 0 30px;
	}
	.box5 {
	    padding: 30px 0 40px;
	}
	.box5-top {
	    margin-bottom: 20px;
	}
	.box6-bom ul{
		justify-content: space-between;
	}
	.box6-bom ul li{
		width: 49%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.box6-bomm {
	    margin-top: 30px;
	}
	.box6 {
	    padding-bottom: 30px;
	}
}
@media (max-width:560px){
	.box6-prc-bj {
	    height: 340px;
	}
	.box6-bom-box-prc img {
	    height: 340px;
	}
}