.banner_sw{
    position: relative;
    overflow: hidden;
}
.banner_sw .swiper-slide,.banner_sw .swiper-slide img{
    width: 100%;
    position: relative;
}
.banner_sw{
    aspect-ratio: 96/47;
}
.banner_sw .swiper-slide>img{
    aspect-ratio: 96/47;
    object-fit: cover;
}
.banner_sw .swiper-slide>video{
    width: 100%;
    aspect-ratio: 96/47;
    object-fit: cover;
}

.banner_sw .swiper-slide>.banner_sw_text{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    align-items: center;
}
.banner_sw .swiper-slide>.banner_sw_text.st{
    align-items: flex-start;
}
.banner_sw .swiper-slide>a{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}
.banner_sw .swiper-button-next,.banner_sw .swiper-button-prev{
    opacity: 1;
    font-family: 'FontAwesome';
    font-size: 50px;
    background: none;
}
.tbox{
    background-image: url(img/golge.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.df{
    display: flex;
}
.fw{
    flex-wrap: wrap;
}
.a_c{
    align-items: center;
}
.j_b{
    justify-content: space-between;
}
.ci100{
    position: relative;
}
.ci100>img{
    width: 100%;
}
.ci100>a{
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ci100h{
    overflow: hidden;
}
.ci100h>img{
    transition: .3s;
}
.ci100h:hover>img{
    transform: scale(1.1);
}
.banner_sw_on1{
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 1.02vw;
    font-weight: 600;
    color: #dc3a33;
    padding: 0 2.9vw;
    height: 3.1vw;
    transition: .3s;
    border-radius: 1.65vw;
}
.banner_onh{
    transition: .3s;
}
.banner_onh:hover{
    background: #fff !important;
    color: #151515 !important;
}
.banner_sw_on1:hover{
    color: #fff;
    background: #dc3a33;
}
.banner_sw_on1.on2{
    height: 2.4vw;
    border-radius: 1.2vw;
    font-size: .8vw;
    color: #fff;
    padding: 0 1.5vw;
    background: #151515;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
}
.banner_sw_on1.on2:hover{
    color: #dc3a33;
    background: #fff;
}
.index_apb{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    /*margin-bottom: 50px;*/
}
.index_apb>img:nth-child(2){
    height: 100%;
    width: auto;
    left: 0;
    top: 0;
    filter: brightness(0.5);
    position: absolute;
}
.index_apb>img:nth-child(1){
    height: 100%;
    width: auto;
    right: 0;
    top: 0;
    filter: brightness(0.5);
    position: absolute;
}
.index_ap{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.index_ap_ct{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_ap:hover>.index_ap_ct{
    display: none;
}
.index_ap_list{
    filter: brightness(0.5);
    overflow: hidden;
    transition: .3s;
    height: 500px;
    position: relative;
    display: block;
    width: 16.66%;
}
.index_ap:hover>.index_ap_list{
    width: 16%;
}
.index_ap_list:hover{
    filter: none;
    width: 30% !important;
}
.index_ap_list>img{
    width: auto;
    height: 100%;
    pointer-events: none;
    -webkit-transform: skew(20deg) translateX(-25%);
    -moz-transform: skew(20deg) translateX(-25%);
    -ms-transform: skew(20deg) translateX(-25%);
    transform: skew(20deg) translateX(-25%);
}
.index_ap_box{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    pointer-events: none;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    transition: .3s;
}
.index_ap_box>img{
    width: 100%;
}
.index_ap_title{
    padding: 0 15%;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}
.index_ap_list:hover .index_ap_box{
    visibility: visible;
    opacity: 1;
}
/*关于我们*/
.about_box{
    padding-top: 15px;
    width: 100%;
    overflow: hidden;
}
.about_box .about_bg{
    background-image: url('../images/about_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F7F7F7;
    padding-top: 100px;
}
.about_box .about_bg .about_num_box{
    display: flex;
}
.about_box .about_bg .about_num_box .about_left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 139px;
}
.about_box .about_bg .about_num_box .about_left .about_play{
    position: relative;
}
.about_box .about_bg .about_num_box .about_left .about_play .playicon{
    z-index: 3;
    position: relative;
}

.videopop{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}
.videopop.active{
    display: block;
}
.videopop .wrap14{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videopop .videocontent{
    width: 100%;
    min-height: 500px;
    position: relative;
    background: rgba(255,255,255,0.8);
}
.videopop .close{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
}
.videopop .videocontent .videocon>p{
    width: 100%;
    height: 100%;
}
.videopop .videocontent .videocon iframe{
    width: 100%;
    min-height: 500px;
}


.circle{
    width:100%;
    height:100%;
    border-radius:50%;
    background:rgba(255,255,255,0.5);
    position:absolute;
    top: 0px;
    left: 0px;
    animation:scale 2s infinite;
    z-index: 1;
}
@keyframes scale{
    0%{
        transform:scale(1);
        /*box-shadow:0 0 0 0 rgba(0,0,0,0.7);*/
    }
    100%{
        transform:scale(2);
        background:rgba(255,255,255,0.1);
        /*box-shadow:0 0 0 0 rgba(0,0,0,0);*/
    }
}
.circle2{
    width:100%;
    height:100%;
    border-radius:50%;
    background:rgba(255,255,255,0.5);
    position:absolute;
    top: 0px;
    left: 0px;
    animation:scale2 2s infinite;
    animation-delay:1s;
    z-index: 2;
}
@keyframes scale2{
    0%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(0,0,0,0.7);
    }
    100%{
        transform:scale(2);
        background:rgba(255,255,255,0.1);
        box-shadow:0 0 0 0 rgba(0,0,0,0);
    }
}

.about_box .about_bg .about_num_box .about_right{
    width: 50%;
}
.about_box .about_bg .about_num_box .about_right .couner_items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about_box .about_bg .about_num_box .about_right .couner_items .aboutNum{
    width: 50%;
    margin-bottom: 40px;
}
.about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi{
    width: fit-content;
    position: relative;
    margin-bottom: 15px;
}
.about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutlx{
    position: absolute;
    left: -35px;
    top: 12px;
    width: 15px;
    height: 50px;
    background: #fff;
    transform: skew(-10deg);
}
.about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .count-title{
    font-size: 36px;
    font-family: Barlow-BlackItalic;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
    transform: skew(-10deg);
    width: auto;
}
.about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutIcon{
    font-size: 36px;
    font-family: Barlow-BlackItalic;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 77px;
    transform: skew(-10deg);
    position: absolute;
    right: -50px;
    top: -35px;
}
.about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutName{
    font-size: 16px;
    font-family: Barlow-Medium;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
}
.about_box .about_bg .about_con{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.about_box .about_bg .about_con .ab_left{
    width: 100%;
    padding: 2.1vw 4.1vw 2.1vw 8.3vw;
    background: #151515ee;
}
.about_box .about_bg .about_con .ab_left .ab_left_p1{
    font-size: 22px;
    /*font-family: Barlow-BlackItalic;*/
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.about_box .about_bg .about_con .ab_left .ab_left_p2{
    font-size: 14px;
    /*font-family: Barlow-Regular;*/
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-top: 38px;
}
.about_box .about_bg .about_con .ab_right{
    width: 50%;
    padding: 2vw 9.4vw 2vw 5vw;
    margin-top: 3vw;
    background: #ffffffdd;
    display: none;
}
.about_box .about_bg .about_con .ab_right .ab_right_p1{
    font-size: 14px;
    /*font-family: Barlow-Regular;*/
    font-weight: 400;
    color: #2D3237;
    line-height: 30px;
    margin-bottom: 50px;
    display: none;
}
.about_box .about_bg .about_con .ab_right .ab_right_p2{
    display: flex;
    align-items: fit-content;
    margin-top: 20px;
}
.about_box .about_bg .about_con .ab_right .ab_right_p2 .xbuticon1{
    width: 22px;
    margin-left: 20px;
}
.about_box .about_bg .about_con .ab_right .ab_right_p2 .xbut{
    background: rgba(255,255,255,0);
}
.about_box .about_bg .about_con .ab_right .ab_right_p2 .xbut:hover{
    background: #151515;
    color: #fff;
}
.about_box .ab_mod3{
    padding-top: 119px;
    background-color: #F7F7F7;
}
.about_box .ab_mod3 .companyimg{
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
}
.about_box .ab_mod3 .companyimg img{
    width: 100%;
    transition: 0.3s;
}
.about_box .ab_mod3 .companyimg:hover img{
    transform: scale(1.1);
}
.about_box .ab_mod3 .companyflex{
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    padding-bottom: 74px;
}
.about_box .ab_mod3 .companyflex .companyimg2{
    width: 50%;
    overflow: hidden;
}
.about_box .ab_mod3 .companyflex .companyimg2 img{
    width: 100%;
    transition: 0.3s;
}
.about_box .ab_mod3 .companyflex .companyimg2:hover img{
    transform: scale(1.1);
}
.about_box .ab_mod3 .companyflex .comright{
    width: 45%;
    padding-top: 50px;
}
.about_box .ab_mod3 .companyflex .comright .crp1{
    font-size: 50px;
    /*font-family: Barlow-BlackItalic;*/
    font-weight: 600;
    color: #2D3237;
    line-height: 1.2;
}
.about_box .ab_mod3 .companyflex .comright p{
    margin-top: 37px;
    font-size: 16px;
    font-family: Barlow-Regular;
    font-weight: 400;
    color: #2D3237;
    line-height: 1.5;
}
.about_box .ab_mod3 .companyflex .cfli{
    width: 23.5%;
    background-color: #fff;
    padding: 49px 20px 42px;
    background-size: 100% 100%;
    background-position: 400px 0px;
    background-repeat: no-repeat;
    transition: 0.5s;
    overflow: hidden;
}
.about_box .ab_mod3 .companyflex .cfli:hover{
    background-position: 0 0 ;
}
.about_box .ab_mod3 .companyflex .cfli .cflicover{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
    position: relative;
}
.about_box .ab_mod3 .companyflex .cfli .cflicover img{
    height: 72px;
    transition: 0.5s;
    position: relative;
}
.about_box .ab_mod3 .companyflex .cfli .cflicover .cflicover1{
    opacity: 1;
}
.about_box .ab_mod3 .companyflex .cfli .cflicover .cflicover2{
    opacity: 0;
    width: 0px;
    left: 200px;
}
.about_box .ab_mod3 .companyflex .cfli:hover .cflicover .cflicover1{
    opacity: 0;
    width: 0px;
}
.about_box .ab_mod3 .companyflex .cfli:hover .cflicover .cflicover2{
    opacity: 1;
    width: auto;
    left: 0px;
}

.about_box .ab_mod3 .companyflex .cfli .cfli_p1{
    margin-bottom: 20px;
    font-size: 25px;
    font-family: Barlow-BlackItalic;
    font-weight: bold;
    color: #2D3237;
    transform: skew(-10deg);
}
.about_box .ab_mod3 .companyflex .cfli .cfli_p2{
    font-size: 16px;
    font-family: Barlow-Regular;
    font-weight: 400;
    color: #2D3237;
    line-height: 1.5;
}
.xbut{
    background: #FFFFFF;
    border: 1px solid #D5D6D6;
    padding: 0 40px;
    margin-left: 15px;
    font-size: 18px;
    font-family: Barlow-Medium;
    font-weight: 500;
    color: #2D3237;
    transform: skew(-20deg);
    transition: 0.3s;
    display: inline-block;

}
.xbut:hover{
    background: #FAB505;
    border-color: #FAB505;
}
.xbut i{
    transform: skew(30deg);
    display: block;
}
.xbut4{
    height: 40px;
    line-height: 40px;
}
.xbut5{
    height: 50px;
    line-height: 50px;
}
.titflex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
}
.titflex .titbuts{
    display: flex;
    align-items: center;
}
.wrap14{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.indexmk3_pro .cpboxgs{
    width: 30%;
    border: 0;
    position: relative;
    margin-bottom: 0;
}
.indexmk3_pro .cpboxgs .content{
    transition: .3s;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background-color: #ebebeb;
    transform: rotateY(180deg);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.indexmk3_pro .cpboxgs .content .title{
    text-align: center;
}
.indexmk3_on{
    display: flex;
    margin-top: 20px;
}
.indexmk3_on>a{
    font-size: 14px;
    padding: 14px 20px;
    line-height: 1.5;
    color: #fff;
    background: #151515;
    transition: .3s;
}
.indexmk3_pro_on>a:hover{
    background: #9f1b15;
}
.indexmk3_pro .cpboxgs .imgbox{
    transition: .3s;
    padding: 10%;
}
.indexmk3_pro .cpboxgs .imgbox img{
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
.indexmk3_pro .cpboxgs:hover .imgbox{
    transform: rotateY(180deg);
}
.indexmk3_pro .cpboxgs:hover .content{
    transform: rotateY(0);
    opacity: 1;
    visibility: visible;
}
.indexmk3_pro .cpboxgs:hover .imgbox img{
    transform: scale(1);
}
.indexmk3_pro .cpboxgs .content{
    padding: 0px 30px;
}
.indexmk4 .swiper-slide{
    height: auto;
}
.indexmk4 .indexmk4box .rightbox .indexmk4dianpingbox{
    height: 100%;
}
.in_bc1{
    /*padding-top: 50px;*/
}
.in_bc1_list{
    width: 33.3%;
    padding: 10px;
    align-items: flex-start;
    margin-bottom: 48px;
}
.in_bc1_list>img{
    width: 65px;
    aspect-ratio: 1;
    object-fit: contain;
    margin-right: 35px;
}
.in_bc1_text{
    width: calc(100% - 100px);
    padding-right: 20px;
}
.in_bc1_t{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.in_bc1_c{
    font-size: 14px;
    line-height: 2;
}
.in_news{
    padding: 50px 0;
    background: #f5f5f5;
}
.in_news_l{
    width: 58%;
    padding: 10px;
}
.in_news_r{
    width: 42%;
    padding: 10px;
}
.in_news_title{
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
}
.in_news_on>a{
    font-size: 14px;
    padding: 14px 20px;
    line-height: 1.5;
    /*color: #fff;*/
    color: #000;
    /*background: #151515;*/
    transition: .3s;
    /*border: 1px solid #151515;*/
}
.in_news_on>a:hover{
    /*background: none;*/
    color: #151515;
}
.in_news_lists{
    margin-top: 20px;
}
.in_news_l .news_list{
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}
.in_news_l .news_list .news_img{
    width: 25%;
}
.in_news_l .news_list .news_text{
    width: calc(75% - 20px);
    margin-left: 20px;
    border-left: 3px solid #ddd;
    padding-left: 20px;
}
.news_time{
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}
.news_time>i{
    margin-right: 10px;
}
.news_title>a{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.news_title>a:hover{
    color: #151515;
}
.in_news_l .news_list .news_text .news_title>a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_content{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.in_news_r .news_list{
    width: calc(50% - 3px);
    margin-right: 6px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.in_news_r .news_list:nth-child(2n){
    margin-right: 0;
}
.in_news_r .news_list .news_img{
    width: 100%;
}
.in_news_r .news_list .news_img>img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.in_news_r .news_list .news_text{
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}
.in_news_r .news_list .news_text .news_title>a{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.gifl{
    width: 100%;
    display: flex;
}
.gifl>.w33{
    width: 33.3%;
    display: flex;
    align-items: center;
}
.gifl>.w33>div{
    width: 50%;
    display: flex;
    align-items: center;
}
.gifl>.w33:nth-last-child(1)>div:nth-last-child(1)>i{
    display: none;
}
.gifl>.w33>div>i{
    margin: 0 10px;
    font-size: 30px;
    margin-bottom: 35px;
}
.ttc{
    text-transform: capitalize;
}
.gifl_img{
    width: calc(100% - 50px);
    text-align: center;
}
.gifl_img>img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
.gifl_title{
    font-size: 16px;
    padding: 10px 0;
}
.in_abl{
    padding: 50px 0;
}
.in_abl_t{
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 55px;
}

@media(min-width:1920px){
    .about_box .about_bg .about_con .ab_left{
        padding: 40px 80px 40px 160px;
    }
    .about_box .about_bg .about_con .ab_right{
        padding: 50px 180px 50px 96px;
    }
}
@media(max-width:1500px){
    .about_box .about_bg{
        padding-top: 70px;
    }
    .wrap14{
        width: 95%;
        margin: 0 auto;
    }
}
@media(max-width:1400px){
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum{
        margin-bottom: 30px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .count-title{
        font-size: 30px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutName {
        font-size: 16px;
        line-height: 24px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutIcon{
        font-size: 50px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutlx{
        width: 9px;
        height: 40px;
    }
    .about_box .about_bg .about_con .ab_left{
        padding: 40px;
    }
    .about_box .about_bg .about_con .ab_left .ab_left_p1 {
        font-size: 20px;
    }
}
@media(max-width:1300px){
    .about_box .ab_mod3 .companyflex .comright{
        padding-top: 0px;
    }
    .about_box .about_bg .about_con .ab_left {
        padding: 60px;
    }
    .about_box .about_bg .about_con .ab_left .ab_left_p1 {
        /*font-size: 40px;*/
        /*line-height: 50px;*/
        font-size: 18px;
    }
    .about_box .about_bg .about_con .ab_right {
        padding: 60px;
    }
    .xbut{
        padding: 0 25px;
    }
    .xbut5{
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width:1200px){
    .about_box .ab_mod3 .companyflex .comright .crp1 {
        font-size: 40px;
    }
    .about_box .ab_mod3 .companyflex .comright p {
        margin-top: 15px;
    }
    .about_box .about_bg .about_num_box .about_left{
        padding-bottom: 46px;
    }
    .about_box .about_bg .about_num_box .about_left .about_play .playicon {
        width: 64px;
    }
    .in_bc1_text{
        padding-right: 0;
    }
}
@media(max-width:1100px){
    .about_box .ab_mod3 .companyflex .cfli{
        padding: 20px 10px 20px;
        width: 24%;
    }
    .about_box .ab_mod3 .companyflex .cfli .cflicover{
        margin-bottom: 18px;
    }
    .about_box .ab_mod3 .companyflex .cfli .cfli_p1{
        margin-bottom: 12px;
        font-size: 18px;
    }
    .about_box .ab_mod3 .companyflex .cfli .cfli_p2{
        font-size: 14px;
        line-height: 21px;
    }
    .about_box .ab_mod3 .companyflex .cfli .cflicover img{
        height: 45px;
    }
    .about_box .about_bg .about_con .ab_right {
        background: rgba(255,255,255,0.8);
    }
    .about_box .about_bg {
        padding-top: 50px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum {
        margin-bottom: 35px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .count-title {
        font-size: 26px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutIcon {
        font-size: 26px;
        line-height: 28px;
        right: -33px;
        top: -9px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutlx {
        width: 7px;
        height: 34px;
        left: -16px;
        top: 8px;
    }    
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi{
        margin-bottom: 10px;
    }    
}
@media(max-width:990px){
    .index_apb{
        margin-bottom: 20px;
    }
    .index_apb>img:nth-child(2){
        display: none;
    }
    .index_apb>img:nth-child(1){
        display: none;
    }
    .index_ap{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        flex-wrap: wrap;
        justify-content: center;
    }
    .index_ap_ct{
        display: none;
    }
    .index_ap_list{
        filter: none;
        width: 50%;
        height: auto;
        padding: 4px;
    }
    .index_ap:hover>.index_ap_list{
        width: 50%;
    }
    .index_ap_list:hover{
        width: 50% !important;
    }
    .index_ap_list>img{
        width: 100%;
        height: auto;
        object-fit: cover;
        pointer-events: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .indexmk4 .indexmk4box .rightbox .mySwiperdianping .content,.newsboxgs .indexmk3 .cpboxgs .ctitle{
        font-size: 12px;
        line-height: 1.5;
    }
    .index_ap_box{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        position: relative;
        height: auto;
        bottom: auto;
    }
    .index_ap_box>img{
        width: 20%;
    }
    .index_ap_title{
        font-size: 14px;
        text-align: center;
        color: #000;
        font-weight: 400;
    }
    .about_box .ab_mod3 .companyflex .comright .crp1 {
        font-size: 30px;
    }
    .about_box .ab_mod3 .companyflex .comright p {
        margin-top: 15px;
    }    
    
    .about_box .about_bg .about_con .ab_left {
        padding: 40px;
    }
    .about_box .about_bg .about_con .ab_right {
        padding: 40px;
    }
    .about_box .about_bg .about_con .ab_left .ab_left_p1 {
        font-size: 16px;
    }
    .about_box .about_bg .about_con .ab_right .ab_right_p1{
        margin-bottom: 40px;
    }
    .about_box .about_bg .about_con .ab_left .ab_left_p2{
        margin-top: 10px;
    }
    .about_box .ab_mod3 .companyflex{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .about_box .ab_mod3 .companyflex .cfli{
        width: 45%;
        margin-bottom: 20px;
    }
    .about_box .ab_mod3 .companyflex .comright .crp1 {
        font-size: 20px;
    }
    .about_box .ab_mod3 .companyflex .comright p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 19px;
    }    
    
    .about_box .about_bg .about_con .ab_left,.about_box .about_bg .about_con .ab_right {
        padding: 20px;
    }
    .about_box .about_bg .about_con .ab_left .ab_left_p2,.about_box .about_bg .about_con .ab_right .ab_right_p1 {
        font-size: 14px;
        line-height: 20px;
    }
    .about_box .about_bg .about_con .ab_right .ab_right_p1{
        margin-bottom: 30px;
    }
    .titflex{
        padding-bottom: 40px;
        flex-wrap: wrap;
    }
    .xbut {
        padding: 0 15px;
        font-size: 14px;
    }
    .about_box .about_bg .about_con .ab_right .ab_right_p2 .xbuticon1 {
        width: 16px;
        margin-left: 8px;
    }
    .about_box .about_bg .about_num_box .about_left .about_play .playicon {
        width: 50px;
    }
    .tongyongindexmktitle{
        font-size: 20px;
    }
    .tongyongindexmkctitle{
        font-size: 14px;
    }
    .tongyongindexmkcontent{
        font-size: 16px;
    }
    .xbut {
        padding: 0 15px;
        font-size: 14px;
    }
    .indexmk3_pro .cpboxgs .content{
        background: none;
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: rotate(0);
    }
    .indexmk3_pro{
        flex-direction: row;
    }
    .indexmk3_pro .cpboxgs{
        margin-bottom: 20px;
    }
    .indexmk3_pro .cpboxgs{
        width: 49%;
    }
    .indexmk3_on{
        font-size: 12px;
    }
    .indexmk3_pro .cpboxgs .imgbox{
        padding: 6px;
    }
    .indexmk3_pro .cpboxgs .content{
        padding: 0;
    }
    .indexmk3 .cpboxgs .content .title{
        font-size: 16px;
    }
    .about_box .about_bg .about_num_box{
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .about_box .about_bg{
        background-position: center top;
        background-size: 150% auto;
    }
    .about_box .about_bg .about_num_box .about_left{
        width: 100%;
    }
    .about_box .about_bg .about_num_box .about_right{
        width: 90%;
        margin-left: 10%;
    }
    .in_bc1{
        /*padding-top: 20px;*/
    }
    .in_bc1_list{
        width: 100%;
        padding: 10px;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .in_bc1_list>img{
        width: 50px;
        aspect-ratio: 1;
        object-fit: contain;
        margin-right: 20px;
    }
    .in_bc1_text{
        width: calc(100% - 70px);
        padding-right: 10px;
    }
    .in_bc1_t{
        font-size: 18px;
    }
    .in_bc1_c{
        font-size: 12px;
    }
    .in_news_l{
        width: 100%;
    }
    .in_news_r{
        width: 100%;
    }
    .news_time{
        margin-bottom: 10px;
    }
    .news_time,.news_content{
        font-size: 12px;
    }
    .news_title>a{
        font-size: 14px;
    }
    .banner_sw,.banner_sw .swiper-slide>img{
        aspect-ratio: 32 / 25;
    }
    .gifl{
        flex-wrap: wrap;
    }
    .gifl>.w33>div{
        width: 50%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gifl_img{
        width: calc(100% - 30px);
    }
    .gifl>.w33{
        width: 100%;
        align-items: flex-start;
    }
    .gifl>.w33:nth-child(2n){
        flex-direction: row-reverse;
    }
    .gifl>.w33:nth-child(2n)>div:nth-child(1){
        flex-direction: row-reverse;
        position: relative;
    }
    .gifl>.w33:nth-child(2n)>div:nth-child(1)>i{
        transform: rotate(180deg);
        position: absolute;
        left: -15px;
    }
    .gifl>.w33:nth-child(2n)>div:nth-child(2){
        padding-right: 30px;
    }
    .gifl>.w33:nth-child(2n)>div:nth-child(2)>.gifl_img{
        width: 100%;
    }
    .gifl>.w33:nth-child(2n + 1)>div:nth-child(1){
        justify-content: space-between;
    }
    .gifl>.w33>div:nth-child(1)>i{
        margin: 0 4px 35px;
    }
    .gifl>.w33>div:nth-child(4n+2)>i{
        margin: 10px 10px;
        transform: rotate(90deg);
    }
    .in_abl{
        padding: 30px 0;
    }
    .in_abl_t{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .gifl_title,.gifl>.w33>div>i{
        font-size: 12px;
    }
    .banner_sw .swiper-button-next,.banner_sw .swiper-button-prev{
        font-size: 30px;
    }
    
}
@media(max-width:650px){
    .about_box .ab_mod3 .companyflex{
        flex-wrap: wrap;
    }
    .about_box .ab_mod3 .companyflex .companyimg2 {
        width: 100%;
        overflow: hidden;
    }
    .about_box .ab_mod3 .companyflex .comright {
        width: 100%;
        padding-top: 25px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .count-title {
        font-size: 20px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutIcon {
        font-size: 20px;
        line-height: 18px;
        right: -23px;
        top: -6px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutlx {
        width: 4px;
        height: 32px;
        left: -15px;
        top: 3px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi {
        margin-bottom: 0px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutName {
        font-size: 14px;
        line-height: 20px;
    }
    .about_box .about_bg .about_con {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
    .about_box .about_bg .about_con .ab_left,.about_box .about_bg .about_con .ab_right{
        width: 100%;
    }
    .about_box .ab_mod3 .companyflex .cfli {
        width: 100%;
        margin-bottom: 20px;
    }
    .about_box .about_bg {
        padding-top: 15px;
    }
    .about_box .about_bg .about_num_box .about_left .about_play .playicon {
        width: 30px;
    }
    .about_box .ab_mod3,.about_box{
        padding-top: 20px;
    }
    .about_box .ab_mod3 .companyflex{
        padding-bottom: 50px;
    }
    .about_box .about_bg .about_num_box .about_left {
        padding-bottom: 24px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum {
        margin-bottom: 18px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .count-title {
        font-size: 18px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutIcon {
        font-size: 27px;
        line-height: 18px;
        right: -22px;
        top: -6px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutLi .aboutlx {
        width: 4px;
        height: 23px;
        left: -9px;
        top: 0px;
    }
    .about_box .about_bg .about_num_box .about_right .couner_items .aboutNum .aboutName {
        font-size: 12px;
        line-height: 20px;
    }
    /*.in_news_l .news_list{*/
    /*    flex-direction: column;*/
    /*}*/
    .in_news_l .news_list .news_img{
        width: 33.3%;
    }
    .in_news_title{
        font-size: 18px;
    }
    .in_news_on>a{
        font-size: 12px;
    }
    .in_news_l .news_list .news_text{
        width: calc(66.6% - 6px);
        padding-left: 6px;
        margin-left: 6px;
    }
    /*.in_news_r .news_list{*/
    /*    width: 100%;*/
    /*    margin-right: 0;*/
    /*}*/
    .in_news_r .news_list .news_text{
        height: 40px;
    }
    .in_news_r .news_list .news_text .news_title>a{
        -webkit-line-clamp: 2;
        font-size: 12px;
    }
}