html,
body {
	position: relative;
	height: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

#baseSwiper .base-home-container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 114px;
	overflow: hidden;
}

.base-home-container .section-title {
	font-size: 36px;
	color: #333333;
	line-height: 1.5;
	font-weight: bold;
}

.base-home-container .section-introduction {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 1.5;
	text-align: center;
	margin-top: 16px;
}


#baseSwiper>.swiper-pagination {
	left: 30px;
	width: 60px;
	top: calc(100% - 200px);
}

#baseSwiper>.swiper-pagination .swiper-pagination-bullet {
	padding: 4px 0;
	display: flex;
	align-items: center;
	min-width: 30px;
	background-color: unset;
	opacity: 1;

}

#baseSwiper>.swiper-pagination .swiper-pagination-bullet span {
	display: block;
	width: 30px;
	min-width: 30px;
	height: 1px;
	background-color: #999;
	opacity: 1;
	transition: .3s;
}

#baseSwiper>.swiper-pagination .swiper-pagination-bullet p {
	/* position: absolute; */
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
	margin-left: 10px;
}

#baseSwiper>.swiper-pagination .swiper-pagination-bullet-active span {
	width: 60px;
	min-width: 60px;
	background-color: #E70012;
	position: relative;
}

#baseSwiper>.swiper-pagination .swiper-pagination-bullet-active p {
	font-weight: bold;
	color: #E70012;
	white-space: nowrap;
}

#baseSwiper>.swiper-pagination .swiper-pagination-bullet-active.colorWhite span {
	background-color: #fff;
}

#baseSwiper>.swiper-pagination .swiper-pagination-bullet-active.colorWhite p {
	color: #fff;
}

.home-banner {
	width: 100%;
	height: 100%;
}

.home-banner .homeBannerSwiper {
	width: 100%;
	overflow: hidden;
}

.home-banner .homeBannerSwiper .swiper-slide {
	overflow: hidden;
}

.home-banner .img-b {
	display: block;
	height: 100%;
	width: auto;
	max-width: unset;
	vertical-align: top;
}


.home-banner .img-s {
	display: none;
	vertical-align: top;
}

.home-banner .homeBannerSwiper .swiper-banner-pagination {
	bottom: 40px;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 10;
}

.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 1;
	width: 16px;
	height: 16px;
}

.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active {
	background: none;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 1;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	position: relative;
}

.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: unset;
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
	border-radius: 14px;
}

.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active-next,
.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active-prev {
	transform: scale(1);
	position: relative;
	background-color: rgba(0, 0, 0, 0.3);
}

.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active-next::after,
.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active-prev::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-radius: 8px;
}


.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active-next-next,
.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active-prev-prev {
	transform: scale(1);
	position: relative;
	background-color: rgba(0, 0, 0, 0.3);
}


.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active-next-next::after,
.home-banner .homeBannerSwiper .swiper-banner-pagination .swiper-pagination-bullet-active-prev-prev::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 6px;

}

.homeBannerSwiper .base-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.homeBannerSwiper .base-container .text-p {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	text-align: left;
	flex-direction: column;
	justify-content: center;
}

.homeBannerSwiper .base-container .text-p h3 {
	font-size: 60px;
	color: #fff;
	line-height: 1.5;
	text-shadow: -2px 2px 3px rgba(46, 11, 3, 0.57);
}

.homeBannerSwiper .base-container .text-p span {
	display: block;
	width: 60px;
	height: 6px;
	margin: 48px 0;
	background-color: #fff;
}

.homeBannerSwiper .base-container .text-p p {
	font-size: 36px;
	color: #fff;
	text-shadow: -2px 2px 3px rgba(46, 11, 3, 0.57);
}

.homeBannerSwiper .base-container .text-p div {
	width: 300px;
	height: 74px;
	border: 1px solid #fff;
	line-height: 74px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-top: 80px;
}

.homeBannerSwiper .base-container .cases{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 180px;
	padding-bottom: 80px;
	box-sizing: border-box;
}

.homeBannerSwiper .base-container .cases .btm-ls{
	display: flex;
	justify-content: space-between;
}

