.banner .banText p{
    color: #fff !important;
}
.solution .bread{
    padding: 0.32rem 0;
}
.solutionList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.72rem;
    margin-bottom: 1.15rem;
}
.solutionL{
        border-radius: 0.08rem;
    width: 4.8rem;
    height: 4rem;
    margin-right: 0.65rem;
    border: 0.02rem solid #D9D9D9;
    position: relative;
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.solutionLImg{
    width: 100%;
    height: 3rem;
    display: block;
}
.solutionLImg img{
    height: 100%;
    object-fit: cover;
}
.solutionL:nth-child(3n){
    margin-right: 0rem;
}
.solutionDTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.23rem;
    color: #000000;
    margin-bottom: 0.2rem;
}
.solutionDContent{
    display: none;
    height: 0.46rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #777777;
    margin-bottom: 0.34rem;
    overflow: hidden;
    transition: 0.3s all;
}
.solutionLD{
        box-sizing: border-box;
        width: 100%;
    padding: 0.4rem;
    position: absolute;
    bottom: 0rem;
    background: #fff;
}
.solutionL:hover .solutionDContent{
    height: 2.45rem;
    margin-bottom: 0;
}
.solutionL:hover .solutionLD{
        transition: all 0.4s ease-in-out;
    background: #F4F6FB;
    padding-bottom: 0.25rem;
}
.solutionL:hover::after{
    content: '';
    width: 100%;
    height: 0.03rem;
    background: #C01920;
    display: block;
    position: absolute;
    bottom: 0;
}
.solutionRight{
    width: 0.43rem;
    height: 0.43rem;
    position: absolute;
    right: 0.4rem;
    bottom: 0.31rem;
}
.solutionL:hover .solutionRight{
    top: 0.25rem;
    right: 0.4rem;
}
.solutionL:hover .solutionRight img{
    content: url('../img/solution/right2.png');
}
.solutionRight img{
    width: 100%;
    height: 100%;
    transition: 0.3s all;
}
.solutionHyL{
    margin-top: 0.53rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.65rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.2);
    border-radius: 0.05rem;
}
.solutionHy{
    width: calc(100% / 6);
    height: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.21rem;
    color: #333333;
    text-align: center;
    position: relative;
    line-height: 0.65rem;
    cursor: pointer;
    transition: 0.3 all;
}
.solutionHy.active{
    color: #284FAD;
    font-weight: bold;
}
.solutionHy::after{
    content: '';
    width: 0rem;
    height: 0.07rem;
    display: block;
    background: linear-gradient( 90deg, #284FAD 0%, #1E9DDF 100%);
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.solutionHy.active::after,
.solutionHy:hover::after{
    content: '';
    width: 1.5rem;
    height: 0.07rem;
    display: block;
    background: linear-gradient( 90deg, #284FAD 0%, #1E9DDF 100%);
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.solutionHy:hover{
    font-weight: bold;
    color: #284FAD;
}
.solutionContentL{
    margin-top: 0.88rem;
}
.HyTitle{
    width: 2.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    background: linear-gradient( 90deg, #284FAD 0%, #1E9DDF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0.45rem;
}
.HyText{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.35rem;
    margin-bottom: 0.96rem;
}
.HyDetailL2{
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #D9D9D9;
    margin-bottom: 0.32rem;
    transition: 0.4s all;
}

.HyDetailL2:hover{
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    border: 0.01rem solid #D9D9D9;
}
.HyDetailL2:hover .more img{
    content: url('../img/solution/right2.png');
}
.HyDetailLeft{
    width: 3.23rem;
    height: 2.2rem;
}
.HyDetailLeft img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.HyDetailRight{
    width: calc(100% - 5.66rem);
    padding: 0.58rem 0.64rem 0.58rem 0.82rem;
}
.HyDetailRight .HyDetailRTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.23rem;
    color: #000000;
}
.HyDetailRight .HyDetailRContent{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.25rem;
    margin-top: 0.28rem;
}
.HyDetailL2 .more{
    width: 0.98rem;
}
.HyDetailL2 .more img{
    width: 0.43rem;
    height: 0.43rem;
    transition: 0.4s all;
}
.solutionHyDetail{
    margin-bottom: 2.12rem;
}
.solutionHyDetail2{
    padding: 0.78rem 1.15rem;
    
}
.solutionHyDetail2 p{
        font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    /*font-size: 0.21rem;*/
    color: #333333;
        font-size: .2rem;
}
.solutionHyDetail2 ul li{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    /*font-size: 0.21rem;*/
    color: #333333;
      font-size: .2rem;
}
.otheral{
    display: flex;
    justify-content: space-between;
    margin: 0 1.2rem;
}
.otheral div{
    width: 2.1rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid rgba(51,51,51,0.3);
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 0.17rem;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.otheral div a{

}
.otheral div:hover{
    color: #284FAD;
    border: 0.01rem solid #284FAD;
}
.otheral div img{
    width: 0.36rem;
    height: 0.36rem;
}
.otheral .otheralPer img{
    margin-right: 0.35rem;
    margin-left: 0.1rem;
    transform: rotate(-180deg);
}
.otheral .otheralPer:hover img{
    content: url('../img/solution/left1.png');
    transform: rotate(0deg);
}
.otheral .otheralNext{
    justify-content: right;
}
.otheral .otheralNext:hover img{
    content: url('../img/solution/left1.png');
    transform: rotate(-180deg);
}
.otheral .otheralNext img{
    margin-right: 0.1rem;
    margin-left: 0.35rem;
}
.solutionContentL2{
    background: #FFFFFF;
    margin-top: 0.76rem;
    padding-bottom: 1.02rem;
}
.all{
    background: #F4F6FB;
    padding-bottom: 0.89rem;
}


@media only screen and (max-width:1024px){
    .solutionL{
        margin-right: 0;
        width: 3.3rem;
    }
    .solutionList{
            justify-content: space-between;
    }
    .solutionHyL{
        height: 100%;
            flex-wrap: wrap;
    }
    .solutionHy.active::after, .solutionHy:hover::after{
        width: 1rem;
    }
    .solutionHy{
        font-size: 0.18rem;
    }
    .solutionHyDetail2{
        padding: 0;
    }
    .HyDetailRight .HyDetailRTitle{
            white-space: normal;
    -webkit-line-clamp: 7;
    }
    .HyDetailRight {
    width: 3.2rem;
    padding: 0.2rem;
    }
}