@charset "utf-8";


.head-page .index_item>a span{
    color: #E62129;
}
.head-page .index_item>a:after {
    transform: scale(1);
    opacity: 1;
}

.learn_more {
    width: 178px;
    height: 52px;
    background: linear-gradient(-90deg, #E62129, #FD6F54);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .4s;
}
.learn_more::after {
    content: "";
    display: block;
    width: 15px;
    height: 16px;
    background: url(../img/watch_mores.png) no-repeat center/cover;
    margin-left: 50px;
    transition: all .4s;
}
.public_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    box-sizing: border-box;
    width: 176px;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #FFFFFF;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.public_button::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/contact_us.png) no-repeat center / cover;
    transition: all .4s;
}
.public_button::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #E62129;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all .4s;
}
.index_banner .public_button {
    margin-top: 60px;
}
.index_pg02{
    background: #F7F7F7;
}
.index_pg02 .page_desc {
    margin-top: 8px;
}
.index_pg02 .product_list_nav {
    justify-content: space-evenly;
}
.product_list_nav .link::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #E62129;
    transition: all .4s;
    margin-top: 10px;
}
.product_list_nav .link.active::after{
    width: 100%;
}
.index_pg02 .index_pg02_slide_link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    box-sizing: border-box;
}
.index_pg02 .lists .list{
    height: 408px;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 0 30px 38px;
    box-sizing: border-box;
    transition: all .4s;
}
.index_pg02 .lists .list .img{
    height: 222px;
    border-radius: 10px 0px 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.index_pg02 .lists .list .img img{
    max-width: 100%;
    max-height: 100%;
}
.index_pg02 .lists .list .text{
    padding-right: 38px;
    box-sizing: border-box;
}
.index_pg02 .lists .list .tit{
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 600;
}
.index_pg02 .lists .list .desc{
    margin: 8px 0 22px;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_swip .swiper-button-prev, .pro_swip .swiper-button-next{
    position: initial;
    margin-top: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #E62129;
    cursor: pointer;
    transition: all 0.36s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.pro_swip .swiper-button-next{
    margin-left: 35px;
}
.pro_swip{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_swip .swiper-button-prev::after, .pro_swip .swiper-button-next::after {
    content: "";
    display: block;
    width: 20px;
    height: 13px;
    transition: all 0.36s;
}
.pro_swip .swiper-button-prev::after {
    background: url(../img/pro_swip_le.png) no-repeat center / cover;
}
.pro_swip .swiper-button-next::after {
    background: url(../img/pro_swip_ri.png) no-repeat center / cover;
}
.index_pg03 .lists .con{
    margin: 20px 0 40px;
}
.index_pg03 .lists {
    position: relative;
}
.index_pg03 .img_bg {
    position: absolute;
    top: 35px;
    left: -98px;
    z-index: -1;
}
.index_pg03 .texts {
    width: 49.8%;
}
.index_pg03 .texts p {
    margin-bottom: 10px;
}
.index_pg03 .texts p:last-child {
    margin-bottom: 0;
}
/* .index_pg03 .img {
    width: 45.75%;
    border-radius: 20px;
    overflow: hidden;
} */
.index_pg03 .content_video{
    position: relative;
    width: 45.75%;
}
.index_pg03 .content_video .swiper-container, .index_pg03 .content_video .swiper-wrapper {
    width: 100%;
    box-sizing: border-box;
}
.index_pg03 .content_video .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.index_pg03 .content_video .swiper-container.typea .swiper-pagination {
    bottom: 5%;
}
.index_pg03 .content_video .swiper-container.typea .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius:50%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    position: relative;
    outline: none;
    border: none;
}
.index_pg03 .content_video .swiper-container.typea .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    border-radius: 4px;
    overflow: hidden;
}
.index_pg03 .content_video .swiper-container.typea .swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}
.index_pg03 .content_video .swiper-container.typea .swiper-pagination-bullet-active::after {
    background: white;
    -webkit-animation: indicator-loading 6s linear forwards;
    animation: indicator-loading 6s linear forwards;
}

.time_num {
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-bottom: 8px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.time_num .num {
    font-size: 64px;
    font-family: Arial;
    color: #D42D26;
    font-weight: 600;
}

.ys-fadeup1 {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .2s;
}
.eebu-li {
    width: 15%;
    /* padding: 0 12px; */
    transition: all 0.56s;
}
.eebu-li-wrap {
    width: 100%;
    height: 580px;
    position: relative;
}
.eebu-li-wrap-img {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
    z-index: 13;
    transition: all 0.56s;
}
.eebu-li-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eebu-li-wrap-img::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 50%;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%); */
}
.eebu-li-wrap-img-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .35); */
    z-index: 10;
    padding: 45px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.eebu-li-wrap-positi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    padding: 45px 40px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, .5);
}
.elwp-line {
    width: 25px;
    height: 2px;
    background: #FFFFFF;
    margin-top: 16px;
}
.eebu-li-wrap-img-text-con{
    margin-top: 28px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.eebu-li.act {
    width:25%;
}
.eebu-li.act .eebu-li-wrap-positi {
    opacity: 1;
}
.eebu-li.act .eebu-li-wrap-img{
    opacity: 1;
}
.eebu-li.act .eebu-li-wrap-img-text{
    opacity: 0;
}

.index_pg07 {
    height: 615px;
    background: url(../img/index_bg07.jpg) no-repeat center/cover;
    background-attachment: fixed;
}
.index_pg07 .page_tit {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0 60px;
    text-transform: uppercase;
}
.index_pg07 .advice_desc {
    font-weight: 600;
}
.consultation {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
}
.consultation.active{
    display: flex;
}
.consultation_box {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 20px;
    padding: 55px 50px;
    width: 96%;
    max-width: 860px;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}
.consultation_cls {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    z-index: 10;
    transition: all .4s;
    background: #E62129;
    display: flex;
    align-items: center;
    justify-content: center;
}
.consultation_cls img{
    max-width: 15px;
    transition: all .4s;
}
.consultation_tt {
    text-align: center;
}
.consultation .lists{
    margin-top: 35px;
}
.consultation .item {
    width: 32%;
    margin-bottom: 20px;
    margin-right: 2%;
}
.consultation .item:nth-child(3n) {
    margin-right: 0;
}
.consultation .item .tit{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #333;
}
.consultation .item .tit::after {
    content: "*";
    display: block;
    color: red;
    font-weight: 600;
    margin-left: 5px;
    display: none;
}
.consultation .item input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #666;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #E2E3E9;
}
.consultation .item:last-child{
    width: 100%;
    margin-right: 0;
}
.consultation textarea {
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #666;
    height: 145px;
    border-radius: 10px;
    border: 1px solid #E2E3E9;
}
.consultation .sub-btn {
    width: 180px;
    height: 53px;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 20px auto 0;
    background: #E62129;
    border-radius: 10px;
    font-size: 16px;
}
.consultation .sub-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #B21623;
    transition: all .4s;
    z-index: -1;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus{
    border-color: #B21623;
    box-shadow: none!important;
}
.consultation .item.active .tit::after{
    display: block;
}
@media only screen and (min-width: 960px) {
    .index_pg02 .lists .list:hover{
        background: #E62129;
    }
    .index_pg02 .lists .list:hover .tit{
        color: #fff;
    }
    .index_pg02 .lists .list:hover .desc{
        color: #fff;
    }
    .pro_swip .swiper-button-prev:hover, .pro_swip .swiper-button-next:hover{
        background: #E62129;
    }
    .pro_swip .swiper-button-prev:hover:after {
        background: url(../img/pro_swip_le_hover.png) no-repeat center / cover;
    }
    .pro_swip .swiper-button-next:hover::after {
        background: url(../img/pro_swip_ri_hover.png) no-repeat center / cover;
    }
    .product_list_nav .link:hover::after{
        width: 100%;
    }
    .learn_more:hover{
        background: linear-gradient(-90deg, #E62129, #E62129);
        color: #fff;
    }
    .public_button:hover{
        border: 1px solid #E62129;
        color: #fff;
    }
    .public_button:hover::before{
        transform: scale(1);
    }
    .consultation .sub-btn:hover::after {
        width: 100%;
    }
    .consultation .sub-btn:hover {
        color: #FFFFFF;
        opacity: 1;
    }
    .consultation_cls:hover img{
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1366px) {
    .index_pg02 .lists .list{
        height: 350px;
    }
    .index_pg02 .lists .list .img{
        height: 182px;
    }
    .index_pg03 .content_video {
        max-width: 100%;
        margin-top: 25px;
        min-width: 0;
    }
}
@media only screen and (max-width: 1280px) {
    .banner .advice{
        top: 60%;
    }
    .index_pg02 .lists .list .img {
        height: 168px;
    }
    .index_pg02 .lists .list{
        height: 340px;
    }
    .time_num .num {
        font-size: 54px;
    }
}
@media only screen and (max-width: 1200px) {
    .index_pg02 .lists .list .img {
        height: 154px;
    }
    .index_pg02 .lists .list{
        height: 320px;
    }
    .eebu-li-wrap-img-text-con{
        height: 140px;
    }
    .eebu-li-wrap{
        height: 520px;
    }
}
@media only screen and (max-width: 1140px) {
    .banner .advice{
        top: 50%;
    }
}
@media only screen and (max-width: 1080px) {
    .index_pg03 .texts {
        width: 100%;
    }
    .index_pg03 .content_video {
        width: 100%;
    }
    .learn_more {
        width: 148px;
        height: 46px;
    }
    .learn_more::after{
        margin-left: 25px;
    }
    .index_pg03 .texts {
        width: 100%;
    }
    .eebu-li-wrap-img-text-con{
        height: 131px;
    }
    .eebu-li-wrap-positi{
        padding: 45px 30px;
    }
    .index_pg07{
        height: 535px;
    }
    .pro_swip .swiper-button-prev, .pro_swip .swiper-button-next{
        width: 42px;
        height: 42px;
    }
    .pro_swip .swiper-button-prev::after, .pro_swip .swiper-button-next::after{
        width: 15px;
        height: 9px;
    }
    .time_num .num {
        font-size: 48px;
    }
}
@media only screen and (max-width: 768px) {
    .learn_more {
        width: 118px;
        height: 40px;
    }
    .learn_more::after{
        margin-left: 24px;
    }
    .learn_more::after{
        width: 10px;
        height: 11px;
    }
    .public_button{
        width: 118px;
        height: 40px;
        padding: 0 15px;
    }
    .public_button::after{
        width: 15px;
        height: 15px;
    }
    .index_banner .public_button {
        margin: 25px 0 0;
    }
    .index_pg02 .lists .list{
        padding: 20px 0 20px 20px;
        height: auto;
    }
    .index_pg02 .lists .list .img{
        height: auto;
    }
    .index_pg02 .learn_more {
        margin: 25px auto 0;
    }
    .index_pg02 .product_list_nav .link {
        margin: 8px 15px 8px 0;
    }
    .product_list_nav .link::after{
        margin-top: 5px;
    }
    .pro_swip .swiper-button-prev, .pro_swip .swiper-button-next{
        margin-top: 25px;
        width: 35px;
        height: 35px;
    }
    .pro_swip .swiper-button-next {
        margin-left: 10px;
    }
    .pro_swip .swiper-button-prev::after, .pro_swip .swiper-button-next::after {
        width: 12px;
        height: 8px;
    }
    .index_pg03 .page_tit {
        text-align: center;
    }
    /* .index_pg03 .img{
        width: 100%; 
    } */
    .index_pg03 .lists .con {
        margin: 10px 0 20px;
    }
    .index_pg03 .learn_more{
        margin: 0 auto 30px;
    }
    .time_num .num {
        font-size: 24px;
    }
    .time_num{
        font-size: 14px;
    }
    .time_items .time_item{
        padding-left: 0;
    }
    .time_items .item{
        justify-content: center;
    }
    .eebu-li.act{
        width: 100%;
        margin-bottom: 15px;
    }
    .eebu-li.act:last-child{
        margin-bottom: 0;
    }
    .eebu-li-wrap {
        height: 248px;
    }
    .eebu-li-wrap-positi {
        padding: 25px 15px;
    }
    .eebu-li-wrap-img-text-con{
        height: 128px;
    }
    .index_pg07 .advice{
        text-align: center;
    }
    .index_pg07 .page_tit {
        font-size: 24px;
        margin: 5px 0 40px;
    }
    .index_pg07 .public_button{
        margin: 0 auto;
    }
    .index_pg07 {
        height: 205px;
    }
    ul.electro-experie-btm-ul.electro-experie-btm-ul--mob-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        gap: 12px;
        margin-left: 0;
        margin-right: 0;
        padding: 0 16px 12px;
        box-sizing: border-box;
        width: 100%;
        align-items: stretch;
    }
    .electro-experie-btm-ul--mob-scroll .eebu-li {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
        width: calc(50% - 6px) !important;
        margin-bottom: 0 !important;
        scroll-snap-align: start;
    }
}
@media only screen and (max-width: 600px) {
    .electro-experie-btm-ul--mob-scroll .eebu-li {
        flex: 0 0 88%;
        max-width: 88%;
        width: 88% !important;
    }
}