#Header{
    width: 100%;
    height: 90px;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 999
}
.hearder_box{
    width: 1350px;
    margin: 0 auto;
}
.header_logo{
    width: 166px;
    margin-top: 20px;
    height: 40px;

}
.header_logo img{
    width: 100%;
    height: 100%;
}
.header_text{
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #020202;
    margin-top: 15px;
}
.header_phone{
    font-size: 26px;
    font-family: DIN;
    font-weight: 500;
    color: #E50014;
}
.hearder_list{
    margin-top: 10px;
}
