html {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
}

.navbar-default {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.flexVerticalcenter {
    display: flex;
    align-items: center;
}

.container-fluid-left {
    padding-left: 160px;
}

.navbar-header {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.textCenter {
    text-align: center;
}

.footText {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
}

a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    text-decoration: underline;
}

.contentBox {
    display: flex;
    justify-content: center;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexAround {
    width: 1280px;
    margin: 0 auto;
}

.topTitle {
    width: 100%;
    font-size: 48px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: rgb(0, 0, 0);
    text-decoration: blink;
    margin-top: 50px;
}

.appDes {
    width: 960px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #333333;
    margin-top: 36px;
}

.phoneImg {
    width: 271px;
}

.iconStyle {
    width: 64px;
}

.cursor {
    cursor: default;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 158px;
    background-color: #F6F6F6;
}

.foot-bar {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    height: 158px;
    padding-top: 40px;
    box-sizing: border-box;
}

.container {
    width: 50%;
}

.company-title {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111E38;
    margin-bottom: 12px;
}

.company-mobile {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #808999;
    line-height: 22px;
}

.align-right {
    width: 100%;
    text-align: right;
}

.p-r-100 {
    padding-right: 100px;
    color: #808999;
}

.cursor {
    cursor: default;
}

.company-address {
    margin-top: 24px;
}

.info {
    margin-top: 28px;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

.info a {
    font-size: 12px;
}

.nav-list {
    position: absolute;
    right: 207px;
    top: 26px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
}

.nav-todo {
    display: inline-flex;
    cursor: pointer;
    margin-right: 93px;
    flex-direction: column;
    justify-content: center;
}

.nav-item {
    width: 60px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #1A1A1A;
    text-align: center;
}

.nav-current {
    width: 28px;
    height: 4px;
    margin-top: 18px;
    background: #FB6401;
    align-self: center;
}

.service-center {
    width: 702px;
    margin: 50px auto 0;
}

.contact-us {
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    margin-top: 50px;
}

.contact-block {
    margin: 16px 0;
}

.contact-company {
    width: 100%;
    font-size: 16px;
}

.contact-company span:nth-of-type(1) {
    font-weight: 600;
}

.contact-bottom {
    width: 100%;
    margin-top: 100px;
    display: flex;
}

.m-r-100 {
    margin-right: 100px;
}

.contact-business-title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-business-phone {
    width: 100%;
    background: url('../images/20210916phone.png') no-repeat left center;
    background-size: 16px 16px;
    padding-left: 32px;
    font-size: 15px;
    margin-bottom: 16px;
}

.contact-business-time {
    width: 100%;
    background: url('../images/20210916time.png') no-repeat left center;
    background-size: 16px 16px;
    padding-left: 32px;
    font-size: 15px;
}

.contact-business-address {
    border: 1px solid #CCC;
    padding: 14px 8px 14px 54px;
    border-radius: 4px;
    background: url('../images/20210916gw_addrress.png') no-repeat 8px center;
    background-size: 32px 32px;
    font-size: 16px;
    box-sizing: content-box;
}