@media(max-width:1600px) {}

@media(max-width:1440px) {}

@media(max-width:1366px) {}

@media(max-width:1280px) {}

@media(max-width:1200px) {}

@media(max-width:1024px) {
    .mobile-inner-header {
        display: block;
    }
    .head,
    .head2 {
        display: none;
    }
    .logo {
        float: left;
        width: auto;
        height: auto;
        line-height: unset;
    }
    .logo img {
        width: 135px;
        filter: invert(100%) hue-rotate(270deg);
        margin-left: 15px;
    }
    .foot {
        padding-top: 0;
    }
    .copy {
        margin-top: 0;
        border-top: none;
    }
    .banner{
        height: auto;
    }
    .keydown{
        display: none;
    }
}

@media(max-width:768px) {
    
    .bgtitle {
        font-size: 60px;
    }
    
    .ptitle {
        font-size: 24px;
    }
    
    .titlefff {
        font-size: 24px;
    }
    
    .titlesmall {
        font-size: 18px;
    }

    .about,
    .proclas,
    .new{
        padding: 0 0 20px 0;
    }

    .abouts {
        width: 95%;
        flex-direction: column;
        margin: 15px auto;
    }
    .abcont {
        width: 100%;
    }

    .abcont p {
        text-indent: 2em;
        font-size: 18px;
        line-height: 2;
    }

    .shuju {
        width: 100%;
        height: auto;
    }

    .sj {
        width: 25%;
        height: 60px;
        background-size: 3px 50px;
        padding-left: 15px;
    }

    .sj_top {
        font-size: 16px;
    }
    
    .sj_top b {
        font-size: 20px;
    }
    
    .sj_bot {
        font-size: 16px;
    }

    .more {
        width: 135px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-size: 16px;
        font-family: "Microsoft YaHei";
        color: rgb(0, 0, 0);
        border-radius: 30px;
        background-color: rgb(255, 255, 255);
    }

    .more img {
        width: 20px;
    }

    .proc a {
        font-size: 16px;
        line-height: 2.5;
    }

    .proc a img {
        width: 30px;
    }

    .product,
    .honor{
        padding: 20px 0;
    }

    .products{
        width: 90%;
    }

    .products p {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        white-space: nowrap;
        background: url(../images/look_left.png) top 5px right 5px no-repeat #fff;
        background-size: 20px 20px;
        padding-left: 5px;
        padding-right: 20px;
    }

    .honors {
        width: 90%;
    }

    .news {
        width: 90%;
        height: auto;
        flex-direction: column;
        margin: 10px auto;
    }

    .news a {
        width: 160px;
        height: 160px;
        border-radius: 20px;
        margin-top: 70px;
    }

    .news a:nth-child(1){
        margin-top: 0;
    }

    .news a div img {
        width: 50px;
        height: auto;
    }

    .news a div p {
        font-size: 18px;
        color: rgb(255, 255, 255);
        margin-top: 15px;
    }

    .new .lookmore{
        margin-top: 50px;
    }

    .foots {
        padding: 20px 0 40px 0;
    }
    
    .font {
        font-size: 24px;
        margin-bottom: 0.5rem;
    }
    
    .foots p {
        font-size: 18px;
    }
    .foots .tel {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .foots .tel span{
        margin-left: 10px;
    }

    .copy {
        line-height: 25px;
        font-size: 12px;
    }
    .copy a {
        display: block;
        font-size: 12px;
    }

    .inabouts{
        width: 90%;
        flex-direction: column;
        margin: 10px auto 0;
    }
    .left_ab {
        width: 100%;
    }

    .right_ab {
        width: 100%;
    }
    
    .inabcont{
        margin-top: 10px;
    }
    
    .inabcont p {
        font-size: 16px;
        line-height: 2.1;
    }
    
    .abtitle {
        font-size: 18px;
        line-height: 2;
    }
    
    .abtm {
        width: 79px;
        height: 8px;
    }

    .cultures{
        width: 90%;
        flex-wrap: wrap;
        margin: 20px auto 0;
    }
    
    .culs{
        position: relative;
        width: 49%;
        height: auto;
        margin-bottom: 10px;
    }
    
    .culs div{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .culs p {
        font-size: 16px;
        color: rgb(255, 255, 255);
        line-height: 2.1;
        text-align: center;
    }

    .incases a {
        width: 49%;
        margin-right: 2%;
    }
    .incases a:nth-child(2n) {
        margin-right: 0;
    }
    .incase_top{
        width: 90%;
        flex-wrap: wrap;
    }
    .incase_top a{
        width: 47%;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        margin: 10px 5px;
    }
    .incases{
        width: 90%;
    }
    .incases a p {
        font-size: 16px;
    }

    .incases a div {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        white-space: nowrap;
        background: url(../images/look_left.png) top 5px right 5px no-repeat #fff;
        background-size: 20px 20px;
        padding-left: 5px;
        padding-right: 20px;
        margin-bottom: 15px;
    }

    .incaseifys a {
        height: 15px;
        font-size: 14px;
    }

    .proshow{
        width: 90%;
        flex-direction: column;
        margin: 10px auto 0;
        padding: 0;
    }
    .proshows{
        flex-direction: column;
    }
    .proshows img {
        width: 100%;
        height: auto;
    }
    .pro_right{
        padding: 0 10px;
    }
    .pro_right p:nth-child(1) {
        font-size: 18px;
        line-height: 2;
    }
      
    .pro_right p:nth-child(2) {
        font-size: 16px;
        line-height: 2;
    }
      
    .zixun {
        width: 120px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin-top: 10px;
    }
    .pro_btn{
        flex-wrap: wrap;
    }
    .pro_btn a{
        width: 50%;
        height: auto;
        margin-right: 0;
    }
    .pro_btn a:first-child{
        margin-left: 0;
    }

    .pro_tips{
        width: 90%;
        height: 30px;
    }
    .pro_tips div {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: 15px 0;
    }
    .proshow_detail{
        width: 90%;
        margin: 10px auto 0;
    }
    .proshow_detail img{
        width: 100%;
    }

    .gmap{
        width: 100%;
    } 
    .mapdiv {
        width: 100;
        height: auto;
        flex-direction: column;
        border-radius: 18px;
        padding: 0 0.10px;
    }
      
    .mapdiv .detail{
        width: 100%;
        padding: 0.375rem 0.25rem;
    }
    .mapdiv .detail p {
        font-size: 16px;
        padding: 10px 15px;
    }
    
    .mapdiv .detail p:nth-child(1) {
        font-size: 26px;
    }
      
    .map1{
        height: 300px;
    }

    .BMap_bubble_title{
        font-size: 18px;
    }
    .BMap_bubble_content{
        font-size: 14px;
    }
    .listcontactsTitle input {
        height: 58px;
        padding-left: 20px;
        box-sizing: border-box;
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }
    .listcontactsTextarea {
        width: 100%;
        border: 1px solid #ccc;
        background-position: 12px 16px;
        padding-left: 20px;
        font-size: 16px;
        padding-top: 18px;
        height: 174px;
    }
    .listcontactsubmit {
        margin-top: 20px;
    }
    
    .listcontactsubmit input {
        width: 100%;
        height: 50px;
        font-size: 16px;
        margin: 0 5px;
    }

    .listcontacts .title{
        font-size: 18px;
        line-height: 1.5;
    }

    .innews{
        width: 90%;
        flex-direction: column;
    }
    
    .inew_left{
        width: 100%;
        flex-direction: row;
    }
    
    .new_title,
    .contact{
        display: none;
    }
    
    .new_class{
        width: 120px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding-left: 10px;
        background: url(../images/new_right.png) top 18px right 10px no-repeat #fff;
        margin-right: 15px;
    }

    .inew_right {
        width: 100%;
    }
      
    .innew_list li {
        border: 1px solid #e9e9e9;
        box-shadow: 0px 10px 12px 0px rgba(9, 2, 4, 0.06);
        padding: 15px;
        background: #fff;
        margin-bottom: 35px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .innew_list li a{
        display: flex;
        flex-direction: column;
    }
    
    .innew_list li .inleftimg{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    
    .innew_list li .newmore {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 99px;
        height: 41px;
        line-height: 41px;
        text-align: left;
        font-size: 14px;
        color: #666666;
        border: 1px solid #d9d9d9;
        border-radius: 30px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    
}

@media(max-width:420px) {}

@media(max-width:376px) {}

@media(max-width:360px) {}