* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-size: initial;
  font-family: 'Microsoft YaHei', '微软雅黑';
}
img {
  border: none;
}
table {
  border-collapse: collapse;
}
.clearfix,
.clear {
  clear: both;
}
.banner {
  width: 100%;
}
.banner a {
  display: block;
  width: 100%;
}
.banner a img {
  display: block;
  width: 100%;
}
.page {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.page a {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  color: #333;
  margin: 0 5px;
  font-size: 16px;
  transition: all 0.5s ease;
  min-width: 45px;
}
.page a.curpage {
  color: #fff;
  background: #2b82ff;
  border: 1px solid #2b82ff;
}
.page a:hover {
  color: #fff;
  background: #2b82ff;
  border: 1px solid #2b82ff;
}
.page .pgejump,
.page .pageinfo {
  display: none;
}
.page .pn p {
  text-align: right;
  float: right;
  width: 100%;
  font-size: 16px;
  color: #666;
  display: inline-block;
  max-width: 48%;
  width: auto;
  transition: all 0.3s ease;
  padding: 5px;
  border-radius: 5px;
}
.page .pn p:first-child {
  text-align: left;
  float: left;
}
.page .pn p:hover {
  background: #2b82ff;
  color: #fff;
}
.page .pn p a {
  display: inline;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  min-width: initial;
  line-height: 28px;
}
.inner {
  margin: 0 auto;
  height: 100%;
  width: 1400px;
  position: relative;
}
.index-top {
  height: 30px;
  width: 100%;
  background: #1a4f99;
  line-height: 30px;
}
.index-top p {
  font-size: 14px;
  color: #ccc;
  float: left;
}
.index-top p span {
  font-size: 14px;
  color: #fff;
}
.index-top .weather {
  float: right;
  width: 280px;
  height: 30px;
}
.header {
  height: 130px;
  background: #2b82ff;
}
.header .left {
  float: left;
  padding-top: 30px;
}
.header .right {
  float: right;
  padding-top: 18px;
}
.header .right .top {
  width: 262px;
  float: right;
  position: relative;
}
.header .right .top form {
  width: 190px;
  height: 32px;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
}
.header .right .top form input {
  width: 140px;
  border: none;
  outline: none;
  height: 30px;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 1px;
  font-size: 14px;
}
.header .right .top form button {
  border: none;
  outline: none;
  background: #fff;
  margin-top: 4px;
}
.header .right .top #phone:hover .phone-ewm,
.header .right .top #wx:hover .wx-ewm {
  display: block;
}
.header .right .top .phone {
  margin-left: 10px;
}
.header .right .top .wx {
  margin-left: 10px;
}
.header .right .top .phone-ewm,
.header .right .top .wx-ewm {
  position: absolute;
  top: 0;
  right: -108px;
  width: 94px;
  height: 109px;
  padding: 5px 0 0 10px;
  background: url(../images/bbj.png) no-repeat center;
}
.header .right .top .phone-ewm img,
.header .right .top .wx-ewm img {
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 3px;
}
.header .right .top .phone-ewm p,
.header .right .top .wx-ewm p {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.header .right .top .phone-ewm {
  right: -60px;
  display: none;
}
.header .right .top .wx-ewm {
  display: none;
}
.header .right .nav > ul > li {
  float: left;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  position: relative;
}
.header .right .nav > ul > li:hover {
  background: rgba(255, 255, 255, 0.9);
}
.header .right .nav > ul > li:hover a {
  color: #1a4f99;
}
.header .right .nav > ul > li:hover > ul {
  display: block;
}
.header .right .nav > ul > li > a {
  color: #fff;
}
.header .right .nav > ul > li:nth-child(4) > ul li {
  padding: 0;
}
.header .right .nav > ul > li:nth-child(5) > ul li {
  padding: 0;
}
.header .right .nav > ul > li > ul {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  display: none;
}
.header .right .nav > ul > li > ul li {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
}
.header .right .nav > ul > li > ul li:hover {
  background: #2b82ff;
}
.header .right .nav > ul > li > ul li:hover a {
  color: #fff;
}
.header .right .nav > ul > li > ul li a {
  color: #1a4f99;
}
header {
  width: 100%;
  height: 50px;
  background: #2b82ff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  height: 34px;
}
header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .inner .logo a img {
  min-width: 100%;
  height: 100%;
}
header .inner .trigger {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .inner .trigger.active i {
  background: #fff;
}
header .inner .trigger.active i:first-child {
  transform: translateY(10px) rotate(45deg);
}
header .inner .trigger.active i:nth-child(2) {
  opacity: 0;
}
header .inner .trigger.active i:last-child {
  transform: translateY(-11px) rotate(-45deg);
}
header .inner .trigger i {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.5s ease;
}
header .sidebar {
  width: 60%;
  height: calc(100% - 50px);
  position: fixed;
  right: -60%;
  top: 50px;
  background: rgba(0, 0, 0, 0.78);
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 9;
}
header .sidebar[data-show] {
  right: 0%;
}
header .sidebar ul {
  display: none;
}
header .sidebar > ul {
  display: block;
}
header .sidebar > ul > li {
  border-bottom: 1px solid #fff;
}
header .sidebar > ul li {
  width: 100%;
  position: relative;
}
header .sidebar > ul li a {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
header .sidebar > ul li .slide {
  width: 25%;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar > ul li .slide[data-slide] img {
  transform: rotate(180deg);
}
header .sidebar > ul li .slide img {
  width: 15px;
  height: 15px;
  margin: auto;
  transition: all 0.5s ease;
}
header .mask {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  display: none;
}
.banner .banner-pagination {
  position: absolute;
  z-index: 9;
  text-align: right;
  padding: 0 17%;
  bottom: 30px;
}
.banner .banner-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: inherit;
  opacity: 1;
  border: 2px solid #fff;
}
.banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.general {
  height: 46px;
  line-height: 34px;
  border-bottom: 3px solid #2b82ff;
  padding-bottom: 12px;
  margin: 18px 0;
}
.general h3 {
  font-size: 22px;
  color: #484848;
  background: url(../images/news-img.png) no-repeat 0 center;
  background-size: 32px 32px;
  padding-left: 42px;
  float: left;
}
.general .move {
  font-size: 14px;
  color: #2b82ff;
  float: right;
  line-height: 46px;
}
.schoolNews .left {
  float: left;
  width: 678px;
}
.schoolNews .left ul li:nth-child(1) {
  height: 106px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 22px;
}
.schoolNews .left ul li:nth-child(1):hover h3 a {
  color: #2b82ff;
}
.schoolNews .left ul li:nth-child(1) h3 {
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.schoolNews .left ul li:nth-child(1) h3 a {
  color: #333;
  width: 100%;
}
.schoolNews .left ul li:nth-child(1) p {
  width: 558px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  float: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.schoolNews .left ul li:nth-child(1) p a {
  color: #2b82ff;
  width: 43px;
  display: inline-block;
  vertical-align: bottom;
}
.schoolNews .left ul li:nth-child(1) .right {
  width: 68px;
  height: 60px;
  float: right;
  text-align: center;
}
.schoolNews .left ul li:nth-child(1) .right h4 {
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  color: #fff;
  background: #2b82ff;
}
.schoolNews .left ul li:nth-child(1) .right p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #2b82ff;
  background: #e5e5e5;
}
.schoolNews .left ul li {
  line-height: 38px;
  height: 38px;
}
.schoolNews .left ul li:hover a {
  color: #2b82ff;
}
.schoolNews .left ul li i {
  width: 5px;
  height: 5px;
  background: #ccc;
  display: inline-block;
  margin-top: 18px;
  margin-right: 15px;
  float: left;
}
.schoolNews .left ul li a {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 536px;
}
.schoolNews .left ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
}
.schoolNews .right {
  float: right;
  width: 700px;
  height: 400px;
}
.schoolNews .right #dynamic {
  width: 100%;
  height: 100%;
}
.schoolNews .right #dynamic .wrap img {
  width: 100%;
}
.schoolNews .right #dynamic .wrap .content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), #000);
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  padding: 0 240px 0 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.schoolNews .right #dynamic .dynamic-pagination {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  text-align: right;
  left: initial;
  right: 0;
  width: auto;
  padding-right: 12px;
}
.schoolNews .right #dynamic .dynamic-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: inherit;
  background: #f6f6f6;
  opacity: 1;
  text-align: center;
  color: #666;
  line-height: 20px;
}
.schoolNews .right #dynamic .dynamic-pagination .swiper-pagination-bullet-active {
  background: #2b82ff;
  color: #fff;
}
.set {
  width: 100%;
  height: 400px;
  background: #f3f6fc;
  margin-top: 25px;
  padding-top: 48px;
}
.set .item {
  width: 32.3%;
  height: 304px;
  float: left;
  margin-left: 40px;
}
.set .item:first-child {
  margin-left: 0;
}
.set .item h4 {
  font-size: 22px;
  color: #484848;
  line-height: 50px;
  padding-left: 46px;
}
.set .item h4 a {
  font-size: 14px;
  color: #2b82ff;
  display: inline-block;
  float: right;
}
.set .item ul li {
  line-height: 36px;
  height: 36px;
  position: relative;
  padding-left: 15px;
}
.set .item ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.set .item ul li:hover a {
  color: #2b82ff;
}
.set .item ul li a {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 85%;
}
.set .item ul li span {
  float: right;
  font-size: 14px;
  color: #999;
}
.set .video h4 {
  background: url(../images/video.png) no-repeat 0 center;
}
.set .video img {
  width: 100%;
}
.set .teach {
  width: 30%;
}
.set .teach h4 {
  background: url(../images/Information.png) no-repeat 0 center;
}
.set .notice {
  width: 31%;
}
.set .notice h4 {
  background: url(../images/bulletin.png) no-repeat 0 center;
}
.set .notice .move {
  display: inline-block;
  font-size: 0;
  margin-top: 10px;
}
.set .notice .move img {
  width: 100%;
}
.teaching .general h3 {
  background: url(../images/teaching.png) no-repeat 0 center;
}
.teaching .general ul {
  float: right;
}
.teaching .general ul li {
  float: left;
}
.teaching .general ul li.active1 a {
  color: #2b82ff;
}
.teaching .general ul li a {
  color: #666;
  border-left: 1px solid #666;
  padding: 0 10px;
}
.teaching .general ul li:first-child a {
  border-left: none;
}
.teaching .research .left {
  float: left;
  width: 660px;
  height: 430px;
}
.teaching .research .left ul li {
  width: 100%;
  height: 128px;
  margin-top: 22px;
}
.teaching .research .left ul li:first-child {
  margin-top: 0;
}
.teaching .research .left ul li:hover .left img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.teaching .research .left ul li:hover .right h4 a {
  color: #2b82ff;
}
.teaching .research .left ul li .left {
  width: 218px;
  height: 100%;
  font-size: 0;
  display: inline-block;
  overflow: hidden;
}
.teaching .research .left ul li .left img {
  width: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.teaching .research .left ul li .right {
  float: right;
  width: 64%;
  height: 100%;
}
.teaching .research .left ul li .right h4 a {
  font-weight: initial;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 34px;
  display: inline-block;
  width: 100%;
}
.teaching .research .left ul li .right p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.teaching .research .left ul li .right p a {
  font-size: 14px;
  color: #2b82ff;
}
.teaching .research .left ul li .right span {
  font-size: 14px;
  color: #999;
  line-height: 42px;
}
.teaching .research .right {
  width: 722px;
  float: right;
}
.teaching .research .right .top {
  border-bottom: 1px dashed #ccc;
}
.teaching .research .right .top ul li {
  float: left;
  width: 350px;
  margin-left: 22px;
}
.teaching .research .right .top ul li:first-child {
  margin-left: 0;
}
.teaching .research .right .top ul li:hover div img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.teaching .research .right .top ul li:hover p {
  color: #2b82ff;
}
.teaching .research .right .top ul li a {
  display: inline-block;
  width: 100%;
}
.teaching .research .right .top ul li div {
  width: 100%;
  height: 180px;
  overflow: hidden;
  font-size: 0;
}
.teaching .research .right .top ul li div img {
  width: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.teaching .research .right .top ul li p {
  color: #333;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 10px 0;
}
.teaching .research .right .bottom {
  padding-top: 12px;
}
.teaching .research .right .bottom ul li {
  position: relative;
  line-height: 30px;
  height: 30px;
  padding-left: 20px;
}
.teaching .research .right .bottom ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #ccc;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.teaching .research .right .bottom ul li:hover a {
  color: #2b82ff;
}
.teaching .research .right .bottom ul li a {
  display: inline-block;
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.teaching .research .right .bottom ul li span {
  float: right;
  font-size: 14px;
  color: #999;
}
.teaching {
  display: block;
}
.teaching-yd {
  display: none;
}
.recruit {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
}
.recruit img {
  width: 100%;
}
.recruit1 {
  display: none;
}
.moralEducation .general h3 {
  background: url(../images/deyu.png) no-repeat 0 center;
}
.moralEducation .general ul {
  float: right;
}
.moralEducation .general ul li {
  float: left;
}
.moralEducation .general ul li.active a {
  color: #2b82ff;
}
.moralEducation .general ul li a {
  color: #666;
  border-left: 1px solid #666;
  padding: 0 10px;
}
.moralEducation .general ul li:first-child a {
  border-left: none;
}
.moralEducation .deyu .top {
  width: 100%;
  height: 130px;
}
.moralEducation .deyu .top ul li {
  width: 686px;
  height: 100%;
  margin-left: 28px;
  float: left;
}
.moralEducation .deyu .top ul li:first-child {
  margin-left: 0;
}
.moralEducation .deyu .top ul li:hover .left img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.moralEducation .deyu .top ul li:hover .right h4 a {
  color: #2b82ff;
}
.moralEducation .deyu .top ul li .left {
  width: 218px;
  height: 130px;
  font-size: 0;
  display: inline-block;
  overflow: hidden;
}
.moralEducation .deyu .top ul li .left img {
  width: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.moralEducation .deyu .top ul li .right {
  float: right;
  width: 65%;
  height: 100%;
}
.moralEducation .deyu .top ul li .right h4 a {
  font-weight: initial;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 34px;
  display: inline-block;
  width: 100%;
}
.moralEducation .deyu .top ul li .right p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.moralEducation .deyu .top ul li .right p a {
  font-size: 14px;
  color: #2b82ff;
}
.moralEducation .deyu .top ul li .right span {
  font-size: 14px;
  color: #999;
  line-height: 42px;
}
.moralEducation .deyu .bottom {
  padding-top: 14px;
}
.moralEducation .deyu .bottom ul li {
  position: relative;
  line-height: 30px;
  height: 30px;
  padding-left: 20px;
  width: 49%;
  float: left;
  margin-left: 28px;
}
.moralEducation .deyu .bottom ul li:nth-child(odd) {
  margin-left: 0;
}
.moralEducation .deyu .bottom ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #ccc;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.moralEducation .deyu .bottom ul li:hover a {
  color: #2b82ff;
}
.moralEducation .deyu .bottom ul li a {
  display: inline-block;
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.moralEducation .deyu .bottom ul li span {
  float: right;
  font-size: 14px;
  color: #999;
}
.moralEducation {
  display: block;
}
.moralEducation-yd {
  display: none;
}
.campus {
  width: 100%;
  height: 356px;
  background: #f3f6fc;
  margin: 30px 0;
  padding: 30px 0;
}
.campus h3 {
  line-height: 35px;
  padding-left: 42px;
  font-size: 18px;
  color: #484848;
  background: url(../images/dcxy.png) no-repeat 0 center;
}
.campus h3 a {
  float: right;
  font-size: 14px;
  color: #2b82ff;
}
.campus #campus {
  margin-top: 30px;
  height: 223px;
}
.campus #campus .swiper-slide {
  overflow: hidden;
}
.campus #campus .swiper-slide:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.campus #campus .swiper-slide img {
  display: block;
  width: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.campus .swiper-button-next,
.campus .swiper-button-prev {
  width: 36px;
  height: 44px;
  margin-top: 6px;
  -moz-background-size: 36px 44px;
  -webkit-background-size: 36px 44px;
  background-size: 36px 44px;
}
.campus .swiper-button-prev,
.campus .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/left.png);
  left: -50px;
}
.campus .swiper-button-next,
.campus .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/right.png);
  right: -50px;
}
.footer .top {
  width: 100%;
  height: 202px;
  background: #1f5eb6;
}
.footer .top .left {
  float: left;
  padding: 60px 0px;
}
.footer .top .left .upon {
  margin-bottom: 30px;
}
.footer .top .left .upon li {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #e5e5e5;
}
.footer .top .left .upon li:first-child {
  margin-right: 30px;
}
.footer .top .left .upon li:nth-child(2) a {
  border-left: none;
  padding-left: 0;
}
.footer .top .left .upon li:hover a {
  color: #fff;
}
.footer .top .left .upon li a {
  color: #e5e5e5;
  font-size: 15px;
  font-weight: initial;
  padding: 0 10px;
  border-left: 1px solid #e5e5e5;
}
.footer .top .left .down li {
  font-size: 15px;
  color: #fff;
  float: left;
  margin-right: 48px;
  height: 25px;
  line-height: 25px;
  padding-left: 35px;
}
.footer .top .left .down li:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #e5e5e5;
  margin-right: 30px;
  padding-left: 0;
}
.footer .top .left .down li:nth-child(2) {
  background: url(../images/dh.png) no-repeat 0 center;
  background-size: 25px 25px;
}
.footer .top .left .down li:nth-child(3) {
  background: url(../images/cz.png) no-repeat 0 center;
  background-size: 25px 25px;
}
.footer .top .left .down li:nth-child(4) {
  margin-right: 0;
  background: url(../images/dz.png) no-repeat 0 center;
  background-size: 25px 25px;
}
.footer .top .right {
  float: right;
  padding: 29px 0px;
}
.footer .top .right ul li {
  float: left;
  margin-left: 48px;
  text-align: center;
}
.footer .top .right ul li img {
  width: 110px;
  height: 110px;
}
.footer .top .right ul li p {
  font-size: 14px;
  color: #e5e5e5;
  margin-top: 10px;
}
.footer .bottom {
  width: 100%;
  height: 40px;
  background: #1a4f99;
}
.footer .bottom p {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #e5e5e5;
}
.footer .bottom p a {
  font-size: 14px;
  color: #e5e5e5;
}
.footer .bottom p a:hover {
  color: #fff;
}
footer {
  display: none;
}
.list-banner {
  width: 100%;
  max-width: 1920px;
  font-size: 0;
  margin: 0 auto;
}
.list-banner img {
  width: 100%;
}
.list-current {
  width: 100%;
  height: 60px;
  background: #f3f6fc;
}
.list-current .left {
  padding-top: 22px;
  color: #666;
}
.list-current .left i {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url(../images/sy.jpg) no-repeat center;
}
.list-current .left span {
  font-size: 14px;
  color: #666;
}
.list-current .left a {
  font-size: 14px;
  color: #666;
}
.navigation {
  margin-bottom: 10px;
}
.navigation ul li {
  float: left;
  margin-left: 40px;
  height: 80px;
  line-height: 80px;
}
.navigation ul li:first-child {
  margin-left: 0;
}
.navigation ul li:hover a {
  color: #2b82ff;
  border-bottom: 4px solid #2b82ff;
  padding-bottom: 10px;
}
.navigation ul li a {
  font-size: 20px;
  color: #333;
}
.navigation ul li.modern a {
  color: #2b82ff;
  border-bottom: 4px solid #2b82ff;
  padding-bottom: 10px;
}
.list-img,
.list-video {
  min-height: 700px;
}
.list-img ul li,
.list-video ul li {
  float: left;
  width: 328px;
  margin-left: 29px;
  margin-bottom: 30px;
}
.list-img ul li:nth-child(4n+1),
.list-video ul li:nth-child(4n+1) {
  margin-left: 0;
}
.list-img ul li:hover,
.list-video ul li:hover {
  background: #f3f6fc;
}
.list-img ul li:hover .top img,
.list-video ul li:hover .top img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.list-img ul li:hover .one,
.list-video ul li:hover .one {
  background: #2b82ff;
}
.list-img ul li:hover .list-title,
.list-video ul li:hover .list-title {
  color: #2b82ff;
}
.list-img ul li .top,
.list-video ul li .top {
  width: 100%;
  height: 238px;
  font-size: 0;
  overflow: hidden;
}
.list-img ul li .top img,
.list-video ul li .top img {
  min-width: 100%;
  height: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.list-img ul li .one,
.list-video ul li .one {
  width: 44px;
  height: 1px;
  background: #333;
  margin: 25px 0 15px 8px;
}
.list-img ul li .list-title,
.list-video ul li .list-title {
  color: #333;
  margin-bottom: 30px;
  height: 28px;
  line-height: 28px;
  padding: 0 80px 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-img ul li .list-title {
  background: url(../images/img1.png) no-repeat 286px center;
}
.list-img ul li:hover .list-title {
  background: url(../images/img2.png) no-repeat 286px center;
}
.list-imgs ul li {
  width: 453px;
  border-radius: 10px;
  float: left;
  margin-left: 20px;
  padding: 15px 20px;
  border: 1px solid #DCEEFF;
  background: #F1F8FF;
  margin-bottom: 20px;
}
.list-imgs ul li:nth-child(3n+1) {
  margin-left: 0;
}
.list-imgs ul li:hover h4 {
  color: #2b82ff;
}
.list-imgs ul li:hover .top img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.list-imgs ul li h4 {
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.list-imgs ul li .time {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}
.list-imgs ul li .top {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
}
.list-imgs ul li .top img {
  width: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  display: block;
}
.list-imgs ul li .one {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  line-height: 25px;
  margin-bottom: 20px;
}
.list-imgs ul li .move {
  color: #319EF0;
}
.list-video ul li .list-title {
  background: url(../images/bfq.png) no-repeat 286px center;
}
.list-video ul li:hover .list-title {
  background: url(../images/bfq1.png) no-repeat 286px center;
}
.list-news {
  min-height: 700px;
}
.list-news ul li {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ccc;
  padding-left: 25px;
  transition: all 0.5s ease;
}
.list-news ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ccc;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.list-news ul li:hover {
  height: 60px;
  line-height: 60px;
}
.list-news ul li:hover a {
  color: #2b82ff;
}
.list-news ul li a {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.list-news ul li span {
  float: right;
  color: #999;
  font-size: 14px;
}
.list-news-img {
  min-height: 700px;
}
.list-news-img ul li {
  width: 100%;
  height: 196px;
  border-bottom: 1px solid #f3f6fc;
  padding: 26px 0 26px 20px;
}
.list-news-img ul li:hover {
  background: #f3f6fc;
}
.list-news-img ul li:hover .left img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.list-news-img ul li:hover .amid a {
  color: #2b82ff;
}
.list-news-img ul li:hover .right span {
  background: url(../images/wz1.png) no-repeat center;
}
.list-news-img ul li .left,
.list-news-img ul li .amid,
.list-news-img ul li .right {
  float: left;
}
.list-news-img ul li .left {
  width: 200px;
  height: 140px;
  overflow: hidden;
  font-size: 0;
  margin-right: 24px;
}
.list-news-img ul li .left img {
  width: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.list-news-img ul li .amid {
  width: 70%;
  margin-right: 74px;
  padding-top: 34px;
}
.list-news-img ul li .amid a {
  color: #333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  display: inline-block;
  font-size: 18px;
}
.list-news-img ul li .amid p {
  font-size: 14px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.list-news-img ul li .right {
  width: 78px;
  padding-top: 36px;
}
.list-news-img ul li .right p {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}
.list-news-img ul li .right span {
  width: 24px;
  height: 26px;
  display: inline-block;
  float: right;
  background: url(../images/wz.png) no-repeat center;
}
.list-news-garden {
  min-height: 700px;
}
.list-news-garden ul li {
  width: 100%;
  height: 138px;
  border-bottom: 1px solid #f3f6fc;
  padding: 18px 0 0 50px;
}
.list-news-garden ul li:hover {
  background: #f3f6fc;
}
.list-news-garden ul li:hover .left {
  background: url(../images/do2.png) no-repeat center;
}
.list-news-garden ul li:hover .amid a {
  color: #2b82ff;
}
.list-news-garden ul li:hover .right span {
  background: url(../images/shu2.png) no-repeat center;
}
.list-news-garden ul li .left,
.list-news-garden ul li .amid,
.list-news-garden ul li .right {
  float: left;
}
.list-news-garden ul li .left {
  width: 49px;
  height: 47px;
  margin-right: 24px;
  background: url(../images/do1.png) no-repeat center;
}
.list-news-garden ul li .amid {
  width: 79%;
  margin-right: 74px;
  padding-top: 28px;
}
.list-news-garden ul li .amid a {
  color: #333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  display: inline-block;
}
.list-news-garden ul li .amid p {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
.list-news-garden ul li .right {
  width: 78px;
  padding-top: 36px;
}
.list-news-garden ul li .right p {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}
.list-news-garden ul li .right span {
  width: 22px;
  height: 20px;
  display: inline-block;
  float: right;
  background: url(../images/shu1.png) no-repeat center;
}
.details {
  min-height: 700px;
}
.details .left {
  float: left;
  width: 72%;
}
.details .left h3 {
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 34px;
  margin: 25px 0;
}
.details .left .top {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.details .left .top span {
  font-size: 14px;
  color: #666;
}
.details .left .content {
  border-top: 1px solid #ccc;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.details .left .content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto !important;
}
.details .left .content iframe{max-width:100%;}
.details .left .content p video {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 800px;
}
.details .left .pager {
  float: left;
  width: 70%;
}
.details .left .pager .pn p {
  color: #666;
  line-height: 32px;
  height: 32px;
}
.details .left .pager .pn p span {
  display: inline-block;
  vertical-align: top;
}
.details .left .pager .pn p a {
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  display: inline-block;
  line-height: 32px;
}
.details .left .pager .pn p a:hover {
  color: #c76c42;
}
.details .left .share {
  float: right;
  height: 24px;
  line-height: 24px;
}
.details .left .share label {
  vertical-align: top;
  color: #666;
  font-size: 14px;
}
.details .left .share .bdsharebuttonbox {
  display: inline-block;
}
.details .right {
  float: right;
  width: 323px;
  padding-top: 117px;
  position: relative;
}
.details .right:before {
  content: '';
  position: absolute;
  top: 123px;
  left: -33px;
  width: 2px;
  height: 460px;
  background: #f3f6fc;
}
.details .right h3 {
  font-size: 20px;
  color: #333;
  font-weight: initial;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
.details .right h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 104px;
  height: 2px;
  background: #2b82ff;
  transform: translateY(-50%);
}
.details .right h3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 104px;
  height: 2px;
  background: #2b82ff;
  transform: translateY(-50%);
}
.details .right ul li {
  height: 20px;
  line-height: 20px;
  margin: 15px 0;
}
.details .right ul li:nth-child(1) span,
.details .right ul li:nth-child(2) span,
.details .right ul li:nth-child(3) span {
  background: #2b82ff;
}
.details .right ul li:hover a {
  color: #2b82ff;
}
.details .right ul li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ccc;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  margin-right: 10px;
}
.details .right ul li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.details .right .move {
  width: 130px;
  height: 35px;
  display: block;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #999;
  margin-top: 32px;
}
.details .right .move:hover {
  background: #2b82ff;
  color: #fff;
}
.enter-name {
  margin-top: 30px;
}
.enter-name .inner {
  background: #eff2fa;
  padding: 50px 60px;
}
.enter-name h3 {
  font-size: 26px;
  color: #fff;
  background: #2b82ff;
  text-align: center;
  height: 68px;
  line-height: 68px;
  border-radius: 5px;
}
.enter-name .form {
  width: 100%;
  padding: 40px 30px;
  border-radius: 5px;
  background: #fff;
  margin-top: 20px;
}
.enter-name .form h5 {
  font-size: 22px;
  font-weight: initial;
  color: #2b82ff;
}
.enter-name .form ul li {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 20px;
  color: #333;
  margin-right: 15px;
  margin-top: 15px;
}
.enter-name .form ul li span {
  color: red;
}
.enter-name .form ul li input {
  height: 45px;
  border: none;
  outline: none;
  text-indent: 15px;
  width: 428px;
}
.enter-name .form ul li #name,
.enter-name .form ul li #code {
  width: 274px;
}
.enter-name .form ul li.jd,
.enter-name .form ul li.dh {
  margin-right: 0;
}
.enter-name .form ul li.dz {
  margin-right: 0;
}
.enter-name .form ul li.dz input {
  width: 1089px;
}
.enter-name .form ul li.lxdh {
  margin-left: 31px;
}
.enter-name .button {
  text-align: center;
  margin: 40px 0 0 0;
}
.enter-name .button button {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  border: none;
  color: #fff;
}
.enter-name .button .submit {
  width: 180px;
  background: #2b82ff;
  margin-right: 20px;
}
.enter-name .button .reset {
  width: 120px;
  background: #e94848;
}
.contact-us {
  padding: 45px 0 50px 0;
}
.contact-us .inner {
  background: #f3f6fc;
  font-size: 0;
}
.contact-us .left {
  width: 490px;
  height: 480px;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
}
.contact-us .left h5 {
  font-size: 20px;
  color: #2b82ff;
  line-height: 40px;
  border-bottom: 3px solid #2b82ff;
  display: inline-block;
  margin-bottom: 25px;
}
.contact-us .left .top {
  background: #fff;
  padding: 26px 0 20px 20px;
}
.contact-us .left .top h4 {
  font-size: 32px;
  font-family: italic;
  padding-left: 48px;
  color: #2b82ff;
  margin-bottom: 20px;
  background: url(../images/iconPhone.png) no-repeat 0 center;
}
.contact-us .left .top ul li {
  color: #333;
  font-weight: bold;
  margin-top: 15px;
}
.contact-us .left .top ul li span {
  color: #333;
  font-weight: initial;
}
.contact-us .left .top ul li .gzh {
  font-size: 0;
  text-align: center;
  margin-top: 10px;
}
.contact-us .left .top ul li .gzh .wxh,
.contact-us .left .top ul li .gzh .jth {
  display: inline-block;
  text-align: center;
}
.contact-us .left .top ul li .gzh .wxh img,
.contact-us .left .top ul li .gzh .jth img {
  width: 110px;
  height: 110px;
}
.contact-us .left .top ul li .gzh .wxh p,
.contact-us .left .top ul li .gzh .jth p {
  font-size: 14px;
  color: #999;
  font-weight: initial;
  line-height: 30px;
}
.contact-us .left .top ul li .gzh .wxh {
  margin-right: 20px;
}
.contact-us .right {
  width: 910px;
  height: 480px;
  display: inline-block;
}
.contact-us .right #dituContent {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1439px) and (min-width: 1280px) {
  .campus #campus {
    height: 196px;
  }
  .list-imgs ul li {
    width: 400px;
  }
  .list-imgs ul li .top {
    height: 250px;
  }
  .inner {
    width: 1240px;
  }
  .details .left {
    width: 69%;
  }
  .list-news-img ul li .amid {
    width: 67%;
  }
  .list-img ul li,
  .list-video ul li {
    width: 288px;
  }
  .list-img ul li .top,
  .list-video ul li .top {
    height: 209px;
  }
  .list-video ul li .list-title {
    background: url(../images/bfq.png) no-repeat 238px center;
  }
  .list-video ul li:hover .list-title {
    background: url(../images/bfq1.png) no-repeat 238px center;
  }
  .list-img ul li .list-title {
    background: url(../images/img1.png) no-repeat 248px center;
  }
  .list-img ul li:hover .list-title {
    background: url(../images/img2.png) no-repeat 248px center;
  }
  .header .left {
    width: 300px;
    padding-top: 38px;
  }
  .header .left img {
    width: 100%;
  }
  .schoolNews .left {
    width: 590px;
  }
  .schoolNews .right {
    width: 620px;
    height: 356px;
  }
  .schoolNews .left ul li {
    line-height: 32px;
    height: 32px;
  }
  .schoolNews .left ul li:nth-child(1) p {
    width: 475px;
  }
  .schoolNews .left ul li a {
    width: 76%;
  }
  .teaching .research .left {
    width: 580px;
  }
  .teaching .research .left ul li .right {
    width: 59%;
  }
  .teaching .research .right {
    width: 630px;
  }
  .teaching .research .right .top ul li {
    width: 304px;
  }
  .moralEducation .deyu .top ul li {
    width: 606px;
  }
  .moralEducation .deyu .top ul li .right {
    width: 60%;
  }
  .moralEducation .deyu .bottom ul li {
    width: 48%;
    margin-left: 40px;
  }
  .enter-name .form ul li input {
    width: 348px;
  }
  .enter-name .form ul li #name,
  .enter-name .form ul li #code {
    width: 195px;
  }
  .enter-name .form ul li.dz input {
    width: 930px;
  }
  .header .right .top .phone-ewm,
  .header .right .top .wx-ewm {
    right: -78px;
    width: 75px;
    height: 92px;
    background-size: 100% 100%;
  }
  .header .right .top .phone-ewm img,
  .header .right .top .wx-ewm img {
    width: 60px;
    height: 60px;
  }
  .header .right .top .phone-ewm {
    right: -40px;
  }
  .contact-us .left {
    width: 440px;
  }
  .contact-us .right {
    width: 800px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .campus #campus {
    height: 153px;
  }
  .list-imgs ul li {
    width: 313px;
  }
  .list-imgs ul li .top {
    height: 200px;
  }
  .inner {
    width: 980px;
  }
  .header .right .nav > ul > li:nth-child(5) > ul {
    width: 108px;
  }
  .header .right .nav > ul > li:nth-child(5) > ul li {
    width: 108px;
  }
  .footer .top {
    height: 280px;
  }
  .footer .top .left {
    float: inherit;
    padding: 30px 0px;
  }
  .footer .top .right {
    float: inherit;
    padding: 0;
  }
  .details .left {
    width: 69%;
  }
  .details .left .pager {
    width: 60%;
  }
  .details .right {
    width: 250px;
  }
  .details .right h3:before {
    width: 75px;
  }
  .details .right h3:after {
    width: 75px;
  }
  .details .right ul li a {
    width: 87%;
  }
  .details .right:before {
    left: -27px;
  }
  .list-news-garden ul li .amid {
    width: 73%;
  }
  .list-news-img ul li .amid {
    width: 57%;
  }
  .list-img ul li:nth-child(3n+1),
  .list-video ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .list-img ul li,
  .list-video ul li {
    width: 307px;
  }
  .list-img ul li:nth-child(4n+1),
  .list-video ul li:nth-child(4n+1) {
    margin-left: 29px;
  }
  .list-img ul li .top,
  .list-video ul li .top {
    height: 223px;
  }
  .list-video ul li .list-title {
    background: url(../images/bfq.png) no-repeat 256px center;
  }
  .list-video ul li:hover .list-title {
    background: url(../images/bfq1.png) no-repeat 256px center;
  }
  .list-img ul li:nth-child(1),
  .list-video ul li:nth-child(1) {
    margin-left: 0;
  }
  .list-img ul li .list-title {
    background: url(../images/img1.png) no-repeat 268px center;
  }
  .list-img ul li:hover .list-title {
    background: url(../images/img2.png) no-repeat 268px center;
  }
  .header .left {
    width: 240px;
    padding-top: 38px;
  }
  .header .left img {
    width: 100%;
  }
  .header .right .nav > ul > li {
    padding: 0 10px;
  }
  .header .right .nav > ul > li > ul li {
    padding: 0 10px;
  }
  .schoolNews .left {
    width: 470px;
  }
  .schoolNews .left ul li:nth-child(1) p {
    width: 360px;
    line-height: 20px;
    float: left;
  }
  .schoolNews .left ul li a {
    width: 345px;
  }
  .schoolNews .right {
    width: 490px;
    height: 282px;
  }
  .schoolNews .left ul li:nth-child(1) {
    margin-bottom: 8px;
  }
  .schoolNews .left ul li i {
    margin-top: 10px;
  }
  .set .notice {
    width: 30%;
  }
  .set .item {
    margin-left: 37px;
    height: 232px;
  }
  .set .item ul li {
    line-height: 26px;
    height: 26px;
  }
  .set .item ul li a {
    width: 82%;
  }
  .set {
    height: 336px;
  }
  .teaching .research .left {
    width: 460px;
    height: 363px;
  }
  .teaching .research .left ul li {
    height: 106px;
  }
  .teaching .research .left ul li .left {
    width: 180px;
  }
  .teaching .research .left ul li .right {
    width: 56%;
  }
  .teaching .research .left ul li .right h4 a {
    display: inline-block;
    width: 100%;
    line-height: 28px;
  }
  .teaching .research .left ul li .right p {
    line-height: 22px;
  }
  .teaching .research .right {
    width: 500px;
  }
  .teaching .research .right .top ul li {
    width: 239px;
  }
  .teaching .research .right .top ul li div {
    height: 124px;
  }
  .teaching .research .right .top ul li p {
    line-height: 24px;
    padding: 0;
    margin: 10px 0;
  }
  .moralEducation .deyu .top ul li {
    width: 476px;
  }
  .moralEducation .deyu .top ul li .left {
    width: 200px;
  }
  .moralEducation .deyu .top ul li .right {
    width: 55%;
  }
  .moralEducation .deyu .bottom ul li {
    width: 48%;
    margin-left: 34px;
  }
  .moralEducation .deyu .top {
    height: 118px;
  }
  .footer .top .left .upon li:first-child {
    margin-right: 15px;
  }
  .footer .top .left .down li:first-child {
    margin-right: 15px;
  }
  .footer .top .left .down li {
    margin-right: 10px;
  }
  .footer .top .right ul li {
    margin-left: 8px;
  }
  .footer .top .right ul li img {
    width: 90px;
    height: 90px;
  }
  .footer .top .right ul li p {
    font-size: 12px;
  }
  .campus .swiper-button-next,
  .campus .swiper-button-prev {
    margin-top: -27px;
  }
  .schoolNews .left ul li {
    line-height: 26px;
    height: 26px;
  }
  .enter-name .form ul li.dz input {
    width: 670px;
  }
  .enter-name .form ul li input {
    width: 218px;
  }
  .enter-name .form ul li #name,
  .enter-name .form ul li #code {
    width: 252px;
  }
  .header .right .top .phone-ewm,
  .header .right .top .wx-ewm {
    right: -78px;
    width: 75px;
    height: 92px;
    background-size: 100% 100%;
  }
  .header .right .top .phone-ewm img,
  .header .right .top .wx-ewm img {
    width: 60px;
    height: 60px;
  }
  .header .right .top .phone-ewm {
    right: -40px;
  }
  .details .left .pager .pn p a {
    width: 70%;
  }
  .contact-us .left {
    width: 415px;
  }
  .contact-us .right {
    width: 565px;
  }
}
@media screen and (max-width: 1023px) {
  .list-img,
  .list-video,
  .details,
  .list-news-garden,
  .list-news-img,
  .list-news {
    min-height: initial;
  }
  .header,
  .index-top {
    display: none;
  }
  .list-imgs ul li {
    width: 100%;
    margin-left: 0;
  }
  .list-imgs ul li .top {
    height: 226px;
  }
  .details .left .content p video {
    width: 100%;
  }
  header {
    display: block;
  }
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  .campus {
    height: initial;
  }
  .footer {
    display: none;
  }
  footer {
    display: block;
    background: #2b82ff;
    padding: 15px 0;
  }
  footer p {
    color: #fff;
    text-align: center;
    line-height: 25px;
  }
  footer p a {
    color: #fff;
  }
  body {
    padding-top: 50px;
  }
  .list-current {
    display: none;
  }
  .navigation ul li.modern a {
    border-bottom: 3px solid #2b82ff;
    padding-bottom: 7px;
  }
  .navigation ul li a {
    font-size: 17px;
  }
  .navigation ul li {
    margin-left: 12px;
    height: 60px;
    line-height: 60px;
  }
  .list-news ul li {
    padding-left: 14px;
  }
  .list-news ul li a {
    width: 70%;
  }
  .list-img ul li,
  .list-video ul li {
    width: 100%;
    margin-left: 0;
    float: initial;
  }
  .list-img ul li .list-title {
    background: url(../images/img1.png) no-repeat 96% center;
  }
  .list-img ul li:hover .list-title {
    background: url(../images/img2.png) no-repeat 96% center;
  }
  .list-video ul li .list-title {
    background: url(../images/bfq.png) no-repeat 96% center;
  }
  .list-video ul li:hover .list-title {
    background: url(../images/bfq1.png) no-repeat 96% center;
  }
  .list-news-img ul li {
    width: 100%;
    height: 375px;
    padding: 0;
    border-bottom: none;
  }
  .list-news-img ul li .right p {
    margin-bottom: 0px;
  }
  .list-news-img ul li .left {
    width: 100%;
    height: 242px;
    margin-right: 0;
  }
  .list-news-img ul li .amid {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
  }
  .list-news-img ul li .right {
    padding-top: 16px;
    width: inherit;
  }
  .list-news-img ul li .right span {
    display: none;
  }
  .list-news-img ul li:hover .right span {
    display: none;
  }
  .list-news-garden ul li {
    width: 100%;
    height: 116px;
    padding: 0;
  }
  .list-news-garden ul li .left {
    display: none;
  }
  .list-news-garden ul li:hover .left {
    display: none;
  }
  .list-news-garden ul li .amid {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
  }
  .list-news-garden ul li .right {
    width: 122px;
    padding-top: 10px;
  }
  .list-news-garden ul li .right p {
    margin-bottom: 10px;
    display: inline-block;
  }
  .list-news-garden ul li .right span {
    width: 18px;
    height: 16px;
    background-size: 100% 100%;
  }
  .list-news-garden ul li:hover .right span {
    background-size: 100% 100%;
  }
  .details .left {
    width: 100%;
  }
  .details .right {
    display: none;
  }
  .details .left .share {
    float: inherit;
    height: 35px;
    line-height: 27px;
  }
  .details .left .pager {
    width: 100%;
  }
  .schoolNews .right {
    float: initial;
    width: 100%;
    height: 230px;
  }
  .schoolNews .right #dynamic .wrap .content {
    padding: 0 120px 0 10px;
  }
  .schoolNews .right #dynamic .dynamic-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .schoolNews .right #dynamic .dynamic-pagination {
    padding-right: 6px;
  }
  .schoolNews .left {
    width: 100%;
  }
  .schoolNews .left ul li:nth-child(1) p {
    width: 72%;
  }
  .schoolNews .left ul li a {
    width: 66%;
  }
  .set {
    width: 100%;
    height: inherit;
    margin-top: 20px;
    padding-top: 16px;
  }
  .set .item:first-child {
    height: 252px;
    overflow: hidden;
  }
  .set .item {
    width: 100%;
    margin-left: 0;
  }
  .set .item ul li a {
    width: 80%;
  }
  .teaching {
    display: none;
  }
  .teaching-yd {
    display: block;
  }
  .teaching-yd ul li {
    margin-bottom: 10px;
  }
  .teaching-yd ul li div {
    width: 100%;
  }
  .teaching-yd ul li div img {
    width: 100%;
  }
  .teaching-yd ul li h5 {
    font-size: 16px;
    font-weight: initial;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .teaching-yd ul li p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .teaching-yd ul li span {
    font-size: 14px;
    color: #999;
  }
  .moralEducation {
    display: none;
  }
  .moralEducation-yd {
    display: block;
  }
  .moralEducation-yd ul li {
    margin-bottom: 20px;
  }
  .moralEducation-yd ul li div {
    width: 100%;
  }
  .moralEducation-yd ul li div img {
    width: 100%;
  }
  .moralEducation-yd ul li h5 {
    font-size: 16px;
    font-weight: initial;
    line-height: 40px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .moralEducation-yd ul li p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .moralEducation-yd ul li span {
    font-size: 14px;
    color: #999;
  }
  .campus .swiper-button-prev,
  .campus .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .campus .swiper-button-next,
  .campus .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .details .left h3 {
    font-size: 18px;
  }
  .page a {
    padding: 4px;
    margin: 5px 5px;
    min-width: 28px;
  }
  .page .homepage,
  .page .endpage {
    display: none;
  }
  .enter-name .inner {
    padding: 30px 15px;
  }
  .enter-name .form {
    padding: 26px 15px;
  }
  .enter-name .form ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 8px;
  }
  .enter-name .form ul li input {
    width: 62%;
  }
  .enter-name .form ul li #name,
  .enter-name .form ul li #code {
    width: 71%;
  }
  .enter-name .form ul li.dz input {
    width: 65%;
  }
  .enter-name .form ul li.lxdh {
    margin-left: 0;
  }
  .enter-name h3 {
    font-size: 20px;
  }
  .enter-name .form h5 {
    font-size: 20px;
  }
  .details .left .pager .pn p a {
    width: 70%;
  }
  .contact-us .left {
    width: 100%;
    height: inherit;
    padding: 30px 0;
  }
  .contact-us .right {
    width: 100%;
    height: 340px;
  }
  .contact-us .left .top {
    padding: 26px 0 20px 10px;
  }
  .contact-us {
    padding: 15px 0 30px 0;
  }
  .moralEducation-yd .general h3 {
    background: url(../images/deyu.png) no-repeat 0 center;
  }
  .teaching-yd .general h3 {
    background: url(../images/teaching.png) no-repeat 0 center;
  }
  .set .teach {
    margin-top: 15px;
  }
  .set .notice {
    margin-top: 7px;
  }
  .campus {
    margin: 0;
    padding: 24px 0;
  }
  .recruit {
    display: none;
  }
  .recruit1 {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .recruit1 img {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 768px){
	.banner .banner-pagination{
		bottom: 8px;
	}
	.banner .banner-pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
}