body{
    max-width: 750px;
    padding: 0;
}
.row{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.flex{
    display: flex;
}
.inline{
    display: inline;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.nav-tab{
    justify-content: space-between;
    position: fixed;
    top:0;left:0;bottom:0;width:100%;max-width:750px;height:45px;background-color:#ffffff;z-index:999;
}
.header_1{
    padding:7px 0 12px 22px;
}
.header_1 img{
    width: 89.5px;
    height: 26px;
}
.header_2{
    padding: 14px 13px 13px 0;
}
.header_2 img{
    width: 26px;
    height: 18.5px;
}


.mask_box{
    background-color: #333333;
    opacity:0.8;
    position: fixed;
    display: none;
    z-index: 999;
}
.nav-mask{

}
.mask{
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #959494;
    padding: 18px 17px;
}
.nav-title{
    font-size: 16px;
    color: #ffffff;
}
.nav-img img{
    width: 9px;
    height: 14.5px;
}



.mobile_foot{
    max-width: 750px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    background: url("../images/foot_bg.png");
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.tel{
    padding-top: 20px;
}

.tel,.address{
    align-items: center;
    padding-left: 30px;
    line-height: 30px;
}

.tel span{
    line-height: 30px;
}

.mobile_label{
    padding-right: 11.5px;
}
.mobile_label img{
    width: 11px;
    height: 13px;
}
.code img{
    width: 116px;
    height: auto;
}
.mobile_code{
    padding: 20px 22.5px;
    justify-content: space-around;
    text-align: center;
}
.code_span{
    padding: 10px 0;
}
.company{
    padding: 9px 0 17px 0;
    text-align: center;
}
.company a{
    color: #888888;
}



.new_foot{
    padding: 20px 42px;
    background-color: #0F132C;
    color: #FFFFFF;
}
.new_flag img{
    width: 36px;
    height: 35px;
}
.new_banner img{
    width: 127px;
    height: 127px;
}
.new_flag,.new_banner,.new_flag_info{
    justify-content: space-between;
    text-align: center;
}
.new_one{
    font-size: 14px;
    margin: 16px 0 8px 0;
}
.new_phone{
    font-size: 20px;
    margin-bottom: 6px;
    font-family: DIN;
    font-weight: bold;
}
.new_title{
    font-size: 14px;
}
.new_one_address{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.new_flag_info{
    width: 50%;
}
.new_flag{
    margin-top: 25px;
    margin-bottom: 38px;
}
.new_white{
    height: 1px;
    background: #888888;
    opacity: 0.5;
}
.new_company{
    background-color: #0F132C;
    font-size: 14px;
    color: #888888;
}