
/*视频banner*/
.video-full {
    display: block;
    height: 100vh;
    text-align: center;
}

.videoFuling-active-body-back {
    position: fixed;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    transition: 2s opacity;
    transform: translateX(-50%) translateY(-50%);
}

.videoFuling-active-block-back {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.videoFuling {
    display: none;
}

.vidmask-body-back {
    background: url(../images/videooverlay1.png) repeat;
    opacity: 0.4;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -50;
    display: block;
}

.vidmask-block-back {
    background: url(../images/videooverlay1.png) repeat;
    opacity: 1;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    z-index: -50;
    display: block;
}

.service-icon img {
    width: 100%;
    height: 100%;
}
.banner-text-con{
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
    transform: scaleY (0.8);
    -webkit-transform:scaleY(0.8);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scaleY(0.8);     /*兼容-moz-引擎浏览器*/
}
.banner-text-con.active{
    opacity: 1;
    visibility: visible;
    transform: 1;
    transform: scaleY (1);
    -webkit-transform:scaleY(1);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scaleY(1);     /*兼容-moz-引擎浏览器*/
}

.about_list_dfs_16_7_5 .about-list .text{
    position: relative;
    top: -4px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.news_list_dfs_36_1_85 .card{
    height: 400px;
}
.about_list_dfs_16_7_5 .about-list .numbox{white-space: nowrap;}
.about_list_dfs_16_7_5 .about-list li {
    text-align: center;
}

.about_list_dfs_16_7_5 .about-list .num{
    font-size: 48px;
}
@media screen and (max-width: 1360px) {
    .about_list_dfs_16_7_5 .about-list .num {
        font-size: 38px;
    }
}
@media screen and (max-width: 1024px) {
    .about_list_dfs_16_7_5 .about-list .num {
        font-size: 36px;
    }
}
@media screen and (max-width: 860px) {
    .about_list_dfs_16_7_5 .about-list .num {
        font-size: 34px;
    }
}

@media screen and (max-width: 640px) {
    .about_list_dfs_16_7_5 .about-list .num {
        font-size: 26px;
    }
    .about_list_dfs_16_7_5 .about-list .text{
        font-size: 12px;
    }
}
@media screen and (max-width: 420px) {
    .about_list_dfs_16_7_5 .about-list .num {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .about_list_dfs_16_7_5 .about-list .num {
        font-size: 14px;
    }
}
.slick-slide img.play_btn{width: 80px;margin: 0 auto;display: none;}
