.swiper-banner{
    width: 100vw;
    height: 100vh;
}

.site-header{
    position: absolute;
    z-index: 999;
}

.swiper-banner .swiper-slide{
    width: 100vw;
    overflow: hidden;
}

.swiper-banner .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-banner .btn-prev,
.swiper-banner .btn-next{
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border-radius: 6px;
    z-index: 290;
    cursor: pointer;

    background: center/12px auto no-repeat rgba(0,0,0,.1)
}

.swiper-banner .btn-prev{
    left: 12px;
    background-image: url("../images/icon_angle_left.png");
}

.swiper-banner .btn-next{
    right: 12px;
    background-image: url("../images/icon_angle_right.png");
}

.swiper-banner .btn-prev:hover,
.swiper-banner .btn-next:hover{
    background-color: rgba(0,0,0,.3);
}

.section{
    min-height: 100vh;
}
.section.site-footer{
    min-height: auto;
}

.section.site-footer .fp-tableCell{
    display: flex;
}

body:not(.fp-viewing-0) .btn-top{
    opacity: 1;
}

.jz_web_col__content{
    width: 100%;
}

.fkeditor-wrap .fk-editor{
    white-space: normal;
}

.img_flv_div .flv_play_btn{
    transform: translateY(-300px);
    background: url("../images/btn_play.png") center/contain no-repeat;
    transition: .3s;
}

.img_flv_div:hover .flv_play_btn{
    transform: none;
}

#row180, #row179, #row195, #row654, #row196{
    min-height: 100vh;
}

@media (max-width: 1024px) {
    #row180, #row179, #row195, #row654, #row196{
        height: auto;
    }

    .list_photos_list_style .photo_display_area{
        display: block;
    }

    #module324 .photo_display_area > li{
        width: 100%;
        display: block;
    }

    .web_col_content{
        display: block;
    }

    .sec3 .web_col_content{
        padding-top: 1px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    .sec3 .fk-editor>*{
        text-align: right;
    }

    .sec3 .module_button_content span{
        margin-left: 20px;
        margin-right: 20px;
    }

    .section{
        min-height: auto;
    }

    .fz22m{
        font-size: 22px !important;
    }
    .fz18m{
        font-size: 16px !important;
    }
    .fz16m{
        font-size: 16px !important;
    }

    .mobile-ctn{
        padding: 3.2% 3.72% !important;
    }

    .jz_web_row>.jz_web_row__content>.jz_col_4{
        width: 100%;
    }

    .jz_web_row__content{
        display: block;
    }
}


.swiper-banner .swiper-slide img.mobile{
    display: none;
}


@media (max-width: 768px) {
    #module337 .news_list_item_line{
        width: 100%;
    }

    .module_news_list_style1 .news_list_wrap{
        display: block;
    }

    #row196 .web_col_content {
        padding-top: 10px;
    }

    .tacm{
        text-align: center;
    }

    .section.banner{
        height: auto;
        position: relative;
    }

    .section.banner .swiper-slide{
        height: auto;
    }

    .swiper-banner{
        height: 100%;
    }

    .swiper-banner .btn-prev{
        display: none;
    }

    .swiper-banner .btn-next{
        display: none;
    }

    .swiper-banner .swiper-slide img.pc{
        display: none;
    }

    .swiper-banner .swiper-slide img.mobile{
        display: block;
    }

    .sec4 .mobile-ctn{
        padding: 0 !important;
    }

    .online_flv{
        padding-bottom: 56.25%;
    }



    .sec4 .online_flv[poster-effect="1"] .video_poster_img,
    .sec4 .online_flv[poster-effect="1"] .vjs-poster{
        background-size: cover;
    }

    .news_list_item_ext_line{
        display: none;
    }

    .module_news_list_style1 .news_list_item_title{
        margin-top: 0;
        font-size: 14px;
    }

    .module_news_list_style1 .news_list_item_line{
        margin-left: 0;
    }

    .module_news_list_style1 .news_list_item_inner{
        padding: 2.5%;
    }

    .news_list_item_content{
        margin-top: 10px;
    }

    .module_news_list_style1 .news_list_item_date{
        margin-top: 4px;
        font-size: 12px;
    }

    .news_list_item_summery{
        margin-top: 8px;
        font-size: 12px;
    }

}

.tac{
    text-align: center;
}



