.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: #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: 30px;
	/* 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: 20px;
	font-weight: 700;
	color: #fff;
	opacity: .7;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	opacity: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: #0000004f;
	/* 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
}

.banner {
	width: 100%;
	margin: 0 auto;
}

.banner .swiper-slide {
	width: 100% !important;
	height: 0;
	text-align: center;
	font-size: 18px;
	align-items: center;
	overflow: hidden;
	padding-bottom: 38.5%;
}

.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;
	justify-content: center;
	align-items: flex-end;
	color: #fff;
	z-index: 9;
	background: linear-gradient(90deg, rgb(0 0 0 / 50%) 0px, rgba(255, 255, 255, 0) 100%);
}

.home-ban-txt {
	width: 95%;
	position: absolute;
	text-align: center;
	max-width: 1440px;
	margin: 0 auto;
	margin-bottom: 6%;
}

.home-ban-mask .banner-title {
	max-width: 1000px;
	line-height: 62px;
	font-size: 46px;
	font-weight: 500;
	text-align: left;
	color: #fff;
	text-transform: capitalize;
	font-family: var(--font-title);
}

.home-ban-mask p {
	margin-top: 16px;
	color: #fff;
	text-align: left;
	font-size: 16px;
	text-transform: capitalize;
	max-width: 1000px;
	margin-bottom: 30px;
}

/* .home-ban-mask .btn {
	height: auto;
	    width: auto;
	    display: flex;
	    border: none;
	    color:var(--Bcolor);
	    font-size: 17px;
		margin-top: 30px;
			background: #fff;
			       padding: 12px 32px;
			    border-radius: 30px;
			    align-items: center;
				    text-transform: capitalize;
			   font-family: 'CustomFontBold';
			   max-width: fit-content;
}
.home-ban-mask .btn span{
	margin: 0 32px;
	    text-transform: capitalize;
}
.home-ban-mask .btn i{
	display: flex
	;
	    width: 40px;
	    height: 40px;
	    background: #fff;
	    border-radius: 40px;
	    align-items: center;
	    justify-content: center;
}
.home-ban-mask .btn:hover{
	    box-shadow: 0px 2px 10px #0e365f;
} */
/* .swiper-slide-active .home-ban-mask .banner-title{
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .home-ban-mask p{
    animation-delay: 1.1s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .home-ban-mask .btn {
    animation-delay: 1.4s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
} */
.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
}



.pageTurning {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}

