body{
    background: #F8F8F8;
}
.body{
    padding-top: 1.9rem;
    min-height: 7rem;
}
.body .search_name{
    text-align: center;
    font-family: OpenSans-Bold;
    font-weight: bold;
    font-size: 0.6rem;
    color: #2B2B2B;
    text-transform: uppercase;
    margin-bottom: 0.84rem;
}
.body form{
    max-width: 9rem;
    width: 94%;
    height: 0.68rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    border-radius: 0.06rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0.2rem 0.7rem 0.2rem 0.22rem;
    box-sizing: border-box;
}
.body form .form_input{
    width: 100%;
    height: 100%;
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000;
}
.body form .form_input::placeholder{
    color: #2B2B2B;
}
.body form .submit{
    width: 0.24rem;
    height: 0.24rem;
    cursor: pointer;
    background: url(../img/search_icon.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.25rem;
    top: 0.22rem;
}


.num_unll{
    padding: 0.45rem 0 2.48rem;
    box-sizing: border-box;
}
.num_unll img{
    width: 2.23rem;
    height: 2.17rem;
    margin: 0 auto 0.45rem;
}
.num_unll span{
    display: block;
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #2B2B2B;
    text-align: center;
}






.body_num{
    margin-top: 0.83rem;
    background: #fff;
    padding: 0.47rem 0 1.5rem;
    box-sizing: border-box;
}
.body_num .num_shu{
    width: 100%;
    border-bottom: 0.01rem solid #707070;
    padding-bottom: 0.33rem;
    box-sizing: border-box;
    font-family: Sans-SemiBold;
    font-weight: 600;
    font-size: 0.24rem;
    color: #2B2B2B;
}
.body_num .num_shu span{
    color: #006FFF;
}


.body_num .num_class{
    font-family: OpenSans-Bold;
    font-weight: bold;
    font-size: 0.4rem;
    color: #303030;
    text-transform: uppercase;
    margin: 0.67rem 0 0.47rem;
}






.product_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.42rem;
    row-gap: 0.33rem;
}
.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;
}





.solu_list{
    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;
}
.solu_list .solu_item .solu_icon{
	width: 0.7rem;
	height: 0.7rem;
	margin-bottom: 0.08rem;
}
.solu_list .solu_item .solu_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.3rem;
	color: #006EFF;
}
.solu_list .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;
}
.solu_list .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;
}
.solu_list .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;
}
.solu_list .solu_item:hover .solu_cont{
    color: #006FFF;
}
.solu_list .solu_item:hover .solu_more{
    bottom: 0.54rem;
}


@media only screen and (max-width: 1024px) {
.body form .form_input{
    font-size: 12px;
}
.body form .form_input::placeholder{
    font-size: 12px;
}
.num_unll span,.body_num .num_shu,.body_num .num_shu span{
    font-size: 12px;
}
.product_list .product_item{
    flex: 0 0 100%;
}
.product_list .product_item .product_cont{
    font-size: 12px;
}
.solu_item{
    flex: 0 0 100%;
}
.solu_list .solu_item .solu_cont{
    font-size: 12px;
}
}