.banner .desc h2 {
	font-size: 58px;
	color: #00bf63;
}
/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
	display: none
}
.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}
.sp_logo img {
	margin: auto;
	max-height: 30px;
}
.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}
.sp_nav span {
	display: block;
	background: #00bf63;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
	top: 0px
}
.sp_nav span:nth-of-type(2) {
	top: 10px
}
.sp_nav span:nth-of-type(3) {
	top: 20px
}
.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
	width: 0
}
.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}
.sjj_nav {
	position: fixed;
	background: #eee;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	z-index: 9999999;
}
.nav_show {
	top: 50px
}
.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}
.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 170px)
}
.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 120px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}
.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}
.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}
.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}
.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.sjj_nav>ul >li:last-child {
	border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
	display: none
}
.sjj_nav ul li a {
	color: #666;
	width: 80%
}
.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}
.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}
.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/


.m {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
}
.bt-1 h1 {
	font-size: 118px;
	line-height: 120px;
	color: #000000;
	opacity: .04;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'HarmonyOS_Sans_Bold';
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bt-1 h2 {
	position: relative;
	display: block;
	color: #000000;
	font-weight: normal;
	font-size: 48px;
	font-family: "HarmonyOS_Sans_Bold";
	line-height: 121px;
}
.bt-1 {
	text-align: center;
}
.aa-1 {
	position: relative;
	margin-top: 80px;
}
.aa-1 .ddf {
	padding-top: 50px;
}
.ddf ul {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-wrap: wrap;
}
.ddf ul li {
	width: 48%;
	margin-bottom: 50px;
	box-shadow: 0 15px 18px rgba(38, 38, 38, .08);
}
.ddf ul li .img {
	width: 100%;
	overflow: hidden;
	height: 400px;
}
.ddf ul li .img img {
	width: 100%;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	height: 100%;
	object-fit: cover;
}
.ddf ul li:hover .img img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.ddf ul li .desc {
	padding: 10px;
	background: #fff;
	text-align: center;
}
.ddf ul li .desc .mm1 {
	display: inline-block;
	margin-top: 18px;
}
.ddf ul li .desc .title {
	font-size: 30px;
	line-height: 33px;
	color: #000000;
	font-weight: normal;
	font-family: 'HarmonyOS_Sans_Medium';
}
.brand {
	position: relative;
	padding-bottom: 80px;
}
.brand-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 52px;
}
.brand-list ul li {
	width: 11%;
	box-shadow: 0 15px 18px rgba(38, 38, 38, .08);
	border-radius: 90px;
	text-align: center;
}
.brand-list ul li a {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .8;
}
.brand-list ul li a:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.ny-banner {
	position: relative;
}
.ny-banner .img {
}
.ny-banner .img img {
	width: 100%
}
.ny-banner .name {
	font-size: 60px;
	font-family: "HarmonyOS_Sans_Bold";
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	top: 50%;
	z-index: 99999;
	justify-content: center;
}
.soul {
	padding: 40px 0;
}
.soul ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 13px;
}
.soul ul li {
	width: 24%;
	background-color: #ffffff;
	box-shadow: 0px 15px 20px 0px rgb(209 218 235 / 50%);
	border-radius: 10px;
	text-align: center;
	margin-top: 40px;
}
.soul ul li .img {
	text-align: center;
	padding: 10%;
}
.soul ul li .desc .title {
	color: #000;
	display: inline-block;
	font-size: 20px;
}
.soul ul li .desc {
	padding-bottom: 35px;
}
.soul ul li .desc .subtitle {
	width: 50%;
	margin: 0 auto;
	color: #666;
}
.all {
	width: 126px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #ffffff;
	background-color: #00bf63;
	border-radius: 50px;
	border: 1px solid #00bf63;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	display: block;
	margin: 30px auto;
}
.about {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 0;
}
.about .zuo {
	width: 47%
}
.about .zuo .desc {
	font-size: 14px;
	line-height: 28px;
	padding: 25px 0;
}
.about .zuo .title {
	font-size: 25px;
	font-weight: bold;
}
.about .you {
	width: 46%
}
.about .you img {
	width: 100%
}
.nvaaa {
	background: #fff;
}
.nvaaa ul {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}
.nvaaa ul li {
	margin: 10px 41px;
}
.ac {
	color: #00bf63 !important;
}
.fenye {
	text-align: center;
	padding-top: 60px;
}
.fenye ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.fenye ul.pagination li {
	display: inline;
}
.fenye ul.pagination li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}
.fenye ul.pagination li a.active {
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
}
.fenye ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
}
.sige ul li {
	width: 45.5%;
	padding: 20px;
	margin: 60px 0;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.sige ul li .img {
	width: 50px;
	text-align: center;
	margin-right: 20px;
}
.sige ul li .desc h2 {
	font-size: 27px;
	margin: 5px 0;
	line-height: 1.5;
	color: #000000;
	font-weight: normal;
	font-family: 'HarmonyOS_Sans_Bold';
}
.sige ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 136px 0 80px;
}
.text-1 .ggg {
	margin-top: 140px;
	text-align: center;
}
.text-1 .ggg h2 {
	font-size: 40px;
	line-height: 1.2;
	color: #232323;
	font-weight: normal;
	font-family: 'HarmonyOS_Sans_Bold';
}
.text-1 .ggg p {
	font-size: 18px;
	margin-top: 30px;
	line-height: 1.5;
	color: #666666;
	font-family: 'HarmonyOS_Sans_Medium';
}
.pp ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.pp ul li {
	width: 19%;
	padding: 10px;
	border: 1px solid #ececec;
	display: flex;
	justify-content: center;
}
.pp ul li img {
	width: auto
}
.pp {
	padding: 50px 0;
}
.on {
	color: #00bf63 !important;
}
.shang ul {
	display: flex;
	text-align: center;
	width: 100%;
	justify-content: center;
	gap: 40px;
	padding: 40px 0;
}
.caselist ul li {
	width: 22%;
	text-align: center;
}
.caselist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caselist ul li .text .title {
	font-size: 16px;
	margin: 20px 0 20px;
	line-height: 28px;
	color: #000000;
	font-weight: bold;
	font-family: 'HarmonyOS_Sans_Medium';
}
.caselist ul li .text .desc span {
	font-size: 18px;
	line-height: 28px;
	color: #00bf63;
	display: block;
	font-family: 'HarmonyOS_Sans_Medium';
}
.page_title {
	font-size: 35px;
	font-weight: bold;
	font-family: "HarmonyOS_Sans_Bold";
	text-align: center;
}
.contentttt ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px;
}
.contentttt ul li {
	text-align: center;
	width: 25%;
}
.contentttt ul li .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ny-banner .subname {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	top: 68%;
	/* z-index: 99999; */
	justify-content: center;
}
.tabs div {
	clear: both;
}
.tabs .horizontal {
	margin: 0px;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.tabs .horizontal li {
	float: left;
	list-style: none;
	height: 50px;
	line-height: 50px;
	background-color: #DDDDDD;
	width: 150px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}
.tabs .horizontal li:not(:first-child) {
	margin-left: 5px;
}
.tabs .horizontal li.selectActive {
	border-bottom: solid 2px #00bf63;
	background-color: #00bf63;
	color: white;
}
.gl img {
	width: 100%
}
.mmk {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.mmk .sww {
	width: 40%
}
.mmk .desc {
	width: 50%
}
.video {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}
/*.top*/
.top {
	height: 80px;
}
.top .logo {
	float: left;
	display: inline-block;
	margin-top: 15px;
}
.top .logo img {
	width: 163px;
	height: 56px;
}
.top ul {
	float: right;
}
.top li {
	float: left;
	position: relative;
}
.top li.last {
	margin-right: 0;
}
.top li > a {
	color: #999;
	display: block;
	padding: 28px 0px;
	width: 160px;
	text-align: center;
	position: relative;
	font-size: 16px;
	font-weight: bolder;
}
.top li.on > a {
	color: #000;
}
.top li:hover > a {
	color: #fff;
	background: url(../images/li_bg2.png) no-repeat center 77px #00bf63;
}
.top li dl {
	display: none;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	background: #00bf63;
	z-index: 100;
}
.top li dl a {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-align: center;
}
.top li dl a:hover {
	color: #000;
}
.top li:hover dl {
	display: block;
}
.top .m .you {
	display: flex;
	justify-content: flex-end;
}
.lug {
	position: relative;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: bold;
}
.lug .la {
	display: none;
	position: absolute;
	top: 65%;
	background: #fff;
	z-index: 99999;
	width: 100%;
	text-align: center;
}
.lug .la p {
}
.lug:hover .la {
	display: block;
}
.lug .la p a {
	line-height: 30px;
}
.productlist .swiper-slide .img {
	height: 300px;
}
.productlist .swiper-slide .img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.productlist .swiper-slide .text {
	background: #00bf63;
	height: 100px;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 0px 40px;
}
.productlist .swiper-slide .text h2 {
	color: #fff
}
.productlist {
	padding: 80px 0;
	position: relative;
}
 @media screen and (max-width: 800px) {
.banner .desc h2 {
	font-size: 14px;
}
:root {
 --swiper-navigation-size: 20px !important;
}
.index_web_head {
	display: none
}
.mobile-head-items {
	display: none !important
}
.sp_header {
	display: block !important
}
.bt-1 h1 {
	font-size: 30px;
	line-height: .8;
}
.bt-1 h2 {
	font-size: 20px;
	line-height: 1;
}
.ddf ul li {
	width: 100%;
}
.ddf ul li .img {
	height: auto;
}
.ddf ul li .desc .title {
	font-size: 20px;
}
.ddf ul li .desc .mm1 {
	margin-top: 0;
	width: 20px;
}
.brand-list ul {
	gap: 10px;
	justify-content: center;
}
.brand-list ul li {
	width: 31%;
}
.ny-banner .name {
	font-size: 20px;
}
.soul ul li {
	width: 47%
}
.soul ul li .desc .title {
	font-size: 16px;
}
.soul ul li .desc .subtitle {
	width: 74%;
	font-size: 12px;
}
.about .zuo {
	width: 100%;
	order: 1;
}
.about .you {
	width: 100%;
	order: 0;
}
.about .zuo .title {
	font-size: 16px;
}
.about .zuo .desc {
	font-size: 12px;
	padding: 20px 0;
}
.sige ul {
	padding: 6px 0 8px;
}
.sige ul li {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
}
.sige ul li .desc h2 {
	font-size: 16px;
	margin: 5px 0;
	line-height: 1.2;
}
.text-1 .ggg h2 {
	font-size: 16px
}
.text-1 .ggg {
	margin-top: 30px;
	text-align: center;
}
.pp ul li {
	width: 47%;
}
.caselist ul li {
	width: 49%;
}
.caselist ul li .text .title {
	font-size: 12px;
	line-height: 20px;
}
.caselist ul li .text .desc span {
	font-size: 12px;
}
.page_title {
	font-size: 16px !important;
}
.contentttt ul {
	padding: 20px;
}
.contentttt ul li {
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
}
.contentttt ul li .name {
	font-size: 16px;
	margin-bottom: 7px;
}
.tabs .horizontal li {
	height: auto;
	line-height: 35px;
	width: 100px;
	font-size: 14px;
}
.mmk .sww {
	width: 100%;
}
.mmk .desc {
	width: 100%;
}
.ny-banner .subname {
	text-align: center;
	width: 80%;
	font-size: 12px;
}
.top {
	display: none
}
.productlist .swiper-slide .img {
	height: auto;
}
.productlist .swiper-slide .text h2 {
	font-size: 12px;
	line-height: 23px;
}
.productlist .swiper-container {
	width: 89%;
	height: 100%;
	margin: 0 auto;
	padding-top: 26px;
}
.productlist {
	padding: 30px 0;
}
}