.pageTurning .w1600 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* .banner .swiper-button-prev{
    transition: all 0.5s;
    position: initial;
    width: 48px!important;
    height: 96px!important;
    background: url("https://cdncn.prodrone-tech.com/imagesEn/icon/leftIcon.png") center no-repeat;
    background-size: 10px auto;
    margin-top: initial;
    margin-left: 0px;
    border-radius:0 8px 8px 0;
}
.banner .swiper-button-prev:hover{
    background:rgba(0,0,0,0.3) url("https://cdncn.prodrone-tech.com/imagesEn/icon/leftIcon.png") center no-repeat;
    background-size: 10px auto;
}
.banner .swiper-button-next{
    transition: all 0.5s;
    position: initial;
    width: 48px!important;
    height: 96px!important;
    background: url("https://cdncn.prodrone-tech.com/imagesEn/icon/rightIcon.png") center no-repeat;
    background-size: 10px auto;
    margin-top: initial;
    margin-right: 0px;
    border-radius: 8px 0 0 8px;
}
.banner .swiper-button-next:hover{
    background:rgba(0,0,0,0.3) url("https://cdncn.prodrone-tech.com/imagesEn/icon/rightIcon.png") center no-repeat;
    background-size: 10px auto;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{
    display: none;
} */

.bannerPage {
	position: absolute;
	bottom: 60px;
	width: 100%;
	color: #fff;
}

.bannerPage .w1600 {
	display: flex;
	width: 83.33%;
	min-width: 1200px;
	margin: 0 auto;
}

.bannerPage .swiper-pagination {
	display: flex;
	align-items: baseline;
	width: auto;
	position: initial;
	font-size: 18px;
}

.bannerPage .swiper-pagination-current {
	color: #EF4E22;
	font-size: 26px;
	margin-right: 10px;
}

.bannerPage .swiper-pagination-total {
	margin-left: 8px;
}

.downImg {
	position: absolute;
	bottom: 50px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	animation: TopBot 2s ease-in-out infinite both;
}

@keyframes TopBot {
	0% {
		transform: translateY(-8px)
	}

	50% {
		transform: translateY(0px)
	}

	100% {
		transform: translateY(-8px)
	}
}

.advantages_list {
	display: flex;
	padding: 3rem 0;
	justify-content: space-between;
	flex-wrap: wrap
}

.advantages_list .item {
	width: 100%;
	padding-right: 3%;
}

.advantages_list .item .title {
	color: var(--FBcolor);
	font-weight: 700
}

.advantages_list .item img {
	width: 64px
}

.tit {
	text-align: left;
	padding: 40px 0
}

.tit h2 {
	font-size: 38px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}

.tit h3 {
	font-size: 38px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	/* font-size: 30px;
	          position: relative;
	          text-align: center;
	          text-transform: capitalize;
	          display: flex
	      ;
	          align-items: center;
	          justify-content: center; */

}

/* .tit h3::before{
	content: "";
	display: block;
	width:32px;
	height: 2px;
	background: var(--Bcolor);
	margin-right: 12px;
}
.tit h3::after{
	content: "";
	display: block;
	width:32px;
	height: 2px;
	background: var(--Bcolor);
	margin-left: 12px;
} */
.tit p {
	font-size: 14px;
	margin-top: 16px;
	text-align: center;
}

.tit .btn {
	margin-top: 2rem
}

.categories {
	padding: 10px 0;

}

.categories-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.categories-box {
	width: 18%;
	OVERFLOW: HIDDEN;
	border-radius: 0;
	position: relative;
	margin: 0 1%;
}
.categories-box .link{
	
}
.cate_link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	    padding: 10px;
	    border: 1px solid #f4f1e8;
}

.cate-content {
	z-index: 10;
	text-align: left;
	color: #333;
	width: 100%;
	background: #fff;
}

.cate_title {
	transition: all .5s ease;
	left: 0;
	z-index: 1;
	width: 100%;
	display: block;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	margin: 8px 0;
}

.cate-content p {
	margin-top: 10px;
	text-align: left;
	font-size: 18px;
	color: #333;
}

.cate-content .link {

	align-items: center;
	font-size: 14px;
	color: #666666;
	z-index: 2;
	position: relative;
	display: flex;
	margin-top: 20px;
}

.cate-content .link:hover {
	text-decoration: un;
}

.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 {
	width: 100%;
	object-fit: cover;
	transition: all .5s ease
}


.cate_link:hover .cate_img {
	transform: scale(1.1)
}

.categories-33 .cate-content {
	/* bottom: 0;
	height: 100%;
	display: flex;
	align-items: center; */
}

.bottom_btndiv {
	display: flex;
	justify-content: center;
	padding: 30px 0;
	width: 100%;
}

.products {
	background: #fff;
	padding: 30px 0;
}

.products .tit {
	width: 100%;
	text-align: center
}

.products .swiper-slide {
	width: 23%;
	height: 100%;
	background: #fff;
	margin-bottom: 20px
}

.productlist {
	display: flex;
	flex-wrap: wrap;
}

.productlist .item {
	width: 23%;
	margin: 0 1% 40px;
	position: relative;
}

.productlist .item .new {
	position: absolute;
	left: 10px;
	z-index: 1;
	top: 10px;
}

.productlist .item:hover .txtBox .proTitle {
	color: var(--Bcolor);
}

