@import url("../css/header.css");
@import url("../css/foot.css");

:root {
	--base: #2388d6;
	--rp1600: 1600px;
	--rp1520: 1520px;
	--rp1440: 1440px;
	--rp1170: 1170px;
	--rp970: 970px;
	--rp750: 750px;
	--swiper-pagination-color: var(--base)
}

#section01 {
	background-color: #f5f5f5;
	padding: 20px 0;
	overflow: hidden
}

#section01 .itemBox1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff
}

#section01 .itemBox1 .item01 {
	width: auto;
	max-width: 200px
}

@media screen and (max-width: 1024px) {
	#section01 .itemBox1 .item01 {
		width: 100px
	}
}

#section01 .itemBox1 .item02 {
	width: 100%;
	padding: 0 2%;
	flex: 1;
	overflow: hidden
}

#section01 .itemBox1 .item02 .commslist ul {
	display: flex
}

#section01 .itemBox1 .item02 .commslist ul li {
	width: auto;
	display: flex;
	align-items: center
}

#section01 .itemBox1 .item02 .commslist ul li i {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	display: inline;
	border-radius: 50%;
	background-color: #83a9cd
}

@media screen and (max-width: 1024px) {
	#section01 .itemBox1 .item02 .commslist ul li {
		max-width: 100%
	}

	#section01 .itemBox1 .item02 .commslist ul li h5 {
		font-size: 12px
	}

	#section01 .itemBox1 .item02 .commslist ul li h5 a {
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical
	}
}

#section02 {
	background-color: #fff;
	padding: 5% 0;
	overflow: hidden
}

#section02 .itemBox2 {
	display: flex;
	justify-content: center;
	align-items: center
}

#section02 .item01,
#section02 .item02 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 48px
}

#section02 .item01_box1,
#section02 .item01_box2,
#section02 .item01_box3 {
	width: auto
}

#section02 .item01_box2 p {
	font-size: 14px;
	text-indent: 2em;
	line-height: 2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

#section02 .item01_box3 {
	width: 120px;
	height: 40px;
	border-color: #2388d6;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	transition: all .3s ease-out 0s;
	display: flex;
	justify-content: center;
	align-items: center
}

#section02 .item01_box3 a {
	font-size: 16px;
	color: #2388d6
}

#section02 .item01_box3:hover {
	background-color: #2388d6
}

#section02 .item01_box3:hover a {
	color: #fff
}

#section02 .item02 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-left: 5%
}

@media screen and (max-width: 1024px) {
	#section02 .itemBox2 {
		display: block;
		justify-content: space-between;
		align-items: center
	}

	#section02 .itemBox2 .item02 {
		margin: 50px 0 0 0
	}

	#section02 .itemBox2 .item02 img {
		width: 100%
	}
}

#section03 {
	/*background: #fff url("../img/icon/item3-1.jpg") no-repeat center;*/
	background-size: cover;
	padding: 5% 0;
	overflow: hidden
}

#section03 .itemBox3 {
	display: flex;
	justify-content: space-between;
	align-items: unset;
	gap: 30px
}

#section03 .itemBox3 .item01 {
	flex: 0 1 auto;
	min-width: fit-content;
	width: auto
}

#section03 .itemBox3 .item01 .commslist {
	width: 100%
}

#section03 .itemBox3 .item01 ul {
	display: flex;
	justify-content: unset;
	align-items: center;
	flex-direction: column;
	height: 100%
}

#section03 .itemBox3 .item01 ul li {
	height: 25%
}

#section03 .itemBox3 .item01 ul li h5 {
	font-size: 28px;
	color: #333333
}

#section03 .itemBox3 .item01 ul li.active h5,
#section03 .itemBox3 .item01 ul li:hover h5 {
	cursor: pointer;
	font-size: 36px;
	color: #2388d6;
	font-weight: bold;
	border-bottom: 4px solid #2388d6
}

