html{
    font-size: 10px;
}
@media (max-width:1150px){
    html{
        font-size: 8px;
    }
}
@media (max-width:800px){
    html{
        font-size: 5px;
    }
}
.home-title{
    font-size: 4.8rem;
    margin: 0;
    line-height: 6rem;
}
.home-two-title{
    margin-top: 1.9rem;
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 2.4rem;
}
.home-slogan{
    margin-top: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-line{
 height: 2px;
 width:50px;
 background: #fff;
}
.home-mask{
    margin:0  1rem;
    font-size: 2.4rem;
    line-height: 3rem;
}
.center{
    text-align: center;
    
}
.intro-title{
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.intro-deptName{
    font-size: 4.4rem;
    color: #2964AE 

}
.intro-tow-title{
    font-size: 4.4rem;
    color: #16181A
}
.intro-introduction{
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.work-title1{
    font-size: 4.4rem;
    color: #2964AE ;
    font-weight: 600;
    line-height: 1;

}
.work-title2{
    font-size: 4.4rem;
    color: #16181A;
    font-weight: 600;
    line-height: 1;
}

.work-introduction{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 8rem;
    font-weight: 600;
}

.team-title{
    font-size: 4.4rem;
    padding-bottom: 3rem;
    margin: 0;
}
.team-introduction{
    padding-top: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #FFFFFF;
}