.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: left;
	font-size: 16px;
	color: var(--Fcolor);
	overflow: hidden;
	transition: all .5s ease;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.products .txtBox .proSummry {
	width: 100%;
	text-align: left;
	font-size: 18px;
	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: 168px
}

.aboutus {
	background: #f4f1e8;
	display: flex;
}

.aboutus .wd1600 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutus_txt {
	width: 50%;
	padding: 0 5%;
	display: flex;
	align-items: center;
}

.about-img {
	width: 50%;
	overflow: hidden;
}

.about-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutus_txt .tit {
	text-align: left;
	padding: 50px 0;
}

.aboutus_txt .tit h2 {
	text-align: left;
	font-size: 28px;
}

.aboutus_txt .tit p {
	text-align: left;
	line-height: 28px;
	font-size: 15px;
}

.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
}

.datalist {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 30px;
}

.datalist .item {
	width: 30%;
	margin-right: 3%;
	background: linear-gradient(90deg, rgb(255 255 255) 0px, rgb(255 255 255 / 34%) 100%);
	position: relative;
	padding: 10px 30px 10px 10px;
}

.datalist .item .title {
	font-size: 24px;
	font-weight: bold;
	color: var(--Bcolor);
}

.datalist .item p {
	font-size: 14px;
	margin: 0;
	color: #999999;
}

.datalist .item .img {
	position: absolute;
	right: 5px;
	top: 10px;
}

.datalist .item .img img {
	width: 24px;
}

.groups-video {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}

.homevideo-icon {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000012;
}

.groups-video svg {
	width: 80px;
	height: 80px;
}

.groups-video svg path {
	fill: #fff;
}

.groups-video:hover {
	color: var(--Bcolor);
	border-color: var(--Bcolor);
}

.groups-video:hover svg path {
	fill: var(--Bcolor);
}

.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;
	padding: 0 0 60px;
}

.solutions .wd1600 {}

.application_box {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}

.application_box .item {
	width: 23.5%;
	overflow: hidden;
	position: relative;

}

.application_box .item::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, #0000004f 29%, #FFFFFF00 49%);
	z-index: 1;
	display: block;
	position: absolute;
	top: 0;
}

.application_box .item .title {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	padding: 0 30px 40px;
	text-align: left;
	color: #fff;
	width: 100%;
	font-size: 22px;
	font-family: 'CustomFontBold';
	text-transform: capitalize;
	transition: all .3s;

}

.application_box .item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.application_box .item:hover .title {
	margin-bottom: 15px;
}

.solutions .solutions-list {
	display: flex;
	margin: 80px 0 20px;
	justify-content: space-between;
	flex-wrap: nowrap;
}



.solutions .solutions-list .item {
	width: 100%;
	margin-right: 2%;
}

.solutions .solutions-list .icon-img {
	display: flex;
	width: 80px;
	height: 80px;
	background: var(--Bcolor);
	border-radius: 24px;
	align-items: center;
	justify-content: center
}

.solutions .solutions-list .icon-img img {
	width: 44px
}

.solutions .solutions-list .title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 13px 0
}

.section-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.certificates {
	background-color: #fff;
	padding: 10px 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: 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
}

.mySwiper02 {
	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%
}

.newsBox {
	display: flex;

	margin: 0 auto;
	position: relative;
	align-items: self-start;
	margin-bottom: 50px;
}

.newPicBox {
	width: 100%;
	overflow: hidden;
}

.newPicBox img {
	display: block;
	width: 100%;
}

.newList {
	width: 30%;
	overflow: hidden;
	margin: 0 1.5%;
	background: #f7f7f7;
}

.centerContentBox {
	padding: 0 15px 15px;
}

.newsImg {
	width: 60%;
}


.newList .title {
	color: #101325;
	font-size: 20px;
	overflow: hidden;
	transition: all .5s ease;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10Px 0;
	font-weight: bold;
	margin: 20px 0 10px;
	line-height: 28px;
}

