
.banner{
    background: #F8F8F8;
}
.banner .main{
    display: flex;
    height: auto;
}
.banner .banner_fl{
    width: 7.3rem;
    min-height: 8.2rem;
    background: #006FFF url(../img/bg1.png) center no-repeat;
    background-size: contain;
    margin-left: -2.1rem;
}
.banner .banner_fr{
    padding-top: 2.24rem;
    box-sizing: border-box;
    padding-left: 1.1rem;
    max-width: 9.8rem;
}
.banner .banner_fr .banner_title{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.82rem;
    color: #000000;
    line-height: 1.09;
    text-transform: uppercase;
}
.banner .banner_fr .banner_cont{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.42rem;
    color: #006EFF;
    line-height: 1.19;
    text-transform: uppercase;
    margin-top: 0.06rem;
}
.banner .banner_fr .banner_key{
    margin-top: 0.74rem;
    display: flex;
    column-gap: 0.27rem;
}
.banner .banner_fr .banner_key .key_icon{
    width: 1.04rem;
    height: 1.04rem;
    border-radius: 0.15rem;
    border: 2px solid #006FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    cursor: pointer;
}
.banner .banner_fr .banner_key .key_icon img{
    width: 0.52rem;
    height: 0.52rem;
    object-fit: contain;
}
.banner .banner_fr .banner_key .key_icon:hover{
    transform: scaleX(-1);
}






