@charset"utf-8";
 @media screen and (min-width: 1025px) {
    .pc_none {
        display: none;
    }
}
@media screen and (max-width:1580px) {
    .wrapper {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .solution_list .item .item_con .info{
        width:80%;
    }
}
@media screen and (max-width:1201px) {
    .page_product_detail_w,.wrapper,.page_about_panel1_w,.page_case_messgae{
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 1024px) {
    body{
        padding: 0 20px;
    }
    .header_on:before{
        height: 60px;
    }
    .mb_none {
        display: none!important;
    }
    .header {
        height: 60px;
        background: #fff;
        width: calc(100% - 40px);
        left: 20px;
    }
    .header_wrap {
        height: 60px;
        padding: 0 30px;
    }
    .header .logo img {
        height:36px;
    }
    .menuBtn {
        height: 60px;
        width: 60px;
        right: 20px;
        border-top-right-radius: 30px;
    }
    .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;
    }
    .nav_info .share {
        padding-right:50px;
    }
    .banner {
        margin-top: 60px;
        border-radius: 0 0 30px 30px;
    }
       
    .banner_tab{
        width: 90%;
        bottom: 20px;
        left: 5%;
    }
    .product_list_arrow_ico{
        width: 100px;
        height: 100px;
    }
    .product_list_arrow_ico img{
        width: 50px;
    }
    .product_list .item:hover .tit{
        font-size: 24px;
    }
    .product_list .item .img{
        margin-top: 30px;
    }
    #product_list_arrow{
        padding: 100px 0 80px;
    }
    .solution_list .item .item_con .info{
        padding-top: 50px;
        width: 100%;
    }
    .solution_list .item .item_con .info_ico{
        width: 50px;
        margin-top: 0;
    }
    .solution_list .item .item_con .info_con{
        padding: 0 0 0 30px;
    }
    .solution_list .item .item_con .info_con .desc{
        margin: 20px 0 30px;
    }
    .choose{
        width: 100%;
        margin-left: 0;
        padding: 0 40px;
    }
    .choose_tit .desc{
        margin: 10px 0 25px;
    }
    .about{
        max-width: 100%;
    }
    .news_list{
        flex-direction: column;
    }
    .news_list_right{
        width: 100%;
        padding: 10px 40px;
    }
    .news_list_right .item .item_num h4{
        font-size: 60px;
    }
    .news_list_right .item{
        padding: 30px 0;
    }
    
    .footer_message_con {
        width: 70%;
    }
    .page_banner{
        margin-top: 60px;
    }
    .page_banner .page_banner_con .info,.page_banner:before{
        width: calc(55% - 80px);
    }
    .page_banner:after{
        left: calc(55% - 81px);
        width: 80px;
    }
    .page_banner_con .tit{
        font-size: 30px;
    }
    
    .page_product_tab{
        top: 60px;
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 10px 0;
    }
    
    .page_product_show_banner_w{
        margin-top: 60px;
    }
    .page_product_show_banner_w{
        height: auto;
        background-size: 50% 100%;
        padding:50px 0 30px;
    }
    .page_product_show_banner .pos{
        top: -40px;
    }
    .page_product_show_banner .j_info{
        width: 50%;
        padding-right: 4%;
    }
    .page_product_show_banner .j_info .desc{
        margin: 20px 0;
    }
    .page_product_show_banner .j_info .list .item .item_con{
        padding-left: 15px;
    }
    .page_product_show_banner .j_info .list .item:last-child{
        margin-left: 20px;
        padding-left: 20px;
    }
    .page_product_show_banner .j_info .list .item .item_img img{
        width: 40px;
    }
    .page_product_show_banner .j_info .btn{
        margin-top: 40px;
    }
    
    
    /* .page_solution_list .item .item_img */
    
    .page_solution_list .item .item_img{
        width: calc(50% + 80px);
    }
    .page_solution_list .item .item_con:before{
        width: 80px;
        left: -79px;
    }
    .page_solution_list .item:nth-child(2n) .item_con:before{
        width: 80px;
    }
    .page_solution_list .item .item_con{
        padding-left: 10px;
    }
    .page_solution_list .item .item_con .desc{
        margin: 10px 0 20px;
    }
    .page_solution_list .item .item_con .tit{
        font-size: 24px;
    }
    .page_solution_list .item .item_con .tit:before{
        margin-bottom: 10px;
    }
    .page_solution_detail_banner .info{
        width: 50%;
    }
    .page_solution_detail_banner{
        margin-top: 60px;
    }
    .page_solution_detail_banner .info .desc{
        margin: 20px 0 30px;
    }
    
    .page_news_list .item{
        width: 33.333%;
    }
    .page_news_list .item .item_con .tit{
        height: 46px;
    }
    .page_about_panel1 .con{
        padding-top: 15px;
    }
    .page_about_panel2 .item .item_con,.page_service_list .item .item_con{
        padding: 30px;
    }
    .page_about_panel2 .item .item_con .con{
        font-size: 16px;
    }
    .page_about_panel2 .item .item_con .more{
        margin-top: 30px;
    }
    .page_about_panel3_list{
        margin:-10px;
    }
    .page_about_panel3_list .item_w{
        padding: 10px;
    }
    
    
    
    .page_news_list .list {
        margin: -10px;
    }
    .page_news_list .list a {
        padding: 10px;
    }
    .page_news_detail_hd h1 {
        font-size: 30px;
    }
    .page_news_detail_hd .info {
        margin-top: 20px;
    }
    .page_latest_news .item_con .tit {
        font-size:20px;
    }
    .page_latest_news .item_con {
        padding-left: 30px;
    }
    .page_news_detail_hd {
        padding-right: 0;
    }
    .page_news_detail_hd .content {
        min-height:50vh;
    }
    
    .footer_copyright {
        height: 50px;
    }
    .footer_copyright_wrap {
        padding-bottom: 55px;
    }
    .page_product_detail_info .j_item .con{
        overflow-x: auto;
    }
    .page_product_detail_info .j_item .con table{
        width: 300%;
    }
}
@media screen and (max-width: 768px) {
    body {
        padding: 0 10px;
    }
    .border_radius30{
        border-radius: 10px;
    }
    .header_on:before{
        height: 50px;
    }
    .header {
        width:calc(100% - 20px);
        left:10px;
        height: 50px;
    }
    .header_wrap{
        height: 50px;
        border-radius:10px 10px 0 0;
        padding-left: 15px;
    }
    .header .logo img {
        height:28px;
    }
    .menuPage {
        padding-right: 52px;
    }
    .menuBtn {
        width: 50px;
        height: 50px;
        right: 10px;
        border-top-right-radius: 10px;
    }
    .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);
    }
    .page_product_detail_w,.wrapper,.page_about_panel1_w,.page_case_messgae{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mt20{
        margin-top: 10px;
    }
    .banner {
        margin-top: 50px;
        border-radius: 0 0 10px 10px;
    }
    .banner_tab{
        border-radius: 0 0 10px 10px;
        display: none;
    }
    .banner .item .item_con {
        padding-bottom: 0;
    }
    .banner .item .item_con .info {
        width:100%;
    }
    .banner .item .item_con .tit {
        font-size:24px;
        margin-bottom:10px;
    }
    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .banner .swiper-pagination {
        bottom: 10px;
    }
    .banner .swiper-pagination {
        left: auto;
    }
    .banner .item .item_con .info .more{
        width: 40px;
        height: 40px;
    }
    .banner .item .item_con .info .more i{
        font-size: 14px;
    }
    .product_list_arrow_ico{
        display: none;
    }
    .layui-layer {
        width: 90%!important;
    }
    #product_list_arrow{
        padding: 30px 0;
    }
    .product_list .item{
        border-left: 0;
        padding: 0 20px 20px;
    }
    .arrow_public .swiper-button-prev img, .arrow_public .swiper-button-next img{
        width: 16px;
    }
    .arrow_public .swiper-button-prev{
        left: 0;
    }
    .arrow_public .swiper-button-next{
        right: 0;
    }
    .product_list .item .img{
        margin-top: 20px;
        padding: 5px;
    }
    .product_list .item .more{
        margin-top: 20px;
    }
    .product_list .item:hover{
        padding: 20px;
    }
    .product_list .item:hover .tit{
        font-size: 22px;
    }
    
    .solution_wrap{
        display: none;
    }
    .choose{
        padding: 0 15px;
    }
    .choose_list .item .ico{
        margin-top: 20px;
    }
    .choose_list .item .ico img{
        width: 40px;
    }
    .choose_list .arrow{
        margin-top: 30px;
    }
    .about_con .desc{
        margin: 15px 0 20px;
        line-height: 1.5;
    }
    .about_con .more img{
        width: 30px;
    }
    .about_list .item{
        width: 100%;
    }
    .about_list .item{
        padding: 10px 20px;
    }
    .about_list .item .ico{
        width: 50px;
    }
    .about_list .item .tit{
        padding-left: 15px;
    }
    .news_list_left .item_tit{
        height: 60px;
        line-height: 60px;
    }
    .news_list_left .item_con{
        padding: 20px 30px;
    }
    .news_list_left .item_con .tit{
        padding-bottom: 0;
    }
    .news_list_left .item_con .more img{
        width: 30px;
    }
    .news_list_right .item .item_num{
        display: none;
    }
    .news_list_right{
        padding: 10px 15px;
    }
    .news_list_right .item{
        padding:25px 0;
    }
    .news_list_right .item .item_con{
        padding: 0 20px 0 0;
    }
    .footer{
        border-radius: 10px 10px 0 0;
    }
    .footer_copyright a {
        display: block;
        margin-left: 0;
    }
    .footer_copyright {
        display: block;
        padding: 10px 0;
        height: auto;
        font-size:12px;
        text-align: center;
    }
    .page_banner{
        margin-top: 50px;
        border-radius: 0 0 10px 10px;
    }
    .page_banner .img img{
        height: 150px;
        object-fit: cover;
    }
    .page_banner_con .tit{
        font-size: 22px;
        margin-bottom: 0;
        text-align: center;
    }
    .page_banner_con .tit br{
        
    }
    .page_banner_con .pos{
        display: none;
    }
    .page_banner .page_banner_con .info{
        justify-content: center;
    }
    .page_banner .page_banner_con .info, .page_banner:before{
        width: 100%;
    }
    .page_banner:before{
        background: rgb(10,27,46,.4);
    }
    .page_banner:after{
        display: none;
    }
    .page_product_list .list{
        margin: -6px;
    }
    .page_product_list .list .item{
        width: 100%;
        padding: 6px;
    }
    .page_product_list .list .item a:after{
        height: 200px;
    }
    .page_product_tab{
        top: 50px;
    }
    .page_product_show_banner_w{
        margin-top: 50px;
        background: #d7effa;
    }
    .page_product_show_banner{
        flex-direction: column-reverse;
    }
    .page_product_show_banner .j_info{
        width: 100%;
        padding-right: 0;
    }
    .page_product_show_banner .j_info .list{
        flex-direction: column;
    }
    .page_product_show_banner .j_info .list .item:last-child{
        padding-left:0;
        margin-left: 0;
        margin-top: 30px;
        border-left: 0;
    }
    .page_product_detail_info .j_item .j_tit:after{
        height: 4px;
        width: 100px;
    }
    .page_product_detail_info .j_item{
        padding: 30px 0 10px;
    }
    .page_product_detail_info .j_item .j_tit{
        margin-bottom: 20px;
    }
    .page_product_detail_info .j_item .con{
        font-size: 16px;
    }
    .page_solution_list .item .item_con:before,.page_solution_list .item:nth-child(2n) .item_con:before{
        display: none;
    }
    .page_case_messgae_con{
        display: none;
    }
    .page_case_messgae_form{
        width: 100%;
        padding: 20px;
    }
    .footer_message .form .input{
        margin-bottom: 10px;
    }
    .footer_message .form .button{
        margin-top: 0;
    }
    
    .page_solution_detail_banner .info:before{
        display: none;
    }
    .page_solution_detail_banner .info{
        width: 100%;
    }
    .page_solution_detail_banner .pos{
        display: none;
    }
    .page_solution_detail_banner{
        margin-top: 50px;
    }
    .page_solution_detail_banner .cover{
        height: 400px;
    }
    .page_solution_detail_banner .cover img{
        height: 100%;
        object-fit: cover;
    }
    .page_solution_detail_banner .info .btns .btn{
        width: 150px;
        font-size: 14px;
    }
    
    
    .page_contact .list {
        padding-top: 0;
    }
    .page_contact_con{
        padding: 20px 0 0;
    }
    .page_contact .list .item {
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
    }
    .page_news_detail_hd h1 {
        font-size:20px;
    }
    .page_news_detail_hd .content {
        min-height: auto;
    }
    .page_news_detail_hd .content {
        padding: 20px 0;
    }
    .page_contact_con .item .tit img{
        width: 50px;
    }
    .footer_message_con {
        width: 100%;
    }
    .layer_message {
        padding:40px 20px;
    }
    .page_solution_list .item {
        margin-bottom: 20px;
    }
    .page_solution_list .item, .page_solution_list .item:nth-child(2n) {
        flex-direction: column;
    }
    .page_solution_list .item .item_img, .page_solution_list .item:nth-child(2n) .item_img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .page_solution_list .item .item_con, .page_solution_list .item:nth-child(2n) .item_con {
        height: auto;
        padding: 20px;
        position: static;
        width: 100%;
        border-radius: 0 0 10px 10px;
    }
    .page_solution_list .item .item_con .tit {
        font-size:18px;
    }
    .page_solution_list .item .item_con .desc {
        margin: 10px 0 20px;
    }
    .page_banner_about .about_data {
        display: none;
    }
    
    .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 .desc {
        margin: 10px 0 20px;
    }
    .page_latest_news {
        padding: 20px 0;
    }
    .page_latest_news .item{
        border-radius: 10px;
    }
    .page_latest_news .item_con .time{
        margin: 15px 0;
    }
    .page_menu_public {
        margin:10px 0 ;
    }
    .page_menu_public .item {
        margin-right: 10px;
    }
    .page_menu_public .item a {
        padding: 0 10px;
        border-width: 1px;
        height: 36px;
        line-height: 34px;
    }
    
    .page_news_list{
        margin: -6px;
    }
    .page_news_list .item{
        width: 50%;
        padding: 6px;
    }
    .page_news_list .item .item_con{
        padding: 10px 0;
    }
    .page_news_list .item .item_con .desc{
        margin: 8px 0 10px;
        font-size: 14px;
    }
    .page_news_list .item .item_con .btn{
        width: 36px;
        height: 36px;
    }
    .page_about_panel2 .item,.page_about_panel2 .item:nth-child(2n){
        flex-direction: column;
    }
    .page_about_panel2 .item .item_img{
        width: 100%;
    }
    .page_about_panel2 .item .item_con, .page_service_list .item .item_con{
        padding: 20px;
    }
    .page_about_panel3_list .item_w{
        width: 50%;
        padding: 6px;
    }
    .page_about_panel3_list .item{
        padding: 20px;
        border-radius: 10px;
    }
    .page_about_panel3_list .item .item_img img{
        width: 50px;
    }
    .page_about_panel3_list .item .tit{
        margin: 15px 0 10px;
        font-size: 20px;
    }
    .page_about_panel3_list .item .desc{
        font-size: 14px;
        line-height: 1.5;
    }
    .page_service_list .item,.page_service_list .item:nth-child(2n){
        flex-direction: column;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .page_service_list .item .item_img{
        width: 100%;
    }
    .page_contact{
        flex-direction: column;
    }
    .page_contact_message{
        width: 100%;
        padding: 20px;
    }
    
    .page_contact {
        padding-top: 20px;
    }
    .page_contact .j_tit {
        margin-bottom: 10px;
    }
    .page_about_panel1_con {
        padding: 20px;
    }
    .page_about_panel1_con .desc {
        height: auto;
    }
    .page_about_panel2_menu .item .btn_w {
        margin-top: 15px;
    }
    .page_contact .list .item h4 {
        font-size: 20px;
        line-height: 1.3;
    }
    .page_contact_hd.footer_message {
        margin-bottom: 20px;
        padding: 20px;
    }
    .page_contact_hd.footer_message .form .input_box {
        margin: 0 -6px;
    }
    .page_contact_hd.footer_message .form .input {
        padding: 6px;
    }
    .page_contact_hd.footer_message .form .tip {
        font-size:12px;
    }
    .page_contact_bd {
        flex-direction: column;
        padding-bottom: 10px;
    }
    .page_contact_bd .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .page_contact_bd .item h4 {
        font-size:18px;
    }
    .page_contact_map {
        padding-bottom: 20px;
    }
    .pagination {
        margin-top: 20px;
    }
    .no_banner_pos {
        padding: 0;
        font-size:14px;
    }
    .page_application_show .j_con iframe {
        width:100%!important;
        height:240px!important;
    }
}