.banner_icon{
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    font-weight: 800;
    transition: all 0.6s;
    cursor: pointer;
    min-width: 160px;
    float: left;
    width: 15%;
    margin: 10px;
    /* margin-left:30px ; */

}
.banner_icon div:first-child{
    font-size: 60px;
}
.logo_item{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .logo_item>div{
    padding-left: 10px;
  }
.banner_icon:hover{
    box-shadow: 8px 0px 8px #000;
    color: rgb(53, 138, 248);
}
.banner_icon_box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    /* display: flex; */
    /* align-items: center; */
}
.industry div:nth-child(1) .item{
    background: url('../img/img_1.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(2) .item{
    background: url('../img/img_2.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(3) .item{
    background: url('../img/img_3.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(4) .item{
    background: url('../img/img_4.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(5) .item{
    background: url('../img/img_5.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(6) .item{
    background: url('../img/img_6.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(7) .item{
    background: url('../img/img_7.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(8) .item{
    background: url('../img/img_8.png') no-repeat;
    background-position: center;
}.industry div:nth-child(9) .item{
    background: url('../img/img_9.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(10) .item{
    background: url('../img/img_10.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(11) .item{
    background: url('../img/img_11.png') no-repeat;
    background-position: center;
}
.industry div:nth-child(12) .item{
    background: url('../img/img_12.png') no-repeat;
    background-position: center;
}
.industry div .item{
    float: left;
    width: 224px;
    height: 140px;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}
.industry div .item .item_title{
    padding-top: 50px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.8s;
}
.industry div .item .item_title:hover{
    background: none;
}
.erweima{
    width: 120px;
    height: 120px;
    background-color: #100;
    background: url('../img/微信图片_20210313174946.jpg') no-repeat center;
    background-size: 130%;
}
.step_box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.step_item{
    background-color: #fff;
    width: 160px;
    height: 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin: 10px;
    font-weight: 800;
    justify-content: center;
    transition: all 0.6s;
    cursor: pointer;
}
.step_title{
    color: #236ffb;
}
.step_item:hover{
    background-color: #236ffb;
    color: #fff;
}
.step_item:hover .step_title{
    color: #fbb723;
}
.step_item>div{
    padding-bottom: 10px;
}
#phone_call{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
    display: none;

}
.phone_call{
    height: 260px;
    width: 220px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(60%);
    background-color: #aaa;
    background:url('../img/Customer\ Service.png') no-repeat center;
    background-size: 100%;
    color: #ccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.phone_button{
    height: 30px;
    border: 1px solid #236ffb;
    width: 100px;
    color: #aaa;
    line-height: 30px;
    border-radius: 30px;
}
.result_form{
    width: 100%;
    height: 80px;
    transition: all 1s;
    /* background-color: #aaa; */
    text-align: center;
    line-height: 80px;
}
.phone{
    cursor: pointer;
}