/* austr英文站头部联系方式 */
#austrTop {
    widows: 100%;
    height: 48px;
}

#austrTop .austrTop-con {
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    line-height: 48px;
    position: relative;
}

.austrTop-con .youxiang {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    position: relative;
    top: 4px;
}

.austrTop-con .youx {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 2.25;
}

.austrTop-con .austr {
    width: 165px;
    height: 37px;
    position: absolute;
    top: 5.5px;
    left: 50%;
    transform: translateX(-50%);
}

.austrTop-con .ipone {
    width: 21px;
    height: 20px;
    margin: 0 10px 0 758px;
    position: relative;
    top: 4px;
}

.austrTop-con .ipo {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 2.25;
}

.austrTop-con .cn {
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* austr navbar */
#navbar {
    width: 100%;
    height: 80px;
    background-color: rgb(0, 0, 0);
    opacity: 0.702;
    line-height: 80px;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
}

#navbar .navbar-con {
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.navbar-con span {
    height: 100%;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}

.navbar-con span:hover {
    color: rgb(0, 192, 255) !important;
    border-bottom: 5px solid rgb(0, 180, 255) !important;
    box-sizing: border-box;
}

#navbar .ck {
    color: rgb(0, 192, 255) !important;
    border-bottom: 5px solid rgb(0, 180, 255) !important;
}

.tocontact {
    background-color: rgba(0, 0, 0, 0) !important;
}

.tocontact1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.361) !important;
}

/* austr英文站底部 */
#austrFooter {
    width: 100%;
    height: 40px;
    background-color: rgb(13, 53, 97);
}

#austrFooter .austrFooter-con {
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
}