.body1{
    margin-top: 0.9rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0.81rem;
}
.body1 .body1_fl{
    width: 10.45rem;
    height: 7.3rem;
}
.body1 .body1_fr{
    width: 8.76rem;
    height: 7.3rem;
    padding-left: 0.5rem;
    padding-top: 2.33rem;
    padding-right: 2.76rem;
    background: #006FFF url(../img/bg2.png) center no-repeat;
    background-size: contain;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.54rem;
    color: #FFFFFF;
}










.view_body2 .box2{
    width: 100%;
    height: auto;
    background: url(../img/software_bg.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 0.63rem 1.35rem 0.88rem;
    box-sizing: border-box;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    border-radius: 0.15rem;
    margin-bottom: 0.84rem;
}
.view_body2 .box2 .box2_title{
    text-align: center;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.45rem;
    color: #006EFF;
    margin-bottom: 0.51rem;
}
.view_body2 .box2 .box2_cont,
.view_body2 .box2 .box2_cont p,
.view_body2 .box2 .box2_cont *{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
}






.body3_item{
    width: 100%;
    height: 6rem;
    border-radius: 0.15rem;
    overflow: hidden;
    display: flex;
    background: #F8F8F8;
    margin-bottom: 0.62rem;
    cursor: default;
}
.body3_item:nth-child(even) {
    flex-direction: row-reverse;
}
.body3_item .body3_txt,
.body3_item .body3_img{
    width: 50%;
    height: auto;
    overflow: hidden;
}
.body3_item .body3_txt{
    padding: 0.8rem 0.73rem 0.8rem 0.78rem;
    box-sizing: border-box;
}
.body3_item .body3_txt .body3_icon{
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.56rem;
    transition: all 0.5s;
}
.body3_item .body3_txt .body3_title{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #006FFF;
    margin-bottom: 0.4rem;
}
.body3_item .body3_txt .body3_cont,
.body3_item .body3_txt .body3_cont p,
.body3_item .body3_txt .body3_cont *{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
}
.body3_item .body3_img img{
    object-fit: cover;
    transition: all 0.5s;
}
.body3_item:hover{
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.1);
}
.body3_item:hover .body3_txt .body3_icon{
    transform: scaleX(-1);
}
.body3_item:hover .body3_img img{
    transform: scale(1.1);
}





.body4{
    width: 100%;
    height: auto;
    padding: 0.84rem 0 0.82rem;
    box-sizing: border-box;
    background: url(../img/software_bg2.jpg) center no-repeat;
    background-size: cover;
    margin-top: 1.06rem;
}
.body4 .body4_title{
    text-align: center;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #006FFF;
    margin-bottom: 0.51rem;
}
.body4 .more_class{
	background: #fff;
	box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(0,48,112,0.2);
	width: fit-content;
    height: auto;
	padding: 0.07rem 0.07rem 0.07rem 0.35rem;
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.24rem;
	color: #000;
	margin: 0 auto;
	border-radius: 2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.body4 .more_class i{
	display: block;
	width: 0.89rem;
	height: 0.65rem;
	background: #006FFF url(../img/more_icon.png) center no-repeat;
	background-size: auto;
	border-radius: 1rem;
	margin-left: 0.3rem;
	transition: all 0.5s;
}
.body4 .more_class:hover i{
	margin-left: 0.4rem;
}



@media only screen and (max-width: 1024px) {
.body1{
    margin-top: 0;
}
.body1 .body1_fl{
    flex: 0 0 50%;
}
.body1 .body1_fr{
    flex: 0 0 50%;
    padding-right: 0.5rem;
}
.view_body2 .box2{
    padding: 0.63rem 0.5rem 0.88rem;
}
.body3_item{
    height: 5rem;
}
.view_body2 .box2 .box2_cont{
    font-size: 12px;
}
.view_body2 .box2 .box2_cont, .view_body2 .box2 .box2_cont p, .view_body2 .box2 .box2_cont *{
    font-size: 12px;
}
.body3_item .body3_txt{
    padding: 0.5rem 0.3rem 0.5rem 0.3rem;
}
.body3_item .body3_txt .body3_cont, .body3_item .body3_txt .body3_cont p, .body3_item .body3_txt .body3_cont *{
    font-size: 12px;
}
}