.newList .cont {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	color: #312e39;
}

.newList .time {
	font-size: .8rem;
	color: #888;
}

.newList .more::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -15px;
	margin-left: 0;
	width: 100px;
	height: 1px;
	background-color: #999
}

.news a:hover .title {
	color: var(--Bcolor);
	transition: all .5s ease
}

.newList 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)
}

.application {
	margin: 30px 0 0;
	position: relative;
	overflow: hidden;
	background: url("../images/banner4.jpg")no-repeat center;
	background-size: cover;
}

.application .ap-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	background: #503d33c2;
	padding: 20px 0 50px;
}

.application .tit h2 {
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.application .btn {
	border-color: #fff;
	color: #fff;
	margin: 40px auto 0;
}

.application .btn:hover {
	border-color: var(--Bcolor);
}

.applicationSwiper {
	height: 820px;
	margin-top: 40px;
	position: relative;
}

.applicationBtnBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.applicationTitle {
	margin-top: 140px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.applicationText {
	margin-top: 25px;
	width: 680px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
}

.applicationMore {
	margin-top: 50px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.applicatPage {
	position: absolute;
	top: 140px;
	right: 0;
	width: 100%;
	color: #fff;
	z-index: 10;
}

.applicatPage .wd1600 {
	display: flex;
	justify-content: flex-end;
}

.applicatPage .swiper-pagination {
	position: initial;
	display: flex;
	align-items: flex-start;
	width: auto;
	color: #fff;
	font-size: 24px;
	line-height: 0.8;
}

.applicatPage .swiper-pagination-current {
	font-size: 72px;
	margin-right: 20px;
}

.applicatPage .swiper-pagination-total {
	margin-left: 20px;
}

.applicationCheck {
	position: absolute;
	bottom: 120px;
	width: 100%;
	z-index: 10;
}

.applicationCheck .wd1600 {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.applicationCheck .wd1600 .item {
	color: #fff;
	padding: 30px;
	text-align: center;
	width: 100%;
	text-align: left;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
}

.ap-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.ap-list .item {
	text-align: center;
	padding: 20px 40px;
	width: 23%;
	background: #fff;
	border-radius: 4px;
}

.ap-list .item i {
	width: 60px;
	height: 60px;
	display: flex;
	background: #fff;
	border-radius: 60px;
	margin: 0 auto;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
	border: 3px solid #c6984a29;
}

.ap-list .item .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: var(--FTcolor);
}

.ap-list .item i img {
	width: 36px;
}

.industryIcon {
	display: flex;
	justify-content: center;
	height: 56px;
	opacity: 0.5;
}

.industryIcon img {
	height: 100%;
}

.industryCheckText {
	font-size: 20px;
	opacity: 0.5;
	color: #fff;
	margin-top: 20px;
	transition: all 0.5s;
	word-break: break-word;
	position: relative;
	text-align: center;
}

.applicationCheck .wd1600 .item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	transition: all 0.5s;
	background: #fff;
}

.applicationCheck .wd1600 .item.active {
	padding-bottom: 55px;
}

.applicationCheck .wd1600 .item.active .industryIcon,
.applicationCheck .wd1600 .item.active .industryCheckText {
	opacity: 1;
}

.applicationCheck .wd1600 .item.active:after {
	width: 100%;
}

.factory {
	background: #f7f4ef;
	padding: 10px 0 50px;
}

.photolist {
	display: flex;
	justify-content: space-around;
}

.photolist .item {
	width: 32%;
	margin: 0 0.5%;
	/* padding: 10px; */
	/* border: 1px solid #eee;
	border: 1px solid #ececec; */
	/*  box-shadow: 5px 5px 0 rgb(0 0 0 / 2%); */
	cursor: pointer;
	/* 	background: #fff; */
}

.photolist .item:hover {
	/* box-shadow: 0 0 18px rgba(0, 0, 0, 0.13); */
}

.photolist .item img {
	width: 100%;
	display: block;
}

/*page-contant*/
.page-contant {
	padding: 0 0 40px;
	/* background-image: url("../images/contactbg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
	position: relative;
	color: #fff;

}

.page-contant::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #573a0da1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


.page-contant * {
	z-index: 1;
}

.page-contant h2 {
	color: #fff;
}

.page-contant .inquiryForm {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.page-contant .inquiryForm form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-contant .inquiryForm input {
	width: 32%;
	height: 3.2rem;
	padding-left: 20px;
	color: #212121;
	font-size: 14px;
	border-radius: 0;
	margin-top: 0px;
	height: 44px;
	line-height: 44px;
	background: #ffffff;
	transition: all 0.3s;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 16px;
}

.page-contant .inquiryForm textarea {
	width: 100%;
	padding: 10px;
	
	color: #212121;
	font-size: 14px;
	border-radius: 0px;
	background: #fff;
	height: 100px;
	resize: none;
}

.page-contant .inquiryForm button {
	margin: 0 auto;
	margin-top: 24px;
}
.backgroundbox{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	    width: 100%;
	    height: 100%;
}
.backgroundbox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Testing {
	padding: 1px 0 40px;

}
.Exhibitions {
	padding: 1px 0 40px;
	

}
.case {
	background: #fafafa;
	padding: 80px 0 100px;
	overflow: hidden;
}

.caseSwiper {
	margin-top: 40px;
	width: 100%;
	position: relative;
}

.caseSwiper .swiper-slide img {
	position: relative;
}

.caseList {
	position: relative;
}

.casePage {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}

.casePage .w1600 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.casePage .swiper-button-prev {
	position: initial;
	width: 13px;
	height: 27px;
	background: none;
	background-size: cover;
	margin-left: 180px;
	box-shadow: none;
}

.casePage .swiper-button-next {
	position: initial;
	width: 13px;
	height: 27px;
	background: none;
	background-size: cover;
	margin-right: 180px;
	box-shadow: none;
}

.caseSwiper .swiper-pagination {
	bottom: 30px !important;
}

.caseSwiper .swiper-pagination-bullet {
	margin: 0 6px !important;
	width: 22px !important;
	height: 2px !important;
	background: #ccc;
	opacity: 1;
	border-radius: initial;
	cursor: pointer;
}

.caseSwiper .swiper-pagination-bullet-active {
	background: #fb3610;
}

.casePosTitle {
	font-size: 32px;
	font-weight: 500;
	color: #fff;
}

.caseList.swiper-slide-active .casePosTitle {
	animation-delay: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

.caseMoreInfo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	font-size: 16px;
}

.caseList.swiper-slide-active .caseMoreInfo {
	animation-delay: 1.1s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

.caseList .home-ban-mask {
	opacity: 0;
}

.caseList {
	opacity: .5;
	transition: all 0.5s;
}

.caseList.swiper-slide-active {
	opacity: 1;
}

.caseList.swiper-slide-active .home-ban-mask {
	opacity: 1;
}

.service {
	margin-top: 100px;
	display: flex;
	padding-bottom: 100px;
	flex-wrap: wrap;
}

.serviceList {
	width: 30%;
	margin-left: 3%;
	background: #fafafa;
	padding: 45px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #666666;
	position: relative;
}

.serviceList:first-child {
	margin-left: 0;
}

.serviceListInfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.serviceText {
	font-size: 26px;
	font-weight: 500;
	color: #333333;
}

.serviceRight {
	opacity: .6;
	transition: all 1s;
}

.serviceMore {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-size: 14px;
}

.serviceMore div {
	display: flex;
	align-items: center;
	gap: 5px;
}

.serviceList:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #EF4E22;
	left: 0;
	transition: all 1s;
}

.serviceList:hover:after {
	width: 100%;
}

.serviceList:hover .serviceRight {
	opacity: 1;
}

.partner {}

.LaboratorySwiper .swiper-slide img,
.factorySwiper .swiper-slide img,
.ExhibitionsSwiper .swiper-slide img{
	position: relative;
}

.friendsSwiper .swiper-slide img {
	position: relative;
	width: 150px;
	margin: 0 auto;
	max-width: 90%;
}

.friendsSwiper {
	padding-bottom: 50px;
}

.friends {
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.friends .list {
	width: 15%;
	overflow: hidden;
}

.friends .list img {
	width: 150px;
	display: block;
	max-width: 90%;
}

.friends .list img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

.databox {
	background: #0567cc1c;
}

.data {
	display: flex;
	width: 100%;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: space-around;
}

.data .item {
	padding: 50px 20px;
	color: #28435f;
	text-transform: capitalize;
}

.data .item .top {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.data .item i {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.data .item i img {
	width: 48px;
	display: block;
}

.data .item:hover {}

.data .item:hover i {}

.certificates {
	/* background: url("../images/ban_04.png")no-repeat center bottom;
	background-size: cover; */
}

.CertificatesSwiper {
	padding-bottom: 25px;
}

.CertificatesSwiper .swiper-wrapper {
	padding-bottom: 30px;
}

.CertificatesSwiper .swiper-slide {
	width: 18%;
	padding: 20px 0;
	position: relative;
	background: #fff;
	border: 1px solid #ececec;
}

.CertificatesSwiper .swiper-slide img {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

@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) {



	.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
	}


	.aboutus-num div strong {
		font-size: 2rem;
	}

	.applicationCheck .wd1600 .item {
		width: 33%;
		padding: 8px;
	}

	.applicationCheck .wd1600 .item.active {
		padding-bottom: 20px;
	}

	.industryCheckText {
		font-size: 13px;
		width: 100%;
		margin-top: 2px;
		text-align: center;
	}

	.industryIcon {
		height: 24px;
	}

	.home-ban-mask .banner-title {
		line-height: 40px;
		font-size: 30px;

	}
}

@media only screen and (max-width:900px) {
	.bottom_btndiv {
		padding: 60px
	}
	.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;
	}

	.casePage {
		display: none;
	}

	.bannerPage {
		bottom: 20px;
		left: 10px;
	}

	.serviceList {
		padding: 20px;
	}

	.serviceRight img {
		width: 44px;
	}
	.ap-list .item {
	    padding: 20px 10px;
	}
	.application_box .item .title{
		padding: 0 20px 10px;
	}
}

