﻿/*头部Banner*/
.solutions-banner{
    height: 8rem;
    overflow: hidden;
    position: relative;
}
.solutions-banner img{
    height: 8rem;
}
.solutions-masks{
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 8rem;
    background: rgba(0,0,0,0.2);
}
.solutions-mask{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 10rem;
    height: 3rem;
}
.solutions-mask h2{
    font-size: 0.38rem;
    font-weight: 500;
    letter-spacing: 0.03rem;
    color: #fff;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
    text-transform: uppercase;
}
.solutions-mask hr{
    border: 0.005rem solid #fff;
    width: 1rem;
    margin: 0 auto 0.4rem auto;
}
.solutions-mask p{
    font-size: 0.17rem;
    letter-spacing: 0.035rem;
    color: #fff;
    width: 6rem;
    margin: 0 auto 2.4rem auto;
    line-height: 0.28rem;
}

/*行业解决方案开始*/
.solutions-box{
    max-width: 16rem;
}
.solutions-content-box{
    max-width:16rem;
    margin: 0.8rem auto auto auto;
    text-align: center;
}
.solutions-box-banner{
    margin: 0 auto 0.4rem auto;
}
.solutions-box-banner-masks{
    position: absolute;
}
.solutions-box-banner-mask{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 16rem;
    height: 5rem;
}
.solutions-box-banner-mask h2{
    font-size: 0.4rem;
    font-weight: 900;
    line-height: 0.56rem;
    color: #fff;
    text-transform: uppercase;
}
.solutions-box-banner-mask hr{
    border: 0.005rem solid #fff;
    width: 1rem;
    margin: 0 auto 0.4rem auto;
}
.solutions-box-banner-mask p{
    font-size: 0.2rem;
    font-weight: 500;
    color: #fff;
    width: 13rem;
    margin: 0 auto 2.4rem auto;
    line-height: 0.3rem;
}
/*行业解决方案结束*/

@media screen and (min-width: 2000px) {
    .caption p{
        font-size:0.16rem;
        line-height:0.3rem;
    }
    .section-describe {
        width: 50%;
    }

    .media-item p.media-item-content{
        font-size: 0.2rem;
    }
}