﻿@charset "utf-8";

@media (max-width: 1024px) {
  .pc-nav {
    display: none;
  }

  header .header-right {
    margin-top: .6rem;
  }

  .nav-btn {
    display: inline-block;
    position: relative;
    width: .8rem;
    height: .5rem;
    padding: 0;
    vertical-align: middle;
    margin-left: .8rem;
  }

  .nav-btn .line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #383838;
    transition: all .2s;
    transform-origin: center;
  }

  .nav-btn .line1 {
    top: 0;
  }

  .nav-btn .line2 {
    top: 50%;
    margin-top: -1px;
  }

  .nav-btn .line3 {
    bottom: 0;
  }

  .nav-btn.cur .line {
    top: 50%;
    bottom: auto;
    margin-top: -1px;
  }

  .nav-btn.cur .line1 {
    transform: rotate(45deg);
  }

  .nav-btn.cur .line2 {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .nav-btn.cur .line3 {
    transform: rotate(-45deg);
  }

  .m-nav {
    position: fixed;
    top: 2rem;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    padding: 0 5%;
    background-color: rgba(255, 255, 255, .95);
  }

  .m-nav li {
    border-bottom: 1px solid #dcdcdc;
  }

  .m-nav li:last-child {
    border-bottom: none;
  }

  .m-nav li .tit {
    display: block;
    font-size: .28rem;
    padding: .3rem 0 .3rem .3rem;
    color: #333;
    position: relative;
  }

  .m-nav li .tit:before {
    content: "";
    position: absolute;
    right: 0;
    width: .4rem;
    height: .4rem;
    margin-top: -.15rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/m-nav-jia.png');
    top: 50%;
    transition: all .2s;
  }

  .m-nav li.on .tit:before {
    transform: rotate(45deg);
  }

  .m-nav li .navson {
    padding-bottom: .3rem;
    display: none;
  }

  .m-nav li .navson a {
    display: block;
    font-size: .4rem;
    line-height: .9rem;
    padding: 0 .5rem;
    color: #333;
  }

  .view {
    padding: 0 5%;
    width: auto;
  }

  .i-about-box .con-box .read {
    margin-top: 10%;
  }

  .dialog-box .dialog {
    width: 60%;
  }

  .teacher-dialog {
    width: 90%;
  }

  .honor-box .list .row {
    margin: 0 -.2rem;
  }

  .honor-box .list .item {
    padding: 0 .2rem;
  }

  .aside-nav {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 992px) {

  /* .f-nav{
		width: 100%;
		float: none;
	} */
  .f-nav li {
    margin-right: .8rem;
    margin-bottom: 1rem;
  }

  .foot-fix .item .tit {
    padding: 0 .8rem;
  }

  .person-box .text-box .con {
    height: 5.4rem;
  }

  .news-box .list .item .text .read {
    margin-top: .3rem;
  }

  .activity-box .activity .left .item.cur {
    padding-top: 0;
  }

  .profile-list .con-box .tit {
    padding: .7rem .6rem .7rem 2rem;
    background-position: .6rem center;
    font-size: .6rem;
  }

  .profile-list .con-box .con {
    padding: .6rem .6rem 1.2rem;
  }

  .contact-box .top-box .tel {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .header-top {
    display: none;
  }

  .view {
    padding: 0 .4rem;
  }

  header {
    height: 1rem;
  }

  header .logo {
    width: 3.4rem;
    margin-top: .1rem;
  }

  header .right {
    line-height: 1rem;
  }

  .nav-btn {
    width: .5rem;
    height: .36rem;
    margin-left: .5rem;
  }

  .search-wrap {
    margin-left: 0;
  }

  header .header-right {
    margin-top: 0;
    line-height: 1rem;
  }

  .search-wrap .search-btn {
    width: .5rem;
  }

  .search-wrap {
    position: static;
  }

  .search-wrap .search-dialog {
    top: 1rem;
    width: 100%;
    left: 0;
    background: #226fd8;
    box-sizing: border-box;
    padding: 0 .4rem;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(0);
    transition: all .3s;
    height: auto;
    border-radius: 0;
  }

  .search-wrap input[type=text] {
    float: left;
    width: 80%;
    transform: translateX(0);
    position: static;
    height: .5rem;
    padding: .25rem 0;
    font-size: .3rem;
    line-height: .5rem;
    background: none;
  }

  .search-wrap input[type=submit] {
    float: right;
    width: .3rem;
    height: .3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/search-btn3.png');
    background-size: 100%;
    background-color: transparent;
    margin-top: .3rem;
  }

  .search-wrap.on .search-dialog {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .search-wrap.on input[type=text] {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  /* header end */
  .foot-fix .item .txt br {
    display: block;
  }

  .m-nav {
    padding: 0 .4rem;
    top: 1rem;
  }

  .m-nav li .tit {
    padding: .15rem 0 .15rem .3rem;
  }

  .m-nav li .navson a {
    font-size: .24rem;
    line-height: .4rem;
  }

  .m-nav li .tit:before {
    width: .3rem;
    height: .3rem;
  }

  /* header end */
  .foot-clearfixed {
    height: 1.3rem;
  }

  .foot-fix .item {
    position: static;
    vertical-align: top;
  }

  .foot-fix .item .txt {
    font-size: .24rem;
    padding: .5rem .1rem 0;
    float: none;
    line-height: .4rem;
    display: block;
    text-align: center;
    background-size: .4rem;
    background-position: top center;
    height: .4rem;
  }

  .foot-fix .item .tit {
    float: none;
    height: auto;
    line-height: 1;
    padding: .2rem 0;
  }

  .foot-fix .item .num {
    display: none;
  }

  .foot-fix .item .sub {
    bottom: 1.7rem;
  }

  .footer-top {
    padding: .5rem 0;
  }

  .f-nav li {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .f-nav li:nth-child(6) {
    width: 100%;
  }

  .f-nav li:last-child {
    border-bottom: none;
    width: 100%;
  }

  .f-nav li .tit {
    font-size: .3rem;
    line-height: 1rem;
    position: relative;
  }

  .f-nav li .tit:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: .21rem;
    height: .12rem;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    background-image: url('../img/f-nav-arrow.png');
    background-size: cover;
  }

  .f-nav li .navson {
    display: none;
    margin-top: 0;
    padding: .2rem 0;
  }

  .f-nav li .navson a {
    font-size: .24rem;
    line-height: .4rem;
    margin-bottom: .2rem;
  }

  .f-nav .school .navson {
    height: auto;
    background-color: transparent;
    margin: 0;
    padding: .2rem 0;
    width: 100%;
  }

  .f-nav .school .navson a {
    color: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    margin-bottom: .2rem;
  }

  .footer-top .right {
    margin-top: .2rem;
  }

  .footer-top .right>div {
    display: block;
    margin-bottom: .3rem;
  }

  .footer-top .right .icon-box {
    margin-bottom: 0;
  }

  .footer-top .right .tit {
    font-size: .3rem;
    line-height: .4rem;
    margin-bottom: .2rem;
  }

  .footer-top .contact .con {
    font-size: .24rem;
    line-height: .4rem;
  }

  .footer-top .tel-box .con {
    font-size: .3rem;
    line-height: .4rem;
  }

  .footer-top .icon-box .item {
    margin-left: 0;
    margin-right: .3rem;
  }

  .footer-top .icon-box .icon {
    width: .6rem;
    height: .6rem;
  }

  .footer-top .icon-box .img-box {
    padding-bottom: .2rem;
    left: 0;
    right: auto;
    bottom: .7rem;
  }

  .footer-top .icon-box .img {
    width: 2.5rem;
  }

  .footer-top .icon-box .img:before {
    left: .2rem;
    right: auto;
  }

  .footer-bottom {
    padding: .2rem 0;
  }

  .footer-bottom .copy {
    float: none;
    font-size: .24rem;
    line-height: .4rem;
  }

  .footer-bottom .right {
    float: none;
    margin-top: .1rem;
  }

  .footer-bottom .right a {
    font-size: .24rem;
    line-height: .4rem;
    margin: 0 .2rem 0 0;
  }

  .f-nav,
  .footer-top .right {
    float: none;
    width: 100%;
    text-align: left;
  }

  .footer-top .right .icon-box {
    margin-top: 0;
    text-align: left;
  }

  .recruit-dialog {
    width: 90%;
    padding: .4rem;
  }

  .recruit-dialog .tit-box {
    padding-bottom: .3rem;
  }

  .recruit-dialog .tit {
    font-size: .4rem;
    line-height: .5rem;
  }

  .recruit-dialog .recruit-close {
    width: .3rem;
    height: .3rem;
    margin: 0;
  }

  .recruit-dialog .con {
    font-size: .26rem;
    line-height: .6rem;
    margin-top: .4rem;
    height: 4.8rem;
  }

  .footer-top .icon-box .item.cur .img-box {
    bottom: .7rem;
  }

  /* footer end */
  .sub-nav-box .swiper-wrapper {
    justify-content: inherit;
  }

  .sub-nav-box .swiper-slide {
    width: auto;
  }

  .sub-nav-box .swiper-slide a {
    height: 1rem;
    line-height: 1rem;
    padding: 0 .3rem;
    font-size: .24rem;
  }

  .banner .text-box .tit {
    font-size: .72rem;
    line-height: .72rem;
    letter-spacing: 3px;
    padding-left: 3px;
  }

  .index-more {
    width: 2rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
    margin-top: .4rem;
  }

  .banner .text-box .index-more {
    margin-top: .5rem;
  }

  .banner .prev,
  .banner .next {
    width: .24rem;
    height: .42rem;
    transform: translateY(calc(-50% + .28rem));
  }

  .i-about-box .item:last-child {
    position: relative;
    transform: translateY(0);
  }

  .i-about-box .con-box {
    padding: .5rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .i-about-box .item:nth-child(2) .con-box {
    height: 6rem;
    padding: 0;
  }

  .i-about-box .con-box .text-box {
    position: static;
    transform: translateY(0);
  }

  .i-about-box .con-box .bg {
    display: none;
  }

  .i-about-box .con-box .tit {
    font-size: .36rem;
    line-height: .46rem;
  }

  .i-about-box .con-box .con {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
    height: auto;
  }

  .i-about-box .con-box .read {
    margin-top: .2rem;
  }

  .read span {
    font-size: .24rem;
    line-height: .4rem;
  }

  .i-school-box {
    padding: .7rem 0;
  }

  .index-tit .en {
    font-size: .9rem;
    line-height: 1rem;
  }

  .index-tit .cn {
    font-size: .4rem;
    line-height: .5rem;
    margin-top: -.5rem;
  }

  .i-school-box .con {
    font-size: .24rem;
    line-height: .4rem;
  }

  .i-news-box {
    margin: 0;
    padding: .7rem 0;
  }

  .i-news {
    margin-top: .5rem;
  }

  .i-news .img-box {
    float: none;
    width: 100%;
    margin-bottom: .3rem;
  }

  .i-news .list-wrap {
    position: static;
    width: 100%;
  }

  .i-news .list-wrap .item {
    position: static;
    width: 100%;
    margin-bottom: .3rem;
  }

  .i-news .text {
    padding: 0 .4rem;
    bottom: .4rem;
  }

  .i-news .text .time,
  .i-news .text .divide,
  .i-news .text .tit {
    font-size: .3rem;
    line-height: .4rem;
  }

  .i-news .text .divide {
    margin: 0 .2rem;
    height: .2rem;
  }

  .i-news .list-wrap .text-box .time {
    font-size: .24rem;
    line-height: .4rem;
  }

  .i-news .list-wrap .text-box .tit {
    height: auto;
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .2rem;
  }

  .i-news .list-wrap .text-box .read {
    margin-top: .2rem;
  }

  .i-news .list:nth-child(1) {
    margin-bottom: .4rem;
  }

  .i-news .list-wrap .item:nth-child(2) {
    margin-bottom: 0;
  }

  .i-course-box {
    padding: .7rem 0;
  }

  .i-course-box .tab-btns {
    margin-top: .3rem;
  }

  .i-course-box .tab-btns a {
    font-size: .24rem;
    line-height: .4rem;
    margin: 0 .2rem;
    padding-bottom: .1rem;
  }

  .i-course-box .list {
    margin-top: .5rem;
  }

  .i-course-box .list .row {
    margin: 0 -.2rem;
  }

  .i-course-box .list .item {
    padding: 0 .2rem;
    margin-bottom: .4rem;
  }

  .i-course-box .list .txt {
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .2rem;
  }

  .i-teacher-box {
    padding: .7rem 0;
  }

  .i-teacher .prev,
  .i-teacher .next {
    width: .19rem;
    height: .32rem;
    transform: translateY(calc(-50% - .25rem));
  }

  .i-teacher .prev {
    left: -.3rem;
  }

  .i-teacher .next {
    right: -.3rem;
  }

  .i-teacher-tab .swiper-slide {
    width: 48%;
    margin-right: 2%;
  }

  .i-teacher-tab .swiper-slide .txt {
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .2rem;
  }

  .i-campus-box {
    padding: .7rem 0;
  }

  .i-campus {
    margin-top: .5rem;
  }

  .i-campus .right {
    float: none;
    width: 100%;
    margin-bottom: .3rem;
  }

  .i-campus .left {
    position: static;
    width: 100%;
  }

  .i-campus .left .item {
    position: relative;
    width: 48%;
    margin-bottom: .3rem;
    float: left;
  }

  .i-campus .left .item:nth-child(2n) {
    float: right;
  }

  .i-campus .txt {
    font-size: .3rem;
    line-height: .4rem;
  }

  .clearfixed {
    height: 1rem;
  }

  .sub-banner .text .cn {
    font-size: .68rem;
    line-height: .8rem;
  }

  .sub-banner .text .en {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .1rem;
  }

  .about-box {
    padding: .7rem 0;
  }

  .about-box .about {
    margin-top: .4rem;
  }

  .about-top {
    padding-top: .4rem;
  }

  .about-top .left {
    float: none;
  }

  .about-top .left .cn {
    font-size: .4rem;
    line-height: .5rem;
  }

  .about-top .left .en {
    font-size: .48rem;
    line-height: .58rem;
  }

  .about-top .right {
    float: none;
    width: 100%;
  }

  .about-top .con {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .4rem;
  }

  .about .img-box {
    margin-top: .5rem;
  }

  .team-box {
    padding: .7rem 0;
  }

  .person-box .img {
    float: none;
    width: 100%;
  }

  .person-box .text-box {
    position: static;
    width: 100%;
    padding: .4rem;
  }

  .person-box .text-box .tit {
    font-size: .36rem;
    line-height: .46rem;
  }

  .person-box .text-box .con {
    font-size: .24rem;
    line-height: .5rem;
    margin-top: .3rem;
    height: auto;
  }

  .person-box .text-box .con b {
    display: none;
  }

  .charm-box {
    padding: .7rem 0;
  }

  .charm-box .list {
    margin-top: .5rem;
  }

  .charm-box .list .row {
    margin: 0;
  }

  .charm-box .list .item {
    padding: 0;
    margin-bottom: .5rem;
  }

  .charm-box .list .txt {
    font-size: .3rem;
    line-height: 1rem;
  }

  .dialog-box .dialog {
    width: 80%;
  }

  .dialog-box .dialog .text {
    padding: .4rem;
  }

  .dialog-box .dialog .tit {
    font-size: .3rem;
    line-height: .4rem;
  }

  .dialog-box .dialog .con {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
  }

  .dialog-box .prev,
  .dialog-box .next {
    width: .23rem;
    height: .4rem;
  }

  .dialog-box .prev {
    left: -.5rem;
  }

  .dialog-box .next {
    right: -.5rem;
  }

  .dialog-box .dialog-close {
    width: .4rem;
    height: .4rem;
    right: -.5rem;
    top: -.5rem;
  }

  .news-box {
    padding: .7rem 0;
  }

  .news-box .list {
    margin-top: .5rem;
  }

  .news-box .list .item {
    padding: .5rem 0;
  }

  .news-box .list .item .img {
    float: none;
    width: 100%;
  }

  .news-box .list .item .text {
    position: static;
    transform: translateY(0);
    width: 100%;
    margin-top: .3rem;
  }

  .news-box .list .item .text .time {
    font-size: .24rem;
    line-height: .4rem;
  }

  .news-box .list .item .text .tit {
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .1rem;
  }

  .news-box .list .item .text .con {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
    height: auto;
  }

  .page a {
    width: .5rem;
    height: .5rem;
    font-size: .24rem;
    line-height: .5rem;
  }

  .page span {
    line-height: .5rem;
  }

  .page .prev,
  .page .next {
    background-size: .2rem;
  }

  .news-box .page {
    margin-top: .5rem;
  }

  .teacher-box {
    padding: .7rem 0;
  }

  .teacher-box .list {
    margin-top: .5rem;
  }

  .teacher-box .list .row {
    margin: 0;
  }

  .teacher-box .list .item {
    padding: 0;
    margin-bottom: .5rem;
  }

  .teacher-box .list .top-box {
    padding: .5rem 0;
  }

  .teacher-box .list .con-box .img {
    width: 60%;
  }

  .teacher-box .list .con-box .name {
    margin-top: .4rem;
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .4rem;
  }

  .teacher-box .list .con-box .desc {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
  }

  .teacher-box .list .read {
    padding: .3rem 0;
  }

  .teacher-dialog {
    width: 90%;
  }

  .teacher-dialog .img {
    float: none;
    width: 100%;
  }

  .teacher-dialog .text-box {
    width: 100%;
    position: static;
  }

  .teacher-dialog .text-box .desc {
    font-size: .24rem;
    line-height: .4rem;
  }

  .teacher-dialog .text-box .name {
    margin-top: .2rem;
  }

  .teacher-dialog .text-box .cn {
    font-size: .3rem;
    line-height: .4rem;
  }

  .teacher-dialog .text-box .en {
    font-size: .24rem;
    line-height: .4rem;
  }

  .teacher-dialog .text-box .top-box {
    background-color: #fff;
    padding: .3rem;
  }

  .teacher-dialog .text-box .con {
    padding: .3rem;
    font-size: .24rem;
    line-height: .4rem;
  }

  .teacher-dialog .buttons {

    position: static;
    padding: 0;
    margin: 0;
  }

  .teacher-dialog .buttons a {
    position: absolute;
    top: 28%;
    bottom: auto;
    margin: 0;
  }

  .teacher-dialog .buttons .prev {
    left: .3rem;
    background-image: url('../img/w-teacher-prev.png');
  }

  .teacher-dialog .buttons .next {
    right: .3rem;
    background-image: url('../img/w-teacher-next.png');
  }

  .teacher-dialog .teacher-close {
    right: .3rem;
    top: .5rem;
    background-image: url('../img/w-teacher-close.png');
  }

  .honor-box {
    padding: .7rem 0;
  }

  .honor-box .list {
    margin-top: .5rem;
  }

  .honor-box .list .row {
    margin: 0;
  }

  .honor-box .list .item {
    padding: 0;
    margin-bottom: .5rem;
  }

  .honor-box .list .txt {
    font-size: .3rem;
    line-height: 1rem;
    height: 1rem;
  }


  .activity-box {
    padding: .7rem 0;
  }

  .activity-box .activity {
    margin-top: .5rem;
  }

  .activity-box .activity .left {
    background-color: transparent;
  }

  .activity-box .activity .left .pc-tab {
    display: none;
  }

  .activity-box .activity .left {
    position: static;
    width: 100%;
  }

  .activity-box .activity .left .m-tab {
    display: block;
  }

  .activity-box .activity .left .m-tab .swiper-slide {
    width: auto;
    margin-right: .3rem;
  }

  .activity-box .activity .left .m-tab .swiper-slide:last-child {
    margin-right: 0;
  }

  .activity-box .activity .left .tit {
    padding: 0;
    font-size: .24rem;
    line-height: .4rem;
  }

  .activity-box .activity .left .tit:before {
    display: none;
  }

  .activity-box .activity .img-tab .txt {
    display: block;
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
  }

  .activity-box .activity .right {
    float: none;
    width: 100%;
  }

  .activity-box .activity .right .trans {
    display: none;
  }

  .activity-box .activity .img-tab {
    position: static;
    margin-top: .3rem;
  }

  .activity .img-tab .btns {
    position: static;
    margin-top: .3rem;
  }

  .activity .img-tab .btns .swiper-pagination-bullet:before {
    background-color: #226fd8;
  }

  .activity-box .activity .left .m-tab .swiper-slide.cur a {
    color: #226fd8;
  }

  .contact-box {
    padding: .7rem 0;
  }

  .about-top .sign-btn {
    width: 2rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
    margin-top: .3rem;
  }

  .profile-list {
    margin-top: .5rem;
  }

  .profile-list .row {
    margin: 0;
  }

  .profile-list .item {
    padding: 0;
    margin-bottom: .3rem;
  }

  .profile-list .con-box .tit {
    padding: .2rem .4rem .2rem 1rem;
    font-size: .3rem;
    background-size: .4rem;
    background-position: .4rem center;
  }

  .profile-list .con-box .con {
    padding: .4rem;
    height: auto;
    font-size: .24rem;
    line-height: .4rem;
  }

  .type-box {
    margin-top: .3rem;
  }

  .recruit-tit {
    font-size: .4rem;
    line-height: .5rem;
  }

  .type-box .list {
    margin-top: .3rem;
  }

  .type-box .list .row {
    margin: 0;
  }

  .type-box .list .item {
    padding: 0;
    margin-bottom: .5rem;
  }

  .type-box .list .item:last-child {
    margin-bottom: 0;
  }

  .type-box .list .text {
    padding: .4rem;
  }

  .type-box .list .text .tit {
    font-size: .3rem;
    line-height: .4rem;
  }

  .type-box .list .text .con {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
  }

  .condition-box {
    margin-top: .5rem;
  }

  .condition-box .list {
    margin-top: .5rem;
  }

  .condition-box .row {
    margin: 0;
  }

  .condition-box .item {
    padding: 0;
    margin-bottom: .5rem;
  }

  .condition-box .con-box {
    padding: .4rem;
  }

  .condition-box .con-box .icon {
    width: .8rem;
  }

  .condition-box .con-box .con {
    font-size: .3rem;
    height: auto;
    line-height: .4rem;
    margin-top: .3rem;
  }

  .condition-box .con-box .num {
    right: .5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .talent-list {
    padding: .5rem 0;
  }

  .talent-list .list-table {
    margin-top: .5rem;
  }

  .talent-list .list-table th {
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
  }

  .talent-list .list-table td {
    font-size: .24rem;
    line-height: .4rem;
    padding: .2rem;
  }

  .contact-box .top-box {
    margin-top: .5rem;
  }

  .contact-box .top-box .row {
    margin: 0;
  }

  .contact-box .top-box .item {
    margin-bottom: .5rem;
    padding: 0;
  }

  .contact-box .top-box .item:last-child {
    margin-bottom: 0;
  }

  .contact-box .top-box .con-box {
    height: auto;
    padding: .5rem .4rem;
  }

  .contact-box .top-box .icon {
    width: .4rem;
  }

  .contact-box .top-box .tit {
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .2rem;
  }

  .contact-box .top-box .line {
    margin-top: .2rem;
  }

  .contact-box .top-box .con {
    font-size: .24rem;
    line-height: .4rem;
  }

  .contact-box .top-box .tel {
    font-size: .48rem;
    line-height: .48rem;
  }

  .contact-box .top-box .guide-btn {
    width: 2rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
    margin-top: .3rem;
  }

  .contact-box .map-box {
    margin-top: .5rem;
    padding: .3rem;
  }

  .contact-box .map-box .map {
    height: 6rem;
  }

  .aside-btn {
    width: .7rem;
    padding: .6rem .2rem .2rem;
    font-size: .24rem;
    line-height: .3rem;
    background-position: center .24rem;
    background-size: .3rem;
    transform: translateY(calc(-50% + .5rem));
  }

  .aside-btn.on {
    left: -.7rem;
  }

  .aside-nav {
    transform: translateY(calc(-50% + .5rem));
    width: 4rem;
  }

  .aside-nav .aside-logo {
    padding: .3rem 1rem .3rem .4rem;
  }

  .aside-nav .list .tit {
    padding: .24rem .36rem .24rem .4rem;
    font-size: .3rem;
    line-height: .4rem;
  }

  .aside-nav .list .tit:before {
    width: .3rem;
    height: .18rem;
    margin-top: -.09rem;
    right: .4rem;
  }

  .aside-nav .list .navson {
    padding: 0 .36rem .3rem .4rem;
  }

  .aside-nav .list .navson a {
    font-size: .24rem;
    line-height: .4rem;
  }

  .aside-close {
    width: .3rem;
    height: .6rem;
    background-size: .1rem;
    right: -.3rem;
  }

  .schoollist-list {
    /*width: calc(100% - 1.4rem);*/
    margin: 0 auto;
    margin-top: .6rem;

  }

  .schoollist-list .left-list {
    width: 15%;
  }

  .schoollist-list .tit {
    font-size: .24rem;
    height: .8rem;
    line-height: .8rem;

  }

  .schoollist-list .right-list {
    width: calc(85% - 10px);

  }

  .schoollist-list .right-list .page {
    padding: .4rem 0;
  }

  .schoollist-list .right-list .li {}

  .schoollist-list .right-list .li1 {
    width: 20%;
  }

  .schoollist-list .right-list .li2 {
    width: 20%;
  }

  .schoollist-list .right-list .li3 {
    width: 60%;
  }

  .schoollist-list .right-list .items {
    font-size: 0;
  }

  .schoollist-list .right-list .items .li {
    line-height: .8rem;
    height: .8rem;
    font-size: .2rem;
    padding: 0;
  }

  .schoollist-list .right-list .txt {
    min-height: 8rem;
  }

  .pagination {
    margin: 0;
  }



  .schoollist-list .right-list .items .li {
    float: none;
    display: inline-block;
    overflow: visible;
    line-height: 1.2;
    vertical-align: middle;
    height: auto;

  }

  .schoollist-list .right-list .items {
    padding: 5% 0;
  }

  .schoollist-list .right-list .li2,
  .schoollist-list .right-list .li3 {
    width: 40%;
  }

  .schoollist .txt-swiper .swiper-slide {
    font-size: .2rem;
  }

  .txt-swiper .swiper-slide-active {
    font-size: .3rem;

  }
}