.banners_style {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banners_style img {
    width: 100%;
}
.location {
    height: 44px;
}
a:hover,a:focus{
    color: unset;
    text-decoration: unset !important;
    cursor: pointer;
}
.model_block {
    width: 60%;
    margin: 40px auto 30px;
}
.model_blocks {
    width: 90%;
    margin: 40px auto 60px;
}
.new_video {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
	height: 100%;
}
.news_style {
    width: 35%;
}
.videos_style {
    width: 53%;
    height: 100%;
	border: 5px solid rgba(255,255,255,.2);
    min-width: 500px;
}
.videos_list,.modal_swiper,.modal_swiper2,.modal_swiper3,.modal_swiper4 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.videos_list .swiper-slide {
    cursor: pointer;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal_swiper .swiper-slide img,.modal_swiper2 .swiper-slide img,.modal_swiper3 .swiper-slide img,.modal_swiper4 .swiper-slide img {
    height: 95%;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/common/icon-arrow-right.png") !important;
    right: 10px;
    left: auto;
    top: 50% !important;
}
.modal_swiper .swiper-button-next,.modal_swiper2 .swiper-button-next,.modal_swiper3 .swiper-button-next,.modal_swiper4 .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/common/icon-arrow-right.png") !important;
    right: 10px;
    left: auto;
    top: 50% !important;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("../img/common/icon-arrow-left.png") !important;
    left: 10px;
    right: auto;
    top: 50% !important;
}
.modal_swiper .swiper-button-prev,.modal_swiper2 .swiper-button-prev,.modal_swiper3 .swiper-button-prev,.modal_swiper4 .swiper-button-prev.swiper-container-rtl .swiper-button-next {
    background-image: url("../img/common/icon-arrow-left.png") !important;
    left: 10px;
    right: auto;
    top: 50% !important;
}
.videos_list .swiper-pagination-bullet {
    border:1px solid white;
    background-color: transparent;
    opacity: 1;
}
.modal_swiper .swiper-pagination-bullet,.modal_swiper2 .swiper-pagination-bullet,.modal_swiper3 .swiper-pagination-bullet,.modal_swiper4 .swiper-pagination-bullet {
    border:1px solid rgb(230, 30, 30);
    background-color: transparent;
    opacity: 1;

}
.videos_list .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 10px;
    background: white !important;
}
.modal_swiper .swiper-pagination-bullet-active,.modal_swiper2 .swiper-pagination-bullet-active,.modal_swiper3 .swiper-pagination-bullet-active,.modal_swiper4 .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 10px;
    background: rgb(218, 15, 15) !important;
}
.videos_list .swiper-pagination1 {
    display: flex; 
    align-items: center;
    justify-content: end;
    background-color: #37383B;
    height: 40px;
    opacity: 0.8;
    padding-right: 5px;
    bottom: 0;
    
}
@media screen and (max-width:767px) {
    .videos_list .swiper-pagination1 {
        height: 40px;
        align-items: end;
        justify-content: center;
        padding-bottom: 5px;
    }
}
.pagination-text {
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    z-index: 1000;
    font-size: 14px;
}
.hidden_text,.hidden_modal{
    display: none;
}
.news_list {
    width: 100%;
    overflow: auto;
    padding: 10px 0;
}
.news_list::-webkit-scrollbar {
    width: 8px; /* è®¾ç½®æ»šåŠ¨æ¡å®½åº¦ */  
}
.news_list::-webkit-scrollbar-thumb {
    background-color: #f1f1f1; /* è®¾ç½®æ»šåŠ¨æ¡æ»‘å—é¢œè‰² */
    border-left: 2px solid #cfcbcb;
    border-right: 2px solid #cfcbcb;
}
.news_list::-webkit-scrollbar-track {
    background-color: #cfcbcb; /* è®¾ç½®æ»šåŠ¨æ¡èƒŒæ™¯é¢œè‰² */
}

