/* banner */
.swiper {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	align-items: center;
	height: auto;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.swiper-button-next,
.swiper-button-prev {
	width: 56px;
	    text-align: center;
	    height: 56px;
	    line-height: 56px;
	    background: #fff;
	    z-index: 2;
	    transition: all .3s ease-out;
	    color: #fff;
	    text-decoration: none;
	    -webkit-user-drag: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    -webkit-user-select: none;
	    user-select: none;
	    background: var(--Bcolor);
	    border-radius: 50%;
}

.mySwipers:hover>.swiper-button-next,
.mySwipers:hover>.swiper-button-prev {
	display: block;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 1rem;
	/* transition: all 0.3s ease; */
	font-weight: bold;
}



.swiper-pagination-bullet {
	width: 8px;
	height:8px;
}

.swiper-pagination-bullet-active {
	background: var(--Bcolor);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.banner .swiper-slide {
	width: 100% !important;
	text-align: center;
	font-size: 18px;
	align-items: center;
	height: 0px;
	padding-bottom: 46%;
	overflow: hidden;
}

.banner .swiper-slide picture {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 0;
}

.home-ban-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 12%);
	color: #fff;
	z-index: 9;
}

.home-ban-txt {
	width: 92%;
	position: absolute;
	text-align: center;
	max-width: 1440px;
	margin: 0 auto;
}

.home-ban-mask H1 {
	font-size: 320%;
	width: 100%;
	
	margin-bottom: 20px;
	line-height: 5rem;
	font-weight: 100;
}

.home-ban-mask p {
	font-size: 100%;
	width: 100%;
	max-width: 800px;
	    margin: 0 auto;
	margin-bottom: 40px;
	
}

.home-ban-mask .btn {
	padding: 20px 30px;
	    font-size: 1rem;
	    height: auto;
	    width: auto;
	    display: inline-block;
	    border: 1px solid #fff;
	    background: none;
	    border-radius: 40px;
}
.home-ban-mask .btn:hover{
	background: #d8ff30;
	    color: #245639;
		border-color: #d8ff30;
}
.slide-text{
	opacity: 0;
	    transform: translateY(80px);
	    transition: opacity 0.8s, transform 0.8s;
}
.swiper-slide-active .slide-text {
    opacity: 1;
        transform: translateY(0);
}
.video-banner{
	width: 100%;
	            height: auto;
	            overflow: hidden;
}
.banner .swiper-slide video{
	width: 100%;
	 height: auto;
}
/*advantages*/
.advantages_list {
	display: flex;
	padding: 3rem 0;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advantages_list .item {
	width: 30%;
}

.advantages_list .item .title {
	color: var(--FBcolor);
	font-weight: bold;
}

.advantages_list .item img {
	width: 64px;
}

/* Categories */
.tit {
	text-align: left;
	padding: 40px 0;
}

.tit h2 {
	font-family: 'CustomFontBold';
	font-size: 2.8rem;
	color: var(--Bcolor);
	position: relative;
	font-weight: 100;
}

.tit p {
	font-size: 1rem;
	margin-top: 1rem;
	line-height: 1.8rem;
}

.tit .btn {
	margin-top: 2rem;
}

.categories {
	background: #fff;
}

.categories-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.categories-box {
	width: 50%;
	OVERFLOW: HIDDEN;
	border-radius: 0;
	position: relative;
	transition: all .5s ease;
}

.cate_link {
	display: flex;
	justify-content: center;
}

.cate_title {
	position: absolute;
	padding: 0;
	border-radius: 0px;
	color: #fff;
	font-size: .85rem;
	margin: 0;
	transition: all .5s ease;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: bold;
}

.cate_top_bbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);
	opacity: 0.3;
	left: 0;
	top: 0;
	transition: all .5s ease;
}

.cate_img {
	height: 100%;
	width: 100%;
	transition: all .5s ease;
}


.categories-box.hover .cate_title {
	/* background: #fff;
	color: var(--Bcolor); */
	background: #0044d7d1;
	color: #fff;
}

.categories-box.hover .cate_top_bbg {
	background: none;
}

.categories-box.hover .cate_img {
	transform: scale(1.1);
}

.bottom_btndiv {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}



/* products */
.products {
	margin-bottom: 30px;
	padding-top: 30px;
}

.products .tit {
	width: 100%;
	text-align: center;
}