.homeBannerSwiper .base-container .cases .text-t h3{
	font-size: 60px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.homeBannerSwiper .base-container .cases .text-t p{
	font-size: 36px;
	color: #FFFFFF;
}

.homeBannerSwiper .base-container .cases .btm-ls a{
	width: calc(16.66% - 10px);
}
.homeBannerSwiper .base-container .cases .btm-ls a p{
	color: #fff;
	font-size: 21px;
	margin-top: 18px;
}




.fk-history {
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 50px;
}

.fk-history .history-item1 {
	display: flex;
	position: relative;

}

.fk-history .history-item1 img {
	max-width: 370px;
	margin-right: 45px;
}

.fk-history .history-item1 .history-item-cont1 {
	max-width: 465px;
	text-align: left;
	padding-left: 24px;
	font-size: 14px;
	line-height: 1.5;
}

.fk-history .history-item1 .history-item-cont1 span {
	display: inline-block;
	font-size: 24px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 24px;
}

.ml45 {
	margin-left: 45px;
}



.swiper-container-son-two {
	margin-bottom: 36px;
}

.swiper-container-son-two .my-swiper-but {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.swiper-container-son-two .my-swiper-but .history-active {
	display: none;
}

.swiper-container-son-two .my-swiper-but p {
	font-size: 16px;
	margin-top: 16px;
}

.swiper-container-son-two .swiper-slide:first-child .history {
	display: none;
}

.swiper-container-son-two .swiper-slide:first-child .history-active {
	display: block;
}



.fk-history .history-item2 {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
}

.fk-history .history-item2 img {
	max-width: 370px;
	width: 100%;
}

.fk-history .history-item2 .history-item-cont-box {
	width: calc(33.3% - 30px);
}

.fk-history .history-item2 .history-item-cont-box .history-cont-cont {
	padding-left: 24px;
	box-sizing: border-box;
}

.fk-history .history-item2 .history-item-cont-box span {
	display: block;
	text-align: left;
	font-size: 24px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 24px;
}

.fk-history .history-item2 .history-item-cont-box li {
	font-size: 14px;
	color: #333333;
	text-align: left;
}

.swiper-button-next,
.swiper-button-prev {
	top: unset;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	color: #BFBFBF;

}

.swiper-button-prev {
	left: -50px;
}

.swiper-button-next {
	right: -50px;
}

.swiper-button-prev i,
.swiper-button-next i {
	font-size: 34px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: '';
}


.home-product-ls {
	display: grid;
	/* grid-template-columns: 35.5% 1fr 1fr; */
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	margin-top: 48px;
}

.home-product-ls .home-product {
	position: relative;
	overflow: hidden;
}

.home-product-ls .home-product .tag {
	max-width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.home-product-ls .home-product .product-img {
	width: 100%;
	transition: .3s;
}

.home-product-ls .home-product .img-sm {
	display: none;
}

.home-product-ls .home-product:nth-child(1) {
	grid-row: span 2;
}

.home-product-ls .home-product .h-p-t {
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.home-product-ls .home-product .h-p-t.lb {
	left: 12px;
	bottom: 12px;
	top: unset;
	text-align: left;
}

.home-product-ls .home-product .h-p-t h3 {
	font-size: 16px;
}

.home-product-ls .home-product .h-p-t p {
	font-size: 14px;
	margin-top: 8px;
}

.home-product-ls .h-p-btn {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	width: 180px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border-radius: 34px;
	border: 1px solid #fff;
	transition: .3s;
	font-size: 14px;
}




/* 解决方案 */
#baseSwiper .base-home-container.full-screen-swiper {
	max-width: 100%;
}

.full-screen-swiper h2 {
	font-size: 36px;
}

.full-screen-swiper .homeSolutionSwiper {
	height: auto;
	margin-top: 48px;
}

.full-screen-swiper .homeSolutionSwiper a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.full-screen-swiper .homeSolutionSwiper a .solution-swiper-p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 94px;
}

.full-screen-swiper .homeSolutionSwiper a img {
	width: 100%;
	transition: .3s;
}



.swiper-solution-pagination,
.swiper-news-pagination {
	margin-top: 60px;
}

.swiper-solution-pagination .swiper-pagination-bullet,
.swiper-news-pagination .swiper-pagination-bullet,
.swiper-service-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	background-color: #000;
	border-radius: unset;
	opacity: 0.2;
	transition: .3s;
	border-radius: 2px;
}

.swiper-solution-pagination .swiper-pagination-bullet-active,
.swiper-news-pagination .swiper-pagination-bullet-active,
.swiper-service-pagination .swiper-pagination-bullet-active {
	background-color: #E70012;
	opacity: 1;
	width: 24px;
}

.full-screen-swiper .show-solution-List {
	margin-top: 80px;
}

.full-screen-swiper .show-solution-List h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}

