/* banner */
.jj-banner {
	width: 100%;
	height: 100vh;
	color: #fff;
}

.jj-banner h1 {
	font-size: var(--f60);


}

.jj-banner p {
	font-size: var(--f22);
	font-weight: lighter;
	margin-top: .8rem;
}

.jj-banner a {
	margin-left: 0;
	border-radius: 10rem;
	font-size: var(--f18);
	width: 11rem;
	margin-top: 4.6rem;
}

.jj-banner a:hover {
	color: unset;
}

.mbx {
	position: absolute;
	bottom: 2rem;
	right: 0;
}



/* 模式分类 */
.msfl .bg {
	height: 30rem;
	background-position: center center;
	color: #fff;
}

.msfl .item {
	flex: 1;
	text-align: center;
	position: relative;
	overflow: hidden;

}

.msfl .item .txt {
	z-index: 1;
}

.msfl .item.on::after {
	transform: translateY(0);
}

.msfl .item::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	transform: translateY(-100%);
	z-index: 0;
	transition: all .5s;
}

.msfl h1 {
	font-size: var(--f32);
}

.msfl p {
	font-size: var(--f16);
	line-height: 2;
	margin-top: 2rem;
}


/* 多场景应用 */
.dcjyy .list {
	height: 40rem;
}

.dcjyy .list .item {
	/*flex: 1;*/
	width: 30%;
	flex-grow: 1;
    flex-shrink: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 7rem;
	transition: all .5s;
}

.dcjyy .list .item:first-child {
	background-position: right;
	margin-right: -5rem;
	padding-left: 10rem;
	clip-path: polygon(0 0, calc(100% - 1rem) 0, calc(100% - 13rem) 100%, 0 100%);
}

.dcjyy .list .item:last-child {
	background-position: left;
	margin-left: -5rem;
	padding-left: 15rem;
	clip-path: polygon(12rem 0, 100% 0, 100% 100%, 0 100%);
}

.dcjyy .list .item.on{
    /*flex: 8;*/
    width: 70%;
}

.dcjyy .txt h1 {
	font-size: var(--f40);
	font-weight: 400;
}

.dcjyy .txt p {
	font-weight: 300;
	font-size: var(--f16);
	width: 33rem;
	text-align: justify;
	margin-top: 2rem;
	line-height: 1.8;
	opacity: 1;
	transition: all .5s;
}

.dcjyy .list .item.hidep .txt p{
    opacity: 0;
}

.dcjyy .txt .lx {
	display: flex;
	align-items: center;
	font-size: var(--f20);
	margin-top: 5rem;
}

.dcjyy .txt .lx .icon {
	background: rgba(255, 255, 255, .2);
	border-radius: 100%;
	width: 4rem;
	height: auto;
	aspect-ratio: 1/1;
	transform: rotate(-45deg);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	margin-right: .8rem;

}

.dcjyy .txt .lx .icon i {
	font-size: var(--f35);
}

.dcjyy .txt .lx:hover {
	color: unset;
}

.dcjyy .txt .lx:hover .icon {
	background: var(--themeColor);
}



/* 核心优势 */
.hxys {
	position: relative;
}

.hxys .slide-for {
	height: 50rem;
}

.hxys .slide-for .li .wp {
	color: #fff;
	position: relative;
}

.hxys .slide-for .li p {
	position: absolute;
	width: 100%;
	bottom: 3rem;
	text-align: center;
	display: block;
}

.hxys .nav-slide {
	position: absolute;
	bottom: 8rem;
	color: #fff;

}

.hxys .slide-nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid rgba(255, 255, 255, .4);
}

.hxys .slide-nav .ico_tgl {
	width: 3rem;
	margin-right: .8rem;
}

.hxys .slide-nav li {
	display: flex;
	align-items: center;
	padding-bottom: 2rem;
	position: relative;
	cursor: pointer;
}

.hxys .slide-nav li::after {
	width: 0;
	height: 2px;
	content: '';
	display: block;
	background: var(--themeColor);
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
}

.hxys .slide-nav li.on::after,
.hxys .slide-nav li:hover::after {
	width: 100%;
}



