@charset "UTF-8";
@media (max-width: 767px) {
  /* 手机端样式 */
  .search-box .search-box-input {
    width: 90% !important;
  }
  .phone-header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
  }
  .phone-header .header-logo {
    width: 3rem;
    height: auto;
    padding: 0.2rem 0;
  }
  .phone-header .header-right .header-right-item {
    margin-left: 0.3rem;
  }
  .phone-header .header-right .lang {
    font-size: 0.28rem;
    opacity: 0.3;
    color: #000;
  }
  .phone-header .header-right .lang img {
    width: 0.3rem;
    height: auto;
    margin-right: 0.2rem;
  }
  .phone-header .header-right .search {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    width: 0.6rem;
    height: 0.6rem;
  }
  .phone-header .header-right .search img {
    width: 0.3rem;
    height: auto;
  }
  .phone-header .header-right .menu {
    position: relative;
    width: 0.4rem;
    height: 0.3rem;
  }
  .phone-header .header-right .menu span {
    position: absolute;
    left: 0;
    width: 0.4rem;
    height: 2px;
    background-color: #ccc;
    transition: all 0.3s ease;
  }
  .phone-header .header-right .menu .line1 {
    top: 0;
  }
  .phone-header .header-right .menu .line2 {
    top: 0.14rem;
  }
  .phone-header .header-right .menu .line3 {
    bottom: 0;
  }
  .phone-header .header-right .menu.active .line1 {
    transform: translateY(8px) rotate(45deg);
  }
  .phone-header .header-right .menu.active .line2 {
    opacity: 0;
  }
  .phone-header .header-right .menu.active .line3 {
    transform: translateY(-8px) rotate(-45deg);
  }
  .banner {
    position: relative;
    width: 100%;
    height: 4rem;
    overflow: hidden;
    margin-top: 1rem;
  }
  .banner .swiper-container {
    width: 100%;
    height: 4rem;
  }
  .news {
    margin-top: 0;
  }
  .news .news-wrapper {
    width: 90vw;
  }
  .news .news-wrapper .news-title {
    width: 100%;
  }
  .news .news-wrapper .news-title .news-title-label {
    background: url(../icon/icon-shading.png) no-repeat center center !important;
    background-size: contain !important;
  }
  .news .news-wrapper .news-title .news-title-tit span {
    font-size: 0.28rem !important;
  }
  .news .news-wrapper .news-content .news-content-item {
    width: 100% !important;
  }
  .news .news-wrapper .news-content .news-content-item .img-two-item-text {
    font-size: 0.28rem !important;
    height: 1.5rem !important;
  }
  .news .news-wrapper .news-content span {
    font-size: 0.28rem !important;
  }
  .news .news-wrapper .news-announcement {
    font-size: 0.28rem !important;
  }
  .news .news-wrapper .news-announcement .news-announcement-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .news .news-wrapper .news-announcement .news-announcement-wrapper .news-announcement-item-date-day {
    font-size: 0.7rem !important;
  }
  .news .news-more {
    font-size: 0.28rem !important;
  }
  .news .news-more .news-more-img img {
    width: 0.3rem !important;
  }
  .media .media-wrapper .media-title {
    width: 100%;
  }
  .media .media-wrapper .media-title .media-title-label {
    background: url(../icon/icon-shading.png) no-repeat center center !important;
    background-size: contain !important;
  }
  .media .media-wrapper .media-title-tit .media-more {
    font-size: 0.28rem !important;
  }
  .media .media-wrapper .media-title-tit .media-more img {
    width: 0.3rem !important;
  }
  .media .media-wrapper .swiper-slide {
    padding: 1.5rem 0.2rem 0.5rem !important;
  }
  .media .media-wrapper .swiper-slide .tip {
    top: 0.2rem !important;
    padding: 0.15rem 0.4rem !important;
  }
  .media .media-wrapper .swiper-slide .tip .tip-img {
    width: 2rem !important;
  }
  .media .media-wrapper .swiper-slide .media-body .media-s {
    padding-right: 0.2rem !important;
  }
  .media .media-wrapper .swiper-slide .media-body .media-s .media-s-t {
    width: 0.1rem !important;
    height: 0.3rem !important;
  }
  .media .media-wrapper .swiper-slide .media-body .media-s .media-s-z {
    width: 0.1rem !important;
  }
  .media .media-wrapper .swiper-slide .media-body .media-content {
    font-size: 0.28rem !important;
  }
  .media .media-wrapper .swiper-slide .media-body .media-content .media-content-title {
    font-size: 0.32rem !important;
    height: 1.2rem !important;
  }
  .media .media-wrapper .swiper-slide .media-body .media-content .media-content-img {
    padding: 0.2rem !important;
  }
  .media .media-wrapper .swiper-slide .media-body .media-content .media-content-img img {
    height: 4rem !important;
  }
  .media .media-wrapper .swiper-slide .media-body .media-content .media-content-footer {
    font-size: 0.28rem !important;
    height: 1.5rem !important;
  }
  .main-wrapper {
    background-size: cover !important;
  }
  .main-wrapper .person .person-wrapper {
    width: 90vw;
  }
  .main-wrapper .person .person-wrapper .person-title .person-title-label {
    background: url(../icon/icon-shading.png) no-repeat center center !important;
    background-size: contain !important;
  }
  .main-wrapper .person .person-wrapper .person-title-tit .person-more {
    font-size: 0.28rem !important;
  }
  .main-wrapper .person .person-wrapper .person-title-tit img {
    width: 0.3rem !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide {
    width: 100% !important;
    height: 8rem !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide .person-body {
    width: 100%;
    height: 100% !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide .person-body .person-img {
    height: 100% !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide .person-body .person-text {
    bottom: 0.7rem !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide .person-body .person-text .person-text-name {
    font-size: 0.32rem !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide .person-body .person-text .person-text-tit {
    font-size: 0.28rem !important;
  }
  .main-wrapper .special-subject .special-subject-wrapper {
    width: 90vw;
  }
  .main-wrapper .special-subject .special-subject-wrapper .special-subject-title .special-subject-title-label {
    background: url(../icon/icon-shading.png) no-repeat center center !important;
    background-size: contain !important;
  }
  .main-wrapper .special-subject .special-subject-wrapper .special-subject-title .special-subject-title-tit .special-subject-more {
    font-size: 0.28rem !important;
  }
  .main-wrapper .special-subject .special-subject-wrapper .special-subject-title .special-subject-title-tit img {
    width: 0.3rem !important;
  }
  .main-wrapper .special-subject .special-subject-wrapper .special-subject-main .swiper-slide {
    width: 5.4rem !important;
    height: 7.15rem !important;
  }
  .main-wrapper .special-subject .special-subject-wrapper .special-subject-main .wrapper {
    height: 7rem !important;
  }
  .main-wrapper .special-subject .special-subject-wrapper .special-subject-main .wrapper .wrapper-bottom {
    opacity: 0 !important;
  }
  .main-wrapper .special-subject .special-subject-wrapper .special-subject-main .wrapper .wrapper-text-hover {
    opacity: 1 !important;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .main-wrapper .special-subject .special-subject-wrapper .special-subject-main .wrapper .wrapper-text-hover .wrapper-text-hover-small {
    font-weight: normal;
    font-size: 0.28rem !important;
  }
  .main-wrapper .special-subject .special-subject-wrapper .special-subject-main .wrapper .wrapper-text-hover .wrapper-special-btn {
    font-weight: normal;
    padding: 0.1rem 0.3rem !important;
    font-size: 0.28rem !important;
    border-radius: 0.1rem !important;
  }
  .main-wrapper .enrollment .enrollment-wrapper {
    width: 90vw;
  }
  .main-wrapper .enrollment .enrollment-wrapper .enrollment-title .enrollment-title-label {
    background: url(../icon/icon-shading.png) no-repeat center center !important;
    background-size: contain !important;
  }
  .main-wrapper .enrollment .enrollment-wrapper .enrollment-title .enrollment-title-tit .enrollment-more {
    font-size: 0.28rem !important;
  }
  .main-wrapper .enrollment .enrollment-wrapper .enrollment-title .enrollment-title-tit img {
    width: 0.3rem !important;
  }
  .main-wrapper .enrollment .enrollment-wrapper .enrollment-main {
    padding-bottom: 0 !important;
  }
  .main-wrapper .enrollment .enrollment-wrapper .enrollment-main .enrollment-item {
    margin-bottom: 0.3rem;
  }
  .main-wrapper .enrollment .enrollment-wrapper .enrollment-main .enrollment-item .enrollment-item-time span {
    font-size: 0.28rem !important;
  }
  .main-wrapper .enrollment .enrollment-wrapper .enrollment-main .enrollment-item .enrollment-item-time .day {
    font-size: 0.7rem !important;
  }
  .main-wrapper .enrollment .enrollment-wrapper .enrollment-main .enrollment-item .enrollment-item-time .enrollment-item-time-title {
    font-size: 0.32rem !important;
  }
  .main-wrapper .enrollment .enrollment-wrapper .enrollment-main .enrollment-item .enrollment-item-text {
    font-size: 0.28rem !important;
    height: 1.5rem !important;
  }
  .main-wrapper .enrollment .video-block {
    opacity: 0 !important;
  }
  .main-wrapper .statistics {
    height: auto !important;
    background: #fff;
  }
  .main-wrapper .statistics .statistics-main {
    height: auto !important;
    padding: 0 !important;
    width: 90vw !important;
    margin: 0 auto !important;
  }
  .main-wrapper .statistics .statistics-main .statistics-main-title {
    position: relative !important;
    top: auto !important;
    padding: 0.5rem 0 !important;
  }
  .main-wrapper .statistics .statistics-main .statistics-main-content-phone {
    background: #fff;
    font-size: 0.28rem;
    flex-wrap: wrap;
    grid-row-gap: 2rem;
  }
  .main-wrapper .statistics .statistics-main .statistics-main-content-phone .statistics-main-content-phone-item {
    width: 50%;
  }
  .main-wrapper .statistics .statistics-main .statistics-main-content-phone .statistics-main-content-phone-item .box {
    grid-gap: 0.2rem;
    border: 0.01rem dashed #b71b31;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
  }
  .main-wrapper .statistics .statistics-main .statistics-main-content-phone .statistics-main-content-phone-item .box img {
    width: 1.4rem;
    height: auto;
  }
  .main-wrapper .statistics .statistics-main .statistics-main-content-phone .statistics-main-content-phone-item .box span {
    color: #b71b31;
    font-size: 0.5rem;
    line-height: 1;
    font-weight: bold;
  }
  .main-wrapper .statistics .statistics-main .statistics-main-content-phone .statistics-main-content-phone-item .box-text {
    color: #b71b31;
    font-size: 0.28rem;
    text-align: center;
    display: block;
    padding: 0.4rem 0;
  }
  .footer {
    padding: 0.5rem 0 !important;
  }
  .footer .footer-container {
    width: 90vw !important;
  }
  .footer .footer-container .footer-tit span {
    font-size: 0.4rem !important;
  }
  .footer .footer-container .link-list a {
    line-height: 2 !important;
    font-size: 0.28rem !important;
  }
  .footer .footer-container .link-list-phone {
    grid-gap: 0.3rem;
  }
  .footer .footer-container .link-list-phone a {
    font-size: 0.28rem !important;
    border: 0.01rem solid #fff;
    line-height: 2 !important;
    color: #fff;
    padding: 0 0.1rem;
  }
  .footer .footer-container .footer-icon-wrapper .footer-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .footer .footer-container .footer-icon-wrapper .footer-icon img {
    width: 0.5rem;
  }
  .beian {
    font-size: 0.24rem !important;
  }
  .beian .warpper {
    width: 90vw;
  }
  .wave {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .banner {
    width: 100%;
    height: 8rem;
    overflow: hidden;
  }
  .banner .swiper-container {
    width: 100%;
    height: 8rem;
  }
  .banner .swiper-container .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .news {
    margin-top: 8rem;
  }
  .news .news-wrapper {
    width: 90vw;
  }
  .news .news-wrapper .news-title {
    width: 100%;
  }
  .media .media-wrapper .media-title {
    width: 100%;
  }
  .main-wrapper .person .person-wrapper {
    width: 90vw !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide {
    height: auto !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide .person-body .person-text {
    bottom: 0 !important;
  }
  .special-subject .special-subject-wrapper {
    width: 90vw !important;
  }
  .enrollment .enrollment-wrapper {
    width: 90vw !important;
  }
  .footer {
    padding: 1rem 0;
  }
  .footer .footer-container {
    width: 90vw !important;
  }
  .beian .warpper {
    width: 90vw !important;
  }
  .wave {
    height: 1.5rem;
    bottom: 5.9rem;
  }
  .wave .wave-i3 {
    height: 1.3rem;
  }
  .wave .wave-i33 {
    height: 1.3rem;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .banner {
    width: 100%;
    height: 8rem;
    overflow: hidden;
  }
  .banner .swiper-container {
    width: 100%;
    height: 8rem;
  }
  .banner .swiper-container .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .news {
    margin-top: 8rem;
  }
  .news .news-wrapper {
    width: 90vw;
  }
  .news .news-wrapper .news-title {
    width: 100%;
  }
  .media .media-wrapper .media-title {
    width: 100%;
  }
  .person .person-wrapper {
    width: 90vw !important;
  }
  .special-subject .special-subject-wrapper {
    width: 90vw !important;
  }
  .enrollment .enrollment-wrapper {
    width: 90vw !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide .swiper-slide {
    height: auto !important;
  }
  .main-wrapper .person .person-wrapper .person-main .swiper-slide .swiper-slide .person-body .person-text {
    bottom: 0 !important;
  }
  .wave {
    bottom: 5.4rem;
    height: 1.5rem;
  }
  .wave .wave-i3 {
    height: 1.3rem;
  }
  .wave .wave-i33 {
    height: 1.3rem;
  }
  .footer .footer-container {
    width: 90vw !important;
  }
  .beian .warpper {
    width: 90vw !important;
  }
}/*# sourceMappingURL=media.css.map */