@media screen and (max-width: 1024px) {
    *{
        font-size: 14px;
    }
    .bgbanner{
        width: 100%;
        height: 300px;
        padding-top: 60px;
    }
    .bgbanner nav{
        height: 40px;
        display: flex;
        background-color: rgba(1, 71, 111, 0.8);
        padding: 10px;
        position: fixed;
        top:0;
        width: calc(100% - 20px);
        z-index: 999;
    }
    .bgbanner nav .wel{
        font-size: 14px;
        color: #fff;
        font-weight: 600;
    }
    .bgbanner nav .tel{
        font-size: 14px;
        color: #fff;
        font-weight: 600;
    }
    .bgbanner nav .icon1{
        width: 35px;
        height: 30px;
        background-image: url('../images/mobile/icon_1.png');
        background-size: 100% 100%;
    }
    .bgbanner nav .snavbox{
        width: 100%;
        background-color: rgba(1, 71, 111, 0.8);
        position: absolute;
        top:60px;
        left: 0;
        height: 150px;
        z-index: 1000;
        display: none;
    }
    .bgbanner nav .snavbox a{
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        padding-left: 20px;
        font-size: 14px;
    }
    .bgbanner .imgicon{
        width: 160px;
        height: 160px;
        top:145px;
        left: calc(50% - 80px);
    }
    .bgbanner .head{
        display: none;
    }
    .bgbanner .navbox{
        display: none;
    }
    .bgbanner .swiper-content{
        height: 300px;
    }
    .bgbanner .swiper-content .button{
        display: none;
    }

    .introbox{

    }
    .introbox .container{
        width: calc(100% - 10px);
        display: flex;
        flex-direction: column;
    }
    .introbox .container .imgbox{
        width: 100%;
        height: auto;
    }
    .introbox .container .imgbox .img{
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .introbox .container .imgbox .info{
        display: none;
    }
    .introbox .container .imgbox{
        width: 100%;
        height: auto;
    }
    .introbox .container .sinfobox{
        width: 100%;
        margin: 0;
    }
    .introbox .container .sinfobox .tit{
        font-size: 24px;
    }
    .introbox .container .sinfobox .icon1{
        width: 150px;
        height: auto;
    }
    .introbox .container .sinfobox .txtbox .p1{
        font-size: 16px;
    }
    .introbox .container .sinfobox .txtbox .p2{
        font-size: 16px;
    }
    .introbox .container .sinfobox .txtbox .tname{
        font-size: 14px;
    }
    .introbox .container .sinfobox .txtbox .txt {
        font-size: 14px;
        line-height: 20px;
    }
    .introbox .container .sinfobox .tagbox .tag{
        width: 80px;
        height: 40px;
    }
    .yjbox{

    }
    .yjbox .tjswiper{
        display: block;
        width: 100%;
    }
    .yjbox .tjswiper a{
        width: 100%;
        height: 200px;
        display: block;
    }
    .yjbox .itembox .infobox .tag{
        font-size: 14px;
        line-height: 20px;
    }
    .yjbox .itembox .infobox .tit{
        font-size: 18px;
    }
    .yjbox .tjswiper .itembox{
        width: 100%;
        height: 200px;
    }
    .yjbox .container{
        width: calc(100% - 10px);
        overflow: hidden;
    }
    .yjbox .container .tit{
        font-size: 24px;
    }
    .yjbox .container .desc{
        font-size: 14px;
    }
    .yjbox .container .timg{
        width: 200px;
        height: auto;
    }
    .yjbox .container .imgbox{
        display: none;
    }
    .bgz{
        height: 200px;  
    }
    .home-footer{
        height: auto;
    }
    .home-footer .container{
        width: calc(100% - 10px);
    }
    .home-footer .container .infobox .mtit{
        font-size: 24px;
    }
    .home-footer .container .infobox .ticon{
        width: 150px;
        height: auto;
    }
    .home-footer .tip{
        font-size: 14px;
    }
    .home-footer .botbox{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .home-footer .botbox .item{
        width: 100%;
    }
    .home-footer .botbox .ewm{
        width: 150px;
        height: 150px;
    }
    .home-footer .botbox .icon{
        width: 24px;
        height: 24px;
    }
    .home-footer .botbox .txt{
        font-size: 14px;
        padding-left: 10px;
    }
    .webinfo{
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .webinfo a{
        font-size: 14px;
        padding-bottom: 10px;
        width: 100%;
    }
    .webinfo a:nth-child(2),.webinfo a:nth-child(3){
        width: 40%;
    }
    /* 项目业绩 */
    .cbgbanner {
        width: 100%;
        height: 300px;
        margin-top: 60px;
    }
    .cbgbanner .contain{
        width: 100%;
    }
    .cbgbanner .contain .head{
        display: none;
    }
    .cbgbanner .contain .titbox{
        padding: 100px 10px;
        width: calc(100% - 20px);
    }
    .cbgbanner .contain .titbox .mtit{

    }
    .cbgbanner .contain .titbox .mtit .ztit{
        font-size: 18px;
    }
    .cbgbanner .contain .titbox .mtit .entit{
        height: 30px;
        top:-14px;
    }
    .cbgbanner .contain .titbox .desc{
        padding-top: 20px;
        font-size: 14px;
    }
    .cbgbanner .navbox{
        display: none;
    }
    .cbgbanner nav{
        height: 40px;
        display: flex;
        background-color: rgba(1, 71, 111, 0.8);
        padding: 10px;
        position: fixed;
        top: 0;
        z-index: 999;
        width: calc(100% - 20px);
    }
    .cbgbanner nav .wel{
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        display: block;
    }
    .cbgbanner nav .tel{
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        display: block;
    }
    .cbgbanner nav .icon1{
        width: 35px;
        height: 30px;
        background-image: url('../images/mobile/icon_1.png');
        background-size: 100% 100%;
    }
    .cbgbanner nav .snavbox{
        width: 100%;
        background-color: rgba(1, 71, 111, 0.8);
        position: absolute;
        top:60px;
        left: 0;
        height: 150px;
        z-index: 1000;
        display: none;
    }
    .cbgbanner nav .snavbox a{
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        padding-left: 20px;
        font-size: 14px;
    }
    .tablebox{
        padding: 40px 0;
        overflow: scroll;
    }
    .fliterbox{
        flex-direction: column;
        width: calc(100% - 2px);
        height: 100px;
        margin-top: 20px;
    }
    .fliterbox .tagbox{
        height: 32px;
        overflow: scroll;
        scrollbar-width: none; /* firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }
    .fliterbox .tagbox::-webkit-scrollbar{
        display: none; /* Chrome Safari */
    }
    .fliterbox .tagbox .btn{
        font-size: 14px;
        padding: 5px 10px;
        margin-right: 10px;
    }
    .fliterbox .searchbox{
        width: 80%;
        height: 30px;
        margin-bottom: 20px;
    }
    .fliterbox .searchbox .inp{
        width: calc(80% - 8px);
        height: calc(100% - 8px);
        padding: 4px;
        font-size: 14px;
    }
    .fliterbox .searchbox button{
        width: 20%;
        height: 100%;
    }
    .fliterbox .searchbox button i{
        width: 20px;
        height: 20px;
    }
    .tablebox table{
        width: calc(100% - 20px);
    }
    .tablebox table .th1{
        min-width: 200px;
        font-size: 14px;
    }
    .tablebox table .th2{
        min-width: 80px;
        font-size: 14px;
    }
    .tablebox table .th3{
        min-width: 50px;
        font-size: 14px;
    }
    .tablebox table td, .tablebox table a{
        font-size: 12px;
    }
    .tablebox .loadbox .loading{
        width: 30px;
        height: 30px;
    }
    .s-footer{
        height: auto;
        margin-top: 10px;
        padding-bottom: 20px;
    }
    .s-footer .container{
        width: calc(100% - 10px);
    }
    .s-footer .container .infobox .mtit{
        font-size: 22px;
    }
    .s-footer .container .infobox .ticon{
        width: 100px;
        height: auto;
    }
    .s-footer .container .infobox .botbox{
        width: 100%;
        flex-direction: column;
    }
    .s-footer .botbox .ewm{
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .s-footer .botbox .item{
        padding-top: 10px;
    }
    .s-footer .botbox .icon{
        width: 24px;
        height: 24px;
    }
    .s-footer .botbox .txt{
        font-size: 14px;
    }

    .s-footer .container .infobox .tip{
        font-size: 14px;
    }
    .content .container{
        flex-direction: column;
        width: calc(100% - 10px);
    }
    .content .container .leftbox{
        width: 100%;
    }
    .content .container .leftbox .box{
        padding: 20px 5px;
    }
    .content .container .leftbox .box .mtit{
        font-size: 22px;
    }
    .content .container .leftbox .fliterbox{
        margin-top: 10px;
    }
    .content .container .leftbox .fliterbox .item{
        width: 45%;
        padding-bottom: 10px;
    }
    .content .container .leftbox .fliterbox .item .icon{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .content .container .leftbox .fliterbox .item span{
        font-size: 14px;
    }
    .content .container .leftbox .pagebox{
        height: 40px;
    }
    .content .container .leftbox .pagebox .prevbox{
        width: calc(36% - 1px);
    }
    .content .container .leftbox .pagebox .icon{
        width: 14px;
        height: 14px;
    }
    .content .container .leftbox .pagebox .txt{
        font-size: 14px;
        width: 70%;
    }
    .content .container .leftbox .pagebox .nextbox{
        width: calc(36% - 1px);
    }
    .content .container .leftbox .pagebox .backbox{
        width: 28%;
    }
    .content .container .leftbox .pagebox .txt2{
        font-size: 14px;
    }
    .content .container .rightbox{
        width: 100%;
        margin-top: 20px;
    }
    .content .container .rightbox .topbox{
        height: 110px;
        padding:20px 10px;
        margin-bottom: 20px;
    }
    .content .container .rightbox .topbox .tit{
        font-size: 18px;
    }
    .content .container .rightbox .topbox .icon{
        width: 22px;
        height: 22px;
    }
    .content .container .rightbox .topbox .desc{
        padding-top: 50px;
        font-size: 14px;
    }
    .content .container .rightbox .topbox .line{
        width: 50px;
        height: 4px;
        top:55px;
        left: 12px;
    }
    .content .container .rightbox .bottombox{
        height: 200px;
    }
    .content .container .rightbox .bottombox .map{
        height: 150px;
    }
    .content .container .rightbox .bottombox .btn{
        height: 40px;
        margin-top: 10px;
        line-height: 40px;
        font-size: 14px;
    }
    /* 与我联系 */
    .content2 .container{
        width: calc(100% - 10px);
    }
    .content2 .container .map{
        height: 400px;
    }
    .content2 .container .cbox{
        flex-direction: column;
    }
    .content2 .container .formbox{
        width: 100%;
    }
    .content2 .container .formbox .tit{
        font-size: 22px;
    }
    .content2 .container .formbox .entit{
        width: 150px;
        height: 37.5px;
        margin-top: 10px;
    }
    .content2 .container .formbox .itembox{
        height: 70px;
        padding-bottom: 5px;
    }
    .content2 .container .formbox .itembox .label{
        font-size: 16px;
        padding-left: 5px;
    }
    .content2 .container .formbox .itembox .inp{
        padding: 5px;
        margin-top: 5px;
    }
    .content2 .container .formbox .itembox2{
        height: 150px;
    }
    .content2 .container .formbox .itembox2 .label{
        font-size: 16px;;
    }
    .content2 .container .formbox .itembox2 textarea{
        height: 100px;
    }
    .content2 .container .img{
        display: none;
    }
    .content2 .container .formbox .btn{
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
}