.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: 50px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #fff;
	z-index: 2;
	transition: all .8s 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
}

.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;
}
.swiper-pagination-fraction{
	bottom: 30px;
	    color: #fff;
	    font-family: 'CustomFontBold', sans-serif;
	    font-size: 13px;
	    width: 94%;
	    margin: 0;
	    text-align: end;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color: var(--Bcolor);
	    font-size: 24px;
}
.banner .swiper-slide {
	width: 100% !important;
	text-align: center;
	font-size: 18px;
	align-items: center;
	height: 0;
	padding-bottom: 48%;
	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 / 13%);
	color: #fff;
	z-index: 9
}

.home-ban-txt {
	width: 92%;
	position: absolute;
	text-align: start;
	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: 300%;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'CustomFontBold', sans-serif;
	line-height: 5rem
}

.home-ban-mask p {
	font-size: 112%;
	width: 100%;
	margin-bottom: 40px;
}

.home-ban-mask .btn {
	padding: 20px 40px;
	font-size: 1rem;
	height: auto;
	width: auto;
	display: inline-block;
	border-color: #fff;
	    color: #fff;
}
.home-ban-mask .btn::after{
border-color: #fff;
}
.home-ban-mask .btn:hover{
		border-color: var(--Bcolor);
	}
.video-banner {
	width: 100%;
	height: auto;
	overflow: hidden
}

.banner .swiper-slide video {
	width: 100%;
	height: auto
}
.advantages .top img{
	width: 100%;
	    height: 100%;
	    object-fit: cover;
}
.advantages_list {
	display: flex;
	padding: 3rem 0;
	justify-content: space-between;
	flex-wrap: wrap
}

.advantages_list .item {
		width: 250px;
		height: 250px;
		    padding-right: 3%;
		    background: #fff;
		    display: flex;
		    flex-wrap: wrap;
		    align-items: center;
		    justify-content: center;
		    box-shadow: 0px 0px 10px #00000021;
		    padding: 24px;
			font-size: 14px;
			transition: transform 0.3s;
			margin: 0 20px;
			text-align: center;

	}
	.advantages_list .item:nth-child(odd) {
	  margin-top: 40px;
	}
	
	.advantages_list .item:nth-child(even) {
	  margin-top: 0px;
	}
	.advantages_list .item .img{
		width: 100px;
		    height: 100px;
		    background: #0245d60f;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    border-radius: 100px;
	}

.advantages_list .item .title {
	    color: var(--FBcolor);
	    font-weight: 700;
	    width: 100%;
	    font-size: 24px;
	    text-align: center;
	    padding: 8px;
}

.advantages_list .item img {
	width: 50px
}

.tit {
	text-align: start;
	padding: 40px 0
}

.tit h2 {
	font-size: 2.5rem;
	color: #151515;
	position: relative;
	font-weight: 600;
	font-family: 'CustomFontBold', sans-serif
}

.tit p {
	font-size: 1rem;
	margin-top: 1rem;
	line-height: 1.8rem
}

.tit .btn {
	margin-top: 2rem
}

.categories {
	background: url(../images/soubg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
min-height: 700px;
}
.categories .wd1600{
	display: flex;
	align-items: center;
}
.categories .left{
	width: 40%;
	text-align: start;
	padding: 80px 0;
}
.categories .right{
	    justify-content: center;
	    position: absolute;
	    inset-inline-end: 20%;
	    top: 60px;
}
.categories-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.categories-box {
	width: calc(50% - 5px);
	OVERFLOW: HIDDEN;
	border-radius: 0;
	position: relative;
	transition: all .5s ease
}

.cate_link {
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.cate_title {
	position: absolute;
	    padding: 0;
	    border-radius: 0;
	    color: #242531;
	    font-size: .85rem;
	    margin: 0;
	    transition: all .5s ease;
	    left: 0;
	    z-index: 1;
	    width: 100%;
	    /* height: 100%; */
	    display: block;
	    /* align-items: center; */
	    /* justify-content: center; */
	    font-size: 24px;
	    font-weight: 700;
	    padding-top: 40px;
	    text-align: center;
}
.cate_title small{
	display: block;
	    font-size: 13px;
	    font-weight: 400;
	    margin: 10px 0;
		color: #888;
}
.cate_top_bbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);
	opacity: .3;
	left: 0;
	top: 0;
	transition: all .5s ease
}

.cate_img {
	height: 100%;
	width: 100%;
	transition: all .5s ease
}


.circle-wrapper {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.main-circle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  position: relative; /* ✅ 关键：确保图片中心对齐 */
  z-index: 1;
  border: 50px solid #ffffff54;

}

.main-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.dot {
  --radius: 250px;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 42%;
  inset-inline-start: 45%;
  transform-origin: center center;
  transform: rotate(0deg) translateX(var(--radius)) rotate(0deg);
  z-index: 2;
}

.dot img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  border:2px solid #fff;
  transition: all .3s ease
}
.dot:hover img{
	border:2px solid var(--Bcolor);
	transform: scale(1.05);
}
.dot:hover .label{
	color: var(--Bcolor);
}
.dot .label {
  position: absolute;
  top: 50%;
  inset-inline-start: 95px; /* ✅ 距离小图的右侧 */
  transform: translateY(-50%);
  font-size: 13px;
  color: #333;
  white-space: break-spaces;
  width: 150px;
}

