* {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
}

body {
    background: #fff;
}

.main {
    width: 14rem;
    margin: 0 auto;
}

.class_name {
    margin-bottom: 0.52rem !important;
}


/* 头部样式 */
.header {
    background: #FFFFFF;
}

.header .logo .logo1 {
    display: none;
}

.header .logo .logo2 {
    display: block;
}

.header .head_fr .nav_li .nav_url {
    color: #000000;
}

.header .head_fr .nav_li.act .nav_url {
    color: #0071FF;
    font-weight: bold;
}

.header .head_fr .nav_li .nav_url:hover {
    color: #0071FF;
    font-weight: bold;
}

.header .head_fr .head_hr {
    background: rgba(114, 114, 114, 0.51);
}

.header .head_fr .head_switch .switch_icon .icon2 {
    display: block;
}

.header .head_fr .head_switch .switch_icon .icon1 {
    display: none;
}

.header .head_fr .head_switch .switch_txt span {
    color: #0F0F0F;
}

.header .head_fr .head_switch .switch_txt span i {
    background: url(../img/jiantou3.png) center no-repeat;
}









.banner {
    width: 100%;
    max-width: 19.2rem;
    height: 3.71rem;
    position: relative;
    margin:0 auto;
}


.banner .banner_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top:0;
    z-index: -1;
}