#section03 .itemBox3 .item02 {
	width: auto;
	flex: 1 1 auto;
	max-width: 85%
}

#section03 .itemBox3 .item02 .commslist {
	width: 100%;
	overflow: hidden
}

#section03 .itemBox3 .item02 .commslist ul {
	width: 100%;
	height: auto
}

#section03 .itemBox3 .item02 .commslist ul li {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box1 {
	flex: auto;
	max-width: 35%
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box2 {
	flex: 0 1 auto;
	max-width: 62%;
	gap: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_01 h2 {
	font-size: 48px;
	color: #000
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_01 span {
	font-size: 28px;
	color: #333333
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_02 h5,
#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_03 h5 {
	font-size: 24px;
	color: #000
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_02 p,
#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_02 dt,
#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_03 p,
#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_03 dt {
	font-size: 16px;
	color: #333333
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_03 {
	width: 100%
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_03 dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_03 dl dt {
	flex: 1
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box3 {
	width: 100%
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box3 .item02_box3_01 {
	width: 120px;
	height: 40px;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	transition: all .3s ease-out 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box3 .item02_box3_01 a {
	font-size: 16px;
	color: #333
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box3 .item02_box3_01:hover {
	background-color: #2388d6
}

#section03 .itemBox3 .item02 .commslist ul li .item02_box3 .item02_box3_01:hover a {
	color: #fff
}

@media screen and (max-width: 1024px) {
	#section03 .itemBox3 {
		display: block
	}

	#section03 .itemBox3 .item01 {
		margin-bottom: 20px
	}

	#section03 .itemBox3 .item01 ul {
		flex-direction: row;
		gap: 30px;
	}

	#section03 .itemBox3 .item01 ul li,
	#section03 .itemBox3 .item01 ul li.active,
	#section03 .itemBox3 .item01 ul li:hover {
		width: auto
	}

	#section03 .itemBox3 .item01 ul li h5,
	#section03 .itemBox3 .item01 ul li.active h5,
	#section03 .itemBox3 .item01 ul li:hover h5 {
		text-align: center;
		font-size: 18px
	}

	#section03 .itemBox3 .item02 {
		max-width: 100%
	}

	#section03 .itemBox3 .item02 .commslist ul li {
		display: block
	}

	#section03 .itemBox3 .item02 .commslist ul li .item02_box1 {
		max-width: 100%;
		margin: 0 auto
	}

	#section03 .itemBox3 .item02 .commslist ul li .item02_box2 {
		margin: 0 auto;
		row-gap: 30px;
		max-width: 100%
	}

	#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_01 h2 {
		font-size: 18px
	}

	#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_01 span {
		font-size: 14px
	}

	#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_02 h5,
	#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_03 h5 {
		font-size: 14px
	}

	#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_02 p,
	#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_02 dt,
	#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_03 p,
	#section03 .itemBox3 .item02 .commslist ul li .item02_box2 .item02_box2_03 dt {
		font-size: 12px
	}

	#section03 .itemBox3 .item02 .commslist ul li .item02_box3 {
		margin-top: 5%
	}
}

#section04 {
	background-color: #fff;
	padding: 5% 0;
	overflow: hidden
}

#section04 .item01 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5%
}

#section04 .item02 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5%
}

#section04 .item02 ul li {
	flex: 0 1 auto;
	width: auto;
	max-width: calc((100% - 10%) / 3)
}

#section04 .item02 ul li .item02_01 {
	aspect-ratio: 16/9;
	overflow: hidden;
	width: 100;
	height: 100%
}

#section04 .item02 ul li .item02_01 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 1.2s ease;
	transform: scale(1)
}

#section04 .item02 ul li .item02_01 img:hover {
	transform: scale(1.1)
}

#section04 .item02 ul li .item02_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1% 0;
	border-bottom: solid 1px #e0e9f2;
	margin-bottom: 1%
}

#section04 .item02 ul li .item02_02 h5 {
	flex: 1;
	color: #000;
	font-size: 20px
}

