body>.ez_foot {
    display: none;
}

.page_dot {
    position: absolute;
    right: 40px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page_dot>li {
    width: 10px;
    height: 10px;
    font-size: 0;
    outline: 0;
    margin-right: 20px;
    transition: all .5s;
    cursor: pointer;
    border: 1px solid var(--base);
    border-radius: 5px;
}

.page_dot>li:last-child {
    margin-right: 0;
}

.page_dot>.slick-active {
    background-color: var(--base);
    ;
}

.page_dot>li button {
    display: none;
}

.ei_item {
    padding-top: 100px;
    height: 100vh !important;
    overflow: hidden;
}

.ei_banner {}

.ei_banner_i {
    position: relative;
}

.ei_banner_i>img {
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 100px);
}

.ei_banner_w {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.ei_banner_w>h1 {
    font-size: 4rem;
    font-weight: 600;
}

.ei_banner_w>h2 {
    font-size: 2rem;
}

.ei_banner_w>p {
    font-size: 2.1rem;
    max-width: 760px;
    line-height: 2;
    white-space: pre-wrap;
}

.ei_banner_w>span {
    position: relative;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    display: inline-block;
    width: 10rem;
    margin: 2rem 0;
}

/* .ei_banner_w>i{font-size: 20px;margin-top: 20px;font-style: normal;} */
/* .ei_banner_iw{position: absolute;top: 50%;transform: translateY(-50%);right: calc(50vw - var(--lg) / 2);width: calc(var(--lg) / 1.5);text-align: center;}
.ei_banner_iw>h1{color: var(--base);font-size: 30px;}
.ei_banner_iw>p{color: #fff;font-size: 20px;margin: 20px 0 30px;}
.ei_banner_iw>a{line-height: 34px;background-color: var(--base);padding: 0 30px;display: inline-block;color: #fff;} */

.ei_arrow {
    color: #fff;
    text-align: center;
    font-family: monospace, serif;
    position: absolute;
    bottom: 130px;
    z-index: 1;
    font-size: 30px;
    font-weight: 900;
    transition: .3s;
    width: 60px;
    height: 60px;
    line-height: 54px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.ei_arrow.slick_prev {
    right: calc(9% + 60px);
}

.ei_arrow.slick_next {
    right: 8%;
}

.ban_dot {
    position: absolute;
    bottom: 60px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.ban_dot>li {
    display: inline-block;
    width: 54px;
    height: 8px;
    font-size: 0;
    outline: 0;
    margin-right: 20px;
    transition: all .5s;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
}

.ban_dot>li:last-child {
    margin-right: 0;
}

.ban_dot>.slick-active {
    background-color: #fff;
    ;
}

.ban_dot>li button {
    display: none;
}

.ei_about {
    background: url('../images/1.jpg') no-repeat center/cover;
    height: 100%;
}

.ei_about_c {
    padding: 80px 0;
}

.ei_about_t {
    display: flex;
    justify-content: space-between;
}

.ei_about_tl {
    width: 48%;
}

.ei_about_tl>h2 {
    font-size: 26px;
}

.ei_about_tl>h1 {
    font-size: 4rem;
    line-height: 1.5;
    /*background-clip: text;-webkit-background-clip: text;background-image: var(--linear);color: transparent;*/
    font-family: 'ar';
    font-weight: 600;
    color: var(--base);
}

.ei_about_tl>span {
    width: 30px;
    border-top: 3px solid var(--base);
    display: inline-block;
    margin: 10px 0 20px;
}

.ei_about_tl>p {
    line-height: 2;
    font-size: 1rem;
}

.ei_about_tl>a {
    line-height: 50px;
    background-color: var(--base);
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    margin: 20px 0 0;
}

.ei_about_tr {
    width: 48%;
}

.ei_about_tri {
    width: 100%;
    object-fit: cover;
}

.slick-vertical .slick-slide.ei_about_tri {
    height: 356px;
}

.ei_about_b {
    display: flex;
    margin: 80px 0 0;
    background-color: #fff;
}

.ei_about_bl {
    width: 50%;
    height: 200px;
    ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ei_about_li {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ei_about_li>h1 {
    color: var(--base);
    font-size: 3rem;
}

.ei_about_li>h1>span {
    font-size: 1.2rem;
}

.ei_about_li>span {
    font-size: 14px;
    line-height: 2;
}

.ei_about_br {
    width: 50%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--base)
}

.ei_about_ri {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.ei_about_ri>img {}

.ei_about_ri>p {
    line-height: 3;
    color: #fff;
}

.ei_about_ri:hover {
    transform: scale(1.1);
}

.ei_brand_c {
    padding: 60px 0 100px;
}

.ei_brand_t {
    height: 50%;
}

.ei_brand_tw {
    margin: 20px 0 0;
}

.ei_brand_ti {
    padding: 0 10px;
    transition: .5s;
}

.ei_brand_ti>img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.ei_brand_ti:hover {
    transform: scale(1.1);
}

.ei_brand_b {
    background: url('../images/10.jpg') no-repeat center/cover;
    height: 100%;
}

.ei_brand_b .ez_title>h2 {
    color: #fff;
}

.ei_brand_bw {
    margin: 20px 0 0;
}

.ei_brand_bi {
    padding: 10px;
    transition: .5s;
}
.ei_brand_bi .img{
    background-color: #ffffff;
}
.ei_brand_bi .img>img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.ei_brand_bi:hover {
    transform: scale(1.1);
}

.brand_dot {
    position: absolute;
    bottom: -30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.brand_dot>li {
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 0;
    outline: 0;
    margin-right: 10px;
    transition: all .5s;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ccc;
}

.brand_dot>li:last-child {
    margin-right: 0;
}

.brand_dot>.slick-active {
    background-color: var(--base);
}

.brand_dot>li button {
    display: none;
}

.ei_brand_bw .brand_dot>.slick-active {
    background-color: #fff;
}

.ei_serve_c {
    padding: 100px 0;
}

.ei_serve_t {
    background: url("../images/29.jpg") no-repeat center/cover;
}

.ei_serve_tw {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 60px 0 0;
}

.ei_serve_ti {
    position: relative;
    width: 18%;
}

.ei_serve_ti>img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.ei_serve_ti>h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 300px 20px 10px;
    color: #fff;
    transition: .3s;
    line-height: 2;
}

.ei_serve_ti:hover h1 {
    /*background-image: linear-gradient(90.43deg, rgba(95,61,214,.6) 0%, rgba(53,105,238,.6) 100%);*/
    background-color: rgba(41, 22, 111, .6);
}

.ei_serve_b {
    background: url('../images/40.jpg') no-repeat center/cover;
}

.ei_serve_bw {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
}

.ei_serve_bi {
    height: 30rem;
    width: 18%;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    ;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ei_serve_bi>h1 {
    font-size: 20px;
}

.ei_serve_bi>p {
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ei_serve_bi:hover {
    background-color: var(--base);
    color: #fff;
}


.ei_news {
    height: 100%;
    position: relative;
}

.ei_news_c {
    padding: 40px 0 60px;
    position: relative;
    z-index: 1;
}

.ei_news_w {
    margin: 60px 0 0;
    display: flex;
    justify-content: space-between;
}

.ei_news_l {
    width: 48%;
}

.ei_news_l>h1 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 20px;
}

.ei_news_img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.ei_news_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.ei_news_iw {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.ei_news_il {
    width: 14%;
    border-right: 1px solid #ccc;
}

.ei_news_il>h1 {
    text-align: center;
    font-size: 12px;
}

.ei_news_il>h1>span {
    font-size: 50px;
}

.ei_news_ir {
    width: 80%;
    padding-left: 30px;
}

.ei_news_ir>h1 {
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ei_news_ir>p {
    font-size: 16px;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ei_news_i:hover img {
    transform: scale(1.1);
}

.ei_news_i:hover h1 {
    color: var(--base)
}

.ei_part {
    background: url('../images/60.jpg') no-repeat center/cover;
}

.ei_part_c {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 60px;
    height: 32vh;
}

.ei_part_c .ez_title {
    text-align: left;
    width: 40%;
}

.ei_part_w {
    width: 50%;
}

.ei_part_ic {
    height: 58px;
    background-color: #fff;
    padding: 5px 20px;
    margin: 5px 10px;
}

.ei_part_ic>img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.ei_part_i:hover img {
    transform: scale(1.1);
}

.ez_index .ez_foot {
    height: 58.9vh;
}


@media screen and (max-width: 1200px) {
    .ei_banner_i>img {
        height: 100vh;
    }

    .page_dot {
        right: 1rem;
    }

    .ei_banner_w {}

    .ei_banner_w>h1 {
        font-size: 2.6rem;
    }

    .ei_banner_w>h2 {
        font-size: 1.6rem;
    }

    .ei_banner_w>p {
        font-size: 1.4rem;
    }

    .ban_dot {
        bottom: 8rem;
    }

    .ban_dot>li {
        width: 3rem;
        height: .5rem;
        margin-right: 1rem;
    }

    .ei_item {
        padding: 6rem 0 0;
    }

    .ei_about_c {
        padding: 4rem 0;
    }

    .ei_about_t {
        flex-direction: column-reverse;
    }

    .ei_about_tl {
        width: 100%;
    }

    .ei_about_tl>a {
        line-height: 5rem;
    }

    .ei_about_tr {
        display: none;
    }

    .ei_about_b {
        display: none;
    }

    .ez_title {
        padding: 1rem 0;
    }

    .ez_title>h2 {
        margin: 0 0 1rem;
        font-size: 20px;
    }

    .ei_brand_c {
        padding: 4rem 0;
    }

    .ei_brand_tw {
        margin: 0;
    }

    .ei_brand_ti>img {
        height: 8rem;
    }

    .ei_brand_bw {
        margin: 0;
    }

    .ei_brand_bi {
        padding: .5rem 1rem;
    }

    .ei_serve_c {
        padding: 2rem 0;
    }

    .ei_serve_tw {
        margin: 0;
        flex-direction: column;
        gap: .8rem;
    }

    .ei_serve_ti {
        width: 100%;
    }

    .ei_serve_ti>img {
        height: 8rem;
    }

    .ei_serve_ti>h1 {
        padding: 4rem 1.5rem 1.5rem;
    }

    .ei_serve_bw {
        margin: 0;
        flex-direction: column;
        gap: 1.5rem;
    }

    .ei_serve_bi {
        width: 100%;
        flex-direction: row;
        height: auto;
        justify-content: space-between;
        padding: 1rem 2rem;
    }

    .ei_serve_bi>h1 {
        font-size: 1.6rem;
    }

    .ei_serve_bi>img {
        height: 6rem;
    }

    .ei_serve_bi>p {
        display: none;
    }

    .ei_serve_bi>span {
        font-size: 1.2rem;
    }

    .ei_news_c {
        padding: 2rem 0;
    }

    .ei_news_w {
        margin: 0;
        flex-direction: column;
    }

    .ei_news_l {
        width: 100%;
    }

    .ei_news_l>h1 {
        margin: 1rem 0;
    }

    .ei_news_img {
        height: 10rem;
    }

    .ei_news_iw {
        padding: 1rem 0;
    }

    .ei_news_il {
        width: 24%;
    }

    .ei_news_il>h1 {
        white-space: nowrap;
    }

    .ei_news_il>h1>span {
        font-size: 3rem;
    }

    .ei_news_ir>h1 {
        font-size: 1.6rem;
    }

    .ei_news_ir>p {
        font-size: 1.4rem;
    }

    .ei_part>.ez_foot {
        display: none;
    }

    .ei_part_c {
        flex-direction: column;
        padding: 6rem 0;
    }

    .ei_part_w {
        width: 100%;
        margin: 4rem 0 0;
    }
}