* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: "GothamBook";
	/* Project id 2871779 */
	src: url('../fonts/GOTHAM-BOOK.OTF');
}

/* a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
} */

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

html,
body {
	font-family: "GothamBook";
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
	height: 5px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(53, 174, 64, 1);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.content1700 {
	margin: 0 auto;
	width: 1700px;
	max-width: 94%;
}
.content520 {
	padding: 0 5.2%;
}

.picCover {
	position: relative;
}

.picCover .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picCover .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font30 {
	font-size: 30px;
}

.font48 {
	font-size: 48px;
}

.font36 {
	font-size: 36px;
}

.font60 {
	font-size: 60px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all .6s;
	/* mix-blend-mode: exclusion; */
	/* background-color: rgba(255, 255, 255, .9); */
}

.header.active {
	background-color: #fff;
}

.header.active1 {
	position: sticky;
}

.header .content {
	padding-left: 3.125%;
	padding-right: 1.56%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo img {
	display: block;
	width: 119px;
}

.header .logo img.img2 {
	display: none;
}

.header.active .logo img.img2 {
	display: block;
}

.header.active .logo img.img1 {
	display: none;
}

.header .list {
	display: flex;
	gap: 75px;
}

.header .list li a {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 80px;
	transition: all .6s;
	/* mix-blend-mode: exclusion; */
	/* min-blend-mode: multiply; */
	display: block;
}
.header.active .list li a{
	color:#333;
}
.header .list li:hover a,
.header .list li.active a,
.header.active .list li.active a,
.header.active .list li:hover a,
.header.active .r .icon-duoyuyan {
	color: rgba(53, 174, 64, 1);
}

.header.active .r .icon-duoyuyan:hover,
.header.active .list li:hover a {
	color: rgba(53, 174, 64, 1);
}

/* @supports (mix-blend-mode: overlay) {
  .header .list li a {
	color: #FFFFFF;
    
  }
} */
.header .r {
	display: flex;
	align-items: center;
	gap: 22px;
}

.header .r .header-contact,
.header .r .header-email {
	padding: 0 20px;
	font-family: GothamBook;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 42px;
	background-color: rgba(53, 174, 64, 1);
	border-radius: 21px;
	transition: all .6s;
}

.header .r .header-contact:hover,
.header .r .header-email:hover {
	opacity: .9;
}

.header .r .aslideBtn .iconfont {
	color: rgba(53, 174, 64, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	/* margin-left: 40px; */
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: rgba(53, 174, 64, 1);
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(53, 174, 64, 1);
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(53, 174, 64, 1);
}

.header .r .icon-duoyuyan {
	font-size: 24px;
	color: rgba(53, 174, 64, 1);
	transition: all .6s;
}

.footer {
	background-color: rgba(53, 174, 64, 1);
	padding-top: 80px;
}

.footer-t {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.footer-t .li-title {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 16px;
	color: #FAFAFA;
	line-height: 30px;
	text-transform: uppercase;
}

.footer-t .li-des {
	margin-top: 20px;
}

.footer-t .li-des p>a {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 16px;
	color: #EBEBEB;
	line-height: 30px;
	transition: all .6s;
}

.footer-t .li-des p>a:hover {
	opacity: .8;
}

.footer-t .li-c {
	margin-top: 37px;
}

.footer-t .li-c .text-des,
.footer-t .li-c .text-title {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 16px;
	color: #FAFAFA;
	line-height: 30px;
}

.footer-t .li-c .text-des {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 16px;
	color: #FEFEFE;
	margin-top: 10px;
}

.footer-t .li-c form {
	display: flex;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	height: 50px;
	margin-top: 13px;
}

.footer-t .li-c form input {
	flex: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0 15px;
	font-family: GothamBook;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer-t .li-c form input::placeholder {
	color: #FFFFFF;
}

.footer-t .li-c form .submit {
	width: 56px;
	line-height: 48px;
	text-align: center;
	background-color: #fff;
	color: rgba(53, 174, 64, 1);
	cursor: pointer;
}

.footer-t .li-c form .submit .iconfont {
	font-size: 22px;
}

.footer-c {
	margin-top: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-c-l {
	display: flex;
	align-items: center;
}

.footer-c-l .logo img {
	display: block;
	width: 71px;
}

.footer-c-l-r {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
	margin-left: 45px;
}

.footer-c-l-r a {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer-c-r {
	display: flex;
	gap: 40px;
}

.footer-b a,
.footer-c-r a {
	color: #fff;
	transition: all .6s;
}

.footer-c-r .iconfont {
	font-size: 30px;
}

.footer-b a:hover,
.footer-c-r a:hover {
	opacity: .8;
}

.footer-b {
	margin-top: 35px;
	padding: 24px 0 37px;
	border-top: 1px solid rgba(255, 255, 255, .42);
	font-family: GothamBook;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}
.odm-section .box-c {
    margin-top: 50px;
}

.odm-section .box-c .odm-list {
    display: flex;
    justify-content: space-between;
}

.odm-section .box-c .odm-item {
    position: relative;
    padding-top: 32.94%;
    /* height: 560px; */
    width: 15.88%;
    border-radius: 10px;
    overflow: hidden;
    transition: all .6s;
}

.odm-section .box-c .odm-item.active {
    width: 48.23%;
}

.odm-section .box-c .odm-item .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.odm-section .box-c .odm-item .bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    display: block;
    height: 100%;
}

.odm-section .box-c .odm-item .text-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 34px 40px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .6s -.3s;
}

.odm-section .box-c .odm-item.active .text-box {
    opacity: 1;
    visibility: visible;
    transition: all .6s .5s;
}

.odm-section .box-c .odm-item .text-des {
    font-family: GothamBook;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.odm-section .box-c .odm-item .more {
    display: inline-block;
    min-width: 140px;
    line-height: 50px;
    background: #35AE40;
    padding: 0 20px;
    text-align: center;
    font-family: GothamBook;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 25px;
    margin-top: 22px;
}
.innerBanner {
	position: relative;
}

.innerBanner .bannerBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.innerBanner .pic img {
	display: block;
	width: 100%;
	min-height: 340px;
	object-fit: cover;
}

.innerBanner .en {
	color: #FFFFFF;
}

.stickyBox {
	position: relative;
	background-color: #fafafa;
	box-shadow: 0 1px 2px 0 #0000001a;
}
.stickyBox>div{
	/* box-shadow: 5px 8px 79px 0px rgba(62,62,62,0.08); */
}
.stickyBox .content1400 {
	display: flex;
	gap: 90px;
	/* box-shadow: 5px 8px 79px 0px rgba(62, 62, 62, 0.08); */
}

.stickyBox a {
	position: relative;
	font-size: 18px;
	color: #222222;
	line-height: 48px;
	/* min-width: 200px; */
	/* padding: 0 20px; */
	text-align: center;
	transition: all .6s;
}
.stickyBox a:before{
	position:absolute;
    content:"";
    width: 0%;
    height: 2px;
    bottom: 0;
    left:50%;
    background: rgba(53, 174, 64, 1);
    transform: translateX(-50%);
    transition: all .6s;
}
.stickyBox a:hover:before,
.stickyBox a.active:before{
	width:100%;
}
.stickyBox a.active,
.stickyBox a:hover {
	color: #35AE40;
}

.stickyBox a.active {
	/* background-color: rgba(53, 174, 64, 1); */
	color: rgba(53, 174, 64, 1);
}

.product-filter {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 20px;
	min-height: 440px;
	width: 300px;
	position: sticky;
	top: 113px;
}

.product-filter a {
	display: flex;
	padding: 15px 20px;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	line-height: 30px;
	transition: all .6s;
	border-radius: 5px;
}

.product-filter a:not(:last-child) {
	margin-bottom: 17px;
}

.product-filter a:hover {
	color: rgba(53, 174, 64, 1);
}

.product-filter a.active {
	color: #fff;
	background-color: rgba(53, 174, 64, 1);
}

.product-filter a .text {
	flex: 1;
	margin-right: 15px;
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 1; */
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
}

.product-filter a .iconfont {
	transform: rotate(-45deg);
	font-size: 24px;
	color: #fff;
}

.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: rgba(53, 174, 64, 1);
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}

.download-item {
	background: #FFFFFF;
	border-radius: 5px;
	display: flex;
	padding: 36px 30px 50px;
}

.download-item .pic {
	width: 200px;
	height: 160px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #EDF1F4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-item .pic img {
	max-width: 90%;
	max-height: 90%;
}

.download-item .text-box {
	flex: 1;
	margin-left: 32px;
}

.download-item .text-title {
	font-size: 24px;
	color: #333333;
	line-height: 1.5;
}

.download-item .text-des {
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	margin-top: 11px;
}

.download-item .labels {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.download-item .label {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	padding: 9px 17px;
	display: flex;
	border-radius: 25px;
	border: 1px solid #F0F0F0;
	transition: all .6s;
}

.download-item .label:hover {
	background-color: rgba(53, 174, 64, 1);
	color: #fff;
	border-color: rgba(53, 174, 64, 1);
}

.download-item .label .iconfont {
	margin-left: 15px;
	font-size: 22px;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
	border-radius: 50%;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
	background: #35AE40;
	box-shadow: 2px 3px 10px 0px rgba(53, 174, 64, 0.3);
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.product-filter a{
		font-size: 16px;
	}
	.header .r {
		gap: 15px;
	}

	.header .list {
		gap: 40px;
	}

	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {

	.header .r .header-contact,
	.header .r .header-email {
		font-size: 16px;
	}

	.header .list {
		gap: 30px;
	}

	.header .list li a {
		font-size: 16px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}

	.font36 {
		font-size: 30px;
	}

	.font60 {
		font-size: 36px;
	}

	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.stickyBox .content1400{
		gap: 25px;
	}
	.product-filter a{
		padding: 10px 15px;
	}
	.product-filter{
		width: 260px;
	}
	.odm-section .box-c{
        margin-top: 45px;
    }
	.header {
		padding: 15px 0;
	}

	.header .content {
		padding: 0 3%;
	}

	.header .list {
		display: none;
	}

	.font36 {
		font-size: 28px;
	}

	.font60 {
		font-size: 30px;
	}

	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #fff;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: rgba(53, 174, 64, 1);
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

	.footer-b,
	.footer-c-l-r a,
	.footer-t .li-c form input,
	.footer-t .li-c .text-des,
	.footer-t .li-c .text-title,
	.footer-t .li-title,
	.footer-t .li-des p>a {
		font-size: 14px;
		line-height: 28px;
	}

	.footer-t .li-c .text-des {
		margin-top: 0;
	}

	.footer-t .li-c form input {
		padding: 0 10px;
	}

	.footer-c {
		margin-top: 70px;
	}

	.footer {
		padding-top: 70px;
	}

	.footer-c-r {
		gap: 20px;
	}

	.footer-c-r .iconfont {
		font-size: 24px;
	}

	.footer-c-l-r {
		margin-left: 30px;
		gap: 20px;
	}
}

@media (max-width: 1024px) {
	.product-filter{
		padding: 15px 20px;
		margin-bottom: 20px;
	}
	.product-filter{
		position: relative;
		top: 0;
        width: 100%;
        min-height: 0;
    }
	.product-filter .filter-list{
		display: flex;
		flex-wrap: wrap;
		gap: 5px 30px;
	}
	.product-filter a{
		padding: 0;
	}
	.product-filter a.active{
		color: #35AE40;
		background-color: transparent;
	}
	.product-filter a .iconfont{
		display: none;
	}
	.product-filter a:not(:last-child){
		margin-bottom: 0;
	}
	.product-filter a .text{
		margin-right: 0;
	}
	.odm-section .box-c{
        margin-top: 40px;
    }
	.odm-section .box-c .odm-item .text-box{
        padding: 25px 20px;
    }
    .odm-section .box-c .odm-item.active,
    .odm-section .box-c .odm-item{
        width: 100%;
    }
    .odm-section .box-c .odm-list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .odm-section .box-c .odm-item{
        padding-top: 68.42%;
    }
    .odm-section .box-c .odm-item .text-box{
        opacity: 1;
        visibility: visible;
    }
    .odm-section .box-c .odm-item .more{
        margin-top: 15px;
        line-height: 45px;
        font-size: 16px;
        min-width: 120px;
    }
	.footer-c-l {
		/* width: 100%;
		margin-bottom: 10px; */
	}

	.footer-t .li-c {
		margin-top: 0;
	}

	.footer-t li {
		width: 100%;
	}

	.footer-t .li-t,
	.footer-t li:not(:last-child) {
		display: none;
	}

	.footer {
		padding-top: 60px;
	}

	.footer-c-l-r {
		display: none;
	}

	.footer-c {
		margin-top: 60px;
		/* flex-direction: column;
		align-items: flex-end; */
	}

	.font36 {
		font-size: 26px;
	}

	.font60 {
		font-size: 28px;
	}

	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.stickyBox a{
		font-size: 16px;
		width: auto;
		min-width: 0;
	}
	 .odm-section .box-c .odm-list{
        grid-template-columns: repeat(1,1fr);
    }
    .odm-section .box-c{
        margin-top: 30px;
    }
	.footer {
		padding-top: 50px;
	}

	.footer-c {
		margin-top: 50px;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.header .r .header-search-box .header-searchBtn,
	.header .r .icon-duoyuyan {
		font-size: 20px;
	}

	.header {
		padding: 10px 0;
	}

	.header .r .header-contact,
	.header .r .header-email {
		display: none;
	}

	.font36 {
		font-size: 24px;
	}

	.font60 {
		font-size: 26px;
	}

	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}

	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.footer-b {
		padding: 20px 0;
		margin-top: 20px;
	}
	.download-item{
		padding: 25px;
		flex-direction: column;
	}
	.download-item .text-box{
		flex: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.download-item .text-title{
		font-size: 20px;
	}
	.pagination ul li .iconfont{
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.pagination ul li{
		font-size: 14px;
	}
	.download-item .label,
	.download-item .text-des{
		font-size: 14px;
	}
	.download-item .label{
		line-height: 24px;
		padding: 5px 10px;
	}
	.download-item .label .iconfont{
		margin-left: 10px;
		font-size: 18px;
	}
	.product-filter{
		padding: 10px;
	}
	.product-filter a{
		font-size: 15px;
	}
	 .product-filter .filter-list{
        gap: 5px 19px;
    }
	.stickyBox a{
		line-height: 40px;
		font-size: 14px;
		/* padding: 0 10px; */
	}
	.stickyBox .content1400{
		gap: 15px;
	}
	.odm-section .box-c{
        margin-top: 25px;
    }
	.odm-section .box-c .odm-item .more{
        line-height: 40px;
    }
    .odm-section .box-c .odm-item .text-des{
        font-size: 16px;
        line-height: 24px;
    }
	.footer-c-r .iconfont {
		font-size: 22px;
	}

	.footer {
		padding-top: 40px;
	}

	.footer-c {
		margin-top: 40px;
	}

	.header .logo img {
		width: 99px;
	}

	.font36 {
		font-size: 22px;
	}

	.font60 {
		font-size: 24px;
	}

	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}

	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.pc-aslide-content-c .list {
		min-width: 249px;
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 25px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-des a:not(:last-child) {
		margin-bottom: 5px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}