.products-item{
	display: flex;
	    flex-wrap: wrap;
	    justify-content: flex-start;
}

.products-item .products-list{
	width: 23%;
	margin: 0 1% 20px 1%;
}
.products-item .products-list a{
	width: 100%;
}
.products .swiper-slide {
	width: 23%;
	height: 100%;
	background: #fff;
	margin-bottom: 20px;
}
@keyframes expand {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}
/* .products .ImgBox picture::after {
	content: "";
	height: 0px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0px;
	z-index: 1;
	opacity: 0;
}

.products .ImgBox picture:hover::after {
	content: "";
	background: url(../images/icon-search-svg.svg) no-repeat center,#00000038;
	    background-size: 30px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	animation: expand 0.5s forwards;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
} */

.ab_tit {
	width: 100%;
	text-align: center;
}

.products .txtBox {
	padding: 12px 0;
}

.products .ImgBox {}

.ImgBox {
	overflow: hidden;
	display: flex;
}

.ImgBox picture {
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.products .ImgBox picture img {
	height: 100%;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.products .txtBox .proTitle {
	width: 100%;
	text-align: left;
	color: #151515;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s ease;
	font-weight: 600;
	margin-bottom: 10px;
}

.products .txtBox .proSummry {
	width: 100%;
	text-align: left;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	min-height: 2rem;
}

.mySwiper01 {
	padding-bottom: 0px;
}

.mySwiper01 .swiper-wrapper a {
	width: 100%;
	border-radius: 4px;
}
.mySwiper01 .swiper-wrapper a:focus{
	outline: none;
}
.mySwiper01 .swiper-wrapper a:hover {
	/* box-shadow: 0px 0px 30px #0000000a;
	transition: all .5s ease; */
}

.mySwiper01 .swiper-wrapper a:hover .proTitle {
	color: var(--Bcolor);
	transition: all .5s ease;
}

.mySwiper01 .swiper-wrapper .btn {
	width: 100%;
}

.mySwiper01 .swiper-wrapper a:hover span {
	position: relative;
	background: none;
	color: var(--Bcolor);
	transition: all .5s ease;
}

.mySwiper01 .swiper-wrapper a span::before {
	content: "";
	width: 0px;
	height: 1px;
	background: var(--Bcolor);
	left: 24px;
	transition: all .5s ease;
}

.mySwiper01 .swiper-wrapper a:hover span:before {
	width: 24px;
	left: 0;
	margin-right: 6px;
}


.swiper-button {
	    position: absolute;
	    left: 0;
	    top: 50%;
	    display: flex;
	    align-items: center;
	    width: 100%;
}

/* about us */
.aboutus {
	   background: #fafbf6;
	       padding: 60px 0;
}
.aboutus .tit h2 {
    transition: all .5s ease;
}
.quality{
	margin-top: 40px;
}
.aboutus .wd1600 {
	display: flex;
	    align-items: center;
	    flex-direction: row-reverse;
	   
}

.aboutus_txt {
	width: 100%;
	padding: 0 3rem;	
	
}

.about-img {
	width: 100%;
	overflow: hidden;
}

.about-img .img-box {
	width: 100%;
	height: 0;
	padding-bottom: 66%;
}

.about-img .img-box picture {
	position: absolute;
	width: 100%;
	height: 100%;
	    overflow: hidden;
		border-radius: 16px;
}

.about-img .img-box picture img {
	width: 100%;
}

.aboutus-tit {
	padding: 100px 100px 50px 11%;
}

.aboutus-tit h2 {
	font-size: 50px;
	font-family: "Sansation1";
	color: #fff;
	position: relative;
}

.aboutus-tit h2::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -15px;
	margin-left: 0px;
	width: 50px;
	height: 3px;
	background-color: #fff;
}

.aboutus-tit p {
	font-family: "Sansation4";
	line-height: 36px;
	font-size: 0.8rem;
	margin-top: 50px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.aboutus-tit a {
	font-family: "Sansation4";
	width: 150px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	margin: 60px 0px 20px 0px;
	color: #fff;
	font-size: 12px;
}
.aboutus .tit .btn{
width: auto;
}
/* video */
.groups-video {
	display: block;
	position: relative;
	cursor: pointer;
}

.groups-video .img-box .video-cover-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.07);
}

