/* common.css - 移动端适配版 */
.m_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.75rem;
    padding: 0.625rem 0.9375rem;
    background: #fff;
    z-index: 98;
    box-sizing: border-box;
    transition: all 0.5s;
    border-bottom: 0.0625rem solid rgba(99, 99, 99, 0.1);
}

.mh_left img {
    height: 2.5rem;
}

.mh_right .mh_btn {
    width: 1.25rem;
    height: 1.25rem;
}

.mh_right .mh_btn img {
    width: 1.25rem;
    height: 1.25rem;
}

.m_nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    transform: translateX(120%);
    z-index: 99;
    background-color: #fff;
    height: 100vh;
    overflow: auto;
    padding: 0.625rem 0.9375rem;
    transition: all 0.5s;
    box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.m_nav.show {
    transform: translateX(0);
}

.m_nav_close {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 2.5rem;
}

.m_nav_close .m_nav_close_btn {
    width: 1.25rem;
    height: 1.25rem;
}

.m_nav_close .m_nav_close_btn img {
    width: 1.25rem;
    height: 1.25rem;
}

.m_nav_list li {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding-right: 0;
    transition: all 0.5s;
}

.m_nav_list li.m_menu {
    line-height: 3.125rem;
}

.m_nav_list li a {    
    font-size: 1rem;    
    color: #333333;
    padding-left: 0.625rem;
}

.m_nav_list li .arrow {
    position: absolute;
    right: 0.3125rem;
    top: 0;
    transition: all 0.5s;
    height: 3.125rem;
}

.m_nav_list li .arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.375rem;
    width: 0.75rem;
    height: 0.75rem;
    background: url("/static/images/hx_add.svg") no-repeat center;
    transform: rotate(-90deg);
    background-size: 0.75rem 0.75rem;
}

.m_nav_list li.on .arrow::after {
    transform: rotate(0deg);
}

.m_nav_list li.on .sub_nav {
    display: block;
    transition: all 0.5s;
}

.m_nav_list li .sub_nav {
    padding: 0.625rem;
    padding-bottom: 0.3rem;
    padding-top: 0;
    font-size: 0.875rem;
    display: none;
    transition: all 0.5s;
}

.m_nav_list li .sub_nav li {
    list-style: circle;
    padding-left: 0.5625rem;
    list-style-position: inside;
    line-height: 2.2rem;
    border-bottom: none;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.m_nav_list li .sub_nav a {
    padding: 0.375rem 0;
    height: 2.2rem;
    line-height: 2.2rem;
    display: inline-block;
}

.zz_tanchuang {
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    width: 100%;
    z-index: 999;
}

.zz_tanchuang.one {
    animation: unfoldIn 1s cubic-bezier(.165, .84, .44, 1) forwards;
    -webkit-animation: unfoldIn 1s cubic-bezier(.165, .84, .44, 1) forwards;
    transform: scaleY(.01) scaleX(0);
    -webkit-transform: scaleY(.01) scaleX(0);
}

.zz_tanchuang.ztc_close {
    animation: unfoldOut 1s cubic-bezier(.165, .84, .44, 1) forwards;
    -webkit-animation: unfoldOut 1s cubic-bezier(.165, .84, .44, 1) forwards;
}

.zz_tanchuang .tbox {
    background: #000c;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.zz_tanchuang .tbox .modal {
    border-radius: 0.3125rem;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-height: 90%;
    max-width: 75rem;
    padding: 0;
    position: relative;
    width: 90%;
}

.zz_tanchuang.one .tbox .modal {
    animation: vZoomIn .5s cubic-bezier(.165, .84, .44, 1) .8s forwards;
    -webkit-animation: vZoomIn .5s cubic-bezier(.165, .84, .44, 1) .8s forwards;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.zz_tanchuang .tbox .modal .out {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.824' height='8.824' viewBox='0 0 8.824 8.824'%3E%3Cg data-name='组 21240'%3E%3Cg fill='none' stroke='%23fff' data-name='组 20569'%3E%3Cpath d='M.353.353 8.47 8.47' data-name='直线 13431'/%3E%3Cpath d='M8.47.353.355 8.47' data-name='直线 13432'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: 1.25rem;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    font-size: 1.875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    opacity: .75;
    position: absolute;
    right: -0.625rem;
    text-align: center;
    top: -2.5rem;
    transition: all .5s;
    width: 2.5rem;
}

.zz_tanchuang .tbox .modal .out:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.zz_tanchuang .tbox .modal .img {
    margin: 0 auto;
    max-width: 37.5rem;
    width: 100%;
    max-width: 75rem;
}

.zz_tanchuang .tbox .modal .img video {
    background-color: #000;
    display: block;
    max-height: 67vh;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(.005) scaleX(0)
    }

    50% {
        transform: scaleY(.005) scaleX(1)
    }

    100% {
        transform: scaleY(1) scaleX(1)
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1)
    }

    50% {
        transform: scaleY(.005) scaleX(1)
    }

    100% {
        transform: scaleY(.005) scaleX(0)
    }
}

@keyframes vZoomIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes vZoomOut {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}



