.ban {
	position: relative;	overflow:hidden;
}

.ban img {
	width: 100%;
}
.ban .scanimg{	transition:transform 2s;transform:scale(1.5)}
.ban li {
    opacity:0;transition:all 1s;
	position: absolute;
	border: 2px solid #fff;
	padding: 10px 30px;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 0;
	left: 0;
	border-radius: 40px;
	font-weight: bold;
	user-select: none;
	color: #fff;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .3);
}
.ban li span{
	display: inline-block;
	vertical-align: middle;
}
.ban li:hover{
	background-color: #fff;
	border-color: var(--color);
	color: var(--color);
}
.ban li:hover::before{
	border-color: var(--color);
}
.ban li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	margin-right: 15px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.ban li:nth-child(1) {
	top: 75%;
	left: 58%;
}

.ban li:nth-child(2) {
	top: 58%;
	left: 45%;
}

.ban li:nth-child(3) {
	top: 45%;
	left: 30%;
}

.ban li:nth-child(4) {
	top: 43%;
	left: 51%;
}

.ban li:nth-child(5) {
	top: 33%;
	left: 58%;
}

.ban li:nth-child(6) {
	top: 70%;
	left: 30%;
}

.ban li:nth-child(7) {
	top: 69%;
	left: 68%;
}
.sodetails{
	position: absolute;
	z-index: 200;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
}
.items{
	height: 100%;
	width: 100%;
	display: none;
}
.items img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itemsdetail{
	position: absolute;
	top:50%;
	left: 60%;
	transform: translateY(-50%);
	width: 30%;
}
.itemsdetail > p{
	font-size: 50px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 30px;
}
.descontent{
	background-color: #fff;
	padding: 60px 30px;
	border-radius: 10px;
}
.descontent p:nth-child(1){
	font-size: 26px;
	font-weight: bold;
	color: var(--color);
}
.descontent p:nth-child(n+2){
	margin-top: 30px;
	line-height:1.5;
	font-size: 17px;
	letter-spacing: 2px;
}
.sodetails{
	display: none;
}
.sodetails > img{
	position: absolute;
	top:120px;
	left: 120px;
	height: 50px;
	width: auto;
	cursor: pointer;
}
.contact{
	text-align: center;
	padding: 100px;
}
.contact > div{
	position: relative;
}
.contact img{
	width: 100%;
}
.concontent{
	position: absolute;
	top:25%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}