/* 客户价值 */
.khjz .item {
	height: auto;
	aspect-ratio: 785/340;
	border-radius: 1rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.khjz .item .txt,
.khjz .item .txt-act {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 2rem 3rem 0;
	color: #fff;
	transition: all .5s;
}

.khjz .item .txt .box,
.khjz .item .txt-act .box {
	position: absolute;
	bottom: 2.2rem;
	width: 100%;
	overflow: hidden;
}

.khjz .item .txt .box img {
	width: 2.5rem;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.khjz .item .txt .box p {
	font-size: var(--f24);
	margin-top: 1rem;
}

.khjz .item .txt-act {
	opacity: 0;
	visibility: hidden;
}

.khjz .item .txt-act h1 {
	font-size: var(--f24);
	font-weight: normal;
}

.khjz .item .txt-act p {
	width: 100%;
	font-size: var(--f15);
	margin-top: 1rem;
}

.khjz .item .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s;
}

.khjz .item:hover .txt {
	opacity: 0;
	visibility: hidden;
}

.khjz .item:hover .txt-act {
	opacity: 1;
	visibility: visible;
}

.khjz .item:hover .bg {
	filter: blur(0.5rem);
}

.khjz .grid {
	gap: 1.6rem;
}


/* 相关产品 */
.xgcp {
	background: #f3f3f3;
}



/* 服务流程 */
.fuwu .s_tt h1 {
	font-size: var(--f45);
	color: #292929;
	font-weight: normal;
}

.fuwu .s_tt p {
	font-size: var(--f18);
	color: #292929;
	margin-top: .8rem;
	margin-bottom: 2rem;
}

.fuwu .cont {
	background: #f3f3f3;
}

.fuwu .cont .top-bg {
	height: auto;
	width: 100%;
	aspect-ratio: 1920/570;
}

.fuwu .lc-card {
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
	margin-top: -9rem;
	position: relative;
}

.fuwu .lc-card .card-nav {
	padding: 5rem 4rem 3rem;
}

.fuwu .lc-card .slide-nav-jiejue {
	display: flex;
	justify-content: space-around;
}
.fuwu .lc-card .slide-nav-jiejue .item{
	cursor: pointer;
	position: relative;
	padding-bottom: 1.4rem;
}

.fuwu .lc-card .slide-nav-jiejue .item::after{
	position: absolute;
	bottom: 0;
	content: '';
	width: .4rem;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 100%;
	background: var(--themeColor);
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.fuwu .lc-card .slide-nav-jiejue .jt:last-child{
    display: none;
}

.fuwu .lc-card .slide-nav-jiejue .jt i{
    font-size: var(--f30);
    margin-top: 3rem;
    color: var(--themeColor);
    display: block;
    transform: translateY(-50%);
}

.fuwu .lc-card .slide-nav-jiejue .item.on::after,
.fuwu .lc-card .slide-nav-jiejue .item:hover::after{
	opacity: 1;
}

.fuwu .lc-card .slide-nav-jiejue .icon {
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	width: 6rem;
	height: auto;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all .5s;
}

.fuwu .lc-card .slide-nav-jiejue .icon::after {
	content: '';
	display: block;
	border-radius: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	position: absolute;
	/* z-index: -1; */
	background: var(--themeColor);
	opacity: 0;


}

.fuwu .lc-card .slide-nav-jiejue .icon img {
	width: 40%;
	height: 40%;
	object-fit: contain;
	position: relative;
	z-index: 2;
	transition: all .5s;
}

.fuwu .lc-card .slide-nav-jiejue p {
	text-align: center;
	margin-top: 2rem;
	color: #292929;
	font-size: var(--f18);
}

.fuwu .lc-card .slide-nav-jiejue .item.on .icon,
.fuwu .lc-card .slide-nav-jiejue .item:hover .icon {
	background: var(--themeColor);
	border-color: var(--themeColor);
}

.fuwu .lc-card .slide-nav-jiejue .item.on .icon img,
.fuwu .lc-card .slide-nav-jiejue .item:hover .icon img {
	filter: var(--imgWhite);
}

.fuwu .lc-card .slide-nav-jiejue .item.on .icon::after,
.fuwu .lc-card .slide-nav-jiejue .item:hover .icon::after {
	width: 130%;
	opacity: .1;
}

.fuwu .slide-for-jiejue{
	height: 26rem;
}
.fuwu .slide-for-jiejue .item{
	width: 100%;
	height: 100%;
}
.fuwu .slide-for-jiejue .img-db{
	width: 60%;
	height: 100%;
}
.fuwu .slide-for-jiejue .txt{
	flex: 1;
	background: url(../images/bg11.png) no-repeat center/cover;
	color: #fff;
	padding: 0 4rem;
}
.fuwu .slide-for-jiejue .txt h2{
	font-size: var(--f30);
	font-family: 'pop-s-font';
}

.fuwu .slide-for-jiejue .txt h1{
	font-size: var(--f36);
	font-family: 'pop-s-font';
	margin-top: 1rem;
}

.fuwu .slide-for-jiejue .txt p{
	font-size: var(--f18);
	line-height: 1.8;
	margin-top: 2rem;
}

.fuwu .switch-slide{
	position: absolute;
	display: flex;
	bottom: 15rem;
	right: 4rem;
	gap: 2rem;
}
.fuwu .switch-slide i{
	color: #fff;
	font-size: var(--f30);
	cursor: pointer;
}

.slide-for-jiejue {
	position: relative;
}

.slide-for-jiejue .li {
	position: relative;
	transition: .5s;
	opacity: 1;
	visibility: visible;
	/* display: block; */
}

.slide-for-jiejue .li.hide {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	/* display: none; */
}

.slide-for-jiejue .li+.li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 100%; */
}

/* 成功案例 */
.sucal{
	background: #f4f4f4;
}
.sucal .swiper-slide{
	width: 30%;
	display: block;
}
.sucal .item{
	display: block;
	border-bottom: 1px solid #dedede;
	position: relative;
	padding-bottom: 1rem;
}
.sucal .item::after{
	position: absolute;
	content: '';
	bottom: -1px;
	width: 0;
	left: 0;
	height: 2px;
	display: block;
	background: var(--themeColor);
}
.sucal .item:hover::after{
	width: 100%;
}
.sucal .item .img-db{
	width: 100%;
	height: auto;
	aspect-ratio: 500/300;
}
.sucal .item:hover{
	color: unset;
}
.sucal .item .txt{
	padding: 1.6rem;
}
.sucal .item .txt h2{
	font-size: var(--f20);
	color: #292929;
}
.sucal .item .txt p{
	color: #414141;
	font-size: var(--f16);
	font-weight: 300;
	margin-top: .6rem;
}
.sucal .item .txt .btns{
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
}
.sucal .item .txt .flexjs{
	gap: 1rem;
	margin-top: 1rem;
}
.sucal .item .txt .btns div{
	background: var(--themeColor);
	color: #fff;
	padding: .2rem .4rem;
	border-radius: .4rem;
	font-size: var(--f16);
}
.sucal .item .txt .btns div:nth-child(even){
	background: #5d5c5b;
}
.sucal .item .txt .mx{
	color: #414141;
	opacity: .7;
	font-size: var(--f16);
}
.sucal .item .txt i{
	color: #414141;
	opacity: .7;
	font-size: var(--f18);
}
.sucal .swiper-pagination-bullet{
	width: 2rem;
	height: .2rem;
	border-radius: 0;
	--swiper-pagination-bullet-horizontal-gap:.6rem;
}
.sucal .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--themeColor);
}

.sucal .caozuo{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
.sucal .caozuo i{
	font-size: var(--f30);
	transition: all .5s;
	cursor: pointer;
	color: #2c2c2c;
}
.sucal .caozuo i:hover{
	color: var(--themeColor);
}
.sucal .caozuo i.swiper-button-disabled{
	opacity: .5;
}
.sucal .caozuo .pagination{
	width: auto;
	display: flex;
	align-items: center;
} 



/* 联系我们 */
.lxwm{
	width: 100%;
	height: auto;
	aspect-ratio: 1909/576;
	position: relative;
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
}

.lxwm .cont{
	width: 36%;
	position: absolute;
	bottom: 6rem;
}
.lxwm .cont h1{
	font-size: var(--f36);
	color: #292929;
}
.lxwm .cont p{
	color: #292929;
	font-size: var(--f17);
	line-height: 2;
}
.lxwm .two{
	margin-top: 2rem;
	gap: 3rem;
}
.lxwm .two a{
	width: 24rem;
	border-radius: 10rem;
	color: #fff;
}
.lxwm .two a:hover{
	color: #fff;
}