.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%;
	position: absolute;
	left: 0;
	top: 0
}

.swiper-button-next,
.swiper-button-prev {
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #fff;
	z-index: 2;
	transition: all .3s ease-out;
	color: #000;
	text-decoration: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 50px;
	box-shadow: 0 6px 10px #00000014
}

.mySwipers:hover>.swiper-button-next,
.mySwipers:hover>.swiper-button-prev {
	display: block
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 1rem;
	font-weight: 700
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	box-shadow: 0 6px 20px #00000024
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 6px;
}

.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: 0;
	right: 0;
	width: 100%;
	left: inherit;
	bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 7px;
	height: max-content;
}

.swiper-pagination-fraction {
	bottom: 30px;
	color: #fff;
	font-family: 'CustomFontBold', sans-serif;
	font-size: 13px;
	width: 94%;
	margin: 0;
	text-align: right;
}

.swiper-pagination-fraction .swiper-pagination-current {
	color: var(--Bcolor);
	font-size: 24px;
}
.banner{
	position: relative;
}
.banner .swiper-slide {
	width: 100% !important;
	text-align: center;
	font-size: 18px;
	align-items: center;
	height:0;
	padding-bottom: 40%;
	overflow: hidden;
}

.banner .swiper-slide picture {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 0
}
.banner .swiper-slide picture img{
	object-fit: cover;
}
.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 / 20%);
	color: #fff;
	z-index: 9
}

.home-ban-txt {
	width: 92%;
	position: absolute;
	text-align: left;
	max-width: 1440px;
	margin: 0 auto;
}

.slide-text {
	opacity: 0;
	transform: translateY(80px);
	transition: opacity 0.8s, transform 0.8s;
}

.swiper-slide-active .slide-text {
	opacity: 1;
	transform: translateY(0);
}

.home-ban-mask H1 {
	font-size: 360%;
	    width: 100%;
	    margin-bottom: 20px;
	    font-weight: 700;
	    font-family: Madera, sans-serif;
	    line-height: 5rem;
	    max-width: 800px;
}

.home-ban-mask p {
	font-size: 1rem;
	width: 100%;
	margin-bottom: 20px;
	    max-width: 800px;
}
.home-ban-mask .btn{
	min-width: 200px;
	font-size: .95rem;
}


.video-banner {
	width: 100%;
	height: auto;
	overflow: hidden
}

.banner .swiper-slide video {
	width: 100%;
	height: auto
}



/* 左侧固定菜单样式 */
.banner-categories {
      position: absolute;
         left: calc((100% - 1440px) / 2);
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background: rgb(255 255 255);
      height: 100%;
      max-width: 1440px;
      width: 260px;
	  border: 1px solid rgba(232, 232, 232, 1);
	  border-top: none;
	  border-bottom: none;
	  overflow: hidden;
}

.banner-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.banner-categories li {
    padding: 0;
    margin: 0;
    position: relative;
	border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.banner-categories a {
   display: block;
       padding: 12px 15px;
       color: #222;
       text-decoration: none;
       transition: all 0.3s ease;
       word-break: break-word;
	   padding: 12px 18px;
	       color: var(--color-gray-800);
	       text-transform: unset;
	       font-size: 13px;
	       line-height: 20px;
}

.banner-categories a:hover {
	background:#f7f7f7;
}

.banner-categories a.active {
	background:#f7f7f7;
}
.banner-categories a::after{
	content: "";
	width: 14px;
	height: 14px;
	background: url("../images/icon-arrow-right-gray.svg")no-repeat center;
	background-size: 100%;
	display: inline-block;
	    position: absolute;
	    right: 10px;
		top: 14px;
}
.advantages{
    background: #fff;
}
.advantages .top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.advantages_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: initial;
	margin-bottom: 40px;
}

.advantages_list .item {
	background: #f7f8fa;
	width: 48%;
	margin: 40px 0;
	padding: 40px;
	display: flex;
	position: relative;
}

.advantages_list .item .txtBox {
	width: 50%;
}

.advantages_list .item .num {
	color: #aeaeae;
	display: block;
	margin-bottom: 32px;
	font-size: 30px;
	font-family: 'CustomFontBold', sans-serif;
}

.advantages_list .item .title {
	color: #3f3f3f;
	font-weight: 700;
	width: 100%;
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
	text-align: left;
	font-family: 'CustomFontBold', sans-serif;
}

.advantages_list .item img {
	width: 50%;
	position: absolute;
	right: -20px;
	top: -20px;
	transition: all .5s ease;
}