.banner .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner .banner_body {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.banner .banner_fl {
    /*width: 6.8rem;*/
    width: auto;
}

.banner .banner_fl .title {
    font-weight: bold;
    font-size: 0.26rem;
    color: #101010;
    margin-bottom: 0.4rem;
    position: relative;
    margin-top: 0.81rem;
    line-height: 0.3rem;
}

.banner .banner_fl .content {
    font-weight: 400;
    font-size: 0.18rem;
    color: #101010;
    line-height: 0.35rem;
    position: relative;
}


.banner .banner_fr {
    width: 7.2rem;
    height: 5rem;
    position: relative;
}

.banner .banner_fr img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*  */
.banner .bantitle{
	width:2.16rem;
	height:0.48rem;
	position:relative;
    color: #101010;
	font-weight:bold;
	font-size:0.36rem;
	text-align: center;
	margin:0 auto;
	padding-top:1.2rem;
	padding-bottom:0.43rem;
}
.banner .banctnt{
	width:14rem;
	height:1.07rem;
	position:relative;
    color: #101010;
	font-weight:400;
	line-height:0.35rem;
	font-size:0.18rem;
	margin:0.43rem auto 1rem auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
}
.body1{
    width: 100%;
    margin:0 auto;
    max-width: 19.2rem;
}
.body1 .body1_main{
	width:20.23rem;
	height:4.02rem;
	margin:0 auto;
	display:flex;
	flex-direction:row;
}
.body1 .numbox{
	width:4.35rem;
	height:2rem;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	margin-top:1rem;
	margin-bottom:1.02rem;
}
.body1 .numbox:first-of-type{
	margin-left:2.6rem;
}
.body1 .numbox:nth-of-type(2){
	margin-left:0.48rem;
	margin-right:0.48rem;
}
.body1 .numbox:last-of-type{
	margin-right:2.6rem;
}
.body1 .num{
	display:flex;
	position:relative;
	width: 1.32rem;
	height: 1.32rem;
	font-family: MiSans, MiSans;
	font-weight: 800;
	font-size: 0.9rem;
	line-height:1.6rem;
	color:transparent;
	text-align:right;
	align-items: center;
	font-style: normal;
	text-transform: none;
	-webkit-text-stroke:0.01rem #29A1F3;
	justify-content:center;
}
.body1 .num_ctnt{
	position:relative;
	display:flex;
	width: auto;
	height: 0.27rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.2rem;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
/* 解决痛点 */
.body2{
	position:relative;
    width: 100%;
    margin:0 auto;
    max-width: 19.2rem;
	height:7.16rem;
}
.body2 .body2_bg{
    width: 100%;
    height:7.16rem;
	z-index:-1;
}
.body2 .body2_title{
	font-size:0.36rem;
	color:#101010;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:1.02rem;
	left:50%;
	transform:translateX(-50%);
}
.body2 .body2_main{
	width:16.6rem;
	height:6.16rem;
	margin:0 auto;
	position:relative;
	top:-7.16rem;
}
.body2 .iconbox{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	background:#fff;
	width:3.2rem;
	height:1.89rem;
	position:absolute;
	top:2.02rem;
	left:1.3rem;
}
.body2 .iconbox:hover{
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);
	transition:all 0.6s;
}
.body2 .iconbox:hover .body2_icon{
	transform:scale(1.2);
	transition:all 0.6s;
}
.body2 .iconbox:nth-of-type(2){
	position:absolute;
	left:4.9rem;
}
.body2 .iconbox:nth-of-type(3){
	position:absolute;
	left:8.5rem;
}
.body2 .iconbox:nth-of-type(4){
	position:absolute;
	left:12.1rem;
}
.body2 .iconbox:nth-of-type(5){
	position:absolute;
	top:4.27rem;
}
.body2 .iconbox:nth-of-type(6){
	position:absolute;
	top:4.27rem;
	left:4.9rem;
}
.body2 .iconbox:nth-of-type(7){
	position:absolute;
	top:4.27rem;
	left:8.5rem;
}
.body2 .iconbox:nth-of-type(8){
	position:absolute;
	top:4.27rem;
	left:12.1rem;
}
.body2 .iconbox .body2_icon{
	width:0.62rem;
	height:0.62rem;
}
.body2 .iconbox .body2_ctnt{
	width:3rem;
	height:0.21rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-size:0.16rem;
	font-weight:400;
	color:#000000;
	text-align:center;
	margin-top:0.15rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.body3{
    width: 100%;
    margin:0 auto;
    max-width: 19.2rem;
	padding:1rem 0 0.67rem;
}
.body3 .body3_ctnt{
	width:14rem;
	height:4.5rem;
	margin:0 auto;
}
.body3 .body3_ctnt .ctnt_img{
	margin:0;
	width:7rem;
	height:4.5rem;
	float:left;
	overflow:hidden;
}
.body3 .body3_ctnt .ctnt_img img{
	object-fit: cover;
}
.body3 .body3_ctnt .ctnt_img img:hover{
	transform:scale(1.2);
	transition:all 0.6s;
}
.body3 .body3_ctnt .ctntbox{
	margin:0;
	width:7rem;
	height:4.5rem;
	float:left;
	background:#FAFAFA;
}
.body3 .ctntbox .Ctitle{
	margin-left:0.7rem;
	margin-top:1.47rem;
	font-size:0.25rem;
	font-weight:bold;
	color:#101010;
}
.body3 .ctntbox .Cctnt{
	width:5.6rem;
	height:0.82rem;
	margin-left:0.7rem;
	margin-top:0.43rem;
	font-size:0.16rem;
	font-weight:400;
	color:#6B6B6B;
	line-height:0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
}
/* 应用领域 */
.body5 {
    width: 100%;
    margin:0 auto;
    max-width: 19.2rem;
    height: 9.02rem;
	background:#fff;
}

.body5 .class_cont {
    max-width: 12.92rem;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #101010;
    line-height: 0.35rem;
}

.body5_list {
    margin-top: 0.73rem;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: space-between;
}

.body5_list .bd,
.body5_list .bd .body5_img {
    width: 8.5rem;
    height: 6rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.body5_list .bd .body5_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.body5_list .hd ul {
    width: 4.68rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.body5_list .hd .body5_txt {
    width:4.68rem;
	height:0.68rem;
    padding-left: 0.18rem;
    box-sizing: border-box;
    margin-top: 0.55rem;
    position: relative;
    font-weight: 600;
    font-size: 0.25rem;
    color: #0A0A0A;
}
.body5_list .hd .body5_txt .body5_title{
    font-weight: 600;
    font-size: 0.25rem;
    color: #0A0A0A;
}
.body5_list .hd .body5_txt:nth-child(1){
    margin-top: 0;
}
.body5_list .hd .body5_txt.on::before {
    content: "";
    position: absolute;
    width: 0.03rem;
    height: 0.21rem;
    background: linear-gradient(180deg, #4FCCE8 0%, #0071FF 100%);
    left: 0;
    top: 0.07rem;
    transform: skew(-8deg, 15deg);
}
.body5 .body5_stxt,
.body5_list .hd .body5_txt .body5_cont{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #838383;
	line-height: 0.2rem;
	margin-top:0.14rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}



.footer {
    margin-top: 0;
}







@media only screen and (max-width: 1024px) {
	.body1 .body1_main{
		width: 100%;
	}
	.body1 .numbox:first-of-type{
		margin-left: 0;
	}
	.body1 .numbox:nth-of-type(2){
		margin-left: 0;
    	margin-right: 0;
	}
	.body1 .numbox:last-of-type{
		margin-right: 0;
	}
	.body1 .numbox{
		flex: 0 0 30%;
	}
	.body1 .body1_main{
		justify-content: space-between;
	}
	.body1{
		padding: 0 0.3rem;
	}
	.body1 .num_ctnt{
		font-size: 12px;
	}
	.body2 .body2_main{
		width: 100%;
	}
	.body2 .body2_main{
		/* position: initial !important; */
	}
	.body2 .iconbox{
		left: 0.3rem;
	}
	.body2 .iconbox:nth-of-type(2){
		left: 4rem;
	}
	.body2 .iconbox:nth-of-type(3){
		left: 0.3rem;
    	top: 4.2rem;
	}
	.body2 .iconbox:nth-of-type(4){
		left: 4rem;
    	top: 4.2rem;
	}
	.body2 .iconbox:nth-of-type(5){
		top: 6.37rem;
	}
	.body2 .iconbox:nth-of-type(6){
		top: 6.37rem;
    	left: 4rem;
	}
	.body2 .iconbox:nth-of-type(7){
		top: 8.54rem;
    	left: 0.3rem;
	}
	.body2 .iconbox:nth-of-type(8){
		top: 8.54rem;
    	left: 4rem;
	}
	.body2,.body2 .body2_bg{
		height: 11.16rem;
	}
	.body2 .body2_main{
		height: auto;
		top: -11.16rem;
	}
	.body2 .iconbox .body2_ctnt{
		height: auto;
		font-size: 12px;
	}
	.body3{
		padding: 1rem 0.3rem 0.67rem;
	}
	.body3 .body3_ctnt{
		width: 100%;
		height: 3.5rem;
	}
	.body3 .body3_ctnt .ctnt_img,.body3 .body3_ctnt .ctntbox{
		width: 50%;
    	height: 3.5rem;
	}
	.body3 .ctntbox .Cctnt{
		width: auto;
    	height: auto;
		margin-left: 0.3rem;
    	padding-right: 0.2rem;
		font-size: 12px;
	}
	.body3 .ctntbox .Ctitle{
		margin-left: 0.3rem;
    	margin-top: 1rem;
	}
	.body5 .body5_stxt, .body5_list .hd .body5_txt .body5_cont{
		line-height: inherit;
	}
	.body5_list .hd{
		padding-bottom: 0.3rem;
	}
}