* {
	margin: 0;
	padding: 0;
}
body{
	overflow: hidden;
}



.more_class{
	background: #006EFF;
	box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(0,48,112,0.2);
	width: fit-content;
	padding: 0.07rem 0.07rem 0.07rem 0.35rem;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.24rem;
	color: #FFFFFF;
	margin: 0.65rem auto 0;
	border-radius: 2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.more_class i{
	display: block;
	width: 0.89rem;
	height: 0.65rem;
	background: #001EA0 url(../img/more_icon.png) center no-repeat;
	background-size: auto;
	border-radius: 1rem;
	margin-left: 0.24rem;
	transition: all 0.5s;
}
.more_class:hover i{
	margin-left: 0.3rem;
}



.class_name{
	font-family:Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.54rem;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
}
.class_cont{
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-size: 0.3rem;
	color: #006EFF;
	text-align: center;
}




/* banner */
.banner{
	width: 100%;
	height: 100vh;
	max-height: 10.8rem;
	position: relative;
	overflow: hidden;
}
.banner .banner_item{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 16%;
}
.banner .banner_item>img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	z-index: -1;
}
.banner .banner_item .banner_txt{
	max-width: 15rem;
	width: 94%;
	margin: 0 auto;
}
.banner .banner_item .banner_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.82rem;
	color: #FFFFFF;
	line-height: 1.2;
	text-shadow: 0px 0px 0px rgba(12,100,145,0.16);
	text-transform: uppercase;
	transform: translateY(0.5rem);
	opacity: 0;
	transition: transform 0.5s, opacity 2s;
}
.banner .banner_item .banner_subtitle{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.42rem;
	color: #006EFF;
	line-height: 0.5rem;
	max-width: 6.78rem;
	text-transform: uppercase;
	transform: translateY(0.5rem);
	opacity: 0;
	transition: transform 1s, opacity 2s;
}
.banner .banner_item .banner_summary{
	font-family: Sans-Light;
	font-weight: 300;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 1.6;
	max-width: 5.91rem;
	margin-top: 0.46rem;
	margin-bottom: 0.39rem;
	transform: translateY(0.5rem);
	opacity: 0;
	transition: transform 1.5s, opacity 2s;
}
.banner .banner_item .banner_more{
	transform: translateY(0.6rem);
	opacity: 0;
	transition: transform 2s, opacity 2s;
	width: fit-content;
	padding: 0.16rem 0.8rem 0.16rem 0.25rem;
	border-radius: 0.27rem;
	border: 0.01rem solid #FFFFFF;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.15rem;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
}
.banner .banner_item .banner_more i{
	width: 0.59rem;
	height: 0.43rem;
	position: absolute;
	top: 0.07rem;
	right: 0.07rem;
	display: block;
	background: #006EFF url(../img/more_icon.png) center no-repeat;
	border-radius: 0.43rem;
}
.banner .banner_item .banner_more:hover{
	border: 0.01rem solid #006EFF;
	background: #006EFF;
	box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(0,48,112,0.2);
}
.banner .banner_item .banner_more i{
	background: #001EA0 url(../img/more_icon.png) center no-repeat;
}


.banner .banner_item.swiper-slide-active .banner_title,
.banner .banner_item.swiper-slide-active .banner_subtitle,
.banner .banner_item.swiper-slide-active .banner_summary,
.banner .banner_item.swiper-slide-active .banner_more{
	transform: translateY(0);
	opacity: 1;
}
.banner .swiper-pagination{
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.banner .swiper-pagination span{
	width: 1rem;
	height: 0.04rem;
	background: rgba(255,255,255,0.3);
	border-radius: 0;
	margin: 0 !important;
	opacity: 1;
	position: relative;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
	background: #006EFF;
}
.banner .index_bannericon{
    position: absolute;
    width: 0.24rem;
    height: 0.35rem;
    left: 50%;
    bottom: 0.26rem;
    z-index: 9;
    transform: translateX(-50%);
    opacity: 0.8;
    border-radius: 12px;
    border: 2px #fff solid;
}
.banner .index_bannericon:before {
    content: "";
    display: block;
    width: 2px;
    height: 9px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}
@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}









