@media (min-width: 1336px) {
    .container {
        width: 1280px;
    }
}
@media screen and (max-width:1220px){
    .header .logoWrap,.notice_rec,.about_con,.case_wrap,.news_wrap,.friendLink,.footerWrap,
    .about_del,.news_del,.breadnav_info,.history_info,.honour_list,.business_list,.newsDel,.contact_wrap,.job_list,.counters_wrap .counters{margin-left:0;margin-right:0;}
    
}
@media screen and (max-width:1200px) {
    .navWrap {
        width: 100%;
    }

    .header .navWrap ul {
        margin-top: 10px;
        display: flex;
    }

    .header .navWrap ul li {
        flex: 1;
        margin: 0;
    }
    .header .navWrap ul li .subMenu {
        top: 23px;
    }

    /*.head_menu_top { display: none;}*/
    .head_menu_top {
        position: absolute;
        right: 30px;
        top: 22px;
    }
}

@media screen and (max-width:992px) {
    .pc-hide {
        display: block;
    }
}

@media screen and (max-width:580px){
}

@media screen and (max-width:768px) {
    body {
        font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
    }

    section {
        padding: 20px 0 20px;
    }

    .is-mobile {
        display: block;
    }

    .is-pc {
        display: none;
    }

    .header {
        padding: 10px 0px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #a6070c;
        z-index: 1005;

    }

    .header .logoWrap .img_left {
        margin-top: 0;
    }
    .header .logoWrap .logoImg{
        margin:0px
    }
    .header .logoWrap .logoImg p {
        display: none;
    }
    .header .logoWrap .logoImg img {
        float: left;
        height: 55px;
    }

    .header .logoWrap .logoImg a {
        display: inline-block;
        vertical-align: top;
    }

    .header .logoWrap .logoImg a.dn {
        color: #666;
        position: relative;
        top: 7px;
        margin-left: 10px;
    }

    .header .logoWrap .logoImg .com_name h1 {
        font-size: 16px;
        margin-top: 5px;
    }

    .header .logoWrap .logoImg .com_name span {
        font-size: 10px;
    }

    .head_menu_top {
        display: none;
    }

    .navMobile li {
        width: 25%;
        line-height: 50px;
        float: left;
        text-align: center;
        background: #c00000;
    }

    .navMobile li a {
        color: #fff;
        font-size: 16px;
    }

    .header .navWrap {
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 1005;
        background: #fff;
        top: 65px;
        display: none;
        border-top: 3px solid #eee;
        padding-bottom: 100px;
        margin-top: 0;
        height: 100%;
        overflow-y: scroll;
    }

    .header .navWrap.active {
        display: block;
    }

    .header .navWrap ul {
        display: block
    }

    .header .navWrap ul li {
        float: none;
        width: 100%;
        padding: 0 2%;
        text-align: left;
        border-bottom: 2px solid #eee;
    }

    .header .search {
        display: none;
    }

    .header .navWrap ul li.on a,
    .header .navWrap ul li:hover a {
        border-bottom: 0;
    }

    .header .navWrap ul li .subMenu {
        width: 100%;
        position: static;
        left: 0;
        margin-left: 0;
        background-color: #fff;
        border: 0;
        padding-top: 0;
    }

    .header .navWrap ul li>a {
        width: 100%;
        line-height: 48px;
        border-bottom: 0;
        font-weight: normal;
    }

    .header .navWrap ul li .subMenu .box {
        border-top: 2px solid #eee;
    }

    .header .navWrap ul li .subMenu .box a {
        padding-left: 30px;
        text-align: left;
    }

    .header .navWrap ul li a i {
        display: block;
        float: right;
        color: #666;
        font-size: 20px;
        line-height: 20px;
        margin-top: 20px;
        transition: all .7s ease-in-out;
        -webkit-transition: all .7s ease-in-out;
    }

    .header .navWrap ul li a.rotate i {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }

    .rightIcon {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: end;
        margin-right: 10px;
        color: #fff;
    }

    .rightIcon .iconfont-base {
        font-size: 24px;
        display: inline-block;
        line-height: 45px;
    }

    .mpSearch {
        top: -100%;
        height: 75px;
        background: #fff;
        padding: 3% 4%;
        display: flex;
        display: -webkit-flex;
        width: 100%;
        left: 0;
        align-items: center;
    }

    .wap_search {
        flex: 1;
        border: 1px solid #ddd;
        position: relative;
    }

    .wap_cancle {
        color: #a6070c;
        margin-left: 2%;
        font-size: 15px;
        font-weight: bold;
    }

    .mpSearch {
        top: -100%;
        height: 75px;
        background: #fff;
        padding: 3% 4%;
        display: flex;
        display: -webkit-flex;
        width: 100%;
        left: 0;
        align-items: center;
    }

    .wap_search {
        flex: 1;
        border: 1px solid #ddd;
        position: relative;
    }

    .wap_search input {
        border: 0;
        line-height: 38px;
        width: 90%;
        padding: 0 10px;
    }

    .wap_search i {
        position: absolute;
        right: 0;
        width: 10%;
        text-align: center;
        font-size: 20px;
        color: #666;
        line-height: 40px;
        color: #a6070c;
    }

    .wap_cancle {
        color: #a6070c;
        margin-left: 2%;
        font-size: 15px;
        font-weight: bold;
    }

    .pcBanner {
        display: none !important;
    }

    .mpBanner,
    .banner {
        display: block;
        margin-top: 75px;
    }

    .mpBanner .swiper-slide img {
        width: 100%;
    }

    .mpBanner .swiper-button-next,
    .mpBanner .swiper-button-prev {
        display: none !important;
    }
    .title {
        font-size: 24px;
        margin: 20px 0;
    }

    .title div {
        width: 45px;
    }

    .title span {
        font-size: 20px;
    }
    .footer .footerWrap {
        display: none;
    }
    .m-hide {display: none;}
    .more-btn {
        display: block;
        margin: 20px auto;
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .about {
        min-height: auto;
        padding: 80px 0px;
    }
    .about .container {
        padding: 20px;
    }
    .about .section {
        padding: 50px 0 20px
    }

    .banner .container .tit h1{font-size:24px;}
    .banner .container .tit span{width:136px;}
    .breadNav{line-height:40px;border:0;}
    .breadNav span{display: none;}
    .breadnav_info {border-bottom:1px solid #ddd;}
    .right_nav{display: block;width:auto;white-space: nowrap;overflow-x: scroll;text-align: left;position: static;text-align: center;}
    .about_del .about_con .fl{width:100%;}
    .about{padding:40px 0;}
    .about_con .fr{display: none;}
    .about_con .fl h2{text-align: center;font-size:20px;}
    .about_con .fl h2 div{width:30px;margin:15px auto 0;border-top-width: 3px;}
    .about_con .fl .about_text {margin:40px 0 0;padding-bottom:40px;}
    .about_con .fl .about_text .more {bottom:10px;}
    .about_con .fl .about_text p{font-size:14px;text-indent: 2em;}
    .counters{width:100%;background:#fff;height:auto;}
    .counters .bg{display: none;}
    .counters ul{flex-wrap: wrap;position: relative;top:0;}
    .counters ul li{width:50%;margin-bottom: 5%;}
    .counters ul li span{font-size:20px;line-height:40px;}
    .counters ul li p{font-size:12px;color:#999;}
    .about_con .fr img{position: relative;top:-90px;width:100%;}
    .counters-wrap {height: 260px;}
    .counters-wrap .row { display: flex; margin-top: 55px;justify-content: center;align-items: center;}
    .counters-wrap .col-md-4 .counter {font-size: 30px;line-height: 60px;}
    .chanpin-detail {flex-flow: column;}
    .chanpin-info {padding: 20px; width: 100%; margin-left: 0%; height: auto;}
    .chanpin-pic {width: 100%; height: auto;}
    .footNav {
        position: fixed;
        bottom: 0;
        background-color: #a6070c;
        width: 100%;
        padding: 10px 0px;
        z-index: 1;
    }
    .footNavBox {
        display: flex;
        align-content: center;
        justify-content: space-around;
    }
    .footNavBox li {
        flex:1;
    }

    .footNavBox>li>a {
        width: 100%;
        display: block;
    }

    .footNavImg {
        width: 24px;
        height: 24px;
        margin: 0 auto;
        overflow: hidden;
    }

    .footNavImg img {
        width: 100%;
    }

    .footNavBox>li>a>h7 {
        text-align: center;
        color: #FFFFFF;
        display: block;
        line-height:28px;
        font-size: 15px;
    }

    .footer {
        margin-bottom: 70px;
    }
    .contact-info2 .col-md-4 {
        justify-content: flex-start;
        margin-bottom: 20px;
    }

}

@media screen and (max-width:680px) {}

@media screen and (max-width:480px) {}