header{
    background-color: #fff
}

.headBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    aspect-ratio: 16/1;
}

.headBox .headBox_01 {
    padding: 1% 0
}

.headBox .headBox_01 .logo-img {
    max-width: 100%;
}

.headBox .headBox_01 .logo-img img{
    width: 75%;
    height: auto;
    max-width: 290px;
}

.headBox .headBox_02 {
    /* width: 100%; */
    /* padding: 0 15%; */
    height: 100%
}

.headBox .headBox_02 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 0px
}

.headBox .headBox_02 ul li {
    /* width: 100%; */
    /* height: 100%; */
    /* padding: 0 10px; */
}

.headBox .headBox_02 ul li a {
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.headBox .headBox_02 ul li:hover,.headBox .headBox_02 ul li.active {
    background-color: #b5001f
}

.headBox .headBox_02 ul li:hover a,.headBox .headBox_02 ul li.active a {
    font-size: 18px;
    color: #fff
}

.headBox .headBox_03 {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.headBox .headBox_03 .hBox03_01 {
    display: flex;
    align-items: center;
    background-color: #b5001f;
    border-radius: 25px;
    padding: 1% 5%;
    margin-right: 10px
}

.headBox .headBox_03 .hBox03_01 a {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-right: 5px
}

.headBox .headBox_03 .hBox03_02 {
    width: auto;
    text-align: center;
}
.headBox .headBox_03 .hBox03_02 a.login{
    position:relative
}
.headBox .headBox_03 .hBox03_02 img {
    max-width: initial;
    width: 44px;
    height: 44px;
    border-radius: 22px;
}

.headBox .headBox_03 .hBox03_02 i{
    display: block;
    width: 10px;
    height: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom:  5px;
    right: 5px;
    z-index: 100;
    background-image: url("/images/icon/weixin.png");
}

header {
    background-color: #fff
}

.headBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5.7vw;
    aspect-ratio: 16/1;
}

.headBox .headBox_01 {
    padding: 1% 0
}

.headBox .headBox_01 .logo-img {
    max-width: 100%;
}

.headBox .headBox_01 .logo-img img{
    width: 75%;
    height: auto;
    max-width: 290px;
}

.headBox .headBox_02 {
    /* width: 100%; */
    /* padding: 0 15%; */
    height: 100%
}

.headBox .headBox_02 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 1px;
}

.headBox .headBox_02 ul li {
    width: 95px;
    height: 100%;
    /* padding: 0 10px; */
}