.full-screen-swiper .show-solution-List p {
	margin-top: 24px;
	margin-bottom: 48px;
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	max-width: 920px;
}

.full-screen-swiper .show-solution-List .show-solution-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.full-screen-swiper .show-solution-List .solution-btn {
	display: flex;
	align-items: center;
}

.full-screen-swiper .show-solution-List .solution-btn .solution-btn-more {
	width: 180px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	border: 1px solid #333333;
	color: #333333;
	transition: .3s;
	margin-right: 60px;
}

.full-screen-swiper .show-solution-List .solution-btn .solution-btn-connect {
	width: 180px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px 34px 34px 34px;
	border: 1px solid #E70012;
	color: #E70012;
	transition: .3s;
}

.full-screen-swiper .show-solution-List .show-solution-box {
	display: none;
}

.full-screen-swiper .show-solution-List .show-solution-box.show {
	display: flex;
}

/* 行业案例 */
.full-screen-swiper.home-cases {
	width: 100%;
	background: url('../img/home/cases-bg.jpg') no-repeat center top;
	background-size: auto 100%;
}

.full-screen-swiper.home-cases h2 {
	color: #fff;
}

.home-cases .home-cases-list {
	max-width: 1200px;
	margin: auto;
	margin-top: 48px;
}

.home-big-cases {
	display: flex;
	align-items: stretch;
	margin-bottom: 24px;
}

.home-big-cases .img-box {
	width: calc(66.6%);
	overflow: hidden;
}

.home-big-cases .img-box img {
	width: 100%;
	transition: .3s;
}

.home-big-cases .cases-cont {
	width: calc(33.4%);
	background-color: #fff;
	padding: 24px;
	padding-top: 72px;
	box-sizing: border-box;
}

