.ez_head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 10px 0 20px #f1f1f1;
}

.ez_head_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    transition: .3s;
}

.ez_head_l {
    display: flex;
    align-items: center;
    color: #fff;
}

.ez_head_l>a>img {}

.ez_head_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.ez_head_i {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    ;
}

.ez_head_i>a {
    display: inline-block;
    line-height: 40px;
    transition: .3s;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 1.6rem;
}

.ez_head_a {}

.ez_head_a>a {
    background-color: var(--base);
    color: #fff;
    border-radius: 20px;
}

/* .ez_head_menu{margin-left: 50px;cursor: pointer;} */

/* .ez_head_white{background-color: #fff;box-shadow: 0px 1px 7px rgba(34, 24, 21, 0.13);}
.ez_head_white .ez_head_c{height: 100px;}
.ez_head_white .ez_head_l{color: #333;}
.ez_head_white .ez_head_l>a>img:first-child{display: none;}
.ez_head_white .ez_head_l>a>img:last-child{display: inline;}
.ez_head_white .ez_head_l>h1{border-color: #aaa;}
.ez_head_white .ez_head_i>a{color: #333;line-height: 100px;}
.ez_head_white .ez_head_a>a{color: var(--base);}
.ez_head_white .ez_head_r{color: #333;}
.ez_head_white .ez_head_s>img:first-of-type{display: none;}
.ez_head_white .ez_head_s>img:last-of-type{display: inline;} */


.ez_head_s {
    position: relative;
}

.ez_head_s>img {
    height: 60px;
    object-fit: none;
}

/* .ez_head_s>img:last-of-type{display: none;} */
.ez_head_sear {
    padding: 20px 40px 30px;
    width: 316px;
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    width: auto;
    background-color: #fff;
}