#section04 .item02 ul li .item02_02 h5:hover {
	color: #2388d6
}

#section04 .item02 ul li .item02_02 span {
	flex: 0 1 auto;
	font-size: 16px;
	color: #999999;
	margin-left: 10px
}

#section04 .item02 ul li .item02_03 p {
	-webkit-line-clamp: 2;
	color: #999999
}

#section04 .item02 ul li .item02_04 {
	position: relative;
	transition: all 1.2s ease;
	transform: translateX(0)
}

#section04 .item02 ul li .item02_04 .icon-xiangyoujiantou:before {
	font-size: 40px;
	font-weight: 600;
	color: #666666
}

#section04 .item02 ul li .item02_04:hover {
	transform: translateX(10px)
}

#section04 .item02 ul li .item02_04:hover .icon-xiangyoujiantou:before {
	color: #2388d6
}

@media screen and (max-width: 1024px) {
	#section04 .item02 ul {
		flex-wrap: wrap;
		row-gap: 20px
	}

	#section04 .item02 ul li {
		max-width: 100%
	}

	#section04 .item02 ul li .item02_02 h5 {
		font-size: 16px
	}

	#section04 .item02 ul li .item02_04 {
		display: none
	}
}

#section04 .item03 {
	width: 120px;
	height: 40px;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	transition: all .3s ease-out 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 3%
}

#section04 .item03 a {
	font-size: 16px;
	color: #999
}

#section04 .item03:hover {
	background-color: #2388d6
}

#section04 .item03:hover a {
	color: #fff
}

#section04 .item03 a {
	font-size: 14px
}

#section05 {
	background: url("../img/icon/item5-1.jpg") center;
	background-size: cover;
	overflow: hidden;
	padding: -1% 0
}

#section05 .itemBox5 .commslist ul {
	display: flex;
	justify-content: unset;
	align-items: center;
	gap: 0px;
	background-size: auto 100%;
	/* padding: 2% 0; */
	position: relative;
	width: 100%;
}

.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 5902px;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

#section05 .itemBox5 .commslist ul::after {
	content: "";
	position: absolute;
	width: 9902px;
	height: 100%;
	left: 0;
	top: 0;
	/*background-image: url('../img/list/conds.jpg');*/
	background-repeat: repeat-x;
	background-size: auto 100%;
	z-index: 1;
}

#section05 .itemBox5 .commslist ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(0, 0, 0, .5);
	position: relative;
	z-index: 9;
	padding: 5.8% 0;
}

#section05 .itemBox5 .commslist ul li h5 {
	color: #fff;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	transition: all 0.2s ease
}

#section05 .itemBox5 .commslist ul li i {
	background: url("../img/icon/item5-2.png") center no-repeat;
	background-size: 100% auto;
	width: 100%;
	text-align: center;
	margin: 2% auto
}

#section05 .itemBox5 .commslist ul li a {
	padding: 2% 5%;
	transition: all 0.8s ease
}

#section05 .itemBox5 .commslist ul li a p {
	color: #fff;
	font-size: 14px;
	-webkit-line-clamp: 2;
	height: 64px
}

#section05 .itemBox5 .commslist ul li:hover h5 {
	font-size: 28px
}

#section05 .itemBox5 .commslist ul li:hover a {
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(1px)
}

#section06 {
	background-color: #fff;
	padding: 5% 0;
	overflow: hidden
}

#section06 .itemBox6 .item01 {
	display: flex;
	justify-content: center;
	align-items: center
}

#section06 .itemBox6 .item02 {
	margin-top: 3%
}

#section06 .itemBox6 .item02 dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 24px;
	grid-template-areas: 'design battery ' 'migration battery '
}

#section06 .itemBox6 .item02 dl dd {
	overflow: hidden;
	position: relative;
	transition: all 0.2s ease
}

