/* banner */
.banner {
	border-radius: 0 0 0 120px;
	overflow: hidden;
	box-shadow: 0px 0px 60px #0000007d;
}

.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;
}
.slide-text{
	opacity: 0;
	    transform: translateY(80px);
	    transition: opacity 0.8s, transform 0.8s;
}
.swiper-slide-active .slide-text {
    opacity: 1;
        transform: translateY(0);
}
.swiper-button-next,
.swiper-button-prev {
	width: 48px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border: 1px solid #fff;
	z-index: 2;
	transition: all .3s ease-out;
	color: #fff;
	text-decoration: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 25px;
	box-shadow: 0px 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;
	/* transition: all 0.3s ease; */
	font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	box-shadow: 0px 6px 20px #00000024;
}

.swiper-pagination-bullet {
	width: 3px;
	height: 14px;
	border-radius: 8px;
	background: #fff;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.swiper-pagination-bullet-active {
	background: var(--Bcolor);
	height: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: inherit;
	right: 0;
	left: auto;
	top: 45%;
	width: 20px;
	margin-right: 20px;
}

.banner .swiper-slide {
	width: 100% !important;
	text-align: center;
	font-size: 18px;
	align-items: center;
	height: 0px;
	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 / 12%);
	color: #fff;
	z-index: 9;
}

.home-ban-txt {
	width: 94%;
	position: absolute;
	text-align: left;
	max-width: 1600px;
	margin-bottom: 30px;
	padding-left: 2%;
}

.home-ban-mask .banner-title {
	font-size: 340%;
	width: 100%;
	max-width: 600px;
	margin-bottom: 20px;
	line-height: 5rem;
	position: relative;
	font-family: 'CustomFontBold';
}

.home-ban-mask .banner-title::after {
	content: "";
	width: 48px;
	height: 3px;
	background: var(--Bcolor);
	display: inline-block;
	left: 0;
	position: absolute;
	bottom: -20px;
}

.home-ban-mask p {
	font-size: 100%;
	width: 100%;
	margin-top: 50px;
	max-width: 600px;
	font-weight: 100;
}

.home-ban-mask .btn {
	padding: 20px 30px;
	font-size: 1rem;
	height: auto;
	width: auto;
	display: inline-block;
	border: 1px solid #fff;
	background: none;
	border-radius: 40px;
}

.video-banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner .swiper-slide video {
	width: 100%;
	height: auto;
}

/*advantages*/
.advantages_list {
	display: flex;
	padding: 3rem 0;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advantages_list .item {
	width: 30%;
}

.advantages_list .item .title {
	color: #232967;
	font-family: 'CustomFontBold';
	font-size: 3rem;
}

.advantages_list .item p {
	font-size: 14px;
}

.advantages_list .item img {
	width: 64px;
}

/* Categories */
.tit {
	text-align: left;
	padding: 40px 0;
}

.tit h2 {
	font-size: 3rem;
	color: #151515;
	position: relative;
	font-weight: 100;
	font-family: 'CustomFontBold';
}

.tit p {
	font-size: 1rem;
	margin-top: 1rem;
	line-height: 1.8rem;
}

.tit .btn {
	margin-top: 2rem;
}

.categories {
	background: #fff;
}

.categories-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.categories-box {
	width: 50%;
	OVERFLOW: HIDDEN;
	border-radius: 0;
	position: relative;
	transition: all .5s ease;
}

.cate_link {
	display: flex;
	justify-content: center;
}

.cate_title {
	position: absolute;
	padding: 0;
	border-radius: 0px;
	color: #fff;
	font-size: .85rem;
	margin: 0;
	transition: all .5s ease;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: bold;
}

.cate_top_bbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);
	opacity: 0.3;
	left: 0;
	top: 0;
	transition: all .5s ease;
}

.cate_img {
	height: 100%;
	width: 100%;
	transition: all .5s ease;
}


.categories-box.hover .cate_title {
	/* background: #fff;
	color: var(--Bcolor); */
	background: #0044d7d1;
	color: #fff;
}

