* {
	margin: 0;
	padding: 0;
}

body {
	background: #F8FBFF;
}

#gaishu,
#xuqiu ,
#fangan,
#jiazhi,
#anli{
  scroll-margin-top: 1rem;
}








.banner_title{
	height: calc(100% - 0.6rem);
	position: absolute;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.banner .banner_tit .class_name_en{
	font-size: 0.35rem;
	letter-spacing: 0.04rem;
}
.nav_list{
	width: 100%;
	height: 0.6rem;
	background: rgba(255,255,255,0.1);
	/* filter: blur(0.1rem); */
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.04);
	border-radius: 0rem 0rem 0.1rem 0.1rem;
	line-height: 0.6rem;
	position: absolute;
	bottom: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_list .nav_li{
	position: relative;
}
.nav_list .nav_li a{
	color: rgba(255,255,255,0.7);
	font-weight: 400;
	font-size: 0.18rem;
	margin: 0 0.475rem;
	position: relative;
	display: block;
}
.nav_list .nav_li.on a{
	color: #fff;
	font-weight: bold;
} 
.nav_list .nav_li.on::before{
	content: "";
	position: absolute;
	width: 0.62rem;
	height: 0.03rem;
	background: #C91420;
	border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}



.body1{
	padding-top: 0.32rem;
}
.class_name1{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 0.32rem;
	color: #000000;
	/*line-height: 0.3rem;*/
	position: relative;
}
.class_name1::before{
	content: "";
	position: absolute;
	width: 0.49rem;
	height: 0.05rem;
	background: #C91420;
	border-radius: 0.1rem;
	bottom: -0.23rem;
	left: 50%;
	transform: translateX(-50%);
}



/* 制造业 */
.body1 .body1_view{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.94rem;
	margin-bottom: 0.74rem;
}
.body1 .body1_view .body1_fl{
	width: 7.52rem;
	height: 4.21rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.body1 .body1_view .body1_fl img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.body1 .body1_view .body1_fl img:hover {
	transform:scale(1.1);
}
.body1 .body1_view .body1_fr{
	width: 7.39rem;
}
.body1 .body1_view .body1_fr .body1_title{
	font-weight: 600;
	font-size: 0.3rem;
	color: #000000;
	line-height: 0.45rem;
	margin-bottom: 0.42rem;
}
.body1 .body1_view .body1_fr .body1_cont{
	font-weight: 400;
	font-size: 0.18rem;
	color: #868686;
	line-height: 0.35rem;
}







/* 需求与挑战 */
.body2{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-radius: 0.1rem;
	padding: 0.72rem 0.48rem 0.72rem 0.51rem;
	box-sizing: border-box;
}
.body2_view{
	margin-top: 0.65rem;
}
.body2_view .body2_content{
	font-weight: 400;
	font-size: 0.16rem;
	color: #868686;
	line-height: 0.35rem;
	border-bottom: 0.01rem solid #EBEBEB;
	padding-bottom: 0.42rem;
}
.body2_view .body2_item{
	width: 100%;
	height: 1.21rem;
	border-bottom: 0.01rem solid #EBEBEB;
	display: flex;
	align-items: center;
	padding-right: 0.1rem;
	box-sizing: border-box;
}
.body2_view .body2_item .body2_num{
	width: 0.6rem;
	height: 0.66rem;
	overflow: hidden;
	margin-left: 0.05rem;
	margin-right: 0.23rem;
}
.body2_view .body2_item .body2_num img{
	max-width: 0.6rem;
	max-height: 0.66rem;
	object-fit: contain;
}
.body2_view .body2_item .body2_title{
	font-weight: bold;
	font-size: 0.22rem;
	color: #004097;
	margin-bottom: 0.07rem;
}
.body2_view .body2_item .body2_body{
	font-weight: 400;
	font-size: 0.16rem;
	color: #868686;
	line-height: 0.25rem;
}



/* 解决方案 */
.body3{
	padding-top: 0.94rem;
}
.body3_view{
	margin-top: 1.27rem;
	width: 100%;
}


.body3_item{
	margin-bottom: 0.54rem;
	width: 100%;
	padding-left: 0.33rem;
	position: relative;
}
.body3_item::before{
	content: "";
	position: absolute;
	width: 0.14rem;
	height: 0.14rem;
	background: #C91420;
	border-radius: 50%;
	left: 0;
	top: 0.12rem;
}
.body3_item .body3_title{
	font-weight: bold;
	font-size: 0.28rem;
	color: #000000;
	margin-bottom: 0.17rem;
}
.body3_item .body3_cont{
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.25rem;
}




/* 客户价值 */
.body4{
	height: auto;
	margin-top: 1.04rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	padding-top: 0.72rem;
	padding-bottom: 0.4rem;
	box-sizing: border-box;
}
.body4_view{
	display: flex;
	justify-content: space-around;
	margin-top: 1.12rem;
	padding: 0 0.77rem;
	box-sizing: border-box;
}
.body4_view .body4_item{
	width: 3rem;
}
.body4_item .body4_icon{
	width: 1.44rem;
	height: 1.24rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 0.26rem;
}
.body4_item .body4_icon img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: 0.5s;
}
.body4_item .body4_icon:hover img{
	transform: rotateY(180deg);
	transition: 0.5s;
}
.body4_item .body4_title{
	font-weight: bold;
	font-size: 0.25rem;
	color: #000000;
	line-height: 0.62rem;
	margin-bottom: 0.2rem;
	text-align: center;
} 
.body4_item .body4_cont{
	font-weight: 400;
	font-size: 0.16rem;
	color: #6E6E6E;
	line-height: 0.25rem;
	text-align: center;
}











/* 相关案例 */
.body5{
	padding-top: 0.93rem;
	margin-bottom: 1.17rem;
}
.body5_view{
	margin-top: 0.94rem;
	position: relative;
}
.body5_item{
	width: 4.42rem;
	height: 3.94rem;
	border-radius: 0.1rem;
	background: #fff;
	overflow: hidden;
	border: 0.01rem solid #E5F0FF;
	margin-right: 0.37rem;
}
.body5_item .body5_img{
	width: 100%;
    height: 2.86rem;
    overflow: hidden;
}
.body5_item .body5_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.body5_item .body5_txt{
	width: 100%;
	height: 1.1rem;
	padding: 0.28rem 0.31rem 0;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.3rem;
}
.body5_item:hover{
	border: 0.01rem solid #ACD0FF;
}
.body5_item:hover .body5_img img{
	transform:scale(1.1);
}
.body5_item:hover .body5_txt{
	color: #004097;
}


.body5_view .swiper-button-next::after,
.body5_view .swiper-button-prev::after{
	display: none;
}
.body5_view .swiper-button-next,
.body5_view .swiper-button-prev{
	width: 0.51rem;
	height: 0.51rem;
	border-radius: 50%;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,137,255,0.21);
}
.body5_view .swiper-button-next{
	background: #FFFFFF url(../img/next.png) center no-repeat;
	right: -0.78rem;
}
.body5_view .swiper-button-prev{
	background: #FFFFFF url(../img/prev.png) center no-repeat;
	left: -0.78rem;
}
.body5_view .swiper-button-next:hover{
	background: #004097 url(../img/news_more.png) center no-repeat;
}
.body5_view .swiper-button-prev:hover{
	background: #004097 url(../img/news_more4.png) center no-repeat;
}