/* 内容1 */
.body1{
	background: #F8F8F8;
	padding: 0.33rem 0 0.48rem;
	box-sizing: border-box;
}
.body1 .main{
	display: flex;
	column-gap: 1.3rem;
}
.body1 .box1_item{
	 min-width: 20%; 
}
.body1 .box1_item .box1_icon{
	width: 1.05rem;
	height: 1.05rem;
	margin-bottom: 0.06rem;
}
.body1 .box1_item .box1_icon img{
    cursor: default;
}
.body1 .box1_item .box1_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.22rem;
	color: #000000;
}
.body1 .box1_item .box1_cont{
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 1.4;
	margin-top: 0.12rem;
}




/* 产品介绍 */
.product{
	padding: .72rem 0;
}
.product .product_box{
	margin-top: 0.59rem;
	display: flex;
	justify-content: space-between;
}
.product .product_box .product_fl{
	width: 8.9rem;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.16rem;
	row-gap: 0.16rem;
}
.product_fl .product_item{
	width: calc(50% - 0.08rem);
	height: 5.45rem;
	background: url(../litpic/product_bg2.jpg) center no-repeat;
	background-size: cover;
	border-radius: 0.15rem;
	padding-top: 0.44rem;
	padding-left: 0.52rem;
	position: relative;
	overflow: hidden;
}
.product_fl .product_item .product_img{
	max-width: 2.63rem;
	max-height: 1.69rem;
	bottom: 1.87rem;
	right: 0.15rem;
}
.product_fl .product_item:first-child{
	width: 100%;
	height: 4.25rem;
	padding-top: 0.48rem;
	padding-left: 0.52rem;
	background: url(../litpic/product_bg1.jpg) center no-repeat;
	background-size: cover;
}
.product_fl .product_item:first-child .product_img{
	width: 3.5rem;
	max-height: 1.27rem;
	bottom: 1.1rem;
	right: 0.52rem;
}
.product_fl .product_item:last-child{
	padding-left: 0.38rem;
}
.product .product_box .product_fr{
	width: 5.95rem;
}
.product_fr .product_item{
	width: 100%;
	height: 6.7rem;
	background: #919191;
	border-radius: 0.15rem;
	padding-left: 0.45rem;
	padding-top: 0.48rem;
	position: relative;
	overflow: hidden;
	background: url(../litpic/product_bg3.jpg) center no-repeat;
	background-size: cover;
}
.product_fr .product_item .product_img{
	max-width: 3.2rem;
	max-height: 2.46rem;
	bottom: 2rem;
	right: 0.82rem;
}
.product_fr .product_item:last-child{
	height: 2.98rem;
	padding-top: 0.33rem;
	margin-top: 0.16rem;
	background: url(../litpic/product_bg4.jpg) center no-repeat;
	background-size: cover;
}
.product_fr .product_item:last-child .product_img{
	max-width: 2.69rem;
	max-height: 1.64rem;
	bottom: 0.3rem;
	right: 0.61rem;
}