#section06 .itemBox6 .item02 dl dd .item-cont {
	position: absolute;
	bottom: 15%;
	left: 10%;
	width: auto
}

#section06 .itemBox6 .item02 dl dd .item-cont h5 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 5%
}

#section06 .itemBox6 .item02 dl dd .item-cont span {
	width: 120px;
	height: 40px;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	transition: all .3s ease-out 0s;
	width: 100px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center
}

#section06 .itemBox6 .item02 dl dd .item-cont span a {
	font-size: 16px;
	color: #fff
}

#section06 .itemBox6 .item02 dl dd .item-cont span:hover {
	background-color: #2388d6
}

#section06 .itemBox6 .item02 dl dd .item-cont span:hover a {
	color: #fff
}

#section06 .itemBox6 .item02 dl dd .item-cont span a {
	font-size: 14px
}

#section06 .itemBox6 .item02 dl dd.row-50 img,
#section06 .itemBox6 .item02 dl dd.row-100 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s ease;
	transform: scale(1)
}

#section06 .itemBox6 .item02 dl dd:hover img {
	transform: scale(1.02)
}

#section06 .itemBox6 .item02 dl dd.design {
	grid-area: design
}

#section06 .itemBox6 .item02 dl dd.migration {
	grid-area: migration
}

#section06 .itemBox6 .item02 dl dd.battery {
	grid-area: battery
}
#section06 .itemBox6 .item02 dl dd.battery a{
	width: 100%;
	height: 100%;
}
#section06 .itemBox6 .item02 dl dd.battery .item-cont {
	bottom: 10%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

@media screen and (max-width: 1024px) {
	#section06 .itemBox6 .item02 dl {
		grid-gap: 5px
	}

	#section06 .itemBox6 .item02 dl dd .item-cont h5 {
		font-size: 16px
	}

	#section06 .itemBox6 .item02 dl dd .item-cont span {
		width: 74px;
		height: 20px
	}

	#section06 .itemBox6 .item02 dl dd .item-cont span a {
		font-size: 12px
	}
}

#section07 {
	margin-bottom: 5%
}

@media screen and (max-width: 1024px) {
	#section07 .itemBox1 {
		overflow-x: scroll
	}
}

#section07 .itemBox1 ul {
	display: flex;
	gap: calc(60 / 1920 * 100vw)
}

@media screen and (max-width: 1024px) {
	#section07 .itemBox1 ul {
		width: 200%
	}
}

#section07 .itemBox1 ul li {
	background-position: center;
	background-size: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 90px;
	padding: calc(60 / 1920 * 100%);
	transition: all 0.5s ease
}

@media screen and (max-width: 1024px) {
	#section07 .itemBox1 ul li {
		gap: 20px
	}
}

#section07 .itemBox1 ul li:hover {
	background-size: 110%
}

#section07 .itemBox1 ul li h5 {
	font-size: 34px;
	color: #ffffff;
	font-weight: 500
}

@media screen and (max-width: 1024px) {
	#section07 .itemBox1 ul li h5 {
		font-size: 24px
	}
}

#section07 .itemBox1 ul li dl {
	display: flex;
	gap: 15px
}

#section07 .itemBox1 ul li dl dt {
	padding: 10px;
	border-bottom: 2px solid #fff
}

@media screen and (max-width: 1024px) {
	#section07 .itemBox1 ul li dl dt {
		padding: 5px
	}
}

#section07 .itemBox1 ul li dl dt a {
	font-size: 16px;
	color: #fff
}

@media screen and (max-width: 1024px) {
	#section07 .itemBox1 ul li dl dt a {
		font-size: 12px
	}
}

#section07 .itemBox1 ul li dl dt a:hover {
	color: var(--base)
}



.itemxxx {
	position: sticky;
	top: 0;
	left: 0;
	background-image: radial-gradient(rgba(8, 2, 2, 0.470588) 1px, #fff 1px);
	background-size: 2px 2px;
	backdrop-filter: saturate(50%) blur(2px)
}