.categories-box.hover .cate_top_bbg {
	background: none;
}

.categories-box.hover .cate_img {
	transform: scale(1.1);
}

.bottom_btndiv {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}



/* products */
.products {
	border-radius: 0 0 0 120px;
	padding-top: 240px;
	padding-bottom: 120px;
	background: #f3f3f3;
	bottom: 240px;
	position: relative;
	z-index: -2;
}

.products .wd1600 {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin-left: 5%;
}

.products .tit {
	width: 40%;
	text-align: left;
	margin-right: 4%;
	padding: 0;
}

.wd1600 .swiper {
	/* padding-top: 160px; */
}

.products .swiper-slide {
	width: 40%;
	height: 100%;
	background: #fff;
	margin-bottom: 20px;
}

.products .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px 8px;
	overflow: hidden;
}

.products .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.products .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.products-item .products-list {
	width: 23%;
	margin: 0 1% 20px 1%;
}

.products-item .products-list a {
	width: 100%;
}

.products .swiper-button {
	left: 0;
	bottom: 0;
}

.products .swiper-button-next,
.products .swiper-button-prev,
.certificates .swiper-button-next,
.certificates .swiper-button-prev {
	border-color: #000;
	color: #000;
	box-shadow: none;
}

@keyframes expand {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

.ab_tit {
	width: 100%;
	text-align: center;
}

.products .mySwiper01 .swiper-wrapper a {
	position: relative;
}

.products .txtBox {
	padding: 10px 16px 0;	
	z-index: 10;
	width: 100%;
}

.products .ImgBox {}

.ImgBox {
	overflow: hidden;
	display: flex;
}

.ImgBox picture {
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.products .ImgBox picture img {
	height: 100%;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.products .txtBox .proTitle {
	width: 100%;
	text-align: left;
	color: #151515;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s ease;
	font-weight: 600;
	margin-bottom: 4px;
}

.products .txtBox .proSummry {
	width: 100%;
	text-align: left;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	min-height: 1rem;
}

.mySwiper01 {
	padding-bottom: 0px;
}

.mySwiper01 .swiper-wrapper a {
	width: 100%;
	border-radius: 4px;
}

.mySwiper01 .swiper-wrapper a:focus {
	outline: none;
}

.mySwiper01 .swiper-wrapper a:hover {
	/* box-shadow: 0px 0px 30px #0000000a;
	transition: all .5s ease; */
}

.mySwiper01 .swiper-wrapper a:hover .proTitle {
	color: var(--Bcolor);
	transition: all .5s ease;
}

.mySwiper01 .swiper-wrapper .btn {
	width: 100%;
}

.mySwiper01 .swiper-wrapper a:hover span {
	position: relative;
	background: none;
	color: var(--Bcolor);
	transition: all .5s ease;
}

.mySwiper01 .swiper-wrapper a span::before {
	content: "";
	width: 0px;
	height: 1px;
	background: var(--Bcolor);
	left: 24px;
	transition: all .5s ease;
}

.mySwiper01 .swiper-wrapper a:hover span:before {
	width: 24px;
	left: 0;
	margin-right: 6px;
}


.swiper-button {
	position: absolute;
	left: 9%;
	border: 0;
	display: flex;
	align-items: center;
	width: 130px;
	bottom: 64px;
}

/* about us */
.aboutus {
	background: #fff;
	border-radius: 0 0 0 120px;
	padding-top: 120px;
	bottom: 120px;
	position: relative;
	z-index: -1;
}

.aboutus .tips {
	font-family: 'CustomFontBold';
	    font-size: 2.5rem;
	    max-width: 400px;
	    display: block;
	    color: #232967;
	    width: 100%;
}

.aboutus .tit h2 {
	margin: 20px 0;
}

.quality {
	margin-top: 40px;
}

.aboutus .wd1600 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 60px 0 0;
}

.aboutus_txt {
	width: 40%;
	padding: 0 2rem;
}

.about-img {
	width: 55%;
	overflow: hidden;
}

.about-img img {
	display: block;
	max-width: 100%;
	    width: 800px;
		height: auto;
}

.about-img .img-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.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: 0px;
	width: 50px;
	height: 3px;
	background-color: #fff;
}

.aboutus-tit p {
	color: #fff;
	font-family: "Sansation4";
	line-height: 36px;
	font-size: 0.8rem;
	margin-top: 50px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.aboutus-tit a {
	font-family: "Sansation4";
	width: 150px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	margin: 60px 0px 20px 0px;
	color: #fff;
	font-size: 12px;
}

/* video */
.groups-video {
	display: block;
	position: relative;
	cursor: pointer;
}

.groups-video .img-box .video-cover-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.07);
}

