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 137px;
}

.box1-top {
	margin-bottom: 58px;
}

.box1-top p {
	font-size: 80px;
	line-height: 1;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: bold;
	text-align: center;
}


.box1-mind form {
	border: 1px solid #dedede;
	height: 60px;
	padding: 25px;
	display: flex;
	align-items: center;
	width: 250px;
	border-radius: 30px;
}

.box1-mind form input {
	width: 100%;
	border: none;
	outline: none;
	background: none;
	flex: 1;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333;
	line-height: 1;
}

.box1-mind form .icon-sousuo {
	cursor: pointer;
	color: rgba(140, 199, 62, 1);
	font-size: 18px;
}

.box1-mind {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box1-mind ul {
	display: flex;
	align-items: center;
}

.box1-mind ul li {
	margin-left: 70px;
}

.box1-mind ul li a {
	display: block;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 24px;
	color: #333333;
}

.box1-mind ul li a:hover {
	color: #8dc63f;
	border-bottom: 4px solid #8dc63f;
}

.box1-mind ul li.box1-mind-active a {
	color: #8dc63f;
	/* padding-bottom: 20px; */
	border-bottom: 4px solid #8dc63f;
}

.box1-bom {
	margin-top: 80px;
}

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

.box1-bom ul li {
	width: 24.9%;
	overflow: hidden;
	margin-bottom: 3px;
	margin-right: calc(0.4% / 3);
}

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

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

.box1-bom-box-prc img {
	width: 100%;
	/* height: 380px; */
	transition: all 1.5s;
	display: block;
}

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

.box1-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;
}

.box1-bom-box:hover .box1-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;
}

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

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

.box1-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;
}

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

.box1-bom-box-more>a .iconfont {
	transform: rotate(-45deg);
	vertical-align: middle;
	display: block;
	line-height: 1;
	margin-left: 13px;
	transition: transform .6s;
	transform: rotate(0deg);
	
}
.box1-bom-box-more>a:hover .iconfont{
    /*transform: rotate(0deg);*/
}
.box1-prc-bj {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: all 0.3s;
}

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

.box1-bomm {
	margin-top: 130px;
}

@media (max-width:1700px){
	/* .box1 p{
		font-size: 60px;
	}
	 */
	.box1 {
	    padding: 90px 0 80px;
	}
	.box1-top  p{
		font-size: 60px;
	}
	.box1-top {
	    margin-bottom: 40px;
	}
	.box1-bom {
	    margin-top: 60px;
	}
	.box1-bomm {
	    margin-top: 86px;
	}
}
@media (max-width:1440px){
	.box1 {
	    padding: 60px 0 80px;
	}
	.box1-top p {
	    font-size: 40px;
	}
	.box1-top {
	    margin-bottom: 25px;
	}
	.box1-mind ul li a{
		font-size: 22px;
	}
	.box1-mind form{
		height: 50px;
		border-radius: 25px;
	}
	.box1-mind ul li {
	    margin-left: 45px;
	}
	.h6-t{
		font-size: 22px;
	}
	.tex-t{
		font-size: 17px;
	}
	.box1-bom-box-more>a{
		width: 180px;
		height: 50px;
		 border-radius: 25px;
	}
	.box1-bomm {
	    margin-top: 45px;
	}
}
@media (max-width:1200px){
	.box1-top p{
		font-size: 30px;
	}
	
	.box1 {
	    padding: 35px 0 50px;
	}
	.box1-mind ul li a{
		font-size: 20px;
	}
	.box1-bom {
	    margin-top: 30px;
	}
}

@media (max-width:1120px){
	.box1-mind{
		flex-direction: column;
	}
	.box1-mind form{
		margin-top: 20px;
	}
}

@media (max-width:1000px){
	.box1-bom ul li{
		width: 33%;
		margin-right: calc(1% / 3);
	}
	.box1-bom ul li:nth-child(4n){
		margin-right: calc(1% / 3);
	}
	.box1-mind ul li {
	    margin-left: 20px;
	}
}

@media (max-width:768px){
	.box1-mind ul li a{
		font-size: 16px;
	}
	.box1-bom-box-prc img{
		height: 310px;
	}
	.box1-prc-bj{
		height: 310px;
	}
}
@media (max-width:620px){
	.box1-bom ul li{
		width: 49%;
		margin-right: calc(1% / 2);
	}
	.tex-t {
	    font-size: 15px;
	}
	.h6-t {
	    font-size: 20px;
	}
	.box1-mind ul{
		/* overflow-x: auto; */
		width: 100%;
		overflow: auto;
		justify-content: space-between;
	}
	.box1-mind ul li {
        margin-left: 0px;
		padding-left: 20px;
    }
	.box1-mind ul li a{
		display: block;
		white-space: nowrap;
	}
}