﻿@media (max-width: 1800px) {
  html {
    font-size: 5.2vw;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 85px;
  }
  .header {
    padding: 0.15rem 0 0.5rem;
  }
  .header .logo img {
    height: 0.4rem !important;
  }
  .header .navbar,
  .header .full-menu-btn,
  .header .search,
  .header .top-link {
    display: none;
  }
  .header .header-rt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header-rt .icon {
    display: none;
  }
  .header.on {
    padding: 0.15rem 0;
    background: #519b44;
  }
  .menu-btn {
    display: block;
    width: 28px;
    margin-right: 0.12rem;
    cursor: pointer;
    z-index: 9;
  }
  .menu-btn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .phone-menu {
    position: fixed;
    display: block;
    z-index: 9999;
    right: -105vw;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #519b44;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .phone-menu .close {
    position: absolute;
    font-size: 0;
    z-index: 9;
    top: 0.2rem;
    right: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .phone-menu .close img {
    width: 100%;
  }
  .phone-menu ul {
    font-size: 0;
    margin-top: 50px;
    padding: 0 15px;
  }
  .phone-menu ul li {
    float: none;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .phone-menu ul li > a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0;
    line-height: 28px;
    text-align: left;
    font-weight: 500 !important;
  }
  .phone-menu ul li i {
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
  }
  .phone-menu ul li .rotate {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .phone-menu ul .subnav {
    position: relative;
    display: none;
    background: none;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .phone-menu ul .subnav dd {
    padding: 10px 10px 0;
  }
  .phone-menu ul .subnav a {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: left;
    display: block;
  }
  .phone-menu ul li.active .subnav {
    display: block !important;
  }
  .phone-menu .cn {
    padding: 15px;
    overflow: hidden;
  }
  .phone-menu .cn a {
    display: inline-block;
    font-size: 0.16rem;
    color: #fff;
    width: 1rem;
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 0.5rem;
    background: rgba(44, 44, 44, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    position: relative;
  }
  .phone-menu .search-ph {
    padding: 15px;
  }
  .phone-menu .search-ph .search-bar {
    width: 100%;
    max-width: none;
  }
  .phone-menu.active {
    pointer-events: auto;
    right: 0px;
    opacity: 1;
    visibility: visible;
  }
  .banner .banner-prev {
    display: none;
  }
  .banner .banner-next {
    display: none;
  }
  .banner .banner-pagination {
    bottom: 0.3rem;
  }
  .s1-rt {
    margin-top: 0.2rem;
    width: 100%;
  }
  .s1-rt ul li {
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.2rem;
  }
  .s1-lf {
    width: 100%;
  }
  .s2-c .col {
    width: 100%;
  }
  .s2-c .col:nth-child(2) {
    margin-top: 0.3rem;
  }
  .s2-list {
    padding: 0.2rem;
  }
  .footer .links {
    width: 100%;
  }
  .footer .footer-logo {
    width: 100%;
    margin: 0.2rem 0;
  }
  .footer .footer-logo:before, .footer .footer-logo:after {
    display: none;
  }
  .footer .cory {
    width: 100%;
    text-align: center;
  }
  .listbanner {
    height: 30vw;
  }
  .list-page {
    margin-top: 0.3rem;
  }
  .location {
    padding: 0.15rem;
    border-radius: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgb(105, 164, 29)), to(rgb(65, 149, 119)));
    background: linear-gradient(to right, rgb(105, 164, 29), rgb(65, 149, 119));
    margin-bottom: 0;
  }
  .location h2 {
    display: none;
    color: #fff;
    font-size: 0.24rem;
    width: 100%;
    background: url(../images/phone-sidemenu.png) right center no-repeat;
    background-size: auto 0.2rem;
  }
  .location .phone-column {
    display: block;
  }
  .location .weizhi {
    display: none;
  }
  .list-nav {
    display: none;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(105, 164, 29)), to(rgb(65, 149, 119)));
    background: linear-gradient(to right, rgb(105, 164, 29), rgb(65, 149, 119));
    border-radius: 0;
    height: auto;
    line-height: 1;
    padding: 0 0.15rem 0.2rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .list-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-nav li {
    width: 100%;
    margin: 0.1rem 0;
  }
  .list-nav li a {
    font-size: 0.18rem;
    color: #fff !important;
  }
  .list-nav li a:before, .list-nav li a:after {
    display: none;
  }
  .list-cont.jgzn .inner li {
    width: 50%;
  }
  .list-teacher li {
    width: calc(100% - 0.2rem);
  }
  .list-pics li {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .list-cont.jgzn .inner li {
    width: 100%;
  }
  .list-cont.jgzn .inner li .box {
    height: auto;
    padding: 0.2rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 72px;
  }
  .s3-c ul li .pic {
    height: 1rem;
  }
  .s3-c ul li .tit p {
    font-size: 0.24rem;
  }
}
@media (max-width: 620px) {
  .s1-rt ul li {
    width: 100%;
  }
  .s3-c ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .list-teacher li .pic {
    width: 2rem;
    height: 2.8rem;
  }
  .list-teacher li .txt {
    padding: 0.2rem;
  }
}
@media (max-width: 540px) {
  .header .logo img {
    height: 0.26rem !important;
  }
  .s1-lf li .tit {
    padding: 0.2rem;
  }
  .s1-lf .s1-pagination {
    right: 0.2rem;
    bottom: 0.2rem;
  }
  .list-news a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-news .picbox {
    width: 100%;
  }
  .list-news .txtbox {
    padding: 0.2rem;
    width: 100%;
  }
  .list-pics li {
    width: 100%;
  }
  .cont-teacher .titbox {
    padding: 0.1rem;
  }
}
@media (max-width: 500px) {
  .index-xsjw .txt {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
  }
  .index-xsjw .picbox {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0.3rem;
  }
}