.banner-img{
    position: relative;
}
.banner-img img {
  width: 1360px;
  height: 172px;
}
.banner-img .tit{
    font-size: 46px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
}
.icon-wrap{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.icon-wrap .icon{
    display: block;
    border: 1px solid #6eb0fd;
    width: 210px;
    text-align: center;
    padding: 20px 0;
}
.icon-wrap .icon:hover{
    box-shadow: 0px 4px 23px 0px rgba(152, 152, 152, 0.5);
}
.icon-wrap .icon img{
    width: 150px;
    height: 105px;
}
.icon-wrap .icon .txt{
    margin-top: 20px;
}