.xls_union .layui-row{
    margin: 5rem auto;
}
.layui-row-item .item-image{
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 100%;
    margin: auto;
}
.item-title{
    font-size: 16px;
    margin: 0.75rem 0;
    font-weight: 500;
    color: #353535;
}
.layui-btn-change{
    background:linear-gradient(to right, #f9c6d4, #9e96e7);
    width: 7.5rem;
    heigth:2.5rem;
    margin-top: 3.5rem;
    box-shadow: 2px 2px 2px #f9c6d4;
}
.layui-btn-change a{
    color: white;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
/*产品介绍*/
.product_list{
    display: inline-flex;
    width: 50%;
}
.product_image{
    width: 6.3rem;
    height: 6.3rem;
    line-height: 6.3rem;
    border-radius: 100%;
    margin: auto;
}

/*解决方案*/
.solution_list{
    width: 30%;
    font-size: 1rem;
    text-align: left;
    position: absolute;
}
.solution_list1{
    left: 7%;
    top: 14%;
}
.solution_list2{
    left: 70%;
    top: 14%;
}
.solution_list3{
    left: 7%;
    top: 57%;
}
.solution_list4{
    left: 75%;
    top: 57%;
}
/*客户案例*/
/* .kh_case {
	height: 31.25rem;
	        display: flex;
	        flex-wrap: wrap;
	        justify-content: center;
	        align-items: stretch;
	}
}
 */
.kh_case img{
    width: 13%;
	height: 13%;
    margin: 1.8%;
}
.layui_content_main_box {
	
	    margin-bottom: 0rem;
	
}
/*服务*/
.service-list{
    /*width: 70%;*/
    margin: auto;
    height:7.68rem
}
.service-list-part{
    /*float: left;*/
    margin: 0px 1.5%;
    width: 14%;
    text-align: left;
}
.service-list-part h3{
    margin-top: 0;
    margin-left: 0.75rem;
}
.service-list-part p{
    float: left;
    margin:0 0.75rem;
}
.service-list-text span{
    font-size: 1rem;
    padding-right: 5px;
    color: #000;
}
.service-list-part img{
    /*width: 100%;*/
}
/*关于我们*/
.about-list{
    width: 100%;
    margin: auto;
}
.about-list-part{
    float: left;
    width: 44%;
}
.about_his{
    width: 24%;
    text-align: center;
    border-right: 1px solid #c1c1c1;
    margin: 3rem 0;
}
.about-list-part span{
    display: inline-block;
    font-weight: bold;
    font-size: 2.25rem;
}
.about_text{
    width: 46%;
    font-size: 1rem;
    text-align: left;
    /*margin: 3.7% 5%;*/
}
.about_text p{
    margin: 0.75rem 0;
}
p{
    color: #333333;
}
