body,html{
    font-size: 0.14rem;
}
* {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
.WorkContent{
    text-align: center;
    margin: 0.5rem 0 0 0;
}
.WorkContent .item div{
    font-size: 0.16rem;
}
.WorkContent h3{
    font-weight: 600;
    font-size: 0.3rem;
    color: #323549;
}
.WorkContent h5{
    margin-top: 0.1rem;
    letter-spacing: 0.1rem;
    color: #8A8896;
    margin-bottom: 0.4rem;
    font-size: 0.16rem;
}
.WorkContent .card{
    width: 12rem;
    margin: auto;
}
.card ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.card ul li{
    flex: 1;
}
.card ul li label {
    /* color: #565A69; */
    font-size: 0.24rem;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    overflow: hidden;
    font-weight: bold;
    transition: all 1s ease-in-out 0s;
}
.workContent .card .cardTitleOne{
    font-size: 0.23rem;
    text-align: left;
    font-weight: bold;
    color: #2D2F4B;
}
.border_bottom{
    border-bottom: 4px solid ;
    border-image: linear-gradient(to right, #474EFF, #3DCBF8) 4;
}
#title{
    /* width: 90%; */
    margin: auto;
    margin-bottom: 0.2rem;
}
#title li{
    padding-bottom: 0.1rem;
    border-bottom: 4px solid #DCDCDC;
}
.workText{
    display: none;
    justify-content: center;
    margin-top: 0.2rem;
}
.WorkContent .workText .cardImg{
    /* width: 5rem; */
    margin-right: 0.4rem;
    height: 3rem;
}
.WorkContent .workText .cardTitleTwo{
    text-align: left;
    word-wrap: break-word;
    font-size: 0.16rem;
    color: #5E6069;
    /* margin-top: 0.22rem; */
    line-height: 0.3rem;
    text-indent: 2em;
}
.work_three{
    background-color: #071654;
    padding: 0.6rem 0;
    padding-bottom: 1rem;
}
.work_three h3{
    color: #fff;
}
.work_three h5{
    color: #545E89;
}
.work_three_content{
    width:12rem;
    background-color: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
    border-radius: 0.2rem;
}
.work_three_content .item{
    padding: 0.3rem 0.1rem;
    width: 3.3rem;
}
.work_three_content .item img{
    height: 1.95rem;
    margin-bottom: 0.15rem;
}
.work_three_content .item div{
   line-height: 0.3rem;
   color: #474B5C;
}
.advantages{
    height: 6rem;
    margin-bottom: 0.7rem;
}
.line{
    width: 0.03rem;
    background-color: #E1E4EB;
    height: 2.5rem;
    margin: auto 0.25rem;
}
.rowLine{
    height: 0.02rem;
    background-color: #E1E4EB;
    margin: 0.2rem 0;
}