.video-intro {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-intro-play {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	line-height: 1;
	    text-align: center;
	    transition: color .5s;
	    color: #fff;
	    width: 100px;
	    height: 100px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50%;
	    margin: 0;
	    border: 2px solid #d2f346;
	    padding: 30px;
	    background: #d2f3462e;
}

.video-intro-play img {
	width: 100%;
}

.video-intro-play svg {
	transition: all .5s ease;
}

.groups-video:hover .video-intro-play,.video-box:hover .video-intro-play{
	background: #d2f34647;
}
.groups-video:hover .video-intro-play svg,.video-box:hover .video-intro-play svg {
	transform: scale(1.1);

}
.video-intro .video-intro-play path{
	fill: #d8ff30;
}
.video-intro:hover .video-intro-play path{
	fill: #d8ff30;
}
/*category*/
.categories{
	padding: 60px 0;
}
.cate-tabs {
      margin: 0 auto;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    .cate-tab-header {
      display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
    }

    .cate-tab-header li {
          list-style: none;
          text-align: center;
          padding: 10px 14px;
          cursor: pointer;
          transition: background 0.3s;
          margin: 0 10px;
		  border-radius: 3px;
    }

    .cate-tab-header li.active {
      background: var(--Bcolor);
          color: #ffffff;
    }
	.cate-tab-header li:hover{
		background: #d8ff30;
		    color: #245639;
	}
    .cate-tab-content {
      display: none;
      margin-top: 20px;
          position: relative;
		  overflow: hidden;
		  border-radius: 16px;
    }
	.cate-tab-content .cate-mask{
		position: absolute;
		    top: 0;
		    width: 100%;
		    height: 100%;
		    display: flex;
		    justify-content: center;
		    align-items: flex-end;
		    padding-bottom: 60px;
		    background: #00000038;
			opacity: 0;
			transition: all .5s ease;
	}
	.cate-tab-content:hover .cate-mask{
		opacity: 1;
	}
	.cate-tab-content picture{
		display: block;
		    
	}
    .cate-tab-content img {
      width: 100%;
	  display: block;
    }

    .cate-tab-content.active {
      display: block;
    }

/*hotproduct*/
.hotproduct{
	    background: #fafbf6;
	    padding: 60px 0;
}
.hotproduct .wd1600{
	display: flex;
	    align-items: center;
		flex-wrap: wrap;
}
.hotproduct .wd1600 .left{
	width: 50%;
}
.hotproduct .wd1600 picture{
	    display: block;
	    overflow: hidden;
	    border-radius: 16px;
}
.hotproduct .wd1600 picture img{
	display: block;
	width: 100%;
}
.hotproduct .wd1600 .right{
	width: 50%;
	    padding: 0 5%;
}
.hotproduct .wd1600 ul{
	    margin: 16px 0 0 20px;
	    font-size: 14px;
	
}
.hotproduct .wd1600 ul li{
	list-style: disc;
	    line-height: 1.8rem;
}

/*factory*/
.factory{
	     padding: 20px 0 70px;
	     background: #fafbf6;
}
.factory .tit h2{
	text-align: center;
}
.factoryvideo-pc{display: block;}

.factoryvideo-pc .container {

  width: 100%;
  margin: 0 auto;
}

.factoryvideo-pc .sidebar {
 display: flex;
     gap: 10px;
     justify-content: center;
     align-items: center;
	 flex-wrap: wrap;
}

.factoryvideo-pc .left-sidebar {
  align-items: flex-end;
}

.factoryvideo-pc .right-sidebar {
  align-items: flex-start;
}

.factoryvideo-pc .sidebar .button-wrapper {
       background: #f1f1e8;
    border-radius: 8px;
    font-size: 14px;
    margin: 0px 10px 20px;
    cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 14px;
}
.factoryvideo-pc .video-btn{
	position: relative;
	    width: 20px;
	    height: 20px;
	    margin-right: 10px;
}
.factoryvideo-pc .sidebar .button-wrapper .video-btn:before{
	content: '';
	    width: 20px;
	    height: 20px;
	    border: 1px solid #4C4C4C;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    border-radius: 50%;
	    cursor: pointer;
	    z-index: 2;
}
.factoryvideo-pc .sidebar .button-wrapper.active .video-btn:before {
    border: 1px solid #fff;
}
.factoryvideo-pc .sidebar .button-wrapper .video-btn:after {
    content: '';
    border-width: 5px 7px;
    border-color: transparent transparent transparent #4C4C4C;
    left: 8px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    border-style: solid;
    cursor: pointer;
    z-index: 3;
}
.factoryvideo-pc .sidebar .button-wrapper.active .video-btn:after {
    border-color: transparent transparent transparent #fff;
}
.factoryvideo-pc .sidebar .button-wrapper.active {
 background-color: var(--Bcolor);
     color: #fff;
}
.factoryvideo-pc .sidebar .button-wrapper button{
	cursor: pointer;
}
.factoryvideo-pc .sidebar .button-wrapper.active button {
  color: #fff;
}
.factoryvideo-pc .sidebar .button-wrapper:hover {
background: #d8ff30;
    color: #245639;
}

.factoryvideo-pc .video-display {
      text-align: center;
          width: 100%;
          overflow: hidden;
          margin: 0 auto;
}
.factoryvideo-pc .video-display picture{
	   display: block;
	       border-radius: 16px;
	       overflow: hidden;
}
.factoryvideo-pc .video-display picture img{
	width: 100%;
	display: block;
}
.factoryvideo-pc .video-display .video-box{
	    position: relative;
	    display: block;
}
.factoryvideo-pc .video-display .video-box:before{
	/* content: '';
	    width: 66px;
	    height: 66px;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0px;
	    bottom: 0;
	    cursor: pointer;
	    margin: auto;
	    z-index: 2;
	    overflow: hidden;
	    border-radius: 50%;
	    border: 3px solid #fff;
	    background: rgba(255, 255, 255, 0);
	    transition: background 0.6s ease 0s; */
}
.factoryvideo-pc .video-display .video-box:after{
	/* content: '';
	    left: 26px;
	    right: 0;
	    border-width: 15px 23px;
	    border-color: transparent transparent transparent #fff;
	    width: 0px;
	    height: 0px;
	    overflow: hidden;
	    position: absolute;
	    top: 0px;
	    bottom: 0;
	    border-style: solid;
	    margin: auto;
	    z-index: 3;
	    transition: border-color 0.6s ease 0.6s; */
}
.factoryvideo-pc video {
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
}

.factoryvideo-pc #videoDescription{
	padding: 10px;
	width: 100%;
}
.factoryvideo-pc .iv-mob-btn-f .move-btn-prev,.factoryvideo-pc .iv-mob-btn-f .move-btn-next{
	display: none
}
/*solutions*/
.solutions{
	position: relative;
	    overflow: hidden;
		color: #fff;
		
		
}
.solutions .wd1600{
	z-index: 1;
	font-size: 14px;
	padding: 40px 0 80px;
}
.solutions .wd1600 .tit{
	padding-bottom: 10px;
}
.solutions .solutions-list{
	display: flex;
	margin-top: 3rem;
	justify-content: space-between;
	flex-wrap: wrap;
}
.solutions .tit h2{
	color: #fff;
	text-align: center;
}
.solutions .tit h2+p{
	    font-size: 14px;
	    line-height: 20px;
		text-align: center;
}
.solutions .solutions-list .item{
	width: 23%;
	    color: #828282;
	    background: #fff;
	    padding: 20px;
		text-align: center;
}
.solutions .solutions-list .icon-img{
	display: flex;
	    width: 80px;
	    height: 80px;
	    align-items: center;
	    justify-content: center;
	    margin: 0 auto;
}
.solutions .solutions-list .icon-img img{
	width: 80px;
}
.solutions .solutions-list .title{
	    color: #1d1d1d;
	    font-size: 18px;
	    font-weight: bold;
	    padding: 13px 0;
	    text-align: center;
}
.section-bg{
	position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
}

/* International Certificates */
.certificates {
	padding: 30px 0;
}

.certificates .ImgBox picture {
	justify-content: center;
	overflow: hidden;
	border-radius: 0px;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 140%;
}

.certificates .ImgBox picture img {
	
}
.certificates .ImgBox picture::after {
	content: "";
	height: 0px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0px;
	z-index: 1;
	opacity: 0;
}

.certificates .ImgBox picture:hover::after {
	content: "";
	background: url(../images/icon-search-svg.svg) no-repeat center,#00000038;
	    background-size: 30px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	animation: expand 0.5s forwards;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.certificates .tit p{
	max-width: 900px;
	margin: 0 auto;
}
.mySwiper-cer .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.8);
  opacity: .5;
  box-shadow: 0px 0px 20px #0000001f;
      margin: 40px 0;
}


