@media all and (max-width: 767px) {
    .nav {
        display: none;
    }

    .banners-btn {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translate(-50%, 0);
        padding: 5px 15px;
        line-height: 14px;
        background: #FFFFFF;
        border-radius: 31px;
        font-size: 12px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #083489;
        margin-left: 0;

    }



    .nav-icon {
        position:absolute !important;
        right:0px !important;
        top:5px !important;
        display: block;
        text-align: center;
        width: 12% !important;
        height: 30px !important;
        line-height:30px !important;
        /*background:  #074099;*/
        box-sizing: border-box;
        border-radius: 4px;
        /*box-shadow: 0 0 6px #074099;*/
        /*animation: myfirst 1s linear 2s infinite alternate;*/
        /*!* Safari 与 Chrome: *!*/
        /*-webkit-animation: myfirst 1s linear 2s infinite alternate;*/
        /*line-height: 15px !important;*/

    }
    @keyframes myfirst
    {
        0%   {transform: scale(1)}
        25%  {transform: scale(0.8)}
        50%  {transform: scale(0.75)}
        75% {transform: scale(0.8)}
        100%  {transform: scale(1)}
    }

    .nav-icon img {
        display: inline-block;
        height: 16px;
        width: auto;
        margin-top: -3px;
    }
    .nav-icon div{
        font-size: 12px;
    }

    .news {
        height: 50px;
    }

    .news > div {
        padding: 10px;
        box-sizing: border-box;

    }

    .news-title img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    .news-title .news-name {
        color: #0F8CEC;
        padding-right: 10px;
        margin-right: 10px;
        border-right: #0F8CEC 1px solid;
        line-height: 18px;
        width: 17%;
        font-size: 12px;
    }
    .news-title{
        width: 100%;
    }


    .news-cont{
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #202020;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 73%;
    }
    .p-lr14{
        padding: 0 14px;
    }

    .new-more {
        display: none;
    }

    .nav-div-menu .am-offcanvas-bar {
        background: #fff !important;
    }

    .nav-div-menu .am-offcanvas-bar:after {
        content: none !important;
    }

    .nav-div-menu .am-menu-offcanvas1 .am-menu-nav {
        border-bottom: none !important;
    }

    .nav-div-menu .am-menu-offcanvas1 .am-menu-nav li {
        float: none !important;
    }

    .nav-div-menu .am-menu-offcanvas1 .am-menu-nav li a, .am-menu-offcanvas1 .am-menu-nav > li > a, .am-menu-offcanvas1 .am-menu-sub {
        color: #000;
        text-shadow: none !important;
        border-top: none !important;
    }

    .nav-div-menu .am-menu-offcanvas1 .am-menu-nav li a:hover {
        background: #f3f3f3 !important;
    }

    .am-menu-offcanvas1 .am-menu-sub {
        background: #f9f9f9 !important;;
    }

    .home {
        height: 44px;
        line-height: 44px;
        text-indent: 15px;
    }

    /*     案列展示*/
    /*.case-type {*/
    /*    margin-top: 10px;*/
    /*    margin-bottom: 40px;*/
    /*}*/

    /*.case-type-act {*/
    /*    border-bottom: 2px solid #0F8CEC;*/
    /*}*/

    /*.case-type-item {*/
    /*    margin: 0 15px;*/
    /*    height: 30px;*/
    /*    font-size: 16px;*/
    /*    padding-bottom: 15px;*/
    /*}*/
    .case-type {
        display: flex;
        margin-bottom: 40px;
        overflow-x: auto;
        height: 51px;
        margin-top: 0;
        justify-content: flex-start;
        border-bottom: 1px solid #f0f0f0;
    }
    .case-type::-webkit-scrollbar {
        display: none;
    }
    .case-type-act {
        border-bottom: 2px solid #0F8CEC;
    }
    .case-type-item {
        margin: 0 15px;
        /* box-sizing: border-box; */
        height: 51px;
        align-items: center;
        padding: 0;
        font-size: 16px;
        display: inline-flex;
        white-space: nowrap;
    }

    .case-item-title {
        padding: 0 16px;
        margin-bottom: 10px;
    }

    .case-item-more {
        width: 60px;
        height: 26px;
        border-radius: 16px;
        font-size: 12px;
        line-height: 26px;
    }

    .case-item-stitle {
        font-size: 14px;
        line-height: 20px;
    }

    .case-item-more {
        display: none;
    }

    .case-item-more-m {
        display: block;

    }

    .case-item-more-m img {
        width: 12px;
        height: 12px;
        display: block;
    }
    .case-item-row {
        margin-bottom: 34px;
        padding: 0 5%;
        /* width: 90%; */
        overflow-x: auto;
    }
    .case-item-row::-webkit-scrollbar{
        height: 0;
    }
    .case-item {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        min-height: 400px;
    }
    .case-item-num {
        border-radius: 4px;
        padding: 2px 6px;
        font-size: 12px;
        top: 120px;
        left: 10px;
    }
    .case-photo {
        width: 100%;
        height: 200px;
    }
    .case-item-name {
        padding: 10px 14px;
        font-size: 16px;
        height: 65px;
        line-height: 26px;
    }
    .case-item-content {
        padding: 0 14px;
        margin-bottom: 16px;
        font-size: 12px;
        -webkit-line-clamp: 3;
        height: 72px;
    }
    .company div {
        font-size: 12px;
    }
    .company {
        padding: 0 14px 20px 14px;
    }

/*    文件下载*/
    .down-item{
        display: block;
        padding: 0 14px;
    }
    .down-item {
        font-size: 16px;
        display: block;
        padding: 0 14px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #f3f3f3;
    }
    .down-box{
        padding: 0 14px;
    }
    .down-stitle {
        width: 100%;
        margin-bottom: 10px;
    }
    .down-right{
        justify-content: space-between;
    }
    .download-title {
        font-size: 18px;
        margin: 20px auto;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .down-btn div {
        font-size: 12px;
    }
    .down-btn img {
        width: 12px;
        height: 12px;
    }
    .down-btn {
        width: 60px;
        height: 20px;
    }
    .down-date{
        font-size: 12px;
    }

    .write{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .write img{
        width: 100% !important;
        height: auto !important;
    }
    .selection-logo-box{
        padding: 10px 2px;
        display: block;
    }
    .selection-logo{
        width: 150px;
        height: auto;
    }
    .nav-box{
        box-shadow:  0 2px 6px rgba(0,0,0,0.3);
        background: #0F8CEC;
        font-size: 14px;
        padding: 5px 0;
    }
    .nav-box a{
        width: 22%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #fff;
        border-right: #339CEE solid 1px;
    }
    /*.nav-box a:hover{*/
    /*    background: #21b1fc;*/
    /*}*/

   .nav-div-menu-top{
       position: fixed !important;
       top: 0 !important;
       left: 0 !important;
       z-index: 1089;
   }
    .mobile-banners ,.nav-icon{
        display: block!important;;
    }
    .pc-banners{
        display: none;
    }
    .foot{
        height: max-content;
        padding: 5px 0;
    }
    .foot span {
        display: block;
        text-align: left;
    }
    .font-box{

        margin: 0 auto;
        width: max-content;
    }
}