@media(max-width:991px){
    .m-show{
        display: block;
    }
    .pc-show{
        display: none;
    }
    .container {
        width: 92%;
    }
    #nav{
        display: none;
    }
    #home .txt {
        width: 100%;
    }
    #home .home-news {
        width: 100%;
    }
    .head-top{
        text-align: center;
    }
    #logo img{
        height: 42px;
    }
    #header {
        height: 72px;
    }
    #logo {
        margin-top: 16px;
    }
    #home {
        padding: 32px 0;
    }
    #home .txt p {
        font-size: 14px;
        line-height: 1.8;
    }
    #home .txt h2 {
        font-size: 17px;
        margin-top: 20px;
    }
    #home .txt h2:last-of-type{
        margin-top: 4px;
    }
    #home .home-news{
        margin-top: 40px;
    }
    .p_title {
        height: 50px;
        line-height: 50px;
        font-size: 17px;
        margin-bottom: 10px;
        text-indent: 22px;
    }
    .pub_list .li h2 {
        margin: 0;
        font-size: 14px;
        margin-bottom: 6px;
        line-height: 1.45;
    }
    .p_title a {
        font-size: 14px;
    }
    .pub_list .li .time {
        font-size: 13px;
    }
    .pub_list .li img {
        width: 20px;
    }
    .tab {
        height: 75px;
        margin-top: 20px;
    }
    .tab b {
        font-size: 22px;
    }
    .tab img:first-of-type {
        margin-left: 15px;
        margin-right: 4px;
        width: 45px;
    }
    #banner .txt p.p1 {
        font-size: 25.5px;
        margin-bottom: 24px;
    }
    #banner .txt p.p2 {
        font-size: 16px;
        width: 246px;
        float: right;
    }
    #banner .txt .more {
        width: 155px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        margin-top: 20px;
    }
    .f_menu ul li {
        width: 45%;
    }
    .f_menu ul li > a{
        display: none;
    }
    .f_menu ul li:nth-of-type(8) {
        display: block;
    }
    .f_menu ul li:last-of-type {
        width: 100%;
    }
    .f_menu ul li:last-of-type h3 {
        display: none;
    }
    .f_top h3{
        width: 100%;font-size: 17px;
    }
    .f_menu ul li:nth-of-type(2n){
        float: right;
    }
    .f_menu ul li:nth-of-type(6){
        float: left;
    }
    .f_menu ul li:last-of-type a {
        width: 50%;
        display: block;
        float: left;
        font-size: 13px;
        opacity: 1;
    }
    #foot {
        padding-top: 30px;
    }
    .f_menu ul li:last-of-type a:last-of-type{
        width: 100%;
    }
    .copyright {
        margin-top: 0;
        height: auto;
        border-top: none;
        padding-bottom: 10px;
        line-height: 1.9;
    }
    .copyright .container > div {
        font-size: 12px;
        margin-right: 10px;
        line-height: initial;margin-left: 0;
    }
    .copyright .container {
        text-align: left;
    }
    .f_top a {
        margin-bottom: 12px;
    }
    .f_top h3{
        background: url('../images/jt2.png');
        background-repeat: no-repeat;
        background-position: right 3px;
        background-size: 7px;
    }
    .navicon {
        display: block !important;
        float: right;
        margin-top: 16px;
    }
    .navicon img {
        height: 38px;
    }
    
    
    .m-menu-bg{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all linear 200ms;
    }
    .m-menu-bg.active{
        background: rgba(22,25,35,.4);
        z-index: 99999999;
    }
    .m-menu.active {
        right: 0%;
    }
    .m-menu {
        display: block;
        width: 50%;
        background: #fff;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 999999999;
        right: -50%;
        transition: all linear 200ms;
    }
    .m-menu a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }
    .m-menu .close{
	    height: 58px;
	    width: 30px;
	    margin-left: auto;
	    opacity: 1;float: inherit;
	    z-index: 999;margin-right: 12px;
	}
	.m-menu .close img {
        height: 22px;
        margin-top: 18px;
        float: right;
        margin-right: 0;
    }
    .m-menu .item {
        width: 90%;
        margin-left: auto;
        border-top: 1px solid #DEDEDE;
        padding-top: 18px;
        padding-bottom: 18px;
        position: relative;
    }
    .m-menu .item:last-of-type a{
        background: none !important;
    }
    .m-menu .item a.active{
        background: url(../images/menu-jt2.png);
        background-repeat: no-repeat;
        background-size: 8px auto;
        background-position: 92% 50%;
    }
    .m-menu .item img{
        position: absolute;
        right: 10px;
        top: 23px;
        /*transform: rotate(-90deg);*/
        transition: all linear 200ms;
        width: 15px;
    }
    .subMenu{
        text-indent: 0;
        display: none;
    }
    .subMenu a{
        font-size: 15px;
        margin-top: 10px;color: #999;
    }
    .m-menu .item.active img{
        transform: rotate(0deg);
    }
    .m-menu .item:nth-of-type(7){
        border-bottom: 1px solid #DEDEDE;
    }
    .m-menu .item.active .subMenu{
        display: block;
    }
    .m-menu .item.active img{
        transform: rotate(90deg);
    }
}