@charset "utf-8";
/* CSS Document*/
@media screen and (max-width: 1200px) {
.p_news,.w1200,.nav,.mlxy_gd,.list-main{width:100%;height: auto;}
.p_news_center,.i-special-left,.footer_one_left,.footer_two_left{width:67%;}
.p_news_right,.i-others_right,.i-special-right,.footer_one_right,.footer_two_right{width:30%;}
.i-others_left,.i-others_center{width:33%;}
.newbox_left,.newbox_right{width:48%;}
.header .logo img{margin-top:10px;margin-bottom: 15px;}
.nav .nLi h3 a{padding: 0 1.2vw;font-size: 1.6vw;}
.list-main-right{width:calc(100% - 330px);}
.slideBox .bd img{
height:auto;
}
}

@media screen and (max-width: 1000px){
.header .logo{width: 83%;}
/* 搜索按钮 搜索弹框样式 */
    .search_an {
        display: block;
        position: absolute;
        width: 23px;
        height: auto;
        top: 50%;
        right: calc(40px);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 9999999;
        /* display: none; */
    }

    .search_an img {
        vertical-align: baseline;
        width: 100%;
    }
.i-search{ display: none; }
/* 菜单按钮样式  */
    .menu {
        display: none;
    }

    .minimenu {
        width: 28px;
        height: 21px;
        display: block;
        right: 0;
        top: 0px;
        margin: auto;
        bottom: 0;
        overflow: hidden;
        z-index: 9999999;
        cursor: pointer;
        position: absolute;
    }

    .minimenu span {
        float: left;
        width: 100%;
        background: #fff;
        transition: all 0.4s ease;
        margin-top: 7px;
        height: 2px;
    }

    .minimenu span:first-child {
        margin-top: 0;
    }

    .minimenu.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 10px;
    }

    .minimenu.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .minimenu.open span:nth-child(3) {
        opacity: 0;
    }

    /* 手机端菜单样式 */
    .nav_sj {
        position: fixed;
        transition: right 0.3s ease;
        right: -110%;
        display: block;
        top: 0;
        left: auto;
        width: 420px;
        height: calc(100vh);
        z-index: -99;
        margin: 0;
        background-color: #01622f;
        padding-top: 100px;
    }
    .i-menu{
        display: none;
    }

    .nav_sj.active {
        z-index: 99999;
        left: 0;
        width: 100%;
    }

    .nav_sj .ul2 {
        width: 100%;
        overflow: auto;
        height: 100%;
        ;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-top: 0px;
        padding-left: 0px;
    }

    .header.active::before {
        display: none;
    }

    .nav_sj ul>li {
        float: none;
        width: 100%;
        height: auto;
        line-height: 60px;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        text-align: left;
        padding: 0;
        list-style-type: none
    }

    .nav_sj ul>li::before {
        display: none;
    }

    .nav_sj ul>li>a {
        font-size: 18px;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        color: #fff;
    }

    .nav_sj ul li ol {
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
        background: none;
        text-align: left;
        padding: 0;
        opacity: 1;
        display: none;
        z-index: 99999;
    }

    .nav_sj ul>li a::after {
        display: none;
    }

    .nav_sj ul li ol>li {
        text-align: left;
        border: 0;
        line-height: 50px;
        position: relative;
        text-indent: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        height: auto;
    }

    .nav_sj li ol li:hover a {
        color: #fff;
    }

    .nav_sj ul ol li a {
        font-size: 17px;
        color: #fff;
        display: block;
    }

    .nav_sj ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 60px;
        top: 0;
        background: url(../img/jia.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }

    .nav_sj ul li ol li i {
        height: 50px;
    }

    .nav_sj ul li i.on {
        background: url(../img/jian.png) no-repeat center center;
    }
}

@media screen and (max-width: 800px){
.p_news_center,.p_news_right,.i-special-left,.i-others_left,.i-others_center,.i-others_right,.i-special-right{width:100%;float: none;}
.zt_piclist img{height:auto;margin-bottom: 10px;}
.list-main-right{width: calc(100% - 60px);margin: auto;float: none;padding: 0 20px;}
.list-main-left{display:none;}
.teacher_a a{width:48%;padding: 1%;}
.teacher_a a img{height: 45vw;}
}

@media screen and (max-width: 600px){
.p_news,.i-others,.w1200{width:90%;margin:auto;}
.newbox_left,.newbox_right,.i-others>.w1200,.list-main-right .lm_name span,.c-content,.fy-list{width:100%;}


}