.company-file{
	background: #e8e8f2 url(../images/earth.png) no-repeat center/auto;
}
.company-file .desc{
	line-height: 1.6;
}
.company-file .numbers{
	display: flex;
}
.company-file .numbers .item{
	width: 25%;
	text-align: center;
}
.company-file .numbers .item b{
	font-weight: bold;
	background: linear-gradient(to right, #6f35e2, #7f52e3);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: arial;
	line-height: 1;
}
.company-file .numbers .item p{
	line-height: 1.5;
}
.solutions{
	display: flex;
	justify-content: space-between;
}
.solutions .item{
	color: white;
	overflow: hidden;
	width: 24%;
	position: relative;
}
.solutions .item:nth-child(1n){
	background: #574a3c;
}
.solutions .item:nth-child(2n){
	background: #8cb5de;
}
.solutions .item:nth-child(3n){
	background: #b7b1b8;
}
.solutions .item:nth-child(4n){
	background: linear-gradient(to bottom, #7b7d80, #bbb6b4, #0d0c0c);
}
.solutions .item img{
	display: block;
	width: 100%;
	height: auto;
	transition: all .2s ease-in-out;
}
.solutions .item.on img{
	filter: blur(30px);
}
.solutions .item .wrap{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	padding: .3rem;
}
.solutions .item .title{
	line-height: 1.5;
}
.solutions .item p{
	line-height: 1.3;
}
.solutions .item ul{
	z-index: 2;
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: .2rem;
	transition: all .2s ease-in-out;
}
.solutions .item ul p{
	line-height: 1.3;
	padding-left: 10px;
	position: relative;
}
.solutions .item ul p::before{
	content: ' ';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: .1rem;
	border-radius: 9px;
	background: white;
}
.solutions .item.on ul{
	bottom: 0;
}
.hang_h{ height:0.5rem;}


.service-guarantees{
	color: #fff;
	background: linear-gradient(#8053e5 0%,#6d31e4 100%);
}
.service-guarantees .autowidth{
	background: url(../images/earth2.png) no-repeat bottom/auto;

}
.services{
	display: flex;
	justify-content: space-between;
}
.services .item{
	width: 19%;
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    border-top: 1px solid #dccff8;
}
.services .item div{
	line-height: 1.3;
}
.services .item p{
	opacity: 0.7;
}
.services .item img{
	width: 60px;
	object-fit: contain;
	transition: all 300ms;
}
.services .item:hover img{
	transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
	.solutions{
		flex-wrap: wrap;
	}
	.solutions .item li{
		font-size: .2rem;
	}
	.services{
		flex-wrap: wrap;
	}
	.solutions .item{
		margin-top: .2rem;
		width: 49.5%;
	}
	.services{
		padding: 0 0px;
	}
	.services .item{
		width: 30%;
		margin: 0 10%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.font10{
		font-size: 12px;
	}
	.solutions .item{
		width: 50%;
	}

	.services .item{
		width: 48%;
		margin: 0;
		margin-top: 20px;
		padding: 20px 0% 10px;
	}
	.services .item img{
		margin-top: 10px;
	}
	.hang_h{ height:0rem;}
}

@media screen and (max-width: 414px) {
	.services{
		padding: 0 15px;
	}
	.services .item{
		width: 45%;
		margin: 0;
		margin-top: 10px;
	}
	.hang_h{ height:0rem;}
}

/*20241126*/
@media screen and (max-width: 960px) {

	.solutions .item.on .wrap p{display:none;}
	.solutions .item img{height:7.5rem;object-fit:cover;}

}
.services .item div.con_height{height:1rem; line-height:1.3;}
@media screen and (max-width: 960px) {
.services .item div{height:calc(1.3 * .16rem * 4);}
.services .item div.con_height{height:1.3rem; line-height:1.3;}
}

/*20241211*/
.solutions .item.on .wrap{display:none;}

.solutions .item ul{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}

@media screen and (max-width:1180px){
	.solutions .item img{height:9rem;object-fit:cover;}
	.services .item div.con_height{height:2.3rem; line-height:1.3;}
}

@media screen and (max-width: 960px){
	.solutions .item img{height:auto;object-fit:cover;}
}
