/******************** banner start ********************/

.hide {
    display: none;
}

header {
    background-image: url('../images/banner.png');
    height: 4.5rem !important;
    position: relative;
}

header>.text {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(54%, -40%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 178px;
    line-height: 0.4rem;
}
header>.text>p>.line{
    margin:0 0.08rem;
}

header>.text>p:first-child {
    position: relative;
    z-index: 3;
    font-size: 0.4rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0.36rem;
    margin-bottom: 0.22rem;
}

header>.text>p:nth-child(2) {
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    font-weight: 400;
    width: 100%;
}


/******************** banner end ********************/



/********************* 解决方案 start **************/
/* .jjfa.bigbt{
    padding:0;
} */

.jjfa>.jjfa-img{
    width: 100%;
    height: 2.88rem;
}
.jjfa>.jjfa-img>img{
    height: 100%;
    width: 100%;
}
/********************* 解决方案 end **************/


/********************* 方案架构 start **************/


.fajg>.fajg-img{
    width: 100%;
    height: 3.6rem;
}
.fajg>.fajg-img>img{
    height: 100%;
    width: 100%;
}

/********************* 方案架构 end **************/



/********************* 应用方向 start **************/
.yyfx{
    padding-top:0.56rem;
}
.yyfx>.yyfx-content>.groups{
    /* margin-bottom:30px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yyfx>.yyfx-content.p16{
    padding-top:0;
}
.yyfx>.yyfx-content>.groups>.item:nth-child(n+4){
    margin-bottom:0;
}
.yyfx>.yyfx-content>.groups>.item{
    
    width: 3.32rem;
    box-shadow: 0px 0.06rem 0.16rem 0px rgba(182, 182, 182, 0.2), 0px -0.06rem 0.14rem 0px rgba(182, 182, 182, 0.2);
    height: 5.08rem;
    margin-bottom:0.2rem;
    position:relative;
}
.yyfx>.yyfx-content>.groups>.item>.item-img{
    width: 100%;
    height: 100px;
    position:relative;
}
.yyfx>.yyfx-content>.groups>.item>.item-img>img{
    width: 100%;
    height: 100%;
}
.yyfx>.yyfx-content>.groups>.item>.item-img>.item-mask{
    
    width: 100%;

    height: 100%;
    background: #3065EE;
    opacity: 0.1;
    border-radius: 2px;
    position:absolute;
    top:0;
    left:0;
}
.yyfx>.yyfx-content>.groups>.item>.item-img>img{
    
}
.yyfx>.yyfx-content>.groups>.item>.item-title{
    width: 100%;
    text-align: center;
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin:0.2rem 0;
}
.yyfx>.yyfx-content>.groups>.item>.item-content{
    /* width: 140%;
    transform: scale(.8); */
    /* position:absolute; */
    /* left:-0.6rem; */
    /* bottom:0.38rem; */
    /* text-align: center; */
    height: 1.32rem;
    font-size: 0.24rem;
    line-height:0.36rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    padding:0 0.12rem;
}

/********************* 应用方向 end **************/