@charset "utf-8";

@media screen and (min-width: 1025px){
    .pc_none{
        display: none;
    }
}
@media screen and (max-width:1630px){
    .wrapper{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width:1535px){
    .w1400{
        width:100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav .nav_li{
        margin: 0 20px;
    }
    .nav .nav_li .nav1 a{
        font-size: 16px;
        white-space: nowrap;
    }
    .nav .nav_li .nav2 .nav2_pro .j_list .item h4{
        font-size: 14px;
        line-height: 1.5;
    }
    .banner .item_img img{
        height: auto;
    }
    .pd_detail_hd_right .infos{
        width: 100%;
        margin: 0;
        padding: 0 30px 0 50px;
    }
}

@media screen and (max-width: 1350px){
    .header{
        padding: 0 30px;
    }
    .footer_bd_hd .item{
        padding-right: 30px;
    }
}
@media screen and (max-width: 1024px){
    .mb_none{
        display: none;
    }
    .header{
        height: 60px;
        background: #fff;
    }
    .header .logo .img1{
        display: none;
    }
    .header .logo .img2{
        display: block;
    }
    .header_wrap{
        height: 60px;
    }
    
    .header .logo img{
        height:26px;
    }
    .menuBtn{
        height: 60px;
        width: 60px;
    }
    .menuBtn .line{
        width: 26px;
        height: 2px;
        margin: 10px auto;
    }
    .menuBtn.active .line:nth-child(1) {
        -webkit-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -o-transform: translateY(12px) rotate(45deg);
        transform: translateY(12px) rotate(45deg);
    }
    .menuBtn.active .line:nth-child(3) {
        -webkit-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
        -o-transform: translateY(-12px) rotate(-45deg);
        transform: translateY(-12px) rotate(-45deg);
    }
    .menuPage{
        padding-right: 60px;
    }
    .banner{
        padding-top: 60px;
    }
    .banner .item .item_con img{
        width:35%;
    }
    .banner .item_img img{
        height: auto;
    }
    .pt80,.pt100{
        padding-top: 40px;
    }
    .pb80,.pb100{
        padding-bottom: 40px;
    }
    .tit_box1,.tit_box2{
        padding: 40px 0 20px;
    }
    .tit_box1 .tit h4,.tit_box2 .tit h4{
        font-size:32px;
    }
    .tit_box1 .tit p{
        font-size:14px;
        margin-top:8px;
    }
    .public_pad{
        padding-left: 20px;
        padding-right: 20px;
    }
    .product_menu_top .item .item_img{
        padding:0 0 0 5%;
        width: 50%;
        height: auto;
    }
    .product_menu_top .item .item_con .tit{
        font-size: 24px;
    }
    .s36{
        font-size: 30px;
    }
    .footer_copyright{
        padding:0;
        text-align: center;
        margin-top: 0;
        padding:15px 0;
    }
    .footer_copyright span{
        display: block;
    }
    .float_mb_tel{
        display: none;
    }
    .page_banner{
        margin-top: 60px;
    }
    .pd_detail_hd_left{
        display: none;
    }
    .pd_detail_hd_right{
        width: 100%;
    }
    .pd_detail_hd_right .infos h1,.pd_detail_hd_right .infos h2{
        font-size: 26px;
    }
    .pd_detail_hd_panel2{
        padding: 0 3% 40px;
    }
    .pd_detail_bd .j_form table{
        width: 100%!important;
    }
    .pd_detail_bd_panel2 .item{
        padding: 30px;
    }
    .arrows_out .swiper-button-prev{
        left: 0;
    }
    .arrows_out .swiper-button-next{
        right: 0;
    }
    .pd_detail_bd_panel2 .item .item_con .tit{
        font-size: 20px;
    }
    .app_list .swiper-slide{
        margin: 0 8px;
    }
    .app_list .item .item_con .tit{
        font-size: 24px;
    }
    .page_banner_con .tit{
        font-size: 36px;
    }
    .page_case_list .list{
        margin: -6px;
    }
    .page_case_list .item{
        padding: 6px;
    }
    .page_case_list .item_con{
        padding: 25px;
    }
    .page_case_list .item_con .tit{
        font-size: 20px;
    }
    .no_banner_pos{
        padding: 80px 0 0;
    }
    .pt60{
        padding-top: 30px;
    }
    .page_recommended_news{
        padding-left: 5%;
        width: 35%;
    }
    .page_case_detail h1,.page_news_detail h1{
        font-size: 30px;
    }
    .page_case_detail h2{
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .page_case_detail h3{
        font-size: 18px;
    }
    .page_recommended_news{
        top: 80px;
    }
    .page_recommended_news .list .item .item_img{
        height: 100%;
    }
    .page_latest_news .item_con{
        padding: 36px;
    }
    .page_about1_img{
        display: none;
    }
    .page_about1_con{
        padding-left: 0;
    }
    .page_about1_con .tit{
        font-size: 26px;
    }
    .page_about2_con{
        gap: 16px;
    }
    .page_contact_list .item{
        padding-top: 40px;
    }
    .page_contact_list .item .tit{
        font-size: 24px;
        margin-top: 10px;
    }
    .footer_hd .desc{
        padding-right: 0;
    }
}
@media screen and (max-width: 768px){
    /*body{*/
    /*    font-size:14px;*/
    /*}*/
    .header{
        height: 50px;
        padding-left: 20px;
    }
    .header .logo img{
        height: 20px;
    }
    .menuPage{
        padding-right: 52px;
    }
    .menuBtn{
        width: 50px;
        height: 50px;
    }
    .menuBtn .line{
        margin:7px auto;
    }
    .menuBtn.active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }
    .menuBtn.active .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    .wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_wrap{
        height: 50px;
    }
    .banner{
        padding-top:50px;
    }
    
    .w1400{
        padding-left:15px;
        padding-right: 15px;
    }
    .tit_box1 .tit h4,.tit_box2 .tit h4{
        font-size: 24px;
    }
    .tit_box1{
        padding: 30px 0 15px;
    }
    .tit_box1 .more{
        margin-left: 10px;
    }
    .tit_box1 .arrow .swiper-button-prev, .tit_box1 .arrow .swiper-button-next{
        margin-left: 10px;
    }
    .public_pad{
        padding: 0;
    }
    .mb24{
        margin-top: 14px;
    }
    .mb24{
        margin-bottom: 14px;
    }
    .product_menu_top .item{
        padding: 20px;
    }
    .product_menu_top .item{
        flex-direction:column-reverse;
    }
    .product_menu{
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .product_menu_top .item .item_img{
        width: 100%;
        padding: 0 5% 20px;
    }
    .product_menu_top .item .item_con .tit,.product_menu.product_menu_top .item .item_con .tit{
        font-size: 20px;
    }
    .product_menu_top .item .item_con .desc{
        margin-top: 10px;
    }
    .product_menu.product_menu_top .item .item_img{
        margin: auto;
    }
    
    .about{
        flex-direction: column-reverse;
        padding:30px 20px;
    }
    .about_video{
        width: 100%;
    }
    .about_con{
        padding: 15px 0 0;
    }
    .about_con .j_tit p{
        font-size: 22px;
    }
    .about_con .desc{
        margin: 0;
    }
    .about_con .more{
        margin-top: 25px;
    }
    .search{
        width: 100%;
        padding-bottom: 20px;
    }
    .search_con{
        width: 100%;
        padding-right: 0;
    }
    .search_img{
        display: none;
    }
    .partner_list_item .swiper-slide{
        width: 120px;
    }
    
    .footer{
        display: none;
    }
    .footer_copyright{
        flex-direction: column;
        font-size:12px;
        padding-bottom: 70px;
    }
    .footer_copyright a.bontop{
        display: block;
    }
    .footer_copyright img{
        width: 18px;
        margin:0 5px 0 0;
    }
    .float_mb_tel{
        width: 140px;
        height: 40px;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom:20px;
        background: #fff;
        display: flex;
        border-radius: 100px;
        z-index: 99;
        justify-content: center;
        align-items: center;
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
    }
    .float_mb_tel span{
        margin-left: 6px;
        font-weight: bold;
        font-size: 14px;
    }
    .float_mb_tel i{
        font-size: 18px;
    }
    .float_mb_tel:hover{
        background: var(--theme-color);
        color:#fff;
    }
    .pd_detail_hd_right{
        flex-direction:column-reverse;
    }
    .pd_detail_hd_right .pics{
        width: 100%;
    }
    .pt80, .pt100{
        padding-top: 30px;
    }
    .pb80, .pb100{
        padding-bottom: 30px;
    }
    .pd_detail_hd_right .pics .mySwiper2{
        height: 360px;
    }
    .pd_detail_hd_right .pics .img img{
        max-width: 90%;
    }
    .pd_detail_hd_right .infos_w{
        width: 100%;
    }
    .pd_detail_hd_right .infos{
        padding: 20px 20px 0;
    }
    .pd_detail_hd_right .infos h1, .pd_detail_hd_right .infos h2{
        font-size: 22px;
    }
    .pd_detail_hd_right .infos h2{
        margin: 10px 0 20px;
    }
    
    .pd_detail_hd_panel2 h4{
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .pd_detail_hd_panel2 p{
        padding-left:32px;
    }
    .pd_detail_hd_panel2 p:before{
        left: 10px;
    }
    .app_list{
        padding: 0 20px;
    }
    .app_list .swiper-slide{
        width: 100%;
    }
    .app_list .swiper-button-prev, .app_list .swiper-button-next{
       
        display: none;
    }
    
    .app_list .item .item_con{
        width: 100%;
        padding: 20px 5%;
    }
    .app_list .item .item_con .desc{
        display: none;
    }
    .more_style5{
        width: 140px;
        height: 45px;
    }
    .app_list .item .item_con .more_style5{
        margin-top: 20px;
    }
    .page_about1_con .content{
        font-size: 16px;
        margin-top: 5px;
    }
    .page_banner .img img{
        min-height: 160px;
        object-fit: cover;
    }
    .page_banner_con .tit{
        font-size: 24px;
    }
    .page_banner_pos{
        bottom: 10px;
    }
    .page_case_list .item{
        width: 100%;
    }
    .page_case_list .item_con .desc{
        height: auto;
    }
    .page_case_list .item_con .more i{
        font-size: 12px;
    }
    .page_banner{
        margin-top: 50px;
    }
    .page_news_detail_wrap{
        flex-direction: column;
    }
    .page_recommended_news{
        width: 100%;
        padding-left: 0;
    }
    .page_case_detail h1, .page_news_detail h1{
        font-size: 24px;
    }
    .page_case_detail h2{
        font-size: 22px;
    }
    .page_latest_news .item{
        flex-direction: column;
    }
    .page_latest_news .item_img{
        width: 100%;
    }
    .page_latest_news .item_con{
        padding: 20px;
    }
    .page_latest_news .item_con .tit{
        font-size: 20px;
    }
    .page_latest_news .item_con .more{
        margin-top: 30px;
    }
    .page_latest_news .arrow{
        right: 20px;
    }
    .page_news_list .item{
        width: 100%;
    }
    .page_about1_flex{
        flex-direction: column;
    }
    .page_about1_img{
        width: 100%;
        display: block;
    }
    .page_about1_con .tit{
        font-size: 22px;
        margin-top: 10px;
    }
    .page_about2_con{
        flex-direction: column;
    }
    .page_about2_con .item{
        padding: 30px 20px;
    }
    .page_contact_list{
        margin: 0;
    }
    .page_contact_list .item{
        display: none;
        border-right:none;
    }
    .page_contact_list .item:nth-child(2){
        display: block;
        padding: 15px;
    }
    .page_contact_list .item .ico{
        display: none;
    }
    .page_contact_list .item .con p{
        font-size: 16px;
    }
    .page_news_detail .desc{
        padding-top: 20px;
    }
    .page_news_detail .desc h2{
        margin: 20px 0;
        font-size: 20px;
        padding-left: 14px;
    }
    .page_news_detail .desc h2:before{
        width: 3px;
        height: 18px;
    }
    .page_news_detail .desc h5{
        font-size: 14px;
        padding: 15px;
    }
    .page_news_detail .desc h4{
        font-size: 16px;
        padding-left: 14px;
        margin: 20px 0 10px;
    }
    .page_news_detail .desc h4:before{
        width: 5px;
        height: 5px;
        top: 6px;
    }
    .return_page{
        padding-right: 0;
    }
}