.mySwiper-cer .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
}
/*customer*/
.customer{
	position: relative;
	    overflow: hidden;
		text-align: left;
		padding-bottom: 60px;
		background: #fafbf6;
}



.customer .swiper-button {
    top: 70px;
}
.customer .tit{
	text-align: center;
}
.customer .tit h2 {
	text-align: center;
}
.customer-item{
	position: relative;
}
.customer .customer-list{
	       border-radius: 16px;
	       padding: 20px 30px;
	       font-size: 14px;
	       display: flex;
	       flex-wrap: wrap;
	       justify-content: center;
	       padding-top: 80px;
		   margin-bottom:20px;
}
.customer .customer-list strong{
	color: #222;
	    font-size: 18px;
	    width: 100%;
	    margin: 10px 0;
}

.customer .customer-img{
	display: inline-block;
	    width: 150px;
	    height: 150px;
	    overflow: hidden;
	    border-radius: 50%;
	    position: absolute;
	    top: -80px;
	    border: 4px solid #fff;
}
.customer .customer-img img{
width: 100%;
    position: relative;
}
.customer p strong{
	display: block;
	    color: #222;
	    font-size: 20px;
}
.mySwiper-customer{
	padding-top: 120px;
	z-index: 0;
}
.mySwiper-customer .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.8);
  opacity: .5;
}

