﻿body,
p,
h1,
h2,
h3,
h4,
h5,
li,
span,
i,
ul,
img,
a,
strong,
input,
button,
textarea,
select,
dd,
dl,
dt,
ol {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    font-family: "Arial", "microsoft yahei";
    font-size: 14px;
    color: #333;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style-type: none;
    float: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
area {
    text-decoration: none;
    outline: none;
    color: #000;
}

img {
    border: none;
    vertical-align: middle;
}

i,
var,
em {
    font-style: normal;
}

button {
    font-family: "Arial", "microsoft yahei";
    font-size: 14px;
    outline: none;
    cursor: pointer;
    border: none;
    line-height: 1;
}

input[type="submit"] {
    border: none;
}

iframe {
    border: none;
}

input,
select,
textarea {
    outline: none;
    font-family: "Arial", "microsoft yahei";
    font-size: 14px;
}

textarea {
    resize: none;
    overflow-y: auto;
}

.at {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.dt {
    display: table;
    width: 100%;
}

.fl-w {
    float: left;
    width: 100%;
}

.hide {
    display: none;
}

.ver-container {
    display: table;
    width: 100%;
    text-align: center;
}

.ver-container>* {
    vertical-align: middle;
    display: table-cell;
}

.swiper-button-disabled {
    cursor: no-drop !important;
    opacity: .5;
}

[class*=icon] {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=ico] {
    vertical-align: middle;
    display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.tops {
  width: 100%;
  background: url("../image/head_bg3.jpg") center no-repeat;
  height: 156px;
}
.tops .wid {
  max-width: 1196px;
}
.tops .logo {
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tops .labs {
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav {
  width: 100%;
  height: 58px;
  background-color: #2171cb;
}
.nav .list {
  width: auto;
}
.nav .list ul {
  margin: 0;
}
.nav .list ul li {
  line-height: 58px;
  margin: 0 14px;
  height: 58px;
}
.nav .list ul li h4 {
  margin: 0;
  line-height: 58px;
  padding: 0 22px;
  height: 58px;
}
.nav .list ul li h4 a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.nav .list ul li.goBack {
  position: relative;
  z-index: 8;
}
.nav .list ul li.goBack h4 {
  height: 80px;
  background-color: #145bab;
  position: relative;
  top: -11px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.35);
  line-height: 80px;
}
.nav .list ul li:hover h4 {
  background-color: #145bab;
}
.nav .search {
  width: auto;
  padding-left: 30px;
}
.nav .search .box {
  width: 72px;
  height: 58px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
.banner {
  width: 100%;
}
.banner .list {
  width: 100%;
}
.banner .list ul {
  margin: 0;
}
.banner .list ul li {
  width: 100%;
}
.banner .list ul li img {
  width: 100%;
}
.banner .list ul li img.wapImg {
  display: none;
}
.banner .list .swiper-pagination {
  bottom: 10px;
}
.banner .list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 8px;
  opacity: 0.8;
  background-color: #fff;
}
.banner .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #145bab;
  opacity: 1;
}
.containers {
  width: 100%;
  background-image: linear-gradient(to bottom, #fff, #fff, #fff, #fff, #edf1ff);
  float: left;
}
.containers .titles {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #2171cb;
  line-height: 71px;
  float: left;
}
.containers .titles .ico {
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.containers .titles .ico img {
  max-width: 90%;
}
.containers .titles .txt {
  width: calc(100% - 48px);
  height: 71px;
  line-height: 71px;
}
.containers .titles .txt span {
  font-size: 36px;
  color: #2171cb;
}
.containers .titles .txt a {
  color: #2171cb;
  text-decoration: none;
  float: right;
  line-height: 50px;
  padding-top: 20px;
}
.news {
  width: 100%;
  background-color: #ecf1ff;
  float: left;
  padding: 60px 0;
}
.news .wid {
  max-width: 1320px;
}
.news .wid .dynamic {
  width: 100%;
}
.news .wid .dynamic .conts {
  width: 100%;
  float: left;
  padding: 32px 0;
}
.news .wid .dynamic .conts .intrs {
  width: calc(100% - 6px);
  height: 306px;
  background-color: #fff;
}
.news .wid .dynamic .conts .intrs ul {
  width: 100%;
  margin: 0;
}
.news .wid .dynamic .conts .intrs ul li {
  width: 100%;
}
.news .wid .dynamic .conts .intrs ul li a {
  text-decoration: none;
}
.news .wid .dynamic .conts .intrs ul li .imgs {
  width: 100%;
  height: 250px;
}
.news .wid .dynamic .conts .intrs ul li .imgs img {
  width: 100%;
  height: 100%;
}
.news .wid .dynamic .conts .intrs ul li .txts {
  width: 100%;
  line-height: 56px;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
}
.news .wid .dynamic .conts .intrs .swiper-pagination {
  width: auto;
  right: 10px;
  left: initial;
  bottom: 20px;
}
.news .wid .dynamic .conts .intrs .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #7f9ce8;
  opacity: 1;
}
.news .wid .dynamic .conts .intrs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2171cb;
}
.news .wid .dynamic .conts .list {
  width: calc(100% - 6px);
  float: right;
  height: 306px;
}
.news .wid .dynamic .conts .list ul {
  width: 100%;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news .wid .dynamic .conts .list ul li a {
  width: 100%;
  height: 72px;
  background-color: #fff;
  padding: 15px 12px;
  display: flex;
  justify-content: space-between;
}
.news .wid .dynamic .conts .list ul li .time {
  width: 62px;
  padding: 0 8px;
}
.news .wid .dynamic .conts .list ul li .time span {
  display: block;
  width: 100%;
  line-height: 24px;
  border-bottom: 1px solid #838383;
  text-align: center;
  font-size: 20px;
  color: #838383;
}
.news .wid .dynamic .conts .list ul li .time i {
  font-size: 12px;
  color: #838383;
  text-align: center;
  line-height: 18px;
}
.news .wid .dynamic .conts .list ul li .text {
  width: calc(100% - 62px);
}
.news .wid .dynamic .conts .list ul li .text .tit {
  line-height: 24px;
  font-size: 14px;
  color: #404040;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .wid .dynamic .conts .list ul li .text .txt {
  line-height: 18px;
  font-size: 12px;
  color: #7d7d7d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .wid .notice {
  width: 100%;
}
.news .wid .notice .conts {
  width: 100%;
  padding: 32px 0;
  float: left;
}
.news .wid .notice .conts .list {
  width: 100%;
}
.news .wid .notice .conts .list ul {
  margin: 0;
  width: 100%;
  height: 306px;
  position: relative;
  margin-top: -12px;
}
.news .wid .notice .conts .list ul li {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #d7dae1;
}
.news .wid .notice .conts .list ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.news .wid .notice .conts .list ul li .time {
  width: 76px;
  height: 58px;
  border: 1px solid #2171cb;
}
.news .wid .notice .conts .list ul li .time span {
  width: 100%;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
  display: block;
  color: #2171cb;
}
.news .wid .notice .conts .list ul li .time i {
  display: inline-block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #2171cb;
}
.news .wid .notice .conts .list ul li .text {
  width: calc(100% - 76px);
  padding: 3px 0;
  padding-left: 20px;
  height: 58px;
  line-height: 26px;
  color: #404040;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.professional {
  width: 100%;
  float: left;
  padding: 66px 0;
}
.professional .list {
  width: 100%;
}
.professional .list ul {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.professional .list ul li {
  width: 32%;
  max-width: 405px;
  height: 469px;
  background-color: #2171cb;
  position: relative;
}
.professional .list ul li:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 100%;
  height: 100%;
  background: #2171cb;
  opacity: 0.3;
}
.professional .list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2171cb;
  opacity: 0.3;
  transform: rotate(-4deg);
}
.professional .list ul li .intr {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;
  padding: 0 48px;
  padding-top: 36px;
}
.professional .list ul li .intr .tits {
  width: 100%;
  line-height: 52px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.professional .list ul li .intr .tits span {
  display: inline-block;
  position: relative;
}
.professional .list ul li .intr .tits span:after {
  content: "";
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -1px;
  width: 16px;
  height: 3px;
  background-color: #fff;
}
.professional .list ul li .intr .tits span:before {
  content: "";
  position: absolute;
  right: -45px;
  top: 50%;
  margin-top: -1px;
  width: 16px;
  height: 3px;
  background-color: #fff;
}
.professional .list ul li .intr .imgs {
  width: 100%;
  border: 2px solid #fff;
  margin: 13px 0;
  float: left;
	height: 170px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.profes/sional .list ul li .intr .imgs img {
  width: 100%;
}
.professional .list ul li .intr .text {
  width: 100%;
}
.professional .list ul li .intr .text .txts {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  min-height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.professional .list ul li .intr .text .more {
  width: 100%;
}
.professional .list ul li .intr .text .more a {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  line-height: 48px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.professional .list ul li:nth-child(2):after {
  background: #4abfcd;
}
.professional .list ul li:nth-child(2):before {
  background: #4abfcd;
}
.professional .list ul li:nth-child(2) .intr {
  background-image: linear-gradient(90deg, #42aed7, #4abfcd);
}
.professional .list ul li:nth-child(3):after {
  background: #42d4b3;
}
.professional .list ul li:nth-child(3):before {
  background: #42d4b3;
}
.professional .list ul li:nth-child(3) .intr {
  background-image: linear-gradient(90deg, #4ac0ce, #42d4b3);
}
.inform {
  width: 100%;
}
.inform .intr {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.inform .intr .list {
  width: 100%;
  padding: 10px 0;
}
.inform .intr .list ul {
  width: 100%;
  margin: 0;
}
.inform .intr .list ul li {
  width: 100%;
}
.inform .intr .list ul li a {
  text-decoration: none;
}
.inform .intr .list ul li .time {
  width: 90px;
  line-height: 36px;
  text-align: right;
  color: #888;
}
.inform .intr .list ul li .txts {
  width: calc(100% - 110px);
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333;
}
.inform .school {
  width: 100%;
  min-height: 100px;
  float: left;
}
.inform .school .conts {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.inform .school .conts .imgs {
  width: 100%;
}
.inform .school .conts .imgs ul {
  width: 100%;
  margin: 0;
}
.inform .school .conts .imgs ul li {
  width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.inform .school .conts .imgs ul li a{
	display: block;
	width: 100%;
	height: 220px;
}
.info/rm .school .conts .imgs ul li img {
  width: 100%;
	
}
.inform .school .conts .imgs .swiper-pagination {
  width: auto;
  right: 30px;
  left: initial;
  bottom: 10px;
}
.inform .school .conts .imgs .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
}
.inform .school .conts .imgs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2171cb;
}
.inform .school .conts .list {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.inform .school .conts .list ul {
  width: 100%;
  margin: 0;
}
.inform .school .conts .list ul li {
  width: 100%;
}
.inform .school .conts .list ul li a {
  text-decoration: none;
}
.inform .school .conts .list ul li .time {
  width: 90px;
  line-height: 30px;
  text-align: right;
  color: #888;
}
.inform .school .conts .list ul li .txts {
  width: calc(100% - 110px);
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333;
}
.inform .listInf {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.inform .listInf ul {
  width: 100%;
}
.inform .listInf ul li {
  width: 48%;
}
.inform .listInf ul li .imgs {
  width: 100%;
}
.inform .listInf ul li .imgs img {
  width: 100%;
  height: 290px;
}
.inform .listInf ul li .text {
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.inform .listInf ul li .text .time {
  width: 70px;
  text-align: center;
}
.inform .listInf ul li .text .time span {
  display: block;
  line-height: 30px;
  font-size: 24px;
  color: #2171cb;
}
.inform .listInf ul li .text .time i {
  display: block;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.inform .listInf ul li .text .txts {
  width: calc(100% - 70px);
  text-align: left;
  line-height: 54px;
  padding: 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
}
.inform .listInf .swiper-button-prev {
  width: 36px;
  height: 74px;
  background: rgba(33,113,203,0.5);
  left: 0;
  top: 50%;
  margin-top: -77px;
  outline: none;
}
.inform .listInf .swiper-button-prev:after {
  color: #fff;
  font-size: 28px;
}
.inform .listInf .swiper-button-prev:hover {
  background-color: #2171cb;
}
.inform .listInf .swiper-button-next {
  width: 36px;
  height: 74px;
  outline: none;
  background: rgba(33,113,203,0.5);
  right: 0;
  top: 50%;
  margin-top: -77px;
}
.inform .listInf .swiper-button-next:after {
  color: #fff;
  font-size: 28px;
}
.inform .listInf .swiper-button-next:hover {
  background-color: #2171cb;
}
.teacher {
  width: 100%;
}
.teacher .conts {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.teacher .conts .intr {
  width: calc(100% - 6px);
  margin-bottom: 12px;
  float: left;
}
.teacher .conts .intr .imgs {
  width: calc(100% - 6px);
}
.teacher .conts .intr .imgs img {
  width: 100%;
  height: 240px;
}
.teacher .conts .intr .imgs.he566 {
  margin: 0 auto;
}
.teacher .conts .intr .imgs.he566 img {
  height: 490px;
}
.teacher .conts .intr.intr-fr {
  float: right;
  width: 100%;
}
.teacher .conts .intr.intr-fr .imgs {
  width: 100%;
}
.teacher .conts .intr.intr-fr .imgs img {
  height: 240px;
}
.teacher .conts .intr.intr-fr .imgs:nth-child(2) {
  margin-top: 12px;
}
.teacher .conts .intr.intr-fr .imgs:nth-child(2) img {
  height: 240px;
}
.teacher .conts .intr:nth-child(2) .imgs img {
  height: 240px;
}
.introduce {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 30px;
}
.introduce .title {
  width: 100%;
  line-height: 60px;
  text-align: center;
}
.introduce .title span {
  display: inline-block;
  padding: 0 10px;
  font-size: 36px;
  color: #2171cb;
  position: relative;
}
.introduce .title span:after {
  content: "";
  position: absolute;
  left: -180px;
  top: 50%;
  width: 172px;
  height: 1px;
  background-color: #2171cb;
}
.introduce .title span:before {
  content: "";
  position: absolute;
  right: -180px;
  top: 50%;
  width: 172px;
  height: 1px;
  background-color: #2171cb;
}
.introduce .conts {
  width: 100%;
}
.introduce .conts .list {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.introduce .conts .list ul {
  width: 100%;
  margin: 0;
}
.introduce .conts .list ul li {
  width: 430px;
  background-color: #fff;
}
.introduce .conts .list ul li .imgs {
  width: 100%;
}
.introduce .conts .list ul li .imgs img {
  width: 100%;
}
.introduce .conts .list ul li .text {
  width: 100%;
  line-height: 88px;
  text-align: center;
  font-size: 20px;
  color: #424242;
}
.introduce .conts .list .swiper-button-prev {
  width: 36px;
  height: 74px;
  background: rgba(33,113,203,0.5);
  left: 0;
  top: 50%;
  margin-top: -57px;
}
.introduce .conts .list .swiper-button-prev:after {
  color: #fff;
  font-size: 28px;
}
.introduce .conts .list .swiper-button-prev:hover {
  background-color: #2171cb;
}
.introduce .conts .list .swiper-button-next {
  width: 36px;
  height: 74px;
  background: rgba(33,113,203,0.5);
  right: 0;
  top: 50%;
  margin-top: -57px;
}
.introduce .conts .list .swiper-button-next:after {
  color: #fff;
  font-size: 28px;
}
.introduce .conts .list .swiper-button-next:hover {
  background-color: #2171cb;
}
.footer {
  width: 100%;
}
.footer .links {
  height: 170px;
  background-color: #2171cb;
  width: 100%;
  float: left;
}
.footer .links .logo {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer .links .logo img {
  max-width: 80%;
  max-height: 80%;
}
.footer .links .list {
  width: 100%;
}
.footer .links .list ul {
  margin: 0;
  width: 100%;
}
.footer .links .list ul li {
  width: 25%;
  text-align: center;
  line-height: 170px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.footer .links .list ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer .copyright {
  width: 100%;
  line-height: 34px;
  padding: 25px 0;
  background-color: #0a53a5;
  float: left;
}
.footer .copyright .wid {
  max-width: 1400px;
}
.footer .copyright .text {
  width: 100%;
  text-align: center;
}
.footer .copyright .text span {
  color: #fff;
  margin: 0 30px;
}
.wap-nav {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 2px solid #0a53a5;
  padding: 0 12px;
}
.wap-nav .logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
}
.wap-nav .logo img {
  max-width: 100%;
}
.wap-nav .menu {
  width: 40px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-nav .menu i {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #0a53a5;
  position: relative;
}
.wap-nav .menu i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #0a53a5;
}
.wap-nav .menu i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #0a53a5;
}
.wap-nav .menu.acti i {
  background: none;
}
.wap-nav .menu.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-nav .menu.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-nav .wap-slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #fff;
  z-index: 89;
  padding-bottom: 20px;
  display: none;
  border-top: 1px solid #0a53a5;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.wap-nav .wap-slide .list {
  width: 100%;
  padding: 10px 30px;
}
.wap-nav .wap-slide .list ul {
  width: 100%;
  margin: 0;
}
.wap-nav .wap-slide .list ul li {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
}
.wap-nav .wap-slide .list ul li h4 {
  font-weight: normal;
  font-size: 14px;
}
.wap-nav .wap-slide .list ul li h4 a {
  color: #0a53a5;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .nav .list ul li h4 {
    padding: 0 16px;
  }
  .nav .list ul li {
    margin: 0 10px;
  }
  .nav .search {
    padding-left: 0;
  }
}
@media screen and (max-width: 1050px) {
  .nav .list ul li h4 {
    padding: 0 10px;
  }
  .tops .logo img {
    height: 48px;
  }
  .tops .labs img {
    height: 36px;
  }
}
@media screen and (max-width: 993px) {
  .wid {
    padding: 0 15px;
  }
  .professional .list ul li .intr .tits span {
    font-size: 18px;
  }
  .professional .list ul li .intr {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding: 0 !important;
  }
  .news .wid .dynamic .conts .intrs {
    width: 100%;
  }
  .news .wid .dynamic .conts .list {
    width: 100%;
    margin-top: 15px;
  }
  .news {
    padding: 15px 0;
  }
  .professional .list ul li {
    width: 90%;
    margin: 0 auto;
    margin: 0 5%;
    margin-bottom: 30px;
  }
  .professional .list ul {
    display: initial;
  }
  .professional {
    padding: 20px 0;
  }
  .school,
  .service {
    padding: 0 15px;
  }
  .teacher {
    padding: 0 15px;
  }
  .teacher .conts .intr .imgs {
    width: 100%;
    margin-top: 10px;
  }
  .teacher .conts {
    padding: 15px 0;
  }
  .introduce .conts .list ul li {
    width: 80%;
  }
  .containers .titles {
    height: 48px;
  }
  .containers .titles .ico img {
    max-width: 70%;
    max-height: 60%;
  }
  .containers .titles .txt {
    line-height: 47px;
  }
  .containers .titles .txt span {
    font-size: 24px;
  }
  .containers .titles .txt a {
    line-height: 47px;
    padding-top: 0;
  }
  .news .wid .notice .conts .list ul li .text {
    font-size: 14px;
  }
  .introduce .conts .list ul li .text {
    height: 48px;
    line-height: 48px;
  }
  .introduce .conts .list {
    padding: 20px 0;
  }
  .introduce .title span {
    font-size: 24px;
  }
  .introduce .title span:before {
    width: 120px;
    right: -130px;
  }
  .introduce .title span:after {
    width: 120px;
    left: -130px;
  }
  .inform .listInf ul li .imgs img {
    height: 160px;
  }
  .banner .list ul li img.wapImg {
    display: block;
  }
  .banner .list ul li img.pcImg {
    display: none;
  }
  .footer .links .logo {
    height: 100px;
  }
  .footer .links .logo img {
    max-height: 90%;
  }
  .footer .links .list ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .links {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .footer .copyright .text span {
    margin: 0 10px;
    font-size: 13px;
    line-height: 24px;
  }
	.footer .copyright .text span:nth-child(1), .footer .copyright .text span:nth-child(2){
		display: block;
	}
  .footer .copyright {
    padding: 12px 0;
  }
  .introduce .conts {
    padding: 0 15px;
  }
}