.home-big-cases .cases-cont h3 {
	font-size: 24px;
	color: #333333;
	line-height: 1.2;
	text-align: left;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-big-cases .cases-cont p {
	margin-top: 24px;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.home-big-cases .cases-cont span {
	color: #E70012;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;

}


.home-big-cases .cases-cont .more {
	margin-top: 36px;
	text-align: right;
}


.home-cases .cases-ls {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-cases .cases-ls .cases-item {
	width: calc(33% - 12px);
}

.home-cases .cases-ls .cases-item .img-box {
	overflow: hidden;
}

.home-cases .cases-ls .cases-item .img-box img {
	transition: .3s;
	width: 100%;
}


.home-cases .cases-ls .cases-item .cases-tit {
	width: 100%;
	padding: 18px 16px;
	background-color: #fff;
	box-sizing: border-box;
}

.home-cases .cases-ls .cases-item .cases-tit p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}

/* 首页新闻 */
.home-news-tab-ls {
	margin: 48px 0;
	display: flex;
	justify-content: flex-end;
}

.home-news-tab-ls span {
	margin-left: 24px;
	font-size: 14px;
	line-height: 1.5;
	transition: .3s;
	cursor: pointer;
}

.home-news-tab-ls span.show {
	font-weight: bold;
	color: #E70012;
}


.home-news-ls .home-news-item span {
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	display: block;
	text-align: left;
	margin-bottom: 8px;
}

.home-news-ls .home-news-item h3 {
	font-weight: bold;
	font-size: 16px;
	height: 48px;
	line-height: 1.5;
	color: #333333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-news-ls .home-news-item p {
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-news-ls .home-news-item .img-box {
	width: 100%;
	overflow: hidden;
}

.home-news-ls .home-news-item img {
	width: 100%;
	transition: .3s;
}


.swp-ls {
	position: relative;
	width: 100%;
}

.home-news-ls {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	transform: scale(0.1);
	transform: translateX(80%);
	opacity: 0;
	transition: 1.5s;
}

.home-news-ls.show {
	z-index: 2;
	transform: scale(1);
	transform: translateX(0);
	opacity: 1;
	position: relative;
}


.home-news-btn {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.home-news-btn a {
	display: block;
	cursor: pointer;
	width: 180px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	transition: .3s;
}

.home-news-btn a.news-btn-more {
	border: 1px solid #333333;
	color: #333;
	margin-right: 60px;
}

.home-news-btn a.news-btn-connect {
	border: 1px solid #E70012;
	color: #E70012;
}

/* 关于我们 */
.home-about,
.home-btm-form {
	background: linear-gradient(180deg, #FFFFFF 50%, #C7D8F1 100%) !important;
}

.home-about .home-about-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.home-about .home-about-text h2 {
	font-weight: bold;
	font-size: 48px;
	line-height: 1.5;
	text-align: left;
	color: #333333;
}

.home-about .home-about-text span {
	font-weight: bold;
	font-size: 24px;
	color: #E70012;
	line-height: 1.5;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 36px;
}

.home-about .home-about-text p {
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	text-align: left;
}

.home-about .home-about-ls {
	margin-top: 100px;
	display: flex;

}

.home-about .home-about-ls .home-about-item {
	width: 25%;
	box-sizing: border-box;
	padding: 12px 16px;
	border-right: 1px solid #000000;
}

.home-about .home-about-ls .home-about-item:last-child {
	border: unset;
}

.home-about .home-about-ls .home-about-item span {
	font-weight: bold;
	font-size: 64px;
	line-height: 1.5;
	color: #E70012;
}

.home-about .home-about-ls .home-about-item p {
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	text-align: center;
}

.home-about .home-about-icon-ls {
	display: flex;
	align-items: self-start;
	justify-content: space-between;
	margin-top: 70px;
}

.home-about .home-about-icon-ls .home-about-icon-box {
	width: 25%;
	text-align: center;
}

.home-about .home-about-icon-ls .home-about-icon-box i {
	display: block;
	font-size: 36px;
	margin-bottom: 24px;
	color: #000000;
}

.home-about .home-about-icon-ls .home-about-icon-box p {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #333333;
}


/* 服务 */
#baseSwiper .home-service .home-service-base {
	position: relative;
	height: 100%;
	padding-top: 0;
}

.home-service .home-service-base .home-service-tit {
	position: absolute;
	left: 0;
	right: 0;
	top: 114px;
	z-index: 2;
}

.home-service .home-service-base .home-service-tit span {
	display: inline-block;
	width: 15px;
	height: 2px;
	background-color: #E70012;
	margin: 6px 0;
}

.home-service .home-service-base .home-service-tit p {
	font-size: 16px;
	color: #999999;
	text-align: center;
}

.home-service .home-service-base .home-service-swiper {
	height: 100%;
}

.home-service .home-service-base .home-service-swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 293px;
	padding-bottom: 100px;
	box-sizing: border-box;
	position: relative;
	transition: .3s;
}

.home-service .home-service-base .home-service-swiper .swiper-slide::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url('../img/home/home-service-bg.png') no-repeat center center;
	background-size: auto 100%;
	opacity: 0;
	transition: 1s;
}

.home-service .home-service-base .home-service-swiper .swiper-slide .img-box {
	width: 100%;
	padding: 0;
	transition: .3s;
	box-sizing: border-box;
	margin-bottom: 36px;
}

.home-service .home-service-base .home-service-swiper .swiper-slide .img-box img {
	width: 100%;
	max-width: 100%;
}

.home-service .home-service-base .home-service-swiper .swiper-slide .service-btn {
	display: none;
	width: 180px;
	background-color: #FFFFFF;
	color: #1861F4;
	box-shadow: 0px 1px 3px 0px #ADD6F7;
	border-radius: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	transition: .3s;
}

.home-service .home-service-base .home-service-cont h3 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #1861F4;
}

.home-service .home-service-base .home-service-cont p {
	font-size: 14px;
	line-height: 1.5;
	padding: 0 12px;
	margin-top: 24px;
	text-align: center;
	color: #333333;
}

.home-service .home-service-btn-sm {
	display: none;
}















@media (min-width:751px) {

	.swiper-button-next:hover,
	.swiper-button-prev:hover {
		color: #E70012;
	}

	.home-product-ls .home-product:hover .product-img {
		transform: scale(1.1);
	}

	.home-product-ls .home-product:first-child:hover .product-img {
		transform: scale(1);
	}

	.home-product-ls .home-product:hover .h-p-btn {
		background-color: #E70012;
		border: 1px solid #E70012;
	}

	.full-screen-swiper .homeSolutionSwiper a:hover img {
		transform: scale(1.1);
	}

	.full-screen-swiper .show-solution-List .solution-btn .solution-btn-more:hover {
		border: 1px solid #1861F4;
		color: #fff;
		background-color: #1861F4;
	}

	.full-screen-swiper .show-solution-List .solution-btn .solution-btn-connect:hover {
		border: 1px solid #E70012;
		color: #fff;
		background-color: #E70012;
	}

	.home-big-cases:hover .img-box img {
		transform: scale(1.1);
	}

	.home-cases .cases-ls .cases-item:hover .img-box img {
		transform: scale(1.1);
	}

	.home-news-tab-ls span:hover {
		font-weight: bold;
	}

	.home-news-ls .home-news-item:hover img {
		transform: scale(1.1);
	}

	.home-news-btn a.news-btn-more:hover {
		color: #fff;
		border: 1px solid #1861F4;
		background: #1861F4;
	}

	.home-news-btn a.news-btn-connect:hover {
		color: #fff;
		border: 1px solid #E70012;
		background: #E70012;
	}

	.home-service .home-service-base .home-service-swiper .swiper-slide:hover::after {
		opacity: 1;
	}

	.home-service .home-service-base .home-service-swiper .swiper-slide:hover .img-box {
		padding: 0 12px;
	}

	.home-service .home-service-base .home-service-swiper .swiper-slide .service-btn:hover {
		color: #FFFFFF;
		background-color: #1861F4;
	}

	.home-service .home-service-base .home-service-swiper .swiper-slide:hover .service-btn {
		display: block;
	}



	.fk-history .history-item1 {
		transform: translateY(100%);
		transition: 1s;
		opacity: 0;
	}
	.hidebox {
		transform: translateY(100%);
		transition: 1s;
		opacity: 0;
	}

	.animate {
		transform: translateY(0) !important;
		opacity: 1 !important;
	}

	.home-cases .cases-ls .cases-item:nth-child(1) {
		transform: translateY(100%);
		transition: 1s;
		opacity: 0;
	}

	.home-cases .cases-ls .cases-item:nth-child(2) {
		transform: translateY(100%);
		transition: 1.3s;
		opacity: 0;
	}

	.home-cases .cases-ls .cases-item:nth-child(3) {
		transform: translateY(100%);
		transition: 1.6s;
		opacity: 0;
	}

	.home-cases .cases-ls .cases-item.animate {
		transform: translateY(0);
		opacity: 1;
	}

}



@media (min-width:751px) and (max-width:1280px) {
	.home-service .home-service-base .swiper-service-pagination {
		position: absolute;
		bottom: 20px;
		z-index: 5;
	}

	#baseSwiper .base-home-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.fk-history .history-item1 img {
		margin-right: 24px;
	}

	.fk-history .history-item1 .history-item-cont1 span {
		margin-bottom: 12px;
	}

	.fk-history .history-item2 .history-item-cont-box {
		width: calc(33.3% - 12px);
	}

	.fk-history .history-item2 .history-item-cont-box span {
		margin-bottom: 14px;
	}

	.full-screen-swiper .homeSolutionSwiper a .solution-swiper-p {
		font-size: 24px;
		height: 62px;
	}

	.show-solution-List,
	.home-cases .home-cases-list {
		padding: 0 30px;
	}

	.home-big-cases .cases-cont {
		padding-top: 24px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.home-big-cases .cases-cont .more,
	.home-big-cases .cases-cont p {
		margin-top: 12px;
	}


	.home-about .home-about-text h2 {
		font-size: 36px;
	}

	.home-about .home-about-text span {
		font-size: 18px;
	}

	.home-about .home-about-ls .home-about-item span {
		font-size: 48px;
	}

	.homeBannerSwiper .base-container .cases .text-t h3{
		font-size: 48px;
	}
	.homeBannerSwiper .base-container .cases .btm-ls a{
		width: calc(20% - 10px);
	}
	.homeBannerSwiper .base-container .cases .btm-ls a:last-child{
		display: none;
	}
}

@media (min-width:751px) and (max-width:1000px) {
	.home-product-ls {
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}

	.home-product-ls .home-product .h-p-t {
		top: 12px;

	}

	.home-product-ls .home-product .h-p-t p {
		width: 80%;
		margin: auto;
	}

	.home-product-ls .home-product .tag {
		width: 45px;
	}

	.home-big-cases .cases-cont {
		padding: 12px;
	}

	.home-big-cases .cases-cont h3 {
		font-size: 18px;
	}

	.home-big-cases .cases-cont p {
		-webkit-line-clamp: 3;
	}


	.home-about .home-about-ls .home-about-item span {
		font-size: 36px;
	}

	.home-about .home-about-ls .home-about-item p {
		font-size: 14px;
	}

	.home-about .home-about-icon-ls .home-about-icon-box p {
		font-size: 14px;
	}
}



@media (max-width:750px) {
	.home-banner .img-b {
		display: none;
	}


	.home-banner .img-s {
		display: block;
		vertical-align: top;
	}


	.swiper-button-next,
	.swiper-button-prev {
		bottom: 12px;
	}

	#baseSwiper .base-home-container {
		max-width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
		padding-top: 80px;
	}

	#baseSwiper>.swiper-pagination {
		display: none;
	}

	.fk-history {
		justify-content: unset;
		padding-bottom: 0;
	}

	.fk-history .history-item1 img {
		display: none;
	}

	.fk-history .history-item2 img {
		display: none;
	}

	.fk-history .history-item1 {
		display: block;
	}

	.fk-history .history-item2 {
		display: block;
	}

	.fk-history .history-item2 .history-item-cont-box {
		width: 100%;
	}

	.fk-history .history-item1 .history-item-cont1 {
		font-size: 12px;

	}

	.fk-history .history-item2 .history-item-cont-box li {
		font-size: 12px;
	}

	.fk-history .history-item1 .history-item-cont1 span,
	.fk-history .history-item2 .history-item-cont-box span {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.base-home-container .section-introduction {
		display: none;
	}

	.base-home-container .section-title {
		font-size: 24px;
	}


	.home-product-ls {
		display: grid;
		/* grid-template-columns: 35.5% 1fr 1fr; */
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 12px;
		grid-row-gap: 15px;
		margin-top: 24px;
	}

	.home-product-ls .home-product .img-big {
		display: none;
	}

	.home-product-ls .home-product .img-sm {
		display: block;
	}

	.home-product-ls .home-product:nth-child(1) {
		grid-row: auto;
		grid-column: span 2;
	}

	.home-product-ls .h-p-btn {
		display: none;
	}

	.home-product-ls .home-product .tag {
		width: 35px;
	}

	.home-product-ls .home-product .h-p-t {
		top: 12px;
	}

	.home-product-ls .home-product .h-p-t h3 {
		font-size: 12px;
	}

	.home-product-ls .home-product .h-p-t p {
		font-size: 10px;
		margin-top: 4px;
	}

	.home-product-ls .home-product .h-p-t.lb {
		left: 6px;
		bottom: 0;
	}

	.swiper-container-son-two .my-swiper-but p {
		font-size: 14px;
	}



	.fk-history .history-item1 .history-item-cont1 span,
	.fk-history .history-item2 .history-item-cont-box span {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.fk-history .history-item2 .history-item-cont-box {
		margin-bottom: 8px;
	}

	.fk-history .history-item1 .history-item-cont1.ml45 {
		margin-left: 0;
	}

	#baseSwiper .base-home-container.full-screen-swiper {
		padding: 0;
		padding-top: 80px;

	}

	.full-screen-swiper h2 {
		font-size: 24px;
	}

	.full-screen-swiper .homeSolutionSwiper a .solution-swiper-p {
		font-size: 18px;
		height: 48px;
	}

	.full-screen-swiper .homeSolutionSwiper {
		margin-top: 24px;
	}

	.swiper-solution-pagination,
	.swiper-news-pagination {
		margin-top: 30px;
	}

	.full-screen-swiper .show-solution-List {
		margin-top: 40px;
	}

	.full-screen-swiper .show-solution-List p {
		margin-top: 12px;
		margin-bottom: 24px;
		font-size: 14px;
	}

	.full-screen-swiper .show-solution-List .show-solution-box {
		padding: 0 15px;
	}

	.full-screen-swiper .show-solution-List .solution-btn .solution-btn-more,
	.full-screen-swiper .show-solution-List .solution-btn .solution-btn-connect {
		width: unset;
		height: unset;
		line-height: unset;
		padding: 8px 36px;
		font-size: 14px;
		margin: 0 12px;
	}

	.home-cases .home-cases-list {
		margin-top: 24px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.home-big-cases {
		flex-direction: column;
		margin-bottom: 12px;
	}

	.home-big-cases .img-box {
		width: 100%;
	}

	.home-big-cases .cases-cont {
		width: 100%;
		padding: 12px;

	}

	.home-big-cases .cases-cont h3 {
		font-size: 15px;

	}

	.home-big-cases .cases-cont p {
		font-size: 12px;
		margin-top: 8px;
	}

	.home-big-cases .cases-cont .more {
		margin-top: 12px;
	}

	.home-cases .cases-ls .cases-item {
		width: calc(50% - 6px);
	}

	.home-cases .cases-ls .cases-item:last-child {
		display: none;
	}

	.home-cases .cases-ls .cases-item .cases-tit {
		padding: 8px 12px;
		font-weight: bold;
	}

	.home-cases .cases-ls .cases-item .cases-tit p {
		font-size: 12px;
		-webkit-line-clamp: 2;
	}


	.home-news-tab-ls {
		margin: 24px 0;
		justify-content: center;
	}

	.home-news-tab-ls span {
		margin: 0 6px;
	}

	.home-news-ls .home-news-item span {
		margin-bottom: 4px;
	}

	.home-news-ls .home-news-item .img-box {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.home-news-ls .home-news-item p {
		margin-top: 12px;
		font-size: 12px;
	}

	.home-news-ls .swiper-solution-pagination,
	.swiper-news-pagination {
		margin-top: 24px;
	}

	.home-news-btn {
		margin-top: 40px;
	}

	.home-news-btn a.news-btn-more,
	.home-news-btn a.news-btn-connect {
		width: unset;
		height: unset;
		line-height: unset;
		padding: 8px 36px;
		font-size: 14px;
		margin: 0 12px;
	}


	.home-about .home-about-text h2 {
		font-size: 24px;
	}

	.home-about .home-about-text span {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.home-about .home-about-text p {
		font-size: 14px;
	}

	.home-about .home-about-ls {
		margin-top: 0px;
		flex-wrap: wrap;
	}

	.home-about .home-about-ls .home-about-item {
		width: 50%;
		margin-top: 40px;
		padding: 0 16px;
	}

	.home-about .home-about-ls .home-about-item span {
		font-size: 32px;
	}

	.home-about .home-about-ls .home-about-item p {
		font-size: 12px;
	}

	.home-about .home-about-icon-ls {
		display: none;
	}

	.home-about .home-about-ls .home-about-item:nth-child(2) {
		border: unset;
	}


	.home-service .home-service-base .home-service-tit {
		top: 80px;
	}

	.home-service .home-service-base .home-service-tit span {
		display: none;
	}

	.home-service .home-service-base .home-service-tit p {
		display: none;
	}

	.home-service .home-service-base .home-service-swiper .swiper-slide {
		margin-top: 145px;
		padding: 12px;
		height: 400px;
		box-sizing: border-box;

	}

	.home-service .home-service-base .home-service-swiper {
		height: unset;

	}

	.home-service .home-service-base .home-service-swiper .swiper-wrapper {
		margin-bottom: 24px;
	}

	.home-service .home-service-base .home-service-swiper .swiper-slide .img-box {
		margin-bottom: 18px;
	}

	.home-service .home-service-base .home-service-cont p {
		font-size: 12px;
		margin-top: 12px;
		padding: 0;
	}

	#baseSwiper .home-service .home-service-base {
		background: url('../img/home/home-service-bg.png') no-repeat center center;
		background-size: 100% 100%;
	}

	.home-service .home-service-btn-sm {
		display: block;
		width: calc(100% - 45px);
		margin: auto;
		margin-top: 20px;
		padding: 12px 0;
		font-size: 12px;
		color: #1861F4;
		border-radius: 36px 36px 36px 36px;
		box-shadow: 0px 1px 3px 0px #ADD6F7;
		background: #FFFFFF;
	}

	.homeBannerSwiper .base-container{
		display: none;
	}

	.homeBannerSwiper .base-container.cases-box{
		display: block;
	}

	.homeBannerSwiper .base-container .cases{
		padding-top: 110px;
		padding-bottom: 40px;
	}
	.homeBannerSwiper .base-container .cases .text-t h3{
		font-size: 30px;
		margin-bottom: 12px;
	}
	.homeBannerSwiper .base-container .cases .text-t p{
		font-size: 18px;
	}
	.homeBannerSwiper .base-container .cases .btm-ls{
		flex-wrap: wrap;
	}
	.homeBannerSwiper .base-container .cases .btm-ls a{
		width: calc(33.33% - 6px);
	}
	.homeBannerSwiper .base-container .cases .btm-ls a p{
		font-size: 12px;
		margin-top: 6px;
	}
}