.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*/
.solutions {
	border-radius: 0 0 0 120px;
	padding-top: 120px;
	background: #ffffff;
	bottom: 360px;
	position: relative;
	z-index: -3;
	overflow: hidden;

}

.solutions .wd1600 {
	z-index: 1;
	font-size: 14px;
	padding: 80px 0;
}

.solutions .wd1600 .tit {
	padding-bottom: 10px;
}

.solutions .solutions-list {
	display: flex;
	margin-top: 3rem;
	justify-content: space-around;
	flex-wrap: wrap;
}

.solutions .tit h2 {
	text-align: center;
	margin-bottom: 20px;
}

.solutions .tit h2+p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.solutions .solutions-list .item {
	width: 23%;
	color: #828282;
	padding: 20px;
	text-align: center;
}

.solutions .solutions-list .icon-img {
	display: flex;
	width: 100px;
	height: 100px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: linear-gradient(to right, #232967, #30a2e1);
	border-radius: 50px;
}

.solutions .solutions-list .icon-img img {
	width: 64px;
}

.solutions .solutions-list .title {
	color: #1d1d1d;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 0;
	text-align: center;
}

.section-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* International Certificates */
.certificates {
	border-radius: 0 0 0 120px;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #ffffff;
	bottom: 360px;
	position: relative;
	z-index: -3;
	overflow: hidden;
}

.certificates .ab_tit {
	width: 50%;
	text-align: left;
	padding: 0;
	margin-bottom: 40px;
}
.certificates .swiper-button{
	right: 0;
	left: inherit;
}
.certificates .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}

.certificates .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.certificates .ImgBox picture {
	justify-content: center;
	overflow: hidden;
	border-radius: 0px;
	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: 0px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0px;
	z-index: 1;
	opacity: 0;
}

