@media screen and (max-width: 1200px) {
    .pc-imgfit-left{
        justify-content: flex-start !important;
    }
    .pc-rightitem{
        margin-left: 20px;
    }
    .pc-banner{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pc-banner-title{
        position: static !important;
        text-align: center;
    }
    .pc-banner-title p{
        font-size: 0.5rem !important;
        margin-bottom: 10px;
    }
    .pc-banner-title strong{
        font-size: 0.8rem !important;
    }
    .pc-search-info{
        display: block !important;
        flex-direction: column !important;
    }
    .pc-search-tj-top{
        display: block !important;
        flex-direction: column !important;
    }
    .pc-search-tj{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
       
    }
    .pc-select{
        width: 50% !important;
        font-size: 14px !important;
    }
    .pc-citylist-name{
        width: 25% !important;
        height: 120px !important;
    }
    .pc-citylist-info h4{
        font-size: 18px !important;
        line-height: 24px !important;
        padding-bottom: 8px;
    }
    .pc-citylist-info p{
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .pc-search-table{
        display: none !important;
    }
    .mobile-list-bg{
        width: 100%;
        display: flex !important;
        flex-direction: column;
        /* border-top: 1px solid #eee; */

    }
    .mobile-search-table{
        width: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid #eee;
        margin: 5px 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .mobile-search-table .two-line{
        width: 100%;
        height: 38px;
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #eee;
    }
    .mobile-search-table .two-line .left{
        height: 38px;
        line-height: 38px;
        width: 50%;
        padding: 6px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
    }
    .mobile-search-table .two-line .left .left-title {
        height: 26px;
        line-height: 26px;
        font-weight: bold;
        font-size: 14px;
        color: #333;
        width: 40%;
        min-width: 80px;
        padding-left: 5px;
        box-sizing: border-box;
    }
    .mobile-search-table .two-line .left .left-content {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        color: #333;
        width: 60%;
        text-align: center;
        text-overflow:ellipsis;
        overflow:hidden; 
        white-space:nowrap; 
    }
    .mobile-search-table .one-line{
        min-height: 38px;
        line-height: 38px;
        width: 100%;
        padding: 6px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #eee;
    }
    .mobile-search-table .one-line .left-title{
        min-height: 26px;
        line-height: 26px;
        font-weight: bold;
        font-size: 14px;
        color: #333;
        width: 20%;
        min-width: 80px;
        padding-left: 5px;
        box-sizing: border-box;
    }
    .mobile-search-table .one-line .left-content{
        min-height: 26px;
        line-height: 26px;
        font-size: 14px;
        color: #333;
        width: 80%;
        text-align: center;
        text-overflow:ellipsis;
        overflow:hidden; 
        white-space:nowrap; 
    }
   .mobile-but-line{
        min-height: 38px;
        line-height: 38px;
        width: 100%;
        padding: 6px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
   }
    .mobile-zwSearchBut{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20px;
        line-height: 20px;
        background-color: #2e83e3;
        border-radius: 15px;
        padding: 3px 28px;
        margin: 2px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
    }
    .mobile-zwSearchBut:hover{
        background: #f14141;
        text-decoration: none;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: auto !important;
}
.pc-title-logo{
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 140px;
}
.pc-imgfit-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 500px;
}
.pc-left-logo{
    height: 35px;
    width: 114px;
}
.pc-rightitem{
    display: flex;
    flex-direction: row;
}
.pc-rightitem a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin-right: 20px;
}
.pc-rightitem a:hover{
    color: #2e83e3;
    text-decoration: none;
}

.pc-banner{
    background: url("/static/zt/img/zt-sydw-fsx-pc.jpg") no-repeat top center;
    background-size: 1920px 200px;
    width: 100%;
    height: 200px;
    position: relative;
}
.pc-banner-title{
    position: absolute;
    left: 18%;
    top: 21%;
    color: #fff;
}
.pc-banner-title p{
    font-size: 32px;
}
.pc-banner-title strong{
    font-size: 54px;
}
.pc-contentbg{
    width: 100%;
    background: #fff;
}
.pc-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 150px;
    box-sizing: border-box;
    background: #fff;
}
.pc-search{
    width: 100% !important;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pc-search-info{
    display: flex;
    text-align: center;
    margin-top: 5px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: center;
    
}
.pc-search-tj-top{
    display: flex;
    flex-direction:row;
    /* justify-content: space-between; */
}
.pc-search-tj{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   
}
.pc-select{
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    margin: 2px;
    padding-left: 10px;
    color: grey;
    border:1px solid gray;
    box-sizing: border-box;
}
.pc-submit{
    width: 300px;
    height: 56px;
    color: #fff;
    font-size: 18px;
    border: none;
    margin: 25px auto;
    cursor: pointer;
    background: linear-gradient(90deg, #7f9cec,#189cda );
    border-radius: 48px;
    box-shadow: 0 0 10px #7f9cec;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-submit:active{
    background: #2e83e3;
}
.pc-citylist{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.pc-citylist-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pc-citylist-name{
    float: left;
    width: 16.66%;
    height: 150px;
    text-align: center;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
}
.pc-citylist-name:hover{
    color: #2e83e3 ;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); 
    transform: scale(1.01);
    
}
.pc-citylist-name:hover h4{
    color: #2e83e3;
}

.pc-citylist-name:hover p{
    color: #2e83e3;
}
.pc-citylist-info a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.pc-citylist-info a:hover{
    text-decoration: none;
}
.pc-citylist-info h4{
    font-size: 26px;
    padding-top: 20px;
    line-height: 50px;
    color: #444;
    box-sizing: border-box;
}
.pc-citylist-info p{
    font-size: 16px;
    line-height: 40px;
    color: #888;
}
.pc-region-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pc-region{
    width: 110px;
    margin: 5px;
    font-size: 16px;
    background: #2e83e3;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-region:hover{
    cursor: pointer;
    background: #f14141;
    text-decoration: none;
}
.pc-region a{
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.pc-region a:hover{
    text-decoration: none;
}
.pc-search-table{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pc-search-table table{
    border-collapse: collapse;
}
.pc-search-table table th{
    border: 1px solid #dedede;
    height: 40px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    padding:5px;
    border-top: 2px solid #3ca6ec;
    background: rgb(238, 237, 237);
}
.pc-search-table table  td{
    border: 1px solid #dedede;
    font-size: 14px;
    padding: 10px  5px;
    box-sizing: border-box;
    margin: 0 5px;
    text-align: center;
    word-break: break-all;
}
.pc-search-table table tr:hover .pc-table-zy{
    text-overflow:ellipsis;
    overflow:visible; 
    visibility: visible;
    white-space: normal; 
}
.pc-table-zy{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}
.pc-zwSearchBut{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #2e83e3;
    color: #fff;
    border-radius: 5px;
    padding: 3px 8px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
.pc-zwSearchBut:hover{
    background: #f14141;
    text-decoration: none;
    cursor: pointer;
}
.mobile-list-bg{
    display: none;
}
.pc-page{
    display: flex;
    justify-content: center;
}
.pc-site-nav{
    width: 100%;
    color: #999;
    font-size: 14px;
}
.pc-site-nav a{
    color: #999;
    text-decoration: none;
}
.pc-site-nav a:hover{
    color: #2e83e3;
    text-decoration: none;
}
.pc-detail-table{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pc-detail-table table{
    border-collapse: collapse;
}
.pc-detail-table table th{
    border: 1px solid #dedede;
    height: 40px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    padding:5px;
    /* border-top: 2px solid #3ca6ec; */
    background: rgb(238, 237, 237);
    padding: 0 5px;
    box-sizing: border-box;
}
.pc-detail-table table  td{
    border: 1px solid #dedede;
    font-size: 14px;
    padding: 10px  5px;
    box-sizing: border-box;
    margin: 0 5px;
    text-align: center;
    word-break: break-all;
}
.pc-zw-detail-but{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dedede;
    border-top: 2px solid #3ca6ec;
    box-sizing: border-box;
}
.pc-zw-a{
    width: 150px;
    color: #fff;
    background: #2e83e3;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    border-radius: 15px;
    cursor: pointer;
    
}
.pc-zw-a .detailButton{
    width: 100%;
    color: #fff;
    text-decoration: none;
}
.pc-zw-a:hover{
    background: #f14141;
    text-decoration: none;
}
.pc-zw-detail{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}
.pc-zw-detail .one-line{
    width: 100%;
    display: flex;
    flex-direction: row;
    min-height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.pc-zw-detail .one-line-left{
    min-height: 38px;
    line-height: 38px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    background: #f7f7f7;
    width: 30%;
    min-width: 80px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-zw-detail .one-line-content{
    min-height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    width: 70%;
    text-align: center;
}

.m-title-logo{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.2rem;
    box-sizing: border-box;
    height: 1rem;
}
.m-imgfit-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.m-left-logo{
    height: 0.8rem;
    width: 2.5rem;
}
.m-rightitem{
    display: flex;
    flex-direction: row;
    margin-left: 0.3rem;
}
.m-rightitem a{
    color: #333;
    font-size: 0.38rem;
    text-decoration: none;
    margin-right: 0.2rem;
}
.m-rightitem a:hover{
    color: #2e83e3;
    text-decoration: none;
}
.m-banner{
    background: url("/static/zt/img/zt-sydw-fsx-m.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-banner-title{
    text-align: center;
    color: #fff;
}
.m-banner-title p{
    font-size: 0.6rem;
    padding-bottom: 0.1rem;
}
.m-banner-title strong{
    font-size: 0.8rem;
}
.m-contentbg{
    width: 100%;
    background: #fff;
}
.m-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #fff;
    padding: 0 0.1rem;
}
.m-search{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.m-search-info{
    display: block;
    flex-direction: column;
    text-align: center;
    margin-top: 0.15rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    
}
.m-search-tj{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
       
}
.m-select{
    width: 50%;
    height: 1rem;
    font-size: 0.42rem;
    line-height: 1rem;
    margin: 0.1rem;
    padding-left: 0.3rem;
    color: grey;
    background: #fff;
    border:1px solid gray;
    box-sizing: border-box;
}
.m-submit{
    width: 5rem;
    height: 1rem;
    color: #fff;
    font-size: 0.5rem;
    border: none;
    margin: 0.4rem auto;
    cursor: pointer;
    background: linear-gradient(90deg, #7f9cec,#189cda );
    border-radius: 0.5rem;
    box-shadow: 0 0 0.2rem #7f9cec;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-citylist{
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.m-citylist-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.m-citylist-name{
    float: left;
    width: 25%;
    height: 2.5rem;
    text-align: center;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
}
.m-citylist-name:hover{
    color: #2e83e3 ;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); 
    transform: scale(1.01);
}
.m-citylist-name:hover h4{
    color: #2e83e3;
}

.m-citylist-name:hover p{
    color: #2e83e3;
}
.m-citylist-info a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.m-citylist-info a:hover{
    text-decoration: none;
}
.m-citylist-info h4{
    font-size: 0.48rem;
    padding-top: 0.3rem;
    color: #444;
    box-sizing: border-box;
}
.m-citylist-info p{
    font-size: 0.38rem;
    margin-top: 0.15rem;
    color: #888;
}
.m-col-nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    margin: 0.3rem 0;
}
.m-col-nav-left{
    height: 0.6rem;
    width: 0.15rem;
    background-color: #007cc2
}
.m-col-nav-right{
    padding-left: 0.15rem;
    color: #007cc2;
    font-size: 0.38rem;
}
.m-search-bg{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.m-submit:active{
    background: #2e83e3;
}
.m-region-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.m-region{
    float: left;
    width: 31%;
    margin: 0.1rem;
    font-size: 0.42rem;
    background: #2e83e3;
    color: #fff;
    padding: 0.15rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-region:hover{
    cursor: pointer;
    background: #f14141;
}
.m-region a{
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.m-region a:hover{
    text-decoration: none;
}

.m-page{
    display: flex;
    justify-content: center;
}
.m-list-bg{
    width: 100%;
    display: flex !important;
    flex-direction: column;
    border-top: 1px solid #eee;

}
.m-search-table{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15);
    margin-bottom:  0.2rem;
}
.m-search-table .two-line{
    width: 100%;
    height: 1rem;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
}
.m-search-table .two-line .left{
    height: 1rem;
    line-height: 1rem;
    width: 50%;
    padding: 0.15rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.m-search-table .two-line .left .left-title {
    height:0.6rem;
    line-height: 0.6rem;
    font-weight: bold;
    font-size: 0.38rem;
    color: #333;
    width: 50%;
    padding-left: 0.15rem;
    box-sizing: border-box;
}
.m-search-table .two-line .left .left-content {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.38rem;
    color: #333;
    width: 50%;
    text-align: center;
    text-overflow:ellipsis;
    overflow:hidden; 
    white-space:nowrap; 
}
.m-search-table .one-line{
    min-height: 1rem;
    line-height: 1rem;
    width: 100%;
    padding: 0.15rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
}
.m-search-table .one-line .left-title{
    min-height: 0.6rem;
    line-height: 0.6rem;
    font-weight: bold;
    font-size: 0.38rem;
    color: #333;
    width: 30%;
    padding-left: 0.15rem;
    box-sizing: border-box;
}
.m-search-table .one-line .left-content{
    min-height:  0.6rem;
    line-height:  0.6rem;
    font-size:  0.38rem;
    color: #333;
    width: 80%;
    text-align: center;
    text-overflow:ellipsis;
    overflow:hidden; 
    white-space:nowrap; 
}
.m-but-line{
    min-height: 1rem;
    line-height: 1rem;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-zwSearchBut{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #2e83e3;
    border-radius: 0.5rem;
    padding: 0.1rem 0.6rem;
    margin: 0.1rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 0.42rem;
    color: #fff;
}
.m-zwSearchBut:hover{
    text-decoration: none;
}
.m-site-nav{
    width: 100%;
    color: #999;
    font-size: 0.42rem;
    margin: 0.15rem 0;
}
.m-site-nav a{
    color: #999;
    text-decoration: none;
}
.m-site-nav a:hover{
    color: #2e83e3;
    text-decoration: none;
}

.m-detail-table{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.m-detail-table table{
border-collapse: collapse;
}
.m-detail-table table th{
    border: 1px solid #dedede;
    height: 1rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.42rem;
    padding:0.15rem;
    background: rgb(238, 237, 237);
    box-sizing: border-box;
}
.m-detail-table table  td{
    border: 1px solid #dedede;
    padding: 0.3rem 0.15rem;
    box-sizing: border-box;
    margin: 0 0.15rem;
    text-align: center;
    word-break: break-all;
}
.m-zw-detail-but{
    width: 100%;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dedede;
    border-top: 2px solid #3ca6ec;
    box-sizing: border-box;
}
.m-zw-a{
    width: 3rem;
    color: #fff;
    background: #2e83e3;
    font-size: 0.42rem;
    text-align: center;
    padding: 0.15rem 0;
    box-sizing: border-box;
    border-radius: 0.5rem;
    cursor: pointer;
    
}
.pc-zw-a .detailButton{
    width: 100%;
    color: #fff;
    text-decoration: none;
}
.m-zw-detail{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    margin-bottom: 0.3rem;
}
.m-zw-detail .one-line{
    width: 100%;
    display: flex;
    flex-direction: row;
    min-height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.m-zw-detail .one-line-left{
    min-height: 1rem;
    line-height: 1rem;
    font-size: 0.42rem;
    color: #333;
    background: #f7f7f7;
    width: 30%;
    min-width: 2rem;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-zw-detail .one-line-content{
    min-height: 1rem;
    line-height: 1rem;
    font-size: 0.42rem;
    color: #333;
    width: 70%;
    text-align: center;
}