.body{
    padding: 1rem 0 1.82rem;
    box-sizing: border-box;
}
.body .main{
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.solu_item{
	width: calc(33.33% - 0.133rem);
	height: 5.8rem;
	background: url(../img/solu_bg.jpg) center no-repeat;
	background-size: cover;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
	border-radius: 0.15rem;
	padding: 0.85rem 0.5rem 0 0.6rem;
	box-sizing: border-box;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.body .solu_item .solu_icon{
	width: 0.7rem;
	height: 0.7rem;
	margin-bottom: 0.08rem;
}
.body .solu_item .solu_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.3rem;
	color: #006EFF;
}
.body .solu_item .solu_cont{
	margin-top: 0.53rem;
	font-family: OpenSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 1.6;
}
.body .solu_item .solu_more{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.12rem;
    color: #006FFF;
    display: flex;
    align-items: center;
    column-gap: 0.13rem;
    position: absolute;
    text-transform: uppercase;
    bottom: -0.4rem;
    transition: all 0.5s;
}
.body .solu_item .solu_more i{
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background: url(../img/product_more.png) center no-repeat;
    background-size: contain;
}
.body .solu_item:hover .solu_cont{
    color: #006FFF;
}
.body .solu_item:hover .solu_more{
    bottom: 0.54rem;
}








.view_body1{
    padding: 1.6rem 0 1rem;
    box-sizing: border-box;
}
.view_body1 .main{
    display: flex;
    justify-content: space-between;
}
.view_body1 .box1_fl{
    max-width: 6rem;
    height: auto;
    padding-top: 0.53rem;
}
.view_body1 .box1_fl .box1_key{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.4rem;
    color: #006FFF;
    text-transform: uppercase;
}
.view_body1 .box1_fl .box1_name{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.54rem;
    color: #000000;
    text-transform: uppercase;
}

.more_class{
	background: #006EFF;
	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: #FFFFFF;
	margin: 1.53rem auto 0;
	border-radius: 2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.more_class i{
	display: block;
	width: 0.89rem;
	height: 0.65rem;
	background: #001EA0 url(../img/more_icon.png) center no-repeat;
	background-size: auto;
	border-radius: 1rem;
	margin-left: 0.24rem;
	transition: all 0.5s;
}
.more_class:hover i{
	margin-left: 0.3rem;
}
.view_body1 .box1_fr{
    width: 8.1rem;
    height: 4.7rem;
    overflow: hidden;
}





.view_body2 .box2{
    width: 100%;
    height: auto;
    background: url(../img/software_bg.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 0.57rem 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.42rem;
}
.view_body2 .box2 .box2_title{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.32rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.45rem;
    color: #006EFF;
    margin-bottom: 0.49rem;
}
.view_body2 .box2 .box2_title img{
    width: 0.58rem;
    height: 0.58rem;
    object-fit: contain;
}
.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;
}






.view_body3 .box3_item{
    width: 100%;
    height: auto;
    background: #F8F8F8;
    border-radius: 0.15rem;
    margin-bottom: 0.42rem;
    padding: 0.8rem 1.35rem 0.69rem;
    box-sizing: border-box;
}
.view_body3 .box3_item .box3_title{
    display: flex;
    align-items: center;
    column-gap: 0.24rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #000000;
    margin-bottom: 0.49rem;
}
.view_body3 .box3_item .box3_title img{
    width: 0.36rem;
    height: 0.36rem;
    object-fit: contain;
}
.view_body3 .box3_item .box3_cont,
.view_body3 .box3_item .box3_cont p,
.view_body3 .box3_item .box3_cont *{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
}
.view_body3 .box3_item .box3_cont img{
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline;
}



.view_body4{
    margin-top: 1.03rem;
}
.view_body4 .view_class{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.54rem;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
}
.view_body4 .product_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.24rem;
    margin-bottom: 1.8rem;
    column-gap: 0.42rem;
    row-gap: 0.42rem;
}
.product_list .product_item{
    width: calc(50% - 0.21rem);
    height: 3.11rem;
    background: url(../img/product_bg.png) center no-repeat;
    background-size: cover;
    border-radius: 0.15rem;
    overflow: hidden;
    padding: 0.41rem 0 0 0.46rem;
    box-sizing: border-box;
    position: relative;
}
.product_list .product_item .product_title{
    font-family: Sans-SemiBold;
    font-weight: 600;
    font-size: 0.38rem;
    color: #006EFF;
    max-width: 60%;
}
.product_list .product_item .product_cont{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    margin-top: 0.05rem;
    max-width: 46%;
}
.product_list .product_item .product_more{
    display: flex;
    align-items: center;
    column-gap: 0.13rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.2rem;
    color: #006FFF;
    position: absolute;
    bottom: -0.4rem;
    transition: all 0.5s;
}
.product_list .product_item .product_more i{
    width: 0.22rem;
    height: 0.22rem;
    display: block;
    background: url(../img/product_more.png) center no-repeat;
}
.product_list .product_item:hover .product_more{
    bottom: 0.38rem;
}
.product_list .product_item .product_img{
    max-width: 2.3rem;
    max-height: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.7rem;
    right: 1.15rem;
}
.product_list .product_item .product_img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}



@media only screen and (max-width: 1024px) {
    .banner .banner_fl{
        width: auto;
        flex: 0 0 40%;
    }
    .banner .banner_fr{
        padding-top: 1.24rem;
        flex: 0 0 60%;
    }
    .solu_item{
        flex: 0 0 100%;
    }
    .body .solu_item .solu_cont{
        font-size: 12px;
    }
    .view_body1{
        /* padding: 0.6rem 0 1rem; */
    }
    .view_body1 .box1_fr{
        flex: 0 0 48%;
        height: 4.2rem;
    }
    .view_body2 .box2{
        padding: 0.57rem 0.5rem 0.58rem;
    }
    .view_body3 .box3_item{
        padding: 0.8rem 0.5rem 0.69rem;
    }
    .view_body3 .box3_item .box3_cont, .view_body3 .box3_item .box3_cont p, .view_body3 .box3_item .box3_cont *{
        font-size: 12px;
    }
    .product_list .product_item{
        flex: 0 0 100%;
    }
    .product_list .product_item .product_cont{
        font-size: 12px;
        
    }
    .view_body2 .box2 .box2_cont{
        font-size: 12px;
    }
}