.mySwiper-customer .swiper-slide-active {
	background: #fff;
	border: 2px solid #f0f0f0;
  transform: scale(1.1);
  opacity: 1;
}
/* news */
.mySwiper02 {
	padding-bottom: 0px;
}
.news{
	background: #fff;
}
.news .swiper-slide a{
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.news .bottom_btndiv{
	padding-bottom: 0;
}
.newsBox picture {
	display: flex;
	width: 100%;
	position: relative;
	padding-bottom: 68%;
	overflow: hidden;
}

.newsBox picture img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
}

.news-list {
	text-align: left;
	margin: 16px;
}

.news-list .title {
	font-size: 16px;
	color: #151515;
	font-weight: bold;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.news-list .cont {
	font-size: 14px;
	line-height: 1.2rem;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.news-list .time {
	font-size: 0.8rem;
	color: #4b4b4b;
	margin-bottom: 30px;
}

.news-list .more::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -15px;
	margin-left: 0px;
	width: 100px;
	height: 1px;
	background-color: #999;
}

.news a:hover .title {
	color: var(--Bcolor);
	transition: all .5s ease;
}

.news-list a:hover .more::after {
	background-color: var(--Bcolor);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*Support*/
.Support{
}
.Support .wd1600{
	display: flex;
	align-items: self-start;
	    justify-content: center;
}
.Support h2{
	color: #aab9c2;
	    font-size: 2rem;
	    font-weight: bold;
	    font-family: 'SwisBT',sans-serif;
		margin: 2rem;
		margin-left: 0;
}
.logo_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	    padding: 1.2rem 0;
	    justify-content: space-around;
	    width: 100%;
}
.logo_list img{
	    max-height: 48px;
	    margin: 2rem;
	    filter: brightness(1.5) grayscale(100%) saturate(2);
}

/*form*/
.section-form{
	    position: relative;
	    bottom: -100px;
	    z-index: 1;
}
.section-form h2{font-size: 3rem;}
.section-form .tit{
	width: 100%;
	    border: 2px solid #00582f;
	    margin: 0 auto;
	    padding: 30px;
	    text-align: center;
	    border-radius: 24px;
	    background: #fff;
}

.section-form .btn{
	background: #f1663a;
	    color: #fff;
	    font-size: 18px;
	    border: none;
	    padding: 0 24px;
	    line-height: 64px;
}
.section-form .btn:hover{
	background: #f1473a;
	font-size: 19px;
}
@media only screen and (max-width: 1600px) {

	.tit h2,
	.aboutus-tit h2 {
		transition: all .5s ease;
	}

	.aboutus-tit {
		padding: 80px 80px 0 5%;
	}

	.aboutus-tit p {
		-webkit-line-clamp: 4;
	}

	.aboutus-tit span {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.banner .swiper-slide {
		padding-bottom: 56%;
	}

	.tit h2,
	.aboutus-tit h2 {
		font-size: 30px;
		transition: all .5s ease;
		line-height: 40px;
	}

	.aboutus-tit {
		padding: 60px 60px 30px 5%;
	}

	.aboutus-tit p {
		-webkit-line-clamp: 3;
	}

	.cate_title {
		padding: 10px;
		text-align: center;
	}
	.home-ban-txt {
	    bottom: 20px;
	}
}

@media only screen and (max-width: 900px) {
	.bottom_btndiv {
		padding: 60px;
	}

	.tit .btn {
		margin-top: 30px;
	}
	.logo_list {
	    flex-wrap: nowrap;
	        height: 100px;
	        overflow: scroll;
	        justify-content: flex-start;
	}

}

@media only screen and (max-width: 769px) {
	.swiper-pagination-bullet {
	    width: 5px;
	    height: 5px;
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	    bottom: 0px;
	}
	.tit p {
		max-width: 100%;
	}

	.aboutus {
		padding: 30px 0;
	}

	.aboutus-tit,
	.about-img {
		width: 100%;
	}

	.news-list .title {
		font-size: 1.1rem;
	}

	.home-ban-mask H1 {
		font-size: 20px;
		    margin-bottom: 10px;
		    line-height: 24px;
	}

	.home-ban-mask p {
		font-size: 14px;
		    margin-bottom: 10px;
			    line-height: 18px;
	}
	.home-ban-mask .btn {
		padding: 8px 10px;
		font-size: 12px;
	}
	.certificates {
	    padding-top: 0;
	}
	.categories {
	    padding: 30px 0;
	}
	.cate-tab-content picture {
	    border-radius: 8px;
	}
	.categories-list {
		flex-wrap: wrap;
	}
	.cate-tab-header li {
	   margin: 5px;
	       border-radius: 3px;
	       width: auto;
	       padding: 6px 4px;
	}
	.categories-box,
	.categories-box.hover {
		width: 48%;
		MARGIN: 1%;
	}

	.cate_title {
		font-size: 16px;
	}
	.aboutus .wd1600 {
	    flex-wrap: wrap;
	}
	.aboutus_txt {
		padding: 0;
		
	}
	.aboutus_txt .tit{
		padding-top: 0;
	}
	.products {
	    padding-top: 0;
	}
	.products-item .products-list {
	    width: 92%;
	        margin: 0 4%;
	}
	.products .txtBox {
	}

	.products .txtBox .proTitle {
		font-size: 1rem;
		padding: 0;
		margin-bottom: 4px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 10px;
		    display: block;
		    width: 10px;
		    height: 12px;
	}

	.bottom_btndiv {
		padding: 20px;
		    display: block;
		    text-align: center;
			height: 89px;
	}

	.news-list .cont,
	.news-list .time {
		margin-bottom: 16px;
	}

	.video-intro-play {
		width: 60px;
		    height: 60px;
		    padding: 20px;
	}
	.solutions .wd1600 {
	    padding: 0px 0 24px;
		width: 92%;
	}
	.solutions .solutions-list .item {
	    width: 100%;
		margin: 15px 0;
	}
	.advantages_list .item {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.advantages_list {
	    padding: 24px 0 0;
	}
	.solutions .solutions-list {
	    margin-top: 0;
	}
.customer {
    padding-bottom: 0px;

}
	.customer .tit {
	    position: relative;
	}
	.customer .wd1600 .swiper {
	    padding-top: 64px;
	}
	.customer .wd1600 .swiper-button {
	    top: 24px;
	}
	.logo_list img {
	    max-height: 30px;
	    margin: 10px;
	}
	.customer-item {
	    flex-wrap: wrap;
	}

	.hotproduct {
	    padding: 0;
	}
	.hotproduct .tit{
		 padding: 0;
	}
	.hotproduct .btn{    margin-top: 20px;}
	.hotproduct .wd1600 .left,.hotproduct .wd1600 .right{
		width: 100%;
		padding: 30px 0;
	}
	.factory {
	    padding: 0 0 10px;
	}
	.factoryvideo-pc .sidebar {
	    margin-bottom: 10px;
	}
	.factoryvideo-pc .video-display picture {
	    border-radius: 8px;
	}
	.factoryvideo-pc .sidebar .button-wrapper {
	    padding: 8px;
	    width: 45%;
	    margin: 0;
	}
	.factoryvideo-pc .video-display {
	    margin: 20px 0;
	}
	.mySwiper-customer{
		padding-top: 60px;
	}
	.mySwiper-customer .swiper-slide-active{
		transform: scale(.9);
	}
	
}