.news_style h1,.videos_style h1 {
    margin-bottom: 40px;
    font-weight: bold;
}
.news_logo {
    margin-left: 10px;
    font-weight: bold;
    color: red;
    font-style: italic;
}
.news_content {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    color: #000;
    position: relative;
}
.news_content:hover::after {
    content: "";
    display: block;
    width: 98%;
    height: 3px;
    background-color: red;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.titles_style,.long_titles,.short_titles {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.new_mar_top {
    margin-top: 60px;
}
.short_titles {
    margin-top: 30px;
    margin-bottom: 30px;
}
.long_titles::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -598px;
    margin-top: -34px;
    width: 1196px;
    height: 68px;
    background-image: url(../img/long-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.short_titles::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -443.5px;
    margin-top: -34px;
    width: 887px;
    height: 68px;
    background-image: url(../img/short-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.titles_back {
    background-image: url('../img/backimg.png');
    padding: 0 0 20px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.back_contents {
    font-size: 23px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
}
.wh_style {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.wh_div_content {
    width: 23%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    border:1px solid #ffffff;
    overflow: hidden;
}
.wh_div_content img {
    width: 100%;
    margin-bottom: 20px;
    transition: 0.3s linear;
}
.wh_div_content img:hover {
    transfORM: scale(1.2);
}
.wh_div_content a {
    display: block;
}
.wh_div_content:hover {
    cursor: pointer;
}
.wh_title,.zw_title,.zjcp_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    padding: 0 30px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    color: #000;
}
.wh_title::before,.zw_title::before {
    content: '';
    display: block;
    height: 95%;
    width: 3px;
    background-color: red;
    position: absolute;
    left: 20px;
}
.wh_content {
    padding: 0 20px 15px;
    color: #000;
    font-size: 16px;
}
.zw_list {
    width: 100%;
    margin-top: 20px;
}
.zw_a_style,.zjcp_a_style {
    display: flex;
    background-color: #EEEEEE;
    border-top: 1px solid #e0e0e6;
    padding: 15px 0;
    position: relative;
    align-items: center;
    cursor: pointer;
}
.last_zw_a {
    border-bottom: 1px solid #e0e0e6;
}
.zw_title,.zjcp_title {
    margin-bottom: unset;
}
.zw_logo {
    position: absolute;
    right: 20px;
    font-size: 28px;
}
.zw_logo_add::before {
    content: "\002b";
    color: #000;
}
.zw_logo_close::before {
    content: "\2212";
    color: #000;
}
.flex_status {
    display: flex;
    padding: 20px 20px 0;
    align-items: center;
}
.zw_detail,.zjcp_detail {
    display: none;

}
.zw_detail {
    position: relative;
}
.modal_zz {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}
.modal_contents {
    width: 95%;
    max-width: 700px;
    display: none;
    position: fixed;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    padding: 20px 20px 30px;
}
.modal_contents .swiper-wrapper {
    margin-bottom: 20px;
}
.modal_swiper,.modal_swiper2,.modal_swiper3,.modal_swiper4 {
    height: 78%;
}
.modal_contents .swiper-pagination2,.modal_contents .swiper-pagination3,.modal_contents .swiper-pagination4,.modal_contents .swiper-pagination5 {
    bottom: 0;
}
.desc_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.zjdb_block {
    background-color: #F1F2F4;
    margin-top: 30px;
    padding: 20px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zjcp_list {
    width: 40%;
}
.zjcp_a_style {
    background-color: #D5D5D5;
}
.zjcp_mar {
    margin-bottom: 10px;
}
.bf_btn {
    width: 100%;
    height: 100%;
    background: url(../img/common/ccH5PlayBtn.svg) center center no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}
.zjcp_detail {
    width: 100%;
    border: 1px solid #dddde6;
    border-top: none;
}
.zjcp_detail .row_img {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.zjcp_detail .row_img:first-child {
    margin-bottom: 1%;
}
.zjcp_detail img {
    width: 49.5%;
}
.zw_list .zw_detail:first-of-type,.zjcp_list .zjcp_mar:first-child .zjcp_detail{
    display: block;
}
.zw_list .zw_detail:last-of-type::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    margin-top: 30px;
}
.wh_div_content .click_modal {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bb2 video {
    object-fit: cover;
}
.ccH5Poster img,.zw_detail img {
    width: 100%;
}
.ccH5playerBox {
    background: unset;
}
.ccH5playerBox video {
    background-color: unset;
}
.zw_left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.zw_right {
    width: 58%;    
}
.zw_right_img{
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}
.right_row_two{
    display: flex;
    justify-content: space-between;
}
.zw_left_img {
    width: 65%;
}
.right_img_row,.right_img_rows {
    width: 30%;
    margin: 0 20% 0 7%;
}
.zw_right_img .right_img_row:last-child {
    margin: 0 10% 0 0%; 
}
.zw_bottom_dec_two {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 3%;
}
.zw_bottom_dec,.zw_bottom_decs {
    position: relative;
    width: 100%;
    height: 60px;
}
.zw_bottom_decs {
    height: 35px;
}
.zw_bottom_dec_p {
    position: absolute;
    left: 41%;
    font-size: 16px;
}
.zw_bottom_dec_ps {
    position: absolute;
    left: 41%;
    font-size: 16px;
    bottom: 22px;
    font-weight: bold;
}
.news_time {
    margin-bottom: 5px;
    font-size: 16px;
}
.news_list_detail {
    margin-bottom: 30px;
}
.zw_right_title {
    font-size: 17px;
}
.row_img_one {
    margin-bottom: 20px;
}
.modal_desc {
    margin-top: 10px;
}
.row_two_img {
    width: 45%;
}
.modal-header {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-bottom: none;
    position: relative;
    display: flex;
    align-items: center;
}
.modal-title {
    padding: 0 20px;
    font-weight: bold;
    font-size: 22px;
    max-width: 90%;
}
.modal-dialog {
    width: 100%;
    max-width: 900px;
    position: absolute;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 1002;
    border-radius: 6px;
}
.modal-body {
    padding: 30px;
}
.all-modal-content {
    max-height: 450px;
    overflow: auto;
    padding: 0 20px;
}
.all-modal-content img {
    width: 100%;
    margin-bottom: 20px;
}
.modal-content-p {
    font-size: 16px;
    line-height: 1.6;
}
.modal-content .modal-body>.all-modal-content::-webkit-scrollbar{
    width:5px;
    
}
.modal-content .modal-body>.all-modal-content::-webkit-scrollbar-track-piece{
    background-color:#fff;
}
.modal-content .modal-body>.all-modal-content::-webkit-scrollbar-thumb{
    background-color:#dddddd;
    border-radius: 19px;
}
.modal-header .close {
    font-size: 30px;
    position: absolute;
    right: 30px;
}
.modal-dialog {
    margin: unset;
}
.modal_close {
    display: inline-block;
    position: relative;
    width: 100%;

}
.modal_close:hover {
    cursor: pointer;
}
.modal_close::after {
    position: absolute;
    right: 0px;
    top: -30px;
    content: '\2716';
    font-size: 25px;
}
.zw_bottom_div {
    display: flex;
    justify-content: space-evenly;
    margin:2% 0 4%;
    width: 59%;
}
.zw_bottom_div img {
    width: 100%;
}
.zw_flex_btm {
    display: flex;
    flex-direction: column;
}
.bottom_div_img {
    width: 31.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom_div_img_sty {
    position: relative;
    display: flex;
    align-items: center;
}
.bottom_div_img_sty::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 70%;
    right: -8px;
    background-color: #ddd;
}
.bottom_div_img_p {
    font-size: 17px;
    font-weight: bold;
}
.no_sx::after {
    content: none;
}
.phone_bt {
    margin-top: 60px;
}
.bb1 .cai1b {
    cursor: pointer;
}

@media screen and (min-width:975px) {
    .bb2 {
        width: 1067px;
    }
}

@media screen and (max-width:974px) {
    .new_video {
        flex-direction: column;
    }
    .news_style,.videos_style {
        width: 100%;
        min-width: auto;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .news_style{
        margin-bottom: 50px;
    }
    .news_style h1,.videos_style h1 {
        margin-bottom: 20px;
        text-align: center;
    }
    .news_list {
        max-height: 270px;
    }
    .news_content {
        font-size: 23px;
    }
    .news_time {
        font-size: 20px;
        color: #9A9CA3;
    }
    .news_content:hover::after {
        content: none;
    }
    .titles_style, .long_titles, .short_titles {
        font-size: 42px;
    }
    .long_titles::before {
        left: 0%;
        width: 100%;
        margin-left: unset;

    }
    .wh_style {
        flex-direction: column;
    }
    .wh_div_content {
        width: 100%;
        box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.4);
        margin-bottom: 25px;
    }
    .wh_div_content .click_modal {
        flex-direction: row;
        justify-content: space-between;
    }
    .wh_style .wh_div_content:last-child{
        margin-bottom: unset;
    }
    .wh_img {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-left: 3%;
    }
    .wh_tc {
        width:60%;
    }
    .wh_div_content img:hover {
        transform: unset;
    }
    .wh_title {
        margin: 20px 0 15px;
        font-size: 25px;
    }
    .zw_title,.zjcp_title {
        font-size: 25px;
    }
    .wh_title::before,.zw_title::before {
        height: 24px;
        top: -4px;

    }
    .wh_content,.zw_bottom_dec_p,.zw_bottom_dec_ps,.zw_right_title,.desc_title,.modal-content-p,.bottom_div_img_p{
        font-size: 21px;
    }
    .pagination-text{
        font-size: 14px;
    }

    .desc_content {
        font-size: 18px;
    }
    .short_titles::before {
        left: 0%;
        width: 100%;
        margin-left: unset;
    }
    .zjcp_list {
        width: 100%;
        padding: 4% 5%;
    }
    .titles_back {
        background-image: url(../img/backimg-sp.png);
    }
    .back_contents {
        font-size: 30px;
        max-width: 70%;
    }
    .news_list .news_list_detail {
        margin-bottom: 20px;
    }
    .news_list .news_list_detail:last-child {
        margin-bottom: unset;
    }
    .zw_left {
        width: 56%;
        margin-top: 40px;
    }
    .zw_left_img {
        width: 75%;
    }
    .zw_right {
        width: 40%;
    }
    .zw_right_img {
        flex-direction: column;
        align-items: center;
    }
    .zw_right_img .right_img_row:first-child {
        margin-bottom: 20px;
    }
    .right_img_row, .right_img_rows {
        width: 100%;
        margin: unset;
    }
    .flex_status {
        align-items: unset;
        justify-content: space-between;
        align-items: flex-start;
    }
    .zw_right_img .right_img_row:last-child {
        margin: unset;
    }
    .zw_bottom_dec_p,.zw_bottom_dec_ps {
        left: 0%;
    }
    .new_video_title {
        font-size: 35px;
    }
    .zjdb_block {
        padding: 20px 0 50px;
    }
    .special_flex {
        align-items: center;
    }

    .modal_swiper,.modal_swiper2,.modal_swiper3,.modal_swiper4 {
        height: 71%;
    }
    .zw_bottom_dec,.zw_bottom_decs {
        height: 110px;
    }
    .zw_bottom_decs {
        height: 70px;
    }
    .zw_a_style,.zjcp_a_style {
        padding: 20px 0;
    }
    .zw_logo {
        font-size: 38px;
    }
    .modal-dialog {
        width: 620px;
    }
    .modal-title {
        font-size: 25px;
    }
    .modal_close::after {
        font-size: 30px;
    }
    .zw_bottom_dec_two {
        margin: 15% 0 8%;
    }
    .zw_bottom_div {
        width: 100%;
        flex-direction: column;
    }
    .bottom_div_img {
        width: 100%;
    }
    .zw_bottom_div .bottom_div_img:last-child {
        margin-bottom: 20px;
    }
    .zw_bottom_dec_ps {
        bottom: -34px;
    }
    .bottom_div_img_sty::after {
        content: none;
    }
    .bb3 {
        top: 53.8%;
    }
    .bb1 {
        z-index: 4010;
        top: 43%;
        right: 8%;
    }

    
}
@media screen and (min-width:1700px) {
    .news_style {
        width: 33%;
    }
}
@media screen and (max-width:1590px) and (min-width:975px) {
    .news_list {
        max-height: 320px;
    }
    .zw_bottom_dec {
        height: 85px;
    }
    .all-modal-content {
        max-height: 390px;
    }
}

@media screen and (max-width:1611px) and (min-width:975px) {
    .zw_bottom_div {
        margin: 5% 0 7%;
    }
}

@media all and (max-width: 767px) {
    .pagination-text {
        font-size: 12px;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:676px){
    .news_list {
        max-height: 350px;
    }
    .zw_bottom_dec {
        height: 135px;
    }
    .modal_swiper,.modal_swiper2,.modal_swiper3,.modal_swiper4 {
        height: 60%;
    }
    .modal-dialog {
        width: 550px;
    }
    .zw_bottom_dec_two {
        margin: 22% 0 9%;
    }
}