.advantages_list .item:hover img {
	top: -40px;
}

.tit {
	text-align: left;
	padding: 40px 0;
	width: 100%;
	max-width: 800px;
}

.tit h2 {
	font-size: 2.6rem;
	    color: #1b1b1b;
	    position: relative;
	    font-weight: 600;
	    margin: 40px 0 10px;
	    text-transform: capitalize;
	    font-family: Madera, sans-serif;
}

.tit p {
	font-size: 1rem;
	margin-top: 1rem;
	line-height: 1.8rem
}

.tit .btn {
	margin-top: 2rem
}

.data_list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 30px;
}

.data_list .item {
	width: 100%;
	background: #fff;
	padding: 20px;
	position: relative;
	padding-bottom: 100px;
	margin: 60px 0;
	bottom: 0;
	transition: all .5s ease;
	cursor: pointer;
}

.data_list .item img {
	width: 50px;
}

.data_list .item .title {
	text-align: right;
	font-size: 50px;
	color: #0f0f0f;
	/* position: relative; */
	font-weight: 600;
	font-family: 'CustomFontBold', sans-serif;
	position: absolute;
	right: 24px;
	top: 110px;
}

.data_list .item p {
	font-size: 15px;
	color: #888;
	font-weight: 100;
}

.data_list .item:hover {
	bottom: 20px;
}

.data_list .item:hover .title {
	color: var(--Bcolor);
}

.categories {
	position: relative;
}

.categories-list {
	    display: flex;
		flex-wrap: wrap;
	    gap: 40px;
}

.categories-list .item {
	    width: 30%;
		position: relative;
		    overflow: hidden;
		    border-radius: 12px;
}

.categories-list .item .title {
	width: 50%;
	text-align: center;
}

.categories-list .item .img {
	width: 100%;
	    overflow: hidden;
}

.categories-list .item .img img {
	width: 100%;
	display: block;
}

.categories-list .item .label {
	       word-break: break-word;
	       position: absolute;
	       width: 100%;
	       height: 100%;
	       top: 0;
	       display: flex;
	       justify-content: left;
	       align-items: center;
	          background: rgba(0, 0, 0, .5);
	       color: #fff;
	       font-size: 24px;
	       text-align: left;
	       padding: 0 30px;
		   text-shadow: 0px 2px 5px #00000085;
		   font-weight: bold;
		   border-left: 10px solid transparent;
		   transition: all .3s ease;
		       text-transform: capitalize;
}
.categories-list .item:hover .label{
	border-left: 10px solid var(--Bcolor);
	background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(135, 135, 135, .25) 61.5%, rgba(255, 255, 255, 0) 100%);
}

.icon_arrow svg path {
	fill: var(--Bcolor)
}
.categories-list .item:nth-child(even){
	flex-direction: row-reverse;
}
.categories-list .item:nth-child(even) .icon_arrow svg {
	-webkit-transform: scaleX(-1);
	/* Chrome, Safari */
	-ms-transform: scaleX(-1);
	/* IE 9 */
	transform: scaleX(-1);
}


.categories-box.hover .cate_img {
	transform: scale(1.1)
}

.bottom_btndiv {
	display: flex;
	justify-content: center;
	padding: 30px 0;
	width: 100%;
}

.products {
}

.products .tit {
	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: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
	opacity: 0
}



.ab_tit {
	width: 100%;
	text-align: center
}

.products .txtBox {
	    margin: 20px 0;
	    font-size: 14px;
		overflow: hidden;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 2;
			    text-transform: capitalize;
min-height: 42px;
}

.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: center;
	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;
	margin-bottom: 1.1rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	min-height: 2rem
}

.mySwiper01 {
	padding-bottom: 0
}

.mySwiper01 .swiper-wrapper a {
	width: 100%;
	border-radius: 4px
}

.mySwiper01 .swiper-wrapper a:focus {
	outline: none
}

.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: 0;
	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;
	right: 0;
	top: 30px;
	display: flex;
	align-items: center;
	width: 132px
}

.aboutus {
	padding: 50px 0;
	    background: #fff;
}

.aboutus .wd1600 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 30px 0;
}

.aboutus_txt {
	width: 100%
}

.about-img {
	width: 49.5%;
	position: relative;
	z-index: 0;
}
/* 
.about-img::after {
	content: "";
	    width: 98%;
	    height: 100%;
	    display: block;
	    background: var(--Bcolor);
	    left: 30px;
	    position: absolute;
	    z-index: -1;
	    bottom: -24px;
	    border-radius: 10px;
} */

