.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 4.5rem;
    right: 0;
    padding: 1.58rem 2.16rem 1.16rem 2.75rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 20;
    transition: opacity 0.3s, background-color .3s;
}

.header3 {
    background-image: none;
}

.ziji3 {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #eee;
}

.ziji4 {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #eee;
}

.header p {
    height: 1.43rem;
}

.header p img.poa, .h_left .searchb p img.poa {
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: opacity .3s;
}

.header .h_left .searchb p {
    width: 1.33rem;
    height: 1.33rem;
}

.ald_a {
    position: relative;
    top: 0;
}

.ald_a .ald_b {
    position: absolute;
    height: 0.2rem;
    width: 100%;
    background-color: #fff;
    left: 0;
    transition: all 0.5s
}

.openmenu {
    height: 1.33rem;
    width: 1.33rem;
    font-size: 0;
    margin-left: 1.25rem;
}

.ald_a .ald_b:nth-child(1) {
    top: 0;
}

.ald_a .ald_b:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.ald_b:nth-child(3) {
    bottom: 0;
}

.ald_cd1_1 {
    /* transform: translateY(-50%); */
    top: 50% !important;
    /* transition: all 0.8s; */
}

.ald_cd2_2 {
    transform: rotate(45deg);
    transform-origin: center center;
}

.ald_cd3_3 {
    transform: rotate(-45deg);
    transform-origin: center center;
}

.ald_cd1_1+.ald_cd1 {
    display: none;
}

.header.ziji p img.poa, .header.ziji3 p img.poa, .header.ziji4 p img.poa, .header.ziji .h_left .searchb p img.poa, .header.ziji3 .h_left .searchb p img.poa, .header.ziji4 .h_left .searchb p img.poa,
.header.header2 p img.poa, .header.header2 .h_left .searchb p img.poa {
    opacity: 1;
}

/* .header3 .ald_a .ald_b, */
.header2 .ald_a .ald_b, .ziji .ald_a .ald_b, .ziji3 .ald_a .ald_b, .ziji4 .ald_a .ald_b {
    background-color: #333;
}

.ziji2 {
    background-color: #fff;
}

.header2, .ziji {
    /* height: 4.5rem; */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    /* border-bottom: 0.02rem solid rgba(0, 0, 0, 0.1); */
}

.navbar {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgb(199, 199, 199);
    background-color: #fff;
    border-radius: 50%;
    /* transform-origin: center center; */
    transition: transform 1.5s, top 1.5s, right 1.5s;
    top: -100%;
    right: -100%;
    transform: matrix(1, 0, 0, 1, 0, 0);
    /* transform: scale(1); */
}

.openmenucont {
    top: 0;
    right: 10%;
    transform: matrix(4, 0, 0, 4, 0, 0);
    /* transform: scale(4); */
}

.menushide {
    height: 100%;
    width: 100%;
    position: fixed;
    padding: 5rem 0 0;
    z-index: 12;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.5s, visbility 0.3s;
    /* display: none; */
    /* background-color: #fff; */
}

.menushide.show {
    opacity: 1;
    visibility: visible;
}

.menushide>div {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.menushide h2 {
    margin-bottom: 2.54rem;
}

.menushide h2:last-child {
    margin-bottom: 0;
}

.menushide h2 p {
    color: #017EC7;
    font-size: 1.25rem;
    margin-right: 1.6rem;
}

.menushide h2 p strong {
    font-size: 1.25rem;
    font-weight: 900;
}

.menushide h2 span {
    display: inline-block;
    font-size: 0.75rem;
    color: rgba(1, 126, 199, 0.4);
    font-weight: 700;
}

.menutit {
    height: 5.25rem;
    margin-bottom: 0.5rem;
}

.hotline .tit {
    color: #FF8D41;
    font-size: 0.75rem;
}

.hotline span+span {
    font-size: 1rem;
    font-weight: 700;
}

.ewm {
    width: 4.3rem;
    height: 4.3rem;
}

.menubot {
    margin-top: 11.7rem;
}

.menubot p span {
    font-size: 0.75rem;
}

.menushide h3 {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.menushide h3 * {
    font-size: 0.5rem;
    font-weight: 500;
    color: #858585;
    vertical-align: top;
}

.menushide h3 a {
    margin-right: 1.7rem;
    transition: color 0.3s;
}

.menushide h3 a:hover {
    color: #017EC7;
}

.mebox_left h2, .mebox_right>* {
    transform: translateX(8rem);
    opacity: 0;
    transition: transform 0.8s, opacity 0.8s;
}

.mebox_left h2 strong {
    margin-right: 1rem;
}

.bannertit {
    height: 2.5rem;
    top: 50%;
    left: 12.16rem;
    opacity: 1;
    /* transform: translateY(-50%); */
}

.carl0 {
    left: 0;
    opacity: 0;
}

.elftcart {
    transition: left 0.8s, opacity 1.5s;
}

.tishibox {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.tishibox .tishi {
    position: absolute;
    font-size: 1rem;
    padding: 1rem;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%) translateY(-50%);
}

/* 搜索 */
.sear_bac {
    display: none;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 4.5rem;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;

}

.sea_box {
    position: relative;
    justify-items: center;
    margin-top: 5rem;
    background: #FFFFFF;
    border-radius: 6px;
    padding-right: 1.6667rem;
}

#sea_txt {
    font-weight: normal;
    width: 50rem;
    height: 2.8333rem;
    border-radius: 6px;
    outline: none;
    border: none;
    padding-left: 3rem;
    background: url(../imges/sea_bgc.svg) no-repeat 1.0417rem center/1.3333rem 1.3333rem;
}

#sea_btn {
    font-size: 1rem;
    color: #333333;
}

@media screen and (max-width:940px) {
    #sea_txt {
        width: 100%;
        height: 2.8333rem;
    }

    .sea_box {
        width: 90%;
        display: flex !important;
        margin: 6rem auto;
        justify-content: space-between;
        align-items: center;
    }

    .sea_box_p {
        display: block;
        width: 88%;
    }

    .mebox_left, .menutit, .menutit img,
    .mebox_right {
        height: auto;
        width: 100%;
    }

    .menutit, .menutit img, .mebox_right {
        margin-top: 2rem;
    }

    .menushide {
        overflow-y: auto;
    }

    .menushide h3 p {
        float: none;
    }

    .menubot {
        margin-top: 2rem;
    }

    .menushide h2 {
        display: block;
    }

    .menushide h3 {
        position: relative;
        margin-top: 8rem;
        padding-bottom: 1rem;
    }

    .bannertit {
        left: 3rem;
    }

    .banner h2 {
        position: relative;
        height: 12rem;
    }

    .banner h2 img {
        position: absolute;
        left: 30%;
        transform: translateX(-50%);
        width: auto;
        height: 100%;

    }
}