@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: 10px 15px;
		font-size: 12px;
		margin: 0
	}

	.home-ban-mask .btn i {
		display: none;
	}

	.categories-list {
		flex-wrap: wrap gap:20px;
	}

	.tit {
		text-align: left;
		padding: 20px 0;
	}

	.aboutus_txt {
		width: 100%
	}

	.products .txtBox .proTitle {
		font-size: 1rem;
		padding: 0;
		margin-bottom: 4px
	}

	.productlist .item {
		width: 47%;
		margin: 0 1.5% 20px;
	}

	.ab_tit {
		position: relative;
	}

	.wd1600 .swiper {
		padding-top: 0px
	}

	.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 .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;
		flex-wrap: wrap;
		text-align: center;
	}

	.solutions .solutions-list .icon-img {
		margin: 0 auto;
	}

	.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
	}

	.application {
		margin: 0;
	}

	.ap-list .item {
		padding: 10px;
		        width: 48%;
		        margin-bottom: 10px;
		        FONT-VARIANT: JIS04;
		        font-size: 14px;
	}
	.ap-list .item .title {
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 4px;
	}
	.applicationSwiper {
		height: 460px;
		margin-top: 0px;
	}

	.applicationTitle {
		margin-top: 50px;
		font-size: 30px;
	}

	.applicationText {
		margin-top: 20px;
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.applicatPage {
		top: 20px;
	}

	.applicatPage .swiper-pagination {
		font-size: 14px;
	}

	.applicatPage .swiper-pagination-current {
		font-size: 30px;
		margin-right: 10px;
	}

	.applicatPage .swiper-pagination-total {
		margin-left: 10px;
	}

	.applicationMore {
		margin-top: 20px;
	}

	.applicationCheck .wd1600 {
		flex-wrap: wrap;
	}

	.applicationCheck {
		bottom: 30px;
	}

	.casePosTitle {
		font-size: 20px;
	}

	.caseMoreInfo {
		margin-top: 10px;
		font-size: 13px;
	}

	.banner .swiper-slide {
		padding-bottom: 50%;
	}

	.application_box .item {
		width: 50%;
	}

}