.aboutus_txt .tit {
	text-align: center;
}

.about-img .img-box {
	width: 100%;
	height: 0;
	padding-bottom: 56%
}

.aboutus-num {
	display: flex;
	padding: 50px 0;
	justify-content: space-between;
}

.aboutus-num div {
	width: 20%;
}

.aboutus-num div:last-child strong {
	border: none;
}

.aboutus-num div strong {
	font-size: 3.6rem;
	color: #000;
	display: block;
	border-right: 1px solid #f7f7f7;
}

.about-img .img-box picture {
	position: absolute;
	width: 100%;
	height: 100%
}
.about-img .groups-video {
    border-radius: 10px;
}
.about-img .img-box picture img {
	    width: 100%;
	    display: block;
	    height: 100%;
	    object-fit: cover;
}

.aboutus-tit {
	width: 46%;
}

.products_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	    justify-content: flex-start;
}

.products_item {
	width: 23%;
	    position: relative;
	    background: #fff;
	    border-radius: 20px;
	    padding: 20px;
		transform: scale(0.98);
		transition: all .3s ease;
		    margin-bottom: 20px;
}

.products_item a {
	width: 100%;
}

.products_item .btn{
	width: 100%;
	font-size: 14px;
}
.products_item .btn span{
	z-index: 1;
}
.products_item .btn:after {
	border-radius: 50px;
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	    height: 0;
	    left: 50%;
	    top: 50%;
	    width: 0;
	    content: "";
	    position: absolute;
	    background: var(--Hcolor);
}
	.products_item .btn:not([disabled]):hover:after {
	    height: calc(100% + 2px);
	    left: -1px;
	    top: -1px;
	    width: calc(100% + 2px);
	}
.groups-video {
	display: block;
	position: relative;
	cursor: pointer;
	    border-radius: 10px 10px 0 0;
	    overflow: hidden;
}

.groups-video .img-box .video-cover-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgb(0 0 0 / .12)
}

.groups-video .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%)
}

.groups-video .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
}

.groups-video .video-intro-play img {
	width: 100%
}

.groups-video .video-intro-play svg {
	transition: all .5s ease
}

.groups-video:hover .video-intro-play svg {
	transform: scale(1.1)
}

.solutions {
	position: relative;
	overflow: hidden;
	background: url("../images/scbg.jpg")no-repeat center;
	background-size: cover;
}

.solutions .wd1600 {
	z-index: 1;
	font-size: 14px;
	padding: 60px 0;
	color: #fff;
}

.solutions .wd1600 .tit {
	padding: 0;
}

.solutions .wd1600 .txt {
	float: right;
	width: 100%;
	max-width: 500px;
	margin-top: 20vh;
}
.solutions .wd1600 .txt p {
	margin-bottom: 20px;
	line-height: 24px;
	font-weight: 400;
}

.solutions .wd1600 .btn {
	margin-top: 10px;
	width: 100%;
	text-align: left;
	color: #fff;
	border-color: #fff;
}

.solutions .wd1600 .btn::after {
	border-color: #fff;
}

.solutions .tit h2 {
	color: #fff;
}

.solutions .tit h2+p {
	max-width: 700px;
	font-size: 14px;
	line-height: 20px
}