[dir="rtl"] .circle-wrapper {
  transform: scaleX(-1);
  transform-origin: center center;
}

[dir="rtl"] .dot-box {
  transform: none;
}


[dir="rtl"] .dot > * {
  transform: scaleX(-1);
}

/* 
.categories-box.hover .cate_title {
	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;
	width: 100%;
}

.products {
	background: #fff;
	margin-bottom: 30px
}

.products .tit {
	width: 100%;
	text-align: center
}

.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 {
	padding: 12px 0
}

.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: start;
	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: start;
	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 {
	background: #fff;
	    padding: 50px 0;
}

.aboutus .wd1600 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutus_txt {
	width: 100%
}

.about-img {
	width: 49.5%;
	overflow: hidden
}
.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 .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: 0;
	width: 50px;
	height: 3px;
	background-color: #fff
}

.aboutus-tit p {
	color: #fff;
	font-family: "Sansation4";
	line-height: 36px;
	font-size: .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 0 20px 0;
	color: #fff;
	font-size: 12px
}

.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: 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: #f7f7f7;
}

.solutions .wd1600 {
	z-index: 1;
	font-size: 14px;
	padding: 60px 0 80px;
	display: flex;
	    justify-content: space-between;
		flex-wrap: wrap;
}
.solutions .wd1600 .left{
	width: 42%;
}
.solutions .right{
	position: absolute;
	    inset-inline-end: 0;
	    top: 0;
	    width: 50%;
	    height: 100%;
}
.solutions .right img{
	width: 100%;
	    height: 100%;
	    object-fit: cover;
		display: block;
}
.solutions .wd1600 .tit {
	padding-bottom: 10px
}

.solutions .solutions-list {
	display: flex;
	margin: 50px 0 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.solutions .tit h2 {
	max-width: 700px
}

.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;
}
/*advantages*/

.advantages .wd1600{
	overflow: hidden;
	padding: 80px 0;
}
.advantages .wd1600 .left{
	width: 42%;
}
.advantages .wd1600 .left .tit{
	padding-top: 60px;
}
.advantages .wd1600 .advantages_list{
	position: absolute;
	    inset-inline-end: 0;
	    bottom: 0;
	    width: 50%;
		justify-content: center;
		padding: 0;
		margin: 20px 0;

}
.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
}
.certificates .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;
}


.certificates .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
}
.customer {
	position: relative;
	overflow: hidden;
	text-align: start;
	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: start
}

.customer .customer-list {
	background: #fff;
	text-align: start;
	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{
	background: #fff;
	    padding-bottom: 60px;
}
.news .swiper-slide a{
    overflow: hidden;
}
.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: start;
	margin: 16px 0;
}

.news-list .title {
	font-size: 16px;
	color: #151515;
	font-weight: bold;
	overflow: hidden;
display: -webkit-box;
	-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: 2;
	-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 .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{
	text-align: center;
	    background: var(--Bcolor);
	    color: #fff;
	    padding: 40px 0;
}
.contactUs-box form{
	display: flex;
	    align-items: center;
	    gap: 10px;
	    width: 80%;
	    margin: 20px auto;
}
.contactUs-box input,.contactUs-box textarea{
	    padding: 12px 10px;
	    padding-left: 20px;
	    color: #212121;
	    font-size: 14px;
	    border-radius: 0;
	    display: flex;
	    line-height: 20px;
}
.contactUs-box input{
	width: 20%;
}
.contactUs-box textarea{
	width: 25%;
}
.contactUs-box .btn{
	border-radius: 0;
	    background: #0e71d3;
	    border-color: #0e71d3;
	    color: #fff;
}
.contactUs-box .btn::after{
	 border-color: #0e71d3;
}
@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 {}

	.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
	}
	.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;
	}
	.advantages .wd1600 .advantages_list {
	    width: 60%;
		justify-content: flex-end;
	}
	.advantages_list .item {
	    width: 35%;
	    height: 35%;
		padding: 20px 10px;
	}
}

@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: start;
	    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: 0
	}

	.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
	}
	
	.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: start;
	}
	.solutions .solutions-list .item {
		width: 100%;
		margin: 15px 0
	}

	.advantages .wd1600 {
	    padding: 50px 0 20px;
	}
	.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: 45%;
	    height: 35%;
	    padding: 20px 10px;
	    margin: 0;
		font-size: 13px;
	}
	.advantages_list .item .title {
	    font-size: 18px;
	}
	.advantages_list .item:nth-child(odd) {
	    margin-top: 0;
	}
	.advantages .wd1600 .left .tit {
	    padding-top: 20px;
	}
	.solutions .solutions-list {
		margin-top: 0;
		flex-wrap: wrap;
		text-align: center;
	}
	.advantages_list .item .img {
	    width: 80px;
	    height: 80px;
	}
	.advantages_list .item img {
	    width: 34px;
	}
	.solutions .solutions-list .icon-img{
		width: 60px;
		    height: 60px;
		    margin: 0;
	}
	.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;
	        inset-inline-start: 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: auto;
        inset-inline-end: 0;
        transform: none;
        font-size: 13px;
        color: #333;
        white-space: break-spaces;
        width: auto;
        inset-inline-start: 0;	}
	.contactUs-box form {
	    width: 90%;
	    flex-wrap: wrap;
	}
	.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;
	}
}
@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: start;
	    transition: all .5s ease;
	    border-bottom: 1px solid #cccccc57;
	}
	
}