.headBox .headBox_02 ul li a {
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.headBox .headBox_02 ul li:hover,.headBox .headBox_02 ul li.active {
    background-color: #b5001f
}

.headBox .headBox_02 ul li:hover a,.headBox .headBox_02 ul li.active a {
    font-size: 18px;
    color: #fff
}

.headBox .headBox_03 {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.headBox .headBox_03 .hBox03_01 {
    display: flex;
    align-items: center;
    background-color: #b5001f;
    border-radius: 25px;
    padding: 1% 5%;
    margin-right: 10px
}

.headBox .headBox_03 .hBox03_01 a {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-right: 5px
}

.headBox .headBox_03 .hBox03_02 {
    width: auto;
    text-align: center;
}
.headBox .headBox_03 .hBox03_02 a.login{
    position:relative
}
.headBox .headBox_03 .hBox03_02 img {
    max-width: initial;
    width: 44px;
    height: 44px;
    border-radius: 22px;
}

.headBox .headBox_03 .hBox03_02 i{
    display: block;
    width: 10px;
    height: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom:  5px;
    right: 5px;
    z-index: 100;
    background-image: url("/images/icon/weixin.png");
}
.mibile{
    display: none;
}
@media (max-width: 993px){
    .headBox  {
        display: none;
    }
    .mibile{
        display: block;
    }
    .mHeader {
        height: 56px;
        background: #2E3437;
        position: relative;
        left: 0;
        top: 0;
        width: calc(100% - 30px);
        padding: 0 15px;
        z-index: 888;
        box-shadow: 0 1px 3px 2px rgba(0,0,0,0.06);
        display: block;
    }

    .mOpenBtn {
        width: 26px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -9px;
        overflow: hidden;
        cursor: pointer
    }

    .mOpenBtn i {
        width: 26px;
        height: 2px;
        margin-bottom: 7px;
        background: #fff;
        display: block
    }

    .mMenuLayBg {
        opacity: 0;
        position: fixed;
        z-index: 900;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out;
        transition-delay: 0.4s;
        display: block;
        background: rgba(20,20,20,0.65);
        background-size: cover;
    }

    .mMmenuLay {
        position: fixed;
        height: auto;
        width: 70%;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 950;
        overflow-y: auto;
        color: #fff;
        font-size: 14px;
        box-shadow: -2px 0px 4px 3px rgba(0,0,0,0.06);
        padding: 20% 25px;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        transform: translateX(100%);
        transition-delay: 0.2s;
        display: block;
        background: #b5001f;
        background-size: cover;
        display: block;
        /* min-height: 100%; */
    }

    .mCloseBtn {
        background: url(../images/mclose.png) no-repeat center center;
        height: 26px;
        width: 26px;
        position: fixed;
        right: 15px;
        top: 15px;
        cursor: pointer;
        z-index: 950;
        background-size: 22px 22px;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        display: block;
        z-index: 955;
        visibility: hidden
    }

    .mLogo {
        float: left;
    }

    .mLogo img {
        height: 28px;
        width: auto;
        margin-top: 13px;
    }

    .mLogo span {
        font-size: 16px;
        line-height: 38px;
        display: inline-block;
        position: relative;
        left: 8px;
        top: 4px;
    }

    .mLogo span,.mLogo img {
        vertical-align: middle;
    }

    .mMmenuLay dt {
        position: relative;
        position: relative;
    }

    .mMenu_a1 {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        padding: 0 48px 0 6px;
        display: block;
        line-height: 46px;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .mMenu_a2 {
        font-size: 14px;
        color: #fff;
        line-height: 46px;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        padding-left: 25px;
    }

    .mMenu_a3 {
        font-size: 14px;
        color: #fff;
        line-height: 46px;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        padding-left: 50px;
    }

    .mToggle,.mToggle_a {
        height: 47px;
        width: 47px;
        position: absolute;
        top: 0px;
        right: 0px;
        background: url(../images/mhead_i1.png) no-repeat center center;
        cursor: pointer;
        display: block;
        background-size: 16px auto;
    }

    .mToggle2,.mToggle2_a {
        background: url(../images/reduce.png) no-repeat center center;
        background-size: 16px auto;
    }

    .mToggle_a {
        display: block
    }

    .mMmenuLay dd.mMenu_dd2 {
        transition: all 0.5s ease-in-out;
        height: 0;
        overflow: hidden;
        position: relative;
    }

    .mMmenuLay dl.on dd.mMenu_dd2 {
        height: 47px;
    }

    .mMenu_a1:hover,.mMenu_a2:hover,.mMenu_a3:hover {
        color: #fff;
        opacity: 0.8
    }

    .mMenu_icon1 {
        background: url(../images/hd_i1.png) no-repeat center center;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-right: 8px;
    }

    .mMenu_a1 text,.mMenu_a1 i {
        vertical-align: middle;
    }

    .mMenuLayBg.on {
        opacity: 1;
        transform: translateX(0%);
        transition-delay: 0.2s
    }

    .mMmenuLay.on {
        opacity: 1;
        transform: translateX(0%);
        transition-delay: 0.4s
    }

    .mCloseBtn.on {
        opacity: 1;
        transform: rotate(360deg);
        visibility: visible;
        opacity: 1;
    }

    .mtop_tel {
        background: url(../images/top_i1.png) no-repeat center center;
        display: block;
        height: 24px;
        width: 24px;
        position: absolute;
        top: 16px;
        right: 110px;
    }

    .mheadr_ser {
        background: url(../images/top_ser.png) no-repeat center center;
        display: none;
        height: auto;
        width: auto;
        position: absolute;
        top: 16px;
        right: 66px;
        align-items: center;
        gap: 10px;
    }
    .mheadr_ser a{
        display: flex;
        width: auto;
        color: #fff;
    }
    .mheadr_ser a img{
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

    .mMenu_a2 img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .tel{
        background-color: #fff;
        border-radius: 50px;
        text-align: center;
        padding: 10px 0;
        display: block;
        margin-top: 30%;
        box-shadow: 0 20px 40px 0 rgb(0 0 0 / 40%);
    }
    .tel a{
        color: #b5001f;
        font-size: 21px;
        font-weight: 600;
    }
}