@media only screen and (max-width:650px) {
	.categories-box {
		width: 48%;
	}

	.aboutus-num {
		padding: 0 0 30px;
		flex-wrap: wrap;
	}

	.aboutus-num div {
		width: 50%;
	}

	.newsBox {
		margin-top: 30px;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.newsImg {
		width: 100%;
	}

	.news-list {
		margin: 0 auto;
		width: 90%;
		bottom: 20px;
	}

	.news-list a {
		display: inline-block;
		padding: 16px;
		background: #fff;
		width: 100%;
		text-align: left;
		transition: all .5s ease;
		border-bottom: 1px solid #cccccc57;
	}

	.home-ban-mask {
		align-items: center;
	}

	.home-ban-txt {
		padding-top: 0;
	}

	.home-ban-mask .banner-title {
		line-height: 24px;
		font-size: 20px;
	}

	.home-ban-mask p {
		margin: 5px 0;
	}

	.bannerPage .swiper-pagination {
		font-size: 14px;
	}

	.bannerPage .swiper-pagination-current {
		font-size: 20px;
		margin-right: 5px;
	}

	.categories-33 .categories-box {
		width: 48%;
	}

	.serviceList {
		width: 100%;
		margin: 0 0 20px;
	}


	.cate_title {
		font-size: 15px;
		text-align: center;
	}

	.cate_img {
		width: 100%;
	}

	.service {
		margin-top: 40px;
		padding-bottom: 40px;
	}

	.case {
		padding: 0px 0 0;
	}

	.cate-content {
		margin-bottom:10px;
	}

	.cate-content p {
		margin-top: 0px;
		font-size: 16px;
	}

	.cate-content .link {
		margin-top: 10px;
	}

	.downImg {
		bottom: 10px;
	}

	.newList {
		width: 100%;
		margin-bottom: 30px;
	}

	.friends .list {
		width: 30%;
	}

	.productlist .item .new svg {
		width: 30px;
		height: 30px;
	}

	.productlist .item .new {
		left: 5px;
		top: 5px;
	}
	.datalist .item {
	    width: 100%;
	    margin: 0 0 10px 0;
	    padding: 10px 30px 10px 10px;
	}
	.data {
		justify-content: flex-start;
	}

	.data .item {
		padding: 20px 5px;
		width: 33%;
	}

	.data .item .top {
		font-size: 20px;
		line-height: 26px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.data .item .top .title {
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.data .item .bottom {
		text-align: center;
		font-size: 14px;
	}

	.data .item i {
		width: 60px;
		height: 60px;
		margin: 0;
		margin-bottom: 8px;
	}

	.data .item i img {
		width: 30px;
		display: block;
	}

	.wd1600 .friendsSwiper {
		padding: 30px 0;
	}

	.application_box .item .title {
		padding: 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.ap-list .item i {
		width: 80px;
		height: 80px;
	}

	.ap-list .item i svg {
		width: 40px;
	}
	.tit h3 {
	    font-size: 28px;
	}
	.page-contant .inquiryForm input{
		width: 100%;
	}
}