.div-img {
    display: flex;
}
.contain{
    overflow: hidden;
}
/*banner*/
.banner{
    position: relative;
    margin-top: 44px;
    background-color: #fff;
    padding: 20px 20px 40px;
}
.banner-img{
    position: relative;
    z-index: 101;
}
.banner-bg{
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 100;
}
.banner-content{
    position: relative;
    z-index: 101;
}
.banner-title{
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #090F21;
    line-height: 37px;
    letter-spacing: 1px;
}
.banner-txt h2{
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 20px;
}
.banner-hr{
    margin-top: 20px;
    width: 70px;
    height: 2px;
    background: #090F21;
}
.banner-txt p{
    margin-top: 20px;
    font-size: 10px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
}
/*<!-- 解决方案 -->*/
.solution{
    position: relative;
    background: #F8F9FA;
}
.square-item1{
    width: 64px;
    height: 76px;
    position: absolute;
    top: 19px;
    left: 0;
}
.square-item2{
    width: 43px;
    height: 49px;
    position: absolute;
    top: 70px;
    left: 66px;
}
.square-item3{
    width: 95px;
    height: 142px;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 100;
}
.solution-bg{
    padding: 20px 20px 0;
    position: relative;
    z-index: 101;
}

/*方案优势*/
.service{
    background: #F8F9FA;
}
.hone-components-contain {
    padding: 20px 20px 0;
}

.service-function-tip {
    display: flex;
    margin-top: 20px;
}

.service-function-logo {
    width: 36px;
    height: 42px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(9, 15, 33, 0.2);
    line-height: 42px;
}

.service-function-right {
    margin-left: 20px;
}

.service-function-right .service-function-right-h1 {
    font-size: 14px;
    font-weight: 500;
    color: #090F21;
    line-height: 24px;
    text-align: left;
}

.service-function-right p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
}
/*自主产品*/
.lease-value{
    position: relative;
}
.lease-industry-con {
    padding: 4px 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lease-industry-con a {
    padding: 40px 10px 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 160px;
    height: 232px;
    background: #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(12, 37, 91, 0.1);
}

.lease-industry-tips .div-img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.lease-industry-tips h3 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center;
}
.overview-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 100%;
    background: linear-gradient(
            0deg, rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}

/*成功案例*/
.transport-function-tip {
    margin: 20px 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgba(12, 37, 91, 0.1);
}
.transport-tip-img{
    margin: 16px 0 12px 16px;
}
.transport-function-logo {
    height: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 16px 24px;
    transition: all 0.3s;
    position: relative;
}

.transport-function-logo-text {
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
}

.xiajiantou2 {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    transition: all 0.3s;
}

.transport-function-right {
    padding: 0 16px 16px;
}

.transport-function-right-p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
}