.product_item .product_title{
	font-family: Sans-SemiBold;
	font-weight: 600;
	font-size: 0.38rem;
	color: #006EFF;
	margin-bottom: 0.05rem;
}
.product_item .product_cont{
	font-family: Sans-Regular;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
}
.product_item .product_img{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_item .product_img img{
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.product_item .product_more{
	display: flex;
	align-items: center;
	column-gap: 0.13rem;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.2rem;
	color: #006FFF;
	position: absolute;
	bottom: -0.4rem;
	transition: all 0.5s;
	text-transform: uppercase;
}
.product_item .product_more i{
	display: block;
	width: 0.22rem;
	height: 0.22rem;
	background: url(../img/product_more.png) center no-repeat;
	background-size: contain;
}
.product_item:hover .product_more{
	bottom: 0.48rem;
}







/* 解决方案 */
.solutions{
	padding-top: 0.8rem;
}
.solutions .solu_box{
	margin-top: 0.74rem;
	position: relative;
	padding: 1.09rem 0 1.65rem 2.93rem;
	box-sizing: border-box;
}
.solutions .solu_box::before{
	content: "";
	position: absolute;
	width: 7.7rem;
	height: 7.54rem;
	background: #006EFF;
	left: -2.93rem;
	top: 0;
}
.solu_box .solu_item{
	width: 4.02rem;
	height: 4.8rem;
	background: url(../img/solu_bg.jpg) center no-repeat;
	background-size: cover;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
	border-radius: 0.15rem;
	padding: 0.7rem 0.47rem;
	box-sizing: border-box;
}
.solu_box .solu_item .solu_icon{
	width: 0.58rem;
	height: 0.58rem;
	margin-bottom: 0.08rem;
}
.solu_box .solu_item .solu_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.24rem;
	color: #006EFF;
}
.solu_box .solu_item .solu_cont{
	margin-top: 0.64rem;
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 1.6;
}
.solu_box .swiper-pagination{
	bottom: 0.7rem;
	width: fit-content;
	left: auto;
	right: 4.46rem;
}
.solu_box .swiper-pagination span{
	width: 0.5rem;
	height: 0.06rem;
	background: #ECECEC;
	opacity: 1;
	margin: 0 0.03rem !important;
	border-radius: 0;
}
.solu_box .swiper-pagination span.swiper-pagination-bullet-active{
	background: #006EFF;
}
.solu_box .swiper-button-next,
.solu_box .swiper-button-prev{
	width: 0.44rem;
	height: 0.44rem;
	border: 0.01rem solid #A8A8A8;
	border-radius: 50%;
	bottom: 0.57rem;
	top: auto;
}
.solu_box .swiper-button-next::after,
.solu_box .swiper-button-prev::after{
	font-size: 0.2rem;
	color: #A8A8A8;
}
.solu_box .swiper-button-next:hover,
.solu_box .swiper-button-prev:hover{
	background: #006EFF;
	border: 0.01rem solid #006EFF;
}
.solu_box .swiper-button-next:hover::after,
.solu_box .swiper-button-prev:hover::after{
	color: #fff;
}
.solu_box .swiper-button-next{
	left: auto;
	right: 2.93rem;
}
.solu_box .swiper-button-prev{
	right: 3.54rem;
	left: auto;
}








/* 案例研究 */
.case{
	padding: 1.45rem 0 1.6rem;
	box-sizing: border-box;
}
.case_box{
	margin-top: 0.6rem;
	position: relative;
	width: 100%;
	height: 8.7rem;
}
.case_box::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2.63rem;
	background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
	bottom: 0;
	z-index: 2;
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.case_box::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1.16rem;
	background: url(../img/case_bg.png) center no-repeat;
	background-size: contain;
	bottom: -0.79rem;
}
.case_box .case_max{
	width: 100%;
	height: 100%;
	border-radius: 0.2rem;
	overflow: hidden;
}
.case_box .content-slider{
	display: flex;
    height: 100%;
    transition: transform 0.3s ease;
}
.case_box .case_item{
	width: 100%;
	height: 100%;
	position: relative;
	flex: 0 0 100%;
	display: flex;
}
.case_box .case_min{
	position: absolute;
	width: calc(100% - 3.84rem);
	height: 1.35rem;
	bottom: 0.27rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.case_box .case_min .tab-wrapper{
	width: calc(100% - 1.42rem);
	overflow: hidden;
}
.case_box .case_min .tab-wrapper .tab-slider{
	display: flex;
	column-gap: 0.15rem;
	transition: transform 0.3s ease;
	will-change: transform;
}
.case_box .case_min .tab-slide{
	border-radius: 0.1rem;
	width: 2.32rem !important;
	height: 1.35rem;
	overflow: hidden;
	flex: 0 0 auto;
}
.case_box .case_min .tab-slide.active{
	border: 0.02rem solid #FFFFFF;
}
.case_box .case-next,
.case_box .case-prev{
	width: 0.44rem;
	height: 0.44rem;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case_box .case-next:hover,
.case_box .case-prev:hover{
	background: #006EFF;
}
.case_box .case-next img{
	width: auto;
	height: 0.17rem;
}
.case_box .case-prev img{
	width: auto;
	height: 0.17rem;
	transform: rotate(180deg);
}






/* 软件 */
.Software{
	background: #24314D;
	padding: 0.92rem 0;
	box-sizing: border-box;
}
.Software .class_name{
	color: #fff;
}
.Software_box{
	margin: 0.56rem auto 0;
	max-width: 11.2rem;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.2rem;
	row-gap: 0.2rem;
}
.Software_box .Software_item{
	width: 3.5rem;
	height: 3.5rem;
	background: #006EFF;
	border-radius: 0.1rem;
	padding: 0.42rem 0.3rem 0 0.38rem;
	box-sizing: border-box;
}
.Software_box .Software_item .Software_icon{
	width: 0.5rem;
	height: 0.5rem;
	margin: 0 auto 0.39rem;
}
.Software_box .Software_item .Software_icon img{
	filter: brightness(0) invert(1);
}
.Software_box .Software_item .Software_cont{
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 1.6;
}
.Software_box .Software_item:last-child{
	padding-top: 0.87rem;
}
.Software_box .Software_item .Software_more{
	width: 0.4rem;
	height: 0.4rem;
	margin: 0.3rem auto;
}







/* 关于我们 */
.about{
	padding: 0.89rem 0 1rem;
	box-sizing: border-box;
}
.about .about_box{
	display: flex;
	justify-content: space-between;
	column-gap: 1.28rem;
}
.about .class_name,
.about .class_cont{
	text-align: left;
}
.about .about_fl{
	width: 7.5rem;
}
.about .about_cont{
	margin-top: 0.89rem;
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 1.9;
}
.about .about_cont p,
.about .about_cont *{
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 1.9;
}
.about .about_fr{
	padding-top: 2rem;
	width: 6.22rem;
}
.about .about_fr .about_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.4rem;
	color: #006EFF;
	margin-bottom: 0.4rem;
}

.about .about_fr .about_list{
	width: 100%;
	display: flex;
	column-gap: 0.36rem;
	margin-bottom: 0.28rem;
}
.about .about_fr .about_list .about_icon{
	width: 0.35rem;
	height: 0.35rem;
}
.about .about_fr .about_list .about_txt{
	width: calc(100% - 0.71rem);
	padding-bottom: 0.22rem;
	border-bottom: 0.01rem solid #B5B5B5;
	position: relative;
}
.about .about_fr .about_list .about_txt::before{
	content: "";
	position: absolute;
	width: 0;
	left: 0;
	height: 0.01rem;
	bottom: -0.01rem;
	background: #006EFF;
	transition: all 0.5s;
}
.about .about_fr .about_list:hover .about_txt::before{
	width: 100%;
}
.about .about_fr .about_list .about_mintitle{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.24rem;
	color: #000000;
}
.about .about_fr .about_list .about_key{
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
}







@media only screen and (max-width: 1024px) {
	.banner .banner_item .banner_summary,.banner .banner_item .banner_more{
		font-size: 12px;
	}
	.banner .banner_item{
		padding-top: 25%;
	}
	.banner .banner_item .banner_more i{
		top: 50%;
    transform: translate(0,-50%);
	}
	.body1 .main{
		column-gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	.body1 .box1_item{
		flex: 0 0 48%;
	}
	.body1 .box1_item .box1_title{
		font-size: 14px;
	}
	.body1 .box1_item .box1_cont{
		font-size: 12px;
	}
	.product .product_box{
		display: block;
	}
	.product .product_box .product_fl{
		width: 100%;
	}
	.product .product_box .product_fr{
		width: 100%;
    margin-top: 0.2rem;
	}
	.product_item .product_cont,.product_item .product_more,.more_class{
		font-size: 12px;
	}
	.solu_box .swiper-pagination{
		left: 0rem;
    right: auto;
	}
	.solu_box .solu_item .solu_title{
		font-size: 14px;
	}
	.solu_box .solu_item .solu_cont{
		font-size: 12px;
	}
	.case_box{
		height: 4.7rem;
	}
	.case_box .case_min{
		width: 96%;
	}
	.Software_box{
		column-gap: 0;
    justify-content: space-between;
	}
	.Software_box .Software_item .Software_cont{
		font-size: 12px;
	}
	.about .about_box{
		display: block;
	}
	.about .about_fl{
		width: 100%;
	}
	.about .about_cont p, .about .about_cont *{
		font-size: 12px;
	}
	.about .about_fr{
		padding-top: 1rem;
    width: 100%;
	}
	.about .about_fr .about_list .about_mintitle{
		font-size: 14px;
	}
	.about .about_fr .about_list .about_key{
		font-size: 12px;
	}
}






