/*顶部*/
header {
    width: 100%;
}

.indexHeader {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    position: relative;
}

.indexHeader__left {
    height: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    margin-right: 20px;
}

.indexHeader__left__logo {
    width: 104px;
    height: 38px;
    margin-bottom: 12px;
}

.indexHeader__left__text {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}

/*导航*/

.indexHeader__right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1;
}

.indexHeader__right li {
    height: 100%;
    position: relative;
    padding: 0 15px;
    z-index: 69;
    flex: 1;
}

.indexHeader__right li.sub a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.indexHeader__right li.sub:hover,
.indexHeader__right li.sub.cur {
    background: rgba(0, 0, 0, 0.2);
}

.indexHeader__right li.sub:hover p>a {
    background-color: rgba(0, 0, 0, 0.2);
}

.indexHeader__right li .subNav {
    position: absolute;
    width: 100%;
    top: 110px;
    z-index: 69;
    line-height: normal;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0px;
}

.indexHeader__right li .subNav p a {
    color: #000;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.indexHeader__right li .subNav p a:hover {
    color: #fff;
}

.current {
    background: rgba(0, 0, 0, 0.2);
}

/* 移动端header */
.indexHeadeMo {
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.indexHeadeMo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexHeadeMo__left{
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
}

.indexHeadeMo__left__logo {
    width: 52px;
    height: 20px;
    margin-bottom: 6px;
}

.indexHeadeMo__left__text {
    font-size: 10px;
    font-weight: 500px;
    color: #FFFFFF;
}

.indexHeadeMo__middle {
    font-size: 17px;
    font-size: 500;
    color: #FFFFFF;
}

.indexHeadeMo__left__back {
    width: 7px;
    height: 12px;
}

/*手机导航*/
.indexHeadeMo__menu img {
    width: 20px;
    height: 20px;
}

.indexHeadeMo__menu{
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.meunBox {
    display: none;
    width: 100vw;
    height: 100dvh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* 兼容Safari */
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    font-size: 13px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 50px;
    padding-top: 30px;
    overflow: hidden;
}

.meunBox a {
    display: block;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #FFFFFF;
    border-bottom: 1px solid #A1A1A1;
}

.meunBox a:last-child {
    border: none;
}

.meunBox a {
    font-size: 13px;
    color: #FFFFFF;
}

/*返回顶部*/
.fix-nav {
    display: none;
    position: fixed;
    left: 100%;
    bottom: 60px;
    width: 100%;
    margin-left: -60px;
    z-index: 999;
}

.fix-nav .fix-nav-wrap {
    background-color: rgba(0, 70, 132, 0.6);
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.fix-nav .i-totop {
    width: 28px;
    display: block;
    margin: 0 auto;
}

/*底部*/
footer {
    width: 100%;
    background: #F7F7F7;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 9%;
    padding-top: 90px;
    padding-bottom: 40px;
}

.footer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__top__left__top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    color: #333333;
}

.footer__top__left__top img {
    width: auto;
    height: 50px;
}

.footer__top__left__bottom {
    width: 100%;
    margin-top: 64px;
    font-size: 16px;
    color: #333333;
    display: grid;
    grid-template-columns: repeat(5, auto);
    column-gap: 60px;
    row-gap: 40px;
}

.footer__top__left a:hover {
    color: var(--theme-color);
}


.footer__top__right {
    display: flex;
    column-gap: 100px;
}

.footer__top__right__code {
    width: 128px;
    height: 128px;
    background: url(../images/qrcode_border_01.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__top__right img {
    width: 100px;
    height: 100px;
}

.footer__top__right>div>div:last-child {
    text-align: center;
    margin-top: 44px;
    font-size: 18px;
    color: #000;
}

.footer__bottom {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 70px;
}

.footer__bottom a {
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
}

/* 移动端 */
.footer__mo {
    width: 100%;
    height: auto;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 30px 20px;
}

.footer__mo__logo {
    font-size: 30px;
    font-weight: 500;
    color: #666666;
    text-align: center;
}

.footer__mo__logo>div {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer__mo__logo img {
    width: auto;
    height: 46px;
}

.footer__mo__link {
    margin-top: 30px;
}

.footer__mo__link__title {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.footer__mo__link__href {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 13px;
    margin-top: 25px;
    color: #000;
}

.footer__mo__link__href a {
    color: #000;
}

.footer__mo__code {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    text-align: center;
    font-size: 13px;
    color: #000;
    align-items: center;
    justify-content: center;
}

.footer__mo__code > div > div:last-child{
    margin-top: 15px;
}

.footer__mo__code img {
    width: 92px;
    height: 92px;
}

.footer__mo__bottom {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #999999;
    margin-top: 50px;
}

.footer__mo__bottom a {
    font-size: 13px;
    color: #999999;
}

@media screen and (max-width:1199px) {
    .footer__top__left__bottom {
        grid-template-columns: repeat(4, auto);
    }
}

@media screen and (min-width:1000px) {
    body {
        font-size: 14px;
    }

    .footer__pc {
        display: block;
    }

    .indexHeader {
        display: flex;
    }

    .footer__mo,
    .indexHeadeMo {
        display: none;
    }
}

@media screen and (max-width:999px) {
    body {
        font-size: 14px;
    }

    .footer__pc,
    .indexHeader {
        display: none;
    }

    .footer__mo {
        display: block;
    }

    .indexHeadeMo {
        display: flex;
    }
}