@charset "utf-8";
/* CSS Document */

body{
	background: linear-gradient(270deg, #040624 0%, #000823 100%);
	font-family: "思源黑体";
}
body,p,ul,li,h1,h2,h3,h4{
	padding: 0;
	margin: 0;
	font-weight: lighter;
}
a{
	text-decoration: none
}
li{
	list-style: none;
}
.topheader{
	position: relative;
	width: min(100%,1920px);
	margin: 0 auto;
}
.topbg{
	font-size: 0;
	line-height: 0;
}
.topbg img{
	width: 100%
}
.head-title{
	position: absolute;
	top: 14px;
	left: 48px;
	height: 100%;
	font-family: "思源黑体";
	font-size: clamp(20px,1.8vw,32px);
	font-weight: bold;
	text-align: justify; /* 浏览器可能不支持 */
	letter-spacing: 0px;
	color: #27F6EE;
}
.wrapper{
	width: min(100%,1920px);
	margin: 0 auto;
	padding-bottom: clamp(20px,2vw,40px)
}
.items-box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 10px 30px;
/*	flex-wrap: wrap;*/
}
.items-box li{
	padding: 10px;
	flex: 1;
	box-sizing: border-box;
}
.items-box2{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 30px;
/*	flex-wrap: wrap;*/
}
.items-box2 li{
	padding: 0 10px;
	box-sizing: border-box;
}
.items{
	width: 100%;
/*	width: clamp(500px,30.5vw,586px);*/
	height: 450px;
	background: rgba(90, 90, 137, 0.1);
	box-shadow: inset 0px 1px 15px 0px rgba(46, 82, 255, 0.6);
	padding: 10px;
	position: relative;
	box-sizing: border-box
}
.tf-title{
	background: url(../images/icon.png) no-repeat left;
	padding-left: 30px;
	font-family: Source Han Sans CN;
	font-size: clamp(18px,1.2vw,22px);
	line-height: 22px;
	font-variation-settings: "opsz" auto;
	color: #27F6EE;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 12px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.tf-title::before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 34px;
	height: 3px;
	opacity: 1;
	background: #FFFFFF;
}
.tf-title::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 3px;
	opacity: 1;
	background: #2B60CC;
}
.img-icon{
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 0;
}
.img-icon img{
	width: 100%;
}
.item-types{
	padding-top: 10px;
	position: relative;
	z-index: 10;
}
.item-types li{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 10px;
}
.type2 li{
	margin-bottom: 20px;
}
.type3 li{
	margin-bottom: 10px;
}
.item-types li .type-icon{
	margin-right: 8px;
}
.item-types li h3{
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: 350;
	line-height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.64);
	z-index: 0;
	margin-bottom: 8px;
}
.item-types li h4{
	font-weight: normal;
	color: rgba(255,255,255,0.2);
	font-size: 14px;
}
.item-types li h4 sup{
	font-size: 12px;
}
.item-types li h4 strong{
	position: static;
	left: 0px;
	top: 0px;
	width: 62px;
	height: 24px;
	opacity: 1;
	font-family: HarmonyOS Sans SC;
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.87);
	z-index: 0;
	margin-right: 4px;
}
.item-types li h4 .bxs1{
	text-shadow: 0px 1px 6px rgba(27, 126, 242, 0.5);
}
.item-types li h4 .bxs2{
	text-shadow: 0px 1px 6px rgba(24, 254, 240, 0.5);
}
.item-types li h4 .bxs3{
	text-shadow: 0px 1px 6px rgba(242, 153, 74, 0.5);
}
.item-types li h4 .bxs4{
	text-shadow: 0px 1px 11px rgba(237, 88, 157, 0.5);
}
.item-types li h4 .bxs5{
	text-shadow: 0px 1px 11px rgba(62, 90, 240, 0.5);
}
.item-types.type2 li h4 .bxs1{
	text-shadow: 0px 1px 6px rgba(27, 126, 242, 0.5);
}
.item-types.type2 li h4 .bxs2{
	text-shadow: 0px 1px 6px rgba(24, 254, 240, 0.5);
}
.item-types.type2 li h4 .bxs3{
	text-shadow: 0px 1px 6px rgba(242, 153, 74, 0.5);
}
.item-types.type3 li h4 .bxs1{
	text-shadow: 0px 1px 6px rgba(27, 126, 242, 0.5);
}
.item-types.type3 li h4 .bxs2{
	text-shadow: 0px 1px 6px rgba(24, 254, 240, 0.5);
}
.item-types.type3 li h4 .bxs3{
	text-shadow: 0px 1px 6px rgba(242, 153, 74, 0.5);
}
.item-types.type3 li h4 .bxs4{
	text-shadow: 0px 1px 11px rgba(62, 90, 240, 0.5);
}
.top-arr{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.top-arr::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #27F6EE;
	border-left: 2px solid #27F6EE;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.top-arr::after{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #27F6EE;
	border-right: 2px solid #27F6EE;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
}
.bottom-arr::before{
	content: "";
	width: 12px;
	height: 12px;
	border-bottom: 2px solid #27F6EE;
	border-left: 2px solid #27F6EE;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bottom-arr::after{
	content: "";
	width: 12px;
	height: 12px;
	border-bottom: 2px solid #27F6EE;
	border-right: 2px solid #27F6EE;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
}
.item{
	position: relative;
	height: 450px;
	box-sizing: border-box;
	background: rgba(90, 90, 137, 0.1);
	box-shadow: inset 0px 1px 15px 0px rgba(46, 82, 255, 0.6);
	padding: 10px;
}
.item1{
	width: clamp(290px,21vw,428px);
}
.item2{
/*	width: 400px;*/
	width: clamp(290px,22vw,428px);
}
.item3{
/*	width: 472px;*/
	width: clamp(340px,26vw,500px);
}
.item4{
/*	width: 410px;*/
	width: clamp(290px,22vw,428px);
}
.subtit{
	display: flex;
	align-items: center;
	color: rgba(255,255,255,0.6);
	padding: 30px 0 8px 0;
	border-bottom: 1px solid rgba(31, 198, 255, 0.24);
	margin-bottom: 20px;
}
.subtit .label{
	background: url(../images/titbg.png) no-repeat;
	background-size: 100% 100%;
	font-family: Source Han Sans;
	font-size: clamp(14px,1vw,18px);
	font-weight: 500;
	line-height: 20px;
	font-variation-settings: "opsz" auto;
	color: #FFFFFF;
	padding: 7px 8px;
	margin-right: 8px;
	
}
.subtit strong{
	font-size: clamp(16px,1.3vw,24px);
	font-weight: bold;
	color: #FFFFFF;
	
}
.qiyedata{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.qiye{
	background: url(../images/infbg.png) no-repeat;
	width: clamp(120px,6.7vw,130px);
	height: clamp(60px,3.4vw,66px);
	box-sizing: border-box;
	padding: 8px 12px;
	color: #fff;
	font-size: clamp(12px,0.96vw,16px);
	margin-left: 12px;
	letter-spacing: 0;
	white-space: nowrap;
}
.qiye h3{
	color: #B4C0CC;
	font-size: 14px;
	font-weight: normal;
}
.qiye h3 strong{
	font-size: clamp(16px,1.3vw,24px);
	color: #1FC6FF;
	font-weight: 500;
	margin-right: 4px;
}
.rc-items{
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}
.rc-items li{
	width: 50%;
	position: relative;
	padding: 10px 0;
}
.talent-icon{
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%)
}
#talent1{
	width: clamp(60px,5.2vw,100px);
	height: clamp(60px,5.2vw,100px);
	margin: 0 auto;
	position: relative;
}
#talent2{
	width: clamp(60px,5.2vw,100px);
	height: clamp(60px,5.2vw,100px);
	margin: 0 auto;
	position: relative;
}
#talent3{
	width: clamp(60px,5.2vw,100px);
	height: clamp(60px,5.2vw,100px);
	margin: 0 auto;
	position: relative;
}
#talent4{
	width: clamp(60px,5.2vw,100px);
	height: clamp(60px,5.2vw,100px);
	margin: 0 auto;
	position: relative;
}
.talent-tips{
	width: 100%;
	text-align: center;
	z-index: 10;
	font-size: 16px;
	line-height: 1.2;
	transform: translateY(-6px);
	color: rgba(255,255,255,0.6);
}
.talent-tips p strong{
	font-size: clamp(14px,1.35vw,26px);
	font-weight: bold;
	color: #fff;
	margin-right: 4px;
	font-family: DIN;
}
.talent-tips h3{
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
}
#patent{
	width: 360px;
	height: 360px;
	margin: 0 auto;
}
.products{
	display: flex;
	flex-wrap: wrap;
	padding-top: clamp(20px,2.4vw,50px);
}
.products li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 15px 10px;
}
.products li .product{
	height: 110px;
	opacity: 1;
	backdrop-filter: blur(4px);
	box-sizing: border-box;
	padding: 12px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: default
}
.products li .product  strong{
	font-size: clamp(18px,1.4vw,28px);
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	
}
.products li .product h3{
	font-size: 14px;
	font-weight: normal;
	margin-top: 4px;
}
.products li .product1{
	background: rgba(62, 90, 240, 0.2);
}
.products li .product1 h3{
	border-top: 2px solid #3E5AF0;
	padding-top: 6px;
}
.products li .product1::before{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: 1px solid #3E5AF0;
	border-left: 1px solid #3E5AF0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(12px,12px);
}
.products li .product1::after{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-right: 1px solid #3E5AF0;
	border-bottom: 1px solid #3E5AF0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(-12px,-12px);
}
.products li:hover .product1::before{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li:hover .product1::after{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li .product2{
	background: rgba(237, 88, 157, 0.1);
}
.products li .product2 h3{
	border-top: 2px solid #FF386B;
	padding-top: 6px;
}
.products li .product2::before{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: 1px solid #FF386B;
	border-left: 1px solid #FF386B;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(12px,12px);
}
.products li .product2::after{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-right: 1px solid #FF386B;
	border-bottom: 1px solid #FF386B;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(-12px,-12px);
}
.products li:hover .product2::before{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li:hover .product2::after{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li .product3{
	background: rgba(255, 166, 63, 0.1);
}
.products li .product3 h3{
	border-top: 2px solid #FFA63F;
	padding-top: 6px;
}
.products li .product3::before{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: 1px solid #FFA63F;
	border-left: 1px solid #FFA63F;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(12px,12px);
}
.products li .product3::after{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-right: 1px solid #FFA63F;
	border-bottom: 1px solid #FFA63F;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(-12px,-12px);
}
.products li:hover .product3::before{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li:hover .product3::after{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li .product4{
	background: rgba(24, 254, 240, 0.1);
}
.products li .product4 h3{
	border-top: 2px solid #18FEF0;
	padding-top: 6px;
}
.products li .product4::before{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: 1px solid #18FEF0;
	border-left: 1px solid #18FEF0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(12px,12px);
}
.products li .product4::after{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-right: 1px solid #18FEF0;
	border-bottom: 1px solid #18FEF0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(-12px,-12px);
}
.products li:hover .product4::before{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li:hover .product4::after{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li .product5{
	background: rgba(27, 126, 242, 0.1);
}
.products li .product5 h3{
	border-top: 2px solid #1B7EF2;
	padding-top: 6px;
}
.products li .product5::before{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: 1px solid #1B7EF2;
	border-left: 1px solid #1B7EF2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(12px,12px);
}
.products li .product5::after{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-right: 1px solid #1B7EF2;
	border-bottom: 1px solid #1B7EF2;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(-12px,-12px);
}
.products li:hover .product5::before{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li:hover .product5::after{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li .product6{
	background: rgba(227, 147, 255, 0.1);
}
.products li .product6 h3{
	border-top: 2px solid #C317FF;
	padding-top: 6px;
}
.products li .product6::before{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: 1px solid #C317FF;
	border-left: 1px solid #C317FF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(12px,12px);
}
.products li .product6::after{
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-right: 1px solid #C317FF;
	border-bottom: 1px solid #C317FF;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-out;
	transform: translate(-12px,-12px);
}
.products li:hover .product6::before{
	opacity: 1;
	transform: translate(0px,0px)
}
.products li:hover .product6::after{
	opacity: 1;
	transform: translate(0px,0px)
}
.qiyeicon{
	width: clamp(60px,5.2vw,100px)
}
.qiyeicon img{
	width: 100%
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
-ms-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.rongzi-item{
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 18px;
}
.rzitem{
	width: clamp(90px,8.2vw,155px);
	height:  clamp(90px,8.2vw,155px);
	position: relative;
}
.rzitem img{
	width: 100%;
	height: 100%;
}
.rztips{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: clamp(10px,2vw,40px);
	color: #fff;
	text-align: center;
	font-size: clamp(12px,0.7vw,14px);
}
.rztips h3{
	font-size: clamp(12px,0.8vw,16px);
}
.rztips p{
	white-space: nowrap
}
.rztips p span{
	font-size: clamp(14px,1.6vw,28px);
	font-weight: 500;
}
.rz-box-p{
	padding: 0 clamp(10px,1.4vw,30px)
}
.rz-box{
	position: relative;
	width: 100%;
	height: 166px;
	background: rgba(90, 90, 137, 0.1);
	margin: 0 auto;
	display: flex;
}
.rz-infos{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 clamp(10px,1.5vw,26px) 0 clamp(10px,2vw,40px);
}
.rz-infos .infos{
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
.rz-tit{
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: clamp(12px,0.8vw,14px);
}
.rz-tit img{
	margin-right: 6px;
}
.total{
	color: #fff;
	font-size: 14px;
}
.total span{
	font-size: clamp(16px,1.8vw,28px);
	font-weight: 500;
}
@media (max-width: 1440px) {
	.topheader{
		width: 100%;
	}
	.wrapper{
		width: 100%
	}
	.items-box{
		padding: 0 15px 15px 15px;
	}
	.items{
		height: 360px;
	}
	.item{
		height: 360px;
	}
	.img-icon{
		width: 80%;
	}
	.item-types li{
		padding: 7px 8px;
	}
	.type3 li{
		margin-bottom: 2px;
	}
	.type-icon{
		height: 42px;
	}
	.item-types li h4 strong{
		font-size: 16px;
		line-height: 16px;
	}
	.item-types li h3{
		font-size: 13px;
		margin-bottom: 0;
		line-height: 16px;
	}
	.subtit{
		padding-top: 10px;
	}
	.qiyedata{
		margin-bottom: 6px;
	}
	.qiyeicon{
		display: none
	}
	.rcsub{
		margin-top: 12px;
	}
	.tf-title{
		background-size: 18px 18px;
		padding-left: 26px;
	}
	.products{
		padding-top: 20px;
	}
	.products li{
		padding: 6px;
	}
	.products li .product{
		font-size: 12px;
	}
	.products li .product h3{
		font-size: 12px;
	}
	.patent-tips{
		padding: 0 40px 0 40px;
	}
	.patent-tips li{
		padding-bottom: 2px;
		padding-top: 2px;
		font-size: 14px;
	}
	.patent-show{
		margin-top: 10px;
		transform: scale(0.9)
	}
	.pat1 .value span,.pat2 .value span,.pat3 .value span,.pat4 .value span{
		font-size: 16px;
	}
	.rz-box{
		height: 130px;
	}
	.rz-infos{
		padding: 5px 0 5px 20px;
	}
	.rz-infos .infos{
		padding: 4px 0;
	}
	.rongzi-item{
		padding-top: 15px;
	}
	.item3{
		width: clamp(337px,25vw,500px);
	}
	.items-box2{
		padding: 0 15px;
	}
}