* {
    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:13.98rem;
	height:auto;
	margin:1rem auto;
	display:flex;
	flex-direction:row;
}
.body1 .imgbox{
	width:3.33rem;
	height:auto;
	margin-left:0.22rem;
	overflow:hidden;
}
.body1 .imgbox:first-of-type{
	margin-left:0;
}
.body1 .body1_img{
	width:3.33rem;
	height:2.54rem;
	border-radius:3%;
	overflow:hidden;
	margin-bottom: 0.16rem;
}
.body1 .img_ctnt{
	width: 2.33rem;
	margin:0 auto;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #6B6B6B;
	line-height: 0.3rem;
	text-align: center;
	z-index:999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.body1 .imgbox:hover .body1_img div{
	transform:scale(1.2) translateY(-8.5%);
	transition:all 0.6s;
}
.body1 .imgbox:hover .body1_img div img{
	object-fit:cover;
}
.body1 .imgbox:hover .img_ctnt{
	color: #000000;
}
/* 产品特征 */
.body2{
	position:relative;
    width: 100%;
    margin:0 auto;
    max-width: 19.2rem;
	height:7.16rem;
}
.body2 .body2_bg{
    width: 100%;
    height:8.38rem;
	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:14rem;
	height:6.16rem;
	margin:0 auto;
	position:relative;
	top:-6.36rem;
}
.body2 .iconbox{
	background:#fff;
	width:6.8rem;
	height:2.5rem;
	position:absolute;
	top:0;
	left:0;
}
.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:7.2rem;
}
.body2 .iconbox:nth-of-type(3){
	position:absolute;
	top:2.86rem;
}
.body2 .iconbox:nth-of-type(4){
	position:absolute;
	top:2.86rem;
	left:7.2rem;
}
.body2 .iconbox .body2_icon{
	width:0.35rem;
	height:0.35rem;
	position:absolute;
	top:0.51rem;
	left:0.5rem;
}
.body2 .iconbox .body2_icon_title{
	width:2rem;
	height: 0.33rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.25rem;
	color: #000000;
	position:absolute;
	top:0.51rem;
	left:0.97rem;
}
.body2 .iconbox hr{
	margin:0;
	width:5.8rem;
	height:0.01rem;
	position:absolute;
	top:1.14rem;
	left:0.5rem;
}
.body2 .iconbox:hover hr{
	transform:scale(1.02) translateY(-100%);
	transition:all 0.6s;
}
.body2 .iconbox .body2_ctnt{
	width: 5.8rem;
	height: 0.53rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #7D7D7D;
	line-height: 0.3rem;
	position:absolute;
	top:1.31rem;
	left:0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	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: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{
	margin-left:0.7rem;
	margin-top:0.43rem;
	font-size:0.16rem;
	font-weight:400;
	color:#6B6B6B;
	line-height:0.3rem;
}
/* 应用领域 */
.body5 {
    width: 100%;
    margin:1.02rem auto 0;
    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%;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0.3rem;
	}
	.body1 .imgbox{
		flex: 0 0 48%;
    	margin-left: 0;
		margin-top: 0.2rem;
	}
	.body1 .img_ctnt{
		font-size: 12px;
	}
	.body2 .body2_main{
		width: 100%;
	}
	.body2 .iconbox{
		left: 0.3rem;
    	width: 92%;
	}
	.body2 .iconbox:nth-of-type(2){
		left: 0.3rem;
    	top: 2.8rem;
	}
	.body2 .iconbox:nth-of-type(3){
		top: 5.6rem;
	}
	.body2 .iconbox:nth-of-type(4){
		top: 8.4rem;
    	left: 0.3rem;
	}
	.body2{
		height: 13.16rem;
	}
	.body2 .body2_bg{
		height: 13.38rem;
	}
	.body2 .body2_main{
		top: -11.36rem;
	}
	.body2 .iconbox .body2_ctnt{
		font-size: 12px;
		height: auto;
	}
	.body5{
		margin: 0;
	}
	.body5_list .hd{
		padding-bottom: 0.3rem;
	}
}