.solutions .solutions-list .item {
	width: 100%;
	margin-bottom: 48px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solutions .solutions-list .icon-img {
	display: flex;
	width: 80px;
	height: 80px;
	border-radius: 24px;
	align-items: center;
	justify-content: center
}

.solutions .solutions-list .icon-txt {
	width: calc(100% - 100px);
}

.solutions .solutions-list .icon-img img {
	width: 44px
}

.solutions .solutions-list .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.solution-list{
	    display: flex;
	    justify-content: space-between;
}
.solution-list .item{
	    width: 23.5%;
	    overflow: hidden;
	    background: #fff;
	    border-radius: 10px;
		
}
.solution-list .item .centerContentBox{
	    padding: 24px 30px;
}
.solution-list .item .newPicBox{
	width: 100%;
	    height: 0;
	    padding-bottom: 62%;
	    overflow: hidden;
	}
.solution-list .item .newTitle{
		    overflow: hidden;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 2;
		    font-size: 16px;
		    margin: 10px 0;
		    font-weight: 600;
		    color: #333;
	}
.solution-list .item .newSummry{
		overflow: hidden;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 3;
		    font-size: 14px;
		    color: #777777;
		    line-height: 23px;
	}
.solution-list .item .newData{
		color: #a5a5a5
	}
.solution-list .item .btn{
	    padding: 0;
	    background: none;
	    color: var(--Bcolor);
	    text-align: left;
	    margin: 10px 0;
	    font-size: 15px;
}
.solution-list .item .newPicBox img{
	width: 100%;
	transition: all .3s ease;
}
.solution-list .item:hover img{
	transform: scale(1.1);
}
/*advantages*/
.advantages-list{
	display: flex;
	gap: 30px;
	padding:60px 0 20px;
	justify-content: space-around;
}
.advantages-list .item{
	    width: 300px;
	    text-align: center;
	    height: 300px;
	    background: #fffdf2;
	    border-radius: 50%;
		padding: 0 20px;
		    font-size: 15px;
		    color: #393939;
			 border: 1px solid #fff;
			 transition: all .3s;
}
.advantages-list .item:nth-child(odd) {
	background: #f9ffef;
}
.advantages-list .item:hover{
	box-shadow: 0px 0px 20px #ddd;
}
.advantages-list .item .ImgBox{
	    width: 72px;
	    height: 72px;
	    border-radius: 40px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
		margin: 0 auto;
		margin-top: 40px;
}
.advantages-list .item .ImgBox img{
	
}
.advantages-list .item .title{
	width: 100%;
	font-size: 18px;
	margin: 16px 0;	 
    color: var(--Bcolor);
	    text-transform: capitalize;
}
.section-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.certificates {   
	background-color: #fff;
	padding: 40px 0;
}

.certificates .ImgBox picture {
	justify-content: center;
	overflow: hidden;
	border-radius: 0;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 140%;
	border: 2px solid #eaedf4
}

.certificates .ImgBox picture img {
	height: 100%;
	width: auto
}

.certificates .ImgBox picture::after {
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	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
}


.faq {
	padding: 100px 0;
	    background: #f4f4f6;
}

.faq .wd1600 {
	display: flex;
	justify-content: space-between;
}

.faq .left {
	width: 45%;
	position: relative;
	    height: max-content;
}

.faq .right {
	width: 50%;
}
.faq .right .tit{
	padding: 0;
}
.faq .img-box {
	    width: 100%;
	    height: 0;
	    padding-bottom: 100%;
		position: relative;
}
.faq .img-box picture {
    position: absolute;
    width: 100%;
    height: 100%;
	overflow: hidden;
	z-index: 1;
}
.faq .img-box picture img {
    width: 100%;
	display: block;
}

.faq .left::after {
	content: "";
	width: 98%;
	height: 60px;
	display: block;
	background: var(--Bcolor);
	left: 30px;
	position: absolute;
	z-index: 0;
	bottom: -24px;
}



.customer {
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 40px 0;
}

.customer .wd1600 {
	z-index: 1;
	font-size: 14px;
	padding: 40px 0 80px;
	max-width: 1300px
}

.customer .tit {
	position: absolute
}

.customer .wd1600 .swiper {
	padding-top: 160px;
	z-index: 0
}

.customer .wd1600 .swiper-button {
	top: 70px
}

.customer .tit h2 {
	color: #fff;
	max-width: 700px;
	text-align: left
}

.customer .customer-list {
	background: #fff;
	text-align: left;
	padding: 20px 30px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.customer .customer-content {
	display: flex;
	align-items: center;
	margin-top: 20px
}

.customer .customer-img {
	display: inline-block;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 16px
}

.customer .customer-img img {
	width: 100%;
	position: relative
}

.customer p strong {
	display: block;
	color: #222;
	font-size: 18px
}

/*news*/
.mySwiper02 {
	padding-bottom: 0px;
}

.news {
	padding-bottom: 60px;
}
.news .swiper-button{
	bottom: 20px;
}
.news .swiper-slide a {
	overflow: hidden;
	    position: relative;
	    display: block;
	    border-radius: 10px;
}

.news .bottom_btndiv {
	padding-bottom: 0;
}

.newsBox picture {
	display: flex;
	width: 100%;
	position: relative;
	padding-bottom: 62%;
	overflow: hidden;
	border-radius: 10px;
}

.newsBox picture img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
}

.news .swiper-slide a .news-list{
	position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 1;
	    color: #fff;
	    text-align: left;
	    padding: 24px;
}
.news .swiper-slide a .black-bg{
	content: "";
	    display: block;
	    width: 100%;
	    height: 100%;
	      background: linear-gradient(to bottom, #00000000, #000000d1);
	    position: absolute;
	    bottom: 0;
	    z-index: 0;
}
.news .swiper-slide .newTitle{
	font-size: 24px;
	margin-bottom: 10px;
}
.news .swiper-slide .newData{
	font-size: 15px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
}
.news .swiper-slide .newData span{
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}
.news .swiper-slide .newData span:hover{
	color: #198dff;
}
.news .swiper-slide .newData span svg{margin-left: 5px;}
.news .swiper-slide .newData span svg path{transition: all 0.3s ease;}
.news .swiper-slide .newData span:hover svg path{
	fill: #198dff;
}
.news .swiper-slide .newTitle:hover {
	text-decoration: underline;
}
.newsBox {
	text-align: left;
	display: flex;
}

.newsBox .left {
	width: 70%;
}

.newsBox .right {
	width: 26%;
	margin-left: 4%;
	border-bottom: 1px solid #eee;
	position: relative;
}

.newsBox .left .newLinkBox {
	display: flex;
	flex-wrap: nowrap;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	justify-content: space-between;
}

.newsBox .right .newLinkBox {
	padding: 20px 0;
	display: block;
}

.newsBox .left .newLinkBox .newPicBox {
	width: 300px;
	overflow: hidden;
	margin-right: 30px;
}

.newsBox .right .newLinkBox .newPicBox {
	overflow: hidden;
}

.newsBox .left .newLinkBox .newPicBox img {
	width: 100%;
}

.newsBox .right .newLinkBox .newPicBox img {
	width: 100%;
}

.newsBox .newLinkBox .newTitle {
	font-family: 'CustomFontBold', sans-serif;
	font-size: 20px;
	color: #222;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 10px;
}

.newsBox .newLinkBox .centerContentBox {
	color: #999;
	font-size: 14px;

}

.newsBox .left .newLinkBox .centerContentBox {
	position: relative;
	width: calc(100% - 330px);
}

.newsBox .newLinkBox .centerContentBox .btn {
	position: absolute;
	bottom: 0;
	font-size: 14px;
}

.newsBox .newLinkBox .newSummry {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}

.newsBox .newLinkBox .newData {
	margin: 10px 0;
	font-size: 13px;
	color: #afafaf;
}

.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 .wd1600 {
	display: flex;
	align-items: self-start;
	justify-content: center
}

.Support h2 {
	color: #aab9c2;
	font-size: 2rem;
	font-weight: 700;
	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: center
}

.logo_list img {
	max-height: 90px;
	margin: 1rem 2rem;
	filter: brightness(1.5) grayscale(100%) saturate(2)
}
.contactUs-box{
	position: relative;
	    padding: 30px 0;
	    background: var(--Bcolor);
	    margin-top: 60px;
		    color: #fff;
}
/* .contactUs-box::after{
	content: "";
	    display: block;
	    width: 100%;
	    height: 50%;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    background: var(--Bcolor);
	    z-index: -1;
} */
.contactUs-box .wd1600 {
display: flex;
justify-content: space-between;
}
.contactUs-box .tit{
	width: 30%;
}
.contactUs-box .inquiryForm{
	width: 65%;
}
.contactUs-box form {
	    display: flex;
	    align-items: center;
	    width: 100%;
	    background: #fff;
	    padding: 40px;
	    border-radius: 16px;
		box-shadow: 0px 0px 26px #0000001f;
}
.contactUs-box form ul{
	width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
}
.contactUs-box form ul li{
	font-size: 14px;
	    color: #777;
	    width: 48%;
		margin-bottom: 24px;
}
.contactUs-box input,
.contactUs-box textarea {
	    padding: 14px 10px;
	    padding-left: 20px;
	    color: #212121;
	    font-size: 14px;
	    border-radius: 0;
	    display: flex;
	    line-height: 20px;
	    box-shadow: inset 0px 0px 3px #ccc;
	    border-radius: 8px;
		    margin-top: 6px;
}

.contactUs-box input {
	width: 100%;
}

.contactUs-box textarea {
	width: 100%;
}

.contactUs-box .btnbg {
	      border: none;
	      padding: 16px 20px;
	      font-size: 16px;
	      width: 200px;
	      background: #fff;
	      color: var(--Bcolor);
	      text-align: center;
	      border-radius: 30px;
}
.contactUs-box .btnbg:hover{
	    box-shadow: 0px 5px 15px #5b8316;
}
.contactUs-box .btn::after {
	border-color: #0e71d3;
}

.contactUslink{
	width: 30%;
	position: absolute;
	bottom: 16%;
	color: #fff;
}
.contactUslink .social_media a{display: block;opacity: 0;}
.contactUslink .link{
	display: flex;justify-content: left;flex-wrap: wrap;
}
.contactUslink .link a{
	margin: 6px 20px 6px 0;
}
.contactUslink i.icon{
	    width: 44px;
	    height: 44px;
	    border-radius: 22px;
	    background: #fff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
		position: relative;
		bottom: 0;
		transition: all .5s ease;
}
.contactUslink i.icon svg{
	    width: 22px !important;
	    height: 22px !important;
}
.contactUslink i.icon svg path{
	fill:var(--Bcolor)
}
.contactUslink i.icon:hover{
	bottom: 10px;
}

.factory-box{
	display: flex
	;
	    justify-content: space-between;
	    width: 100%;
	    margin: 50px 0 20px;
		flex-wrap: wrap;
	
}
.factory-box .item{
	    width: 24%;
	    overflow: hidden;
	    border-radius: 10px;
	    box-shadow: 0px 5px 10px #00000026;
}
.factory-box .item img{
	width: 100%;    display: block;
}


/*tab*/
.our{
	    background: var(--Bcolor);
	       padding: 80px 0;
	    margin: 60px 0 0;
}
.container {
      display: flex;
      border-radius: 20px;
      background: #fff;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	      height: 500px;
    }
    /* 左侧 */
    .left {
      flex: 1;
      border-right: 1px solid #eee;
    }
    .tabs {
      display: flex;
    }
    .tab {
      flex: 1;
          text-align: center;
          padding: 30px 12px;
          cursor: pointer;
          font-weight: bold;
        border-bottom: 2px solid #0000000a;
          transition: 0.3s;
		      text-transform: capitalize;
    }
    .tab.active {
      border-bottom: 2px solid #ffcc00;
      background: #fff9e6;
    }
    .tab-content {
      display: none;
	  padding: 40px;
    }
	.tab-content .btn{
		    margin-top: 30px;
		    font-size: 14px;
		    width: 190px;
	}
    .tab-content.active {
      display: block;
      animation: fadeIn 0.4s;
    }
    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }
    .learn-more {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 18px;
      background: #7ed957;
      color: #fff;
      border-radius: 30px;
      text-decoration: none;
      font-size: 14px;
    }
    /* 右侧 */
    .right {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .tab-image {
      display: none;
      max-width: 100%;
	  width: 100%;
	      height: 100%;
	      object-fit: cover;
    }
    .tab-image.active {
      display: block;
      animation: fadeIn 0.4s;
    }
	
@media only screen and (max-width:1600px) {

	.tit h2,
	.aboutus-tit h2 {
		transition: all .5s ease
	}


	.aboutus-tit p {
		-webkit-line-clamp: 4
	}
}
@media only screen and (max-width:1546px) {
	.banner-categories{
		left: 3%;
	}
}
@media only screen and (max-width:1440px) {

}
@media only screen and (max-width:1200px) {
	.banner .swiper-slide {}
	.tit {
	    padding: 30px 0;
	}
	.tit h2,
	.aboutus-tit h2 {
		font-size: 24px;
		transition: all .5s ease;
		line-height: 40px;
		margin: 0 0 10px;
	}

	.aboutus-tit p {
		-webkit-line-clamp: 3
	}

	.cate_title {
		padding: 10px;
		text-align: center
	}

	.aboutus-num div strong {
		font-size: 2rem;
	}

	.categories .left {
		width: 100%;
		padding-bottom: 20px;
	}

	.categories .right {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		padding-bottom: 40px;
	}
	.banner-categories{
		display: none;
	}
	.home-ban-txt {
	        left: 3%;
	    }
	
}

@media only screen and (max-width:900px) {
	.bottom_btndiv {
		padding: 60px
	}

	.wd1600 .swiper {
		padding-top: 220px
	}

	.swiper-button {
		top: 16%
	}

	.aboutus {
		padding: 0
	}

	.tit .btn {
		margin-top: 30px
	}

	.news-list {
		width: 50%;
		position: relative;
		right: 0;
	}

	.news-list a {
		display: inline-block;
		padding: 10px 0 10px 40px;
		background: #fff;
		width: 100%;
		text-align: left;
		transition: all .5s ease;
	}
}

@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: 8px
	}

	.tit p {
		max-width: 100%
	}

	.aboutus {
		display: block
	}

	.news-list {
		margin: 15px 5px
	}

	.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
	}

	.home-ban-mask .btn {
		padding: 8px 10px;
		font-size: 12px
	}

	.categories-list {
		flex-wrap: wrap;
		justify-content: flex-start;
		        gap: 0;	
	}
	.categories-list .item {
	   width: 47%;
	           margin: 0 1.5% 10px;
	}
	.cate_title {
		font-size: 16px
	}

	.aboutus_txt {
		width: 100%
	}

	.products .txtBox .proTitle {
		font-size: 1rem;
		padding: 0;
		margin-bottom: 4px
	}

	.ab_tit {
		position: relative;
		padding-bottom: 0
	}

	.wd1600 .swiper {
		padding-top: 64px
	}

	.swiper-button {
		top: 24px;
		width: 120px
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 44px;
		height: 44px;
		line-height: 44px;
		border-radius: 12px
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: .8rem
	}

	.bottom_btndiv {
		padding: 20px
	}

	.news-list .cont,
	.news-list .time {
		margin-bottom: 16px
	}

	.groups-video .video-intro-play {
		width: 60px
	}

	.solutions .wd1600 {
		padding: 0 0 24px;
		width: 92%
	}

	.solutions .wd1600 .left {
		width: 100%;
	}

	.solutions .right {
		position: relative;
		width: 100%;
	}

	.solutions .solutions-list .icon-txt {
		width: calc(100% - 80px);
		text-align: left;
	}

	.solutions .solutions-list .item {
		width: 100%;
		margin: 15px 0
	}

	.advantages .wd1600 .left {
		width: 100%;
	}

	.advantages_list {
		padding: 24px 0 0
	}

	.advantages .wd1600 .advantages_list {
		width: 100%;
		justify-content: center;
		position: relative;
		gap: 20px;
	}

	.advantages_list .item {
		    width: 100%;
		    flex-wrap: wrap;
			    margin: 0;
				padding: 24px;
	}
	.advantages_list .item img {
	    width: 60%;
	    position: relative;
	    right: 0;
	    top: 10px;
	    transition: all .5s ease;
	    display: block;
	}
