﻿#home-video {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9999;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {


    .bar {
        width: 25%;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
    }



    .mproNav {
        width: 100%;
        height: auto;
        position: relative;
        background: #fff;
        border-radius: 50px;
        overflow: hidden;
        border: 2px solid #fff;
    }

    .mpbox {
        width: 100%;
        height: auto;
        text-align: center;
        border-radius: 50px;
        overflow: hidden;
    }

    .mproNav.active::before,
    .mproNav.active::after {
        width: 50px;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 0%;
        z-index: 10;
        content: '';
        pointer-events: none;
        background: linear-gradient(to top right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0));
        border-radius: 50px 0% 0% 50px;
    }

    .mproNav.active::after {
        left: auto;
        right: 0%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        border-radius: 0% 50px 50px 0%;
    }

    .mpbox .swiper-slide {
        width: 25%;
        height: auto;
        display: block;
        position: relative;
        text-align: center;
        -webkit-transition: all .35s;
        z-index: 5;
        color: #ababab;
    }

    .mpbox .swiper-slide p {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
    }

    .mpbox .swiper-slide.active {
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    .mpro_bg {
        width: 25%;
        position: absolute;
        left: 0%;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -webkit-transition: all .35s;
    }

    .mproduct_box {
        width: 100%;
        position: relative;
        margin-top: 0.3rem;
    }

    .mp_swiper {
        width: 93%;
        height: 92%;
        position: absolute;
        background: #fff;
        left: 3%;
        top: 2%;
        border-radius: 10px;

    }

    .mp_swiper .swiper-slide {
        border-radius: 2vw;
    }

    .swiper-cube .swiper-slide a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        bottom: 0%;
        display: flex;
        align-items: end;
        padding: 0vw;
        border-radius: 2vw;
        background: #000;
        overflow: hidden;
    }

    .swiper-cube .swiper-slide a img {
        opacity: 1;
        width: 100%;
        height: 100%;

    }


    .mproduct_box ul {
        position: absolute;
        width: 93%;
        height: auto;
        left: 3.3%;
        bottom: 6%;
        pointer-events: none;
    }

    .mproduct_box ul li {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0%;
        bottom: 0%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        z-index: 10;
        border-radius: 2vw;
        overflow: hidden;
    }

    .mproduct_box ul li.active {
        opacity: 1;
        visibility: visible;
    }

    .mproduct_box ul li .name {
        width: 100%;
        height: auto;
        display: flex;
        line-height: 50px;
        align-items: center;
        position: relative;
        justify-content: space-between;
        left: 0px;
        bottom: 0px;
        padding: 25px;
        z-index: 10;
    }

    .mproduct_box ul li .name::after {
        width: calc(100% - 50px);
        height: 1px;
        position: absolute;
        left: 25px;
        bottom: 25px;
        content: '';
        background: #fff;
    }

    .mproduct_box ul li .name::before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        bottom: 0%;
        content: '';
        background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));

    }

    .mproduct_box ul li .name .txt {
        width: auto;
        font-size: 18px;
        color: #fff;
        position: relative;
    }

    .pic {
        background: center center no-repeat;
        background-size: cover;
        -webkit-transition: all .5s;
    }

    .mproduct_box ul li .name .icon {
        width: 30px;
        position: relative;
    }


}





.foot-logo,
.foot-select,
.foot-nav,
.foot-copy {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.mobile-banner {
    margin-top: 55px;

}
.mobile-banner .swiper-slide{ height:248px;}
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #0062F3 !important
}

.mobile-business {
    padding: 20px;
    background: #f0f0f0;
}

.photo {
    border-radius: 10px;
}

.home-ti {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: "SourceHanSansCN-bold";
    margin-bottom: 20px;
}

.mobile-business .swiper-slide p {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.mobile-news {
    background: url(../images/bg.jpg) center no-repeat;
    padding: 30px 15px;
}

.mySwiper3 {
    padding-bottom: 50px !important;
}

.new-box {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.new-box dt {
    overflow: hidden;
    position: relative;
    transition-duration: .5s;
    width: 40%;
    border-radius: 5px;
    float: left;
}

.new-box dt img {
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.new-box dd {
    float: right;
    width: 55%;
}


.new-box dd div h1 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-weight: normal;
    -webkit-box-orient: vertical;
    margin: 5px 0;
}

.new-box dd div span {
    font-size: 12px;
    color: #0062F3;
}

.mobile-kjcx {
    background: url(../images/xt.png) no-repeat bottom center #fff;
    background-size: contain;
    padding: 30px 20px 50px 20px;
    position: relative;
}

.new-more {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
    border-radius: 10px;
    background: #0062F3;
    color: #fff;
    width: 30%;
    font-size: 14px;
    margin: 30px auto 0;
}

.img-ri {
    width: 45%;
}

.kj-le {
    width: 50%;
}

.kj-le h1 {
    font-size: 20px;
}

.kj-le p {
    font-size: 14px;
    padding: 15px 0;
}

.kj-le a {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
    border-radius: 10px;
    background: #0062F3;
    color: #fff;
    width: 50%;
    font-size: 14px;
}

.kj-le a img {
    margin-left: 5px;
}

.mobile-shzr {
    padding: 60px 0 0 0;
    position: relative;
    background: none;
}

.mobile-shzr .img-ri {
    width: 70%;
    float: left !important
}

.mobile-shzr .kj-le {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 3;
}

.mobile-ssgs {
    background: url(../images/m3.png) no-repeat center;
    padding: 30px 0;
    color: #fff;
}

.mobile-ssgs ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-ssgs ul li {
    text-align: center;
    line-height: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    transition-duration: .5s;
    width: 30%;
    margin: 0 1%;
}

.mobile-ssgs ul li a {
    display: block;
    color: #fff;
    font-size: 14px
}

.jumpMenu {
    width: 100%;
}

.close_bannerVideo {
    position: absolute;
    bottom: 2%;
    left: calc(50% - 50px);
    width: 100px;
    text-align: center;
    z-index: 9999; cursor:pointer
}
.close_Line {
    width: 2px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}
.close_Line i {
    width: 2px;
    height: 30px;
    background-color: #0062F3;
    display: inline-block;
    animation: close_Line 2.8s linear 0s infinite;
}
.close_bannerVideo .close_txt {
    width: 100%;
    height: 16px;
    line-height: 16px;
    position: relative;
}
.close_bannerVideo p {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    animation: text_t 1s linear 0s 1 forwards;
}
.close_bannerVideo p span {
    font-size: 12px;
    color: #0062F3;
    line-height: 16px;
    display: inline-block;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: text_b 1s linear 0s 1 forwards;
}

@keyframes close_Line
{
    0%   {transform:translateY(-100%)}
    25%   {transform:translateY(0%)}
    75%   {transform:translateY(0%)}
    100%  {transform: translateY(100%)}}