.ez_head_se {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ez_head_se>select {
    background-color: var(--base);
    color: #fff;
    height: 30px;
    padding: 0 5px;
    margin-right: 15px;
    border-radius: 5px;
}

.ez_head_se>input {
    height: 50px;
    color: #333;
}
.ez_head_se>button{
    border: 0;
    background: none;
    cursor: pointer;
}

/* .ez_head_ex{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);z-index: 2;display: none;overflow: hidden;box-shadow: 2px 2px 6px 1px #eee;}
.ez_head_exc{background-color: #fff;}
.ez_head_exc>a{color: #666;font-size: 13px;display: block;text-align: center;height: 40px;line-height: 40px;transition: .3s;padding: 0 30px;white-space: nowrap;}
.ez_head_exc>a:hover{background-color: var(--base);color: #fff;} */

.ez_head_over {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    background-color: #fdfdfd;
    overflow: hidden;
    width: 100%;
    display: none;
}

.ez_head_oc {}

.ez_head_oic {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    ;
    padding: 60px 0;
}

.ez_head_oil {
    width: 60%;
}

.ez_head_oir {
    width: 30%;
}

.ez_head_oir>img {
    width: 100%;
}

.ez_head_oil>h1 {
    font-size: 30px;
    color: var(--base);
    margin: 0 0 40px;
}

.ez_head_oiw {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.ez_head_oiw>a {
    width: 180px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.ez_head_oiw>a:hover {
    color: var(--base);
    border-color: var(--base);
}


.ez_foot {
    background: url("../images/30.jpg") no-repeat center/cover;
    color: #fff;
}

.ez_foot_c {}

.ez_foot_t {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 30px 0;
}

.ez_foot_t>a {}

.ez_foot_t>a>img:last-child {
    display: none;
}

.ez_foot_t>a:hover img:first-child {
    display: none;
}

.ez_foot_t>a:hover img:last-child {
    display: inline;
}

.ez_foot_m {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #666;
}

.ez_foot_ml {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.ez_foot_mi {
    padding-right: 4rem;
}

.ez_foot_mi>h1 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-weight: 600;
}

.ez_foot_mi>a {
    display: block;
    line-height: 2;
    color: #ddd;
    font-size: 14px;
}

.ez_foot_mi>p {
    line-height: 2;
    font-size: 16px;
    color: #ddd;
}

.ez_foot_mr {
    border-left: 1px solid #666;
    padding: 40px 0 40px 80px;
}

.ez_foot_mrt {
    display: flex;
    justify-content: space-between;
}

.ez_foot_mrti {}

.ez_foot_mrti>img {
    height: 100px;
}

.ez_foot_mrti>p {
    line-height: 4;
    text-align: center;
}

.ez_foot_mrb {}

.ez_foot_mrb>h1 {
    font-size: 16px;
    margin: 20px 0 10px;
    font-weight: 600;
}

.ez_foot_mrb>p {
    font-size: 12px;
    line-height: 2;
    max-width: 300px;
}

.ez_foot_b {
    border-top: 1px solid #666;
    padding: 20px 0 40px;
    display: flex;
    justify-content: center;
}

.ez_foot_b>p {
    font-size: 15px;
}

.ez_title {
    text-align: center;
    margin: 0 0 30px;
}

.ez_title>h1 {
    font-size: 38px;
    line-height: 1.5;
    background-clip: text;
    -webkit-background-clip: text;
    /*background-image: var(--linear);color: transparent;font-weight: 100;*/
    font-family: 'ar';
    font-weight: 600;
    color: var(--base);
}

.ez_title>h2 {
    font-size: 28px;
}

.ez_title>p {
    font-size: 1.2rem;
    line-height: 2;
    margin: 1rem 0 0;
}

.ez_cate {
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.ez_cate_c {
    height: 85px;
    display: flex;
    align-items: center;
    width: var(--lg);
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.ez_cate_i {
    padding: 0 30px;
}

.ez_cate_i>a {
    font-size: 20px;
    cursor: pointer;
    line-height: 83px;
    display: block;
}

.ez_cate_i>a:hover {
    color: var(--base);
}

.ez_cate_a {
    border-bottom: 2px solid var(--base);
}

.ez_cate_a>a {
    color: var(--base);
    font-weight: 600;
}


.ez_nav {
    position: relative;
    z-index: 1;
}

.ez_nav_c {
    height: 180px;
    display: flex;
    align-items: center;
    width: var(--lg);
    margin: 0 auto;
    color: #333;
}

.ez_nav_c>img {
    margin-right: 20px;
}

.ez_nav_c>a {}

.ez_nav_c>span {
    margin: 0 10px;
    font-family: monospace, serif;
}

.ez_nav_a {
    color: var(--base);
    font-weight: bold;
}


.ez_banner {
    position: relative;
    overflow: hidden;
}

.ez_banner>img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.ez_banner_w {
    position: absolute;
    left: 10%;
    top: 30%;
    color: #fff;
    right: 10%;
}

.ez_banner_w>h1 {
    font-size: 3.6rem;
    margin: 20px 0;
}

/* .ez_banner_w>span{display: inline-block;width: 6rem;border-top: 2px solid #eee;margin: 10px 0 40px;} */
.ez_banner_w>p {
    font-size: 1.6rem;
}

.ez_banner_v>img {
    margin-right: 10px;
}

.ez_banner_v>a {}

.ez_banner_v>span {
    margin: 0 10px;
    font-family: monospace, serif;
}

.ez_nv {
    width: 100%;
}

.ez_nv_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    border-top: 1px solid #ddd;
    padding: 60px 0 100px;
}

.ez_nv_c>a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 2;
}

.ez_nv_c>a:hover {
    color: var(--base);
}

.ez_aside {
    position: fixed;
    right: 20px;
    top: 60vh;
    z-index: 10;
    border-radius: 10px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0px 10px 0px #efefef;
}

.ez_aside_i {
    position: relative;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
}

/* [totop]{height: 0;transition: .3s;} */
.ez_aside_i>img {}

.ez_aside_i>img:nth-child(2) {
    display: none;
}

/* .ez_aside_i>span{color: #fff;}    */
.ez_aside_i:hover>img:first-child {
    display: none;
}

.ez_aside_i:hover>img:nth-child(2) {
    display: inline;
}

.ez_aside_r {
    position: absolute;
    right: calc(100% + 10px);
    top: 0;
    display: none;
    width: 206px;
    padding: 12px;
    color: var(--base);
    box-shadow: 0 0 10px -3px #ddd;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
}

.ez_aside_r>img {
    width: 100%;
}

/* .ez_aside_i:hover{background-color: #218ac6;} */
.ez_aside_i:hover>.ez_aside_r {
    display: block;
}


.ez_tact {
    background: url('../images/20.jpg') no-repeat center;
    background-size: cover;
    margin-bottom: 100px;
}

.ez_tact_c {
    padding: 100px 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ez_tact_l {}

.ez_tact_l>h2 {
    font-size: 24px;
}

.ez_tact_l>h1 {
    font-size: 62px;
    margin-top: 20px;
}

.ez_tact_c>a {
    padding: 0 100px;
    line-height: 68px;
    border-radius: 34px;
    border: 1px solid #fff;
    font-size: 16px;
}

.ez_vid {
    position: fixed;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: none;
    background-color: rgba(0, 0, 0, .5)
}

.ez_vid>video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
}

.ez_vid>i {
    position: absolute;
    top: 3vw;
    right: 6vw;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    z-index: 21;
    cursor: pointer;
}

/* .ez_out{padding: 1px 0;background-color: #f7f7f7;}
.ez_cont{display: flex;justify-content: space-between;margin: 60px auto ;width: var(--md);}
.ez_left{width: 18%;overflow: hidden;}
.ez_left_t{padding: 22px 26px;background-color: var(--base);color: #fff;}
.ez_left_t>h1{font-size: 18px;font-weight: bold;display: flex;justify-content: space-between;align-items: center;}
.ez_left_t>h1>span{border-radius: 50%;width: 20px;height: 20px;border: 3px solid #fff;}
.ez_left_t>p{font-size: 16px;margin-top: 10px;}
.ez_left_l{padding: 10px 0;}
.ez_left_i{background-color: #f7f7f7;}
.ez_left_i>a{display: block;line-height: 50px;padding: 0 20px;cursor: pointer;white-space: nowrap;}
.ez_left_i.ez_left_a{background-color: var(--base);color: #fff;} */
/* .ez_left_i{margin-bottom: 10px;}
.ez_left_i>a{background-color: #f7f7f7;border-left: 10px solid var(--base);height: 50px;line-height: 50px;display: block;padding-left: 24px;font-size: 16px;cursor: pointer;}
.ez_left_i>a>i{font-family: monospace,serif;float: right;font-style: normal;padding: 18px 10px;color: var(--base);line-height: 1;transition: .3s;}
.ez_left_ii{padding: 10px 0;display: none;}
.ez_left_ii>a{display: block;height: 46px;line-height: 46px;font-size: 14px;padding-left: 34px;color: #474747;cursor: pointer;}
.ez_left_ii>.ez_left_ia{background-color: var(--base);color: #fff;position: relative;}
.ez_left_ii>.ez_left_ia::before{content: '';width: 9px;height: 100%;position: absolute;left: 0;background-color: var(--base);} */
/* .ez_right{width: 78%;background-color: #fff;} */

.ez_back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.ez_back>div {
    height: 100%;
}


@keyframes move-forever {
    0% {
        transform: translateX(-42px);
    }

    100% {
        transform: translateX(133px);
    }
}


@media screen and (max-width: 1200px) {
    .ez_head_c {
        height: 6rem;
    }

    .ez_head_white .ez_head_c {
        height: 6rem;
    }

    .ez_head_l>a>img {
        height: 4rem;
    }

    .ez_head_menu {
        width: 3rem;
    }

    .ez_head_menu>img {
        width: 100%;
    }

    .ez_head_r {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        flex-direction: column;
        padding: 50px 0;
        z-index: 100;
        transition: unset;
        display: none;
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .ez_head_r>i {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        font-weight: bold;
        font-style: normal;
        line-height: 2;
        color: #666;
        z-index: 101;
    }

    .ez_head_i {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 5.6rem;
    }

    .ez_head_i>a {
        width: 100%;
        text-align: center;
        color: #999;
        height: 6rem;
        line-height: 6rem;
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
    }

    .ez_head_i>a>h1 {
        font-weight: 400;
        font-size: 1.8rem;
    }

    .ez_head_a>a {
        color: #fff;
        font-weight: bold;
    }

    .ez_head_exc {
        display: none;
    }


    .ez_foot {}

    .ez_foot_t {
        padding: 4rem 0 2rem;
        justify-content: flex-start;
    }

    .ez_foot_m {
        padding: 3.7rem 0;
    }

    .ez_foot_mr {
        padding: 0;
        border: 0;
    }

    .ez_foot_mrt {
        justify-content: flex-start;
        gap: 2rem;
    }

    .ez_foot_mrb>p {
        font-size: 1.4rem;
        max-width: unset;
    }

    .ez_foot_ti>p {
        font-size: 1.6rem;
    }

    .ez_foot_b {
        flex-direction: column;
        align-items: center;
        line-height: 2;
        padding: 2rem 0;
        margin-top: 0;
    }

    .ez_foot_b>p {
        text-align: center;
        font-size: 1.4rem;
    }

    .ez_banner>img {
        height: 30rem;
        object-fit: cover;
    }

    .ez_banner_w {
        left: 1.5rem;
        right: 1.5rem;
    }

    .ez_banner_w>h1 {
        font-size: 2rem;
    }

    .ez_banner_w>p {
        font-size: 1.2rem;
        line-height: 1.6;
    }

    .ez_banner_v {
        line-height: 2;
    }

    .ez_title {
        padding: 3rem 0;
    }

    .ez_title>h1 {
        font-size: 2.6rem;
    }

    .ez_title>h2 {
        font-size: 2rem;
        margin: 1rem 0 0;
    }

    .ez_nav {
        overflow-x: auto;
        padding: 0 1.5rem;
    }

    .ez_nav_c {
        width: 300vw;
        height: 7rem;
    }

    .ez_cate {
        width: 100%;
    }

    .ez_cate_c {
        width: 100%;
        justify-content: flex-start;
        padding: 0 1.5rem;
        height: 8rem;
        overflow: auto;
    }

    .ez_cate_c>h1 {
        display: none;
    }

    .ez_cate_w {
        gap: unset;
        width: 100%;
    }

    .ez_cate_i {
        line-height: unset;
        width: auto;
        padding: 0 .7rem;
    }

    .ez_cate_i>a {
        line-height: 7.8rem;
        font-size: 1.5rem;
        white-space: nowrap;
        display: block;
        padding: 0 .2rem;
    }

    .ez_cont {
        margin: 0 0 6rem;
        flex-direction: column;
        width: 100%;
    }

    .ez_left {
        width: 100%;
        border-radius: 0;
        overflow: auto;
    }

    .ez_left_t {
        display: none;
    }

    .ez_left_l {
        padding: 0;
        display: flex;
        width: 200vw;
    }

    .ez_left_i {
        margin-bottom: 0;
    }

    .ez_left_i>a {
        display: none;
    }

    .ez_left_ii {
        display: flex;
        padding: 2rem 0;
    }

    .ez_left_ii>a {
        padding: 0 2rem;
        height: 4rem;
        line-height: 4rem;
    }

    .ez_right {
        padding: 0 1.5rem;
        width: 100%;
        margin-top: 3rem;
    }

    .ez_nv {
        margin-top: 5rem;
        flex-direction: column;
        padding: 2rem;
    }

    .ez_nv_l {
        width: 100%;
    }

    .ez_nv_l>a {
        width: 100%;
        line-height: 2;
    }

    .ez_nv_l>a:last-child {
        text-align: left;
    }

    .ez_nv_r {
        margin-top: 2rem;
    }

    .ez_nv_r>a {
        height: 4rem;
        line-height: 4rem;
        padding: 0 2rem;
    }

}