.concontent p{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.concontent  a{
	padding: 15px 50px;
	line-height: 1;
	margin-top: 30px;
	background-color: #000;
	color:#fff;
	border: none;
	display: inline-block;
	cursor: pointer;
}
.space{
	background-color: #F7F7F7;
	padding: 90px 0;
}
.spacetype{
	margin: 70px 0;
	display: flex;
	justify-content: center;
}
.spacetype li{
	font-size: 24px;
	font-weight: bold;
	color:#666;
	margin: 0 45px;
	cursor: pointer;
	position: relative;
}
.spacetype li::before{
	content: '';
	display: none;
	position: absolute;
	bottom: -10px;
	height: 4px;
	width: 100%;
	background-color:var(--color);
}
.spacetype li.spaceactive{
	color:var(--color);
}
.spacetype li.spaceactive::before{
	display:block;
}
.spacedetail li > div{
	background-color: #fff;
	padding: 30px;
	display: flex;
	align-items:center;
}
.spacedetail .swiper-container{
	width: 60%;
}
.spacedetail .swiper-slide img{
width:100%}

.prevnext span{
position:absolute;
top:50%;
transform:translateY(-50%);
height:40px;
width:40px;
display:flex;
box-shadow:0 0 10px #ccc;
z-index:10;
justify-content: center;
align-items: center;
background:#fff;
border-radius:50%;
font-size:30px;
cursor:pointer;
}

.prevnext span:nth-child(1){left:15px;}
.prevnext span:nth-child(2){right:15px;}
.detaill{
	width: 40%;
	padding-right: 60px;
}
.detaill p:nth-child(2){
	font-size: 39px;
	font-weight: bold;
}
.detaill p:nth-child(3){
	font-size: 39px;
	font-weight: bold;
}
.detaill b{
	margin: 10px 0;
	display: block;
	position: relative;
	padding-left: 20px;
}
.detaill b::before{
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #000;
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.spacedetail li:nth-child(n+2){
	display: none;
}
.conputedSince{
	padding-top: 90px;
}
.conputedSince > p{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}
.conputedSince ul{
	display: flex;
	overflow: hidden;
	height: 40vw;
}
.conputedSince ul li{
	width: 20%;
	transition: all .5s;
	position: relative;
}
.conputedSince ul li.sfqActive{
	width: 60%;
}
.conputedSince ul li.sfqActive img{
	width: 100%;
}
.conputedSince ul li img{
	width: auto;
	height: 100%;object-fit: cover;
}
.conputedSince ul li div{
	position: absolute;
	top:70%;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
	margin: 0 auto;
	color:#fff;
}
.conputedSince ul li div p:nth-child(1){
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.conputedSince ul li div p:nth-child(2){
	display: none;
}
.conputedSince ul li.sfqActive p:nth-child(2){
	display: block;
}
.sopro{
	padding: 90px 0;
}
.soprotop{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.soprotop p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.sopro ul{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.sopro ul li{
	width: calc((100% - 60px) / 3);
	margin-left: 30px;
	margin-bottom: 30px;
	background-color: #F9F9FB;
	padding: 30px;
	text-align: center;
}


.sopro li:hover{
	box-shadow: 0 0 10px #ccc;
}
.sopro li:hover p:nth-child(1){
	color: var(--color);
}


.sopro li:hover {
    transform: translateY(-5px);
}

.sopro li:hover a {
    box-shadow: 0 10px 25px rgba(25, 125, 195, 0.2);
    border: 1px solid rgba(25, 125, 195, 0.3);
}

.sopro li:hover div {
    border-top: 1px solid rgba(25, 125, 195, 0.2);
}


.sopro li:hover p:nth-child(1) {
    color: #197DC3;
}

.sopro li:hover p:nth-child(2) {
    letter-spacing: 0.5px;
    color: #1364a4;
}

.sopro li:hover p:nth-child(2):after {
    transform: translateX(3px);
}


.sopro ul li:nth-child(3n+1){
	margin-left: 0;
}
.sopro ul li img{
	width: 100%;
/*	height: 180px;*/
	object-fit: cover;
}
.sopro ul li p:nth-child(2){
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 20px 0 10px 0;
}
.sopro ul li p:nth-child(3){
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fz{
	padding: 100px 0;
	background: url('../img/solve/sobg.png') no-repeat;
	background-size: cover;
	background-position: center;
	color:#fff;
}
.fzl{
	flex:1;
}
.fz > div{
	display: flex;
	align-items: stretch;
}
.fz .com_tit p{
	color:#fff;
}
.fz ul{
	display: flex;
	flex-wrap: wrap;
}
.fz ul li{
	flex: 0 0 25%;
	margin-top: 100px;
	text-align: center;
}

.fzr {
	width: 230px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.fzr p{
	font-size: 22px;
}
.fzr img{
	width: 100%;
}
@media (max-width:768px) {
.ban{overflow-y:auto!important;overflow-x:hidden!important;}
.items{top:10vw;left:10vw;width:80%;}
	.ban li{padding:7px 12px;
position:static;transform:none;border-color:#666;font-size:14px;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
.ban ul{display:flex;flex-wrap:wrap;gap:15px;padding:15px;}
.ban li span{color:#666;font-size:14px;}
	.ban li::before{
		margin: 0;
		height: 8px;
		width: 8px;
background-color:#666
	}
	.sodetails > img{
		left: 15px;
		top:15px;
		height:30px;
	}
.items img {display:none;}
.sodetails > img.clsoeDetail{position:fixed;top:calc(75px + 10vw);right:calc(10vw + 15px);left:unset;z-index:999999;}
	.itemsdetail{
position:fixed;
		left: 10vw;
		top:calc(60px + 10vw);
		width: 80%;
max-height:calc(100vh - 20vw - 60px);
overflow-y:scroll;
border-radius:10px;
		padding: 15px;
		transform: none;
		background-color: #fff;
		box-shadow: 0 0 10px #ccc;
	}
	.itemsdetail > p{
		font-size: 20px;
		color:#000;
		margin-bottom: 10px;
	}
	.descontent{
		padding: 0;
	}
	.descontent p:nth-child(1){
		font-size: 18px;
	}
	.descontent p:nth-child(n+2){
		margin-top: 15px;
		font-size: 14px;
	}
	.contact{
		padding: 15px;
	}
	.concontent p{
		font-size: 18px;
	}
	.concontent button{
		padding: 10px 30px;
	}
	.concontent{
		top:50%;
	}
	.space{
		padding: 15px;
	}
	.spacetype{
		margin: 15px 0;
	}
	.spacetype li{
		margin: 0;
		font-size: 16px;
	}
	.spacetype li:nth-child(2){
		margin: 0 20px;
	}
	.spacetype li::before{
		height: 2px;
	}
	.spacedetail{
		margin-top:30px;
	}
	.spacedetail li > div{
		display: block;
		padding: 15px;
	}
	.detaill{
		width: 100%;
		padding: 0;
	}
	.spacedetail .swiper-container{
		width: 100%;
		margin-top: 15px;
	}
	.detaill p:nth-child(2){
		font-size: 20px;
		margin-top: 10px;
	}
	.detaill p:nth-child(3){
		font-size: 20px;
	}
	.conputedSince{
		padding: 15px;
	}
	.conputedSince > p{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.conputedSince ul{
		display: block;
		height: auto;
	}
	.conputedSince ul li{
		width: 100%!important;
	}
	.conputedSince ul li img{
		width: 100%;
		height: auto;
	}
	.conputedSince ul li div{
		left: 15px;
		bottom: 15px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		padding: 15px;
		text-align: center;
	}
	.conputedSince ul li div p:nth-child(1){
		font-size: 20px;
		margin-bottom: 15px;
	}
	.conputedSince ul li p:nth-child(2){
		font-size: 14px;
		display: block!important;
	}
	.sopro{
		padding: 15px;
	}
	.soprotop{
		display: block;
		text-align: center;
	}
	.soprotop p:nth-child(1){
		font-size: 20px;
	}
	.soprotop p:nth-child(2){
		font-size: 14px;
		margin-top: 10px;
	}
	.sopro ul{
		margin-top: 15px;
	}
	.sopro ul li{
		width: calc((100% - 15px) / 2);
		margin: 15px 0 0 15px!important;
		padding: 15px;
	}
	.sopro ul li:nth-child(2n+1){
		margin-left: 0!important;
	}
	.sopro ul li img{
		height: 120px;
	}
	.sopro ul li p:nth-child(2){
		font-size: 15px;
		margin: 10px 0;
	}
	.fz{
		padding: 15px;
	}
	.fz > div{
		display: block;
	}
	.fz ul li{
		width: calc((100% - 30px) / 3);
		margin: 30px 0 0 15px;
		flex:none;
	}
	.fzl img{
		height: 45px;
	}
	.fz ul li:nth-child(3n+1){
		margin-left: 0;
	}
	.fzr{
		width: 100%;
		text-align: center;
	}
	.fzr img{
		width: 60%;
	}
	.fzr p{
		font-size: 18px;
		margin: 20px 0;
	}
}