.advantages_list .item .txtBox {
    width: 100%;
}
	.advantages_list .item .title {
		font-size: 18px;
	}

	.advantages .wd1600 .left .tit {
		padding-top: 20px;
	}
	.data_list {
	    gap: 15px;
	    flex-wrap: wrap;
		    margin: 40px 10px;
		justify-content: space-around;
	}
	.data_list .item {
	    width: 46%;
		margin: 0;
		padding: 20px;
	}
	.icon_arrow svg{
		    width: 32px;
		    height: 32px;
	}
	.solutions .solutions-list {
		margin-top: 0;
		flex-wrap: wrap;
		text-align: center;
	}

	.advantages_list .item .img {
		width: 80px;
		height: 80px;
	}

	.data_list .item .title{
		font-size: 20px;
		    position: relative;
		    right: 0;
		    top: 0;
		    margin-top: 20px;
	}
	.categories-list .item .title {
	    padding: 20px;
	}	
	.categories-list .item .label{
		        font-size: 15px;
		        padding: 10px 0;
	}
	.products_item {
	    width: 48%;
		padding: 8px;
	}
	.newsBox .left .newLinkBox {
	   flex-wrap: wrap;
	       padding: 10px 20px;
	       border-bottom: none;
	}
	.newsBox .left .newLinkBox .newPicBox {
	    width: 100%;
	    overflow: hidden;
	    margin-right: 0;
	}
	.newsBox .left .newLinkBox .centerContentBox {
	    width: 100%;
	}
	.newsBox .newLinkBox .centerContentBox .btn {
	    position: relative;
	    padding-left: 0;
	}
	.faq {
	    padding: 60px 0;
	}
	.faq .wd1600 {
	    flex-wrap: wrap;
	}
	.faq .left {
	    width:70%;
	    position: relative;
	    height: max-content;
	    margin: 0 auto;
	    margin-bottom: 40px;
	}
	.faq .right {
	    width: 100%;
	}
	.solution-list {
	    display: flex
	;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.solution-list .item {
	    width: 48%;
	    margin-bottom: 24px;
	}
	.solutions .solutions-list .icon-img {
		width: 60px;
		height: 60px;
		margin: 0;
	}
	.news .swiper-slide .newTitle {
	    font-size: 16px;
	}
	.customer .tit {
		position: relative;
		padding: 0
	}

	.customer .wd1600 .swiper {
		padding-top: 64px
	}

	.customer .wd1600 .swiper-button {
		top: 24px
	}

	.logo_list img {
		max-height: 40px;
		margin: 10px
	}

	.categories .right {
		padding: 20px 0;
	}

	.circle-wrapper {
		flex-wrap: wrap;
		width: 100%;
		height: auto;
	}

	.main-circle {
		width: 350px;
		height: 350px;
		border-radius: 50%;
		border: 20px solid #ffffff54;
		display: none;
	}

	.dot {
		width: 50%;
		height: auto;
		position: relative;
		top: inherit;
		left: inherit;
		transform-origin: inherit;
		transform: inherit;
		z-index: 2;
		text-align: center;
		margin-bottom: 20px;
	}

	.dot img {
		width: 150px;
		height: 150px;
	}

	.dot .label {
		position: relative;
		top: 0;
		left: 0;
		transform: inherit;
		font-size: 13px;
		color: #333;
		white-space: break-spaces;
		width: 150px;
		width: auto;
	}

	.contactUs-box form {
		width: 100%;
		flex-wrap: wrap;
		padding: 30px;
	}

	.contactUs-box input,
	.contactUs-box textarea {
		width: 100%;
	}

	.contactUs-box .btn {
		width: 100%;
	}

	.dot-box {
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.newsBox .left{
	    width: 100%;
	}
	.newsBox .right{
		display: none;
	}
}

@media only screen and (max-width:650px) {
	.categories-box {
		width: 100%;
	}

	.aboutus-num {
		padding: 0 0 30px;
		flex-wrap: wrap;
	}

	.aboutus-num div {
		width: 50%;
	}

	.newsBox {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.newsImg {
		width: 100%;
	}

	.news-list {
		width: 100%;
	}

	.news-list a {
		display: inline-block;
		padding: 16px;
		background: #fff;
		width: 100%;
		text-align: left;
		transition: all .5s ease;
		border-bottom: 1px solid #cccccc57;
	}
	.solutions .wd1600 .txt {
	    margin-top: 40px;
	}
	.banner .swiper-slide {
	        padding-bottom: 52%;
			height: 0;
	    }
		.solutions {
		    background: url(../images/scbg-sp.jpg) no-repeat center;
		    background-size: cover;
		}
		.advantages-list {
		        flex-wrap: wrap;
		        gap: 0;
		        padding: 30px 0;
		    }
		.advantages-list .item {
		   width: 48%;
		           font-size: 13px;
		           line-height: 18px;
		           text-align: left;
		           height: auto;
		           padding: 10px;
		           border-radius: 20px;
		           padding: 15px;
		           margin: 1%;
		}
		.advantages-list .item .title {
		    font-size: 15px;
		    font-weight: bold;
		    margin: 13px 0;
		}
		.advantages-list .item .ImgBox {
		    width: 48px;
		    height: 48px;
		    margin: inherit;
		}
		.advantages-list .item .ImgBox img {
		    width: 30px;
		}
		.about-img::after {
		    left: 14px;
		    bottom: -10px;
		}
		.solution-list .item .centerContentBox {
		    padding: 10px;
		}
		.solution-list .item .newData {
		    font-size: 12px;
		}
		.solution-list .item .newTitle {
		    font-size: 14px;
		    margin: 6px 0;
		}
		.solution-list .item .newSummry {
		    font-size: 13px;
		    line-height: 20px;
		}
		.news .swiper-slide a .news-list {
		    padding: 10px 10px 0;
		}
		
		.contactUs-box .wd1600 {
		    flex-wrap: wrap;
			gap: 20px;
		}
		.contactUs-box .tit{
			width: 100%;
			padding: 0;
		}
		.contactUslink {
		    width: 100%;
		    position: relative;
		    bottom: 0;
		}
		.contactUs-box .inquiryForm {
		    width: 100%;
			margin-top: 30px;
		}
		.contactUs-box::after {
		    height: 80%;
		}
		.factory-box .item {
		    width: 48%;
		    box-shadow: none;
			margin-bottom: 16px;
		}
		.news .swiper{
			margin: 0 10px;
			    width: calc(100% - 20px);
		}
		
		.container {
			flex-wrap: wrap;
			height: auto;
		}
		.left,.right {
		    flex: auto;
		}
		.contactUs-box form ul li{
			width: 100%;
		}
}