@media screen and (max-width:1200px){
    body{
        min-width: 100%;
        width: 100%;
    }
    #header{
        width: 100%;
        height: auto;
    }
    .headerTop .fj{
        display: none;
    }
    .headerTop{
        height: 2.4rem;
    }
    #logo img{
        width: 75%;
        margin-top: 0.2rem;
        margin-left: 4%;
    }
    .tjzww img{
        width: 7% !important;
    }
    .s-form{
        width: 100%;
        height: 0.8rem;
    }
    #logo{
        margin-top: 0.1rem;
    }
    .siteSearchBar{
        width: 60%;
        height: 0.7rem;
        margin-top: 0.15rem;
        margin-right: 20%;
        top: 1.2rem;
    }
    .s-form .in{
        width: 70%;
        z-index: 100;
    }
    .s-form .input-box input{
        width: 100%;
        height: 0.7rem;
        line-height: 0.8rem;
        font-size: 0.24rem;
    }
    .s-form .btn-box{
        float: left;
        width: 30%;
        height: 0.7rem;
        /* background-size: cover; */
    }
    .s-form .btn-box input{
        float: left;
        width: 100%;
        z-index: 100;
        height: 0.7rem;
        background-size: 23%;
    }
    .mainNav .itemSub{
        display: none !important;
    }
    .mainNav .item, .mainNav .li1{
        width: 25%;
        height: 0.8rem;
    }
    .mainNav .itemName a, .mainNav .a1{
        font-size: 0.3rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .mainNav{
        width: 100%;
    }
    .topNav .siteWidth{
        height: auto;
    }
    .time_dy{
        display: none;
    }
    /* footer */
    #footer{
        width: 100%;
        height: 6.5rem;
        box-sizing: border-box;
        padding: 0.3rem;
        font-size: 0.28rem;
    }
    #footer a.phone{
        display: block;
    }
    #footer a.mr10{
        margin-right: 10px;
    }
    #footer .footNav{
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.28rem;
    }
    #footer p{
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
    .copyRight p {
        line-height: 0.6rem;
        font-size: 0.28rem;
    }
    .copyRight p span{
        display: block;
    }
    .copyRight p span img{
        width: 5%;
    }
    #footer #imgConac{
        margin-top: 0;
        margin-bottom: 0.1rem;
        margin-top: 0.2rem;
    }
    #footer .pics{
        top:93%;
        right: 34%;
    }
    #footer .pics img.first{
        width: 0.8rem;
    }
    #footer .pics img.second{
        width: 1.5rem;
    }
    #footer .pics img{
        height: auto;
    }
    #footer .pics .mr80{
        margin-right: 0;
    }
    #footer .pics .mr80 img{
        height: 1rem;
    }
    /* 内容 */
    #content{
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.3rem;
        margin-top: 0.2rem;
    }
    /* 当前位置 */
    .path{
        width: 100%;
        box-sizing: border-box;
        padding-left: 0.2rem;
        height: auto;
        line-height: 2;
        font-size: 0.28rem;
        padding-top: 0.2rem;
    }
    /* 移动端列表 */
    .common-list-mobile-nav {
        display: block;
        position: relative;
        width: calc(100% - 0.4rem);
        padding: 0 0.2rem;
        height: 1rem;
        font-size: 0.28rem;
        color: #fff;
        background: #2c6a9b;
        line-height: 1rem;
        cursor: pointer;
        margin-bottom: 0.2rem;
      }
    
      .common-list-mobile-nav img {
        width: 0.3rem;
        float: right;
        margin-right: 0.2rem;
        margin-top: 0.4rem;
      }
    
      .common-list-mobile-nav .select-list {
        display: none;
        position: absolute;
        right: 0;
        width: 3.6rem;
        color: #333333;
        border: 0.01rem solid #dedede;
        background: #f1f1f1;
        z-index: 100;
      }
    
      .common-list-mobile-nav .select-list li {
        width: calc(100% - 0.4rem);
        /* margin: 0 0.2rem; */
        padding: 0 0.2rem;
        height: 0.78rem;
        font-size: 0.22rem;
        line-height: 0.8rem;
        background: #f1f1f1;
        border-bottom: 0.01rem solid #dedede;
      }
      .common-list-mobile-nav .select-list li a{
          display: block;
          width: 100%;
          height: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
      }
      .common-list-mobile-nav .select-list li:hover {
        background: #1d7acc;
        color: #fff;
      }
}