.tc {
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    width: 100%;
    z-index: 999;
}

.tc.show {
    animation: vZoomIn .5s cubic-bezier(.165, .84, .44, 1) .8s forwards;
    -webkit-animation: vZoomIn .5s cubic-bezier(.165, .84, .44, 1) .8s forwards;
}

.tc.hide {
    animation: vZoomOut .5s cubic-bezier(.165, .84, .44, 1) .8s forwards;
    -webkit-animation: vZoomOut .5s cubic-bezier(.165, .84, .44, 1) .8s forwards;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.tc_box {
    position: relative;
    background: #000c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tc_tab {
    position: relative;
    width: 90%;
    overflow: hidden;
    padding: 1rem 0.5rem;
    background: #ffffff;
    border-radius: 0.5rem;
    display: none;
}

.tc_tab.show {
    display: block;
}

.tc_title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.8), 0 0 0.625rem rgba(16, 124, 201, 0.5);
    padding-left: 0.5rem;
    margin: 0;
}

.tc_content {
    font-size: 0.9rem;
    line-height: 1.3;
}

.tc_content p {
    margin-top: 0.6rem;
    margin-bottom: 0;
}

.tc_img {
    width: 100%;
    height: 11.5rem;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0.5rem;
    overflow: hidden;
    margin-top: 0.8rem;
}

.tc_img img {
    width: 100%;
    object-fit: cover;
}

.tc_close {
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.3125rem;
    position: absolute;
    top: 0;
    right: 0;
}

.tc_close img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m_footer {
    position: relative;
    width: 100%;
    background-color: #00559B;
    overflow: hidden;
    z-index: 1;
    padding: 1.25rem 0.9375rem;
    box-sizing: border-box;
}

.m_footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(279deg, #00559B 23.13%, #017FC3 129.16%);
    z-index: -1;
}

.foot_logo {
    position: absolute;
    max-width: 90%;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.05;
}

.foot_top {
    padding: 0.625rem 0 0.9375rem 0;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.foot_gzh {
    padding-top: 1.25rem;
    padding-bottom: 1.5625rem;
    color: #ffffff;
}

.gzh_tit {
    padding-bottom: 1rem;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.75rem;
}

.gzh_list {
    gap: 1.25rem;
}

.gzh_item {
    text-align: center;
}

.gzh_item img {
    width: 6.25rem;
    height: 6.25rem;
    object-fit: cover;
}

.gzh_item p {
    margin-bottom: 0;
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

.tel_img {
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: #107cc9;
    border: #ffffff 0.0625rem solid;
}

.tel_img img {
    width: 1.875rem;
    height: 1.875rem;
    object-fit: cover;
}

.foot_tel .txt {
    margin-left: 0.9375rem;
    color: #ffffff;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.foot_tel .txt a {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
}

.m_info {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.9375rem 0;
}

.m_info_tit {
    font-size: 0.9375rem;
    font-weight: 600;
}

.m_info_con {
    font-size: 0.875rem;
}

.m_copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    line-height: 1.6;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
    padding: 0.625rem 0;
}

.m_copyright a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
}

.right_slide {
    position: fixed;
    bottom: 6%;
    right: 0;
    z-index: 100;
    padding: 0.3rem 0 0.3rem 0.3rem;
    pointer-events: none;
}

.right_slide:hover {
    overflow: visible;
}

.right_slide .con {
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s;
    transform: translateX(120%);
    pointer-events: auto;
}

.right_slide.show .con {
    transform: translateX(-30%);
}

.right_slide .con a {
    display: block;
    text-align: center;
}

.right_slide .con .box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    background-color: #fff;
    border-radius: 50%;
    margin: 0.625rem 0;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    backdrop-filter: blur(0.625rem);
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    z-index: 2;
    cursor: pointer;
}

.right_slide .con .box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.right_slide .con .box .icon img {
    width: 1.5rem;
}

.right_slide .con .box .code {
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 1.4375rem;
    box-shadow: 0 0 0.3rem rgba(214, 207, 207, 0.1);
    top: 50%;
    transform: translateY(-50%);
    padding: 0.875rem;
    color: #107cc9;
    font-family: hr;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    z-index: -1;
    white-space: nowrap;
    line-height: 1.125rem;
}

.right_slide .con .box.on .code {
    opacity: 1;
    pointer-events: auto;
    padding-right: 3.125rem;
}

.right_slide .con .box .code1 {
    opacity: 0;
    position: absolute;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 9.375rem;
    max-width: 62.4375rem;
    background-color: #ffffff;
    border-radius: 0.06rem;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    padding: 0.15rem;
    pointer-events: none;
}

.right_slide .con .box .code1 img {
    width: 100%;
}

.right_slide .con .box.on .code1 {
    opacity: 1;
    pointer-events: auto;
}

.right_slide .con .toTop {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    background-color: #fff;
    border-radius: 50%;
    margin: 0.625rem 0;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    backdrop-filter: blur(0.625rem);
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    z-index: 2;
    cursor: pointer;
}

.right_slide .con .toTop .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.right_slide .con .toTop .icon img {
    width: 1.5rem;
}