.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;
}
/*底部*/
.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%);
}

/*解决方案*/
.solution-img{
    padding: 20px 20px 0;
}
.solution{
    position: relative;
}
.sub-contain {
    width: 100%;
    margin-top: 20px;
}
.industrial-park {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 20px;
    height: 64px;
    background: #FFFFFF;
    color: #4DB7DD;
    display: flex;
    align-items: center;
    position: relative;
}
.xiajiantou {
    width: 16px;
    height: 16px;
    /*transform: rotate(360deg);*/
    transition: all 0.3s;
    position: absolute;
    right: 20px;
}
.industrial-park-hr {
    margin: 0 17px;
    height: 1px;
    background: #DFE2E4;
}
.message-details {
    padding: 20px;
    background: #F8F9FA;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
}
.message-details-top {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 17px;
}
.message-details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(9, 15, 33, 0.5);
}
/*客户价值*/
.hone-advantage{
    background: #F8F9FA;
}
/*方案优势*/
.hcbm-advantage {
    position: relative;
}

.hcbm-advantage-con {
    padding: 20px 20px 0;
}

.hcbm-advantage-tip {
    padding: 20px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(12, 37, 91, 0.1);
}

.hcbm-advantage-tip .m-text1 {
    margin: 8px auto;
    font-size: 16px;
    font-weight: 400;
    color: #090F21;
    line-height: 22px;
}

.hcbm-advantage-tip .m-text2 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
}

.tip-right {
    margin-top: 16px;
}
/*自主产品*/
.lease-value{
    background: #F8F9FA;
}
.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;
}
/*成功案例*/
.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;
}