@media screen and (max-width:1024px){
    .nav_list .nav_li a{
        font-size: 14px;
        margin: 0 5px;
        width: fit-content;
    }
    .anli_body{
        width: 95%;
        margin: 0 auto;
    }
    .class_name1{
        font-size: 18px;
        line-height: 1;
    }
    .body1 .body1_view{
        margin: 20px auto;
        flex-direction: column;
    }
    .body1 .body1_view .body1_fr .body1_cont{
        font-size: 14px;
    }
    .body2{
        padding: 10px;
    }
    .body2_view .body2_content{
        font-size: 14px;
    }
    .body2_view .body2_item{
        height: auto;
    }
    .body2_view .body2_item .body2_num{
        flex-shrink: 0;
    }
    .body2_view .body2_item .body2_title{
        font-size: 16px;
    }
    .body2_view .body2_item .body2_body{
        font-size: 14px;
        line-height: 1.5;
    }
    .body3{
        padding-top: 20px;
    }
    .body3_view{
        margin-top: 20px;
    }
    .body3_item .body3_title{
        font-size: 16px;
    }
    .body3_item .body3_cont{
        font-size: 14px;
        line-height: 1.2;
    }
    .body4{
        height: auto;
        margin-top: 20px;
        padding-top: 20px;
    }
    .body4_view{
        margin-top: 20px;
        padding: 0;
        flex-wrap: wrap;
    }
    .body4_item .body4_cont{
        font-size: 12px;
        line-height: 1.2;
    }
    .body5{
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .body5_item .body5_txt{
        font-size: 16px;
    }
    .body1 .body1_view .body1_fl{
        margin-bottom: 20px;
    }
    .body2_view .body2_item{
        padding: 10px 0;
    }
    .body4_view .body4_item{
        width: 45%;
        margin-bottom: 15px;
    }
}