.certificates .ImgBox picture:hover::after {
	content: "";
	background: url(../images/icon-search-svg.svg) no-repeat center, #00000038;
	background-size: 30px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	animation: expand 0.5s forwards;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*customer*/
.customer {
	border-radius: 0 0 0 120px;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #f3f3f3;
	bottom: 480px;
	position: relative;
	z-index: -4;
	overflow: hidden;
}

.customer .wd1600 {
	z-index: 1;
	font-size: 14px;
	padding: 80px 0;
}

.customer .wd1600 .swiper {
	padding-top: 140px;
	z-index: 0;
}

.customer .wd1600 .swiper-button {
	top: 70px;
}

.customer .tit {
	text-align: center;
}

.customer .tit h2 {
	text-align: right;
}

.customer .tit p {
	text-align: right;
}

.customer-item {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.customer .customer-list {
	background: #fff;
	text-align: left;
	padding: 30px 40px;
	font-size: 16px;
	width: 31%;
	border-radius: 48px 8px;
}

.customer-item:before,
.customer-item:after {
	position: absolute;
	content: '';
	width: 73px;
	height: 72px;
	background: url(../images/quoteIcon.png)no-repeat;
}

.customer-item:before {
	top: -90px;
	left: -55px;
}

.customer-item:after {
	bottom: -90px;
	right: -55px;
	transform: rotate(180deg);
}

.customer .customer-content {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.customer .customer-img {
	display: inline-block;
	width: 80px;
	height: 80px;
	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: 20px;
}

/* news */
.mySwiper02 {
	padding-bottom: 0px;
}

.news {
	border-radius: 0 0 0 120px;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #ffffff;
	bottom: 240px;
	position: relative;
	z-index: -2;
}

.news .wd1600 {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.news .wd1600 .ab_tit {
	width: 40%;
	text-align: right;
	padding: 0;
	margin-bottom: 30px;
}

.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 .swiper-wrapper {}

.news .swiper-slide {
	background: #f4f4f4;
	border-radius: 48px 8px;
	padding: 20px 32px;
}

.news .swiper-slide:hover {

	background: linear-gradient(to right, #232967, #30a2e1);
}

.news .swiper-slide:hover .news-list .time,
.news .swiper-slide:hover .news-list .title,
.news .swiper-slide:hover .news-list .cont {
	color: #fff;
}

.news .swiper-slide:hover .btn_va {
	background: #fff;
	color: #333;
}

.news-list {

	text-align: left;
	margin: 16px 0;
}

.news-list .title {
	font-size: 24px;
	font-family: 'CustomFontBold';
	color: #151515;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
	position: relative;
}

.news-list .title::after {
	content: "";
	width: 32px;
	height: 3px;
	background: var(--Bcolor);
	display: inline-block;
	left: 0;
	position: absolute;
	bottom: -20px;
}

.news-list .cont {
	font-size: 14px;
	line-height: 1.2rem;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.news-list .time {
	font-size: 1.2rem;
	color: #8a8a8a;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

.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 {}

.news-list a:hover .more::after {
	background-color: var(--Bcolor);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*Support*/
.Support {}

.Support .wd1600 {
	display: flex;
	align-items: self-start;
	justify-content: center;
}

.Support h2 {
	color: #aab9c2;
	font-size: 2rem;
	font-weight: bold;
	font-family: 'SwisBT', sans-serif;
	margin: 2rem;
	margin-left: 0;
}

.logo_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}

.logo_list img {
	max-height: 48px;
	margin-right: 16px;
}

/*form*/
.section-form {
	border-radius: 0 0 0 120px;
	padding-top: 120px;
	padding-bottom: 120px;
	bottom: 480px;
	position: relative;
	z-index: -4;
	overflow: hidden;
	background: #fff;
}

.section-form .wd1600 {
	display: flex;
	justify-content: space-between;
}

.section-form .tit {
	width: 100%;
	padding: 0 2rem;
}

.section-form .inquiryForm .btn{
	margin: inherit;
}


.swiper-horizontal>.swiper-pagination-news {
	display: none;
}

@media only screen and (max-width: 1600px) {

	.tit h2,
	.aboutus-tit h2 {
		transition: all .5s ease;
	}

	.aboutus-tit {
		padding: 80px 80px 0 5%;
	}

	.aboutus-tit p {
		-webkit-line-clamp: 4;
	}

	.aboutus-tit span {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.banner .swiper-slide {
		padding-bottom: 56%;
	}

	.tit h2,
	.aboutus-tit h2 {
		font-size: 30px;
		transition: all .5s ease;
		line-height: 40px;
	}

	.aboutus-tit {
		padding: 60px 60px 30px 5%;
	}

	.aboutus-tit p {
		-webkit-line-clamp: 3;
	}

	.cate_title {
		padding: 10px;
		text-align: center;
	}
}

@media only screen and (max-width: 900px) {
	.bottom_btndiv {
		padding: 60px;
	}

	.swiper-button {
		top: 5%;
	}

	.tit .btn {
		margin-top: 30px;
	}

	.logo_list {
		margin-bottom: 0;
	}

	.banner,
	.aboutus,
	.products,
	.news,
	.solutions,
	.certificates,
	.customer,
	.section-form {
		border-radius: 0 0 0 30px;
	}

	.banner .swiper-button {
		display: none;
	}

	.aboutus .tips {
		width: 100%;
		font-size: 2rem;
	}

	.advantages_list .item {
		margin-bottom: 20px;
	}

	.products {
		padding-top: 140px;
		padding-bottom: 60px;
	}

	.products .wd1600 {
		flex-wrap: wrap;
		margin: 0 20px;
		width: calc(100% - 40px);
	}

	.products .tit {
		width: 100%;
		margin-bottom: 60px;
	}

	.products .swiper-button {
		right: 0;
		height: auto;
		bottom: 240px;
		left: inherit;
	}

	.news .wd1600 .ab_tit,
	.certificates .ab_tit {
		width: 100%;
	}

	.news,
	.certificates {
		padding: 60px 0;
	}

	.customer {
		padding: 120px 0 60px;
	}

	.customer-item:before {
		top: -160px;
		left: 0;
	}

	.customer-item:after {
		right: 0;
	}

	.solutions {
		padding-top: 140px;
		padding-bottom: 60px;
	}

	.solutions .tit h2+p {
		width: 100%;
	}

	.swiper-horizontal>.swiper-pagination-news {
		display: block;
		width: 100%;
		bottom: 0;
		top: auto;
		margin-right: 0;
	}

	.section-form {
		padding: 30px 0 60px;
	}
	.certificates .swiper-button {
	    display: none;
	}
}

@media only screen and (max-width: 769px) {
	.swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0px;
	}

	.tit p {
		max-width: 100%;
	}

	.aboutus {
		display: block;
	}

	.news-list {
		margin: 15px 5px;
	}

	.aboutus-tit,
	.about-img {
		width: 100%;
	}

	.news-list .title {
		font-size: 1.1rem;
	}

	.home-ban-mask .banner-title {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 24px;

	}

	.home-ban-mask p {
		font-size: 14px;
		margin-top: 30px;
	}

	.home-ban-mask .btn {
		padding: 8px 10px;
		font-size: 12px;
	}

	.categories-list {
		flex-wrap: wrap;
	}

	.categories-box,
	.categories-box.hover {
		width: 48%;
		MARGIN: 1%;
	}

	.cate_title {
		font-size: 16px;
	}

	.aboutus .wd1600 {
		flex-wrap: wrap;
	}

	.aboutus_txt {
		width: 100%;
		padding: 0;

	}

	.aboutus_txt .tit {
		padding-top: 0;
	}

	.products-item .products-list {
		width: 92%;
		margin: 0 4%;
	}

	.products .txtBox {}

	.products .txtBox .proTitle {
		font-size: 1rem;
		padding: 0;
		margin-bottom: 4px;
	}

	.ab_tit {
		position: relative;
		padding-bottom: 0px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 0.8rem;
	}

	.bottom_btndiv {
		padding: 20px;
	}

	.news-list .cont,
	.news-list .time {
		margin-bottom: 16px;
	}

	.groups-video .video-intro-play {
		width: 60px;
	}

	.solutions .wd1600 {
		padding: 0px;
		width: 92%;
	}

	.solutions .solutions-list .item {
		width: 100%;
		padding: 10px;
	}
	.solutions .solutions-list .icon-img {
	    width: 80px;
	    height: 80px;
	}
	.solutions .solutions-list .title {
	    font-size: 14px;
	}
	.solutions .solutions-list .icon-img img {
	    width: 44px;
	}
	.advantages_list .item {
		width: 100%;
		text-align: center;
	}

	.advantages_list {
		padding: 24px 0 0;
	}

	.solutions .solutions-list {
		margin-top: 0;
	}

	.customer .tit {
		position: relative;
		padding: 0;
	}

	.customer .wd1600 .swiper {
		padding-top: 64px;
	}

	.customer .wd1600 .swiper-button {
		top: 24px;
	}

	.logo_list img {
		max-height: 30px;
		margin: 10px;
	}

	.customer-item {
		flex-wrap: wrap;
	}

	.customer .customer-list {
		width: 100%;
		margin: 10px 0;
	}

	.section-form .wd1600 {
		flex-wrap: wrap;
	}

	.section-form .tit {
		width: 100%;
		padding: 20px 0;
	}

	.section-form .form {
		width: 100%;
		padding: 20px;
	}
	.section-form .inquiryForm .btn {
	    margin: 0 auto;
	}
	.solutions {
	    padding-bottom: 30px;
	}
	.about-img img {
		    width: 337px;
	}
}